@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* 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    */
/*****************************************/

*, *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
* {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box;}

body {font-family: 'Open Sans', sans-serif; color:#263947; padding:0; margin:0; font-size:15px; line-height:22px;  overflow-x:hidden;}

h1 {font-family: 'Open Sans', sans-serif; font-weight:700; color:#263947; padding:0; margin-top:0; margin-bottom:20px; font-size:36px; line-height:44px;}
h2 {font-family: 'Open Sans', sans-serif; font-weight:700; color:#263947; padding:0; margin-top:0; margin-bottom:20px; font-size:30px; line-height:36px;}
h3 {font-family: 'Open Sans', sans-serif; font-weight:400; color:#263947; padding:0; margin-top:0; margin-bottom:20px; font-size:24px; line-height:32px;}
h4 {font-family: 'Open Sans', sans-serif; font-weight:300; color:#263947; padding:0; margin-top:0; margin-bottom:20px; font-size:18px; line-height:28px;}
h5 {font-family: 'Open Sans', sans-serif; font-weight:300; color:#263947; padding:0; margin-top:0; margin-bottom:20px; font-size:14px; line-height:22px;}
h6 {font-family: 'Open Sans', sans-serif; font-weight:300; color:#263947; padding:0; margin-top:0; margin-bottom:20px; font-size:12px; line-height:18px;}

img { border:0; vertical-align: top; height:auto; max-width:100%; }
hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:20px 0; } 
.clear { clear:both }
p { padding:10px 0; margin:0; }
a { text-decoration:none; outline:none; color:#0DA3E2; -webkit-transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -o-transition:all .2s ease-in-out; transition:all .2s ease-in-out; }
a:hover { color:#2a6496;}

input , button , textarea, select , 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"] { outline:none; margin-top: 6px; border:1px solid #ccc; background:#fff; height:40px; padding:0 10px; font-family:'Open Sans', sans-serif; font-size:16px; width:100%; }
input[type=checkbox] , input[type=radio] { width:auto; height:auto; } 
textarea { padding:15px 20px; height:100px; }
input[type=submit] , form .hs-button { width:auto; border:none; cursor:pointer; background:transparent; border:2px solid #34baec; font-size:16px; line-height:24px; height:auto; font-weight:500; padding:10px 20px; color:#34baec; display:inline-block; transition:all .2s ease; -webkit-transition:all .2s ease; -moz-transition:all .2s ease; }
input[type=submit]:hover , form .hs-button:hover { background-color:#34baec; color:#fff; }

.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }

.row-fluid .hero-section {position: relative;overflow: hidden; }
.hero-bg-video { position: absolute;z-index: -1; top: 0; object-fit: cover; height: 100%; width: 100%; margin-top: 5%;}
.hero-bg-video video { min-width: 100%; min-height: 100%; object-fit: cover; }
.hero-bg-video iframe.wistia_embed {height: 100%; width: 100%; object-fit: cover; -webkit-transform: scale(4); -ms-transform: scale(4); transform: scale(4); }

.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }
.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:#333; color:#ffff; border-color:#333; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#fff; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:#333; background:#3333;  border-radius:100%; }

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 15px; }

.row-fluid .pb-0 { padding-bottom:0 !important; }
.row-fluid .pt-0 { padding-top:0 !important; }


.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; outline: none; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.slick-dots { margin:0; padding:0; list-style:none; }

.slick-arrow { position:absolute; top:50%; padding:0; border:1px solid #011E24; font-size:0; min-width:auto;  width:40px; height:40px; line-height:0; outline:none; background:transparent; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index:2; color:#011E24; }
.slick-arrow:hover { background:#011E24; color:#fff; }
.slick-arrow:hover:before { color:#fff; }
.slick-prev { left:0; color:#011E24; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:24px; color:#011E24;  }
.slick-prev:before { content: "\f104"; left:-1px; position: relative; top: 3px; }
.slick-next { right:0;}
.slick-next:before { content: "\f105"; right: -2px; position: relative; top: 3px }


ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding:10px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { display:inline-block; background:#a1a1a1;  min-width:auto; padding:0; border:0;width:15px; height:15px; border-radius:100%; font-size:0; text-indent:-9999; cursor:pointer; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#fbb314; }

::-webkit-input-placeholder { color: #000; font-family: 'Open Sans', sans-serif; opacity:1; font-size:16px; line-height:20px;}
::-moz-placeholder { color: #000; font-family: 'Open Sans', sans-serif; opacity:1; font-size:16px; line-height:20px;}
:-ms-input-placeholder { color: #000; font-family: 'Open Sans', sans-serif; opacity:1; font-size:16px; line-height:20px;}
:-moz-placeholder { color: #000; font-family: 'Open Sans', sans-serif; opacity:1; font-size:16px; line-height:20px; }

@media (min-width: 992px) {

    .row-fluid .header_right { text-align:right; padding-top: 8px; position:relative; }
     
    .row-fluid .mainmenu,.row-fluid .search_btn { width:auto; float:none; display:inline-block; vertical-align:middle; margin-left:0; }
    .row-fluid .mainmenu ul li { padding:0;  position:relative;}
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li { padding-bottom:0; } 
    .row-fluid .mainmenu ul li.hs-menu-item a { font-size:15px; line-height:24px; font-weight: 400; border-top:solid 2px transparent; padding:26px 13px 27px; color:#263947; text-align:center; position:relative; white-space: normal; width:100% !important; float:left;  max-width: 100% !important; overflow: hidden;  text-overflow: inherit; }
    .row-fluid .mainmenu ul li.hs-menu-item a:hover { color:#15a5eb; border-color:#15a5eb; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-item.hs-item-has-children > a:after { position:relative; float:none; vertical-align:middle; display:inline-block; content:"\f0d7"; font-family:'FontAwesome'; left:0; top:0; color:#263947; margin-left: 6px; font-weight: 500; font-size: 14px; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-item.hs-item-has-children:hover > a { color:#15a5eb; border-color:#15a5eb; }
    
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper { top:100%; transition:all .6s ease; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { top:150%; border-top:1px solid #15a5eb; background:#fff; width:200px; padding:0; line-height:0;transition:all .6s ease; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li { width:100%; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { color:#444; float:left; border:none; border-bottom: solid 1px #f5f5f5; text-align:left; padding:9px 15px; font-size:14px; line-height:22px; width:100% !important; white-space: normal; width:100% !important; float:left;  max-width: 100% !important; overflow: hidden;  text-overflow: inherit; }   
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover { background:#ecf0f1; border-color:#f5f5f5; color:#263947; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:last-child a { border-bottom:0; } 

}

.row-fluid .fl100 { width:100%; float:left; }
.row-fluid .fl50 { width:50%; float:left; }
.row-fluid .fl70 { width:70%; float:left; }
.row-fluid .fl30 { width:30%; float:left; }
.row-fluid .fl33 { width:33.33%; float:left; }
.row-fluid .fl25 { width:25%; float:left; }
.row-fluid .fl20 { width:20%; float:left; }

.row-fluid  .wrapper { width:1170px; float:none; margin:0 auto !important; padding:0 10px;}
.full-height {height: 80vh; display: flex; justify-content: center; align-items: center;}

.row-fluid .bgimg-main { background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .bg-img { display:none; }

.border_btm { border-bottom: 1px solid #E0DFDF; padding-top: 70px; width:100%; float:left; }

.row-fluid .back_btn a { width: auto;  float: left; text-align:center; min-width: 230px; font-size: 20px; line-height: 26px; font-weight: bold; background-color: #34BAEC; color: #fff; padding: 18px 20px; border-radius: 2px !important; box-sizing: border-box !important; }
.row-fluid .back_btn a:hover { background-image: linear-gradient(#337ab7, #365063); }

.row-fluid .border_btn a { width:auto; font-weight: 700; min-width:150px; float:left; border:2px solid #34BAEC; border-radius: 6px; color:#34BAEC; padding:8px 14px; text-align:center; box-sizing: border-box !important; }
.row-fluid .border_btn a:hover { background:#34BAEC; color:#fff; }

.row-fluid a.border_btn {font-size: 16px;background:#fff; width:auto; font-weight: 700; min-width:150px; float:left; border:2px solid #34BAEC; border-radius: 6px; color:#34BAEC; padding:8px 14px; text-align:center; box-sizing: border-box !important; }
.row-fluid a.border_btn:hover { background:#34BAEC; color:#fff; }

.row-fluid .text_center { text-align:center; }
.row-fluid .text_center .back_btn a { float:none; display:inline-block; }
.row-fluid .text_center.back_btn a { float:none; display:inline-block; }

.row-fluid .text_center .border_btn a { float:none; display:inline-block; }
.row-fluid .text_center.border_btn a { float:none; display:inline-block; }

.row-fluid .pdtb_10 { padding:10px 0; width:100%; float:left; }
.row-fluid .pdtb_20 { padding:20px 0; width:100%; float:left; }
.row-fluid .pdtb_30 { padding:30px 0; width:100%; float:left; }
.row-fluid .pdtb_40 { padding:40px 0; width:100%; float:left; }
.row-fluid .pdtb_50 { padding:50px 0; width:100%; float:left; }
.row-fluid .pdtb_60 { padding:60px 0; width:100%; float:left; }

 
/*----*/
.row-fluid .header_section { padding:17px 0; background: #fff;}
.row-fluid .header_section .top_logo img { max-width:150px !important; }

.header_section.active .row-fluid .top_search { display:block; top:5px; } 
.header_section.active .search_btn {  border-color: #0da3e2; }

.row-fluid .top_search { background:#f2f2f2; padding:20px; position:absolute; top: -110px; right: 50px; width: calc(100% - 50px); transition: all .4s ease; }
.row-fluid .search_btn { padding:26px 13px 27px; width:auto; margin-left:0; font-size:20px; cursor:pointer; border-top:solid 2px transparent; margin-top: -9px; } 
.row-fluid .search_btn:hover { border-color: #0da3e2; }

.row-fluid .top_search form { border-radius: 5px;  padding:0px; float:left; width:100%; } 
.row-fluid .top_search form .hs-search-field__input { margin:0; width:calc(100% - 45px); float:left; height:45px !important; padding:10px 15px; color:#000; }
.row-fluid .top_search form .search_icon { margin:0; width:45px; float:left; color:#fff; position:relative; background:#0da3e2; transition:all .4s ease; }
.row-fluid .top_search form .search_icon .search_icon_btn { margin:0; position:relative; z-index:9; float:left; height:45px; border:none; text-shadow: none; width:45px; font-size:14px !important; border-radius: 0 !important; font-weight: 500 !important; text-transform:capitalize; line-height:22px; min-width:auto;  padding:0; background:transparent; transition:all .4s ease; }
.row-fluid .top_search form .search_icon:hover { background:#333; }
.row-fluid .top_search form .search_icon i { position:absolute; right:15px; top:14px; }
.row-fluid .top_search .hs-search-field__suggestions { display:none; }

/*---*/
.row-fluid .footer_section { padding: 60px 0 35px; color:#fff; font-size: 13px; line-height:18px; background: #3d3d45; }
.row-fluid .footer_section .footer_box h2 { width:100%; float:left; color:#eee; font-size:21px; line-height:30px; font-weight: 300; margin-bottom: 10px; }
.row-fluid .footer_section a { color:#15b1f3; }
.row-fluid .footer_section a:hover { text-decoration:underline; }
.row-fluid .footer_section .workwithus_box { margin:20px 0 10px; }

.twitter-code { height: auto !important; overflow: auto;}
.twitter-code::-webkit-scrollbar { width: 12px;}
.twitter-code::-webkit-scrollbar-track { color:#fff; -webkit-box-shadow: inset 0 0 6px #fff;  border-radius: 10px; }
.twitter-code::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px #fff; }

.row-fluid .footer_copyright { text-align:center; font-size: 10px; line-height: 14px; color:#eee; margin-top:60px; }
.row-fluid .footer_copyright .footer_cclogo { margin-bottom:4px; }

/*---*/
.row-fluid .hero_section { padding:180px 0; text-align:center; background-size:cover !important; }
.row-fluid .hero_section h1 { width:100%; float:left; font-weight:600; margin:0; font-size:48px; line-height:60px; color:#ffffff;}
.row-fluid .hero_section .hero_subtext { color:#fff; font-size:24px; line-height:34px; margin-top:30px; font-weight:300; }

/*----*/
.row-fluid .banner_section { padding:60px 0; text-align:center; background-size:cover !important; }
.row-fluid .banner_section h1 { width:100%; float:left; font-weight:700; margin:0; font-size:48px; line-height:60px; color:#ffffff;}
.row-fluid .banner_section .banner_subtext { color:#fff; font-size:24px; line-height:34px; font-weight:300; }

/*----*/
.row-fluid .fiftybox_area { padding:60px 0 30px; }
.row-fluid .fiftybox_area .fiftybox_main h3 { color: #34BAEC; font-weight:500; font-size:23px; line-height:30px; }
.row-fluid .fiftybox_area .fiftybox_main { display:flex; align-items:center; }
.row-fluid .fiftybox_area.imgleft .fiftybox_main { flex-direction: row-reverse; }
.row-fluid .fiftybox_area.imgleft .fiftybox_left { padding-left:30px; padding-right:0; }

.row-fluid .fiftybox_area .fiftybox_left { padding-right:30px; }
.row-fluid .fiftybox_area .learnmore_btn { text-align:center; }
.row-fluid .fiftybox_area .learnmore_btn a { min-width: 175px; padding:7px 14px; margin-top:35px; float:none; width:auto; font-weight: bold; text-align: center; font-size: 16px;  display: inline-block; background-color: #fff; border-radius: 6px; color: #34baec; border:2px solid #34BAEC; }
.row-fluid .fiftybox_area .learnmore_btn a:hover { background:#34BAEC; color:#fff; } 

/*---*/
.row-fluid .services_area { padding:30px 0 30px; }
.row-fluid .services_area.large_fonts .services_box h4 { font-size:24px; line-height:30px; }
.row-fluid .services_area.large_fonts .services_box { font-size:20px; line-height:26px; }
.row-fluid .services_area.large_fonts .servicesbox_img img { max-width:72px; }

.row-fluid .services_area .border_btm { padding-top:40px; }
.row-fluid .services_area .services_top { text-align:center; font-size:18px; line-height:24px; font-weight:500; margin-bottom:20px; }
.row-fluid .services_area .services_top h2 { width:100%; float:left; color:#015985; font-size:34px; line-height:42px; font-weight:500; margin-bottom:20px; margin-top:0; }

.row-fluid .services_area .services_cover { text-align:center; margin-top:20px; }
.row-fluid .services_area .services_cover.col_2 .services_box { width:50%;}
.row-fluid .services_area .services_cover.col_3 .services_box { width:33.33%;}
.row-fluid .services_area .services_cover.col_4 .services_box { width:25%;}

.row-fluid .services_area.services_imgfull .servicesbox_img { height:145px; background-size:cover !important; }
.row-fluid .services_area.services_imgfull .logobox_img { height:120px; background-size:contain !important; }
.row-fluid .services_area .services_box  { width:33.33%; float:left; padding:0 20px; margin-bottom:20px; }
.row-fluid .services_area .services_box h4 { width:100%; float:left; font-size:15px; line-height:21px; font-weight:700; padding-bottom:5px; margin:0; }
.row-fluid .services_area .services_box .servicesbox_img { margin-bottom:20px; text-align:center; }
.row-fluid .services_area .services_box .servicesbox_img img { max-width:72px; }
.row-fluid .services_area .services_box p { padding:5px 0; } 
   
/*---*/ 
.row-fluid .sidebycontent_area { padding:30px 0; }
.row-fluid .sidebycontent_area.center_design { text-align:center; font-size:20px; line-height:26px; }
.row-fluid .sidebycontent_area.center_design .sidebycontent_box h4 { font-size:24px; line-height:30px; }

.row-fluid .sidebycontent_area .border_btm { padding-top:50px; }
.row-fluid .sidebycontent_area .sidebycontent_top { text-align:center; font-size:18px; line-height:24px; font-weight:700; margin-bottom:35px; }
.row-fluid .sidebycontent_area .sidebycontent_top h2 { width:100%; float:left; color:#015985; font-size:34px; line-height:42px; font-weight:500;  }
.row-fluid .sidebycontent_area .sidebycontent_subtext { margin-top:20px; }
.row-fluid .sidebycontent_area .sidebycontent_cover { display: block; margin:0 -20px; }
.row-fluid .sidebycontent_area .sidebycontent_box { width:50%; float:left; padding:0 20px; margin-bottom:30px; }
.row-fluid .sidebycontent_area .sidebycontent_box h4 { width:100%; float:left; font-size:15px; line-height:21px; font-weight:700; padding-bottom:5px; }
.row-fluid .sidebycontent_area .sidebycontent_box .servicesbox_img { margin-bottom:20px; }
.row-fluid .sidebycontent_area .sidebycontent_box p { padding:5px 0; }
  
/*---*/
.row-fluid .footerform_area { padding:30px 0; }
.row-fluid .footerform_area .footerform_left { padding-right:30px; }
.row-fluid .footerform_area .footerform_left h2 { width:100%; float:left; color:#444444; font-size:21px; line-height:28px; padding-bottom:5px; }
.row-fluid .footerform_area .footerform_content p { padding:5px 0; }
.row-fluid .footerform_area .footerform_content { margin-bottom:30px;  }
.row-fluid .footerform_area .footerform_img { text-align:center; }
.row-fluid .footerform_area .footerform_img img { max-width:200px; }

.row-fluid .footerform_area .footerform_right { padding-left:30px; }
.row-fluid .footerform_area .footerform_right h2 { width:100%; float:left; color:#444; font-size:20px; line-height:30px; }
.row-fluid .footerform_area .footerform_text { margin:10px 0; text-align:right; font-size:11px; }
.row-fluid .footerform_area .required { color:#e85c41; }
.row-fluid .footerform_area .footerform_form form { width:100%; float:left; }
.row-fluid .footerform_area .footerform_form form label { font-size:14px; }
.row-fluid .footerform_area .footerform_form form .hs-form-required { color:#e85c41; }
.row-fluid .footerform_area .footerform_form form .hs-error-msgs { color:#f00; }
.row-fluid .footerform_area .footerform_form form .hs-error-msgs label { font-size:12px; }
.row-fluid .footerform_area .footerform_form .submitted-message { font-size:16px; line-height:24px; }

.footerform_form input {border-radius: 4px;}

/*---*/
.row-fluid .singlelogo_area { padding:30px 0; text-align:center; }
.row-fluid .singlelogo_area .singlelogo_logo { width:auto; float:none; display:inline-block; max-width:125px; }
.row-fluid .singlelogo_area .border_top { margin-bottom:40px; border-bottom: 1px solid #e0dfdf; }

/*---*/
.row-fluid .ourboard_area { padding:30px 0;  }
.row-fluid .ourboard_area .ourboard_title { margin-bottom:20px; }
.row-fluid .ourboard_area .ourboard_title h2 { width:100%; float:left; color:#444; font-weight: bold; font-size:30px; line-height:40px; margin-bottom: 10px; }
.row-fluid .ourboard_area .ourboard_box { margin-bottom:40px; padding-bottom:30px; border-bottom:1px solid #E0DFDF; }  
.row-fluid .ourboard_area .ourboard_box:last-child { margin-bottom:0; }

.row-fluid .ourboard_area .ourboard_box .ourboard_img { width:30%; float:left; }   
.row-fluid .ourboard_area .ourboard_box .ourboard_img img { max-width:250px; }
.row-fluid .ourboard_area .ourboard_box .ourboard_content { width:70%; float:left; padding-left:30px; }   
.row-fluid .ourboard_area .ourboard_box .ourboard_desiganation h3 { width:100%; float:left; color:#222; font-size:24px; line-height:30px; margin-bottom:10px; }
.row-fluid .ourboard_area .ourboard_box .ourboard_desiganation i { width:100%; float:left; margin-bottom:10px; }
.row-fluid .ourboard_area .ourboard_box .ourboard_desiganation spam { width:100%; float:left; }
  
/*---*/
.row-fluid div.bottom_space { padding-bottom:0; }
.row-fluid .normalcontent_area { padding:40px 0; }
.row-fluid .normalcontent_area .border_btm { padding-top: 40px; }
.row-fluid .normalcontent_area .normalcontent_text h2 { width:100%; float:left; margin-bottom:30px; }
.row-fluid .normalcontent_area .normalcontent_text h3 { margin:10px 0; }
.row-fluid .normalcontent_area.nobullet .normalcontent_text ul { list-style:none; margin:0; padding:0; width:100%; float:left; }
.row-fluid .normalcontent_area.nobullet .normalcontent_text ul li { width:33.33%; float:left; margin-bottom:15px; font-weight:300; font-size:18px; line-height:24px; padding:0 15px; }
.row-fluid .normalcontent_area .chartimg { text-align:center; }
.row-fluid .normalcontent_area .chartimg i { width:100%; float:left; }

/* HUBSPOT H2/H3 EDIT */
.row-fluid .services_area .services_top h2, .row-fluid .normalcontent_area .normalcontent_text h2, .row-fluid .contentimg_area h2, .full-screen { width:100%; float:left; color:#263947; font-size:36px; line-height:45px; font-weight:700; margin-bottom:0; margin-top:20px; }
.row-fluid .services_area .services_top h3, .row-fluid .normalcontent_area .normalcontent_text h3, .row-fluid .contentimg_area h3 { width:100%; float:left; color:#263947; font-size:24px; line-height:36px; font-weight:400; margin-bottom:0; margin-top:20px; }
.full-screen_text {font-size: 16px; line-height: 1.5em; margin-top: 20px;}

/*----*/
.row-fluid .ourteam_area { padding:20px 0 30px; }
.row-fluid .ourteam_area .border_btm { padding-top: 40px; }
.row-fluid .ourteam_area .ourteam_main .secteam_title { width:100%; float:left; margin-bottom:30px; }
.row-fluid .ourteam_area .ourteam_cover {  }
.row-fluid .ourteam_area .ourteam_box { width:25%; float:left; margin-bottom:40px; padding:0 10px; }
.row-fluid .ourteam_area .ourteam_box .ourteam_img { width:250px; height:250px;float:none; display:inline-block;  border-radius:50%; background-size: cover !important; margin-bottom:15px; }
.row-fluid .ourteam_area .ourteam_box h3 { width:100%; float:left; font-weight: 300; padding-bottom:5px; }
.row-fluid .ourteam_area .ourteam_box .ourteam_subtitle { margin:0 0 15px; color:#999; }
.row-fluid .ourteam_area .ourteam_follow ul { width:100%; float:left; list-style:none; padding:0; margin:0; }
.row-fluid .ourteam_area .ourteam_follow ul li { width:auto; float:left; margin-right:10px; }

.row-fluid .ourteam_area .ourteam_follow ul li a { width:28px; height:28px; float:left; background-position: top center !important; }
.row-fluid .ourteam_area .ourteam_follow ul li a:hover { background-position: bottom center !important;  }
.row-fluid .ourteam_area .ourteam_follow ul li:first-child a { width:28px; height:28px; float:left; background-position: bottom center !important; }
.row-fluid .ourteam_area .ourteam_follow ul li:first-child a:hover { background-position: top center !important;  }

/*----*/
.row-fluid .sponsors_area { padding:30px 0; }
.row-fluid .sponsors_area .yeartitles { margin-bottom:30px; }
.row-fluid .sponsors_area .yeartitles ul { width:100%; float:left; margin:0; padding:0; list-style:none; border-bottom: 1px solid #ddd; }
.row-fluid .sponsors_area .yeartitles ul li { width:auto; float:left; }
.row-fluid .sponsors_area .yeartitles ul li a { width:auto; float:left; cursor:pointer; padding:10px 15px; border: 1px solid transparent; border-bottom-color: transparent; margin-right: 2px; margin-bottom: -1px; }
.row-fluid .sponsors_area .yeartitles ul li a:hover { background:#eee;  }
.row-fluid .sponsors_area .yeartitles ul li.current a { border-color:#eee;  border-bottom-color: transparent;  background:#fff; }
    
.row-fluid .yearsbox { display:none; }
.row-fluid .yearsbox:first-child { display:block; } 

.row-fluid .yearsbox .years_title { display:none; }
.row-fluid .yearsbox .yearsbox_logo { width:25%; float:left; }
.row-fluid .yearsbox .yearsbox_info { width:75%; float:left; padding-left:30px; }
.row-fluid .yearsbox .yearsbox_inkind { margin:30px 0 80px; }
.row-fluid .yearsbox .yearsbox_inkind > strong { padding-bottom:5px; width:100%; float:left; font-size:24px; line-height:30px;}
/* REPLACED BY FEB 2021 BUTTON STYLES */
/* .row-fluid .yearsbox .yearsbox_btn { text-align:center; margin-top:10px; } */
/* .row-fluid .yearsbox .yearsbox_btn a { width:auto; font-weight: 700; min-width:150px; float:none; display:inline-block; border:2px solid #34BAEC; border-radius: 6px; color:#34BAEC; padding:8px 14px; text-align:center; box-sizing: border-box !important; } */
/* .row-fluid .yearsbox .yearsbox_btn a:hover { background:#34BAEC; color:#fff; } */
.row-fluid .yearsbox .yearsbox_btn a { margin-left: 0; }
.row-fluid .yearsbox .yearsbox_info a.yearsbox_title { color: #337ab7 !important; font-weight: 700 !important; }
.row-fluid .yearsbox .yearsbox_info a.yearsbox_title:hover { color: #15a5eb !important;}

.row-fluid .yearsbox .yearsbox_info .yearsbox_title { width:100%; float:left; margin-bottom:5px; font-weight: 300; color:#0DA3E2; font-size:24px; line-height:30px; }
.row-fluid .yearsbox .yearsbox_info .yearsbox_title2 { width:100%; float:left; margin-bottom:5px; font-weight: 300; color:#000; font-size:24px; line-height:30px; }

.twitter-timeline {
    height: 350px !important;
}
.timeline .stream { height: 340px !important;}
ol.h-feed {height:340px !important;}
.row-fluid .yearsbox .yearsbox_info .yearsbox_title2:hover { text-decoration:none; }

.row-fluid .sponsors_tabarea .yearsbox .yearsbox_logo { text-align:center; }
.row-fluid .sponsors_tabarea .yearsbox .yearsbox_logo img { max-width:200px; }

.row-fluid .yearsbox .yearsbox_innerbox { margin-bottom:30px; }
.row-fluid .yearsbox .years_data.col_4 .yearsbox_inner { width:25%; float:left; }
.row-fluid .yearsbox .years_data.col_3 .yearsbox_inner { width:33.33%; float:left; }
.row-fluid .yearsbox .years_data.col_2 .yearsbox_inner { width:50%; float:left; }

.row-fluid .yearsbox .donations_box { margin-bottom:50px; }
.row-fluid .yearsbox .donations_box:last-child { margin-bottom:0; }
.row-fluid .yearsbox .donations_box .donations_box_img { width:25%; float:left; }
.row-fluid .yearsbox .donations_box .donations_box_info { width:75%; float:left; padding-left:30px; }
.row-fluid .yearsbox .donations_box .donations_box_title { font-weight:bold; width:100%; float:left; padding-bottom:20px; margin-bottom:15px; border-bottom:1px solid #E0DFDF; }
.row-fluid .yearsbox .donations_box .donations_box_title:empty { display:none; }

/*----*/
.row-fluid .supporttab_area { }
.row-fluid .supporttab_area .supporttab_titles { text-align:center; color:#263947; font-size:20px; line-height:26px; margin-bottom:10px; }
.row-fluid .supporttab_area .supporttab_titles h2 { width:100%; float:left; color:#263947; font-size:36px; font-weight: 600px;line-height:44px; margin-bottom:25px; }

.row-fluid .supporttab_area .supporttab_cover { padding: 20px 0 50px; margin-bottom: 50px; border-bottom: 1px solid #ccc; }
.row-fluid .supporttab_cover.col_4 .supporttab_box { width:25%; float:left; }
.row-fluid .supporttab_cover.col_3 .supporttab_box { width:33.33%; float:left; }
.row-fluid .supporttab_cover.col_2 .supporttab_box { width:50%; float:left; }

.row-fluid .supporttab_cover .supporttab_box { padding:0 15px; text-align:center; font-size:20px; line-height:26px; }
.row-fluid .supporttab_cover .supporttab_box h3 { width:100%; float:left; color:#263947; font-size:24px; line-height:30px; font-weight:700; }
.row-fluid .supporttab_cover .supporttab_box .supporttab_img { margin-bottom:20px; }
.row-fluid .supporttab_cover .supporttab_box .supporttab_img img { max-width:75px; }

.row-fluid .waysgive_text { text-align:center; }
.row-fluid .waysgive_text .waysgive_content {  text-align:left; max-width:700px; float:none; display:inline-block; font-size: 20px; line-height:30px; }
.row-fluid .waysgive_text h2 { width:100%; float:left; color: #263947; font-size: 24px; font-weight: 700; margin-bottom:20px; }

/*---*/ 
.row-fluid .ourprogress_area {  }
.row-fluid .ourprogress_area .ourprogress_titls { text-align:center; color:#263947; font-size:20px; line-height:26px; margin-bottom:10px; }
.row-fluid .ourprogress_area .ourprogress_titls h2 { width:100%; float:left; color:#263947; font-size:36px; line-height:44px; margin-bottom:25px; }

.row-fluid .ourprogress_area .ourprogress_cover h2 { text-align:center; margin-bottom:50px; color:#263947; font-size:36px; line-height:44px; }
.row-fluid .ourprogress_area .ourprogress_cover { padding: 20px 0;  }
.row-fluid .ourprogress_cover.col_4 .ourprogress_box { width:25%; float:left; }
.row-fluid .ourprogress_cover.col_3 .ourprogress_box { width:33.33%; float:left; }
.row-fluid .ourprogress_cover.col_2 .ourprogress_box { width:50%; float:left; }

.row-fluid .ourprogress_cover .ourprogress_main { margin:0 -15px; }

.row-fluid .ourprogress_cover .ourprogress_box { padding:0 15px; text-align:center; font-size:20px; line-height:26px; }
.row-fluid .ourprogress_cover .ourprogress_box h3 { width:100%; float:left; color:#263947; font-size:24px; line-height:30px; font-weight:700; margin:10px 0 20px; }
.row-fluid .ourprogress_cover .ourprogress_box .ourprogress_img { margin-bottom:20px; }
.row-fluid .ourprogress_cover .ourprogress_box .ourprogress_img img { max-width:75px; }

.row-fluid .ourprogress_area .businessmodel_text { background-image: linear-gradient(to right, #3692b1, #37aea9); margin-bottom: 60px; padding: 60px 100px; text-align: center; color:#fff; font-size:20px; line-height:30px; }
.row-fluid .ourprogress_area .businessmodel_text h2 { width:100%; float:left; color: #ffffff; font-size: 36px; font-weight: 700; margin: 0 0 40px; }
.row-fluid .ourprogress_area .businessmodel_text a { font-weight:bold; color:#fff; }


.row-fluid .supporters_top { text-align:center; font-size:20px; line-height:30px; }
.row-fluid .supporters_text { margin-bottom:20px; }
.row-fluid .supporters_text h2 { width:100%; float:left; color: #263947; font-size: 36px; line-height:44px; font-weight: 700; margin-bottom:30px; }
.row-fluid .supporters_cover { margin:20px 0 30px; }
.row-fluid .supporters_cover .supporters_box { width:33.33%; float:left; padding:0 15px; text-align:center; }
.row-fluid .supporters_cover .supporters_boximg img { max-width:280px; }

.row-fluid .supporters_btn { text-align:center; }
.row-fluid .supporters_btn a { float:none; display:inline-block; }

/*---*/
.row-fluid .impactgift { }
.row-fluid .impactgift .impactgift_top { margin-bottom:20px; font-size:20px; line-height:30px; text-align:center; }
.row-fluid .impactgift .impactgift_top h2 { width:100%; float:left; color: #263947; font-size: 36px; line-height:44px; font-weight: 700; margin-bottom:20px; }

.row-fluid .impactgift_main { width:100%; float:left; }
.row-fluid .impactgift_main.col_3 .impactgift_box { width:33.33%; float:left; }
.row-fluid .impactgift_main.col_4 .impactgift_box { width:25%; float:left; }
.row-fluid .impactgift_main.col_2 .impactgift_box { width:50%; float:left; }

.row-fluid .impactgift .impactgift_box { float:left; padding:0 15px; margin-bottom:20px; text-align:center; color: #263947; font-size: 20px; line-height:30px; }
.row-fluid .impactgift .impactgift_box .impactgift_number { width:145px; height:145px; float:none; margin: 0 auto 10px; background-image: linear-gradient(0deg, #37aea9 0%, #3692b1 100% ); border-radius:50%; text-align:center; display: flex; align-items: center; justify-content: center; }
.row-fluid .impactgift .impactgift_box .impactgift_number h3 { color:#fff; font-size: 36px; line-height:44px; font-weight: 700; }

.row-fluid .tabtitle_wrap { padding-top:60px; margin-bottom:20px; border-bottom:1px solid rgba(0,0,0,0.3); }
.row-fluid .tabtitle_wrap .tab_title { width:33.33%; float:left; cursor:pointer; color:#000; text-align:center; padding: 8px 20px; border-radius: 5px 5px 0px 0px; border: 1px solid rgba(0,0,0,0.0);  }
.row-fluid .tabtitle_wrap .tab_title.active { border-color:rgba(0,0,0,0.3); border-bottom-color:#fff; }  

.row-fluid .tab_wrap .support_tab { display:none; padding:30px 0 60px; }
.row-fluid .tab_wrap .support_tab1 { display:block; }
.row-fluid .tab_wrap .widget-type-custom_widget { line-height: 0; min-height: 0; }

/*----*/
.row-fluid .jobsfaq_area { padding:40px 0; }
.row-fluid .jobsfaq_area h2 { margin-bottom:30px; color:#222; font-size:24px; line-height:30px; }

.row-fluid .jobsfaq_cover { }
.row-fluid .jobsfaq_cover .jobsfaq_box { margin-bottom:10px; }
.row-fluid .jobsfaq_cover .jobsfaq_box:last-child { margin-bottom:0; }
.row-fluid .jobsfaq_cover .jobsfaq_box h4 { width:100%; float:left; cursor:pointer; padding:10px 10px 10px 40px; background:#E8F7FC; color:#3a87ad; border:1px solid #bce8f1; position:relative; margin-bottom:0; }
.row-fluid .jobsfaq_cover .jobsfaq_box h4:before { position:absolute; content:"\f107"; font-family:'fontAwesome'; left: 18px; top: 50%; transform: translateY(-50%); font-size: 26px; line-height:18px; margin-top:0;  transition:all .6s ease; }
.row-fluid .jobsfaq_cover .jobsfaq_box h4.active:before { transform: translateY(-50%) rotate(180deg); margin-top: 0; transition:all .6s ease; }

.row-fluid .jobsfaq_box .jobsfaq_inner_cover { padding:30px; border:1px solid #bce8f1; border-top:transparent; display:none; } 
.row-fluid .jobsfaq_box .jobsfaq_inner_box {  }
.row-fluid .jobsfaq_box .jobsfaq_inner_box h5 { width:150px; float:left; text-align:right; }
.row-fluid .jobsfaq_box .jobsfaq_inner_box .jobsfaq_inner_text { width:calc(100% - 150px); float:left; padding-left:30px; }
.row-fluid .jobsfaq_box .jobsfaq_inner_box .jobsfaq_inner_text > p { padding-top:0; }

/*--*/  
.row-fluid .fullimage_area .fullimage_img { height:600px; background-size:cover !important; margin-bottom:20px; margin-top: 30px;}

/*---*/
.row-fluid .logo_area { padding:30px 0 20px; } 
.row-fluid .logo_area .logo_box { width:16.66%; float:left; padding:0 15px; } 
.row-fluid .logo_area .logo_box img { max-width:165px; }
.row-fluid .logo_area .logo_box_inner { display:flex; align-items:center; justify-content:center; }
 
/*---*/
.row-fluid .ctatext_area { padding:40px 0 30px; }
.row-fluid .ctatext_area .border_btm { padding-top:40px; }
.row-fluid .ctatext_area h4 { width:80%; float:left; }
.row-fluid .ctatext_area .ctatext_btn { width:20%; float:left; padding-left:30px; }
.row-fluid .ctatext_area .ctatext_btn a { float:right; }

/*---*/
.row-fluid .partnerslogo_area .partnerslogo_box { display:flex; align-items:center; margin-bottom:50px; }
.row-fluid .partnerslogo_area .partnerslogo_box:last-child { margin-bottom:20px; }
.row-fluid .partnerslogo_area .partnerslogo_img { width:25%; float:left; text-align:center; }
.row-fluid .partnerslogo_area .partnerslogo_text { width:75%; float:left; padding-left:30px; }

/*--*/
.row-fluid .videobg_area { margin-bottom:0; }
.row-fluid .videobg_area .videobg_cover { text-align:center; padding:90px; color:#fff; font-size:18px; line-height:24px; }
.row-fluid .videobg_area .videobg_cover h3 { margin-bottom:30px; font-size: 36px; line-height:42px; font-weight: 700; color:#fff;  margin-top:0; }

/*---*/
.row-fluid .clientinfo_module { padding:50px 0; }
.row-fluid .clientinfo_module .clientinfo_top { text-align:center; }
.row-fluid .clientinfo_module .clientinfo_top h2 { width:100%; float:left; color: #263947; font-size: 36px; font-weight: 700;  margin-bottom:40px; }
.row-fluid .clientbox_cover {  }
.row-fluid .clientbox_cover .clientbox { width:100%; float:left; margin-bottom:30px; border-top:3px solid #36b183; box-shadow: 0 0 30px rgba(0,0,0,0.1); color: #263947; margin-bottom: 40px; padding: 20px 20px 25px; text-align: center; }
.row-fluid .clientbox_cover .clientbox:last-child { margin-bottom:0; }
.row-fluid .clientbox_cover .clientbox .clientbox_text {  font-size: 24px; line-height:34px; font-style: italic; margin-bottom: 20px; }
.row-fluid .clientbox_cover .clientbox h4 { width:100%; float:left; color:#263947; font-size:15px; line-height:22px; font-weight:400; }   

/*--*/
.row-fluid .contentimg_area { padding:40px 0; text-align:center; }
.row-fluid .contentimg_area h3 { color: #263947; font-size: 36px; line-height:44px; font-weight: 700; margin-bottom:20px; }
.row-fluid .contentimg_area .contentimg_text {  }
.row-fluid .contentimg_area .contentimg { margin-top:30px; }
.row-fluid .contentimg_area .box_content { color: #263947; font-size: 20px; line-height:30px; }
.row-fluid .contentimg_area .content_btns.back_btn { text-align:center; }
.row-fluid .contentimg_area .content_btns.back_btn a { float:none; display:inline-block; min-width:230px; margin-top:20px;  }

/*-blog---*/  
.row-fluid .news_area { padding:30px 0; }
.row-fluid .news_area h1 { font-size: 36px; line-height:46px; margin-bottom:10px; }
.row-fluid .news_area .news_content { font-size: 21px; line-height:28px; }

.hs-blog-listing  .row-fluid .blog_left { width:100%; }
.row-fluid .post_listing_view .post_listingwrap { position:relative; margin-bottom:30px; display: flex; flex-flow: row wrap; }
.row-fluid .post_listing_view .post_listingwrap  #infscr-loading { width:100%; float:left; position:absolute; left:0; bottom:-50px; text-align:center; }

.row-fluid .post_item { width:33.33%; float:left; padding:0 10px 20px; transition:all .4s ease; -webkit-transition:all .4s ease; -moz-transition:all .4s ease; }
.row-fluid .post_item:hover .post_item_inner { background:#0da3e2; color:#fff; }
.row-fluid .post_item:hover .post_item_inner a { color:#fff; }
.row-fluid .post_item:hover .post_item_inner .post_date:after { background:#fff; }
 
.row-fluid .post_item .post_title { margin:0 0 10px; }
.row-fluid .post_item .post_title a { font-size:20px; line-height:30px; color:#444; font-weight:300; transition:all .4s ease; -webkit-transition:all .4s ease; -moz-transition:all .4s ease; } 
.row-fluid .post_item .post_img { margin-bottom:20px; }
.row-fluid .post_item .post_item_inner { padding:25px; border: 1px solid #EEE; box-shadow: 0 0 3px #EEE; -webkit-box-shadow: 0 0 3px #EEE; -moz- box-shadow: 0 0 3px #EEE; transition:all .4s ease; -webkit-transition:all .4s ease; -moz-transition:all .4s ease;  color:#444; }
.row-fluid .post_item .post_date { width:auto; float:left; position:relative; padding-right:10px; margin-right:12px; }
.row-fluid .post_item .post_date:after { position:absolute; content:""; right:0; top:4px; width:1px; height:calc(100% - 8px);  background:#444;  transition:all .4s ease; -webkit-transition:all .4s ease; -moz-transition:all .4s ease;  }
.row-fluid .post_item .post_content { width:auto; float:left; }
.row-fluid .post_item .post_bodytext { word-break: break-word; }

/*---*/
.row-fluid .blogpost_inner { padding:50px 0; }
.row-fluid .blogpost_inner .postinner_header { margin-bottom:15px; }
.row-fluid .blogpost_inner .postinner_date { margin-bottom:15px; }
.row-fluid .blogpost_inner .post_body a:hover { text-decoration:underline; }
  
.row-fluid .recent_post { padding-top:50px; }
.row-fluid .recent_post .block { width:100%; float:left; }
.row-fluid .recent_post .block h3 { width:100%; float:left; margin-bottom:20px; font-weight:300; }
.row-fluid .recent_post .widget-module { width:100%; float:left; }
.row-fluid .recent_post .widget-module ul { width:100%; float:left; padding:0; margin:0; list-style:none; }
.row-fluid .recent_post .widget-module ul li { margin-bottom:20px; width:100%; float:left; }
.row-fluid .recent_post .widget-module ul li:last-child { margin-bottom:0; }
.row-fluid .recent_post .widget-module ul li a:hover { text-decoration:underline; }
 
/*-author--*/
.row-fluid .about-author-sec { margin:50px 0 30px; width:100%; float:left; padding: 40px; width: 100%; -webkit-box-shadow: 0px 0 45px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 0 45px 0px rgba(0, 0, 0, 0.15); -o-box-shadow: 0px 0 45px 0px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0px 0 45px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 0 45px 0px rgba(0, 0, 0, 0.15); float: left; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; }
.row-fluid .about-author-inner { position: relative; }
.row-fluid .author-img { margin: 0; width: 140px; height: 140px; max-width: 100%; background-size: cover; background-position: center center; -webkit-border-radius: 100%; -moz-border-radius: 100%; -o-border-radius: 100%; -ms-border-radius: 100%; border-radius: 100%; -webkit-box-shadow: 0px 0 45px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0 45px 0px rgba(0, 0, 0, 0.1); -o-box-shadow: 0px 0 45px 0px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0px 0 45px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 0 45px 0px rgba(0, 0, 0, 0.1); float: left; }
.row-fluid .author-text { padding: 0 0 0 40px; width: calc(100% - 140px); font-size: 16px; font-weight: 400; float: left; }
.row-fluid .author-text h2 { margin: 0; padding: 0 0 10px; font-size: 18px; line-height: 26px; }
.row-fluid .author-text h2 a { text-decoration: none; color: #34baec; }
.row-fluid .about-author-sec .hs-author-social-section { margin-top: 20px; }
.row-fluid .about-author-sec .hs-author-social-section ul { margin: 0; padding: 0; list-style-type: none; }
.row-fluid .about-author-sec .hs-author-social-section ul li { margin: 0; padding: 3px; display: inline-block; text-align: center; }
.row-fluid .about-author-sec .hs-author-social-section ul li a { width: 32px; height: 32px; line-height: 29px; border: 2px solid #34baec; color: #34baec; background: transparent !important; font-size: 16px; display: inline-block; -webkit-border-radius: 50px; -moz-border-radius: 50px; -o-border-radius: 50px; -ms-border-radius: 50px; border-radius: 50px; text-indent: 0; }
.row-fluid .about-author-sec .hs-author-social-section ul li a:hover { background: #34baec !important; color: #fff; -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8); -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8); -o-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8); -ms-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8); box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8); }

/*-----*/
.row-fluid .fifty_imgtext { padding:40px 0; }
.row-fluid .fifty_imgtext .border_btm { padding-top: 30px; }
.row-fluid .fifty_imgtext .fifty_imgtext_left { width:50%; position:relative; float:left; padding-right:100px; }
.row-fluid .fifty_imgtext .fifty_imgtext_right { width:50%; position:relative; float:left; }
.row-fluid .fifty_imgtext .fiftyimgtext_content { margin-bottom:0; }
.row-fluid .fifty_imgtext .fiftyimgtext_content h3 { margin:10px 0 5px; font-weight:bold; }
.row-fluid .fifty_imgtext .fiftyimgtext_content h4 { margin-bottom:0; }
.row-fluid .fifty_imgtext .fifty_imgtext_img { margin-bottom:0; }
.row-fluid .fifty_imgtext .border_btn { text-align:center; margin-top:30px; }
.row-fluid .fifty_imgtext .border_btn a { float:none; display:inline-block; }

.row-fluid .fifty_imgtext.imgright .fifty_imgtext_left { left:50%; padding-right:0; padding-left:30px; }
.row-fluid .fifty_imgtext.imgright .fifty_imgtext_right { right:50%; }
.row-fluid .fifty_imgtext.imgleft .fifty_imgtext_right { right:50%; padding-right:0; padding-left:0;}
.row-fluid .fifty_imgtext.imgleft .fifty_imgtext_left { left:50%; }

.row-fluid .fifty_imgtext .textright {padding-right: 0 !important; padding-left: 100px;}

.row-fluid .blog-pagination { display:none; }
 
/*----*/
.row-fluid .lineheight { line-height:0; min-height: 0; }

.row-fluid .post_listing { padding-bottom:20px; padding-top:30px; }
.row-fluid .post_listing .post_item { width:100%; border: 1px solid rgba(0,0,0,0.1); border-radius: 2px !important; -webkit-box-shadow: 0px 10px 50px -12px rgba(0,0,0,0.2); -moz-box-shadow: 0px 10px 50px -12px rgba(0,0,0,0.2); box-shadow: 0px 10px 50px -12px rgba(0,0,0,0.2); padding: 20px; margin-bottom: 30px; }
.row-fluid .post_listing .post_body { width:40%; float:left; }
.row-fluid .post_listing .post_header { width:60%; float:left; padding-left:40px; }
.row-fluid .post_listing .hs-featured-image { margin:0; width:100%; float:left; max-width:100%; }
.row-fluid .post_listing .post_title { margin-bottom:0; }
.row-fluid .post_listing .post_title a { font-weight: bold; font-size: 30px;}
.row-fluid .post_listing .post_title a:hover { text-decoration:underline; }
.row-fluid .post_listing .post_item .post_date { float:left; width:100%; text-align:right; margin: 0 0 15px; padding: 0; }
.row-fluid .post_listing .post_item .post_date:after { display:none; }
.row-fluid .post_listing .post_item .post_content { margin-bottom:20px; }

.row-fluid .post_listing .hubspot-editable { width:100%; float:left; margin: 10px 0 5px;}
.row-fluid .post_listing .hubspot-editable .author-link { width:auto; float:left; color:#000; font-size:12px; line-height:20px; }
.row-fluid .post_listing .hubspot-editable .author-link:hover { color:#2a6496; } 

.row-fluid .post_innercode .postinner_header { margin-bottom:0; } 
.row-fluid .post_innercode .inner_img { margin:20px 0; }
.row-fluid .post_innercode .inner_img img { float:left; max-width:100%; margin:0; }
.row-fluid .post_innercode .postinner_date { width:auto; float:left; margin-right:5px; }
.row-fluid .post_innercode .hubspot-editable { width:auto; float:left; }
.row-fluid .post_innercode .innrpost_date {  }
.row-fluid .post_innercode .author-link { color:#000; }
.row-fluid .post_innercode .author-link:hover { color:#0da3e2; }
.row-fluid .post_innercode .post_topic {  }

.row-fluid .blog_pagination { text-align:center; margin-bottom:50px; }
.row-fluid .blog_pagination a { width:auto; position:relative; float:left; margin: 0; }
.row-fluid .blog_pagination a.next-posts-link { float:right; }
.row-fluid .blog_pagination a.previous-posts-link { float:left; }

.row-fluid .normalcontent_area.normalcontent_halftext .fl50 { padding-right:5px;  }
.row-fluid .normalcontent_area.normalcontent_halftext .fl50 p { padding:5px 0; } 
 
/*------*/
.row-fluid .contact_area { padding:50px 0; }
.row-fluid .contact_area .contactus_title { text-align:center; margin-bottom:30px; }
.row-fluid .contact_area .contactus_title h1 { margin:0 0 10px; }
.row-fluid .contact_area .contactus_title h4 { margin:0; color:#999; font-size:20px; line-height:30px; font-weight:500; }
.row-fluid .contact_area .contactus_form form { width:100%; float:left; }
.row-fluid .contact_area .contactus_form form div label { width:100%; float:left; margin-bottom:5px; }
.row-fluid .contact_area .contactus_form form .hs-input { height:50px; padding:15px; margin-bottom:10px; }
.row-fluid .contact_area .contactus_form form .hs_interested_in { width:100%; float:left; margin-bottom:10px; }
.row-fluid .contact_area .contactus_form form .hs_interested_in label { margin-bottom:10px; }
.row-fluid .contact_area .contactus_form form .hs_interested_in ul { width:100%; float:left; list-style:none; }
.row-fluid .contact_area .contactus_form form .hs_interested_in ul li { width:33.33%; float:left; margin-bottom:5px; }
.row-fluid .contact_area .contactus_form form .hs_interested_in ul li label { margin-bottom:0; }

.row-fluid .contact_area .contactus_form form textarea.hs-input { height:100px; }
.row-fluid .contact_area .contactus_form form .hs_submit { width:100%; float:left; margin-top:10px; }
.row-fluid .contact_area .contactus_form form .hs_submit .hs-button { min-width:150px; }
.row-fluid .contact_area .contactus_form form .hs-error-msgs { width:100%; float:left; }   
.row-fluid .contact_area .contactus_form form .hs-error-msgs label { width:100%; float:left; margin:0; font-size:14px; line-height:20px; color:#f00; }   
.row-fluid .contact_area .contactus_form form .form-columns-1 .input { margin:0; }
 
/*---*/
.row-fluid .research_area { padding:40px 0; }
.row-fluid .research_area .research_box { margin-bottom:40px; border-bottom:1px solid #E0DFDF; padding-bottom:40px; }
.row-fluid .research_area .research_box:last-child { margin-bottom:0; border-bottom:0; padding-bottom:0; }
.row-fluid .research_area .research_img { width:25%; float:left; text-align:center; }
.row-fluid .research_area .research_img img { max-width:160px; }
.row-fluid .research_area .research_info { width:calc(100% - 25%); float:left; padding-left:40px; }
.row-fluid .research_area .research_info h3 { margin:0 0 20px; }
.row-fluid .research_area .research_btn { text-align:center; margin-top:20px; }
.row-fluid .research_area .research_btn a { float:none; display:inline-block; }

/*---*/
.row-fluid .titlecontent_area { padding:50px 0; }
.row-fluid .titlecontent_area .titlecontent_toptext { margin-bottom:35px; }
.row-fluid .titlecontent_area .titlecontent_box a { display:inline-block; }
.row-fluid .titlecontent_area .titlecontent_box a:hover h4 { color:#0da3e2; }
.row-fluid .titlecontent_area .titlecontent_box h4 { margin:0; color:#000; font-weight:700; transition:all .4s ease; }
.row-fluid .titlecontent_area .titlecontent_box { margin-bottom:30px; }
.row-fluid .titlecontent_area .titlecontent_box:last-child { margin-bottom:0; }
.row-fluid .titlecontent_area .titlecontent_box .titlecontent_text { margin-bottom:0px; }

.row-fluid .donate_area { padding:50px 0 0; }
.row-fluid .donate_area .border_btm { padding-top: 50px; }
.row-fluid .donate_area h3 { margin:0 0 20px; }
.row-fluid .donate_lefttext { padding-right:30px; }
.row-fluid .donate_lefttext iframe { width:100%; } 
  
/*---*/
.row-fluid .form_area { padding:50px 0; }
.row-fluid .form_area h3 { margin-top:0; font-weight:600; margin-bottom:20px; }   
.row-fluid .form_area form { width:100%; float: none; margin: 0 auto; position: relative; background: #ecf0f1; padding: 20px; max-width: 700px; display: flex; text-align:left; }
.row-fluid .form_area form .hs-button { margin-top:28px; width:100%; }
.row-fluid .form_area form .hs_email { width:calc(100% - 130px); float:left; padding-right:20px; }
.row-fluid .form_area form .hs_email input { border-radius: 4px; height:40px; }
.row-fluid .form_area form .hs_submit { max-width:130px; width:100%; float:left; } 

.row-fluid .block-raw_html {  }
.row-fluid .block-raw_html #dafdirectdiv { width:100%; max-width:250px; float:left; }
.row-fluid .block-raw_html #dafdirectdiv:last-child { display:none; }
.row-fluid .block-raw_html form { width:100%; float:left; }
.row-fluid .block-raw_html form input { padding:10px; }
.row-fluid .block-raw_html .dafdirectInputAmount { width:100px; }
.row-fluid .block-raw_html div.dafdirectButtonContain { width:100%; text-align:left; }
.row-fluid .block-raw_html div.dafdirectButtonContain a { float:left; }

.row-fluid .normalcontent_area .title_box { width:100%; float:left; color:#263947; font-weight:700; font-size:24px; line-height:30px; text-align:center; margin-bottom:25px !important; }
.row-fluid .normalcontent_area .table_institution { }
.row-fluid .normalcontent_area .table_institution tbody > tr td { padding:20px; text-align:center; }
.row-fluid .normalcontent_area .table_institution tbody > tr .pt-labels{ background-color: #ecf0f1; color: #263947;  font-size: 16px; font-weight:600; }
.row-fluid .normalcontent_area .table_institution tbody > tr .pt-level3 { background-color: rgba(54,146,177,.6); color: #ffffff; font-size: 20px; }
.row-fluid .normalcontent_area .table_institution tbody > tr .pt-level2 { background-color: rgba(54,146,177,.8); color: #ffffff; font-size: 20px; }
.row-fluid .normalcontent_area .table_institution tbody > tr .pt-level1 { background-color: rgba(54,146,177,1); color: #ffffff; font-size: 20px; }

.row-fluid .normalcontent_area ol { max-width:700px; float:none; margin:0 auto 30px; width:100%; font-size: 20px; line-height:30px; }
.row-fluid .normalcontent_area ol li { margin-bottom:20px; width:100%; float:left; }
.row-fluid .normalcontent_area ol li:last-child { margin-bottom:0; }
    
/*---*/
.row-fluid .olstyle_number { counter-reset: section }
.row-fluid .olstyle_number ol { list-style:none; }
.row-fluid .olstyle_number ol li { position:relative; padding-left:55px; width:100%; float:left; margin-bottom:40px; }
.row-fluid .olstyle_number ol li:after { position:absolute; counter-increment: section;  content: counter(section) " "; left:0; top:0; background:#37aea9; width:40px; height:40px; border-radius:50%; text-align:center; color:#fff; display: flex; align-items: center; justify-content: center; }

/*---*/
.row-fluid .centertext_module { text-align:center; font-size:18px; line-height:26px;} 
.row-fluid .centertext_module .normalcontent_text h3 { font-size: 28px; line-height: 40px; margin-top:0; }
.row-fluid .centertext_module .back_btn { text-align:center;}    
.row-fluid .centertext_module .back_btn a { float:none; display:inline-block; margin-top:20px;}
      
/*--*/
.row-fluid .sciencebadges_area { padding:40px 0; }
.row-fluid .sciencebadges_area .sciencebadges_left { width:30%; float:left; }
.row-fluid .sciencebadges_area .sciencebadges_right { width:70%; float:left; padding-left:40px; }

/*---*/
.row-fluid .ctatitle_area { padding-bottom:30px; }
.row-fluid .ctatitle_area .ctatitle_inner { padding:50px 20px; text-align:center; background:#ecf0f1; }
.row-fluid .ctatitle_area .ctatitle_inner h4 { color: #263947;  font-size: 36px; line-height:42px; font-weight: 700;  margin: 0 0 30px; width:100%; float:left;  }
.row-fluid .ctatitle_area .ctatitle_inner a { float:none; display:inline-block; }

/*---*/
.row-fluid .ourteam_area.textcenter { text-align:center; }
.row-fluid .ourteam_area.textcenter .ourteam_main .secteam_title { width:100%; float:left; color: #263947; font-size: 36px; font-weight: 700; margin-bottom:50px; }
.row-fluid .ourteam_area.textcenter .ourteam_cover h3 { font-size:24px; line-height:30px; margin-bottom:0; font-weight:300; }
.row-fluid .ourteam_area .ourteam_follow ul { text-align:center; }
.row-fluid .ourteam_area .ourteam_follow ul li { float:none; display:inline-block; }
.row-fluid .ourteam_area .ourteam_follow ul li:last-child { margin-right:0; }

.row-fluid .ourteam_area .ourteam_cover .ourteam_box { text-align:center; }
.row-fluid .ourteam_area .ourteam_cover.three_clm .ourteam_box { width:33.33%; }

.table-div { border: 1px solid #ddd; overflow-x: auto; }
.row-fluid .table_striped { border-collapse: collapse; table-layout: fixed; text-align: left; }
.row-fluid .table_striped tr:nth-child(odd) { background-color: #f9f9f9; }
.row-fluid .table_striped tr th { padding: 10px; vertical-align: middle; }
.row-fluid .table_striped tr td { padding: 10px; vertical-align: top; }
.table_head { background-color: #d6eaf9 !important; }

@media screen and (max-width: 767px) {
  .table_striped.sticky-td th:nth-child(1) { background-color: #d6eaf9 !important; left: 0; position: sticky; z-index: 1; }
  .table_striped.sticky-td td:nth-child(1) { background-color: #fff; left: 0; position: sticky; z-index: 1; }
}
   
.row-fluid .sevthara_area { }
.row-fluid .sevthara_area .border_btm { padding-top: 15px; }
.row-fluid .sevthara_area { padding:40px 0; }
.row-fluid .sevthara_area .sevthara_left { width:70%; float:left; padding-right:30px; }
.row-fluid .sevthara_area .sevthara_right { width:30%; float:left;  }
.row-fluid .sevthara_area .sevthara_btmtext { margin-top:20px; }
.row-fluid .sevthara_area .sevthara_btmtext .hs-cta-wrapper { width:100%; text-align:center; float:left; }
.row-fluid .sevthara_area .sevthara_btmtext .hs-cta-wrapper a { float:none; display:inline-block; }


/*----*/
.row-fluid .presscoverage_area { padding:30px 0; }
.row-fluid .presscoverage_area .border_btm { padding-top:40px; }
.row-fluid .presscoverage_area h2 { width:100%; float:left; font-weight: bold; font-size:24px; line-height:30px; margin-bottom:30px; }
.row-fluid .presscoverage_cover .presscoverage_box { width:25%; float:left; text-align:center; padding:0 15px; margin-bottom:40px; display:flex; align-items:center; justify-content:center; }
.row-fluid .presscoverage_cover .presscoverage_box h3 { width:100%; float:left; font-weight: bold; margin:15px 0 0; font-size:16px; line-height:24px; }
.row-fluid .presscoverage_cover .presscoverage_box .presscoverage_img { max-width:180px; float:none; display:inline-block; }
.row-fluid .presscoverage_cover .presscoverage_box .presscoverage_img a { display:flex; align-items:center; justify-content:center; }

.row-fluid .presscoverage_cover .presscoverage_inner {  }
  
/*--*/
.row-fluid .logobox_clm { padding:30px 0; }
.row-fluid .logobox_clm .border_btm { padding-top: 50px; }
.row-fluid .logobox_clm .logoboxclm_cover { text-align:center; }
.row-fluid .logobox_clm .logoboxclm_box { width:33.33%; float:none; display:inline-block; margin-right:-4px; vertical-align:middle; padding:0 10px; margin-bottom:20px; }
.row-fluid .logobox_clm .logoboxclm_box img { max-width:220px; float:none; display:inline-block; }

/*---*/
.row-fluid .threeclm_text { padding:30px 0; }
.row-fluid .threeclm_text .border_btm { padding-top: 50px; }
.row-fluid .threeclm_text .threeclm_title h3 { width:100%; float:left; margin-bottom:30px; font-weight: bold; } 
.row-fluid .threeclm_text .threeclm_textbox { width:33.33%; float:left; padding-right:20px; }
.row-fluid .threeclm_text .threeclm_textbox h3 { margin-bottom:10px; } 
.row-fluid .threeclm_text .threeclm_textbox p { padding:3px 0; }

/*---*/
.row-fluid .tabtitle_module { padding:40px 0 30px; }
.row-fluid .tabtitle_module ul { width:100%; float:left; margin:0; padding:0; list-style:none; border-bottom: 1px solid #ddd; }
.row-fluid .tabtitle_module ul li { width:auto; float:left; }
.row-fluid .tabtitle_module ul li a { width:auto; float:left; cursor:pointer; padding:10px 15px; border: 1px solid transparent; border-bottom-color: transparent; margin-right: 2px; margin-bottom: -1px; }
.row-fluid .tabtitle_module ul li a:hover { background:#eee;  }
.row-fluid .tabtitle_module ul li.current a { border-color:#eee;  border-bottom-color: transparent;  background:#fff; }

/*---*/  
.row-fluid .registered_area { padding:0 0 40px; }
.row-fluid .registered_area .registered_fiftymain { margin:30px 0 20px; font-size:16px; line-height:24px; }
.row-fluid .registered_area .registered_fiftymain .fl50 { padding-right:30px; }

.row-fluid .participating_cover { padding:20px 0; }
.row-fluid .participating_cover .participating_title {  }
.row-fluid .participating_title { width:100%; float:left; margin:0; padding:0; list-style:none; border-bottom: 1px solid #ddd; margin-bottom:30px; }
.row-fluid .participating_title li { width:auto; float:left; }
.row-fluid .participating_title li a { width:auto; float:left; font-weight:600; cursor:pointer; padding:10px 15px; border: 1px solid transparent; border-bottom-color: transparent; margin-right: 2px; margin-bottom: -1px; }
.row-fluid .participating_title li a:hover { background:#eee;  }
.row-fluid .participating_title li.current a { border-color:#eee;  border-bottom-color: transparent;  background:#fff; }

.row-fluid .participating_midletext { margin-bottom:20px; }

.row-fluid .participating_cover #particbox1 { display:block; } 
.row-fluid .participating_box .participating_tabtitle { display:none; }
.row-fluid .participating_box { display:none; } 
.row-fluid .participating_box .participating_text {  }
.row-fluid .participating_box .participating_text table { width:100%; float:left; border: 1px solid #dddddd; border-collapse: collapse !important; text-align:left; }
/* .row-fluid .participating_box .participating_text table td { border-bottom: 1px solid #ddd; padding: 8px; }
.row-fluid .participating_box .participating_text table tr:last-child td { border-bottom:0; } */
.row-fluid .participating_box .participating_text table td a:hover { text-decoration:underline; }
.row-fluid .participating_box .participating_text table tr { display:flex; }
.row-fluid .participating_box .participating_text table th div:empty { display:none; }
.row-fluid .participating_box .participating_text table tr:hover { background:#f5f5f5; }
/* .row-fluid .participating_box .participating_text table thead { border-bottom:1px solid #ddd; } */
.row-fluid .participating_box .participating_text table thead:hover { background:#fff; }
.row-fluid .participating_box .participating_text table thead tr:hover { background:#fff; }
/* .row-fluid .participating_box .participating_text table .col-md-7 { width:58.333333333333336%; float:left; }
.row-fluid .participating_box .participating_text table .col-md-5 { width:41.66666666666667%; float:left; border-left: 1px solid #ddd; border-right: 1px solid #ddd; } */
  
/*---*/ 
.row-fluid .workflow_area { padding:10px 0; }
.row-fluid .workflow_area .workflow_title { display:none; }

/*---*/
.row-fluid .resourcesedit_area { padding:10px 0; }
.row-fluid .resourcesedit_area .resourcesedit_title { display:none; }
.row-fluid .forfunders_area .forfunders_title { display:none; }

/*---*/
.row-fluid .alliinviaes_module { padding:10px 0; } 
.row-fluid .alliinviaes_module .alliinviaes_title { display:none; } 

.row-fluid .tabmain_area .rrtab_content h3 { margin:0px 0 5px; }  
.row-fluid .tabmain_area { padding-bottom:30px; }
.row-fluid .tabmain_area #tabid1 { display:block; } 
.row-fluid .tabmain_area .rrtab_content { display:none; } 
 
/*---*/
.row-fluid .tabfaq_area { padding:30px 0; }
.row-fluid .tabfaq_area .tabfaq_title { color:#000; font-size:18px; line-height:24px; font-weight:600; margin-bottom:20px; }
.row-fluid .tabfaq_area .tabfaq_subtitle { font-weight:500; font-size:16px; line-height:24px;  width:100%; float:left;  }

.row-fluid .tabfaq_area .tabfaq_box { margin-bottom:30px; }
.row-fluid .tabfaq_area .tabfaq_box:last-child { margin-bottom:0; }
.row-fluid .tabfaq_area .tabfaq_box .tabfaqbox_title { color:#000; font-size:18px; line-height:24px; font-weight:600; margin-bottom:20px; } 

.row-fluid .tabfaq_area .tabfaq_itembox { margin-bottom:20px; }
.row-fluid .tabfaq_area .tabfaq_itembox:last-child { margin-bottom:0; }
.row-fluid .tabfaq_area .tabfaq_itembox .tabfaq_itemtitle { width:100%; float:left; cursor:pointer; padding:12px 16px 12px 56px; background:#ECF0F1; color:#337AB7; font-size: 20px; border:1px solid #ddd; position:relative; margin-bottom:0; }
.row-fluid .tabfaq_area .tabfaq_itembox .tabfaq_itemtitle:before { position:absolute; content:"\f107"; font-family:'fontAwesome'; left: 18px; top: 50%; transform: translateY(-50%); font-size: 28px; line-height:18px; margin-top:0; transition:all .2s ease; }
.row-fluid .tabfaq_area .tabfaq_itembox .tabfaq_itemtitle.active:before { transform: translateY(-50%) rotate(180deg); margin-top: 0; transition:all .2s ease; }
.row-fluid .tabfaq_area .tabfaq_itembox .tabfaq_itemcontent { display:none; padding:20px; font-size: 16px; border: 1px solid #ddd; border-top: transparent; }

/* .row-fluid .tabfaq_area .mobiletab_title { display:none; } */
.row-fluid .tabfaq_area .forfunders_cover .forfunders_text i { font-size:16px; line-height:24px; }
.row-fluid .forfunders_cover .forfunders_text h6 i { font-size:16px; line-height:24px; }
.row-fluid .registered_area .mobiletab_title { display:none; }
.row-fluid .participating_module .mobiletab_title { display:none; }

/*----*/
.row-fluid .topguidel_area .topguidel_left { padding-right:20px; }
.row-fluid .topguidel_area .topguidel_right { padding-left:20px; }
.row-fluid .topguidel_fiftymain { padding:30px 0; }

.row-fluid .mobiletab_content h4 { margin-bottom:10px; }
.row-fluid .topguidel_area .mobiletab_title { display:none; }
.row-fluid .implementingtop_area .mobiletab_title { display:none; }
.row-fluid .currentsignature_area .mobiletab_title { display:none; }
.row-fluid .committee_area .mobiletab_title { display:none; }
.row-fluid .summarytable_area .mobiletab_title { display:none; }

.row-fluid .committee_cover { margin-top:30px; }
.row-fluid .committee_cover h3 { width:100%; float:left; font-weight:600; }
.row-fluid .teammember_cover { margin-top:30px; }
.row-fluid .teammember_cover .teammember_box { width:33.33%; float:left; padding:0 20px; text-align:center; font-size:16px; line-height:24px; margin-top: 20px;}
.row-fluid .teammember_box .teammember_img { width:212px; height:212px; float:none; display:inline-block; border-radius:50%; background-size:cover !important; margin-bottom:20px; }
.row-fluid .teammember_box h5 { width:100%; float:left; margin-bottom:10px; font-size:18px; line-height:26px; color: #000; font-weight:400; }

.row-fluid .table-striped { margin-bottom:30px; }
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th { background-color: #f9f9f9 }
.table thead>tr>th, .table tbody>tr>th, .table tfoot>tr>th, .table thead>tr>td, .table tbody>tr>td, .table tfoot>tr>td { padding: 8px; line-height: 1.428571429; vertical-align: top; border-top: 1px solid #ddd }

.row-fluid .journals_box { border:1px solid #ddd; transition:all .4s ease; height:750px !important; overflow:auto; }
.row-fluid .journals_box ul { padding:0; margin:0; list-style:none; width:100%; float:left; display:flex; }
.row-fluid .journals_box ul li { width:25%; float:left; padding:10px; border-top:1px solid #ddd; border-right:1px solid #ddd; }
.row-fluid .journals_box ul li:last-child { border-right:0; }

.row-fluid .journals_box ul li:first-child { width:35.49%;  }
.row-fluid .journals_box ul li:nth-child(2) { width:20.30%; }
.row-fluid .journals_box ul li:nth-child(3) { width:25.50%; }
.row-fluid .journals_box ul li:last-child { width:18.70%; }

.row-fluid .journals_box ul:hover { background:#f5f5f5; }

.row-fluid .participating_titles ul { padding:0; margin:0; list-style:none; width:100%; float:left; display:flex;  }
.row-fluid .participating_titles li { float:left; cursor:pointer; padding:10px; border-top:1px solid #ddd; border-right:1px solid #ddd; font-weight:bold; }
.row-fluid .participating_titles li { background-image:url('https://6723653.fs1.hubspotusercontent-na1.net/hubfs/6723653/Cos_2020/Images/download.png'); background-position: right; background-repeat: no-repeat; }
.row-fluid .participating_titles li.top_active { background-image:url('https://6723653.fs1.hubspotusercontent-na1.net/hubfs/6723653/Cos_2020/Images/top-active-arrow.png'); }
.row-fluid .participating_titles li.down_active { background-image:url('https://6723653.fs1.hubspotusercontent-na1.net/hubfs/6723653/Cos_2020/Images/bottom-active-arrow.png'); }

.row-fluid .participating_titles ul li:first-child { width:35%; border-left: 1px solid #ddd; }
.row-fluid .participating_titles ul li:nth-child(2) { width:20%; }
.row-fluid .participating_titles ul li:nth-child(3) { width:25%; }
.row-fluid .participating_titles ul li:last-child { width:20%; }

.row-fluid .participating_content .journals_btmtext { margin-top:20px; }
.row-fluid .currentsign_area .participating_content { display:none; }
.row-fluid .currentsign_area .participating_content:first-child { display:block; }

.row-fluid .organizations_area .participating_titles ul li { width:100%; }
.row-fluid .organizations_box { border:1px solid #ddd; transition:all .4s ease; height:750px !important; overflow:auto; }
.row-fluid .organizations_box ul { padding:0; margin:0; list-style:none; width:100%; float:left; }
.row-fluid .organizations_box ul li { width:100%; float:left; padding:10px; border-top:1px solid #ddd;}
 
.row-fluid .table_filter { margin-bottom:20px; } 
.row-fluid .table_filter form { width:100%; max-width:200px; float:right; }
.row-fluid .table_filter form input { border:1px solid #e5e5e5; padding:11px 15px 10px 15px; color:#333333; font-size: 14px; line-height: 24px; }

.row-fluid .table_filter form input::-webkit-input-placeholder { color: #555; opacity:1; font-size:14px; line-height:20px;}
.row-fluid .table_filter form input::-moz-placeholder { color: #555; opacity:1; font-size:14px; line-height:20px;}
.row-fluid .table_filter form input:-ms-input-placeholder { color: #555; opacity:1; font-size:14px; line-height:20px;}
.row-fluid .table_filter form input:-moz-placeholder { color: #555; opacity:1; font-size:14px; line-height:20px; }

.row-fluid .participating_content .innertab_title { display:none; }

.row-fluid .backtop { position:fixed; width:40px; height:40px; cursor:pointer; background:url('https://6723653.fs1.hubspotusercontent-na1.net/hubfs/6723653/Cos_2020/Images/up.png') no-repeat center center; bottom:10px; right:10px; background-size:cover; opacity:0; }
.scrollone .row-fluid .backtop { opacity:1; }

.row-fluid .photogallery_box {  }
.row-fluid .photogallery_box ul { padding:0; margin:0 0 0 -5px; list-style:none; width:100%; float:left; }
.row-fluid .photogallery_box ul li { width:20%; float:left; padding:5px; }
.row-fluid .photogallery_box ul li a { width:100%; float:left; background-size:cover !important; height:60px; }

/* ------------------------ */
/* START V2 STYLE OVERRIDES */
/* ------------------------ */

/* CTA BUTTON STYLES 2021 */

.btn-donate {
  background-image: linear-gradient(45deg, #15a5eb 0%, #458446 100% );
  background-position: center center;
  background-size: cover;
  border-radius: 4px;
  color: #ffffff;
  font-family: "Open Sans";
  margin-top: 0 !important;
  text-align: center;
  text-decoration: none solid rgb(255, 255, 255);
}
.btn-donate img {
  height: 16px;
  margin-right: 10px;
  position: relative;
  top: 30%;
  width: 16px;
}
.btn-primary {
  background-color: #337ab7;
  background-size: cover;
  border-radius: 4px;
  color: #ffffff;
  font-family: "Open Sans";
  text-align: center;
  text-decoration: none solid rgb(255, 255, 255);
}
.btn-secondary {
  background-color: #ffffff;
  background-size: cover;
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: #337ab7;
  font-family: "Open Sans";
  text-align: center;
  text-decoration: none solid rgb(255, 255, 255);
}
.btn-hero {
  background-color: #f8ed44;
  background-size: cover;
  border-radius: 4px;
  color: #263947;
  font-family: "Open Sans";
  text-align: center;
  text-decoration: none solid rgb(255, 255, 255);
}
.btn-hero-secondary {
  color: #f8ed44;
  display: inline-block;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 600;
  position: relative;
  text-decoration: none;
}
.btn-hero-secondary:after {
  content: '\203a';
  position: absolute;
  opacity: 0;
  right: -15px;
}
a.btn-donate:hover {
  background-image: linear-gradient(45deg, #458446 0%, #458446 100% );
  box-shadow: 0px 2px 8px rgba(0,0,0,0.25);
  color: #ffffff;
}
a.btn-primary:hover {
  background-color: #15a5eb;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.25);
  color: #ffffff;
}
a.btn-secondary:hover {
  background-color: #ecf0f1;
  border-color: #263947;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.25);
  color: #263947;
}
a.btn-hero:hover {
  background-color: #f8c543;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.25);
  color: #263947;
}
a.btn-hero-secondary:hover {
  color: #ffffff;
  padding-right: 20px;
}
.btn-hero-secondary:hover:after {
  opacity: 1;
  right: 0;
}
a.btn-bgwhite:hover {
  background-color: #ffffff;
}
.btn-large {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  margin: 30px 15px 0;
  padding: 0 20px;
}
.btn-medium {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  margin: 10px 15px 0;
  padding: 0 15px;
}
.btn-small {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
  margin: 10px 15px 0;
  padding: 0 10px;
}
.btn-left {
  margin: 10px 10px 10px 0 !important;
}
input[type=submit], form .hs-button {
  background-color: #337ab7;
  background-size: cover;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  margin: 10px 0 0;
  padding: 0 15px;
  text-align: center;
  text-decoration: none solid rgb(255, 255, 255);
}
input[type=submit]:hover, form .hs-button:hover {
  background-color: #15a5eb;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.25);
  color: #ffffff;
}

/* PARTNER LOGOS GRID - REPLACES years_box CLASSES */

.row-fluid .partner_logo_gridcol_2 { display: grid; grid-template-columns: 50% 50%; }
.row-fluid .partner_logo_gridcol_3 { display: grid; grid-template-columns: 33.33% 33.33% 33.33%; }
.row-fluid .partner_logo_gridcol_4 { display: grid; grid-template-columns: 25% 25% 25% 25%; }
.row-fluid .partner_logo_gridcol_5 { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; gap: 30px; }

.row-fluid .partner_logo { margin: auto; padding: 2rem; text-align: center; }
.partner_logo img { width: auto; max-height: 200px; }

.partner_logo_gridcol_5 .partner_logo { padding: 1rem; }
.partner_logo_gridcol_5 .partner_logo img { filter: grayscale(1) opacity(.7); width: auto; max-height: 120px; }


@media (min-width: 768px) and (max-width: 959px) {
    .row-fluid .partner_logo_gridcol_4 { display: grid; grid-template-columns: 33.33% 33.33% 33.33%; }
}

@media (max-width: 767px) {
    .row-fluid .partner_logo_gridcol_2, .row-fluid .partner_logo_gridcol_3, .row-fluid .partner_logo_gridcol_4 { display: grid; grid-template-columns: 100%; }
    .row-fluid .partner_logo { padding: 1rem; }
}

/* GRID COLUMNS 2022 */

.row-fluid .col-grid {
  display: grid;
  gap: 40px;
/*  grid-auto-rows: 1fr; */
  margin: 20px 0;
}
.center-text {
  text-align: center;
}
.col-center {
  align-items: center;
}
.col_2 {
  grid-template-columns: 1fr 1fr;
}
.col_1-2 {
  grid-template-columns: 1fr 2fr;
}
.col_1-3 {
  grid-template-columns: 1fr 3fr;
}
.col_2-1 {
  grid-template-columns: 2fr 1fr;
}
.col_3-1 {
  grid-template-columns: 3fr 1fr;
}
.col_3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.col_1-2-1 {
  grid-template-columns: 1fr 2fr 1fr;
}
.col_4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.col_5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.col-grid h4 {
  font-weight: 400;
  margin-top: 20px;
}
.col_2 p {
  font-size: 16px;
}
div.col-grid-item > p > span > span > .btn-large,
div.col-grid-item > p > span > span > .btn-medium,
div.col-grid-item > p > span > span > .btn-small,
div.col-grid-item > div > p > span > span > .btn-large,
div.col-grid-item > div > p > span > span > .btn-medium,
div.col-grid-item > div > p > span > span > .btn-small {
  margin-left: 0 !important;
  margin-right: 30px !important;
}
.col-grid-item h2,
.col-grid-item h3 {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}
.col-grid-item h4 {
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}
.tall-col {
  background-color: #ecf0f1;
  grid-row: span 2;
}
.tall-col h3,
.tall-col p {
  padding-left: 20px;
  padding-right: 20px;
}
.tall-col h3 {
  margin-top: 20px !important;
}
.text-col h3,
.text-col h4 {
  margin: 0 !important;
  padding: 20px !important;
}
.text-col p {
  margin: 0 !important;
  padding: 0 20px 20px !important;
}
.col-padding {
  border-radius: 4px;
  padding: 20px;
}
img.imgborder {
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
}
img.imgshadow {
  box-shadow: 0 5px 50px -5px rgba(0,0,0,.1);
}
div.col-border {
  border-top: 2px solid rgba(38,57,71,.2);
  padding-top: 20px !important;
}
.col-border p {
  font-size: 16px !important;
  padding-top: 0 !important;
}
div.col-shadow {
  box-shadow: 0 2px 4px rgba(0,0,0,.1);
}
.clear-top-spacing {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.clear-bottom-spacing {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.feature-icon {
  text-align: center;
  width: 4rem;
}
.feature-icon img {
  max-height: 3rem;
  max-width: 3.5rem;
}
.feature-icon.icon-top img {
  max-height: 3.5rem;
  max-width: 4rem;
}
.feature-icon.icon-top {
  align-items: center;
  display: flex;
  height: 3.5rem;
  justify-content: center;
  margin: 0 auto 24px;
}
.feature-icon.icon-left {
  display: inline-block;
  float: left;
  margin-right: 28px;
}
.feature-icon.icon-right {
  display: inline-block;
  float: right;
  margin-left: 20px;
}
.feature-text {
  overflow: hidden;
}
.feature-text p {
  font-size: 16px !important;
}
.feature-text h2,
.feature-text h3,
.feature-text h4,
.feature-text p:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .col_4, .col_5 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .col_3, .col_4, .col_5 {
    grid-template-columns: 1fr 1fr;
  }
  .col_2, .col_1-2, .col_2-1, .col_1-2-1, .col_1-3, .col_3-1 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 480px) {
  .col-grid {
    grid-auto-rows: unset !important;
  }
  .col_2, .col_1-2, .col_1-3, .col_2-1, .col_3-1, .col_3, .col_1-2-1, .col_4, .col_5 {
    grid-template-columns: 1fr;
  }
}

/* MAILCHIMP FORMS */

.mailchimp-form {
  margin: 0 auto;
  text-align: center;
  width: 60%;
}
.mailchimp-form h3 {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
.mailchimp-form h4 {
  font-weight: 400 !important;
}
.mc-grid {
  column-gap: 30px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 80%;
}
.mc-grid input[type=email] {
  border-radius: 4px;
  box-shadow: inset 0px 1px 2px rgba(0,0,0,0.2);
  color: #263947 !important;
}

@media (min-width: 768px) and (max-width: 990px) {
 .mailchimp-form {
    margin: 0 auto;
    width: 75%;
  }
}
@media (max-width: 767px) {
 .mailchimp-form {
    margin: 0 auto;
    width: 100%;
  }
}

/* IMPACT REPORT STYLES */

img.ir22-pyramid {
  height: auto;
  margin-left: -120px;
  max-width: 110%;"
}
.makeit p {
  font-size: 13px !important;
  margin-left: 22px !important;
  padding: 0 !important;
}
.makeit h4 {
  font-weight: 700 !important;
  margin: 20px 0 0 0 !important;
}
.makeit.row1 h4 {
  color: #190cbf;
}
.makeit.row2 h4 {
  color: #1532eb;
}
.makeit.row3 h4 {
  color: #2b5fe0;
}
.makeit.row4 h4 {
  color: #187dea;
}
.makeit.row5 h4 {
  color: #15a5eb;
}
.makeit.row1 {
  margin-left: -40px;
}
.makeit.row2 {
  margin-left: -100px;
}
.makeit.row3 {
  margin-left: -160px;
}
.makeit.row4 {
  margin-left: -220px;
}
.makeit.row5 {
  margin-left: -280px;
}
img.ir22-profile-big {
  height: auto;
  max-width: 90%;
}
.ir22-pullquote {
  border: 4px solid #d6eaf9;
  float: right;
  margin: 12px 0 32px 32px;
  padding: 20px;
  width: 40%;
}
.ir22-pq-text {
  color: #1532eb;
  font-family: Georgia, serif;
  font-size: 20px;
  font-style: italic;
  line-height: 24px;
}
.ir22-caption {
  font-size: 13px !important;
  padding: 0 0 20px !important;
}
.ir22-pg-text a {
  color: #1532eb !important;
  text-decoration: underline !important;
}
.ir22-pq-citation,
.ir23-pq-citation {
  margin-top: 20px;
}
.ir22-pq-citation img,
.ir23-pq-citation img {
  float: right;
  height: 64px !important;
  margin: 0 0 12px 12px;
  width: 64px !important;
}
.ir23-headings h1,
.ir23-headings h2 {
  background: -webkit-linear-gradient(left, #1532eb, #263947);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ir23-headings h1 {
  margin-top: 20px;
}
.ir23-pullquote {
  border-image: linear-gradient(135deg, #59d1d9, #15a5eb) 1;
  border-style: solid;
  border-width: 4px;
  float: right;
  margin: 12px 0 32px 32px;
  padding: 20px;
  width: 40%;
}
.ir23-pq-text {
  color: #1532eb;
  font-family: Georgia, serif;
  font-size: 20px;
  font-style: italic;
  line-height: 24px;
}
.ir23-caption {
  border-top: 2px dotted #15a5eb;
  font-size: 14px !important;
  padding-top: 8px !important;
}
.ir23-articles div.col-grid-item {
  border-image: linear-gradient(135deg, #59d1d9, #15a5eb) 1;
  border-style: solid;
  border-width: 3px;
  height: 160px;
}
.ir24-pq-image {
  float: left;
  padding: 0 20px 30px 0;
  position: relative;
  width: 100px;
}
.ir24-pq-text-lg {
  color: #fff;
  font-family: Georgia, serif;
  font-size: 30px !important;
  font-style: italic;
  line-height: 40px;
  margin: 12px 0 24px;
}
.ir24-pq-text-sm {
  color: #fff;
  font-family: Georgia, serif;
  font-size: 24px !important;
  font-style: italic;
  line-height: 32px;
  margin: 12px 0 24px;
}
div.white-text.col-border {
  border-top-color: #15a5eb !important;
}

@media screen and (max-width: 767px){
  img.ir22-profile-big {
    max-width: 50%;
  }
  .makeit.row1,
  .makeit.row2,
  .makeit.row3,
  .makeit.row4,
  .makeit.row5 {
    margin-left: 0;
  }
  img.ir22-pyramid {
    margin-left: 0;
    max-width: 100%;
  }
  .ir22-pullquote {
    border: 4px solid #d6eaf9;
    float: none;
    margin: 24px 0;
    padding: 20px;
    width: 100%;
  }
  .ir23-pullquote {
    border-image: linear-gradient(135deg, #59d1d9, #15a5eb) 1;
    border-style: solid;
    border-width: 4px;
    float: none;
    margin: 24px 0;
    padding: 20px;
    width: 100%;
  }
  .ir23-articles div.col-grid-item {
    border-image: linear-gradient(135deg, #59d1d9, #15a5eb) 1;
    border-style: solid;
    border-width: 2px;
    height: 160px;
}
}

/* HEADER, FOOTER, SEARCH 2023 */

.header23_network {
  background-color: #ECF0F1;
  height: 40px;
}
.nb_links ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nb_links li {
  display: inline-block;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  padding: 0 16px;
}
.nb_links li:first-child,
li.nb-socials {
  border-left: 0 !important;
}
.nb_links li {
  border-left: 1px solid rgba(255,255,255,.8);
}
.nb_links li a {
  color: #263947 !important;
}
.nb_links li a:hover {
  color: #15a5eb !important;
}
li.nb-socials {
  margin-left: auto !important;
}
li.nb-socials i {
  font-size: 16px;
  margin-left: 12px;
}
li.nb-donate {
  background-image: linear-gradient(45deg, #15a5eb 0%, #1532eb 100%);
  color: #ffffff;
  font-weight: 700;
}
li.nb-donate a {
  color: #ffffff !important;
}
li.nb-donate a:hover {
  color: #ffffff !important;
}
li.nb-donate:hover {
  background-image: linear-gradient(45deg, #1532eb 0%, #15a5eb 100%);
}
.row-fluid .header23 .header_section .top_logo img {
  max-width: 100% !important;
}
div.top_logo {
  padding: 24px 0;
}
.header23 .header_section.active .row-fluid .top_search {
  display: block;
  top: 5px;
}
.header23 .header_section.active .search_btn {
  border-color: #15a5eb;
}
.row-fluid .header23 .top_search {
  background: #fff;
  padding: 20px;
  position: absolute;
  right: -20px;
  top: -150px;
  transition: all 0s ease;
  width: calc(100% - 50px);
}
.row-fluid .header23 .search_btn {
  border-top: solid 2px transparent;
  cursor: pointer;
  font-size: 20px;
  margin: -9px 0 0 0;
  padding: 26px 13px 27px;
  width: auto;
} 
.row-fluid .header23 .search_btn:hover {
  border-color: #15a5eb;
}
.row-fluid .header23 .top_search form { border-radius: 5px;  padding:0px; float:left; width:100%; } 
.row-fluid .header23 .top_search form .hs-search-field__input {
  border-radius: 4px 0 0 4px;
  color: #263947;
  float: left;
  height: 48px !important;
  margin: 0;
  padding: 0 12px;
  width: calc(100% - 48px);
}
.row-fluid .header23 .top_search form .hs-search-field__input::placeholder {
  color: rgba(38,57,71,.5);
}
.row-fluid .header23 .top_search form .search_icon {
  background: #337ab7;
  border-radius: 0 4px 4px 0;
  color: #fff;
  float: left;
  margin: 0;
  position: relative;
  transition: all .2s ease;
  width: 48px;
}
.row-fluid .header23 .top_search form .search_icon .search_icon_btn {
  background: transparent;
  border: none;
  height: 48px;
  float: left;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 22px;
  margin: 0;
  min-width: auto; 
  padding: 0;
  position: relative;
  text-shadow: none;
  text-transform: capitalize;
  transition: all .2s ease;
  width: 48px;
  z-index: 9;
}
.row-fluid .header23 .top_search form .search_icon:hover {
  background: #15a5eb;
}
.row-fluid .header23 .top_search form .search_icon i {
  font-size: 20px;
  position: absolute;
  right: 14px;
  top: 14px;
}
.row-fluid .header23 .top_search .hs-search-field__suggestions {
  display: none;
}
.row-fluid .footer23_section {
  color: #ECF0F1 !important;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
}
.footer23_section.footer_top {
  background-color: #263947;
}
.footer23_section.footer_bottom {
  background-color: #365063;
  padding: 30px 0 40px;
}
.footer23_section .footer23_left {
  padding: 40px 40px 40px 0;
}
.footer23_address {
  padding-bottom: 10px;
}
.footer23_socials,
.footer23_mc {
  padding-bottom: 20px;
}
img.footer23_logo {
  height: auto;
}
.footer23_mc p {
  padding: 0;
}
.footer23_mc .mailchimp-form {
  margin: unset;
  text-align: unset;
  width: unset;
}
.footer23_mc .mc-grid {
  column-gap: 0 !important;
  width: unset !important;
}
.footer23_mc .mc-grid input {
  font-size: 14px;
  height: 32px;
  line-height: unset;
}
.footer23_mc .mc-grid input::placeholder {
  color: rgba(38,57,71,.5);
  font-size: 14px;
}
.footer23_mc .mc-grid input[type=email] {
  border-radius: 4px 0 0 4px;
}
.footer23_mc .mc-grid input[type=submit] {
  border-radius: 0 4px 4px 0;
}
.footer23_section .footer23_right {
  border-left: 1px solid rgba(255,255,255,.1);
  padding: 40px 0;
}
.footer23_all-links {
  border-bottom: 1px solid rgba(255,255,255,.1);
  padding: 0 0 30px 40px;
}
.footer23_stewards {
  padding: 30px 0 0 40px;
}
.row-fluid .footer23_section a {
  color: #ECF0F1 !important;
}
.row-fluid .footer23_section a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}
ul.footer-links {
  margin: 0;
  padding: 0;
}
.footer-links li {
  list-style-type: none;
  margin-bottom: 4px;
}
ul.footer-links.linebreak {
  margin: 28px 0 0;
}
ul.footer-links.toplevel li {
  font-weight: 700;
  margin-bottom: 14px;
}
.footer-socials ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-socials li {
  border: 1px solid #ddd;
  border-radius: 50%;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  margin: 0 6px;
  vertical-align: middle;
  width: 32px;
}
.footer-socials li:first-child {
  margin-left: 0 !important;
}
.footer-socials i {
  font-size: 16px;
}
.footer-socials li a {
  color: #fff !important;
  padding: 7px;
}
.footer-socials li a:hover {
  color: #15a5eb !important;
}
.footer-socials li:hover {
  border-color: #15a5eb;
}
.footer-badges {
  float: right;
}
.footer-badges img {
  margin: 10px 0 20px 32px;
  width: 100px;
}
.footer23_photos ul li {
  padding: 8px !important;
  width: 8.33% !important;
}
.footer23_photos ul li a {
  height: 80px !important;
}
.img-credit_footer {
  background-color: #263947;
}
.img-credit_content {
  border-bottom: 1px solid rgba(255,255,255,.1);
  padding: 20px 0;
}
.img-credit {
  color: #fff;
  display: inline-block;
  font-size: 11px;
}
.img-credit a {
  color: #15b1f3;
}
.img-credit a:hover {
  color: #15b1f3;
  text-decoration: underline;
}
.img-credit::after {
  content: " | ";
}
div.img-credit:last-child::after {
  content: "";
}
div.search-box {
  margin-bottom: 40px;
}
.search-box input {
  background-color: #ecf0f1;
  border-color: #ddd;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
  color: #263947;
  font-size: 24px;
  height: 48px;
}
.search-box input::placeholder {
  color: rgba(38,57,71,.5);
  font-size: 24px;
}
.search-results li {
  margin-bottom: 20px;
}
.search-results .hs-search-results__title {
  font-size: 20px;
}
.search-results a.hs-search-results__next-page,
.search-results a.hs-search-results__prev-page {
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 14px !important;
  padding: 6px 12px;
}
.search-results a.hs-search-results__next-page:hover,
.search-results a.hs-search-results__prev-page:hover {
  background-color: #ecf0f1;
  border-color: #263947;
  color: #263947 !important;
}

@media (min-width: 992px) and (max-width: 1240px) {
  div.top_logo {
    padding: 28px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  div.span3.top_logo {
    width: 30% !important;
  }
  .header23 a.mobile-trigger {
    right: 20px !important;
    top: 70px !important;
  }
  .header23 .mainmenu.js-enabled .hs-menu-flow-horizontal {
    top: 140px !important;
  }
  .footer23_photos ul li {
    width: 16.66% !important;
  }
  .footer23_photos ul li a {
    height: 60px !important;
  }
}

@media (max-width: 767px) {
  .header23_network {
    display: none !important;
  }
  .row-fluid .header23 .header_section .top_logo img {
    max-width: 40% !important;
  }
  .header23 a.mobile-trigger {
    right: 20px !important;
    top: 40px !important;
  }
  .header23 .mainmenu.js-enabled .hs-menu-flow-horizontal {
    top: 110px !important;
  }
  .footer23_section .footer23_left {
    padding-right: 0 !important;
  }
  .footer23_section .footer23_right {
    border-left: none !important;
    padding: 0 !important;
  }
  img.footer23_logo {
    width: 60% !important;
  }
  .footer23_socials .mobile-center {
    text-align: left;
  }
  .footer23_all-links,
  .footer23_stewards {
    border-bottom: 0 !important;
    border-top: 1px solid rgba(255,255,255,.1);
    padding: 30px 0 !important;
  }
  ul.footer-links {
    margin-top: 28px;
  }
  .footer-badges img {
    margin: 10px 0 20px 20px;
    width: 60px;
  }
  .footer23_photos ul li {
    padding: 8px !important;
    width: 25% !important;
  }
  .footer23_photos ul li a {
    height: 60px !important;
  }
}

/* HERO 2023 */

.row-fluid .hero23_section {
  background-size: cover !important;
  padding: 180px 0;
  text-align: center;
}
.row-fluid .hero23_section h1 {
  color: #ffffff;
  float: left;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.4rem;
  margin: 0;
  width: 100%;
}
.row-fluid .hero23_section h2 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin-top: 32px;
}
.hero23_section .dark-text h1,
.hero23_section .dark-text h2 {
  color: #263947 !important;
}
.title23_section {
  background-size: cover !important;
  padding: 60px 0;
}
.title23_section h1 {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.4rem;
  margin: 0;
}
.title23_section h2 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin-top: 32px;
}
.medium-col {
  width: calc(1170px - 20%) !important;
}
.narrow-col {
  width: calc(1170px - 40%) !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
/* .full-col div,
.medium-col div,
.narrow-col div {
  text-align: left !important;
} */
.full-col h2,
.medium-col h2 {
  margin-top: 40px !important;
}
.full-col p,
.full-col li {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5em;
}
.medium-col p,
.medium-col li,
.narrow-col p,
.narrow-col li {
  font-size: 20px;
  line-height: 1.5em;
}
.full-col li {
  margin-bottom: 12px;
}
.medium-col li,
.narrow-col li {
  margin-bottom: 10px;
}
.full-col .text-left .btn-large,
.medium-col .text-left .btn-large,
.narrow-col .text-left .btn-large,
.full-col .text-left .btn-medium,
.medium-col .text-left .btn-medium,
.narrow-col .text-left .btn-medium {
  margin-left: 0 !important;
  margin-right: 30px !important;
}
.full-col .text-right .btn-large,
.medium-col .text-right .btn-large,
.narrow-col .text-right .btn-large,
.full-col .text-right .btn-medium,
.medium-col .text-right .btn-medium,
.narrow-col .text-right .btn-medium {
  margin-left: 30px !important;
  margin-right: 0 !important;
}

@media (max-width: 959px) {
  .medium-col,
  .narrow-col {
    width: 100% !important;
  }
  .full-col p,
  .full-col li {
  font-size: 20px;
  }
}

/* MULTI & SINGLE COLUMNS 2023 */

p + h2 {
  padding-top: 20px;
}
.white-text {
  color: #ffffff !important;
}
.wrapper-padding {
  padding: 20px 0 60px;
}
.wrapper-padding.tall {
  padding: 40px 0 80px;
}
.wrapper-padding.taller {
  padding: 80px 0 120px;
}
.wrapper-padding.tallest {
  padding: 120px 0 160px;
}
.wrapper-padding.remove-top {
  padding-top: 0 !important;
}
.wrapper-padding.remove-bottom {
  padding-bottom: 0 !important;
}
.big-stats {
  font-family: Georgia, serif;
  font-size: 60px !important;
  font-style: italic;
  font-weight: 700;
  line-height: 60px;
}
h2.blue-head,
h3.blue-head,
.blue-head h2,
.blue-head h3 {
  color: #1532eb !important;
  font-weight: 400 !important;
}
h4.blue-head,
.blue-head h4 {
  color: #1532eb !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  margin: 20px 0 0 !important;
}
h2.blue-head a,
h3.blue-head a,
h4.blue-head a,
.blue-head h2 a,
.blue-head h3 a,
.blue-head h4 a {
  color: #1532eb !important;
}
h2.blue-head a:hover,
h3.blue-head a:hover,
h4.blue-head a:hover,
.blue-head h2 a:hover,
.blue-head h3 a:hover,
.blue-head h4 a:hover {
  color: #337ab7 !important;
}
.blue-head h1 {
  margin-bottom: 12px !important;
}
.blue-drop img {
  box-shadow: 40px 40px #D6EAF9;
  height: auto;
  width: calc(100% - 40px);
}
.drop-cap p:first-child::first-letter {
  float: left;
  font-family: Georgia, serif;
  font-size: 4em;
  margin: 0 12px 0 -12px;
  line-height: .6;
}
.hide-item,
.hide-module {
  display: none;
}

@media (max-width: 768px) {
  .wrapper-padding {
    padding: 20px;
  }
}

/* FAQ 2023 */

.rowfluid .tabfaq_area .faq23.tabfaq_itembox { margin-bottom:10px; }
.rowfluid .tabfaq_area .faq23.tabfaq_itembox:last-child { margin-bottom:0; }
.rowfluid .tabfaq_area .faq23.tabfaq_itembox .tabfaq_itemtitle { width:100%; float:left; cursor:pointer; padding:10px 10px 10px 40px; background:#ecf0f1 !important; color:#263947 !important; position:relative; margin-bottom:0; }
.rowfluid .tabfaq_area .faq23.tabfaq_itembox .tabfaq_itemtitle:before { position:absolute; content:"\f107"; font-family:'fontAwesome'; left: 18px; top: 50%; transform: translateY(-50%); font-size: 26px; line-height:18px; margin-top:0;  transition:all .4s ease; }
.rowfluid .tabfaq_area .faq23.tabfaq_itembox .tabfaq_itemtitle.active:before { transform: translateY(-50%) rotate(180deg); margin-top: 0; transition:all .6s ease; }
.rowfluid .tabfaq_area .faq23.tabfaq_itembox .tabfaq_itemcontent { display:none; padding:20px; border: 1px solid #dddddd !important; border-top: transparent; }

/* STAFF 2023 */

.staff-photo img {
  background-color: #ecf0f1;
  border: 1px solid #ecf0f1;
  border-radius: 50%;
  height: auto;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  width: 240px;
}
.staff-photo-lg {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  height: auto;
  width: 100%;
}
.board-photo-lg {
  background-color: #ecf0f1;
  border: 1px solid #ecf0f1;
  border-radius: 50%;
  height: auto;
  width: 100%;
}
.staff-photo a img:hover {
  background-color: #15a5eb;
}
.staff-member h3 {
  margin: 20px 0 0 !important;
}
.staff-dept {
  color: rgba(38,57,71,.5);
  font-size: 13px;
  text-transform: uppercase;
}
.staff-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.staff-links li {
  border: 1px solid #ddd;
  border-radius: 50%;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  margin: 0 4px;
  transition: all .2s ease-in-out;
  vertical-align: middle;
  width: 32px;
}
.staff-links li a.icon-text-osf {
  font-size: 12px;
  font-weight: 400;
  padding: 8px 0 4px !important;
}
.staff-links i {
  font-size: 16px;
}
.staff-links li a {
  color: #263947 !important;
  padding: 7px;
  transition: all .2s ease-in-out;
}
.staff-links li a:hover {
  color: #337ab7 !important;
}
.staff-links li:hover {
  border-color: #337ab7;
}

/* TAB CONTENT MODULE */

.row-fluid .services_area .tab_title {
  display: none;
} 

/* ---------------------- */
/* END V2 STYLE OVERRIDES */
/* ---------------------- */

@media (min-width: 1241px) and (max-width: 1900px){ 
   
    .row-fluid .ourteam_area .ourteam_box .ourteam_img { width: 210px; height: 210px; }    
    
    .row-fluid .logo_area .logo_box img { max-width:145px; }
    
    .row-fluid .journals_box ul li:first-child { width:35%;  }
    .row-fluid .journals_box ul li:nth-child(2) { width:20%; }
    .row-fluid .journals_box ul li:nth-child(3) { width:25%; }
    .row-fluid .journals_box ul li:last-child { width:20%; }
     
    
}

@media (min-width: 992px) and (max-width: 1240px){

    .row-fluid .wrapper {  width:960px; }	
    
    .row-fluid .footer_section { padding:40px 0; }
    .row-fluid .header_section .top_logo img { max-width: 130px !important; }
    
    .row-fluid .hero_section { padding:150px 0; }
    .row-fluid .hero_section h1 { font-size: 36px; line-height: 50px; }
    
    .row-fluid .services_area .services_box { padding:0 10px; }
    .row-fluid .fiftybox_area .fiftybox_main h3 { font-size: 20px; }
      
    .row-fluid .ourteam_area .ourteam_box .ourteam_img { width: 160px;  height: 160px; }
    .row-fluid .ourteam_area .ourteam_box .ourteam_subtitle { font-size:14px; }
    
    .row-fluid .supporters_cover .supporters_boximg img { max-width: 230px; }
    .row-fluid .supporttab_cover .supporttab_box { font-size: 16px; line-height: 24px; }
    .row-fluid .ourprogress_area .ourprogress_titls h2 { font-size: 30px; line-height: 40px; margin-bottom: 10px; }  
    .row-fluid .ourprogress_area .ourprogress_titls { font-size: 18px;  line-height: 28px; }
    .row-fluid .ourprogress_area .ourprogress_cover h2 {font-size: 30px; line-height: 40px; }

    .row-fluid .impactgift .impactgift_top h2 { font-size: 30px; line-height: 40px; margin-bottom: 10px; }
    .row-fluid .impactgift .impactgift_box { font-size:18px; }

    .row-fluid .jobsfaq_area { padding:30px 0; }
    .row-fluid .logo_area .logo_box { width:33.33%; margin-bottom:20px; }
    
    /*--*/
    .row-fluid .contentimg_area h3 { font-size: 26px; line-height: 38px; }
    .row-fluid .sidebycontent_area.center_design .sidebycontent_box h4 { font-size:20px; }
    .row-fluid .sidebycontent_area.center_design { font-size:16px; } 
    .row-fluid .videobg_area .videobg_cover h3 { font-size: 28px; line-height: 38px; }
    .row-fluid .clientbox_cover .clientbox .clientbox_text { font-size: 20px; line-height: 30px; }

    .row-fluid .services_area.large_fonts .services_box h4 { font-size: 20px; line-height: 28px; }
    .row-fluid .services_area.large_fonts .services_box { font-size:16px; }
    
    .row-fluid .tabtitle_module ul li a { padding:10px 8px; }  

    .row-fluid .journals_box ul li:first-child { width:35%;  }
    .row-fluid .journals_box ul li:nth-child(2) { width:20%; }
    .row-fluid .journals_box ul li:nth-child(3) { width:25%; }
    .row-fluid .journals_box ul li:last-child { width:20%; }
    

}

@media (min-width: 768px) and (max-width: 991px){

    .row-fluid .wrapper {  width:750px; }
    .full-height {height: auto;}
  
    .row-fluid .header_section .top_logo img { max-width: 100px !important; }  
    .row-fluid .header_right { padding-top:0; }
    .row-fluid .mainmenu ul li.hs-menu-item a {  }
    
    .border_btm { padding-top: 60px; }  
    .row-fluid .services_area .border_btm { padding-top: 30px; }  
    
    .row-fluid .footer_section { padding:30px 0 35px; }
    .row-fluid .footer_copyright { margin-top: 40px; }
    .row-fluid .footer_section .footerlogo { width:100%; }
    .row-fluid .footer_section .footerlogo img { float:left !important; margin-left:0 !important; }
    .row-fluid .footer_section .footer_box h2 { font-size: 18px; line-height: 26px; }
    
    .row-fluid .hero_section { padding:100px 0; }
    .row-fluid .hero_section h1 { font-size: 36px; line-height: 46px; }
    .row-fluid .fiftybox_area .fiftybox_main h3 { font-size: 18px; line-height: 26px; }
    .row-fluid .fiftybox_area { padding:50px 0 30px; }
    
    .row-fluid .fifty_imgtext .fifty_imgtext_left { width:50%; position:relative; float:left; padding-right:30px; }
    .row-fluid .fifty_imgtext.imgright .fifty_imgtext_left { left:0%;  padding-right:30px;  padding-left:0; }
    .row-fluid .fifty_imgtext.imgright .fifty_imgtext_right { right:50%; }
    .row-fluid .fifty_imgtext.imgleft .fifty_imgtext_right { right:0%;  padding-right:0;  padding-left:0; }
    .row-fluid .fifty_imgtext.imgleft .fifty_imgtext_left { left:50%; }
    .textright {padding-right: 0 !important; padding-left: 30px !important;}
  
    .row-fluid .services_area .services_top h2 { font-size: 30px; line-height: 38px; }
    .row-fluid .services_area .services_box { padding:0 10px; }
    .row-fluid .services_area .services_cover.col_2 .services_box { width:50%;}
    .row-fluid .services_area .services_cover.col_3 .services_box { width:33.33%;}
    .row-fluid .services_area .services_cover.col_4 .services_box { width:33.33%;}
    
    .row-fluid .sidebycontent_area .sidebycontent_top h2 { font-size: 28px; line-height: 38px; }
    .row-fluid .sidebycontent_area .sidebycontent_cover { margin:0; width:100%; float:left; }
    .row-fluid .sidebycontent_area .sidebycontent_box { padding:0 15px; }
    
    .row-fluid .footerform_area .footerform_left { padding-right: 20px; }
    .row-fluid .footerform_area .footerform_right { padding-left: 20px; }
    
    .row-fluid .ourboard_area .ourboard_box .ourboard_img img { width:100%; }
    
    .row-fluid .ourteam_area .ourteam_box { width:33.33%; }
    .row-fluid .ourteam_area .ourteam_box .ourteam_img { width: 200px; height: 200px; }
    .row-fluid .ourteam_area .ourteam_box .ourteam_subtitle { font-size:14px; }
    
    /*--*/
    .row-fluid .waysgive_text .waysgive_content { font-size:18px; }
    .row-fluid .supporttab_area .supporttab_titles { font-size:18px; }
    .row-fluid .supporttab_cover .supporttab_box h3 { font-size:20px; }
    .row-fluid .supporttab_cover .supporttab_box { margin-bottom:20px; font-size:16px; line-height:24px; }
    .row-fluid .supporttab_cover.col_4 .supporttab_box { width:33.33%;  }
    .row-fluid .supporttab_area .supporttab_titles h2 { font-size: 30px; line-height: 40px; margin-bottom: 10px; }
    
    .row-fluid .ourprogress_area .ourprogress_titls h2 { font-size: 30px; line-height: 40px; margin-bottom: 10px; }
    .row-fluid .ourprogress_area .ourprogress_cover h2 { font-size: 30px; line-height: 40px; }
    .row-fluid .ourprogress_cover .ourprogress_box h3 { font-size: 18px; line-height: 26px; }
    .row-fluid .ourprogress_area .businessmodel_text { padding:50px 30px; font-size: 18px; line-height: 26px; }
    .row-fluid .ourprogress_area .businessmodel_text h2 { font-size: 30px; font-weight: 700; margin: 0 0 20px; }
    .row-fluid .supporters_cover .supporters_boximg img { max-width: 180px; }
    
    .row-fluid .impactgift .impactgift_top h2 { font-size: 30px; line-height: 40px; margin-bottom: 10px; }
    .row-fluid .impactgift .impactgift_box { font-size:18px; }
    
    .row-fluid .jobsfaq_area { padding:30px 0; }
    .row-fluid .logo_area .logo_box { width:33.33%; margin-bottom:20px; }
    
    .row-fluid .ctatext_area h4 { width:75%; }
    .row-fluid .ctatext_area .ctatext_btn { width:25%; }
    
    /*--*/
    .row-fluid .contentimg_area h3 { font-size: 26px; line-height: 38px; }
    .row-fluid .sidebycontent_area.center_design .sidebycontent_box h4 { font-size:20px; }
    .row-fluid .sidebycontent_area.center_design { font-size:16px; } 
    .row-fluid .videobg_area .videobg_cover h3 { font-size: 28px; line-height: 38px; }
    .row-fluid .clientbox_cover .clientbox .clientbox_text { font-size: 20px; line-height: 30px; }
    
    .row-fluid .services_area.large_fonts .services_box h4 { font-size: 20px; line-height: 28px; }
    .row-fluid .services_area.large_fonts .services_box { font-size:16px; }
    
    /*---*/
    .row-fluid .post_item { width:50%; }
    .row-fluid .grid-sizer.fl33 { width:50%; }
    .row-fluid .news_area .news_content { font-size: 18px; }
    .row-fluid .post_item .post_title a { font-size: 18px; line-height: 28px; }
    .row-fluid .blogpost_inner .postinner_header h1 { font-size: 26px; line-height: 38px; }
    
    .row-fluid .logobox_clm .logoboxclm_box img { max-width:150px; }
    .row-fluid .presscoverage_cover .presscoverage_box { width:33.33%; }
    .row-fluid .threeclm_text .threeclm_textbox { word-break: break-word; }
    .row-fluid .threeclm_text .threeclm_textbox h3 { font-size: 18px; line-height: 24px; }
    
    /*----*/
    .row-fluid .tabtitle_module ul li a { padding:10px; } 
    .row-fluid .participating_titles ul { display:flex; }
    .row-fluid .journals_box ul li:first-child { width:35%;  }
    .row-fluid .journals_box ul li:nth-child(2) { width:20%; }
    .row-fluid .journals_box ul li:nth-child(3) { width:25%; }
    .row-fluid .journals_box ul li:last-child { width:20%; }
    
    .row-fluid .photogallery_box ul li { width:33.33%; }
     
    
  
}

@media (min-width: 30px) and (max-width: 767px){

    .row-fluid .wrapper { width:100%; padding:0 20px; float:left !important; }	
    .full-height {height: auto; display: block;}
  
    .row-fluid .pdtb_40 { padding:30px 0; width:100%; float:left; }
    .row-fluid .pdtb_50 { padding:30px 0; width:100%; float:left; }
    .row-fluid .pdtb_60 { padding:30px 0; width:100%; float:left; }
    
    .row-fluid .fl50 { width:100%; }
    .row-fluid .fl70 { width:100%; }
    .row-fluid .fl30 { width:100%; }
    
    .border_btm { padding-top: 40px; }
    .row-fluid .services_area .border_btm { padding-top: 20px; }
    .row-fluid .sidebycontent_area .border_btm { padding-top: 20px; }
    
    .row-fluid .footer_section { padding:40px 0; }
    .row-fluid .footer_section .footer_box { margin-bottom:20px; }
    .row-fluid .footer_section .footer_box h2 { font-size: 20px; line-height: 22px; }
    .row-fluid .footer_copyright {margin-top: 20px; }
    .row-fluid .footer_section .footerlogo { width:100%; padding:10px 0; }
    .row-fluid .footer_section .footerlogo img { float:left !important; margin-left:0 !important; }
    
    /*--*/
    .row-fluid .hero_section { padding:50px 0; } 
    .row-fluid .hero_section h1 { font-size: 28px; line-height: 42px; }
    
    .row-fluid .fiftybox_area { padding:40px 0; text-align:center; }
    .row-fluid .fiftybox_area .fiftybox_left { padding:0 0 30px; }
    .row-fluid .fiftybox_area .fiftybox_main { display:block; }
    .row-fluid .fiftybox_area .fiftybox_main h3 { font-size: 18px; line-height: 26px; }
    .row-fluid .fiftybox_area .fiftybox_right { text-align:center; }
    .row-fluid .fiftybox_area .fiftybox_right img { max-width:400px; width:100%; }
    .row-fluid .fiftybox_area.imgleft .fiftybox_left { padding-left:0; padding-right:0; }
    
    /*---*/
    .row-fluid .services_area { padding:20px 0; }
    .row-fluid .services_area .services_top h2 { font-size: 22px; line-height: 30px; margin-bottom: 10px; }
    .row-fluid .services_area .services_box { padding:0 10px; }  
    .row-fluid .services_area .services_cover.col_2 .services_box { width:100%;}
    .row-fluid .services_area .services_cover.col_3 .services_box { width:100%;}
    .row-fluid .services_area .services_cover.col_4 .services_box { width:100%;}
    
    .row-fluid .sidebycontent_area { padding:20px 0; }
    .row-fluid .sidebycontent_area .sidebycontent_top h2 { font-size: 22px; line-height: 32px; }
    .row-fluid .sidebycontent_area .sidebycontent_box { width:100%; text-align:center; }
    
    .row-fluid .footerform_area { padding:20px 0; text-align:center; }
    .row-fluid .footerform_area .footerform_left { padding-right:0; }
    .row-fluid .footerform_area .footerform_right { padding:30px 0 0; }
    .row-fluid .footerform_area .footerform_text { text-align:center; }
    
    .row-fluid .footerform_area .footerform_form { max-width:400px; float:none; display:inline-block; } 
    .row-fluid .footerform_area .footerform_form form { text-align:left; }
    .row-fluid .footerform_area .footerform_right h2 { font-size:18px; }
    .row-fluid .footerform_area .footerform_img img { max-width:140px; }
    
    .row-fluid .ourboard_area .ourboard_box .ourboard_img { width:100%; margin-bottom:20px; }
    .row-fluid .ourboard_area .ourboard_box .ourboard_content { width:100%; padding-left:0; }  
    .row-fluid .ourboard_area .ourboard_box .ourboard_desiganation h3 { font-size: 20px; }  
    
    /*---*/
    .row-fluid .ourteam_area { text-align:center; }
    .row-fluid .ourteam_area .ourteam_cover { text-align:center; }    
    .row-fluid .ourteam_area .ourteam_box { width:100%; float:none; display:inline-block; max-width:400px; }
    .row-fluid .ourteam_area .ourteam_follow ul li {  float:none; display:inline-block; }
    .row-fluid .ourteam_area .ourteam_box .ourteam_img { float:none; display:inline-block; }
    
    .row-fluid .normalcontent_area.nobullet .normalcontent_text ul li { width:33.33%; font-size: 16px; margin-bottom: 10px; }
    .row-fluid .normalcontent_area .normalcontent_text h2 { margin-bottom: 20px; }
    
    .row-fluid .ourteam_area .border_btm { padding-top: 30px; }
    .row-fluid .normalcontent_area { padding:30px 0; }
    
    /*---*/
    .row-fluid .sponsors_area .yeartitles { display:none; }
    .row-fluid .yearsbox .yearsbox_logo { width:100%; }  
    .row-fluid .yearsbox .yearsbox_info { width:100%; padding-left:0; }
    .row-fluid .yearsbox .yearsbox_innerbox { margin-bottom:20px; padding-top: 10px; }
    .row-fluid .yearsbox .years_title { display:block; padding: 10px 20px; background: #eee; position:relative; }
    .row-fluid .yearsbox .years_title:before { position:absolute; content:"\f0dd"; font-family:'fontAwesome'; right: 9px; top: 50%; transform: translateY(-50%); font-size: 18px; margin-top: -3px;  transition:all .6s ease; }
    .row-fluid .yearsbox .years_title.active:before { transform: translateY(-50%) rotate(180deg); margin-top: 3px; transition:all .6s ease; }
    
    .row-fluid .yearsbox .years_data { display:none; }
    .row-fluid .yearsbox { display:block; margin-bottom:10px; }  
    .row-fluid .yearsbox:last-child { margin-bottom:0; }
    
    .row-fluid .yearsbox .yearsbox_inkind { margin:30px 0; }
       
    /*--*/
    .row-fluid .supporttab_area .supporttab_titles h2 { font-size: 28px; line-height: 36px; margin-bottom: 10px; }
    .row-fluid .supporttab_area .supporttab_titles { font-size: 18px; }
    .row-fluid .supporttab_cover .supporttab_box { font-size: 18px; }
    
    .row-fluid .supporttab_cover.col_4 .supporttab_box { width:100%; float:left; }
    .row-fluid .supporttab_cover.col_3 .supporttab_box { width:100%; float:left; }
    .row-fluid .supporttab_cover.col_2 .supporttab_box { width:100%; float:left; }
    
    .row-fluid .supporttab_area .supporttab_cover { padding: 20px 0 20px; margin-bottom: 20px; }
    .row-fluid .supporttab_cover .supporttab_box { margin-bottom:30px; display:block; }
    .row-fluid .supporttab_cover .supporttab_box:last-child { margin-bottom:0; }
    .row-fluid .waysgive_text .waysgive_content { text-align:center; font-size: 16px; line-height: 28px; }
    .row-fluid .waysgive_text h2 { margin-bottom:5px; }
    
    /*---*/
    .row-fluid .ourprogress_area .ourprogress_titls h2 { font-size: 22px; line-height: 32px; margin-bottom: 10px; }
    .row-fluid .ourprogress_area .ourprogress_titls { font-size:18px; }
    
    .row-fluid .ourprogress_cover .ourprogress_box { margin-bottom:30px; }
    .row-fluid .ourprogress_cover .ourprogress_box:last-child { margin-bottom:0; }
    .row-fluid .ourprogress_cover.col_4 .ourprogress_box { width:100%; float:left; }
    .row-fluid .ourprogress_cover.col_3 .ourprogress_box { width:100%; float:left; }
    .row-fluid .ourprogress_cover.col_2 .ourprogress_box { width:100%; float:left; }
    
    .row-fluid .supporters_text h2  { font-size: 22px; line-height: 32px; margin-bottom: 20px; }
    .row-fluid .ourprogress_area .ourprogress_cover h2  { font-size: 22px; line-height: 32px; margin-bottom: 20px; }
    .row-fluid .ourprogress_area .businessmodel_text { padding:30px; font-size: 16px; line-height: 28px; margin-bottom: 30px; }
    .row-fluid .ourprogress_area .businessmodel_text h2 { font-size: 26px; margin: 0 0 20px; }
    
    .row-fluid .supporters_cover .supporters_box { width:100%; margin-bottom:30px; }   
    .row-fluid .supporters_cover .supporters_box:last-child { margin-bottom:0; }
    .row-fluid .supporters_cover .supporters_boximg img { max-width: 220px;  }   
    
    .row-fluid .impactgift .impactgift_top h2 { font-size: 24px; line-height: 32px; margin-bottom: 20px;}
    .row-fluid .impactgift_main.col_3 .impactgift_box { width:100%; float:left; }
    .row-fluid .impactgift_main.col_4 .impactgift_box { width:100%; float:left; }
    .row-fluid .impactgift_main.col_2 .impactgift_box { width:100%; float:left; }
    .row-fluid .impactgift .impactgift_box { font-size:18px; }
    
    .row-fluid .tab_wrap .support_tab { display:block; padding:20px 0 0; }
    .row-fluid .tab_wrap .support_tab3 { padding-bottom:20px; }
    
    .row-fluid .supporttab_main { display:none; padding-top:30px; } 
    .row-fluid .ourprogress_main { display:none; padding-top:30px; } 
    .row-fluid .impactgift_cover { display:none; padding-top:30px; } 
    
    .row-fluid .tabtitle_wrap { display:none; }
    .row-fluid .support_tab .tab_title { width:100%; float:left; color: #636363; text-align: left; padding: 14px 19px; font-size: 16px; line-height: 24px; background:#f2f2f2; position:relative; }
    .row-fluid .support_tab .tab_title:before { position:absolute; content:"\f0dd"; font-family:'fontAwesome'; right: 9px; top: 50%; transform: translateY(-50%); font-size: 18px; margin-top: -3px;  transition:all .6s ease; }
    .row-fluid .support_tab .tab_title.open:before { transform: translateY(-50%) rotate(180deg); margin-top: 3px; transition:all .6s ease; }
     
    /*--*/
    .row-fluid .logo_area .logo_box { width:100%; margin-bottom:20px; }
    .row-fluid .logo_area .logo_box:last-child { margin-bottom:0; }
    
    .row-fluid .fullimage_area .fullimage_img { height: 300px; }
    .row-fluid .jobsfaq_cover .jobsfaq_box h4 { font-size: 16px; line-height: 24px; }
    .row-fluid .jobsfaq_area h2 { margin-bottom: 30px; font-size: 22px; }
    .row-fluid .jobsfaq_cover .jobsfaq_box h4:before { font-size:22px; }
    .row-fluid .jobsfaq_area { padding:30px 0; }
    
    .row-fluid .jobsfaq_box .jobsfaq_inner_cover { padding:20px; }
    .row-fluid .jobsfaq_box .jobsfaq_inner_box h5 { width:100%; text-align:left; }
    .row-fluid .jobsfaq_box .jobsfaq_inner_box .jobsfaq_inner_text { width:100%; padding:20px 0 0; }
    
    .row-fluid .normalcontent_area h1 { font-size: 24px; line-height:30px; }
    
    /*---*/
    .row-fluid .ctatext_area { text-align:center; }
    .row-fluid .ctatext_area h4 { width:100%; padding:0; } 
    .row-fluid .ctatext_area .ctatext_btn { width:100%; padding:0; }
    .row-fluid .ctatext_area .ctatext_btn a { float:none; display:inline-block; margin-top:20px; }  
    
    .row-fluid .partnerslogo_area { text-align:center; }
    .row-fluid .partnerslogo_area .partnerslogo_box { display:block; margin-bottom:30px; }
    .row-fluid .partnerslogo_area .partnerslogo_img { width:100%; }   
    .row-fluid .partnerslogo_area .partnerslogo_img img { max-width:150px; }  
    .row-fluid .partnerslogo_area .partnerslogo_text { padding:0; width:100%; }
    
    /*---*/
    .row-fluid .sidebycontent_area.center_design .sidebycontent_box h4 { font-size: 20px; line-height: 24px; }  
    .row-fluid .sidebycontent_area.center_design { font-size:18px; }
    
    .row-fluid .contentimg_area h3 { font-size: 24px; line-height: 34px; }
    .row-fluid .contentimg_area .box_content { font-size: 16px; line-height: 24px; }
    .row-fluid .contentimg_area .content_btns.back_btn a { min-width:180px; font-size: 18px; padding: 12px 20px; }
    
    .row-fluid .videobg_area .videobg_cover { padding:20px 20px; }
    .row-fluid .videobg_area .videobg_cover h3 { font-size: 24px; line-height: 34px; }
    .row-fluid .videobg_area .videobg_cover .hs-responsive-embed-wrapper { min-width:206px !important; }
    
    .row-fluid .clientinfo_module .clientinfo_top h2 { margin-bottom: 30px; font-size: 24px; }  
    .row-fluid .clientbox_cover .clientbox .clientbox_text { font-size: 18px; line-height: 26px; }
    .row-fluid .clientbox_cover .clientbox { margin-bottom: 30px; }
    
    .row-fluid .services_area.large_fonts .services_box h4 { font-size: 20px; line-height: 26px; }
    .row-fluid .services_area.large_fonts .services_box { font-size:16px; }
    
    /*--*/
    .row-fluid .post_item { width:100%; padding:0 0 20px; }
    .row-fluid .post_item .post_title a { font-size: 18px; line-height: 26px; }
    .row-fluid .news_area h1 { font-size: 26px; line-height: 36px; }
    .row-fluid .news_area .news_content {  font-size: 16px; line-height: 26px; }
    
    .row-fluid .post_item .post_img { text-align:center;  }
    .row-fluid .post_item .post_img img { max-width: 300px; float: none; display: inline-block; }
    
    .row-fluid .blogpost_inner .postinner_header h1 { font-size: 26px; line-height: 38px; }
    .row-fluid .recent_post { padding:30px 0 50px; width:100%; float:left; } 
    
    /*----*/
    .row-fluid .about-author-sec { padding:20px; text-align:center; }
    .row-fluid .author-text { width:100%; padding:20px 0 0; }
    .row-fluid .author-img { float:none; display:inline-block; }
    
    /*---*/
    .row-fluid .fifty_imgtext {  }  
    .row-fluid .fifty_imgtext.imgright .fifty_imgtext_left { left:0%;  padding-right:0;  padding-left:0; }
    .row-fluid .fifty_imgtext.imgright .fifty_imgtext_right { right:0%; }
    .row-fluid .fifty_imgtext.imgleft .fifty_imgtext_right { right:0%;  padding-right:0;  padding-left:0; }
    .row-fluid .fifty_imgtext.imgleft .fifty_imgtext_left { left:0%; }
    .row-fluid .fifty_imgtext .fifty_imgtext_left { width:100%; padding:0 0 30px; }
    .row-fluid .fifty_imgtext .fifty_imgtext_right { width:100%; }
    .textright {padding-right: 0; padding-left: 0 !important;}
    
    /*--*/
    .row-fluid .post_listing .post_body { width:100%; }
    .row-fluid .post_listing .post_header { width:100%; padding:20px 0 0 0; }
    .row-fluid .post_listing .post_item .post_date { text-align:left; }
    .row-fluid .post_listing .post_item { margin-top: 10px; }
    .row-fluid .blogpost_inner { padding:30px 0; }
    
    /*---*/
    .row-fluid .contact_area .contactus_form form .hs_interested_in ul li { width:50%; }
    
    .row-fluid .research_area .research_img { width:100%; }
    .row-fluid .research_area .research_info { width:100%; padding:20px 0 0; text-align:center; }
      
    .row-fluid .donate_lefttext { padding-right:0; padding-bottom:30px; }
        
    .row-fluid .normalcontent_area ol { font-size: 16px;  line-height: 24px; }
    .row-fluid .normalcontent_area .table_main { overflow-x:scroll; }
    .row-fluid .normalcontent_area .table_main table { width:700px; }
    .row-fluid .centertext_module .back_btn a { min-width: 220px; font-size: 15px; padding:12px 20px; }  
    .row-fluid .centertext_module .normalcontent_text h3 { font-size: 22px; line-height: 34px; }
    
    .row-fluid .normalcontent_area ol { float:left; padding:0; }
      
    .row-fluid .sciencebadges_area .sciencebadges_left { width:100%; margin-bottom:30px; text-align:center; }
    .row-fluid .sciencebadges_area .sciencebadges_left img { max-width:500px; width:100%; }
    .row-fluid .sciencebadges_area .sciencebadges_right { width:100%; padding-left:0; }

    .row-fluid .ourteam_area .ourteam_cover.three_clm .ourteam_box { width:100%; } 
    .row-fluid .ctatitle_area .ctatitle_inner h4 { font-size: 22px; line-height: 34px; }
    .row-fluid .ctatitle_area .ctatitle_inner { padding:20px 20px; }
    .row-fluid .ctatitle_area .ctatitle_inner a { font-size: 16px; line-height: 24px; padding:14px 15px; }
    
    .row-fluid .ourteam_area.textcenter .ourteam_main .secteam_title { font-size: 24px; line-height: 36px; margin-bottom: 30px; }
      
    .row-fluid .table_product {overflow-x: scroll; }
    .row-fluid .table_product table { width:700px; }
    .row-fluid .normalcontent_area .normalcontent_text h3 { font-size: 20px; line-height: 30px; }
      
    .row-fluid .form_area form { padding:15px; display:inline-block; }
    .row-fluid .form_area form .hs_email { width:100%; padding:0; }
    .row-fluid .form_area form .hs-button { margin-top: 18px; } 
    
    .row-fluid .normalcontent_text ul li { word-break: break-all;  }
     
    .row-fluid .logobox_clm .logoboxclm_box { width:100%; max-width:400px; }
    .row-fluid .presscoverage_cover { text-align:center; }
    .row-fluid .presscoverage_cover .presscoverage_box { width:100%; max-width:400px; float:none; display:inline-block; margin-right:-4px;  }
    
    .row-fluid .logobox_clm .logoboxclm_box img { margin-bottom:20px; }
    .row-fluid .logobox_clm .logoboxclm_box:last-child img { margin-bottom:0; }
    
    .row-fluid .threeclm_text .threeclm_textbox { width:100%; margin-bottom:30px; }
    .row-fluid .threeclm_text .threeclm_textbox:last-child { margin-bottom:0; }
    .row-fluid .presscoverage_area h2 { text-align:center; }
     
    /*--*/
    .row-fluid .tabfaq_area .mobiletab_title { display:block; } 
    .row-fluid .tabmain_area .rrtab_content { display:block;  }
    .row-fluid .alliinviaes_module .alliinviaes_title { display:block; }
    .row-fluid .workflow_area .workflow_title { display:block; }
    .row-fluid .resourcesedit_area .resourcesedit_title  { display:block; }
    .row-fluid .forfunders_area .forfunders_title  { display:block; }
    
    .row-fluid .tabtitle_module ul { display:none; }
    .row-fluid .tabtitle_module { padding:20px 0; }
    
    .row-fluid .tabmain_area .mobiletab_title { width:100%; float:left; margin-bottom:10px; font-weight:400; color: #636363; text-align: left; padding: 14px 20px; font-size: 16px; line-height: 24px; background:#f2f2f2; position:relative; }
    .row-fluid .tabmain_area .mobiletab_title:before { position:absolute; content:"\f0dd"; font-family:'fontAwesome'; right: 9px; top: 50%; transform: translateY(-50%); font-size: 18px; margin-top: -3px;  transition:all .6s ease; }
    .row-fluid .tabmain_area .mobiletab_title.open:before { transform: translateY(-50%) rotate(180deg); margin-top: 3px; transition:all .6s ease; }
    
    .row-fluid .tabmain_area .rrtab_content div.hs_cos_wrapper > div  { padding:0 !important; font-size:16px; line-height:24px; }
    .row-fluid .tabmain_area .rrtab_content .widget-type-custom_widget { line-height:0; min-height:0; }
    .row-fluid .tabmain_area .mobiletab_content { padding:10px 10px 30px; display:none; }
    
    .row-fluid .tabmain_area .participating_box .participating_boxtext {  display:none; }
    .row-fluid .tabmain_area .participating_box .participating_innertext { overflow:auto; }
    .row-fluid .tabmain_area .participating_boxtext table { width:800px; }
    
    .row-fluid .participating_box { display:block; }
    .row-fluid .participating_title { display:none; }  
    .row-fluid .tabmain_area .participating_box .participating_tabtitle { width:100%; float:left; display:block; margin-bottom:10px; font-weight:400; color: #636363; text-align: left; padding: 10px 20px; font-size: 16px; line-height: 24px; background:#f2f2f2; position:relative; }
    .row-fluid .tabmain_area .participating_box .participating_tabtitle:before { position:absolute; content:"\f0dd"; font-family:'fontAwesome'; right: 9px; top: 50%; transform: translateY(-50%); font-size: 18px; margin-top: -3px;  transition:all .6s ease; }
    .row-fluid .tabmain_area .participating_box .participating_tabtitle.open:before { transform: translateY(-50%) rotate(180deg); margin-top: 3px; transition:all .6s ease; }

    .row-fluid .registered_area .mobiletab_title { display:block; }
    .row-fluid .participating_module .mobiletab_title { display:block; }
    .row-fluid .summarytable_area .mobiletab_title { display:block; }

    .row-fluid .topguidel_area .mobiletab_title { display:block; }
    .row-fluid .implementingtop_area .mobiletab_title { display:block; }
    .row-fluid .currentsignature_area .mobiletab_title { display:block; }
    .row-fluid .committee_area .mobiletab_title { display:block; }
    
    .row-fluid .teammember_cover .teammember_box { width:100%; margin-bottom:30px; }
    
    .row-fluid .journals_main { overflow-x:auto; }
    .row-fluid .journals_main .participating_titles { width:1160px; display:block; }
    .row-fluid .journals_main .journals_box { width:1160px; } 
    .row-fluid .table_filter form { float:left; }    
    .row-fluid .currentsign_area .participating_content { display:block; }
      
    .row-fluid .journals_box ul li:first-child { width:35%;  }
    .row-fluid .journals_box ul li:nth-child(2) { width:20%; }
    .row-fluid .journals_box ul li:nth-child(3) { width:25%; }
    .row-fluid .journals_box ul li:last-child { width:20%; }

    .row-fluid .participating_content .innertab_title { width:100%; float:left; display:block; margin-bottom:10px; font-weight:400; color: #636363; text-align: left; padding: 10px 20px; font-size: 16px; line-height: 24px; background:#f2f2f2; position:relative; }
    .row-fluid .participating_content .innertab_title:before { position:absolute; content:"\f0dd"; font-family:'fontAwesome'; right: 9px; top: 50%; transform: translateY(-50%); font-size: 18px; margin-top: -3px;  transition:all .6s ease; }
    .row-fluid .participating_content .innertab_title.open:before { transform: translateY(-50%) rotate(180deg); margin-top: 3px; transition:all .6s ease; }
    
    .row-fluid .participating_content .innertab_main { display:none; padding-bottom:20px; }
    
    .row-fluid .photogallery_box ul li { width:20%;  }
    .row-fluid .photogallery_box ul li a {  height:100px; }
    
    

}

@media (max-width: 500px) { 
    
    .row-fluid .photogallery_box ul li a { height:60px; }
    
    .row-fluid .normalcontent_area.nobullet .normalcontent_text ul li { width:50%; }
    .row-fluid .contact_area .contactus_form form .hs_interested_in ul li { width:100%; }

    
}

@media (max-width: 480px) { 
    .row-fluid .contact_area .contactus_form form .form-columns-2 div { padding:0 !important; }
    
}


@media (min-width: 992px){

    a.mobile-trigger, a.child-triggerm {
        display: none !important; /* Hide button on Desktop */
    }

    .row-fluid .mainmenu .hs-menu-wrapper { 
        display: block !important;
    }
    
    .row-fluid .mainmenu .top_search { display:none !important; }
    
}  


@media (max-width: 991px){

    .row-fluid .mainmenu,.row-fluid .header_right { line-height:0; min-height: 0; }
    .row-fluid .mainmenu .top_search { display:block !important; float:left; width:100%; padding:15px; margin:0; position: relative; top: 0; left: 0; }
    .row-fluid .mainmenu .top_search form .search_icon i { width:auto; }
    .row-fluid .top_search { display:none !important; }
    .row-fluid .header_section .top_logo img { max-width:120px !important; }
    .row-fluid .top_search { width:100%; right:0; }
    .row-fluid .search_btn { display:none; }  
    
    .ctastrip_area .wrapper { display:block; }
    .ctastrip_area { height:auto; text-align:center; }
    .ctastrip_area .ctastrip_item { text-align:center; width:100%; }
    .ctastrip_area .ctastrip_item.ctastrip_text { padding:0 0 20px; } 
    .ctastrip_area .ctastrip_item.ctastrip_btn a { float:none; display:inline-block; }
    
    
    /* Variables
    ========================================================================== */

    /* Set Mobile Menu Background Color */
    /* Set Link Color */
    /* Set Link Hover Color */


    /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
    /* Place any additional CSS you want removed from the mobile menu in this reset */
    .mainmenu, .mainmenu *{
        display: block;
        float: none;
        position: static;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        padding: 0px;
        margin: 0px;
        background-image: none;
        background-color: transparent;
        border: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow:    none;
        box-shadow:         none; 
        max-width: none;
        width: 100%;
        height: auto;
        line-height: 1;  
        font-weight: normal;
        text-decoration: none;
        text-indent: 0px;
        text-align: left;
        color: #fff;
    }


    /* Toggle Button
    ========================================================================== */

    a.mobile-trigger {
        border-radius: 4px !important;
        display: inline-block !important; /* Hide button on Desktop */
        cursor: pointer; /* Mouse pointer type on hover */
        -webkit-tap-highlight-color: transparent;
        -moz-tap-highlight-color: transparent;
        cursor:pointer;
        position: absolute; /*******************************************/
        top: 33px;          /* Position Button at top right of screen  */
        right: 15px;        /*******************************************/
        width: 50px; /* Button width */
        height: 40px; /* Button height */      
        padding: 10px 13px;
        background: #337ab7; /* Background color */
        z-index: 99999999999; /* Z-index to keep button on top of other layers */
        -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
        font-size: 16px;
        font-weight: normal;
        text-align: left;
        text-transform: uppercase;
        border-radius: 0;
        -webkit-transition:color .2s ease-in; 
        -moz-transition:color .2s ease-in; 
        transition:color .2s ease-in;
    }

    a.mobile-trigger:hover {  text-decoration: none; color: #fff;  }
    a.mobile-trigger span{  display: inline;}
    a.mobile-trigger span:before{  position: absolute; content: 'Menu'; }
    a.mobile-trigger span:after{  position: relative; right: 2px; content: 'Close'; background-color: #337ab7; opacity: 0; transition: opacity .4s ease-in-out; -moz-transition: opacity .4s ease-in-out; -webkit-transition: opacity .4s ease-in-out;   }


    .mobile-open a.mobile-trigger{-webkit-transition:background-color 0.2s linear; -moz-transition:background-color 0.2s linear; transition:background-color 0.2s linear; }
    .mobile-open a.mobile-trigger span:after{   opacity: 1; }


    /* Toggle Button Icon & Animations
    ========================================================================== */

    a.mobile-trigger i { display: inline; position: relative; top: -2px; margin-left: 0; -webkit-transition-duration: 0s; -webkit-transition-delay: .2s; -moz-transition-duration: 0s; -moz-transition-delay: .2s;      transition-duration: 0s;      transition-delay: .2s;  }
    a.mobile-trigger  i:before, a.mobile-trigger i:after { position: absolute; content: '';  }
    a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {   width: 24px; /* Icon line width */     height: 3px; /* Icon line height */      background-color: #fff; /* Icon color */      display: inline-block;  }
    a.mobile-trigger  i:before { margin-top: -8px;  -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0;  }
    a.mobile-trigger  i:after { margin-top: 8px;  -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0;  }
    .mobile-open a.mobile-trigger i { background-color: rgba(0,0,0,0.0); -webkit-transition-delay: .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);  }
    .mobile-open a.mobile-trigger i:before { margin-top: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition-delay: 0, .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);  }
    .mobile-open a.mobile-trigger i:after {  margin-top: 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition-delay: 0, .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);  }

    /* Child Toggle Button
    ========================================================================== */

    .mainmenu .hs-menu-flow-horizontal > ul > li a.child-triggerm { display: block !important; background:transparent; cursor: pointer; position: absolute; top: 0px; right: 0px; width: 55px !important;  min-width: 55px !important; height: 44px !important; padding: 0 !important; border-left: 1px solid #ddd; }
    .mainmenu .hs-menu-flow-horizontal > ul > li a.child-triggerm:hover { text-decoration: none; background:transparent; }


    /* Child Toggle Button Icon & Animations
    ========================================================================== */

    a.child-triggerm span {  position: relative; top: 50%; margin: 0 auto !important;  -webkit-transition-duration: .2s;  -moz-transition-duration: .2s; transition-duration: .2s;}
    a.child-triggerm span:after {  position: absolute;   content: ''; }
    a.child-triggerm span, a.child-triggerm span:after { width: 10px;  height: 1px;  background-color: #337ab7;  display: block;  }

    .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span:after { background-color: #337ab7; }
    a.child-triggerm span:after { -webkit-transform: rotate(-90deg);  -ms-transform: rotate(-90deg);  transform: rotate(-90deg);  -webkit-transition-duration: .2s;  -moz-transition-duration: .2s; transition-duration: .2s; }
    a.child-triggerm.child-open span:after { -webkit-transform: rotate(-180deg);-ms-transform: rotate(-180deg);transform: rotate(-180deg);-webkit-transition-duration: .2s;  -moz-transition-duration: .2s; transition-duration: .2s; }
    a.child-triggerm.child-open span {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg); transform: rotate(180deg);-webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s; }


    /* Menu Styles on Mobile Devices
    ========================================================================== */  


    /* Hide menu on mobile */
    .mainmenu.js-enabled .hs-menu-flow-horizontal,
    .mainmenu.js-enabled .hs-menu-children-wrapper{ display: none; }  

    /* Make child lists appear below parent items */
    .mainmenu ul.hs-menu-children-wrapper {visibility: visible !important; opacity: 1 !important;  position: static !important;   display: none; }

    /* Mobile Menu Styles */
    .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul { width:100%; float:left; }
    .mainmenu.js-enabled .hs-menu-flow-horizontal {  position: absolute; top: 106px; left: 0px; width: 100%;  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65); box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65); }
    .mainmenu .hs-menu-flow-horizontal { padding: 0; background-color:#fff;  width: 100%; z-index: 8888; }

    /* Level 1 Menu List Styles */
    .mainmenu .hs-menu-flow-horizontal > ul > li{ position: relative; width:100%; float:left; }
    .mainmenu .hs-menu-flow-horizontal > ul > li a { font-size: 16px; line-height: 24px; padding:10px 15px; float:left; width:100% !important; max-width:100% !important; overflow: visible;  white-space: normal; width:100% !important; float:left;  max-width: 100% !important; overflow: hidden;  text-overflow: inherit;  }

    /* Level 1 and Higher Menu List Styles */
    .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 { float:left; }
    .mainmenu .hs-menu-flow-horizontal ul li { border-top: 1px solid #ddd; width:100%; float:left; }
    .mainmenu .hs-menu-flow-horizontal ul li a { padding:10px 15px; float:left; width:100%; color:#263947; }
    .mainmenu .hs-menu-flow-horizontal ul li a:hover { color: #fff; background:#34baec; }

    /* Level 2 and Higher Menu List Styles */
    .mainmenu .hs-menu-flow-horizontal > ul ul li { background-color: rgba(0, 0, 0, .08); width:100%; float:left; }
    .mainmenu .hs-menu-flow-horizontal > ul ul li a { text-indent: 10px; font-size: 16px;  width:100%; float:left;}
    .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { white-space: normal; width: 100% !important; overflow: visible; text-overflow: inherit !important; }

    /* Level 3 and Higher Menu List Styles */
    .mainmenu .hs-menu-flow-horizontal > ul ul ul li a{  text-indent: 30px; }
    .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{ text-indent: 50px;  }


}