/***********************************************/
/* CSS @imports must be at the top of the file */
/***********************************************/
/* 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;}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}

/*******************************/
/***** COLORS - USED AS A REFERENCE *****/
/*******************************/

.hs-form-required {
    display: none;
}

.finos.light.blue {
    background-color: #00b5e2;
}
.finos.dark.blue {
    background-color: #0086bf;
}
.finos.teal {
    background-color: #6bcaba;
}
.finos.green {
    background-color: #43b02a;
}
.finos.gold {
    background-color: #d7c826;
}
.finos.dark.grey {
    background-color: #487a7b;
}
.finos.grey {
    background-color: #a2acab;
}
/*******************************/
/***** END COLORS *****/
/*******************************/

/*******************************/
/***** GENERIC *****/
/*******************************/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,800');
@font-face {
    font-family: "Montserrat Light";
    font-style: normal;
    font-weight: 300;
    src: url("//2419532.fs1.hubspotusercontent-na1.net/hubfs/2419532/sofin%20assets/Montserrat-Light.eot") format("embedded-opentype"), 
    url("//2419532.fs1.hubspotusercontent-na1.net/hubfs/2419532/sofin%20assets/Montserrat-Light.woff") format("woff"), 
    url("//2419532.fs1.hubspotusercontent-na1.net/hubfs/2419532/sofin%20assets/Montserrat-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat Bold";
    font-style: normal;
    font-weight: 800;
    src: url("//2419532.fs1.hubspotusercontent-na1.net/hubfs/2419532/sofin%20assets/Montserrat%20Bold/Montserrat-Bold.eot") format("embedded-opentype"), 
    url("//2419532.fs1.hubspotusercontent-na1.net/hubfs/2419532/sofin%20assets/Montserrat%20Bold/Montserrat-Bold.woff") format("woff"), 
    url("//2419532.fs1.hubspotusercontent-na1.net/hubfs/2419532/sofin%20assets/Montserrat%20Bold/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat Regular";
    font-style: normal;
    font-weight: 400;
    src: url("//2419532.fs1.hubspotusercontent-na1.net/hubfs/2419532/FINOS/fonts/Montserrat%20Regular/Montserrat-Regular.eot") format("embedded-opentype"), 
    url("//2419532.fs1.hubspotusercontent-na1.net/hubfs/2419532/FINOS/fonts/Montserrat%20Regular/Montserrat-Regular.woff") format("woff"), 
    url("//2419532.fs1.hubspotusercontent-na1.net/hubfs/2419532/FINOS/fonts/Montserrat%20Regular/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat Italic";
    font-style: normal;
    font-weight: 400;
    src: url("//2419532.fs1.hubspotusercontent-na1.net/hubfs/2419532/sofin%20assets/Montserrat%20Italic/Montserrat-Italic.eot") format("embedded-opentype"), 
    url("//2419532.fs1.hubspotusercontent-na1.net/hubfs/2419532/sofin%20assets/Montserrat%20Italic/Montserrat-Italic.woff") format("woff"), 
    url("//2419532.fs1.hubspotusercontent-na1.net/hubfs/2419532/sofin%20assets/Montserrat%20Italic/Montserrat-Italic.ttf") format("truetype");
}

html {
    font-family: "Montserrat Regular";
}
*:focus {
    outline: none;
}
body {
    display: block;
    margin: 0;
}
h1 {
    color: #0086bf;
    font-size: 24px;
    margin-bottom: 20px;
    font-family: "Montserrat Bold";
    text-transform: uppercase;
}
h2 {
    font-size: 24px;
    font-family: "Montserrat Regular";
    color: #0086bf;
    text-transform: uppercase;
}

h3 {
    /*margin-top: 5px !important;*/
    -webkit-margin-before: 10px !important;
    -webkit-margin-after: 0px !important;
    font-size: 21px;
    color: #00b5e2;
    text-transform: uppercase;
    font-family: 'Montserrat Regular';
}

h4 {
    /*margin-before: 5px !important;*/
    -webkit-margin-after: -5px !important;
    -webkit-margin-before: 5px !important;
    color: #00b5e2;
    font-size: 18px;
    font-family: 'Montserrat Regular';
    text-transform: uppercase;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    /* TODO - The following is not working in Firefox right now */
    background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='%444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
    background-position: 100% 50%;
    background-repeat: no-repeat;
}
.blue-header a {
    color: #0086bf !important;
    font-size: 34px;
    margin-bottom: 50px;
    font-family: "Montserrat Bold" !important;
}
/* Overrides Hubspot definition GRIZZ- THIS WAS MONTSERRAT LIGHT - FIXES ISSUE OF COPY/PASTE LINK BOLD - BUT MAKES MAIN NAV BOLD AS WELL - 12 JAN 22*/
a {
    font-family: "Montserrat bold";
    text-decoration: none;
    color: #00b5e2;
}
.navbar-wrapper ul > li {
    text-transform: uppercase !important;
}
strong {
    font-family: "Montserrat Bold";
}

/** BACKGROUND COLORS OF CONTAINERS */

.blue-container-bg {
    background-color: #00b5e2;
}
.light-gray-container-bg {
    background-color: #f6f6f8;
}
.light-gray-container-bg .events-date-container {
    color: #487a7b;
}
.blue-container-bg .events-date-container {
    -webkit-margin-before: 0px !important;
}
.light-gray-container-bg .events-paragraph {
    color: #487a7b;
}
/** END BACKGROUND COLORS OF CONTAINERS */
.page-header.section-header h1 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 20px;
}

.page-header.section-header .secondary-header {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
/** TEXT SIZES */
.small-size-text {
    font-size: 18px;
}
.medium-size-text {
    font-size: 24px;
}
/** END TEXT SIZES */

.module-center {
    text-align: center;
}
/* RICH TEXT OVERAL COLOR SET TO DARK GREY */
.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text {
    color: #1d1d1f;
    font-size: 18px;
}
.dark-gray-color-text.medium-size-text .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text {
    color: #1d1d1f;
    font-size: 18px;
}
.dark-gray-color-text .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text {
    color: #1d1d1f;
    font-size: 12px;
}
/* END RICH TEXT OVERAL COLOR SET */
/* Used in the "What We Do" Custom Module */
.blue-color-title {
    color: #0086bf;
    float: left;
    font-family: "Montserrat Bold";
    font-size: 21px;
}

.white-color-paragraph {
    color: #ffffff !important;
}
.green-color-title {
    color: #43b02a;
    font-size: 21px;
}
.dark-gray-color-text {
    color: #1d1d1f !important;
}

/*******************************/
/***** END GENERIC *****/
/*******************************/

/*******************************/
/***** PAGE TEMPLATES *****/
/*******************************/

/*******************************/
/* Homepage Template */
/*******************************/

div.row-fluid .span12.widget-span.widget-type-cell.container-center, div.span12.widget-span.widget-type-widget_container.container-center {
    float: none !important;
    max-width: 85% !important;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;


}
div.span12.widget-span.widget-type-cell.events-container-center {
    float: none !important;
    max-width: 50% !important;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;

}
img {
    max-width: auto !important;
}
.navbar-center {
    max-width: 100% !important;
    float: none !important;
    margin: 0 auto;
    
}
.learn-more-introducing-finos {
    font-size: 18px;
    color: #00b5e2;
    text-align: center;
    font-family: "Montserrat Bold" !important;
}
.span12.widget-span.widget-type-rich_text.white-color-title a,
.span6.widget-span.widget-type-rich_text.white-color-title a {
    color: #ffffff !important;
    font-size: 34px;
    margin-bottom: 20px;
    font-family: "Montserrat Bold";
}
.learn-more-events, .learn-more-members, .learn-more-programs {
    font-size: 21px;
    color: #00b5e2;
    text-align: center;
} 
.homepage-social-panel {
    margin-top: 50px;
}
.homepage-social-button {
    border:none;
    padding: 5px;
}
.border-upper-container {
    border-top: 1px solid #a2acab;
}
.get-involved-text {
    margin-top: 10px;
}
.resources-container .hs-image-widget   {
    width: 40% !important;
    text-align: center;
}
.video-container-introducing-finos {
    text-align: center;
}
.twitter-panel {
    overflow: scroll; 
    width: 150px; 
    height: 450px; 
}

collaboration-benefit-image-1 {
    background: url(https://2419532.fs1.hubspotusercontent-na1.net/hubfs/2419532/FINOS/website/banner-backgrounds/spotlight-image-bg3.png) center center no-repeat;
    background-size: cover;
}
collaboration-benefit-image-2 {
    background: url(image_url.jpg) center center no-repeat;
    background-size: cover;
}
collaboration-benefit-image-3 {
    background: url(image_url.jpg) center center no-repeat;
    background-size: cover;
}
img.membership-benefit-image {
    width: 40% !important;
}
.membership-benefit-name {
    font-size: 21px;
    color: #0086bf;
    font-weight: bold;
}
.membership-benefit-description {
    font-size: 18px;
    color: #1d1d1f;
    margin: 10px;
    width: 70%;
}
.membership-benefit {
    text-align: center;
    
}
.introducing-finos-bg {
    background-color: black;
}
.title-resources {
    text-align: left;
    color: #ffffff;
    font-size: 24px;
    font-family: "Montserrat Bold";
    margin-bottom: 20px;
}
div.span3.widget-span.widget-type-text span {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}
.get-involved-section-bg {
    background-color: #f6f6f8;
}
.team-title-section {
    font-family: 'Montserrat Bold';
    font-size: 34px;
    text-align: center;
}

.homepage-section-title {
    font-size: 34px;
    text-align: center;
    margin-bottom: 20px;
    font-family: "Montserrat Bold";
}
.spotlight-date {
    color: #487a7b !important;
    font-size: 14px;
    -webkit-margin-before: 3px !important;
}
.spotlight-module {
    background-image:url('https://2419532.fs1.hubspotusercontent-na1.net/hubfs/2419532/FINOS/website/banner-backgrounds/spotlight-image-bg3.png') !important; 
    
    height: auto;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.collaboration-module {
    /****************** background-image:url('https://2419532.fs1.hubspotusercontent-na1.net/hubfs/2419532/FINOS/website/banner-backgrounds/spotlight-image-bg2.png') !important;  *************/
    
    height: auto;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.homepage-spotlight-readmore {
    color: #ffffff !important;
    border: none;
    padding: 8px 30px;
    background-color: #6bcaba;
    font-family: "Montserrat Bold" !important;
}
.homepage-spotlight-block-itemname {
    display: inline-block;
    height: 100%;
    min-height: 200px;
    width: auto;
    color: #ffffff;
}

.event-item-name {
    -webkit-margin-before: 0px !important;
    -webkit-margin-after: 0px !important;
}
.event-item-date {
    -webkit-margin-after: 5px !important;
    -webkit-margin-before: 0px !important;
}

.homepage-itemname,
.events-date-container,
.events-paragraph,
.events-paragraph p{
    color: #1d1d1f !important;
    font-size: 16px;
    -webkit-margin-before: 5px !important; 
    -webkit-margin-after: 5px !important; 
}
.spotlight-item-title {
    font-size: 1.3125em;
    color: #ffffff;
    margin: 10px;
    font-weight: bold;
}
.homepage-spotlight-itemname-blog {
    color: #00b5e2 !important;
    font-size: 21px;
}
.homepage-spotlight-itemname-title {
    color: #0086bf !important;
    font-size: 24px;
    font-family: "Montserrat Regular" !important;
    
}
.homepage-spotlight-itemname-subtitle {
    color: #0086bf !important;
    font-size: 21px;
}
.homepage-spotlight-block-itemname h3 {
    color: #ffffff !important;
    font-size: 24px;
    -webkit-margin-before: 0px !important;
    -webkit-margin-after: 0px !important;
}

.homepage-spotlight-block-itemname h4 {
    color: #ffffff !important;
    font-size: 21px;
    
    -webkit-margin-before: 0px !important;
    
}

.title-spotlight {
    color: #d7c826;
    font-size: 24px;
    font-family: "Montserrat Bold";
}

.spotlight-container  {
    color: #ffffff;
    font-size: 18px;
}
.resources-module {
    background-color: #6bcaba;
    text-align: center;
}


@media(min-width: 767px){
.equal-cols> .row-fluid-wrapper > .row-fluid {
display: flex;
}
.flex-alignxy {
display: flex !important;
align-items: center;
justify-content: center;
}
}


/*******************************/
/***** COMMUNITY TEMPLATE *****/
/*******************************/
.upcoming-webinars-title {
    color: #6bcaba;
    font-size: 21px;
    font-family: "Montserrat Bold";
}
.hs_cos_gallery_slide.slick-slide.slick-current.slick-active {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
    width: auto !important;
    height: auto !important;
}
#hs_cos_gallery_module_153252201958154 .hs_cos_gallery_slide.slick-slide.slick-current.slick-active {
    background-color: #ffffff;
    margin-left: auto !important;
    margin-right: auto !important;
    width: auto !important;
    height: auto !important;
}
.hs_cos_gallery_main, .hs_cos_gallery_thumbnails, .hs_cos_gallery_lightbox {
    padding: 0px !important;
}

.vex-content.hs-gallery .vex-close {
    right: 70px !important;
}

.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper {
    position: absolute;
    top: 0;
    left: 10px;
    
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper img {
    margin: 0 auto;
    height: 100%;
    
    max-width: 100%;
}
.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
    height: 260px !important;
    width: 100% !important;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
}
#ossf-pictures .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide{
    height: 260px !important;
    width: 25% !important;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
}
#ossf-pictures .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper img {
    height: auto;
}
#ossf-pictures .hs_cos_gallery_slide.slick-slide.slick-current.slick-active {
    min-width: 100%;
}
.odp-callout-title {
    font-size: 18px;
}
.events-list-style {
    list-style-type: square !important;
}
.span12.widget-span.widget-type-rich_text.white-color-paragraph.medium-size-text span {
    font-size: 21px;
    color: #ffffff !important;
}

/*******************************/
/***** END COMMUNITY TEMPLATE *****/
/*******************************/

/*******************************/
/***** EVENTS TEMPLATE *****/
/*******************************/

div.span12.widget-span.widget-type-widget_container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text a {
    color: #00b5e2;
    font-size: 18px;
}
.events-date-container {
    text-align: left;
    font-family: "Montserrat Light";
    color: #1d1d1f;
}
.events-paragraph {
    color: #1d1d1f;
    font-size: 18px;
    
}

/*******************************/
/***** END EVENTS TEMPLATE *****/
/*******************************/
/*******************************/

/***** NEWS&MEDIA TEMPLATE *****/
/*******************************/
.vertical-items-container div > a > strong {
    color: #00b5e2 !important;
    font-size: 24px;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item.hs-blog-social-share-item-linkedin {
    margin-bottom: 2px;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    margin-right: 5px;
}
.hs-blog-social-share-item.hs-blog-social-share-item-twitter, .chrome ._2tga._49ve {
    margin-bottom: 2px !important;
}
.fb_iframe_widget span {
    margin-bottom: 2px !important;
    
}
.news-media-itemname {
    font-size: 21px;
    color: #0086bf !important;
    font-family: "Montserrat Regular" !important;
}

/*******************************/
/***** END NEWS TEMPLATE *****/
/*******************************/

.span12.widget-span.widget-type-cell.blue-container-bg .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text {
    color: #ffffff;
}

/***** GOVERNANCE TEMPLATE *****/
/*******************************/
.corporate-governance-block {
    padding: 20px;
}

.corporate-governance-block:hover {
    
    padding: 20px;
}

/***** END GOVERNANCE TEMPLATE *****/
/*******************************/

/*******************************/
/* END Homepage Template */
/*******************************/

/*******************************/
/***** MODULES *****/
/*******************************/

/* popup background color */
body .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadinModal-content {
    background-color: #fff;
}
/* pop up padding less space on left edge */
body .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-content-body #leadin-content-form-wrapper, body .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-content-body .leadin-preview-wrapper {
    padding: 3em 3.5em 3em 1em;
}
/* headline text */
body .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview h4 {
    font-family: "Montserrat Bold";
    color: #00b5e2;
    line-height: 1.1;
    font-size: 23px;
    padding-bottom: 1rem;
}
/* body text */
body .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview p {
    font-family: "Montserrat Bold";
    line-height: 1.2;
    font-size: 18px;
}
/* featured image */
body .leadinModal.leadinModal-theme-default.leadinModal-v3 .dyno-image {
    width: 200px;
    margin-right: 3rem;
    height:auto;
}
body .leadinModal .dyno-image img {
    max-width: 200px;
}
/* button */
body .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .leadin-button {
    font-family: "Montserrat Bold";
    font-size: 18px;
    font-weight: bold;
    padding: 2rem 3rem;
    width:auto;
}



.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form .leadin-form-wrapper {
    padding-top: 0;
    margin-left: 225px;
}


/*******************************/
/***** BANNER *****/
/*******************************/
div.span12.widget-span.widget-type-cell.homepage-banner-module {
    background-color: #00b5e2;
    min-height: 800px;
}    

@media (min-width: 720px) {
  div.span12.widget-span.widget-type-cell.homepage-banner-module {
    min-height: 400px;
    max-height: 500px;
  }
}
.homepage-banner-module img.hs-image-widget  {

}

.homepage-banner-module img.hs-image-widget-old  {
    width: 25% !important;
    padding-top: 70px;
    padding-bottom: 60px;
}

.homepage-banner-module-2019 img.hs-image-widget  {
    width: 12% !important;
    padding-top: 45px;
    padding-bottom: 35px;
  

}

.header-gold-title {
    color: #d7c826;
    font-family: "Montserrat Bold";
    font-size: 21px;
    margin-bottom: 20px;
}

.header-yellow-title {
    color: #d7c826;
    font-family: "Montserrat Bold";
    font-size: 21px;
    margin-bottom: 5px;
}

div.span9.widget-span.widget-type-cell.footer-separation-line .span5.widget-span.widget-type-logo {
    width: 100px !important;
    margin: 20px 100px;
}

.container {
    position: relative;
    text-align: center;
    color: white;
    
}


.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

div.span6.widget-span.widget-type-rich_text.banner-fintech-paragraph p{
    color: #ffffff !important;
    margin-bottom: 10%;
    font-size: 2.0625em;
     
}

.vertical-line-banner {
    border-left: 3px solid white;
    margin-top: 2%;
    height: 18em;
    
    
}

.fin-reg-vertical-line-banner {
    border-left: 3px solid white;
    margin-top: 2%;
    height: 18em;
    padding-left: 30px;
    
}


.no-vertical-line-banner {

    margin-top: 2%;
    height: 18em;
    padding-left: 30px;
    
}

.vertical-line-banner-new {
    border-left: 3px solid white;
    margin-top: 5%;
    padding-bottom: 5%;
    height: 12em;
    
    
}

.vertical-center-banner-new {

}

@media (min-width: 720px) {
   display: flex;
  justify-content: center;
  align-items: center;
  }
}

div.span12.widget-span.widget-type-linked_image.governance-overview-image img {
    width: 80% !important;
}
div.span12.widget-span.widget-type-linked_image.governance-overview-image .cell-wrapper.layout-widget-wrapper {
    text-align: center;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-top: 10px;
}



.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
    color: #00b5e2;
    
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}
div.span12.widget-span.widget-type-cell.navbar-bg {
    background-color: #ffffff;
    padding: 10px;
    position: fixed;
    color: #00b5e2;
    z-index: 1;
}
ul.hs-menu-children-wrapper {
    background-color: #ffffff;
    padding: 3px;
}

