/* @import url('http://example.com/example_style.css'); */
@font-face {
    font-family: 'Trebuchet MS';
    src: url("//cdn2.hubspot.net/hubfs/617695/Assets_CAEL/Fonts/Trebuchet_MS.ttf?t=1516702073288");
}
    
@font-face {
  font-family: 'Trebuchet MS';
  src: url('//cdn2.hubspot.net/hubfs/617695/Assets_CAEL/Fonts/Trebuchet_MS_V1.eot?t=1516702073288'); /* IE9 Compat Modes */
  src: url('//cdn2.hubspot.net/hubfs/617695/Assets_CAEL/Fonts/Trebuchet_MS_V1.eot?t=1516702073288#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//cdn2.hubspot.net/hubfs/617695/Assets_CAEL/Fonts/Trebuchet_MS.ttf?t=1516702073288')  format('truetype'), /* Safari, Android, iOS */
}
@font-face {
  font-family: 'FontAwesome';
  src: url('https://cdn2.hubspot.net/hubfs/617695/CAEL%202017/Fonts/fontawesome-webfont.eot?v=4.7.0&t=1516702073288');
  src: url('https://cdn2.hubspot.net/hubfs/617695/CAEL%202017/Fonts/fontawesome-webfont.eot?t=1516702073288#iefix&v=4.7.0') format('embedded-opentype'), 
  url('https://cdn2.hubspot.net/hubfs/617695/CAEL%202017/Fonts/fontawesome-webfont.woff2?v=4.7.0&t=1516702073288') format('woff2'), 
  url('https://cdn2.hubspot.net/hubfs/617695/CAEL%202017/Fonts/fontawesome-webfont.woff?v=4.7.0&t=1516702073288') format('woff'), 
  url('https://cdn2.hubspot.net/hubfs/617695/CAEL%202017/Fonts/fontawesome-webfont.ttf?v=4.7.0&t=1516702073288') format('truetype'),
  url('https://cdn2.hubspot.net/hubfs/617695/CAEL%202017/Fonts/fontawesome-webfont.svg?v=4.7.0&t=1516702073288#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@import url('https://cdn2.hubspot.net/hubfs/617695/CAEL%202017/Fonts/font-awesome.css?t=1516702073288');


/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/
/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}
/*****************************************/
/* Start your style declarations here    */
/*****************************************/
*{ padding:0; margin:0; } 
body{ font-family: 'Trebuchet MS' !important; }
.wed-tabs {left:4%;}
/** Email Template Class **/
.email-indent {text-align:justify;}
.email-indent p {text-align:justify;}
.container-fluid{ padding:0 !important; }
.quizResults {color: #333 !important;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;font-size: 24px;line-height: 22px;text-align: center;padding-bottom:20px;}
.quizResults ul {margin-top:20px;}
.quizResults li {list-style:decimal;}
#quizResult {color: #333 !important;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;font-size: 14px !important;line-height: 22px;text-align: left;}
a.link3 {color:red;text-decoration:none;}
a.link2 {color:#428bca;text-decoration:none;}
.subscription-pref {font-size:14px !important; padding-top:50px !important;color:#999 !important;}
.subscription {font-size:14px !important; padding-top:50px !important;color:#999 !important;}
.subscription-pref h1 {color:#d22630 !important;}
.subscription-pref h2 {color:#d22630 !important;}
.success {font-size:14px !important;background-color:green;display:inline;}
.fullwrapper {}
.gbox-sec h2{ color: #0f86c8; font-size: 24px;}
.gbox-sec p{color: #505050 !important; font-size: 18px !important; line-height: 22px;}
.body-container-wrapper ul{ padding-left:30px;}
.lp-container{padding:40px 0;}
.lp-container .lp-description{font-size:18px !important; line-height:22px; color:#999 !important;}
.lp-container .lp-description a{ font-size:18px !important; color:#999 !important;   }
.lp-container .lp-description p strong { color:#d22630; font-size: 24px; margin-bottom: -15px; display: block;}
/* These css styles are only for MH_T_LP_Green-2-ALFI */
.lp-container .lp-description-custom {font-size:18px !important; line-height:22px; color:#999 !important;}
.lp-container .lp-description-custom a { font-size:18px !important; color:#999 !important;   }
.lp-container .lp-description-custom h1 { color:#d22630 !important; font-size: 24px !important; display: block;}
.lp-container .lp-description-custom p span { color:#d22630 !important; font-size: 20px !important; }
.lp-container .lp-description-custom .rule {display:block;padding-top:10px;height:3px !important;}
input, textarea{ outline:none; }
.map-wed {padding:30px; max-width:990; text-align:center;}
.map-wed img{text-align:center;}
.pricing-table tr{border:1px solid #eee;}
.pricing-table td{border:1px solid #eee; ;padding:5px 10px !important;}
.pricing-table th { border: 1px solid #eee; padding: 10px 10px !important; background: #0f85c7; color: #fff;font-size: 18px;}
.membership-label { color: #d22630; font-size: 24px;font-weight: bold; margin-bottom: 25px; line-height: 100%;}
.description-conf{  color: #505050; text-align:center; margin-bottom:15px; display: block; font-size:16px; }
.register-now-cta{  }
.register-now-cta .hs-cta-wrapper a {width: 25%; margin: 0 auto; }
.left-side-img img{ height:308px; width:200px; margin:0 auto;background-size:100%;}
.pricing-table{padding:10px; border:2px solid #eee;}
.membership-content{padding:50px 0;}
.rg-table{width:100% !important;}
.pull-left{ float:left !important; }
.pull-right{ float:right !important; }
.prlzero{ padding-left:0 !important; padding-right:0 !important; }
.pb0{ padding-bottom:0 !important; }
.mb30{ margin-bottom:30px; }
.mb30 .hide {background-color:blue;}
.corner-wrapper{ max-width:1230px; margin:0 auto; overflow:hidden; }
.main-wrapper { float: none !important; margin: 0 auto !important; max-width: 1110px;}
.footer-wrapper{ max-width:1110px; margin:0 auto;}
.header-content-box{ padding:45px 0 40px; background: url("https://cdn2.hubspot.net/hubfs/617695/A%20Cael%20Optimized/banner-bkg-cael-min.jpg?t=1516702073288");background-repeat: repeat; }
.header-content-box .nav-primary ul ul.hs-menu-children-wrapper {margin-top: 0;text-align: left;background: #d2252f;}
.header-content-box .nav-primary ul ul.hs-menu-children-wrapper li a {color: #fff;max-width: 100%;width: auto !important;}
.header-content-box .nav-primary ul ul.hs-menu-children-wrapper li a:hover {color: #d2252f;background: #fff;}
.no-bkg{  background:none !important; }
.header-content-box .nav-primary{ text-align:right;padding-top: 30px;  }
.header-content-box .nav-primary ul li a { color:#505050; font-size:15px; }
.header-content-box .nav-primary ul li.active a {color: #d22630;}
.header-content-box .nav-primary ul li a:hover{ color:#d22630; }
.header-content-box .nav-primary ul{ margin-top:25px; }
.corner-logo{ margin-bottom:15px; }
.header-content-box .logo-nav-container{ margin-bottom:40px; }
.header-banner-content{  }
.banner-text-content-box{ padding-top:100px; }
.header-banner-content .banner-heading{ color:#d22630; font-size:34px; font-weight:normal;margin-bottom: 20px; line-height:120%; }
.header-banner-content .banner-description{ color:#505050; font-size:16px; font-weight:normal; line-height:130%; }
/** Who do you represent **/
.wdur-content-box{ background-color:#999999; padding:20px 0; border-top:1px solid #ffffff;  }
.wdur-content-box .row-fluid [class*="span"]{ margin:0; }
.wdur-content-box .three-img-box{margin-top: -107px !important; }
.three-img-box .three-img{ overflow:hidden; }
.three-img-box .three-img img{ background-color:transparent; }
.three-img-box .three-img img:hover{ background-color:red; }
.wdur-content-box .wdyr-label{ color: #ffffff;background-color: #d22630;padding: 8px 20px; font-size:20px; }
.represent-container{ overflow:hidden; }
.represent-container a{ display:block; text-decoration:none; }
.bkg-image{ background-size: cover;position: relative; }
.bkg-image .overlay-green { position: absolute;background: #32cd32;height: 100%;width: 100%;opacity: 0.7; } 
.overlay-green{ position: absolute;background: #32cd32;height: 100%;width: 100%;opacity: 0.7; } 
 .bkg-image .overlay-blue{ position: absolute;background: #54c2e3;height: 100%;width: 100%;opacity: 0.7; } 
 .bkg-image .overlay-orange{ position: absolute;background: #fab800;height: 100%;width: 100%;opacity: 0.7; } 
 .bkg-image .active { background: #d22630  !important; }
.bkg-image .content{ position: relative; padding:25px; }
.bkg-image .content .two-icons{ overflow:hidden; min-height:150px; }
.bkg-image .content .field-label{ color:#ffffff; font-size:24px;margin-top: 30px; text-decoration:none; word-break: break-word; }
/** Conference General Related **/
.related-general{ padding:50px 0 50px; }
.related-general .general-related-detailed-text{ color: #999; font-size: 18px !important; font-weight: normal; margin: 0; line-height: 150%; text-align: left; }
.related-general .general-related-detailed-text h1, .related-general .general-related-detailed-text h2, .related-general .general-related-detailed-text h3, .related-general .general-related-detailed-text h4, .related-general .general-related-detailed-text h5, .related-general .general-related-detailed-text h6, .related-general .general-related-detailed-text .h1, .related-general .general-related-detailed-text .h2, .related-general .general-related-detailed-text .h3, .related-general .general-related-detailed-text .h4, .related-general .general-related-detailed-text .h5, .related-general .general-related-detailed-text .h6{  font-size: 24px !important; font-weight: bold !important;  margin: 20px 0 !important; }
.related-general .general-related-detailed-text a{  display: inline-block; padding-bottom: 10px;}
/** Count Section **/
.count-content-box{ padding:50px 0 55px; background: url("https://cdn2.hubspot.net/hubfs/617695/A%20Cael%20Optimized/banner-bkg-cael-min.png?t=1516702073288");background-repeat: repeat; border-top:1px solid #ffffff;  }
.counts-labels{ color:#d22630; font-size:24px; font-weight:bold;margin-bottom: 25px; line-height:120%; min-height:60px !important; }
.count-content-box .span6:first-child{ padding-right:20px;margin-right: 13px; }
.count-content-box .span6:last-child{ border-left:4px solid #d22630; padding-left:33px; margin:0;  }
.count-image-box{ position: relative;  }
.count-img{ position: relative;  }
.count-image-box .overlay-count{ position: absolute;background: transparent;height: 100%;width: 100%;opacity: 0.7; top:0; } 
.count-image-box .overlay-count:hover{ background: #d22630; }
.count-image-box a{ display:block; text-align:center; }
.represent-container-pathsavvy-cta{ margin-top:20px; }
.count-img .overlay-count{ position: absolute;background: transparent;height: 100%;width: 100%;opacity: 0.7;} 
.count-img .overlay-count:hover{ background: #d22630; }
.bro-all-res-cta{ margin: 40px auto 0; }
.cta_button { width:100%; padding: 7px 0px !important; }
.overlay-count{ position: absolute;background: transparent;height: 100%;width: 100%;opacity: 0.7; } 
.overlay-count:hover{ background: #d22630; }
/** About Cael **/
.about-cael-content-box{ padding:55px 0; background: url("https://cdn2.hubspot.net/hubfs/617695/A%20Cael%20Optimized/about_cael_bkg-min.png?t=1516702073288");background-repeat: repeat; border-top:1px solid #ffffff;  }
.about-cael-content-box .about-cael-label{ color:#d22630; font-size:24px; font-weight:bold;margin-bottom: 25px; line-height:130%; }
.about-cael-content-box .cael-description{ color:#505050; font-size:24px; font-weight:normal;margin-bottom: 25px; line-height:120%; }
.about-cael-content-box .cael-description img{ width:100%; height:auto; }
.about-cael-content-box .align-left{ text-align:left !important;}
/** Research Count Section **/
.re-count-content-box{ background:#ededed;padding:45px 0 45px; border-top:1px solid #ffffff; }
.re-count-content-box .research_count_label{ color:#d22630; font-size:24px; font-weight:bold;margin-bottom: 25px; line-height:100%; }
.re-count-content-box .research_description{ color:#505050; font-size:24px; font-weight:normal;padding-bottom: 40px; line-height:120%; border-bottom:2px dotted #55c2e4; }
.research-categories{ border-bottom:2px dotted #55c2e4; padding:40px 0; }
.research-categories .category-column{ text-align:center; }
.research-categories .category-column a.category-label{ color:#55c2e4; font-size:24px; font-weight:normal; line-height:100%; margin-top:10px; text-decoration:none; display:block; }
.research-categories .category-column .red-label{ color:#d22630; font-size:24px; font-weight:normal; line-height:100%; margin-top:10px; }
.research-categories .category-column:hover a.category-label{ color:#d22630; font-size:24px; font-weight:normal; line-height:100%; margin-top:10px; }
/** Services Accordion **/
.services-accordion{ border-top:2px dotted #55c2e4; padding:40px 0; margin-top:40px;  }
.services-accordion .accordion-group.span4{ margin-bottom:40px;overflow:hidden; }
.services-accordion a:hover{ text-decoration:none; }
.services-accordion a:focus{ text-decoration:none; }
.services-accordion a span.servies-label{ font-size: 18px; font-weight: normal;color: #505050;line-height: 120%;display:block; padding-right: 30px; height: 65px; display: table-cell;vertical-align: middle; }
.services-accordion .services-description{ font-size: 16px; font-weight: normal;color: #505050;line-height: 120%; }
.services-accordion .services-description ul li{ font-size: 16px; font-weight: normal;color: #505050;line-height: 120%; margin-bottom: 10px; }
.services-accordion .services-description p{ font-size: 16px; font-weight: normal;color: #505050;line-height: 120%; }
.accordion-heading{ position: relative; }
.accordion-heading .test-arrow{ position: absolute;right: 0; top: 20px;}
.services-accordion .accordion .accordion-group.item {
    width: calc(50% - 21px);
    display: inline-block;
    vertical-align: top;
    margin: 0 40px 40px 0;
}
.services-accordion .accordion .accordion-group.item:nth-child(2n) {
    margin-right: 0;
}
/** Events & News  **/
.event-news-content-box{background:#ededed;padding:45px 0 45px; border-top:1px solid #ffffff;}
.event-news-content-box .event-news-label{  color:#d22630; font-size:24px; font-weight:bold;margin-bottom: 25px; line-height:100%; }
.event-news-content-box .owl-controls{ display: none !important;}
.events-container{ border:3px solid #d22630; overflow:hidden; }
.events-container .owl-controls.clickable{ display:none !important; }
.event-news-content-box .owl-carousel .owl-item{ height:194px; }
.events-container #owl-demo .item{ margin:0;border-radius: 0;text-align: initial;background: initial; padding: initial; border-radius: initial; }
.events-container #owl-demo-news .item{ margin:0;border-radius: 0;text-align: initial;background: initial; padding: initial; border-radius: initial; }
.events-container .item .event-img{ width:194px; float:left; margin-right:15px;}
.events-container .item .events-details{ padding:15px 15px 0; }
.events-container .item a{ text-decoration:none;color: #d22630; }
.events-container .item .events-details .event-name{ color: #d22630; display: block; font-size:18px; }
.events-container .item .events-details .event-date{ color: #505050; margin-bottom:20px; display: block; font-size:13px; }
.events-container .item .events-details .event-details{ color: #505050; margin-bottom:10px; display: block; font-size:16px; }
.events-container .item .events-details .event-details p{ color: #505050; margin-bottom:10px; display: block; font-size:16px; }
.events-container .customNavigation { overflow:hidden;border-top:3px solid #d22630;text-align: inherit; }
.events-container .customNavigation .all-btn{ float:left; background-color: #d22630; padding: 15px 30px; display: block;float: left; color:#fff; font-size:18px; text-decoration:none;}
.events-container .customNavigation .btn{ padding: 15px 30px; }
.events-container .customNavigation .prev{ float:left; padding: 13px 20px 14px; display: block;float: left; color:#d22630; font-size:18px; text-decoration:none; border-right:3px solid #d22630;cursor: pointer; }
.events-container .customNavigation .next{ float:left; padding: 13px 20px 14px; display: block;float: left; color:#d22630; font-size:18px; text-decoration:none;border-right:3px solid #d22630; cursor: pointer; }
.view-events-details{  float:left; padding: 15px 30px; display: block;float: left; color:#d22630; font-size:18px; text-decoration:none }
/** Featured **/
.featured-content-box{ position: relative; padding:55px 0; background: url("https://cdn2.hubspot.net/hubfs/617695/A%20Cael%20Optimized/featured-bkg-2-min.png?t=1516702073288");background-repeat: repeat;overflow:hidden;  }
.featured-other-bkg{ background: url("//cdn2.hubspot.net/hubfs/617695/Assets_Sitepages/Page_1/Image/about_cael_bkg.png?t=1516702073288") !important;background-repeat: repeat;  }
.featured-content-box .featured-label{ color:#ffffff; font-size:24px; font-weight:bold;margin-bottom: 25px; line-height:100%; }
.color-red{ color:#d22630 !important;}
.featured-content-box .item{ margin:0 10px; }
.featured-content-box .featured-box{ overflow:hidden; }
.featured-content-box .featured-box .image-box{ overflow:hidden; position: relative; background:#999999;}
.featured-content-box .featured-box .image-box a.ebook-btn{ color: #ffffff;background-color: #d22630; right:0; position: absolute;top: 0;padding: 8px 20px; text-decoration:none; cursor: default; }
.featured-content-box .featured-box .image-box a.title-name{  color: #ffffff;  left:0; position: absolute;top: 25px; top: 40px;  padding: 8px 12px; text-decoration:none; font-size:24px; }
.rel-res .featured-box .other-details-box{ padding:15px; overflow:hidden; background:#ffffff; min-height:120px;}
.featured-content-box .featured-box .other-details-box{ padding:15px; overflow:hidden; background:#ffffff; }
.featured-content-box .featured-box .other-details-box .heading{ color: #d22630; display: block; font-size:18px; text-decoration:none; }
.featured-content-box .featured-box .other-details-box .heading a{ color: #d22630; display: block; font-size:18px; text-decoration:none; }
.featured-content-box .featured-box .other-details-box .date{ color: #505050;margin-bottom: 5px; display: block; font-size:13px; }
.featured-content-box .featured-box .other-details-box .mt5b10{ margin:5px 0 15px 0 !important;}
.featured-content-box .featured-box .other-details-box .description{  color: #505050; margin-bottom:15px; display: block; font-size:16px; }
.featured-content-box .featured-box .other-details-box .description-2{  color: #505050; margin-bottom:15px; display: none; font-size:16px; }
.description-2-visible .description-2 { display: block !important; }
.featured-content-box .prev-featured-item{ position: absolute; top: 50%; left:15px; }
.featured-content-box .next-featured-item{ position: absolute; top: 50%; right:15px; }
.featured-content-box .prev-res-item{ position: absolute; top: 50%; left:15px; }
.featured-content-box .next-res-item{ position: absolute; top: 50%; right:15px; }
/****************************************************************************************************************************************/
/**************************************************** PRODUCT PAGE *********************************************************************/
/**************************************************************************************************************************************/
/** Product Header **/
.header-content-box .sec-navigation{  }
.header-content-box .sec-navigation ul{ width:100%; }
.header-content-box .sec-navigation ul li.hs-menu-depth-1{ width:33.33%; }
.header-content-box .sec-navigation ul li.hs-menu-depth-1 a { color:#505050; font-size:16px;padding: 15px 0 15px 0px;width: 100%; max-width: 100%; }
.header-content-box .sec-navigation ul li.hs-menu-depth-1 a span{ float:left; padding-left:15px; }
.header-content-box .sec-navigation ul li.hs-menu-depth-1 a:hover{ color:#d22630; }
.header-content-box .sec-navigation ul li.hs-menu-depth-1:first-child{ border-top:10px solid #02a94e; }
.header-content-box .sec-navigation ul li.hs-menu-depth-1:nth-child(2){ border-top:10px solid #9f2815; }
.header-content-box .sec-navigation ul li.hs-menu-depth-1:nth-last-child(2){ border-top:10px solid #0f85c7; }
.header-content-box .sec-navigation ul li.hs-menu-depth-1:last-child{ border-top:10px solid #fbb613; }
.header-content-box .sec-navigation .caret {float:right; margin-top:6px; display: inline-block;width: 0;height: 0;margin-left: 2px;vertical-align: middle;border-top: 8px solid;border-right:8px solid transparent;border-left: 8px solid transparent; margin-right: 10px; }
.caret {float:right; margin-top:6px; display: inline-block;width: 0;height: 0;margin-left: 2px;vertical-align: middle;border-top: 8px solid;border-right:8px solid transparent;border-left: 8px solid transparent; margin-right: 10px; }
.caretformap {border-left: 6px solid transparent;border-right: 6px solid transparent;border-top: 8px solid;display: inline-block;float: right;height: 0;margin-left: 2px;margin-right: 10px;margin-top: 6px;vertical-align: middle;width: 8px;}
.caretformap2 {Display:none;}
.member-details .caret{float:right; margin-top:6px; display: inline-block;width: 0;height: 0;margin-left: 2px;vertical-align: middle;border-top: 8px solid;border-right:8px solid transparent;border-left: 8px solid transparent; margin-right: 10px; }
.header-content-box .sec-navigation .hs-item-has-children ul.hs-menu-children-wrapper{ background:#ffffff; }
.header-content-box .sec-navigation ul li.hs-menu-depth-1 li{ overflow:hidden; }
.header-content-box .sec-navigation ul li.hs-menu-depth-1 li a{ background-color:#ffffff; max-width:100%; width:100% !important; padding:15px 0 15px 15px;  }
.header-content-box .sec-navigation ul li.hs-menu-depth-1 li a:hover{ background-color:#d22630; color:#ffffff; }
/** Product Banner **/
.banner-content-box{ background-color:#02a94e; padding:50px 0; }
.banner-blue{ background-color:#0f85c7 !important; }
.banner-yellow{ background-color:#fbb613 !important; }
.banner-content-box .banner-heading{ color:#ffffff; font-size:36px; font-weight:bold;margin-bottom: 20px; }
.banner-content-box .learn-count .banner-heading{ color:#ffffff; font-size:36px; font-weight:bold;margin-bottom: 20px; }
.banner-content-box .banner-description{ color:#fcb614; font-size:21px; font-weight:normal;margin-bottom: 60px; }
.banner-content-box .banner-description .hs_cos_wrapper_type_rich_text:empty { display: none; }
.banner-content-box .banner-description-yellow{ color:#02a94e; font-size:16px; font-weight:normal;margin-bottom: 60px; }
.banner-content-box .learn-more-cta{ margin-bottom: 30px; }
/** Career Action Platform **/
.career-action-box{background: url("https://cdn2.hubspot.net/hubfs/617695/A%20Cael%20Optimized/prior-learning/background-graph-min.png?t=1516702073288") no-repeat; padding:65px 0 20px;background-position: bottom; }
.career-action-box .about-career-action{ color:#02a94e; font-size:24px; font-weight:normal;margin-bottom: 25px; line-height:120%; }
.career-action-box .blue{ color:#0f85c7 !important; }
.career-action-box .yellow{ color:#fbb613 !important; }
.career-actions-features{  background-color:#e7e7e7; padding:60px 0 0;  }
.career-actions-features .career-action-feature-label{ color:#d22630; font-size:24px; font-weight:bold;margin-bottom: 20px; text-align:center; }
.career-actions-features .career-action-feature-description{ color:#505050; font-size:24px; font-weight:normal;margin-bottom: 0px; text-align:center; }
.career-actions-features .career-action-feature-description ul{ list-style:none; padding:0; }
.career-actions-features .career-action-feature-description li{ background-color:#fff; padding:15px; margin-bottom:10px; }
.career-actions-features .feature-items{border-top:2px dotted #55c2e4; padding:40px 0; margin-top:40px;  }
.career-actions-features .feature-items .features-detials{ font-size:18px; font-weight:normal;color:#505050; line-height:120%;   }
/** HERO BOX **/
.overlay-hero-conf{ position: absolute;background: #d22630;height: 100%;width: 100%;opacity: 0.7;}
.girl-hero-box{ position:relative;overflow: hidden; background-position: center center !important; background-size:cover !important;}
.overlay-hero{ position: absolute;background: #54c2e3;height: 100%;width: 100%;opacity: 0.7; }
.overlay-hero-green{ position: absolute;background: #02a94e;height: 100%;width: 100%;opacity: 0.7; }
.overlay-hero-yellow{ position: absolute;background: #fbb613;height: 100%;width: 100%;opacity: 0.7; }
.overlay-hero-wed{ position: absolute;background: #fbb613;height: 100%;width: 100%;opacity: 0.7; }
.overlay-hero-red{ position: absolute;background: #e60c0c;height: 100%;width: 100%;opacity: 0.7; }
.girl-hero-box .hero-content{ position:relative; margin-top:115px;padding: 0 210px; }
.girl-hero-box .hero-content .hero-tagline{color:#ffffff; font-size:36px; font-weight:bold;margin: 50px 0 70px; line-height:120%;  text-align:center;  }
.girl-hero-box .hero-content .emp-hero-tagline{color:#ffffff; font-size:36px; font-weight:bold;margin: 0 0 25px 0; line-height:120%;  text-align:center;  }
.girl-hero-box .hero-content .emp-banner-description{ color:#ffffff; font-size:24px; font-weight:normal;margin: 0px 0; line-height:120%;  text-align:center; }
.girl-hero-box .hero-demo-cta{ position:relative; margin-bottom:115px; }
.girl-hero-box .hero-demo-cta a#cta_button_617695_2d5551f3-d45c-4e77-9115-79f24dc1532d:hover{ background-color:#d22630; color:#ffffff !important; }
/*** INTRODUCTORY CAROUSEL ***/
.intro-carousel{ overflow:hidden; padding: 60px 0;position: relative; }
.intro-details-box{ }
.intro-details-box .heading{ color:#0f86c8; font-size:24px; font-weight:normal;margin: 0px 0 25px; line-height:120%;  text-align:center; }
.intro-details-box .description{ color:#505050; font-size:20px; font-weight:normal;margin: 0px 0; line-height:120%;  text-align:center;padding: 0 0px; }
.gbox-sec li { color: #505050 !important; font-size: 18px;}
.intro-carousel .prev-intro{ position: absolute; top: 50%; left:15px; }
.intro-carousel .next-intro{ position: absolute; top: 50%; right:15px; }
/** TAB SECTION **/
.tab-content-box{ overflow:hidden; }
.tab-contents-container{ }
.tab-contents-container ul.nav.large-screen{ margin: 0 auto; max-width: 1090px; text-align:center; padding:0; }
.tab-contents-container ul.nav.small-screen{ text-align:center; padding:0; }
.tab-contents-container ul.nav.small-screen li{ float:none !important; }
.tab-contents-container ul.leader-ship{ margin: 0 auto; max-width: 700px !important; text-align:center; }
.tab-btns{ display:block; }
.tab-btns .prev-tab-btn{ position:absolute; left: 5%;}
.tab-btns .next-tab-btn{ position:absolute; right: 5%;}
.tab-btns .prev-tab-btn.wed{ position:absolute; left: 4%;}
.tab-btns .next-tab-btn.wed{ position:absolute; right: 4%;}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {background-color: transparent !important; border-color: transparent !important; }
.tab-content-box .nav-tabs>li {display: inline-block !important; float:none !important;}
.nav>li>a:hover, .nav>li>a:focus { background-color: transparent !important; border-color: transparent !important; }
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{ border:none !important ; color:#d2252f !important; }
.tab-content-box .nav-tabs > li > a{ color:#505050; font-size:16px; }
.tab-content-box .nav-tabs > li.active > a:after { content:'';  position: absolute;  top: 100%; left: 0;right: 0; margin: 0 auto; width: 0; height: 0;  border-top: solid 15px #ffffff;
    border-left: solid 15px transparent;border-right: solid 15px transparent;}
.tab-content-box .tab-inner-content{ background-color:#4ec3e0; padding:125px 0; }
.tab-content-box .yellow-gold{ background-color:#fbb613 !important; }
.tab-content-box .he-green{ background-color:#02a94e !important; }
.tab-content-box .conf-section-red{ background-color:#d22630 !important; }
.tab-content-box .tab-inner-content .detail-text{ color:#ffffff; font-size:24px; font-weight:normal;margin: 0px 0; line-height:120%; text-align:left; }
.tab-content-box .tab-inner-content .detail-text strong{ color:#00677f;  font-size:28px; }
.tab-content-box .tab-inner-content .details-cta{ margin-top:30px; }
.tab-content-box .tab-inner-content .details-cta a{ width:100%; }
/** LEADERSHIP DETAILS BOX **/
.leadership-details-box{  overflow:hidden; padding: 45px 0;background-color:#d2252f !important;}
.leadership-details-box .leadership-details-label{ color:#ffffff; font-size:36px; font-weight:normal;margin: 0px 0; line-height:120%; text-align:left;  }
a.linkedin-pro-link{ display:block; margin-left: 10px; margin-top: 10px; }
.leadership-tabs-bkg {  background: url("//cdn2.hubspot.net/hubfs/617695/Assets_Sitepages/Page_1/Image/about_cael_bkg.png?t=1516702073288");background-repeat: repeat; padding: 45px 0; }
.tab-content-box .leadership-tabs-bkg .tab-inner-content{ background-color:transparent; padding:0; }
.leadership-tabs-bkg .about-tab{ font-size:18px; color:#505050; margin-bottom:40px; }
.tab-content-box .leadership-tabs-bkg .content-box{ overflow:hidden; }
.tab-content-box .leadership-tabs-bkg .content-box .more-details{ overflow:hidden; padding:30px 0; border-top:3px solid #d2252f; border-bottom:3px solid #d2252f; margin-bottom:20px;position: relative; }
.tab-content-box .leadership-tabs-bkg .content-box .more-details:after {content:''; position: absolute; top: 0%;left: 0;right: 0; margin: 0 auto; width: 0; height: 0; border-top: solid 15px #d2252f;
    border-left: solid 15px transparent;border-right: solid 15px transparent;}
.tab-content-box .leadership-tabs-bkg .content-box .more-details img.image-member{ height:auto !important; border-radius:50%; height:150px !important; width:150px !important;}
.tab-content-box .leadership-tabs-bkg .content-box .more-details .full-detail{  font-size:18px; color:#505050; }
.sponsor-page .tab-content-box .leadership-tabs-bkg .content-box .more-details .span4{ display:none;  }
.leadership-tabs-bkg .member-details{ margin-bottom:20px; }
.leadership-tabs-bkg .member-details .member-name a { font-size:18px; color:#d2252f; text-decoration:none; font-weight:bold; }
.leadership-tabs-bkg .member-details .member-designation { font-size:18px; color:#505050; }
.leadership-tabs-bkg .member-details .member-institute-name{ font-size:18px; color:#505050; }
/** Faculty Certification Members Module **/ 
.leadership-tabs-bkg .member-details{ margin-bottom:20px; }
.leadership-tabs-bkg .member-details .member-name a { font-size:18px; color:#d2252f; text-decoration:none; font-weight:bold; }
.leadership-tabs-bkg .member-details .member-designation{ font-size:18px; color:#505050; }
.leadership-tabs-bkg .member-details .member-institute-name{ font-size:18px; color:#505050; }
.leadership-tabs-bkg .member-details .certifciation-dates { font-size:18px; color:#505050; width:300px; }
/** Career Path **/ 
.careerpath-twocolumn-bgdark-blue{ background-color:#00677f; }
.careerpath-twocolumn-light-blue{ background-color:#4ec3e0; }
.careerpath-twocolumn{ margin:0 0 25px; overflow:hidden; padding:20px; border:1px solid #d22630; -webkit-border-radius: 5px; border-radius: 5px; }
.careerpath-twocolumn .research_count_label {color: #d22630;font-size: 28px;font-weight: bold;margin-bottom: 0px;line-height: 120%;min-height: 58px;}
.careerpath-twocolumn .research_description {color: #ffffff;font-size: 24px;font-weight: normal;padding-bottom: 40px;line-height: 120%;border-bottom: 2px dotted #fff;}
.iframe-link-dem {    max-width: 380px;   height: 200px;background-position: center;background-size: cover; background-repeat: no-repeat;  background-origin: border-box;   position: relative;
    cursor: default;margin-top: 50px;   float: right !important;border: 8px solid #fff;}
.iframe-link-dem .play-button-pathsavvy {background-color: #f7b84f;  border: 2px solid #f7b84f; border-radius: 100%;height: 50px; left: 50%;position: absolute; top: 50%; transform: translate(-50%, -50%);
    transition: all 0.3s ease 0s;  width: 50px;}    
.iframe-link-dem .play-button-pathsavvy::before {border-color: transparent transparent transparent #fff;border-style: solid;border-width: 10px 0 10px 20px;  content: "";  height: 0; left: 50%;
    margin-left: 3px;   margin-top: 1px;position: absolute; top: 50%; transform: translate(-50%, -50%); transition: all 0.3s ease 0s; width: 0;}
    .iframe-link-dem .play-button-pathsavvy-hide {width:380px;height:200px;}    
/****************************************************************************************************************************************/
/**************************************************** BLOG PAGE *********************************************************************/
/**************************************************************************************************************************************/
.ptb40-blog{ padding:45px 0 !important; }
.blog-content-container{ padding:35px 0; }
.featured-content-box .hs-blog-header h1{ color:#ffffff; font-size:36px; margin-bottom:0; }
.subscribe-form{ border:1px solid #e0e0e0;padding: 25px; color:#505050;}
.subscribe-form h3{ font-size:18px; color:#d2252f; font-weight: normal;margin-bottom: 15px;}
.subscribe-form form{ }
.subscribe-form form .hs_email label{ color:#505050; font-size: 16px; margin-bottom:5px; display:block; }
.subscribe-form form .hs_email .input input{ height: 49px; border-radius: 3px; border: 1px solid #e0e0e0; font-size: 18px;}
.subscribe-form form .hs_email ul.hs-error-msgs{ list-style:none; }
.subscribe-form form .hs_email ul.hs-error-msgs li{ list-style:none; }
.subscribe-form form .hs_email ul.hs-error-msgs li label{ color:#d2252f;    margin-top: 10px; }
.subscribe-form form .actions input{ background:#d2252f;display: block; width: 100%; border: 0; padding: 12px 0; margin-top: 20px; font-size: 20px; color: #ffffff; text-transform: uppercase;-webkit-appearance: none; }
.side-bar-content{ }
.side-bar-content .subscribe-form{ margin-bottom:40px; }
.side-bar-content .recent-posts-box{ border:1px solid #e0e0e0;padding: 25px; margin-bottom:40px; }
.side-bar-content h3{ font-size:18px; color:#d2252f; font-weight: normal;margin-bottom: 15px;}
.side-bar-content ul{ padding:0; }
.side-bar-content ul li{ color:#505050; margin-left:15px; }
.side-bar-content ul li a{ color:#505050; font-size: 16px; margin-bottom:10px; display:block; text-decoration:none; }
.side-bar-content .recent-topics-box{ border:1px solid #e0e0e0;padding: 25px; margin-bottom:40px; }
.side-bar-content .recent-topics-box ul + a{ color: #d2252f; text-decoration: none; }
/** Blog Listing **/
.hs-blog-social-share {padding-top: 4px; }
.post-box{ overflow:hidden; margin-bottom: 75px;}
.post-box .post-header h2.blog-title a{ color:#d2252f; font-size: 24px; margin-bottom:10px; display:block; text-decoration:none; font-weight:normal; padding: 0 0 5px 0; border-bottom:2px solid #d2252f; }
.post-box .post-header{color:#505050; font-size: 16px; padding:0 0 0 25px; }
.post-box .post-header p{ margin-bottom:5px; }
.post-box .post-header a{ color:#d2252f; text-decoration:none; }
.post-box .post-body{ padding:0 0 0 25px;  border-left:2px dotted #d2252f;margin-top: 10px; }
.post-box .post-body .hs-featured-image-wrapper{ text-align:center; margin-bottom:45px; }
.post-box .post-body .hs-featured-image{ float:none !important; margin: 0 !important; max-width: 100% !important }
.post-box .post-body{ color:#505050;font-size: 18px; }
.post-box .post-body p, h1, h2, h3, h4, h5, h6{ color:#505050; margin-bottom:10px;font-size: 18px; line-height: 140%; }
.post-box .post-body p { text-align:left; }
.post-box .post-body a{ color:#505050; text-decoration:none;  }
.post-box .post-body a:hover{ text-decoration:underline; }
.post-box .post-body ol { color:#505050; margin-bottom: 10px;margin-left: 40px;}
.post-box .post-body ol li{ color:#505050; margin-bottom:10px; text-align:left;  }
.post-box .post-body ul { color:#505050; margin-bottom: 10px;margin-left: 40px;}
.post-box .post-body ul li{ color:#505050; margin-bottom:10px; text-align:left;  }
.post-box .post-body a.more-link{ 
    background: url("//cdn2.hubspot.net/hubfs/617695/Assets_Sitepages/Images/more-btn.png?t=1516702073288") !important;background-repeat:no-repeat;
    display: block;
    margin-top: 40px;
    color: #d2252f;
    font-size: 24px;
    width: 80px;
    height: 58px;
    margin-left: -30px;
    padding: 26px 0 0 22px;
    text-align: center; text-decoration:none; }
.blog-section .blog-pagination a.all-posts-link{ background-color:#d2252f; display:block;padding: 12px; text-align: center;color: #ffffff;font-size: 24px;text-decoration: none; }
.hs-author-profile h2.hs-author-name{ color:#d2252f;font-size: 36px;  }
.hs-author-listing-header{ color:#505050;font-size: 24px;  }
/** BLOG POST **/
.individual-blog-post h2.blog-title a{ color:#d2252f; font-size: 24px; margin-bottom:10px; display:block; text-decoration:none; font-weight:normal; padding: 0 0 5px 0; border-bottom:2px solid #d2252f; }
.individual-blog-post .post-header {color:#505050; font-size: 16px; padding:0 0 0 25px; }
.individual-blog-post .post-header p{ margin-bottom:5px; }
.individual-blog-post .post-header a{ color:#d2252f; text-decoration:none; }
.individual-blog-post .post-body{ color:#505050;font-size: 18px; }
.individual-blog-post .post-body{ padding:0 0 0 25px;  border-left:2px dotted #d2252f;margin-top: 10px; }
.individual-blog-post .post-body .hs-featured-image-wrapper{ text-align:center; margin-bottom:45px; }
.individual-blog-post .post-body .hs-featured-image{ float:none !important; margin: 0 !important; max-width: 100% !important }
.individual-blog-post .post-body p, h1, h2, h3, h4, h5, h6{ color:#505050; margin-bottom:10px;font-size: 18px; line-height: 140%; }
.individual-blog-post .post-body p {text-align:left;}
.individual-blog-post .post-body a{ color:#428bca; text-decoration:none;  }
.individual-blog-post .post-body a:hover{ text-decoration:underline; }
.individual-blog-post .post-body ul { color:#505050; margin-bottom: 10px;margin-left: 40px;}
.individual-blog-post .post-body ul li{ color:#505050; margin-bottom:10px;text-align:left; }
.individual-blog-post .post-body ol { color:#505050; margin-bottom: 10px;margin-left: 40px;}
.individual-blog-post .post-body ol li{ color:#505050; margin-bottom:10px; text-align:left;  }
/** INDIVIDUAL BLOG COMMENT **/
.individual-blog-comment-box{ margin-top:40px; }
.individual-blog-comment-box form .hs-form-field{ margin-bottom:15px; }
.individual-blog-comment-box form .hs-form-field > label{ color:#505050;font-size: 16px; margin-bottom: 5px; display: block;}
.individual-blog-comment-box form .hs-form-field .input input{ height: 44px; border-radius: 3px; border: 1px solid #e0e0e0; font-size: 16px; }
.individual-blog-comment-box form .hs-form-field textarea{  border-radius: 3px; border: 1px solid #e0e0e0; font-size: 16px;  }
.individual-blog-comment-box form .hs_subscribe{ display:none; }
.individual-blog-comment-box form .actions .primary{ cursor: pointer;-webkit-appearance: none; background-color:#d2252f; display:block; width:100%; padding: 12px 0; text-align: center;color: #ffffff;font-size: 24px;text-decoration: none;border:none; }
.individual-blog-comment-box form .hs-form-field ul.hs-error-msgs{ list-style:none; padding:0; }
.individual-blog-comment-box form .hs-form-field ul.hs-error-msgs li{ list-style:none; }
.individual-blog-comment-box form .hs-form-field ul.hs-error-msgs li label{ color:#d2252f; margin-top: 10px; display:block; }
/** Footer Section **/
.footer-content-box{background: linear-gradient(90deg, #d2252f 50%, #999999 50%);}
.footer-content-box .footer-red-column{ background-color:#d2252f; padding:20px 30px 20px 0; width: 71%; }
.footer-content-box .footer-red-column .footer-links-heading{ font-family: 'Trebuchet MS'; font-size:18px; color:#ffffff; margin-bottom:10px; }
.footer-content-box .footer-red-column .footer-links-heading-about{ font-family: 'Trebuchet MS'; font-size:18px; color:#ffffff; }
.footer-content-box .footer-red-column ul.footer-links{ list-style:none; }
.footer-content-box .footer-red-column ul.footer-links li{  font-family: 'Trebuchet MS'; font-size:13px; color:#ffffff; margin-bottom:10px; }
.footer-content-box .footer-red-column ul.footer-links li a{ text-decoration:none; color:#ffffff; }
.footer-content-box .footer-red-column ul.footer-links li a:hover{  color:#000; }
.footer-content-box .footer-red-column .search-web-label{ font-family: 'Trebuchet MS'; font-size:18px; color:#ffffff;margin-bottom: 10px;border-top: 2px dotted;padding-top: 15px;margin-top: 20px; }
.footer-content-box .footer-red-column .rights-text{  font-family: 'Trebuchet MS'; font-size:13px; color:#ffffff; margin-top:40px; }
.footer-content-box .footer-grey-column{ background-color:#999999; padding:20px 0;width: 25%; }
.footer-content-box .footer-grey-column .follow-us-label{ font-family: 'Trebuchet MS'; font-size:18px; color:#ffffff;margin-bottom: 10px;border-top: 2px dotted;padding-top: 15px;margin-top: 20px; }
.footer-content-box .footer-grey-column .footer-white-logo{ padding: 33px 0; }
.footer-content-box .footer-red-column .google-search{overflow:hidden;}
.footer-content-box .footer-red-column .google-search .gsc-control-cse{ background: initial; padding:0 !important; border:initial; margin:0; }
.footer-content-box .footer-red-column .google-search .gsc-input-box{ height:auto; }
.footer-content-box .footer-red-column .google-search table.gsc-search-box td { vertical-align: top;}
.footer-content-box .footer-red-column .google-search input.gsc-search-button-v2 {padding: 7px 10px; width: initial; height: initial;}
.footer-content-box .footer-red-column .google-search input.gsc-search-button {
font-family: inherit;
font-size: 11px;
font-weight: bold;
color: #fff;
border: 1px solid #666666;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
 border-color:  initial; 
 background-color:  initial;
 background-image:  initial;
 background-image:  initial; 
background-image:  initial;
background-image:  initial;
background-image:  initial;
background-image:  initial;
}

.footer-content-box .footer-red-column .google-search .gsib_a{ padding:0 !important; }
.footer-content-box .footer-red-column .google-search input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {border-color: initial; background-color: initial; background-image: initial; margin:0;}
.footer-content-box .footer-red-column .google-search .gsc-search-box-tools .gsc-search-box .gsc-input{ height: 27px !important;  }
.footer-content-box .footer-grey-column ul.social-icon{ list-style:none; }
.footer-content-box .footer-grey-column ul.social-icon li{ float:left;margin-right: 15px; }
.footer-content-box .footer-red-column .google-search-input{   }
/** MAP PAGE **/
.map-intro-details{ }
.map-intro-details .intro-description{ color: #333;font-size: 24px;font-weight: normal;line-height: 120%;margin: 0;padding: 40px 80px; text-align: center; }
.map-intro-details .intro-heading{ color: #0f86c8; font-size: 24px;font-weight: normal;line-height: 120%; margin: 0 0 25px; text-align: center; }
.states-dropdown{ overflow:hidden; }
.states-dropdown form label{ font-size:18px; color:#d2252f; font-weight: normal;padding-bottom: 10px; }
.selected-map-details{  }
.selected-map-details h2#state-title{ color: #d22630;font-size: 24px;font-weight: bold;margin-bottom: 25px; line-height: 100%; }
.selected-map-details #state-description{ color: #333;font-size: 24px;font-weight: normal;margin-bottom: 25px;line-height: 120%; }
.pie-chart-wrapper{ max-width:700px; margin:40px auto; padding: 20px; border-radius: 5px; }
.selected-map-details .fine-print{  font-size:13px; color:#999; font-weight: normal; text-align:right; }
.selected-map-details .source-link{ text-align:right; }
.selected-map-details .source-link a{ font-size:13px; color:#d2252f; font-weight: normal;text-decoration:none; text-align:right; }
.selected-map-details .source-link a:hover{ text-decoration:underline; }
/** OWL PAGINATION **/
.slider-owl .owl-controls{ position:absolute; top: 50%; width: 100%;}
.slider-owl .owl-pagination{ overflow:hidden; }
.slider-owl .owl-pagination .owl-page:first-child{ left: -60px; overflow: hidden; position: absolute; }
.slider-owl .owl-pagination .owl-page:first-child span{ overflow:hidden; background: url("//cdn2.hubspot.net/hubfs/617695/Assets_Sitepages/Page_1/Image/previous_icon.png?t=1516702073288") no-repeat !important;
     border-radius:0;
     height: 24px;
     margin: 5px 7px;
     opacity: 0.5;
     width: 21px;
}
.slider-owl .owl-pagination .owl-page:last-child{ overflow:hidden;position: absolute; right: -40px; }
.slider-owl .owl-pagination .owl-page:last-child span{overflow:hidden; background: url("//cdn2.hubspot.net/hubfs/617695/Assets_Sitepages/Page_1/Image/next-icon.png?t=1516702073288") no-repeat !important;
     border-radius:0;
     height: 24px;
     margin: 5px 7px;
     opacity: 0.5;
     width: 21px;}
/** 404 Page **/
.fof-content{ border-radius: 10px; padding: 30px; max-width: 650px; box-shadow: 2px 3px 7px #999; margin: 50px auto !important; float: none !important; border: 1px solid #999; background-color: #fbb613; }
.fof-content .custom_error_message{ color: firebrick; font-size: 34px; font-weight: normal; margin-bottom: 20px; line-height: 120%; }
.fof-content .fof-label{ color: firebrick; font-size: 48px; font-weight: normal; margin-bottom: 20px; line-height: 120%; text-align:center; }
.fof-content .google-search-box{  }
.google-search-box .hs-form .field label{ color: firebrick; font-size: 18px; font-weight: normal; margin-bottom: 7px; display:block;}
.google-search-box .hs-form .field .input input{ width:75%; float:left; padding: 12px !important; border-radius: 10px 0 0 10px; border: 0;color: #999;font-size: 18px; }
.google-search-box .hs-form .field .input a.hs-button.primary{  float:left;background-color: #0f85c7; border-radius: 0px 10px 10px 0px; padding: 13px 20px; color:#fff;cursor: pointer; }
.map1-heading{font-size: 18px;
    color: #d2252f;
    text-decoration: none;
    font-weight: bold;
    }
    .m-top-30{margin-top:30px;}
.locations-listing{padding:50px 0;}
.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    padding: 1em;
    display: none;
}
/** Subscription Form **/
.sub-form{ 
    max-width: 500px;
    margin: 0 auto !important;
    border: 1px solid #999;
    border-radius: 8px;
    padding: 25px !important;
    float: none !important;
    background-color: #fff; }
.sub-form .page-header{
    padding:0;
    margin-bottom: 20px;
}
.sub-form .page-header h1{ 
   font-size: 28px;
}
.sub-form form h3{
    color: #999;
    font-size: 22px !important;
    display: block;
    padding-bottom: 0px !important;
    margin: 10px 0 10px 0 !important;
    font-weight: 400 !important;
}
.sub-form form input.hs-input{
    padding: 12px !important;
    border-radius: 2px;
    border: 1px solid #999;
    color: #999;
    font-size: 18px;
    margin-top:5px;
    margin-bottom:5px;
}
.sub-form form .hs-button.primary{
    text-shadow: none;
    line-height: 1.5em;
    padding: 13px 0;
    border-radius: 3px;
    font-family: 'Trebuchet MS';
    display: block;
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    font-family: sans-serif;
    color: #fff;
    border-radius: 6px;
    border-width: 0;
    background-color: #d2252f;
    -webkit-appearance: none;
}
.sub-form input[type="password"]{ 
   border: 1px solid #999;
    border-radius: 2px;
    color: #999;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 12px !important;
    height: 40px !important;
}
.subscription input[type="submit"]{ 
    text-shadow: none;
    line-height: 1.5em;
    padding: 13px 0;
    border-radius: 3px;
    font-family: 'Trebuchet MS';
    display: block;
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    font-family: sans-serif;
    color: #fff;
    border-radius: 6px;
    border-width: 0;
    background-color: #d2252f;
    }
.subscription-pref input[type="submit"]{ 
    text-shadow: none;
    line-height: 1.5em;
    padding: 13px 0;
    border-radius: 3px;
    font-family: 'Trebuchet MS';
    display: block;
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    font-family: sans-serif;
    color: #fff;
    border-radius: 6px;
    border-width: 0;
    background-color: #d2252f; }
/******************Wed_ed page css********************/
body.weded .span3.icon img {display: inline-block; height: auto;width:100%;}
body.weded .collapse.in {  display: inline-block;}
body.weded .span3.icon, body.weded .span9.desc {display: inline-block; vertical-align: middle; float: none;}
body.weded .span9.desc {width: 73%;}
body.weded .accordion-inner .icon img { width: 100%;height: auto;}
body.weded .accordion-inner .icon { max-width: 100px; height: auto;margin: 0 auto;}
body.weded .accordion-body {margin-top: 50px;}
body.weded .sub-desc h2 { color: #505050; font-weight: normal !important; text-align: center; padding: 0 35px;}
body.weded span.service-arrow { color: #505050;font-size: 20px; font-weight: 700;}
body.weded a.accordion-toggle { text-decoration: none;  /*position: absolute; right: 0; top: 25px;*/}
body.weded .service-desc { color: #999; max-width: 700px; position: relative;padding-right: 40px;}
body.weded .span12.widget-span.widget-type-cell.career-action-box { background: none;}
body.weded .span12.widget-span.widget-type-cell.career-actions-features {   background: #fff;}
body.weded .row.service-sec {   background-image: url(//cdn2.hubspot.net/hubfs/617695/Assets_Sitepages/Images/WED_ED/border.png?t=1516702073288);   background-repeat: repeat-x;  background-size: 185px;
    padding: 50px 0;}
body.weded .accordion-inner .span6 {margin: 0;   width: 50%;padding: 0 50px;background-image: url(//cdn2.hubspot.net/hubfs/617695/Assets_Sitepages/Images/WED_ED/border-brown-small1.png?t=1516702073288);
    background-repeat: no-repeat;   background-size: 50%;   background-position: 100% 45px;}
body.weded .sub-right.span6 {   background-position: 0 45px;}
body.weded .career-action-box .about-career-action {color: #999;}
/***********************************//*========new style of landing page =========*/
.cael-membership-banner-section { background-color:#02a94e; padding: 50px 0 27px; }
.banner-blue { background-color:#0f85c7 !important; }
.banner-yellow { background-color:#fbb613 !important; }
.cael-membership-banner-section .banner-heading {   color:#ffffff;  font-size:36px;  font-weight:bold;   margin-bottom: 20px; }
.cael-membership-banner-section .banner-heading-section h1 {color: #ffffff;  font-size: 36px;  font-weight: bold;  margin-bottom: 7px; }
.cael-membership-banner-section .banner-description p { color:#e6e6e6;   font-size:16px;   font-weight:400;  font-family:Trebuchet MS;  line-height:25px;  margin-bottom: 30px;
}.cael-membership-banner-section .banner-left-sider {   width: 54%;   display: inline-block;float:left;}
.cael-membership-banner-section .banner-left-sider .check-our-plan-cta a {   display: inline-block !important;   width: 100%;  padding: 8px 6px !important;   max-width: 233px;
    text-transform: uppercase;}
.cael-membership-banner-section .banner-left-sider .learn-more-cta a {   display: inline-block !important;   width: 100%;   padding: 8px 6px !important;max-width: 304px;   text-transform: uppercase;
    margin-left:12px;}
.cael-membership-banner-section .banner-right-sider {   width: 43%;   display: inline-block;text-align: right;   float:right;}
.cael-membership-banner-section .learn-more-cta{text-align: center;}
.cael-member-information-section {   padding: 10px 0 82px;}
.cael-member-information-section .cael-member-right-section .heading-section h1 {   font-size:32px;   font-weight:bold;   line-height:40px;   color:#0F86C8;margin-top:0;}
.cael-member-information-section .cael-member-left-section {width: 45%;}
.cael-member-information-section .cael-member-right-section {    width: 52%;}
.cael-member-information-section .cael-member-right-section .pdf-image {display: inline-block;}
.cael-member-information-section .cael-member-right-section .pdf-content {   display: inline-block;}
.cael-member-information-section .cael-member-right-section .pdf-content p {font-size:18px;   font-weight:bold;    line-height:40px;color:#F15642;   margin-left: 10px;}
.cael-member-information-section .cael-member-right-section .information {  background: #F1F3F3;padding: 42px 41px;  margin-top: 12px;}
.cael-member-information-section .cael-member-right-section .information ul {   padding:0;}
.cael-member-information-section .cael-member-right-section .information ul li {font-size: 16px;font-weight: 400;  color: #505050;  margin-bottom: 15px;list-style: none;  position: relative;
    left: 15px;}
.cael-member-information-section .cael-member-right-section .information ul li.email::before {   content: "\f0e0";   font-family: fontawesome;   position: absolute;left: -30px;color:#00A546;}
.cael-member-information-section .cael-member-right-section .information ul li.address::before {content: "\f041";   font-family: fontawesome;   position: absolute;   left: -27px;   color:#00A546;}
.cael-member-information-section .cael-member-right-section .information ul li.fax::before {content: "\f1ac";   font-family: fontawesome;   position: absolute; left: -30px;color:#00A546;}
.cael-member-information-section .Become-cael-member-cta {  text-align: center;  margin-top: 62px;}
.cael-member-information-section .Become-cael-member-cta a {display: inline-block !important;   width: 100%;padding: 14px 10px !important;   max-width: 333px;   text-transform: uppercase;}
.already-member-section {  background-color:#EEF0F1;padding:83px 0 0;}
.already-member-section .heading-section h1 {   font-size: 32px;font-weight: bold;  color: #D12630; margin:0;   text-align:center;  margin-bottom: 33px;}
.already-member-section .left-side {}
.already_member_module {border: 1px solid #DADADA;   background: #FFFFFF;  max-width: 479px;width: 100%;padding: 42px;   text-align: center;}
.already_member_module .img_icon {   text-align:left;}
.already_member_module .content h1 {margin-top: 10px;    font-size: 27px;   text-transform: uppercase; font-weight: bold;  color: #505050;}
.already_member_module .content { min-height: 376px;}
.already_member_module .content p {   margin-top: 20px;  font-size: 16px; font-weight: 400;  color: #6F6F6F;}
.already_member_module .left-side { text-align:center;}
.already_member_module .right-side {text-align:center;}
.already_member_module .content a { cursor: pointer;
-moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    font-family: sans-serif;
    background: rgb(210,38,48);
    color: rgb(255, 255, 255);
    border-radius: 6px;
    border-width: 0px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    text-shadow: none;
    line-height: 1.5em;
    padding: 7px 96px;
    border-radius: 3px;
    font-family: 'Trebuchet MS'; 
    width: 100%;
    padding: 14px 10px !important;
    max-width: 333px;
    text-transform: uppercase;
    font-size:18px;
    margin-top: 33px;
}
.already_member_module .content a:hover {  background: rgb(231,41,52); color: rgb(255,255,255);}
.member-benefits-section { background-image:url(https://cdn2.hubspot.net/hubfs/617695/2017%20april%20images/images/about_cael_bkg.png?t=1516702073288);}
.member-benefits-section .member-benefits-main-heading {background: #ffffff none repeat scroll 0 0;   padding: 30px 0;}
.member-benefits-section .member-benefits-main-heading h1 {   font-size:32px;  font-weight:bold;color:#D12630;  text-align: center;}
.member-benefits-module {   display: inline-block;  width: 100%;padding: 45px 0 56px;}
.member-benefits-module .benefits-img { float: left;width: 48%;}
.member-benefits-module .benefits-content { margin-left: 2%; width: 50%;display:inline-block;}
.member-benefits-module .benefits-content h2 { font-size: 28px !important;  margin-top: 8px !important; color:#D12630;}
.member-benefits-module .benefits-content p { line-height: 24px;font-size:16px;  font-weight:400; color:#505050;}
.member-benefits-module .benefits-content ul { line-height: 24px;  font-size:16px;  font-weight:400;color:#505050;}
.member-benefits-module .benefits-content a.btn { cursor: pointer;
-moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    font-family: sans-serif;
    background: rgb(210,38,48);
    color: rgb(255, 255, 255);
    border-radius: 6px;
    border-width: 0px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    text-shadow: none;
    line-height: 1.5em;
    padding: 7px 96px;
    border-radius: 3px;
    font-family: 'Trebuchet MS'; 
    width: 100%;
    padding: 14px 10px !important;
    max-width: 333px;
    text-transform: uppercase;
    font-size:18px;
    margin-top: 33px;
}
.member-benefits-module .benefits-content a.btn:hover {  background: rgb(231,41,52);color: rgb(255,255,255);}
.member-benefits-section .member-benefits-flexible .hs_cos_wrapper_type_custom_widget:nth-child(2n) {  background: rgba(255,255,255,.3);}
.member-benefits-section .member-benefits-flexible .hs_cos_wrapper_type_custom_widget:nth-child(2n) .benefits-img { float: right; text-align: right;}
.member-benefits-section .member-benefits-flexible .hs_cos_wrapper_type_custom_widget:nth-child(2n) .benefits-content { margin-left:0;}
.cael-member-section {padding: 71px 0;}
.cael-member-section .cael-member-flexible .hs_cos_wrapper_type_custom_widget { display: inline-block; width: 22%; margin-left: 2.8%; vertical-align:top;}
.cael-member-section .cael-member-flexible .hs_cos_wrapper_type_custom_widget:nth-child(1) {margin-left: 0px;}
.cael-member-section .cael-member-flexible .hs_cos_wrapper_type_custom_widget .cael-member-module { text-align: center;}
.cael-member-section .cael-member-flexible .hs_cos_wrapper_type_custom_widget .cael-member-img {border-radius: 50%;   overflow: hidden;  border: 6px solid #D4D4D4;   transition:.3s all ease-in-out;   max-width: 200px;  width: 100%;   margin: 0 auto;}
.cael-member-section .cael-member-flexible .hs_cos_wrapper_type_custom_widget .cael-member-img:hover { border-color:#D12630;}
.cael-member-section .cael-member-flexible .hs_cos_wrapper_type_custom_widget .cael-member-module h3 { font-size: 18px !important;    margin: 17px 0 5px !important;   text-transform: uppercase;   color: #D12630;}
.cael-member-section .cael-member-flexible .hs_cos_wrapper_type_custom_widget .cael-member-module p { font-size: 14px;  font-style: italic;  color: #505050;}
.cael-member-section .view-all-cael-members { text-align:center;margin-top: 53px;}
.cael-member-section .view-all-cael-members a { display: inline-block !important; width: 100%;  padding: 14px 10px !important;   max-width: 360px;  text-transform: uppercase;   text-align: center;
    font-size: 18px;}
/*====professional development page=====*/
.professional-development-banner-section {  background: #02a94e none repeat scroll 0 0;  padding: 50px 0 60px;}
.professional-development-banner-section .right-image {  padding-top: 40px;}
.professional-development-banner-section .banner-heading { color:#ffffff; font-size:36px; font-weight:bold;  margin-bottom: 20px; }
.professional-development-banner-section .banner-heading-section h1 { color: #ffffff; font-size: 36px; font-weight: bold; margin: 0 0 7px;}
.professional-development-banner-section .banner-description p {   color:#e6e6e6;  font-size:16px;  font-weight:400;font-family:Trebuchet MS;  line-height:25px;margin-bottom: 30px;}
.professional-development-banner-section .banner-left-sider { width: 100%;   display: inline-block; }
 .professional-development-banner-section .banner-left-sider .learn-more-cta a {display: inline-block !important;  width: 100%; padding: 8px 6px !important;max-width: 304px; text-transform: uppercase;
    margin-left:0;} 
.prfessional-packages-section { background-image:url(https://cdn2.hubspot.net/hubfs/617695/2017%20april%20images/images/about_cael_bkg.png?t=1516702073288);}
.prfessional-packages-section .member-benefits-main-heading { background: #ffffff none repeat scroll 0 0;  padding: 30px 0;}
.prfessional-packages-section .member-benefits-main-heading h1 {font-size:32px; font-weight:bold; color:#D12630;text-align: center;}
.profession-package-module {display: inline-block; width: 100%;  padding: 60px 0 60px;}
.profession-package-module .benefits-img { float: left; width: 15%;}
.profession-package-module .benefits-content { margin-left: 10%;width: 70%;  display: inline-block;}
.profession-package-module .benefits-content h2 { font-size: 28px !important; margin-top: 8px !important; color:#D12630;}
.profession-package-module .benefits-content p,
.profession-package-module .benefits-content ul{line-height: 24px;  font-size:16px; font-weight:400;color:#505050;}
.prfessional-packages-section .professional-package-flexible .hs_cos_wrapper_type_custom_widget:nth-child(2n) {  background: rgba(255,255,255,.3);}
.prfessional-packages-section .professional-package-flexible .hs_cos_wrapper_type_custom_widget:nth-child(2n) .benefits-img { float: right; text-align: right;}
.prfessional-packages-section .professional-package-flexible .hs_cos_wrapper_type_custom_widget:nth-child(2n) .benefits-content { margin-left:0;}
.package-includes-section { padding: 40px 0;}
.package-includes-section .heading-section h1 { font-size: 28px !important; color: #0070C0;}
.package-includes-section .content-section p {line-height: 24px;font-size: 16px;font-weight: 400; color: #505050;}
/*====professional development page end=====*/
/*====Collaborator Membership page =====*/
.collaborator-member-banner-section { background-color:#02a94e;  padding: 30px 0 30px; }
.collaborator-member-banner-section .banner-heading {   color:#ffffff; font-size:36px; font-weight:bold;margin-bottom: 20px; }
.collaborator-member-banner-section .banner-heading-section h1 {color: #ffffff;   font-size: 36px;  font-weight: normal;margin-bottom: 7px; margin-top:0;}
.collaborator-member-banner-section .banner-description p { color: #ffffff;  font-size: 22px;font-weight: 400;  font-family: Trebuchet MS;  line-height: 30px; margin-bottom: 30px;}
.collaborator-member-banner-section .banner-left-sider {}
 .collaborator-member-banner-section .banner-left-sider .learn-more-cta a { display: inline-block !important; width: 100%;  padding: 8px 6px !important;max-width: 304px; text-transform: uppercase;
    margin-left:0;} 
.collaborator-content-section { margin:30px 0 30px 0;}
.collaborator-content-section p { color: #000000;  font-size: 22px; font-weight: 400;  font-family: Trebuchet MS; line-height: 30px;}
.collaborator-logo-section {text-align:center;  padding: 30px 0;}
.collaborator-logo-section .hs_cos_wrapper_type_linked_image { width: 15%; display: inline-block;  margin-left: 3%;}
.collaborator-membership-section {  background-image:url(https://cdn2.hubspot.net/hubfs/617695/2017%20april%20images/images/about_cael_bkg.png?t=1516702073288);}
.collaborator-membership-section .member-benefits-main-heading {background: #ffffff none repeat scroll 0 0;   padding: 30px 0;}
.prfessional-packages-section .member-benefits-main-heading h1 {font-size:32px; font-weight:bold;  color:#D12630;  text-align: center;}
.collaborator-module-section { display: inline-block; width: 100%; padding: 60px 0 60px;}
.collaborator-module-section .benefits-img {float: left;width: 15%;}
.collaborator-module-section .benefits-content {margin-left: 10%;  width: 70%;  display: inline-block;}
.collaborator-module-section .benefits-content h2 {  font-size: 28px !important;  margin-top: 8px !important; color:#D12630;}
.collaborator-module-section .benefits-content p {  line-height: 29px; font-size:22px; font-weight:400; color:#505050;}
 .collaborator-membership-section .collaborator-membership-flexible .hs_cos_wrapper_type_custom_widget:nth-child(2n) {  background: rgba(255,255,255,.3);}
.collaborator-membership-section .collaborator-membership-flexible .hs_cos_wrapper_type_custom_widget:nth-child(2n) .benefits-img { float: right; text-align: right;}
.collaborator-membership-section .collaborator-membership-flexible .hs_cos_wrapper_type_custom_widget:nth-child(2n) .benefits-content {margin-left:0;}
.collaborator-includes-section {padding: 40px 0;}
.collaborator-includes-section .heading-section h1 {font-size: 28px !important; color: #0070C0;}
.collaborator-includes-section .content-section p { line-height: 29px; font-size: 21px; font-weight: 400; color: #000;}
.collaborator-includes-section .cta-section a { max-width: 290px; width: 100%; font-size: 20px;}
/*====Collaborator Membership page end =====*/
/*==== Vet Career Guides Starts Here ======*/
body.vet-career .overlay-blue { position: absolute; width: 100%;height: 100%;  background-color: rgba(0, 51, 102, .5);}
body.vet-career .iframe-link-dem { max-width: 100%;  padding-top: 55.65%;  max-height:400px;}
body.vet-career .iframe-link-dem .play-button-pathsavvy { height: 80px; width: 80px;}
body.vet-career .iframe-link-dem .play-button-pathsavvy::before {  border-width: 20px 0 20px 30px;}
body.vet-career .guide-module { padding: 80px 0;display: inline-block;  width: 100%;}
body.vet-career .guide-module .main-wrapper { max-width: 980px; position:relative;}
body.vet-career .guide-icon { max-width: 95px;  display: inline-block; vertical-align: top;}
body.vet-career .guide-icon img { height: auto;}
body.vet-career .guide-detail-block,
body.vet-career .toggle-description{display: inline-block;  width: calc(100% - 105px); padding: 0 40px 0 20px;  vertical-align: top;}
body.vet-career .toggle-description .guide-toggle-image {  position: absolute;  right: 20px; top: 100px;cursor: pointer;max-width: 33px;}
body.vet-career .toggle-description { float: right;   width: calc(100% - 85px);  margin-right: 6px;}
body.vet-career .guide-detail-block h1 {color: #cc3333;}
.guide-detail-block a:hover{text-decoration: none;}
body.vet-career .guide-detail-block h1 {margin-top: 0;} 
body.vet-career .guide-description,
body.vet-career .toggle-description{font-size: 22px;color: #6f6f6f;}
body.vet-career .guide-link a { background-color: #d22630;  color: #fff;padding: 8px 20px;  display: inline-block;  margin-top: 15px;}
/*==== Vet Career Guides Ends Here ======*/
@media screen and (max-width: 1200px) {
.header-content-box .nav-primary ul li:nth-child(4) ul.hs-menu-children-wrapper { left: -220px;}}
@media screen and (max-width: 1095px) {  .already-member-section .span12.widget-span.widget-type-cell { text-align: center; }
.header-content-box .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {padding: 10px 15px; }  }
/*======media query=========*/
@media screen and (max-width: 980px) {.cael-membership-banner-section .banner-left-sider .check-our-plan-cta a span {  font-size:20px !important;}
.cael-membership-banner-section .banner-left-sider .learn-more-cta a span { font-size:20px !important;}
.cael-member-section .cael-member-flexible .hs_cos_wrapper_type_custom_widget {  margin-left: 2.7%;}
.already-member-section .left-side {max-width: 479px;  width: 100%;  margin: 0 auto !important;  float: none;}
.already-member-section .right-side { max-width: 479px;  width: 100%; margin: 30px auto auto !important;float: none;}
.become-a-member-cta { display: block !important;  float: none !important;   margin: 10px auto !important;  max-width: 300px !important;text-align: center;}
.renew-membership { margin-bottom: 0;}
.become-a-member-cta .cta_button { max-width: 250px !important; width: 100% !important;}
.renew-membership {  margin-bottom: 0 !important;}
.membership-page-content { padding: 14px !important;}
.membership-page-content h2{ text-align:center !important; }
.membership-page-content p{ text-align:center!important ; }
.membership-overview {  padding-bottom: 20px !important;padding-top: 20px !important;}
.membership-overview .membership-page-content { text-align: center !important;}
.already-member-section .span12.widget-span.widget-type-cell { text-align: center;}
.header-content-box .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a { padding: 10px 8px;}}
@media screen and (max-width: 767px) {.cael-membership-banner-section .banner-left-sider {  width: 100%;  text-align:center;}     
.cael-membership-banner-section .banner-right-sider {width: 100%; text-align: center; margin-top: 80px;}
.cael-member-information-section .cael-member-left-section {width: 100%;text-align: center;}
.cael-member-information-section .cael-member-right-section {  width: 100%;  margin-top: 50px;}
.member-benefits-module .benefits-img { width: 100%;text-align: center;}
.member-benefits-section .member-benefits-flexible .hs_cos_wrapper_type_custom_widget:nth-child(2n) .benefits-img { text-align: center;}
.member-benefits-module .benefits-content { margin-left: 0; width: 100%;display: inline-block; margin-top: 40px;text-align:center;}
.cael-member-section .cael-member-flexible .hs_cos_wrapper_type_custom_widget {  display: inline-block;   width: 43%;   margin-left: 17.8%;  max-width: 200px;   margin-top:40px;}
.cael-member-section .cael-member-flexible .hs_cos_wrapper_type_custom_widget:nth-child(2n+1) { margin-left: 0; }
.cael-member-section .cael-member-flexible {text-align: center;}
.cael-member-section .view-all-cael-members {  display: inline-block;  width: 100%;}
.banner-left-sider .learn-more-cta {text-align: center;}
.banner-left-sider .check-our-plan-cta {text-align: center;}
.cael-membership-banner-section .banner-left-sider .learn-more-cta a { margin-left: 0; margin-top: 20px;}
.already_member_module {  margin: 0 auto 42px;}
.cael-member-information-section .cael-member-right-section .heading-section h1 { text-align:center;}
.cael-member-information-section .pdf-download {text-align:center;}
.cael-member-section { padding: 30px 0 50px;}
.cael-membership-banner-section .banner-left-sider .learn-more-cta a{max-width:233px;}
.membership_module {margin-bottom: 64px;}
.membership-modules-widgets .cell-wrapper.layout-widget-wrapper { margin-top: 0;}
.renew-membership a span { font-size: 17px !important;}
.renew-membership a {max-width: 250px !important;}
.become-a-member-cta { display: block !important;  float: none !important;  margin: 10px auto !important;  max-width: 300px !important;   text-align: center;}
.become-a-member-cta a span { font-size: 19px !important;}
.renew-membership {   margin-bottom: 0;}
.become-a-member-cta .cta_button { max-width: 250px !important; width: 100% !important;}
.renew-membership { margin-bottom: 0 !important;}
.membership-page-content { padding: 14px !important;}
.membership-page-content h2{text-align:center !important; }
.membership-page-content p{ text-align:center!important ; }
.membership-overview { padding-bottom: 20px !important; padding-top: 20px !important;}
.membership-overview .membership-page-content { text-align: center !important;}
.already-member-section .span12.widget-span.widget-type-cell { text-align: center;}
.membership-modules .hs_cos_wrapper_type_custom_widget{  margin: 0 0 40px !important;  max-width: 336px;width:100% !important;}
.join-movement .membership-modules .hs_cos_wrapper_type_custom_widget,
.join-movement .membership-modules .hs_cos_wrapper_type_custom_widget:nth-child(2n){margin: 0 auto 40px !important; max-width: 336px; width: 100% !important; display: block !important;}
/*====professional development package =======*/
.professional-development-banner-section { text-align: center;}
.profession-package-module .benefits-img {  width: 100%;text-align: center;}
.profession-package-module .benefits-content { margin-left: 0; width: 100%; margin-top: 40px;  text-align: center;}
.prfessional-packages-section .professional-package-flexible .hs_cos_wrapper_type_custom_widget:nth-child(2n) .benefits-img { text-align: center;} 
.package-includes-section { text-align:center;}
.package-includes-section .image-section { text-align:center; margin-top: 40px;}
/*====professional development package end=======*/
/*====collaborator membership end=======*/
.collaborator-member-banner-section {  text-align: center;}
.collaborator-member-banner-section .banner-left-sider {margin-bottom: 50px;}
.collaborator-module-section .benefits-img {float: left;width: 100%;text-align: center;}
.collaborator-module-section .benefits-content {margin-left: 0;   width: 100%;  margin-top: 40px;  text-align: center;}
.collaborator-membership-section .collaborator-membership-flexible .hs_cos_wrapper_type_custom_widget:nth-child(2n) .benefits-img { float: right; text-align: center;}
.collaborator-includes-section { text-align: center;}
.collaborator-logo-section .hs_cos_wrapper_type_linked_image { width: 26%; margin-bottom: 60px;}
.collaborator-includes-section .image-section {margin-top: 50px;}
/*====collaborator membership end=======*/
.member-benefits-module .benefits-content ul,
.profession-package-module .benefits-content ul { text-align: left;}
/*====Services Accordion=======*/
.services-accordion .accordion .accordion-group.item { width: 100%;  display: inline-block; vertical-align: top;margin: 0 0 40px 0;}
.member-below-banner-content { text-align: center;}
}
@media screen and (max-width: 640px) { .cael-membership-banner-section {padding: 30px 0 27px;}
.cael-member-information-section {  padding: 10px 0 51px;}
.already-member-section {  padding: 50px 0 10px;}
.cael-member-section .cael-member-flexible .hs_cos_wrapper_type_custom_widget {  margin-left: 8.8%;}
.cael-membership-banner-section .banner-heading-section h1 {font-size: 29px;}
.cael-member-information-section .cael-member-right-section .heading-section h1 { font-size: 29px;}
.member-benefits-module {   padding: 30px 0 40px;}
.cael-member-information-section .cael-member-right-section .pdf-content p {font-size:17px;}
.already-member-section .heading-section h1 { font-size:29px;}
.member-benefits-section .member-benefits-main-heading h1 { font-size:29px;}
.member-benefits-module .benefits-content h2 { font-size: 27px !important; }
.member-benefits-module .benefits-content p,
.member-benefits-module .benefits-content ul{ font-size: 15px;}
/*=====professional development package page=======*/
.professional-development-banner-section .banner-heading-section h1 { font-size: 29px;}
.professional-development-banner-section .banner-description p { font-size: 15px; }
.profession-package-module .benefits-content h2 { font-size: 26px !important; }
.profession-package-module .benefits-content p,
.profession-package-module .benefits-content ul{ font-size: 15px;}
.package-includes-section .heading-section h1 { font-size: 26px !important;  }
.package-includes-section .content-section p { font-size: 15px;}
/*====professional development package end=======*/
/*====collaborator membership=======*/
.collaborator-member-banner-section .banner-heading-section h1 {  font-size: 32px;}
.collaborator-member-banner-section .banner-description p {  font-size: 20px;}
.collaborator-logo-section .hs_cos_wrapper_type_linked_image {  width: 44%;}
.collaborator-content-section p {  font-size: 18px; }
.collaborator-module-section .benefits-content p {  font-size: 18px;}
.collaborator-includes-section .content-section p { font-size: 18px;}
/*====collaborator membership end=======*/
/*====Services Accordion=======*/
.services-accordion .accordion .accordion-group.item .span3 img { padding-right: 5px;  height: auto;}
}
@media screen and (max-width: 480px) {
    .cael-member-section .cael-member-flexible .hs_cos_wrapper_type_custom_widget:nth-child(2n+1) { margin-left: auto; }
.cael-member-section .cael-member-flexible .hs_cos_wrapper_type_custom_widget { display: block; width: 100%;   max-width: 200px;margin: 50px auto auto;}
.cael-member-section .view-all-cael-members a { max-width: 260px; }
.cael-member-information-section .Become-cael-member-cta a {max-width: 300px;  padding:14px 0 !important;}
.cael-member-information-section .Become-cael-member-cta a span { font-size:20px !important;}
.cael-member-information-section .cael-member-right-section .heading-section h1 { font-size:26px;}
.already_member_module {  padding: 20px; }
.already_member_module .content h1 {font-size:24px;}
.already_member_module .content p {   font-size:15px;}
/*====collaborator membership=======*/
.collaborator-logo-section .hs_cos_wrapper_type_linked_image { width: 100%;  margin-left:0;}
/*====collaborator membership end=======*/}
/*======media query end=========*/
/*========new style of landing page end =========*/
/** Responsiveness **/
@media screen and (max-width: 320px) {    /** Customer styles for blog **/ 
.individual-blog-post .post-body ol li {text-align:left}
.individual-blog-post .post-body p {text-align:left;}
.post-box .post-body ol li{text-align:left;  }
.post-box .post-body ul li{ text-align:left;  }
.post-box .post-body p { text-align:left; }
    .iframe-link-dem {float:none !important;}
     .para-style-mobile{  }     
     .para-style-mobile p:before{ content: "•"; padding-right: 5px;float:left;color:#d22630;  }     
     .para-style-mobile p span {display:none;}
    .lp-container .lp-description-custom .rule {display:unset;}
    .lp-container .lp-description-custom h1 {line-height:1em;}
    .lp-container .lp-description-custom a {padding-bottom:5px;display:block;}
    .count-image-box a img{ width:100%; height:auto; }
    .count-content-box .span6:first-child{ border:none; padding:0; margin:0; } 
    .count-content-box .span6:last-child{ border:none; padding:0; margin:0; } 
    .register-now-cta .hs-cta-wrapper a {width: 100%; margin: 0 auto; }
    .states-dropdown form{width:100%; }
    .states-dropdown form select{ height: 49px; border-radius: 3px; border: 1px solid #e0e0e0; font-size: 18px; background-color:#ffffff; width:100%; }
    .states-dropdown form select option{ width:100%; }
    .map-container{ display:none !important; }
     #piechart{ width:100%; max-width:100%; }
    .tab-contents-container li.dropdown .dropdown-menu{ left:0%;padding:0; position: relative !important;}
    .main-wrapper{ padding:0 15px;}
    .corner-wrapper{ padding:0 0 0 15px; }
     .header-content-box .main-wrapper{ padding:0 0px;}
    .pb40{ padding-bottom:40px !important; }
    .pb30{ padding-bottom:30px !important; }
    .image-center{ text-align:center; }
    br{ display:none; }
    .large-screen{ display:none; }
    .small-screen{ display:block; }
    .tab-btns{ display:none !important; }
    .intro-details-box .description{ padding:0; }
    .secondary-navigation{ display:none !important; }
    #slider{ width:100% !important; }
    .header-content-box{ padding:25px 15px 40px; }
    .header-content-box .nav-primary{ display:none; }
    .header-content-box .logo-nav-container{ margin-bottom: 0px; }
    .banner-text-content-box {padding: 30px 0 50px;}
    .wdur-content-box .three-img-box{ margin-top: 0px !important; }
    .trigger-main{ position: absolute;right: 18px; top: 30px; padding: 0 !important;}
    .slide-nav{ min-height:1px; height:1px; }
    .events-container .item .event-img {width: 100%; float: none;  text-align:center;  margin: 0 auto;}
    .events-container .item .event-img img{ width: 100%; }
    .events-container .customNavigation .all-btn{ padding: 15px 0; width: 50%;text-align: center; }
        .events-container .customNavigation .prev{ padding: 14px 0 0;width: 25%;text-align: center; border-bottom: 2px solid #d22630;height: 35px; }
    .events-container .customNavigation .next{ padding: 14px 0 0;width: 23.8%;text-align: center; border-right:none; border-bottom: 2px solid #d22630;height: 35px; }
    .view-events-details{ width: 100%; padding: 15px 0;text-align: center; }
    .tab-contents-container li.dropdown .dropdown-menu>li>a {  }
    .tab-content-box .nav-tabs > li > a{ font-size:18px;padding: 15px 0; }
    .tab-inner-content .span4{ text-align:center; }
    .col-right-details{ margin-top:30px; }
    .featured-content-box .prev-featured-item{ top:86%; left:30%; }
    .featured-content-box .next-featured-item{ top:86%; left:30%; }
    .featured-content-box .next-res-item{  top:75%; left:30%; }
    .featured-content-box .prev-res-item{ top:75%; left:30%; }
    .more-details .span4{ text-align:center; }
    .more-details .span4 img{ width:50%; }
    .more-details .full-detail{ margin-top:20px; }
    .career-actions-features .feature-items .features-detials{ margin-top: 15px; text-align: center; }
    /*Updated by HubSpot support 10/2/17*/
    .girl-hero-box .hero-content{ padding:0 !important; }
    .featured-content-box .item{ padding:0; }
    .count-img{ background-size: 100% 100% !important; height: 165px !important; }
    .footer-content-box .footer-grey-column{ padding: 20px 15px;width: 100%; }
    .footer-content-box .footer-red-column{ padding: 20px 15px;width: 100%; }
      .slider-owl .owl-controls{ position:initial; top: initial; width: 100%;}
    .slider-owl .owl-pagination{ overflow:hidden; }
    .slider-owl .owl-pagination .owl-page:first-child{ left: initial; overflow: hidden; position: initial; }
    .slider-owl .owl-pagination .owl-page:first-child span{ 
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791 !important;
    }
.slider-owl .owl-pagination .owl-page:last-child{ overflow:initial;position: initial; right: initial; }
.slider-owl .owl-pagination .owl-page:last-child span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791 !important;}
    .individual-blog-comment-box form{ margin-bottom:40px; }
    .individual-blog-comment-box form #recaptcha_area{ width:100% !important; }
    .individual-blog-comment-box form #recaptcha_area table#recaptcha_table{ width:100% !important; }
    .map-intro-details .intro-description { padding: 40px 15px;}
    .services-accordion .span3{ width: 25%; float: left; }
    .services-accordion .span9{ width: 75%; float: left; }
    .services-accordion a span.servies-label{ font-size:16px; }
    .banner-content-box .learn-count .banner-heading{ font-size:30px;}
    .career-actions-features .feature-items .features-detials ul {text-align:left;margin-top:20px} 
}
@media screen and (min-width: 321px) and (max-width: 375px) {
        /** Customer styles for blog **/ 
.individual-blog-post .post-body ol li {text-align:left}
.individual-blog-post .post-body p {text-align:left;}
.post-box .post-body ol li{text-align:left;  }
.post-box .post-body ul li{ text-align:left;  }
.post-box .post-body p { text-align:left; }
    .iframe-link-dem {float:none !important;}
    .hs-blog-social-share {max-width: 300px}
    .lp-container .lp-description-custom .rule {display:unset;}
     .lp-container .lp-description-custom h1 {line-height:1em;}
    .lp-container .lp-description-custom a {padding-bottom:5px;display:block;}
    .count-image-box a img{ width:100%; height:auto; }
        .register-now-cta .hs-cta-wrapper a {width: 100%; margin: 0 auto; }
    .count-content-box .span6:first-child{ border:none; padding:0; margin:0; } 
    .count-content-box .span6:last-child{ border:none; padding:0; margin:0; } 
    .states-dropdown form{width:100%; }
    .states-dropdown form select{ height: 49px; border-radius: 3px; border: 1px solid #e0e0e0; font-size: 18px; background-color:#ffffff; width:100%; }
    .states-dropdown form select option{ width:100%; }
    .map-container{ display:none !important; }
     #piechart{ width:100%; max-width:100%; }
    .main-wrapper{ padding:0 15px;}
    .corner-wrapper{ padding:0 0 0 15px; }
     .header-content-box .main-wrapper{ padding:0 0px;}
    .pb40{ padding-bottom:40px !important; }
    .pb30{ padding-bottom:30px !important; }
    .image-center{ text-align:center; }
    br{ display:none; }
    .large-screen{ display:none; }
    .small-screen{ display:block; }
    .tab-btns{ display:none !important; }
    .intro-details-box .description{ padding:0; }
        .secondary-navigation{ display:none !important; }
    #slider{ width:100% !important; }
    .header-content-box{ padding:25px 15px 40px; }
    .header-content-box .nav-primary{ display:none; }
    .header-content-box .logo-nav-container{ margin-bottom: 0px; }
    .banner-text-content-box {padding: 30px 0 50px;}
    .wdur-content-box .three-img-box{ margin-top: 0px !important; }
    .trigger-main{ position: absolute;right: 18px; top: 30px; padding: 0 !important;}
    .slide-nav{ min-height:1px; height:1px; }
    .events-container .item .event-img {width: 100%; float: none;  text-align:center;  margin: 0 auto;}
    .events-container .item .event-img img{ width: 100%; }
    .events-container .customNavigation .all-btn{ padding: 15px 0; width: 50%;text-align: center; }
    .events-container .customNavigation .prev{ padding: 14px 0 0;width: 25%;text-align: center; border-bottom: 2px solid #d22630;height: 35px; }
    .events-container .customNavigation .next{ padding: 14px 0 0;width: 24%;text-align: center; border-right:none; border-bottom: 2px solid #d22630;height: 35px; }
    .view-events-details{ width: 100%; padding: 15px 0;text-align: center; }
    .tab-contents-container li.dropdown .dropdown-menu{ left:0%;padding:0; position: relative !important;}
    .tab-contents-container li.dropdown .dropdown-menu>li>a{ font-size:17px;     padding: 3px 12px; }
    .tab-content-box .nav-tabs > li > a{ font-size:18px; }
    .tab-inner-content .span4{ text-align:center; }
    .col-right-details{ margin-top:30px; }
    .featured-content-box .prev-featured-item{ top:86%; left:30%; }
    .featured-content-box .next-featured-item{ top:86%; left:30%; }
    .featured-content-box .next-res-item{  top:75%; left:30%; }
    .featured-content-box .prev-res-item{ top:75%; left:30%; }
    .more-details .span4{ text-align:center; }
    .more-details .span4 img{ width:50%; }
    .more-details .full-detail{ margin-top:20px; }
    .career-actions-features .feature-items .features-detials{ margin-top: 15px; text-align: center; }
    .girl-hero-box .hero-content{ padding:0 10px; }
    .featured-content-box .item{ padding:0; }
    .count-img{ background-size: 100% 100% !important; height: 165px !important; }
    .footer-content-box .footer-grey-column{ padding: 20px 15px;width: 100%; }
    .footer-content-box .footer-red-column{ padding: 20px 15px;width: 100%; }
        .slider-owl .owl-controls{ position:initial; top: initial; width: 100%;}
    .slider-owl .owl-pagination{ overflow:hidden; }
    .slider-owl .owl-pagination .owl-page:first-child{ left: initial; overflow: hidden; position: initial; }
    .slider-owl .owl-pagination .owl-page:first-child span{ 
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791 !important;
    }
.slider-owl .owl-pagination .owl-page:last-child{ overflow:initial;position: initial; right: initial; }
.slider-owl .owl-pagination .owl-page:last-child span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791 !important;
}
    .individual-blog-comment-box form{ margin-bottom:40px; }
    .individual-blog-comment-box form #recaptcha_area{ width:100% !important; }
    .individual-blog-comment-box form #recaptcha_area table#recaptcha_table{ width:100% !important; }
    .map-intro-details .intro-description { padding: 40px 15px;}
    .services-accordion .span3{ width: 21%; float: left; }
    .services-accordion .span9{ width: 79%; float: left; }
     .banner-content-box .learn-count .banner-heading { font-size:30px;}
      .career-actions-features .feature-items .features-detials ul {text-align:left;margin-top:20px}
    }
    @media screen and (min-width: 376px) and (max-width: 480px) {
    /** Customer styles for blog **/ 
.individual-blog-post .post-body ol li {text-align:left}
.individual-blog-post .post-body p {text-align:left;}
.post-box .post-body ol li{text-align:left;  }
.post-box .post-body ul li{ text-align:left;  }
.post-box .post-body p { text-align:left; }
.iframe-link-dem {float:none !important;}
   .hs-blog-social-share {max-width: 300px}
        .lp-container .lp-description-custom .rule {display:unset;}
         .lp-container .lp-description-custom h1 {line-height:1em;}
    .lp-container .lp-description-custom a {padding-bottom:5px;display:block;}
    .count-image-box a img{ height:auto; }
    .register-now-cta .hs-cta-wrapper a {width: 100%; margin: 0 auto; }
        .count-content-box .span6:first-child{ border:none; padding:0; margin:0; } 
    .count-content-box .span6:last-child{ border:none; padding:0; margin:0; } 
    .pie-chart-wrapper{ margin:40px 20px; }
    .states-dropdown form{width:100%; }
    .states-dropdown form select{ height: 49px; border-radius: 3px; border: 1px solid #e0e0e0; font-size: 18px; background-color:#ffffff; width:100%; }
    .states-dropdown form select option{ width:100%; }
    .map-container{ display:none !important; }
    #piechart{ width:100%; max-width:100%; }
    .main-wrapper{ padding:0 15px;}
    .corner-wrapper{ padding:0 0 0 15px; }
    .header-content-box .main-wrapper{ padding:0 0px;}
    .pb40{ padding-bottom:40px !important; }
    .pb30{ padding-bottom:30px !important; }
    .image-center{ text-align:center; }
    br{ display:none; }
    .large-screen{ display:none; }
    .small-screen{ display:block; }
    .tab-btns{ display:none !important; }
    .intro-details-box .description{ padding:0; }
    .secondary-navigation{ display:none !important; }
    #slider{ width:100% !important; }
    .header-content-box{ padding:25px 15px 40px; }
    .header-content-box .nav-primary{ display:none; }
    .header-content-box .logo-nav-container{ margin-bottom: 0px; }
    .banner-text-content-box {padding: 30px 0 50px;}
    .trigger-main{ position: absolute;right: 18px; top: 30px; padding: 0 !important;}
    .slide-nav{ min-height:1px; height:1px; }
    .wdur-content-box .three-img-box{ margin-top: 0px !important; }
    .wdur-content-box .three-img-box .span4{ text-align:center; }
    .bkg-image{ width: 371px;position: relative;margin: 0 auto; }
    .count-img{ background-size: 100% 100% !important; height: 220px !important; }
    .events-container .customNavigation .all-btn{ padding: 15px 0; width: 50%;text-align: center; }
    .events-container .customNavigation .prev{ padding: 14px 0 0;width: 25%;text-align: center; border-bottom: 2px solid #d22630;height: 35px; }
    .events-container .customNavigation .next{ padding: 14px 0 0;width: 24.2%;text-align: center; border-right:none; border-bottom: 2px solid #d22630;height: 35px; }
    .view-events-details{ width: 100%; padding: 15px 0;text-align: center; }
    .career-actions-features .feature-items .features-detials{ margin-top: 15px; text-align: center; }
    .girl-hero-box .hero-content{ padding:0 10px; }
    .featured-content-box .item{ padding:0; }
     .tab-inner-content .span4{ text-align:center; }
    .col-right-details{ margin-top:30px; }
    .featured-content-box .prev-featured-item{ top:86%; left:30%; }
    .featured-content-box .next-featured-item{ top:86%; left:30%; }
    .featured-content-box .next-res-item{  top:75%; left:30%; }
    .featured-content-box .prev-res-item{ top:75%; left:30%; }
    .tab-contents-container li.dropdown .dropdown-menu{ left:0%;padding:0; position: relative !important;}
    .tab-contents-container li.dropdown .dropdown-menu>li>a{ font-size:17px; padding: 3px 40px; }
    .tab-content-box .nav-tabs > li > a{ font-size:18px; }
     .more-details .span4{ text-align:center; }
    .more-details .span4 img{ width:50%; }
    .more-details .full-detail{ margin-top:20px; }
    .footer-content-box .footer-grey-column{ padding: 20px 15px;width: 100%; }
    .footer-content-box .footer-red-column{ padding: 20px 15px;width: 100%; }
    .featured-content-box .featured-box{ margin:0 auto !important; width:350px; }
       .slider-owl .owl-controls{ position:initial; top: initial; width: 100%;}
    .slider-owl .owl-pagination{ overflow:hidden; }
    .slider-owl .owl-pagination .owl-page:first-child{ left: initial; overflow: hidden; position: initial; }
    .slider-owl .owl-pagination .owl-page:first-child span{ 
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791 !important;
    }
.slider-owl .owl-pagination .owl-page:last-child{ overflow:initial;position: initial; right: initial; }
.slider-owl .owl-pagination .owl-page:last-child span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791 !important;
}
    .individual-blog-comment-box form{ margin-bottom:40px; }
    .individual-blog-comment-box form #recaptcha_area{ width:100% !important; }
    .individual-blog-comment-box form #recaptcha_area table#recaptcha_table{ width:100% !important; }
    
    .map-intro-details .intro-description { padding: 40px 15px;}
    
    .services-accordion .span3{ width: 19%; float: left; }
    .services-accordion .span9{ width: 81%; float: left; }
    
     .banner-content-box .learn-count .banner-heading { font-size:30px;}
    .career-actions-features .feature-items .features-detials ul {text-align:left;margin-top:20px}
    }
@media screen and (min-width: 481px) and (max-width: 666px) {
    /** Customer styles for blog **/ 
.individual-blog-post .post-body ol li {text-align:left}
.individual-blog-post .post-body p {text-align:left;}
.post-box .post-body ol li{text-align:left;  }
.post-box .post-body ul li{ text-align:left;  }
.post-box .post-body p { text-align:left; }
    .iframe-link-dem {float:none !important;}
    .lp-container .lp-description-custom .rule {display:unset;}
     .lp-container .lp-description-custom h1 {line-height:1em;}
    .lp-container .lp-description-custom a {padding-bottom:5px;display:block;}
       .count-content-box .span6:first-child{ border:none; padding:0; margin:0; } 
    .count-content-box .span6:last-child{ border:none; padding:0; margin:0; } 
   .register-now-cta .hs-cta-wrapper a {width: 100%; margin: 0 auto; }
    .pie-chart-wrapper{ margin:40px 20px; }
    .states-dropdown form{width:100%; }
    .states-dropdown form select{ height: 49px; border-radius: 3px; border: 1px solid #e0e0e0; font-size: 18px; background-color:#ffffff; width:100%; }
    .states-dropdown form select option{ width:100%; }
    .map-container{ display:none !important; }
    #piechart{ width:100%; max-width:100%; }
     .main-wrapper{ padding:0 15px;}
     .corner-wrapper{ padding:0 0 0 15px; }
    .header-content-box .main-wrapper{ padding:0 0px;}
    .pb40{ padding-bottom:40px !important; }
    .pb30{ padding-bottom:30px !important; }
    .image-center{ text-align:center; }
    br{ display:none; }
    .large-screen{ display:none; }
    .small-screen{ display:block; }
    .tab-btns{ display:none !important; }
    .intro-details-box .description{ padding:0; }
    .secondary-navigation{ display:none !important; }
    #slider{ width:100% !important; }
    .header-content-box{ padding:25px 15px 40px; }
    .header-content-box .nav-primary{ display:none; }
    .header-content-box .logo-nav-container{ margin-bottom: 0px; }
    .banner-text-content-box {padding: 30px 0 50px;}
    .trigger-main{ position: absolute;right: 18px; top: 30px; padding: 0 !important;}
    .slide-nav{ min-height:1px; height:1px; }
    .bkg-image{ width: 371px;position: relative;margin: 0 auto; }
    .wdur-content-box .three-img-box{ margin-top: 0px !important; }
    .wdur-content-box .three-img-box .span4{ text-align:center; }
    .career-actions-features .feature-items .features-detials{ margin-top: 15px; text-align: center; }
    .girl-hero-box .hero-content{ padding:0 10px; }
    .featured-content-box .item{ padding:0; }
    .tab-inner-content .span4{ text-align:center; }
    .col-right-details{ margin-top:30px; }
    .tab-contents-container li.dropdown .dropdown-menu{ left:0%;padding:0; position: relative !important;}
    .tab-contents-container li.dropdown .dropdown-menu>li>a{ font-size:17px; padding: 3px 40px; }
    .tab-content-box .nav-tabs > li > a{ font-size:18px; }
    .more-details .span4{ width:35%; float:left; text-align:center; }
    .more-details .span8{ width:65%; float:left; }
    .more-details .span4 img{ width:80%; }
    .more-details .full-detail{ margin-top:0px; }
    /**.events-container .customNavigation .all-btn{ padding: 15px 0; width: 50%;text-align: center; }
    .events-container .customNavigation .prev{ padding: 15px 0;width: 25%;text-align: center; border-bottom: 3px solid #d22630; }
    .events-container .customNavigation .next{ padding: 15px 0;width: 23%;text-align: center; border-right:none; border-bottom: 3px solid #d22630; }
    .view-events-details{ width: 100%; padding: 15px 0;text-align: center; } */
    .footer-content-box .footer-grey-column{ padding: 20px 15px;width: 100%; }
    .footer-content-box .footer-red-column .span4{ width:50%; float:left; }
    .footer-content-box .footer-red-column{ padding: 20px 15px;width: 100%; }
    .featured-content-box .featured-box{ margin:0 auto !important; width:350px; }
       .slider-owl .owl-controls{ position:initial; top: initial; width: 100%;}
    .slider-owl .owl-pagination{ overflow:hidden; }
    .slider-owl .owl-pagination .owl-page:first-child{ left: initial; overflow: hidden; position: initial; }
    .slider-owl .owl-pagination .owl-page:first-child span{ 
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791 !important;
    }
.slider-owl .owl-pagination .owl-page:last-child{ overflow:initial;position: initial; right: initial; }
.slider-owl .owl-pagination .owl-page:last-child span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791 !important;
}
    .individual-blog-comment-box form{ margin-bottom:40px; }
    .individual-blog-comment-box form #recaptcha_area{ width:100% !important; }
    .individual-blog-comment-box form #recaptcha_area table#recaptcha_table{ width:100% !important; }
    .map-intro-details .intro-description { padding: 40px 15px;}
       .services-accordion .span3{ width: 14%; float: left; }
    .services-accordion .span9{ width: 86%; float: left; }
 .learn-count .banner-content-box .banner-heading { font-size:30px;}
 .career-actions-features .feature-items .features-detials ul {text-align:left;margin-top:20px} 
}
@media screen and (min-width: 667px) and (max-width: 767px) {
    .lp-container .lp-description-custom .rule {display:unset;}
    .lp-container .lp-description-custom h1 {line-height:1em;}
    .lp-container .lp-description-custom a {padding-bottom:5px;display:block;}
        .count-content-box .span6:first-child{ border:none; padding:0; margin:0; } 
    .count-content-box .span6:last-child{ border:none; padding:0; margin:0; } 
    .register-now-cta .hs-cta-wrapper a {width: 50%; margin: 0 auto; }
    .pie-chart-wrapper{ margin:40px 20px; }
    .states-dropdown form select{ height: 49px; border-radius: 3px; border: 1px solid #e0e0e0; font-size: 18px; background-color:#ffffff; }
    .states-dropdown form select option{ width:100%; }
    .map-container{ display:none !important; }
    #piechart{ width:100%; max-width:100%; }
     .main-wrapper{ padding:0 15px;}
     .corner-wrapper{ padding:0 0 0 15px; }
    .header-content-box .main-wrapper{ padding:0 0px;}
    .pb40{ padding-bottom:40px !important; }
    .pb30{ padding-bottom:30px !important; }
    .image-center{ text-align:center; }
    br{ display:none; }
    .large-screen{ display:none; }
    .small-screen{ display:block; }
    .tab-btns{ display:none !important; }
    .intro-details-box .description{ padding:0; }
    .secondary-navigation{ display:none !important; }
    #slider{ width:100% !important; }
    .header-content-box{ padding:25px 15px 40px; }
    .header-content-box .nav-primary{ display:none; }
    .header-content-box .logo-nav-container{ margin-bottom: 0px; }
    .banner-text-content-box {padding: 30px 0 50px;}
    .trigger-main{ position: absolute;right: 18px; top: 30px; padding: 0 !important;}
    .slide-nav{ min-height:1px; height:1px; }
    .bkg-image{ width: 371px;position: relative;margin: 0 auto; }
    .count-img{ width: 542px; margin: 0 auto; }
    .career-actions-features .feature-items .features-detials{ margin-top: 15px; text-align: center; }
    .girl-hero-box .hero-content{ padding:0 10px; }
    .featured-content-box .item{ padding:0; }
    .wdur-content-box .three-img-box{ margin-top: 0px !important; }
    .wdur-content-box .three-img-box .span4{ text-align:center; }
    .research-categories .span4{ width:33%; float:left; }
    .tab-inner-content .span4{ text-align:center; }
    .col-right-details{ margin-top:30px; }
    .tab-contents-container li.dropdown .dropdown-menu{ left:0%;padding:0; position: relative !important;}
    .tab-contents-container li.dropdown .dropdown-menu>li>a{ font-size:17px; padding: 3px 40px; }
    .tab-content-box .nav-tabs > li > a{ font-size:18px; }
    .featured-content-box .prev-featured-item{ top:86%; left:30%; }
    .featured-content-box .next-featured-item{ top:86%; left:30%; }
    .featured-content-box .next-res-item{  top:75%; left:30%; }
    .featured-content-box .prev-res-item{ top:75%; left:30%; }
    .more-details .span4{ width:35%; float:left; text-align:center; }
    .more-details .span8{ width:65%; float:left; }
    .more-details .span4 img{ width:80%; }
    .more-details .full-detail{ margin-top:0px; }
    /**.events-container .customNavigation .all-btn{ padding: 15px 0; width: 50%;text-align: center; }
    .events-container .customNavigation .prev{ padding: 15px 0;width: 25%;text-align: center; border-bottom: 3px solid #d22630; }
    .events-container .customNavigation .next{ padding: 15px 0;width: 23%;text-align: center; border-right:none; border-bottom: 3px solid #d22630; }
    .view-events-details{ width: 100%; padding: 15px 0;text-align: center; } */
    
    .footer-content-box .footer-grey-column{ padding: 20px 15px;width: 100%; }
    .footer-content-box .footer-red-column .span4{ width:50%; float:left; }
    .footer-content-box .footer-red-column{ padding: 20px 15px;width: 100%; }
    .featured-content-box .featured-box{ margin:0 auto !important; width:350px; }
           .slider-owl .owl-controls{ position:initial; top: initial; width: 100%;}
    .slider-owl .owl-pagination{ overflow:hidden; }
    .slider-owl .owl-pagination .owl-page:first-child{ left: initial; overflow: hidden; position: initial; }
    .slider-owl .owl-pagination .owl-page:first-child span{ 
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791 !important;
    }
.slider-owl .owl-pagination .owl-page:last-child{ overflow:initial;position: initial; right: initial; }
.slider-owl .owl-pagination .owl-page:last-child span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791 !important;
}
    .individual-blog-comment-box form{ margin-bottom:40px;border:1px solid black; }
    .individual-blog-comment-box form #recaptcha_area{ width:100% !important; }
    .individual-blog-comment-box form #recaptcha_area table#recaptcha_table{ width:100% !important; }
    
    .services-accordion .span3{ width: 12%; float: left; }
    .services-accordion .span9{ width: 88%; float: left; }
.career-actions-features .feature-items .features-detials ul {text-align:left;margin-top:20px}
}
@media screen and (min-width: 768px) and (max-width: 850px) {
    .count-content-box .span6:first-child{ border:none; padding:0; margin:0; } 
    .count-content-box .span6:last-child{ border:none; padding:0; margin:0; } 
    .register-now-cta .hs-cta-wrapper a {width: 50%; margin: 0 auto; }
    #piechart{ width:100%; max-width:100%; }
    .states-dropdown{ display:none; }
    #map svg{ width:100%; }
    .main-wrapper{ padding:0 15px;}
    .corner-wrapper{ padding:0 0 0 15px; }
    .header-content-box{ padding-bottom:0; padding-top:15px; }
    .header-banner-content .banner-heading{ font-size:30px; }
    .header-banner-content .banner-heading br{ display:none; }
    .banner-text-content-box {padding-top: 25px;}
    .slider-nav ul.show-small{ display:none; }
    .large-screen{ display:none; }
    .small-screen{ display:block; }
    .tab-btns{ display:none !important; }
    .intro-details-box .description{ padding:0; }
    .represent-container{ }
    .represent-container .span4{ width:33% !important; }
    .girl-hero-box .hero-content{ padding:0 50px; }
    .count-content-box .span6.pb40{ padding-bottom:40px !important; }
    .count-content-box .span6{ width:100% !important; float:none; margin:0 !important; }
    .count-img{ width: 542px; margin: 0 auto; }
    .wdur-content-box .three-img-box{ margin-top: 0px !important; }
    .more-details .span4{ width:100%; float:none; text-align:center; }
    .more-details .span8{ width:100%; float:none; }
    .more-details .span4 img{ width:50%; }
    .more-details .full-detail{ margin-top:20px; }
    .header-content-box .sec-navigation ul li.hs-menu-depth-1 li a{ font-size:14px; }
    .tab-contents-container li.dropdown .dropdown-menu{ left:0%;padding:0; position: relative !important;}
    .tab-contents-container li.dropdown .dropdown-menu>li>a{ font-size:17px; padding: 3px 40px; }
    .secondary-navigation{ display:none !important; }
    .tab-inner-content .span4 img{ height:auto !important; }
    .tab-content-box .nav-tabs > li > a{ font-size:18px; }
    .featured-content-box .prev-featured-item{ top:89%; left:30%; }
    .featured-content-box .next-featured-item{ top:89%; left:30%; }
    .home-featured .prev-featured-item{ top:89%; left:30%; }
    .home-featured .next-featured-item{ top:89%; left:61%; right:0;  }
    #owl-demo-res{ padding-bottom:50px; }
    .featured-content-box .next-res-item{  top:75%; left:30%; }
    .featured-content-box .prev-res-item{ top:75%; left:30%; }
    .event-news-content-box .span6{ width:100%; float:none; margin:0 0 40px !important; }
    .event-news-content-box .span6:last-child{  margin:0 0 !important; }
    .footer-content-box .footer-grey-column{ padding: 20px 15px;width: 100%; margin:0; }
    .footer-content-box .footer-red-column .span4{ width:50%; float:left; margin:0; }
    .footer-content-box .footer-red-column{ padding: 20px 15px;width: 100%; }
        .slider-owl .owl-controls{ position:initial; top: initial; width: 100%;}
    .slider-owl .owl-pagination{ overflow:hidden; }
    .slider-owl .owl-pagination .owl-page:first-child{ left: initial; overflow: hidden; position: initial; }
    .slider-owl .owl-pagination .owl-page:first-child span{ display: block;   width: 12px;  height: 12px;   margin: 5px 7px;opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791 !important;   }
.slider-owl .owl-pagination .owl-page:last-child{ overflow:initial;position: initial; right: initial; }
.slider-owl .owl-pagination .owl-page:last-child span{  display: block;   width: 12px;  height: 12px;   margin: 5px 7px;opacity: 0.5;
-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791 !important;
}
 .banner-content-box .span4{ width:40%; }
 .banner-content-box .span8{ width:57%; }}
@media screen and (min-width: 851px) and (max-width: 999px) {
    .tab-contents-container ul.nav.large-screen {  margin: 0 auto;  max-width: 775px;  text-align: center;   padding: 0;}
}
@media screen and (min-width: 851px) and (max-width: 1124px) {   #piechart{ margin:0 auto; }
.register-now-cta .hs-cta-wrapper a {width: 50%; margin: 0 auto; }
    .states-dropdown{ display:none; }
    .main-wrapper{ padding:0 15px;}
    .corner-wrapper{ padding:0 0 0 15px; }
    .large-screen{ display:block; }
    .small-screen{ display:none; }
    .footer-wrapper{ padding:0 15px;}
    .view-events-details{ padding: 15px 0 15px 30px; }
    .slider-nav ul.show-small{ display:none; }
    .wdur-content-box .three-img-box .span4{ width:33%; }
    .banner-text-content-box {padding-top: 40px;}
    .header-content-box .sec-navigation ul li.hs-menu-depth-1:first-child{ width:30%; }
    .header-content-box .sec-navigation ul li.hs-menu-depth-1:nth-child(2){ width:30%; }
    .header-content-box .sec-navigation ul li.hs-menu-depth-1:last-child{ width:40%; }
    .featured-content-box .prev-featured-item{ top:89%; left:45%; }
    .featured-content-box .next-featured-item{ top:89%; left:15%; }
     #owl-demo-res{ padding-bottom:50px; }
    .featured-content-box .next-res-item{  top:75%; left:15%; }
    .featured-content-box .prev-res-item{ top:75%; left:45%; }
    .tab-content-box .nav-tabs > li > a{ font-size:13px; }
        .slider-owl .owl-controls{ position:initial; top: initial; width: 100%;}
    .slider-owl .owl-pagination{ overflow:hidden; }
    .slider-owl .owl-pagination .owl-page:first-child{ left: initial; overflow: hidden; position: initial; }
    .slider-owl .owl-pagination .owl-page:first-child span{ 
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791 !important;
    }
.slider-owl .owl-pagination .owl-page:last-child{ overflow:initial;position: initial; right: initial; }
.slider-owl .owl-pagination .owl-page:last-child span{   display: block;width: 12px;height: 12px;    margin: 5px 7px;opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791 !important;}
}
@media screen and (min-width: 1025px) {
    .states-dropdown{ display:none; }
     #piechart{ margin:0 auto; }
    .large-screen{ display:block; }
    .small-screen{ display:none; }
    .slider-nav ul.show-small{ display:none; }
}
/****************************Wed_ed page responsive css**************************/
@media (max-width: 767px) {
    body.weded .span3.icon {max-width: 115px;}
body.weded .span9.desc {width: 70%; padding-left: 2%;}
body.weded .accordion-inner .span6 {width: 100%;background: none; margin-bottom: 40px;}
}
@media (max-width: 480px) {
body.weded .span9.desc {width: 100%;padding-left: 0;}
body.weded .accordion-inner .span6 {padding: 0;}
}
/*membership Overview*/
.membership-heading h1 {color: #d12630; display: block;font-size: 28px; margin-bottom: 0; text-align: center;}
.membership-modules-widgets {float: left; width: 100%;}
.membership_module h1 { color: #505050; display: block; font-size: 25px;margin-top: 0; min-height: 55px; text-align: center; }
.membership-content1 a.readmore-btn { background: #d22630 none repeat scroll 0 0; border-radius: 3px; bottom: 0; color: #ffffff; display: inline-block; font-family: "Trebuchet MS";
    font-size: 18px;font-weight: 400; left: 0; margin: 33px auto 0; max-width: 230px; padding: 8px 10px; position: absolute; right: 0; text-align: center; text-decoration: none; text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s; width: 100%;}
.renew-membership a { float: none; margin-left: auto !important; margin-right: auto !important; margin-top: 0 !important; max-width: 469px; text-align: center; width: 100%;}
.membership-modules-widgets .cell-wrapper.layout-widget-wrapper { text-align: center; margin-top: 50px; }
.membership-modules .hs_cos_wrapper_type_custom_widget {background: #ffffff none repeat scroll 0 0; border: 1px solid #dadada; display: inline-block; float: none !important; margin: 10px;
    padding: 50px 31px; vertical-align: top; width: 37%; }
.join-movement .membership-modules .hs_cos_wrapper_type_custom_widget { background: #ffffff none repeat scroll 0 0; border: 1px solid #dadada; display: inline-block; float: none !important;
    margin: 0 20px 23px 0; padding: 50px 31px; vertical-align: top; width: calc(50% - 14px); }
.join-movement .membership-modules .hs_cos_wrapper_type_custom_widget:nth-child(2n) { margin-right: 0; }
.home-page .membership-modules .membership_module {  position: relative;}
.membership_module .img_icon { text-align: left;}
.membership-content1 p {color: #6f6f6f; font-size: 16px; font-weight: 400; margin-top: 20px; text-align: left;}
.membership_module .membership-content1 {  min-height: 337px;  padding-bottom: 43px;}
.membership-page-content {   padding: 0;text-align: center;}
.membership-page-content span {  color: #505050;font-size: 16px;font-weight: 400;  line-height: 24px;}
.renew-membership {   text-align: center;   margin-bottom: 21px;}
.membership-content1 a.readmore-btn:hover {   color: #ffffff;   text-decoration: none;  background: rgb(231,41,52);   color: rgb(255,255,255);}
.three-cta-box {   padding: 46px 0;}
.become-a-member-cta {  display: inline-block !important;  float: none !important;  margin: 10px !important;max-width: 300px;  width: 100% !important;}
.membership-overview a span {    font-family: "Trebuchet MS" !important;}
.membership-overview {   padding: 52px 0;   text-align: center;}
.membership-overview.home-page {background: #eef0f1 none repeat scroll 0 0;}
.already-member-section.home-page {   background: #FFF none repeat scroll 0 0;  text-align:center;}
.member-below-banner-content {  background-image: url(https://cdn2.hubspot.net/hubfs/617695/2017%20april%20images/images/about_cael_bkg.png?t=1516702073288);  padding: 40px 0 60px 0;}
.home-page .membership-modules .hs_cos_wrapper_type_custom_widget {   background: #eef0f1 none repeat scroll 0 0;}
.become-a-member-cta .cta_button {   box-sizing: border-box !important;}
.membership-overview .widget-span {   padding-bottom: 13px;}
.membership-overview .membership-page-content{text-align: left;}
.page-header.section-header {   border: medium none;margin: 0;}
.cta-sec {  background: #eef0f1 none repeat scroll 0 0;}
@media screen and (max-width: 1060px) {
.membership-modules .hs_cos_wrapper_type_custom_widget {width:40%;  }
}
@media screen and (max-width: 980px) {
.membership-modules .hs_cos_wrapper_type_custom_widget {width:47%;  }
}
@media screen and (max-width: 767px) {
    .home-page .membership-modules-widgets .cell-wrapper.layout-widget-wrapper {margin: 0;}
}
@media screen and (max-width: 640px) {
.home-page .membership-modules-widgets .cell-wrapper.layout-widget-wrapper {margin: 0 0 50px;}
.home-page .membership-modules-widgets .cta_button {font-size: 18px !important;   max-width: 250px !important;}
}
@media screen and (max-width: 480px) {
.membership-content1 a.readmore-btn {  padding: 8px 30px !important;font-size: 16px;}
body.vet-career .guide-icon {  display: block;}
body.vet-career .guide-detail-block {   width: 100%;padding: 20px 0 0 0;}
body.vet-career .toggle-description{width: 100%;padding: 0;}
}
#Container1 .hs_cos_wrapper_type_custom_widget{   display:inline;}
#Container1 .mix {  box-sizing: border-box;  width: 100%;}
.month-order {   border: 1px solid #eeeeee;   margin-bottom: 6px;   padding: 0;}
.month-order .select-option {   display: inline-block;   padding: 13px 20px;position: relative;}
.month-order .select-option ul.nav{   background: #ffffff none repeat scroll 0 0;  border-bottom: 1px solid #eeeeee;display: none;   left: -1px;list-style: outside none none;   padding: 3px 0 0;
    position: absolute; top: 46px; width: 200px;z-index: 999;}
.month-order .select-option ul.nav li { border-left: 1px solid #eeeeee;  border-right: 1px solid #eeeeee;}
.month-order .select-option ul.nav li:first-child { border-top: 1px solid #eeeeee;}
.month-order .select-option:hover ul.nav{ display:block;}
.month-order .select-option h6 {display: inline-block; font-size: 16px !important;  font-weight: 500 !important;margin: 0 !important;}
.month-order .select-option h6 b.caret {margin: 7px 0 0 8px;}
.month-order .select-option ul.nav li span {background: #ffffff none repeat scroll 0 0;   box-sizing: border-box;   color: #505050;   display: inline-block; padding: 10px 20px;width: 100%;}
.month-order .select-option ul.nav li span:hover { background: #d22630 none repeat scroll 0 0;  color: #ffffff; cursor: pointer;}