.banner-title {
    font-size: 34px;
    color: #ffffff;
}
.banner-description {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 30px;
}
/** NOT USED RIGHT NOW 
.bt-learn {
    background-color: #0099ff;
    box-sizing: border-box;
    color: #ffffff;
    border: 1px solid transparent;
    border-color: #ccc;
    cursor: pointer;
    font-weight: normal;
    border-radius: 4px;
    font-size: 16px;
    padding: 6px 12px;
    text-decoration: none;
}
**/



.img-bg {
    height: 200px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: none !important;
    width: 100%;
}

/* NOT USED YET */
.social-icon {
    font-size:0px;
    display:inline-block;
    text-decoration:none;
    border-radius:3px;
    margin-top: 5px;
}
/*******************************/
/***** END BANNER *****/
/*******************************/

/*******************************/
/* [F] Page Footer */
/******************************/
.footer-bg {
    background-color: #a2acab;
    color: #ffffff;
    line-height: 28px;
    height: auto;
    max-height: 100%;
}
.span5.widget-span.widget-type-rich_text.medium-size-text.white-color-paragraph p,
.span6.widget-span.widget-type-rich_text.medium-size-text.white-color-paragraph p {
    color: #ffffff !important;
    -webkit-margin-after: 0px !important;
    -webkit-margin-before: 5px;
}
.footer-text-container {
    padding: 10px 50px;
}
.footer-privacy-panel {
    margin-top: 50px;
}
.footer-separation-line {
    margin-top: 5%;
    border-right: 1px solid white;
    height: 25%;
}
div.span2.widget-span.widget-type-logo.footer-finos-logo .hs-image-widget {
    width: 50%;
    margin-left: 50px;
    margin-bottom: 10px;
}
div.span12.widget-span.widget-type-cell.footer-bg a {
    color: #ffffff;
    text-decoration: none;
}
/*******************************/
/* [F] END Page Footer */
/*******************************/

/*******************************/
/* WHAT WE DO */
/*******************************/
/* TODO - Make it generic, ie "page-title" */
.overall-blue-title {
    color: #0086bf;
    font-size: 24px;
    margin-bottom: 50px;
    font-family: "Montserrat Bold";
}
.whatwedo-module {
    background-color: #f3f7f8;
    
}
.description-whatwedo {
    float: none;
    margin-top: 20px;
    display: block;
}
/*******************************/
/* END WHAT WE DO */
/*******************************/

/*******************************/
/* TEAM AND BOD ITEM CUSTOM MODULE */
/*******************************/
    .team-headshot {
        box-sizing: border-box;
        padding: 10px;
        width: 150px;
        height: 150px;
    }
    .item-popup-bio {
        padding-top: 20px;
        overflow-y: scroll;
        padding-left: 10%;
        padding-right: 10%;
        line-height: 26px;
        max-height: 330px;
        height: 100%;
        border-top: 1px solid black;
    }
    .team-name-surname-popup {
        font-size: 24px;
        font-family: "Montserrat Bold";
        
        margin-bottom: 10px;
        text-align: center;
    }
    .team-work-position-popup {
        margin-bottom: 10px;
        text-align: center;
    }
    .team-work-position-popup-spacing {
        margin-bottom: 10px;
        -webkit-margin-after: 0px;
        text-align: center;
    }
    .team-column1-popup {
        float: left;
        width: 50%;
        text-align: center;
    }
    
    .team-full-headshot-container {
        float: left;
        display: block;
        
        width: 100%;
        text-align: center;
    }
    .team-full-headshot {
        width: 100%;
    }
    .team-member-email {
        color: #ffffff;
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    .hs-author-social-link {
        display: none;
    }
    .team-block:hover .hs-author-social-link {
        background-color: #00b5e2; /* light-blue */
        border: none;
        color: white;
        padding: 7px 14px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 4px;
    }
    
    
    div.team-block:hover{
        background-color: #f6f6f8;
    }
    .team-member-social-icon-size {
        width: 35px;
        margin: 5px;
        text-align: center !important;
    }
    .team-column2-popup {
        float: right;
        width: 50%;
        text-align: center;
    }
    .team-member-social-logo {
        text-align: center;
        display: inline;
    }
    
    .team-block-container {
        height: 330px;
        max-height: 100%;
        text-align: center;
        padding-bottom: 10px;
        background-color: #fff;
    }

/*******************************/
/* END - TEAM AND BOD ITEM CUSTOM MODULE */
/*******************************/

/*******************************/
/* EVENTS HOMEPAGE - CUSTOM MODULE */
/*******************************/
    .events-item-title {
        color: #0086bf !important;
        float: none;
        font-family: "Montserrat Regular";
        font-size: 21px;
        width: 95%;
    }
    .homepage-events-month {
        font-size: 21px;
        color: #fff;
        text-align: center;
        padding-top: 5px;
        -webkit-margin-after: 0px !important;
    }
    .homepage-events-day {
        font-size: 44px;
        color: #fff;
        font-family: "Montserrat Bold";
        text-align: center;
        padding-bottom: 5px;
        -webkit-margin-before: 0px !important;
        -webkit-margin-after: 0px !important;
    }
    .homepage-events-date-container {
        padding: 0px;
        width: 25%;
        height: auto;
        border: none;
        margin-bottom: 15px;
    }
    .events-homepage-location {
        font-size: 16px;
        font-family: "Montserrat Italic";
        color: #000;
        
    }
    .events-item-description {
        float: left;
        margin-top: 20px;
        display: block;
        margin-bottom: 50px;
        color: #1d1d1f;
        font-size: 18px;
    }
    .events-container {
        margin-bottom: 50px;
    }

/*******************************/
/* END - EVENTS HOMEPAGE - CUSTOM MODULE */
/*******************************/

/*******************************/
/* FINOS BOD Item */
/*******************************/
.img-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.white-popup {
    position: relative;
    box-sizing: border-box;
    /* TODO - tempoarily hide, waiting for specs on popup */
    /*display: block;*/
    display: none;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 700px;
    margin: 20px auto;
}

a.open-popup-link.hs-button {
    font-size: 18px;
    color: #43b3dc;
    font-family: 'Montserrat Bold', sans-serif;
    text-decoration: none;
}
button.events-learn-more {
    background-color: #6bcaba;
    padding: 5px 10px !important;
    color: #fff;
    font-size: 18px;
    margin-right: 5px;
    margin-top: 20px;
    cursor: pointer;
}
button.events-learn-more:hover {
    background-color: #59a89a;
    padding: 5px 10px !important;
    color: #fff;
    font-size: 18px;
    margin-right: 5px;
    margin-top: 20px;
    cursor: pointer;
}
button.events-register {
    background-color: #d7c826;
    padding: 5px 10px !important;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
button.events-register:hover {
    background-color: #b5a81e;
    padding: 5px 10px !important;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
div.span12.widget-span.widget-type-cell.custom-group-bod {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.bod_item {
    height: 150px;
}

.member_item {
    
    text-align: center;
}

.bod-headshot {
    float: left;
    margin: 0px 10px 10px 0px;
    weight: 100px;
}

.bod-bio-link {
    text-align: center;
}
/*******************************/
/* END - FINOS BOD Item */
/*******************************/

/*******************************/
/* Community Program Item */
/*******************************/

.program-name-logo {
    width: 200px;
    text-align: center;
}
.single-column .program-logo-block {
    float: left;
    padding-right: 50px;
}

#program-image-slider div.hs_cos_flex-slider.flex-slider-main.slider-mode-slider .hs_cos_flex-viewport {
    background: #f6f6f8 !important;
}
#program-image-slider .hs_cos_flex-slider .hs_cos_flex-slides img {
    width: 50% !important;
}
#program-image-slider .span12.widget-span.widget-type-linked_image {
    float: none;
    text-align: center;
    width: auto;
}

#programs-image-container.hs_cos_gallery_lightbox_container, .hs_cos_gallery_lightbox {
    height: auto !important;
}
.program-short-description {
    color: #487a7b;
    font-size: 18px;
    width: 90%;
    margin: 20px;
    text-align: center;
}
.program-item-container {
    padding-top: 20px;
    padding-bottom: 1px;
    min-height: 250px;
    height: auto;
}

.finreg-item-container {
    padding-top: 20px;
    padding-bottom: 1px;
    min-height: 50px;
    height: auto;
}



.single-column .program-item-container {
    min-height: 200px;
    height: auto;
    margin-left: 10%;
    width: 80%;
    margin-right: 30%;
}
div#right-column.span8.widget-span.widget-type-cell.container-center {
        padding-right: 30px !important;
}
.program-item-container:hover {
    background-color: #f6f6f8 !important;
}
.slick-slider {
    margin-top: 30px;
}

div.span12.widget-span.widget-type-widget_container.container-center.single-column .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text {
    margin-bottom: 50px;
}
.program-name {
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Montserrat Bold";
    margin-top: 10px;
    color: #00b5e2;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

    
}
.program-social-icons {
    text-align: center;
    margin-top: 10px;
}

.program-description {
    color: #487a7b;
    font-size: 18px;
    margin-bottom: 20px;
}
/*******************************/
/* END Community Program Item */
/*******************************/

/*******************************/
/* Full Width Video */
/*******************************/

.video {
    width: 100%;
    border: 1px solid black;
}
.video-wrapper{
    display:table;
    width:auto;
    position:relative;
    width:100%;
}
.playpause {
    background-image:url(https://www.finos.org/hubfs/FINOS/website/videos/video-play-button.png);
    background-repeat:no-repeat;
    width:30%;
    height:30%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
}

/*******************************/
/* END Full Width Video */
/*******************************/

/*******************************/
/***** END MODULES *****/
/*******************************/

/*******************************/
/***** HOMEPAGE FORM *****/
/*******************************/
.form-module {
    background-color:#f3f7f8;
}
div.hs_company.hs-company.hs-fieldtype-text.field.hs-form-field.smart-field span {
    color: #f3f7f8;
}
ul.hs-error-msgs.inputs-list {
    list-style-type: none !important;
    -webkit-margin-before: 0px;
    -webkit-padding-start: 0px;
    -webkit-margin-after: 20px !important;
    color: #D8000C;
    text-align: left;
    font-family: "Montserrat Regular";
}
select {
    border-radius: 0px !important;
    
}
input.hs-input, select.hs-input {
    
    margin-bottom: 15px;
    font-size: 14px;
    color: #487a7b;
    border: 1px solid;
    -webkit-text-fill-color: #487a7b;
    font-family: "Montserrat Light" !important;
    border-color: rgb(166, 166, 166);
}
select, input[type="color" i][list] {
    height: 33px;
    border-radius: 0px !important;
    background-color: #ffffff;
    font-family: "Montserrat Light";
}
div.hs_subscribe_to_news.hs-subscribe_to_news.hs-fieldtype-checkbox.field.hs-form-field {
    margin-top: 20px;
}

/* TODO - change this class with an ID or class defined at template level (ie, "full-width-form") */
.contact-us .hs_cos_wrapper.form-title {
    color: #00b5e2;
    font-size: 24px;
}

h3.form-title{
  padding-bottom: 3%;
}


li.hs-form-checkbox {
    list-style: none;
    padding: 0;
}
input[type="button" i],
input[type="submit" i],
input[type="reset" i],
input[type="file" i]::-webkit-file-upload-button,
button {
    background-color: #00b5e2;
    padding: 8px 40px;
    
    color: #fff;
    font-family: "Montserrat Light";
}
ul.inputs-list.multi-container {
    display: grid;
}
div.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field.smart-field input.hs-input {
    width: 100% !important;
}

div.input select {
    width: 100% !important;
}
input.hs-button.primary.large {
    font-size: 14px !important;
    background-color: #00b5e2;
    padding: 8px 40px;
    color: #fff;
    font-family: "Montserrat Light";
}
div.legal-consent-container {
    width: 70%;
}
div.hs_areas_of_interest.hs-areas_of_interest.hs-fieldtype-textarea.field.hs-form-field textarea {
    width: 100%;
    color: rgb(72, 122, 123);
    -webkit-text-fill-color: #487a7b;
    font-family: "Montserrat Light";
    font-size: 14px;
}
div.actions {
    text-align: left;
    margin-top: 10px;
}
/* TODO - change this class with an ID or class defined at template level (ie, "full-width-form") */
.hs-form-774ba72f-0e29-4495-9c9c-970636254936_c1a61be8-279f-480a-8796-67a847d47fea fieldset.form-columns-1 .hs-input {
    width: 100% !important;
    margin-bottom: 20px;
}
.hs-form-fc837a26-c573-4f25-8b97-812365f048cd_a327ed89-7569-4983-9a50-6ccc1a4d0e30 fieldset.form-columns-1 .hs-input {
    margin-bottom: 20px !important;
}
#hs_form_target_widget_1524436402280 .hs-input {
    width: 100% !important;
}

/*******************************/
/***** END HOMEPAGE FORMS *****/
/*******************************/

.hs_developer_infrastructure.hs-developer_infrastructure.hs-fieldtype-checkbox.field.hs-form-field ul.inputs-list.multi-container {
    display: inline-flex !important;
}
.hs_developer_infrastructure.hs-developer_infrastructure.hs-fieldtype-checkbox.field.hs-form-field li.hs-form-checkbox {
    margin-right: 10px;
}
/* ==========================================================================
   Email preferences page
   ========================================================================== */
.subscribe-options p.header {
    display: none;
}

/*******************************/
/***** END EMAIL PREFERENCES PAGE *****/
/*******************************/

/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  font-size: 0.875em;
  color:;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    z-index: 100 !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  font-size: 0.875em;
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
      
      
  }


/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

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

@media (max-width: 767px){


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

    .span12.widget-span.widget-type-cell.navbar-wrapper img.hs-image-widget {
        width: 25% !important;
        padding-left: 20%;
        padding-top: 15px;
        display: inline-block;
    }
    div.span2.widget-span.widget-type-logo.footer-finos-logo .hs-image-widget {
        width: 15% !important;
        margin-left: 50px;
        margin-bottom: 10px;
        
    }
    div.span6.widget-span.widget-type-rich_text.banner-fintech-paragraph p {
        color: #ffffff !important;
        margin-top: 50px;
        font-size: 1em;
        padding: 0 2%;
    }
    .span6.widget-span.widget-type-rich_text.medium-size-text.white-color-paragraph p {
        color: #ffffff !important;
        -webkit-margin-after: 0px !important;
        -webkit-margin-before: 5px;
        font-size: 1em;
    }
    

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: left !imortant;
    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: #00b5e2;
  }
    .row-fluid  div.span8.widget-span.widget-type-menu.custom-menu-primary.visible-phone.js-enabled {
        
        width: 100%;
        
    }
.span8.widget-span.widget-type-menu.visible-phone.custom-menu-primary .js-enabled {
    visibility: hidden;
}

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */
    margin-top: 10px;
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
    
  }
  
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }


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

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ffffff; /* Icon color */
  }


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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #000; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       float: none !important;
   }
  

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #fff; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 1.375em; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color: #00b5e2; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #00b5e2; /* link hover color set by global mobile-aColorHover variable */
    font-size: 1.375em;
    
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}



@media (min-width:320px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
    .homepage-banner-module img.hs-image-widget {
        width: 90%;
        padding-top: 50px;
        padding-bottom: 10px;
    }
    div.span4.widget-span.widget-type-logo.footer-finos-logo img.hs-image-widget {
        width: 50px !important;
        margin-left: 30px;
        margin-bottom: 10px;    
    }
    div.span4.widget-span.widget-type-rich_text.medium-size-text {
        padding-left: 30px;
    }
    .footer-text-container {
        padding: 10px 30px;
    }
    .footer-right-panel {
        padding-left: 30px !important;
    }
    .single-column .program-logo-block {
        float: none;
        padding-right: 50px;
    }
    .img-bg {
        height: 150px;
        background-color: transparent;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        max-width: 100% !important;
        width: auto;
    }
    .vex-content.hs-gallery .vex-close {
        right: 20px !important;
    }
    
}
@media (min-width:480px)  { /* smartphones, Android phones, landscape iPhone */ 
    
    .span12.widget-span.widget-type-cell.navbar-wrapper img.hs-image-widget {
        width: 25% !important;
        padding-left: 7%;
        padding-top: 15px;
        display: inline-block;
    }
    div.span4.widget-span.widget-type-logo.footer-finos-logo img.hs-image-widget { 
        width: 80px !important;
        margin-left: 40px;
        margin-bottom: 10px;
    }
    #hubspot-author_data {
        border-bottom: 1px solid #ccc !important;
        position: relative !important;
        margin-bottom: 10px;
        text-align: left !important;
        width: 180px !important;
        font-size: 14px !important;
        line-height: 18px !important;
    }
    .img-bg {
        height: 200px;
        background-color: transparent;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        max-width: none !important;
        width: auto;
    }
    
    
    
}
@media (max-width:768px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ 
    
    img.membership-benefit-image {
        width: 10% !important;
    }
  
    img.collaboration-benefit-image {
        width: 30% !important;
    }
    #programs-image-container .hs_cos_gallery_lightbox_container .slick-list .slick-track, .hs_cos_gallery_lightbox .slick-list .slick-track {
        width: auto !important;
        margin-left: auto;
        margin-right: auto;
    }
    .hs_cos_gallery_slide.slick-slide.slick-current.slick-active {
        width: auto;
        height: auto !important;
        min-width: 100%;
    }
    div#right-column.span8.widget-span.widget-type-cell.container-center {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
    div.span12.widget-span.widget-type-cell.homepage-banner-module {
        background-color: #00b5e2;
        min-height: 700px;
        max-height: 1000px;
        
    }

    div.span12.widget-span.widget-type-cell.homepage-banner-module-white {
        background-color: #ffffff;
 
        display: flex;   
        flex-direction:row;
        align-items: center;
    }
    
  
    
    .spotlight-item-title {
        font-size: 1em;
        color: #ffffff;
        margin: 10px;
        font-weight: bold;
    }
    .homepage-banner-module img.hs-image-widget-old {
        
        padding-bottom: 10px;
        padding-top: 50px;
    }
    .span6.widget-span.widget-type-rich_text.banner-fintech-paragraph.vertical-line-banner {
        border: none;
    }
  
     .span6.widget-span.widget-type-rich_text.banner-fintech-paragraph.vertical-center-banner-new {
        border: none;
    }
    .span12.widget-span.widget-type-cell.navbar-wrapper img.hs-image-widget {
        
        padding-left: 7%;
        padding-top: 15px;
        display: inline-block;
    }
    
    div.span6.widget-span.widget-type-rich_text.banner-fintech-paragraph p {
        color: #ffffff !important;
        text-align: center;
        font-size: 1em;
    }
    div#hs_cos_wrapper_widget_1524436402280.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_form {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-left: 20px !important;
        margin-right: 20px !important;
        padding-top: 20px !important;
        display: block !important;
    }
}
    
@media (min-width:768px) {
    div.span6.widget-span.widget-type-rich_text.banner-fintech-paragraph p {
        color: #ffffff !important;
        margin: 5%;
        font-size: 1.5em;
    }
    div.span4.widget-span.widget-type-logo.footer-finos-logo img.hs-image-widget {
        width: 100px !important;
        margin-left: 70px;
        margin-top: 20px;
        margin-bottom: 10px;    
    }
    .span12.widget-span.widget-type-cell.navbar-wrapper img.hs-image-widget {
        width: 25% !important;
        padding-left: 20%;
        padding-top: 15px;
        display: inline-block;
    }
    .footer-text-container {
        padding: 10px 50px;
    }
    .single-column .program-logo-block {
        float: left;
        padding-right: 50px;
    }
    .img-bg {
        height: 200px;
        background-color: transparent;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        max-width: none !important;
        width: 100%;
    }
    
}
@media (max-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ 
    
}
@media (min-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ 
    div.span4.widget-span.widget-type-logo.footer-finos-logo img.hs-image-widget {
        width: 100px !important;
        margin-left: 50px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .span12.widget-span.widget-type-cell.navbar-wrapper img.hs-image-widget {
        width: 25% !important;
        padding-left: 20%;
        padding-top: 15px;
        display: inline-block;
    }
    
    
}
@media (max-width:885px) {
    .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
        font-size: 0.75em;
    }
    
    
}
@media (max-width:1025px) {
    
    
    
}
@media (min-width:1024px) { /* big landscape tablets, laptops, and desktops */ 
    .homepage-banner-module img.hs-image-widget  {
        width: 90%;
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .homepage-banner-module-2019 img.hs-image-widget  {
        width: 8% !important;
        padding-top: 45px;
        padding-bottom: 35px;
    }
    div.span4.widget-span.widget-type-logo.footer-finos-logo img.hs-image-widget {
        width: 100px !important;
        margin-left: 100px;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .span12.widget-span.widget-type-cell.navbar-wrapper img.hs-image-widget {

        padding-left: 20%;
        padding-top: 15px;
        display: inline-block;
    }
    
    div.span6.widget-span.widget-type-rich_text.banner-fintech-paragraph p {
        color: #ffffff !important;
        margin: 5%;
        font-size: 2.0625em;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        overflow: visible !important;
        max-width: none !important;
        width: auto !important;
        color: #00b5e2;
        text-align: left;
        font-size: 12px;
        font-weight: bold;
    }
}
@media (min-width:1281px) { /* hi-res laptops and desktops */ 
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        overflow: visible !important;
        max-width: none !important;
        width: auto !important;
        color: #00b5e2;
        text-align: left;
        font-size: 14px;
        font-weight: bold;
    }
    
}

@media (max-width:1200px) {
        .homepage-banner-module img.hs-image-widget  {
        width: 90%;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    
    
}


/*******************************/
/* Password Page Template */
/*******************************/

.widget-type-password_prompt {
    font-size: 34px;
    text-align: center;
    margin-bottom: 20px;
}

.password_prompt  {
    font-size: 34px;
    text-align: center;
  margin-bottom: 20px;
}