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


/* SDS CSS Functions */


/*****************************************/
/* Start your style declarations here    */
/*****************************************/






































html, body { min-height:100%; height:100%; display:block!important;}
html{margin:0; background-color:#fff;}
body {background-color:#fff;
    background-color:#FFFFFF;
    margin:0 auto;
    padding:0;
    max-width:100%;
    font-family:'Lato', Arial, sans-serif;
    font-size:17px;
    font-weight:400;
    line-height:1.7;
    color:#000000;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
.row-fluid [class*="span"] { min-height:0; }
img{ height:auto;}
.hs-cta-img { margin: 0!important;}

.fa:before {display: inline-block;font-weight: normal;font-style: normal;font-variant: normal;font-size: 14px;font-family: FontAwesome;font-size: inherit;
            text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale} 
/* - --------------------------- LAYOUT -------------------------------- */
.sds-header-topbar,
.sds-header-main {max-width:100%; margin:0 auto; float:none!important;  }
.sds-header-topbar >div,
.sds-header-main >div,
.sds-mega-menu > div{ max-width:1365px; margin:0 auto; padding-left:25px; padding-right:25px;}

.sds-container-wrapper,
.sds-site-wrapper,
.sds-content-wrapper { display:block; width:100%; margin-left:auto; margin-right:auto; }
.sds-container-wrapper { max-width:100%; }
.sds-site-wrapper { max-width:1365px; padding-left:25px; padding-right:25px;}
.sds-content-wrapper{ max-width:1175px;}

.hs-wrapper { padding-left:25px; padding-right:25px; }
.hs-wrapper > div,
.hs-wrapper > span { display:block; max-width:1175px; margin-left:auto; margin-right:auto;}
.hs-wrapper .sds-site-wrapper { padding-left:0px; padding-right:0px; }

.sds-footer-main,
.sds-footer-bottom {max-width:100%; margin:0 auto; float:none!important;  }
.sds-footer-main >div,
.sds-footer-bottom >div{ max-width:1175px; margin:0 auto;}

.sds-module {overflow:hidden;}

.sds-table { display: table; table-layout: fixed; width: calc(100% - 1*(-60px)); border-spacing: 30px; margin-left: -30px;}
.sds-tr { display:table-row; width:100%; }
.sds-td { display:table-cell; width:100%; }
.sds-td-wrapper { display:inline-block; vertical-align:top; text-align:left; }
.sds-table.border-vspacing {border-spacing:0 30px; width:100%; margin-left:0;}
.sds-table.border-hspacing {border-spacing:30px 0;}
.sds-table.noborder-spacing {border-spacing:0; width:100%; margin-left:0;}
.sds-table.framed { border:1px solid #616161; }

.sds-col1 {width:8.33%;}
.sds-col2 {width:16.67%;}
.sds-col3 {width:25%;}
.sds-col4 {width:33.33%;}
.sds-col5 {width:41.67%;}
.sds-col6 {width:50%;}
.sds-col7 {width:58.33%;}
.sds-col8 {width:66.67%;}
.sds-col9 {width:75%;}
.sds-col10 {width:83.33%;}
.sds-col11 {width:91.67%;}
.sds-col12 {width:100%;}

.sds-width1 { max-width:75px;}
.sds-width2 { max-width:175px;}
.sds-width3 { max-width:275px;}
.sds-width4 { max-width:375px;}
.sds-width5 { max-width:475px;}
.sds-width6 { max-width:575px;}
.sds-width7 { max-width:675px;}
.sds-width8 { max-width:775px;}
.sds-width9 { max-width:875px;}
.sds-width10 { max-width:975px;}
.sds-width11 { max-width:1075px;}
.sds-width12 { max-width:1175px;}

.opacity0 {opacity:0;}
.opacity10 {opacity:0.1;}
.opacity20 {opacity:0.2;}
.opacity25 {opacity:0.25;}
.opacity30 {opacity:0.3;}
.opacity40 {opacity:0.4;}
.opacity50 {opacity:0.5;}
.opacity60 {opacity:0.6;}
.opacity70 {opacity:0.7;}
.opacity75 {opacity:0.75;}
.opacity80 {opacity:0.8;}
.opacity90 {opacity:0.9;}
.opacity100 {opacity:1; }


@media(min-width:768px) {
.sds-mobile { display:none!important; }
}
@media(max-width:767px) {
.sds-desktop { display:none!important; }
}
@media(min-width:769px) {
.sds-mobile-768 { display:none!important; }
}
@media(max-width:768px) {
.sds-desktop-768 { display:none!important; }
}
@media(min-width:1025px) {
.sds-mobile-1024 { display:none!important; }
}
@media(max-width:1024px) {
.sds-desktop-1024 { display:none!important; }
}

/* - --------------------------- General Styling -------------------------------- */
.sds-base-font { font-family:'Lato', Arial, sans-serif; }
.sds-secondary-font { font-family:'Montserrat', Arial, sans-serif; }

.sds-bold { font-weight:700; }
.sds-italic { font-style:italic;}

/* Sticking */
.is_stuck { z-index:99994; background-color:rgba(255,255,255,.99); color:#000; }

/* Spacers  */
.cell-padding { padding: 25px; }
.v-padding { padding: 25px 0; }
.h-padding { padding:0 25px; }
.h-padding .h-padding,
.sds-site-wrapper .h-padding{ padding:0; }

.single-spacer {height:40px; }
.double-spacer {height:80px; }

/* Alignment */
.text-left { text-align:left; }
.text-center { text-align:center; }
.text-right { text-align:right; }

.halign-left { margin-left: 0; margin-right:auto;}
.halign-center {margin-left: auto; margin-right:auto;}
.halign-right {margin-left: auto; margin-right:0;}

.valign-top {vertical-align:top;}
.valign-middle {vertical-align:middle;}
.valign-bottom {vertical-align:bottom;}


/* Background Colors */
.lb1-bg { background-color:#F5F7F8; color:#000000; }
.lb2-bg { background-color:#EBEEF0; color:#000000;}
.lb3-bg { background-color:#616161; color:#000000;}
.lb4-bg { background-color:#212121; color:#FFFFFF;}
.pr-bg { background-color:#D40000; color:#FFFFFF;}
.ph-bg { background-color:#BA0000; color:#FFFFFF;}
.se-bg { background-color:#2185C7; color:#FFFFFF; }
.sh-bg { background-color:#1D74AD; color:#FFFFFF;}
.wb-bg { background-color:#FFFFFF; color:#000000; }

/* Overlay */
.sds-overlay, .sds-overlay > div, .sds-overlay > span { display:block; position:relative; }
.sds-overlay:before {content:""; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: #2185C7;}
.sds-overlay.overlay25:before { opacity:.25; }
.sds-overlay.overlay50:before { opacity:.5; }
.sds-overlay.overlay75:before { opacity:.75; }

/* Listing */
.hs-listing > span { display:block; }
.sds-listing > div,
.hs-listing > span > div {position:relative; margin-bottom: 80px;}

@media (min-width:1024px){ 
.sds-listing.col-4 > div,
.hs-listing.col-4 > span > div {width: calc(25% - 15px);float: left;margin-left: 20px;}
.sds-listing.col-4 > div:nth-child(4n+1),
.hs-listing.col-4 > span > div:nth-child(4n+1) {margin-left: 0; clear:left;}
}
@media (min-width:840px) and (max-width:1023px){
.sds-listing.col-4 > span > div,
.hs-listing.col-4 > span > div {width: calc(33.333333% - 20px);float: left;margin-left: 30px;}
.sds-listing.col-4 > div:nth-child(3n+1),
.hs-listing.col-4 > span > div:nth-child(3n+1) {margin-left: 0; clear:left;}
}
@media (min-width:840px){
.sds-listing.col-3 > div,
.hs-listing.col-3 > span > div {width: calc(33.333333% - 20px);float: left;margin-left: 30px;}
.sds-listing.col-3 > div:nth-child(3n+1),
.hs-listing.col-3 > span > div:nth-child(3n+1) {margin-left: 0; clear:left;}
}
@media (min-width:768px) and (max-width:839px){
.sds-listing > div,
.hs-listing > span > div {width: calc(50% - 20px);float: left; margin-left: 40px;}
.sds-listing > div:nth-child(odd),
.hs-listing > span > div:nth-child(odd){margin-left: 0; clear:left;}
}
@media (min-width:768px){
.sds-listing.col-2 > div,
.hs-listing.col-2 > span > div {width: calc(50% - 20px);float: left; margin-left: 40px;}
.sds-listing.col-2 > div:nth-child(odd),
.hs-listing.col-2 > span > div:nth-child(odd){margin-left: 0; clear:left;}

.sds-listing:before, .sds-listing:after,
.hs-listing > span:before, .hs-listing > span:after { content:""; display:block; }
.sds-listing:after,
.hs-listing > span:after {clear:both; }
}
@media (max-width:767px){  
.sds-listing,
.hs-listing > span { max-width:355px; margin:0 auto; }
}


/* Flex Boxes  */
@media (min-width:768px){
    .flexbox, .hs-flex > div >div, .hs-flex > span {
        display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
        -webkit-flex-flow: row wrap; flex-flow: row wrap;
        -webkit-align-items: center; align-items: center;
    }
    .flexbox.stretch-flex, .hs-flex.stretch-flex > div >div, .hs-flex.stretch-flex > span {
        -webkit-align-items: stretch; align-items: stretch;
    }
}

/* Massonry Grid */
.massonry-grid > span{ display:block; max-width:1175px; margin:0 auto;}
.massonry-grid > span:after { content: ''; display: block; clear: both;}
.massonry-grid > span > div { float:left; margin-bottom:25px;}
.massonry-grid.grid-3 > span > div { width:375px; }

/* FontAwesome extansion*/
.fa-rotate-45 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}






/* - ---------------------------TYPOGRAPHY -------------------------------- */
h1, .sds-h1{ font-family:'Montserrat', Arial, sans-serif; font-size:36px; font-weight:700; line-height:1.3; margin:0 0 15px;}
h1 *{ font-family:'Montserrat', Arial, sans-serif; font-size:36px; font-weight:700;}
.sds-homepage h1 { font-size:48px; }
h1:only-child { margin-bottom:0; }
h2, .sds-h2{ font-family:'Lato', Arial, sans-serif; font-size:28px; font-weight:700; line-height:1.3;  margin:0 0 15px;}
h2 *{ font-family:'Lato', Arial, sans-serif; font-size:26p;}
.sds-banner h2,
.billboard-content h2{ color:inherit; text-transform:initial;font-size:24px;font-weight:400;}
.billboard-content h2 *{ color:inherit; text-transform:initial;font-size:24px;font-weight:400;}
.sds-homepage .banner-1-column h1,
.sds-homepage .banner-2-column h1 { font-family:'Montserrat', Arial, sans-serif; font-size:48px; line-height:1.1;}
.sds-homepage .banner-1-column h2,
.sds-homepage .banner-2-column h2 { font-family:'Lato', Arial, sans-serif; font-size:24px;font-weight:400; line-height:1.5;}
h3, .sds-h3{ font-family:'Lato', Arial, sans-serif; font-size:22px; font-weight:700; line-height:1.3;  margin:0 0 15px;}
h3 *{ font-family:'Lato', Arial, sans-serif; font-size:22px;}
.sds-banner h3 {color:inherit;}
h4, .sds-h4{ font-family:'Lato', Arial, sans-serif; font-size:20px; font-weight:400; line-height:1.5;  margin:0 0 15px;}
h5, .sds-h5{  font-family:'Lato', Arial, sans-serif; font-size:24px; font-weight:400; line-height:1.5;  margin:0 0 15px;}
h6, .sds-h6{font-family:'Lato', Arial, sans-serif; font-size:14px; font-weight:400; line-height:1.5; margin:0 0 15px;}

.se-bg h2, .sh-bg h2, .se-bg h3, .sh-bg h3 { color:inherit; }

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child{ margin-bottom:0; }

.with-bar:after,
.h2-with-bar h2:after,
.h3-with-bar h3:after,
.h4-with-bar h4:after,
.h5-with-bar h5:after,
.h6-with-bar h6:after,
.blockquote-with-bar blockquote:after{content:'';height:4px;width:75px;background-color:#2185C7;display:block;margin-top:20px;}

.sds-banner.with-bar:after,
.sds-banner.h2-with-bar h2:after,
.sds-banner.h3-with-bar h3:after,
.sds-banner.h4-with-bar h4:after,
.sds-banner.h5-with-bar h5:after,
.sds-banner.h6-with-bar h6:after,
.sds-banner.blockquote-with-bar blockquote:after,
.sds-banner .with-bar:after,
.sds-banner .h2-with-bar h2:after,
.sds-banner .h3-with-bar h3:after,
.sds-banner .h4-with-bar h4:after,
.sds-banner .h5-with-bar h5:after,
.sds-banner .h6-with-bar h6:after,
.sds-banner .blockquote-with-bar blockquote:after,
.lb4-bg.with-bar:after,
.lb4-bg.h2-with-bar h2:after,
.lb4-bg.h3-with-bar h3:after,
.lb4-bg.h4-with-bar h4:after,
.lb4-bg.h5-with-bar h5:after,
.lb4-bg.h6-with-bar h6:after,
.lb4-bg.blockquote-with-bar blockquote:after,
.lb4-bg .with-bar:after,
.lb4-bg .h2-with-bar h2:after,
.lb4-bg .h3-with-bar h3:after,
.lb4-bg .h4-with-bar h4:after,
.lb4-bg .h5-with-bar h5:after,
.lb4-bg .h6-with-bar h6:after,
.lb4-bg .blockquote-with-bar blockquote:after{background-color:#FFFFFF;}

.with-bar.bar-aligncenter:after,
.h2-with-bar.bar-aligncenter h2:after,
.h3-with-bar.bar-aligncenter h3:after,
.h4-with-bar.bar-aligncenter h4:after,
.h5-with-bar.bar-aligncenter h5:after,
.h6-with-bar.bar-aligncenter h6:after,
.blockquote-with-bar.bar-aligncenter blockquote:after{margin-left:auto;margin-right:auto;}
.with-bar.bar-alignright:after,
.h2-with-bar.bar-alignright h2:after,
.h3-with-bar.bar-alignright h3:after,
.h4-with-bar.bar-alignright h4:after,
.h5-with-bar.bar-alignright h5:after,
.h6-with-bar.bar-alignright h6:after,
.blockquote-with-bar.bar-alignright blockquote:after{margin-left:auto;margin-right:0;}

.with-bar.medium-bar:after,
.h2-with-bar.medium-bar h2:after,
.h3-with-bar.medium-bar h3:after,
.h4-with-bar.medium-bar h4:after,
.h5-with-bar.medium-bar h5:after,
.h6-with-bar.medium-bar h6:after,
.blockquote-with-bar.medium-bar blockquote:after{width:120px;}


.font-size-big h1,
.large-h1 h1 { font-size:64px;}
.font-size-big h2,
.large-h2 h2 { font-size:36px;}
.font-size-big h3,
.large-h3 h3 { font-size:24px;}
.font-size-big h4,
.large-h4 h4 { font-size:28px;}
.font-size-big h5,
.large-h5 h5 { font-size:36px;}
.font-size-big h6,
.large-h6 h6 { font-size:22px;}
.font-size-big p,
.large-p p { font-size:20px;}

.micro-font-size { font-size:14px!important; }

p {line-height:1.7; margin-bottom:0;}
p:first-child{ margin-top:0; }
li{ line-height:1.5;}
ul{}
ol{}
blockquote{ font-family:'Montserrat', Arial, sans-serif; font-size:28px; line-height:1.7; font-weight:700; margin:0;}
blockquote *{ font-family:'Montserrat', Arial, sans-serif; }
blockquote sub { font-size:14px; font-family: 'Lato', Arial, sans-serif;  padding-top: 10px;  display: block; }
.span4 blockquote, .span3 blockquote, .span2 blockquote, .span1 blockquote{ font-size:15px; line-height:1.5; }
.span7 blockquote, .span6 blockquote, .span5 blockquote{ font-size:18px; line-height:1.5; }

.font-size-big blockquote{ font-size:28px; line-height:1.57; }

.font-size-18, .font-size-18 *{font-size:18px!important;}
.font-size-19, .font-size-19 *{font-size:19px!important;}
.font-size-20, .font-size-20 *{font-size:20px!important;}
.font-size-21, .font-size-21 *{font-size:21px!important;}
.font-size-22, .font-size-22 *{font-size:22px!important;}
.font-size-23, .font-size-23 *{font-size:23px!important;}

.hs_cos_wrapper_type_rich_text td { line-height: 1.7; vertical-align: top;}
.hs_cos_wrapper_type_rich_text ul{ padding-left:40px;}
.hs_cos_wrapper_type_rich_text ul:first-child { margin-top:0; }
.hs_cos_wrapper_type_rich_text div { line-height:1.7;}



.no-bullets ul { padding-left:0; list-style:none;}
.no-bullets ul li { margin-bottom:15px; }
.ul-checklist ul {list-style: none; padding-left: 0;}
.ul-checklist ul li {padding-left: 30px; position: relative;}
.ul-checklist ul li:before {content: "\F00C";font-family: FontAwesome;position: absolute;top: 0;left: 0;}

.hs_cos_wrapper_type_post_filter ul,
.hs_cos_wrapper_type_post_listing ul { list-style:none; padding-left:0; }
.hs_cos_wrapper_type_post_filter ul a,
.hs_cos_wrapper_type_post_listing ul a { text-decoration:none; }
.hs_cos_wrapper_type_post_filter ul a:hover,
.hs_cos_wrapper_type_post_listing ul a:hover { text-decoration:underline; }

a {color:inherit;}
p a,
li:not(.hs-menu-item) a{ color:#2980B9; text-decoration:underline;}
p a:hover,
li:not(.hs-menu-item) a:hover{ color:inherit; text-decoration:none;}



/* - ---------------------------HEADER & FOOTER -------------------------------- */
/* Header */
.sds-header-main { font-size:16px; height:80px; }

/* body:not(.sds-lp) .header-container-wrapper { position:fixed; top:0; left:0; width:100%; z-index:996; background-color:#fff; transition: top 0.2s ease-in-out;}
body:not(.sds-lp) .body-container-wrapper { padding-top:122px; } */
body.nav-up .header-container-wrapper {top: -122px;}

@media (max-width:1023px){
/*     body:not(.sds-lp) .body-container-wrapper { padding-top:84px; } */
    body.nav-up .header-container-wrapper {top: -75px;} 
}

/* Header Top Bar */
.sds-header-topbar { height:24px; padding-top:2px; padding-bottom:2px; text-align: right; background-color:#F5F7F8; font-size:14px;line-height:20px;color:#607d8b;}
.sds-header-topbar .hs_menu-wrapper a,
.sds-header-topbar .hs_cos_wrapper_type_rich_text a { color: inherit;line-height:20px;}
.sds-header-topbar .row-fluid [class*="span"] { width: auto; float:none; margin-left:-4px; padding-left:20px; display:inline-block; vertical-align:top;}

.sds-search-trigger {padding-right: 14px;font-style:italic;}
.sds-search-trigger .fa{font-size:12px;}
.sds-call-trigger,
.sds-search-trigger { line-height: 20px; cursor:pointer; text-decoration:none;}
.sds-call-trigger:hover,
.sds-search-trigger:hover { text-decoration:none; } 
.sds-call-trigger .hs_cos_wrapper_type_text:before {content: "\f095"" ";font-family: FontAwesome;text-decoration:none;}
@media (max-width:1023px){
    .sds-search-trigger{display:none!important;}
}

.sds-header-topbar .row-fluid [class*="span"] .cta_button{display:block;text-decoration:none;}

/* Courtesy Links */
.sds-courtesy-links .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a { padding: 0 10px;}
.sds-courtesy-links .hs-menu-wrapper.hs-menu-flow-horizontal>ul >li:hover >a{ text-decoration:underline; }
.sds-courtesy-links .hs-menu-children-wrapper a { font-size:14px; line-height:1.2; padding:2px!important; color:#000000; }
.sds-courtesy-links .hs-menu-children-wrapper li:hover > a,
.sds-courtesy-links .hs-menu-children-wrapper li.active > a,
.sds-courtesy-links .hs-menu-children-wrapper li.active > a { background-color:#616161; }
.sds-courtesy-links .hs-menu-children-wrapper li.active > a,
.sds-courtesy-links .hs-menu-children-wrapper li.active > a { font-weight:700; }
.sds-courtesy-links .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper { background: #EBEEF0; box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.5); text-align:left;  min-width:120px;  padding:10px;}


/* Header Logo */
.sds-logo > .cell-wrapper { display:table; width:100%; table-layout:fixed; }
.sds-logo > .cell-wrapper > span{ height: 66px; width:100%; display: table-cell; vertical-align: middle;}
.sds-logo img { max-width: 100%; max-height: 100%; height: auto!important;  width: auto!important;}
.sds-logo.logo-overlap {display:none;}

@media (min-width:1024px){
    .sds-logo-mobile {display:none!important;}
    .sds-header-logo {padding: 16px 0;}
}
@media (max-width:1023px){
    /*.sds-header-topbar {display:none!important;}*/
    .sds-logo-desktop {display:none!important;}
    .sds-header-main { height:60px;}
    .sds-header-logo {padding: 5px 0;}
    .sds-logo > .cell-wrapper > span{ height: 50px;}
}

/* Header Search */
.sds-search-overlay { display: none; position: fixed; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; z-index: 99999; background-color: rgba(33, 133, 199,.9);}
.sds-search-overlay > .row-fluid-wrapper { max-width: 700px; margin: 0 auto; background-color: #FFFFFF; padding: 40px; top: 50%; margin-top: -70px; position: relative; }
.sds-search-overlay .hs-search-module { position: relative;}
.sds-search-overlay .hs-search-module label {position: absolute; bottom: 0; left: 0; height: 60px; width: 50px; font-size: 35px; padding:0; color: #2185C7; text-align: center; }
.sds-search-overlay .hs-search-module input[type="text"]{ height: 60px; border-width: 1px; border-color: transparent; border-bottom-color: #2185C7; padding: 10px 185px 10px 50px; font-size: 24px; font-style: italic; 
                                            outline: 0;border-radius:0px 200px 200px 0px; }
.sds-search-overlay .hs-search-module input[type="text"]:focus { border-color: #2185C7; }
.sds-search-overlay .hs-search-module .hs-button {position: absolute;top: 0;right: 0;height: 60px;width: 185px;padding:20px 10px;font-size: 20px;font-weight: 700;line-height:1;text-align:center;
                                                    border: 0;color: #FFFFFF;background-color: #2185C7;border-radius:200px;box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);}
.sds-search-overlay .hs-search-module .hs-button:hover { color: #FFFFFF; background-color: #1D74AD; }
.sds-search-overlay .sds-close { font-size: 46px; position: absolute;  right: 25px; top: 25px; width: 50px; height:50px; line-height:50px; text-align: center;  cursor:pointer; color:#FFFFFF;}
.sds-search-overlay .sds-close:hover { color:#D40000; }

/* Header Navigation */
.sds-header-navigation {text-align: right;}
.sds-header-navigation >div>div>div {display: inline-block!important;width: auto !important;margin-left: -4px!important;float: none!important;vertical-align: middle;padding-left: 8px;}

/* Menus  */
.hs-menu-wrapper li a {  width: 100%!important; max-width: 100%!important; white-space: normal!important; overflow: visible!important;}
.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper { position: relative; left: 0; opacity: 1; -webkit-transition: none;  padding-left: 25px;}
.hs-menu-wrapper.no-flyouts .hs-menu-children-wrapper { position: relative!important; visibility: visible!important;  opacity: 1!important;}


/* Header Main Menu */
.sds-header-navigation >div>div>div.sds-main-menu { text-align: right;margin-right: 160px;width: calc(100% - 170px)!important;}
.sds-main-menu .hs_cos_wrapper_type_menu { display: inline-block; vertical-align:bottom;}
.sds-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal { display: table!important;}
.sds-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul { display: table-row!important;}
.sds-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li { height: 98px; display: table-cell!important; float: none!important; text-align:center; vertical-align: middle; padding:0 10px;}
.sds-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li >a { line-height: 1.2; color:#546e7a; }
.sds-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li > a { font-size:16px; padding: 10px; }
.sds-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li:hover >a, .sds-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul> li.hover>a,
.sds-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li.active >a, .sds-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li.active-branch >a{color:#2686c5;}
.sds-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li.active >a, .sds-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li.active-branch >a{font-weight:bold;}
@media ( max-width:1152px ) {
    .sds-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li { padding:0 2px; }
    .sds-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li > a { font-size:14px;padding: 10px 7px; }
}

/* Submenu */
/*.sds-main-menu li.hs-menu-item.hs-menu-depth-1>a[href*="#"]+ul { display: none !important; }*/
.sds-main-menu .hs-menu-children-wrapper a { font-size:14px; line-height:1.2; padding:5px!important; color:#000000;  font-weight:700; }
.sds-main-menu .hs-menu-children-wrapper li:hover > a,
.sds-main-menu .hs-menu-children-wrapper li.active > a,
.sds-main-menu .hs-menu-children-wrapper li.active > a { color:#2185C7; }
.sds-main-menu .hs-menu-children-wrapper li.active > a,
.sds-main-menu .hs-menu-children-wrapper li.active > a {}

.sds-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover:after,
.sds-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hover:after{content:'';position:absolute;display:block;height:0;width:0;border:5px solid #2185C7;
                                                                border-color:transparent transparent #2185C7 transparent;top:100%;left:40px;margin-top:-10px;}

.sds-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper { background:rgba(245, 247, 248,.9); border-top:5px solid #2185C7; text-align:left;  min-width:200px;  padding:15px; top:98px;}
.sds-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a[data-menu]+ul.hs-menu-children-wrapper {border-top:5px solid transparent;padding:0;display:none!important;}
.sds-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a[data-menu]+ul.hs-menu-children-wrapper li{display:none;}


/*--- Mega Menu  ---*/
.sds-mega-menu-dropdown { font-size:14px; position:relative; max-width:1365px;margin:0 auto!important;float: none!important;}
.row-fluid .span12.sds-mega-menu-dropdown>div {display:block; position:absolute; z-index:99999999999; width:72%; right:25px; background: #F5F7F8; }
.sds-mega-menu-dropdown *{color:#000000;}
.sds-mega-menu-dropdown:hover { display:block!important; }
.sds-mega-menu-dropdown .row-fluid [class*="span"] {min-height:0!important;}
.sds-mega-menu-dropdown .row-fluid:before,
.sds-mega-menu-dropdown .row-fluid:after{display:none!important;}
.sds-mega-menu-row{ box-shadow:0px 3px 5px 1px rgba(0,0,0,0.5);border-top:5px solid #2185C7;display:none!important;position:absolute;}
.sds-mega-menu-row:hover,
.sds-mega-menu-row.selected{display:block!important;}
.sds-mega-menu-row.menu-cols-4{width:1025px!important;}
.sds-mega-menu-row.menu-cols-3{width:825px!important;}
.sds-mega-menu-row.menu-cols-2{width:575px!important;}
.sds-mega-menu-row >div >div {}
.sds-mega-menu-row.selected >div>div {display:table; table-layout:fixed;}
.sds-mega-menu-row >div >div >div { display:table-cell!important; float:none!important; margin-left:0!important; vertical-align:top; }
.sds-mega-menu-overview { width:35%!important; padding:30px; font-size:14px;background-color:#EBEEF0;color:#607d8b;}
.sds-mega-menu-overview>div{max-width: 250px!important;margin: 0 auto;}
.sds-mega-menu-overview .cta_button { width: 100%!important;}
.sds-mega-menu-overview .hs_cos_wrapper_type_rich_text *{line-height:1.2;}
.sds-mega-menu-overview h1, .sds-mega-menu-overview h2, .sds-mega-menu-overview h3,
.sds-mega-menu-overview h4, .sds-mega-menu-overview h5, .sds-mega-menu-overview h6 { font-family:'Lato', Arial, sans-serif; font-size:17px; line-height:1.1!important;color:#000000;padding:0;}
.sds-mega-menu-overview h4 *, .sds-mega-menu-overview h5 *, .sds-mega-menu-overview h6 *{ line-height:1.1!important;text-decoration:none;}
.sds-mega-menu-overview h4 a, .sds-mega-menu-overview h5 a, .sds-mega-menu-overview h6 a{display:block;padding: 2px 5px !important;}
.sds-mega-menu-overview h4 a:hover, .sds-mega-menu-overview h5 a:hover, .sds-mega-menu-overview h6 a:hover{background-color:#F5F7F8;}
.sds-mega-menu-overview h1:first-child, .sds-mega-menu-overview h2:first-child,
.sds-mega-menu-overview h3:first-child, .sds-mega-menu-overview h4:first-child,
.sds-mega-menu-overview h5:first-child, .sds-mega-menu-overview h6:first-child { padding:0; font-weight: 700; border-bottom: 1px solid #607d8b;color:#607d8b;margin-bottom: 10px;}
.sds-mega-menu-overview .hs-menu-wrapper{margin-top:10px;}
.sds-mega-menu-overview .hs-menu-wrapper li{padding:0;margin:0 0 5px 0;}
.sds-mega-menu-overview .hs-menu-wrapper li a{padding:00!important;margin:0;color:#2980B9;}
.sds-mega-menu-overview p a{color:#2980B9;}
.sds-mega-menu-links { width:65%!important; padding:30px 20px;  background: #F5F7F8; }
.sds-mega-menu-links li a,
.sds-mega-menu-links li span { margin-bottom:10px;font-size:14px; line-height:1.2; padding:5px!important; color:#000000;  font-weight:700; }
.sds-mega-menu-links .hs-menu-wrapper.hs-menu-flow-horizontal { display: table!important; table-layout:fixed; width: 100%;}
.sds-mega-menu-links .hs-menu-wrapper.hs-menu-flow-horizontal>ul { display: table-row!important;}
.sds-mega-menu-links .hs-menu-wrapper.hs-menu-flow-horizontal>ul:before { display: none!important;}
.sds-mega-menu-links li.hs-menu-item.hs-menu-depth-1 { display:table-cell; width: 100%; vertical-align:top;}
.sds-mega-menu-links li.hs-menu-item.hs-menu-depth-1 ul { position: static!important; left: 0!important; opacity: 1!important; visibility: visible!important;}
.sds-mega-menu-links li.hs-menu-depth-1 { float: none!important;}
.sds-mega-menu-links li.hs-menu-depth-1:hover>a,
.sds-mega-menu-links li.hs-menu-depth-1.active>a { background-color:#EBEEF0; }
.sds-mega-menu-links li.hs-menu-item.hs-menu-depth-1 > a,
.sds-mega-menu-links li.hs-menu-item.hs-menu-depth-1 > span { display: block; font-size:16px; font-weight: 700; border-bottom: 1px solid #000000;color:#000000;margin-bottom: 10px;}
.sds-mega-menu-links li.hs-menu-item.hs-menu-depth-1 li.hs-item-has-children > a,
.sds-mega-menu-links li.hs-menu-item.hs-menu-depth-1 li.hs-item-has-children > span { margin-bottom:2px;}
.sds-mega-menu-links li.hs-menu-item.hs-menu-depth-1 li li > a,
.sds-mega-menu-links li.hs-menu-item.hs-menu-depth-1 li li > span { font-size:14px; font-weight: 400;margin-bottom:0px;}
.sds-mega-menu-links li.hs-menu-item.hs-menu-depth-1 > a:empty,
.sds-mega-menu-links li.hs-menu-item.hs-menu-depth-1 > span:empty { display:none;}
.sds-mega-menu-links li.hs-menu-depth-1 { padding-left: 30px;}
.sds-mega-menu-links li.hs-menu-depth-1:first-child { padding-left: 0; }
.sds-mega-menu-links li.hs-menu-depth-1 li:hover > a,
.sds-mega-menu-links li.hs-menu-depth-1 li.active > a {  color:#2185C7;  }
@media (max-width:1050px){
    .row-fluid .span12.sds-mega-menu-dropdown {left:25px;}
}

.sds-header-navigation >div>div>div.sds-header-cta{width: 0px!important;position: relative;float:right!important;}
.sds-header-navigation >div>div>div.sds-header-cta>div{width:160px;position:absolute;top:30px;right:0;}


/* Mobile Menu */
.mobile-menu ul { list-style:none; padding:0;}
.mobile-menu .hs-menu-children-wrapper {display:none; }
.mobile-menu .hs-item-has-children.active .hs-menu-children-wrapper {display:block; }

.mobile-menu li { border-bottom: 1px solid #24292d;}
.mobile-menu a { display: block; padding-top: 7px; padding-bottom:7px; padding-right:25px; text-decoration: none; font-size: 16px;}
.mobile-menu .hs-item-has-children > a { padding-right:40px!important; color:#aaa;}
.mobile-menu .hs-menu-depth-1 > a { padding-left:25px; }
.mobile-menu .hs-menu-depth-2 > a { padding-left:35px; }
.mobile-menu .hs-menu-depth-3 > a { padding-left:45px; }
.mobile-menu .hs-menu-depth-4 > a { padding-left:55px; }
.mobile-menu .hs-menu-depth-5 > a { padding-left:65px; }
.mobile-menu .hs-menu-depth-6 > a { padding-left:75px; }
.mobile-menu a:hover,
.mobile-menu li.active > a,
.mobile-menu li.active-branch > a { color: #fff;}
.mobile-menu .hs-item-has-children i { width: 25px; float: right; text-align: center; font-size:14px; line-height:38px; cursor:pointer;}
.mobile-menu .hs-item-has-children i:before {content: "\f054";font-family: FontAwesome;font-style: normal;}
.mobile-menu .hs-item-has-children.active i:before {content: "\f077";}
.mobile-menu .hs-item-has-children i:hover { color: #fff;}
.mobile-menu .close-menu { padding: 20px 25px; text-align: center; width: 75px; margin-left: auto; display: block; font-size: 24px;}
.mobile-menu .close-menu:before { cursor: pointer;}
.mobile-menu .close-menu:hover { color:#fff; }
@media (min-width:1024px){
.mobile-menu {display: none;}
.mobile-triggers {display: none;}
}
@media (max-width:1023px){
    .sds-header-navigation { display: none!important;}
    .sds-header-main { position: relative;}
    .mobile-triggers {display:inline-block; vertical-align:middle; position: absolute;right:0;color:#2185C7;top: 0;font-size: 30px;height: 60px;line-height: 50px;padding: 5px 0;}
    .mobile-triggers > div:hover { color:#D40000; }
    .header-overlap .mobile-triggers { color:#fff; }
    .header-overlap.nav-down .mobile-triggers {color:#2185C7;}
    .mobile-triggers > div {float: left; width: auto; margin-left:25px; text-align: center;}
    .mobile-menu-trigger:before,
    .mobile-search-trigger:before,
    .mobile-call-trigger:before { font-family:FontAwesome; cursor:pointer;}
    .mobile-menu-trigger:before {content: "\f0c9";}
    .mobile-search-trigger:before {content: "\f002";}
    .mobile-call-trigger:before {content: "\f095";}
    .mobile-menu-trigger:hover,
    .mobile-search-trigger:hover,
    .mobile-call-trigger:hover { color:#2185C7; }
    .header-overlap .mobile-menu-trigger:hover,
    .header-overlap .mobile-search-trigger:hover,
    .header-overlap .mobile-call-trigger:hover { color:#1D74AD; }
    .mobile-menu {
        height: 100%;
        width: 360px;
        position: fixed;
        right: -360px;
        top: 0;
        z-index: 99998;
        overflow: auto;
        background: #222527;
        color:#aaa;
        -webkit-transition: right ease 1s;
    -moz-transition: right ease 1s;
    -o-transition: right ease 1s;
    -ms-transition: right ease 1s;
    transition: right ease 1s;
    }
    .mobile-menu.slide { right:0; -webkit-transition: right ease 1s;
    -moz-transition: right ease 1s;
    -o-transition: right ease 1s;
    -ms-transition: right ease 1s;
    transition: right ease 1s; }
    body.show-mobile-menu:after {content: ""; background-color: rgba(0,0,0,.6);width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 99997;}
}
@media (max-width:480px){
    .mobile-menu { width: 280px; right: -280px;}
}


/* In-Page Menu */
.sds-inpage-menu { border-bottom: 1px solid #2185C7; margin-top:0;}
.sds-inpage-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul:before,
.sds-inpage-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul:after{ display:none!imporatnt; }
.sds-inpage-menu .hs-menu-wrapper {display: table!important; width: 100%!important;table-layout: fixed;}
.sds-inpage-menu ul { display:table-row!important; }
.sds-inpage-menu li { display:table-cell!important; width:100%!important; float:none!important; text-align:center; border-bottom:2px solid transparent;}
.sds-inpage-menu a { font-family:'Lato', Arial, sans-serif; font-size:16px; padding:30px 15px 28px!important; }
.sds-inpage-menu li:hover,
.sds-inpage-menu li.active { border-color:#D40000; }

.is_stuck.sds-inpage-menu { z-index:99995; margin-top:0; transition: all 0.2s ease-in-out;}
.is_stuck.sds-inpage-menu a {font-size: 14px; padding: 7px 15px 7px !important;}
.nav-down .is_stuck.sds-inpage-menu { margin-top:107px; transition: all 0.2s ease-in-out;}

@media( max-width:1023px){
    .sds-inpage-menu { display:none!important; }
    }

/* Header Overlap */
.header-overlap .header-container-wrapper { background:none!important;}
.header-overlap .sds-header-topbar { background:none; color:#FFFFFF; }
.header-overlap .sds-header-main { background:none; color:#FFFFFF; }
.header-overlap .sds-logo.logo-fixed { display:none!important; }
.header-overlap .sds-logo.logo-overlap { display:block!important; }
.header-overlap .sds-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a { color:#FFFFFF; }
.header-overlap .sds-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li:hover>a,
.header-overlap .sds-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hover>a,
.header-overlap .sds-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.active>a,
.header-overlap .sds-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.active-branch>a { border-color:#D40000!important; }
.header-overlap .body-container-wrapper{ padding-top:0!important; }
.header-overlap .body-container>div:first-child>div:first-child>div:first-child>span>div:first-child>.sds-banner .banner-wrapper{ margin-top:107px; }

.header-overlap.sds-lp .header-container-wrapper { position:relative; z-index:10; }
.header-overlap.sds-lp .body-container-wrapper { margin-top:-80px; }
.header-overlap.sds-lp .body-container>div:first-child>div:first-child>div:first-child>span>div:first-child>.sds-banner .banner-wrapper{ margin-top:80px; }

.header-overlap.nav-down .header-container-wrapper{ background:#FFFFFF!important;}
.header-overlap.nav-down .sds-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a { color:#000000; }
.header-overlap.nav-down .sds-header-topbar { background:#F5F7F8; color:#000000; }

@media (max-width:1023px){
    .header-overlap .body-container-wrapper{ margin-top:-60px; }
    .header-overlap .body-container>div>div>div>span>div:first-child>.sds-banner .banner-wrapper{ margin-top:60px; }
    .header-overlap.sds-lp .body-container-wrapper { margin-top:-60px; }
}

/* Footer  */
.sds-footer-main {font-size:16px; background-color:#F5F7F8; color:#607d8b; padding-top:40px; padding-bottom:40px; }
.sds-footer-header {font-weight:700; margin-bottom:20px; }
.sds-footer-main ul {padding-left: 0; list-style: none; margin:0!important;}
.sds-footer-main .hs-menu-wrapper.hs-menu-flow-vertical>ul li a {padding:10px 0 0 0;line-height: 1.4;}
.sds-footer-main .footer-contact-menu a{padding:10px 0 0 22px!important;position:relative;}
.sds-footer-main .footer-contact-menu a .fa{position:absolute;top:14px;left:0;}
.sds-footer-bottom {font-size:12px; background-color:#EBEEF0; color:#607d8b; padding-top:25px; padding-bottom:25px;}
.sds-footer .hs_cos_wrapper_type_rich_text a {color:inherit; text-decoration:underline; }
.sds-footer .hs_cos_wrapper_type_rich_text a:hover { text-decoration:none; }
.sds-footer .hs_cos_wrapper_type_post_filter,
.sds-footer .hs-menu-wrapper {font-size:14px;}
.sds-footer .hs_cos_wrapper_type_post_filter li,
.sds-footer .hs-menu-wrapper li { line-height:1.8; margin:0; }
.sds-footer .hs_cos_wrapper_type_post_filter a,
.sds-footer .hs-menu-wrapper a { color:inherit; text-decoration:none; }
.sds-footer .hs_cos_wrapper_type_post_filter a:hover,
.sds-footer .hs-menu-wrapper a:hover { text-decoration:underline; }
.sds-footer .about-company h4:after{ content: ""; display: block; vertical-align:middle; width: 100px; max-width:100%; height: 2px; background-color:#FFFFFF; margin-top: 20px;}


/* - --------------------------- CALL TO ACTION "CTAs" -------------------------------- */
a.cta_button,
a.cta-button { position:relative;word-wrap:break-word;-webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    -o-box-sizing: border-box!important;
    -ms-box-sizing: border-box!important;
    box-sizing: border-box!important; }
.body-container a.cta_button,
.body-container a.cta-button{margin-top:5px!important; margin-bottom:5px!important; margin-left: 0; margin-right:0;}

.hs-cta-wrapper { padding:0 5px; }
.hs-cta-wrapper:only-child {padding: 0;}

.primary-cta, .secondary-cta, .ghost-cta, .white-cta {
    display:inline-block;
    font-family:'Montserrat', Arial, sans-serif;
    font-size:17px;
    font-weight:bold;
    line-height:1.125;
    border-radius:200px;
    width:auto;
    max-width:100%;
    text-decoration:none;
    text-align:center;
    border-width:2px;
    border-style:solid;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s; }

.primary-cta > *, .secondary-cta > *, .ghost-cta > *, .white-cta > * { line-height:1.125!important; }

.primary-cta{ background-color:#D40000; color:#FFFFFF; border-color:#D40000;}
.primary-cta:hover { background-color:#BA0000; color:#FFFFFF; border-color:#BA0000; }
.secondary-cta { background-color:#2185C7; color:#FFFFFF; border-color:#2185C7; }
.secondary-cta:hover { background-color:#1D74AD; color:#FFFFFF; border-color:#1D74AD; }
.ghost-cta { background-color:transparent; color:#000000; border-color:#000000;box-shadow:rgba(0, 0, 0, 0.0980392) 1px 1px 1px inset;}
.ghost-cta:hover { background-color:#1D74AD; color:#FFFFFF; border-color:#1D74AD; }

.sds-banner .ghost-cta { color:#FFFFFF; border-color:#FFFFFF; box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);}
.sds-banner .ghost-cta.secondary-bg{background-color:#1D74AD;}
.sds-banner .ghost-cta:hover { background-color:#FFFFFF; color:#000000; border-color:#FFFFFF; }

/*
.se-bg .ghost-cta { color:#FFFFFF; border-color:#FFFFFF; box-shadow:0 1px 2px rgba(0, 0, 0, 0.4); }
.se-bg .ghost-cta:hover { background-color:#FFFFFF; color:#000000; border-color:#FFFFFF; }
*/
.white-cta { background-color:#FFFFFF; color:#000000; border-color:#FFFFFF; }
.white-cta:hover { background-color:#2185C7; color:#FFFFFF; border-color:#2185C7; }
.white-cta .cta-icon { color:#000000!important; }
.white-cta:hover .cta-icon { color:#FFFFFF!important; }

.xsmall-cta { width: 150px; }
.small-cta { width: 175px; }
.medium-cta { width: 235px; }
.xmedium-cta { width:275px; }
.large-cta { width:375px;}
.xlarge-cta { width:425px; }
.xxlarge-cta { width:485px; }
.width-auto-cta{ width:auto; }

.primary-cta,
.secondary-cta,
.ghost-cta,
.white-cta { padding:5px 10px;}

.small-cta,
.xsmall-cta,
.medium-cta,
.xmedium-cta,
.large-cta,
.xlarge-cta,
.xxlarge-cta { padding:20px; }
.xsmall-cta { padding-left:15px!important;}
.small-cta { padding-left:17.5px!important;}
.medium-cta { padding-left:23.5px!important;}
.xmedium-cta { padding-left:27.5px!important;}
.large-cta { padding-left:37.5px!important;}
.xlarge-cta { padding-left:42.5px!important;}

.sds-cta-button .primary-cta .cta-label,
.sds-cta-button .secondary-cta .cta-label,
.sds-cta-button .ghost-cta .cta-label,
.sds-cta-button .white-cta .cta-label{ padding:5px 10px;}

.xsmall-cta.thin-cta {font-size:14px;}
.xsmall-cta.regular-cta{font-size:14px;}
.xsmall-cta.fat-cta {font-size:14px;}
.small-cta.thin-cta {font-size:14px;}
.small-cta.regular-cta {font-size:14px;}
.small-cta.fat-cta {font-size:14px;}

.medium-cta.thin-cta {font-size:17px; }
.medium-cta.regular-cta {font-size:17px;}
.medium-cta.fat-cta {font-size:21px;}
.xmedium-cta.thin-cta {font-size:17px;}
.xmedium-cta.regular-cta {font-size:17px;}
.xmedium-cta.fat-cta {font-size:21px;}

.large-cta.thin-cta {font-size:17px;}
.large-cta.regular-cta {font-size:19px; }
.large-cta.fat-cta {font-size:28px; }
.xlarge-cta.thin-cta {font-size:17px;}
.xlarge-cta.regular-cta {font-size:19px;}
.xlarge-cta.fat-cta {font-size:28px; }

.thin-cta { padding:10px; }
.regular-cta { padding:15px;}
.fat-cta { padding:25px; }

.sds-cta-button .thin-cta .cta-label,
.sds-cta-button .thin-cta .cta-icon { padding:10px; }
.sds-cta-button .regular-cta .cta-label,
.sds-cta-button .regular-cta .cta-icon{ padding:15px;}
.sds-cta-button .fat-cta .cta-label,
.sds-cta-button .fat-cta .cta-icon{ padding:25px; }


a.cta_button.fa,
a.cta-button.fa{padding-right:40px;text-align:left;}

.hs-cta-node .cta_button.fa:before,
.cta-button.fa:before{ font-family: FontAwesome; font-weight: 400; line-height:32px; position:absolute; top:50%; right:25px; height:32px; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); font-size:24px;padding:0;}

a.cta_button.fa.fa-angle-right:before,
a.cta-button.fa.fa-angle-right:before{font-size:32px;}


.thin-cta:before { padding:10px;}
.regular-cta:before{ padding:15px;}
.fat-cta:before { padding:25px; }

.primary-cta:hover,
.secondary-cta:hover,
.ghost-cta:hover,
.white-cta:hover { -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s; box-shadow:0 1px 2px rgba(0, 0, 0, 0); }

.primary-cta.shadow-effect,
.secondary-cta.shadow-effect,
.ghost-cta.shadow-effect,
.white-cta.shadow-effect { box-shadow:0 1px 2px rgba(0, 0, 0, 0.4); }

.primary-cta.shadow-effect:hover,
.secondary-cta.shadow-effect:hover,
.ghost-cta.shadow-effect:hover,
.white-cta.shadow-effect:hover { box-shadow:0 1px 2px rgba(0, 0, 0, 0); }

.primary-cta.affordance-highlight:before,
.secondary-cta.affordance-highlight:before,
.ghost-cta.affordance-highlight:before,
.white-cta.affordance-highlight:before { background-color:rgba(0,0,0,.25); }

.sds-cta-button .cta_button:before { display:none!important; }

.sds-cta-button .cta-wrapper {display: table; width: 100%; border-spacing: 0; margin: 0;}
.sds-cta-button .cta-label,
.sds-cta-button .cta-icon {display: table-cell; vertical-align: middle; color:inherit;}

.sds-cta-button .cta-label { padding-left:10%!important; padding-right: 5px!important; }
.sds-cta-button .cta-no-icon .cta-label {padding-right: 10%!important; text-align: center;}
.sds-cta-button .cta-icon { font-size:inherit; text-align:center; }

.sds-cta-button .primary-cta.affordance-highlight .cta-icon,
.sds-cta-button .secondary-cta.affordance-highlight .cta-icon,
.sds-cta-button .ghost-cta.affordance-highlight .cta-icon,
.sds-cta-button .white-cta.affordance-highlight .cta-icon { background-color:rgba(0,0,0,.25); }

.sds-header-cta .hs-cta-node a.primary-cta{padding:10px 10px;font-weight:700;font-size:14px;line-height:16px;/*box-shadow:rgba(0, 0, 0, 0.0980392) 1px 1px 1px inset;*/}

.sds-mega-menu-overview .ghost-cta { background-color:transparent; color:#607d8b; border-color:#607d8b;font-size:14px;font-weight:normal;padding:8px;box-shadow:none;}
.sds-mega-menu-overview .ghost-cta:hover { background-color:#FFFFFF; color:#607d8b; border-color:#FFFFFF; }

/* - ---------------- FORMS ----------------- -*/
button, input[type="button"], input[type="submit"] { -webkit-appearance:none; cursor:pointer; }
::-webkit-input-placeholder { font-size:14px; color:#999; }/* Webkit */
:-moz-placeholder { font-size:14px; color:;#999; }/* Firefox 4-18 */
::-moz-placeholder { font-size:14px; color:#999; }/* Firefox 19+ */
:-ms-input-placeholder { font-size:14px; color:#999; }/* IE10+ */
.hs_cos_wrapper_type_form ul, .hs_cos_wrapper_type_blog_subscribe ul{ padding-left:0; list-style:none; }
.hs_cos_wrapper_type_form ul.hs-error-msgs.inputs-list, .hs_cos_wrapper_type_blog_subscribe ul.hs-error-msgs.inputs-list{ font-size: 12px;}
.hs_cos_wrapper_type_form ul.hs-error-msgs label:before, .hs_cos_wrapper_type_blog_subscribe ul.hs-error-msgs label:before{ content: "\f06a"; font-family: FontAwesome; margin-right: 5px; color: #FFCC00;}
.hs_cos_wrapper_type_form .hs-richtext, .hs_cos_wrapper_type_blog_subscribe .hs-richtext { margin-bottom: 15px;}

.hs_cos_wrapper_type_form { display: block; position: relative; max-width:500px; margin:0 auto;}
.hs_cos_wrapper_type_form .form-title {background-color: #000; color: #FFFFFF; padding:22px 18px; font-size: 19px; font-weight: 400; text-align:center; text-transform:initial!important; margin:0;}
.hs_cos_wrapper_type_form .form-title:empty{display:none;}
.hs_cos_wrapper_type_form form { background-color:#FFFFFF; border: 1px solid #000;  padding: 25px 30px 30px;  margin-top: -3px;}

.form-left-arrow .hs_cos_wrapper_type_form { padding-left: 50px; }
.form-left-arrow .hs_cos_wrapper_type_form:before {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    display: block;
    width: 50px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #D40000;
    color: #FFFFFF;
}
.hs_cos_wrapper_type_form .field { margin-bottom:20px; }
.hs_cos_wrapper_type_form label {font-size: 14px;  line-height: 1.2; color: #000000; }
.hs_cos_wrapper_type_form .field>label {display: block; font-weight: 700; margin-bottom: 7px;}
.hs_cos_wrapper_type_form .field>label:empty {display: none;}
.hs_cos_wrapper_type_form .hs_cos_wrapper_type_form form .hs-form-field>label span:nth-child(1):empty,
.hs_cos_wrapper_type_form .hs_cos_wrapper_type_form form .hs-form-field>label span:nth-child(1):empty + span.hs-form-required{display:none;}
.hs_cos_wrapper_type_form .hs-field-desc { color: #000000; font-size: 12px; margin-bottom: 7px; width: 100%;}
    
.hs_cos_wrapper_type_form .hs-button{
    display: block;
    text-decoration: none;
    width: 100%;
    padding: 18px 15px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    white-space: normal;
    border: 0;
    font-family: 'Montserrat', Arial, sans-serif;
    background-color: #D40000;
    color: #FFFFFF;
    border-radius:100px;
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
    margin-top:20px;
}
.hs_cos_wrapper_type_form .hs-button:hover { background-color: #BA0000; color: #FFFFFF;}

.hs_cos_wrapper_type_form select,
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"],
.hs_cos_wrapper_type_form input[type="datetime"],
.hs_cos_wrapper_type_form input[type="datetime-local"],
.hs_cos_wrapper_type_form input[type="date"],
.hs_cos_wrapper_type_form input[type="month"],
.hs_cos_wrapper_type_form input[type="time"],
.hs_cos_wrapper_type_form input[type="week"],
.hs_cos_wrapper_type_form input[type="number"],
.hs_cos_wrapper_type_form input[type="email"],
.hs_cos_wrapper_type_form input[type="url"],
.hs_cos_wrapper_type_form input[type="search"],
.hs_cos_wrapper_type_form input[type="tel"],
.hs_cos_wrapper_type_form input[type="color"] {
    border: 1px solid #616161;
    height: 40px;
    padding-left: 10px;
    outline:0;
    font-family:'Lato', Arial, sans-serif;
    width:100%!important;
    /*box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 1px inset;*/

}
.hs_cos_wrapper_type_form textarea{height: 70px;}

.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus,
.hs_cos_wrapper_type_form input[type="datetime"]:focus,
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus,
.hs_cos_wrapper_type_form input[type="date"]:focus,
.hs_cos_wrapper_type_form input[type="month"]:focus,
.hs_cos_wrapper_type_form input[type="time"]:focus,
.hs_cos_wrapper_type_form input[type="week"]:focus,
.hs_cos_wrapper_type_form input[type="number"]:focus,
.hs_cos_wrapper_type_form input[type="email"]:focus,
.hs_cos_wrapper_type_form input[type="url"]:focus,
.hs_cos_wrapper_type_form input[type="search"]:focus,
.hs_cos_wrapper_type_form input[type="tel"]:focus,
.hs_cos_wrapper_type_form input[type="color"]:focus {  border:1px solid #2185C7; }

/* Microcopy */
.sds-microcopy { margin-top: 25px; color: #000000; font-size: 14px; text-align:center; }

.sds-microcopy{visibility:hidden!important;height:0px;overflow:hidden;min-height:0!important;margin-bottom:0 !important;}
.sds-microcopy>.cell-wrapper{margin-bottom:0 !important;}
.hs_cos_wrapper_type_form .sds-microcopy{visibility:visible!important; float: none!important; height:auto;margin-top:25px;font-style:italic;color: #000000; font-size: 14px; line-height:1.3;text-align:center;}
.hs_cos_wrapper_type_form .sds-microcopy:empty{display:none!important;}
.hs-inline-edit .sds-microcopy {visibility: visible!important;height: auto;display:block!important;}
.hs-inline-edit .hs_cos_wrapper_type_form .microcopy{display:none!important;}

/* Form Top Arrow */
.top-arrow .hs_cos_wrapper_type_form { padding-left: 0; padding-top:60px; margin-top:-60px;}
.top-arrow .hs_cos_wrapper_type_form:before {content: "\f063"; left: 0; top: 0;}

/* Form Without Arrow */
.no-arrow .hs_cos_wrapper_type_form { padding-left: 0; padding-top:0; margin-top:0;}
.no-arrow .hs_cos_wrapper_type_form:before {display:none;}

/* Form Without border */
.no-border .hs_cos_wrapper_type_form form{border:0;}

/* Form Fill */
.fill-color .hs_cos_wrapper_type_form>div { background-color:#2185C7; }
.fill-color .hs_cos_wrapper_type_form label,
.fill-color .hs_cos_wrapper_type_form .hs-field-desc { color:#FFFFFF; }

/* Form Light */
.light-color .hs_cos_wrapper_type_form>div { background-color:#F5F7F8; color:#000000; border-color:#F5F7F8;}
.light-color .hs_cos_wrapper_type_form .form-title { background-color:#F5F7F8; color:#000000; }
.light-color .hs_cos_wrapper_type_form label,
.light-color .hs_cos_wrapper_type_form .hs-field-desc { color:#000000; }

/* Form Light Style */
.light-style .hs_cos_wrapper_type_form { padding-left: 0; padding-top:0; margin-top:0;}
.light-style .hs_cos_wrapper_type_form .form-title {background-color:transparent;color:#fff;padding:0;font-weight:bold;}
.light-style .hs_cos_wrapper_type_form form {background-color:transparent;border:0;padding:0;margin-top:0;}
.light-style .hs_cos_wrapper_type_form label{color:#fff;}

.form-style-3{}
.form-style-3 .hs_cos_wrapper_type_form{margin-top:0;background-color:transparent;max-width:100%;border: 0;}
.form-style-3 .hs_cos_wrapper_type_form h3.form-title{padding:0;background-color:transparent;color:#D40000;font-weight:600;font-size:27px;margin-bottom:20px;}
.form-style-3 .hs_cos_wrapper_type_form h3.form-title:empty{display:none;}
.form-style-3 .hs_cos_wrapper_type_form form{padding:0;position:relative;background-color:transparent;border: 0;}
.form-style-3 .hs_cos_wrapper_type_form form:before{display:none;}
.form-style-3 .hs_cos_wrapper_type_form form .hs_submit{text-align: center;}
.form-style-3 .hs_cos_wrapper_type_form form .hs-button.primary {margin: 0 auto;background-color: #D40000;font-weight:bold;padding:10px 20px;line-height:20px;width:100%;max-width:330px;
                                                                    box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);border:3px solid #D40000;}
.form-style-3 .hs_cos_wrapper_type_form form .hs-button.primary:hover,
.form-style-3 .hs_cos_wrapper_type_form form .hs-button.primary:focus{background-color: #BA0000;border-color:#BA0000;}
.form-style-3 .hs_cos_wrapper_type_form form div.input select,
.form-style-3 .hs_cos_wrapper_type_form form div.input textarea,
.form-style-3 .hs_cos_wrapper_type_form form div.input input[type="text"],
.form-style-3 .hs_cos_wrapper_type_form form div.input input[type="email"],
.form-style-3 .hs_cos_wrapper_type_form form div.input input[type="tel"],
.form-style-3 .hs_cos_wrapper_type_form form div.input input[type="number"] ,
.form-style-3 .hs_cos_wrapper_type_form form div.input input[type="file"] {border:1px solid #78909c;border-radius:3px;width:100%;background-color:#fff;box-shadow:rgba(0, 0, 0, 0.0980392) 1px 1px 1px inset;padding: 0px 20px;line-height:45px;height: 45px;}

.form-style-3 .hs_cos_wrapper_type_form form ul.inputs-list.hs-error-msgs li label{background-color:#ff0000;color:#fff;font-size:12px;position:absolute;border-radius:3px;padding:1px 3px;}

.one-line-form .field{margin-bottom:0;}
.one-line-form .field>label{margin-bottom:0;}
.one-line-form.fields-2 .hs_cos_wrapper_type_form form .form-columns-2{width:66.9%;clear:none;float:left;}
.one-line-form.fields-2 .hs_cos_wrapper_type_form form .hs_submit{width:33%;clear:none;float:left;}
.one-line-form.fields-3 .hs_cos_wrapper_type_form form .form-columns-3{width:70.9%;clear:none;float:left;}
.one-line-form.fields-3 .hs_cos_wrapper_type_form form .hs_submit{width:29%;clear:none;float:left;}
.one-line-form .hs_cos_wrapper_type_form form ul.inputs-list.hs-error-msgs li label{background-color:#ff0000;color:#fff;font-size:12px;position:absolute;border-radius:3px;padding:1px 3px;}
@media (max-width: 767px){
    .one-line-form.fields-3 .hs_cos_wrapper_type_form{max-width:600px;}
    .one-line-form.fields-3 .hs_cos_wrapper_type_form form .hs_submit{text-align: center;}
    .one-line-form.fields-3 .hs_cos_wrapper_type_form form .hs-button.primary {width:auto;max-width:600px;}
    .one-line-form.fields-3 .hs_cos_wrapper_type_form form .form-columns-3{width:100%;clear:both;float:none;}
    .one-line-form.fields-3 .hs_cos_wrapper_type_form form .hs_submit{width:100%;clear:both;float:none;}
}
@media (max-width: 600px){
    .one-line-form.fields-3 .hs_cos_wrapper_type_form form .form-columns-3>div{width:100%;clear:both;float:none;}
    
    .one-line-form.fields-2 .hs_cos_wrapper_type_form form .hs_submit{text-align: center;}
    .one-line-form.fields-2 .hs_cos_wrapper_type_form form .form-columns-2{width:100%;clear:both;float:none;}
    .one-line-form.fields-2 .hs_cos_wrapper_type_form form .hs_submit{width:100%;clear:both;float:none;}
}
@media (max-width: 480px){
    .one-line-form.fields-2 .hs_cos_wrapper_type_form form .form-columns-2>div{width:100%;clear:both;float:none;}
    .one-line-form.fields-2 .hs_cos_wrapper_type_form form .form-columns-2>div>div{padding:0 0 10px 0;}
}

.white-ghost-submit .hs_cos_wrapper_type_form form .hs-button.primary{border:3px solid #fff;background-color:transparent;color:#fff;}
.white-ghost-submit .hs_cos_wrapper_type_form form .hs-button.primary:hover{border:3px solid #D40000;background-color:#D40000;color:#fff;}

.ebook-form-section{}
.ebook-form-section form{}



/* Email Subscription Form */
.hs_cos_wrapper_type_blog_subscribe { display:block; background-color:#263238; color:#fff; padding:25px;}
.hs_cos_wrapper_type_blog_subscribe .form-title {font-size:19px; font-weight:700; line-height:1.3; }
.hs_cos_wrapper_type_blog_subscribe .form-title:after { 
    content: '';
    display: block;
    width: 75px;
    max-width: 100%;
    height: 2px;
    background-color: #ffffff;
    margin-top: 10px;
    margin-bottom: 20px;
}
.hs_cos_wrapper_type_blog_subscribe .field > label { font-size:14px; font-weight:700; }
.hs_cos_wrapper_type_blog_subscribe input[type="email"] { 
    background-color: #fff;
    border:1px solid #78909c;
    border-width: 1px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px inset;
    color: #b0bec5;
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
    width: 100%;
    height: 45px;
    outline:0;
}
.hs_cos_wrapper_type_blog_subscribe input[type="email"]:focus {border-color:#2185c7;}
.hs_cos_wrapper_type_blog_subscribe input[type="email"].invalid,
.hs_cos_wrapper_type_blog_subscribe input[type="email"].error { border-color:#d40000; }
.hs_cos_wrapper_type_blog_subscribe input[type="submit"] {
    background-color:#d40000;
    color: #fff;
    padding: 15px 10px;
    border-radius: 40px;
    border:0;
    font-family:'Montserrat',serif;
    font-size: 16px;
    font-weight:700;
    text-align: center;
    width: 100%;
    outline:0;
    margin-top:15px;
}
.hs_cos_wrapper_type_blog_subscribe input[type="submit"]:hover,
.hs_cos_wrapper_type_blog_subscribe input[type="submit"]:focus { background-color: #ab3629; }



/* - ---------------------------CUSTOM MODULES -------------------------------- */

/* SDS BANNERS */
.sds-banner {position: relative;}
.sds-banner[style*="background-image"] .fa{ color:#FFFFFF;}
.sds-banner .banner-wrapper { position: relative;}

.sds-banner.fit80 {min-height: 80vh;}
.sds-banner.fit100 {min-height: 100vh;}
.sds-banner.fit-screen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sds-banner .banner-overlay {display: block; width: 100%;height: 100%; position: absolute; top: 0; left: 0; }
.sds-banner .banner-overlay.overlay-solid {background-color: #2185C7;}
.sds-banner .banner-overlay.overlay-gl-lr{
                                       background:none;
                                       background: -moz-linear-gradient(left, #2185C7 0%, #FFFFFF 100%);
                                       background: -webkit-linear-gradient(left, #2185C7 0%, #FFFFFF 100%);
                                       background: linear-gradient(to right, #2185C7 0%, #FFFFFF 100%);}
.sds-banner .banner-overlay.overlay-gl-rl{
                                       background:none;
                                       background: -moz-linear-gradient(right, #2185C7 0%, #FFFFFF 100%);
                                       background: -webkit-linear-gradient(right, #2185C7 0%, #FFFFFF 100%);
                                       background: linear-gradient(to left, #2185C7 0%, #FFFFFF 100%);}
.sds-banner .banner-overlay.overlay-gl-tb{
                                       background:none;
                                       background: -moz-linear-gradient(top, #2185C7 0%, #FFFFFF 100%);
                                       background: -webkit-linear-gradient(top, #2185C7 0%, #FFFFFF 100%);
                                       background: linear-gradient(to bottom, #2185C7 0%, #FFFFFF 100%);}
.sds-banner .banner-overlay.overlay-gl-bt{
                                       background:none;
                                       background: -moz-linear-gradient(bottom, #2185C7 0%, #FFFFFF 100%);
                                       background: -webkit-linear-gradient(bottom, #2185C7 0%, #FFFFFF 100%);
                                       background: linear-gradient(to top, #2185C7 0%, #FFFFFF 100%);}
.sds-banner .banner-overlay.overlay-gr{
                                       background:none;
                                       background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0) 100%);
                                       background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0) 100%);
                                       background: radial-gradient(ellipse at center, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0) 100%);}

.banner-1-column .banner-headline + .banner-text,
.banner-2-column .banner-headline + .banner-text { padding-top:40px; }

@media(max-width:767px){
.sds-banner{ padding-top: 40px!important; padding-bottom: 40px!important;}
.banner-1-column .scroll-aid,
.banner-2-column .scroll-aid { padding-top: 30px!important;}
}

/* Scroll Aid */
.scroll-aid { text-align: center; font-size: 40px; line-height: 1;}
.scroll-aid-anchor { display: inline-block; vertical-align:top; text-decoration:none;}
.scroll-aid-icon { line-height: 1; vertical-align: top; -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -o-transition: ease .3s;
    -ms-transition: ease .3s;
    transition: ease .3s;}
.scroll-aid-anchor:hover .scroll-aid-icon { -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -o-transition: ease .3s;
    -ms-transition: ease .3s;
    transition: ease .3s; }
.scroll-aid-label {line-height: 1; font-size: 14px;}
.scroll-aid-icon:before { line-height: 1;font-size:60px;line-height:30px;}

/* Heading */
.headline + .subheadline { margin-top:20px }

/* Text 2*/
@media (max-width:600px) {
.text-2 {padding-top:40px!important; padding-bottom:40px!important;}
.text-2 .sds-table,
.text-2 .sds-tr,
.text-2 .sds-td { display:block; width:100%; margin-bottom:0;}
.text-2 .sds-table { margin-left:0;}
}

/* Text 3 */
@media (max-width:899px) {
.text-3 { padding-top:40px!important; padding-bottom:40px!important; }
.text-3 .sds-table,
.text-3 .sds-tr,
.text-3 .sds-td { display:block; width:100%; margin-bottom:25px;}
.text-3 .sds-table { margin-left:0;}
}

/* Image Text 2 */
.image-text-2 .sds-image { padding-right:25px; }
.image-text-2 .sds-text + .sds-image {  padding-left:25px; padding-right:0px; }
.image-text-2 .sds-edge .sds-width11 {max-width: 1170px;}
.image-text-2 .sds-edge .sds-width12 {max-width: 1270px;}
.image-text-2 .sds-edge .halign-left .sds-image{ border-right: 25px solid rgba(0, 0, 0, 0); }
.image-text-2 .sds-edge .halign-right .sds-image { border-left: 25px solid rgba(0, 0, 0, 0); }
.image-text-2 .sds-edge .sds-image { background-repeat: no-repeat; background-size: cover; background-position:top center;}
@media( max-width:1175px ){
.image-text-2 .sds-image { padding-left:25px!important; padding-right:25px!important; }  
}
@media(max-width:768px){
.image-text-2 { padding-top:40px!important; padding-bottom:40px!important; }
.image-text-2 .sds-image { background:none!important; padding-left:25px!important; padding-right:25px!important; }
.image-text-2 .sds-edge .sds-text {padding-top:0!important; padding-bottom:0!important;}
.image-text-2 .sds-edge .sds-image { border:0!important; }
.image-text-2 .image-text-content-wrapper { max-width:500px!important; margin-left:auto!important; margin-right:auto!important; }
.image-text-2 .sds-table,
.image-text-2 .sds-tr,
.image-text-2 .sds-td { display: block; width: 100%; border:0!important;}
.image-text-2 .sds-table { margin-left:0;}
.image-text-2 .sds-td:first-child { margin-bottom:25px; }

}

/* Shoutbox CTA */
@media(max-width:767px){
.shoutbox-cta {padding-top:40px!important; padding-bottom:40px!important; }
.shoutbox-cta .sds-table,
.shoutbox-cta .sds-tr,
.shoutbox-cta .sds-td { display: block; width: 100%; border:0!important;}
.shoutbox-cta .sds-table { margin-left:0;}
.shoutbox-cta .sds-td:first-child { margin-bottom:25px; }
}

/*  Text Icon 3 */
.sds-icon-text .sds-icon { padding-bottom:25px; }

.icon-text-3 h3{font-size:20px;color:#1D74AD;}
@media (max-width:940px) {
.icon-text-3 { padding-top:40px!important; padding-bottom:40px!important; }
.icon-text-3 .sds-table,
.icon-text-3 .sds-tr,
.icon-text-3 .sds-td { display:block; width:100%;}
.icon-text-3 .sds-table { margin-left:0;}
}
@media (max-width:940px) and (min-width:600px) {
.icon-text-3 .sds-td:before,
.icon-text-3 .sds-td:after { content:""; display:block; }
.icon-text-3 .sds-td:after { clear:both; }
.icon-text-3 .sds-icon { float:left; padding:0!important; }
.icon-text-3 .sds-text { padding-left:135px; }
.icon-text-3 .sds-text * { text-align:left!important; }
}

@media (min-width:941px){
    .sds-icon-text.squeezed-text .sds-text { max-width: 275px;}
}

/*  Icon Text Horizontal */
.icon-text-horizontal .sds-icon { width:175px; }
.icon-text-horizontal .sds-icon-box {width:175px;height:175px;line-height: 141px; padding:15px; border:2px solid;text-align:center; overflow:hidden;}
.icon-text-horizontal .sds-icon-box img {vertical-align:middle; max-width:100%; max-height:100%;}
.icon-text-horizontal p { font-size:14px;}
.icon-text-horizontal .sds-headline:after { content: ""; display: block; vertical-align: middle; width: 150px; height: 2px; background-color:#1D74AD; margin-top: 20px; margin-bottom: 20px;}
.icon-text-horizontal .text-right .sds-headline:after {margin-left: auto;}

.se-bg .icon-text-horizontal-content .sds-headline:after { background-color:#FFFFFF; }
.sh-bg .icon-text-horizontal-content .sds-headline:after { background-color:#FFFFFF; }


/* Image Text 3 */
.image-text-3 h3 + p { margin-top: 0;}
.image-text-3 .sds-cta-button { margin-top:25px; }
.image-text-3-image {padding-bottom: 52.65%; height: 0; position: relative;overflow: hidden;}
.image-text-3-image > img { width:100%; position: absolute;top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);}
@media (max-width:940px) {
.image-text-3 { padding:40px 0!important; }
.image-text-3 .sds-table,
.image-text-3 .sds-tr,
.image-text-3 .sds-td { display:block; width:100%;}
.image-text-3 .sds-table { margin-left:0;}
.image-text-3 .sds-td { margin-top:40px; }
.image-text-3 .sds-td:first-child { margin-top:0px; }
.image-text-3 .sds-td:before,
.image-text-3 .sds-td:after { content:""; display:block; }
.image-text-3 .sds-td:after{ clear:both;}
}
@media (max-width: 940px) and (min-width: 600px){
    .image-text-3 .sds-td { padding:25px; }
    .image-text-3-image { width:40%; float:left;padding-bottom: 21.6%;}
    .image-text-3-text { width:60%; float:left; padding:0 0 0 25px; }
}
@media (max-width:599px){
    .image-text-3-wrapper {padding-left:25px; padding-right:25px;}
    .image-text-3-content-wrapper {max-width:360px; }
}

/* Resrouces */
.resources .headline + .sds-table { margin-top:40px; }
.resource-image {padding-bottom: 75%; height: 0; position: relative;overflow: hidden;}
.resource-image > img {height:100%; width:auto; max-width:none; position: absolute;top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);}
.resource-format { position:absolute; bottom:0; left:0; width:100%; text-align:center;}
.resource-format > span{ display:inline-block; vertical-align:bottom; width: 175px; max-width: 80%; font-size: 14px; padding: 5px; background-color:#2185C7; color:#FFFFFF;}
.resource-title h3 { font-weight:700; padding: 20px 25px; position:relative; text-transform:initial;}
.resource-title h3:after { content:""; position:absolute; bottom:0; border-top:2px solid; display:block; height:2px; width:100px; max-width:100%;}
.resource-summary { font-size:14px; padding: 20px 25px;}
.resources-link { font-size: 14px; padding: 20px 25px; }


@media(min-width:941px){
    .resources-link { position:absolute; bottom:0; left:0; width:100%;  }
    .resources-content .sds-td { position:relative; padding-bottom:55px; }
    .resources-content.card-box .resources-link {border-top: 1px solid #F5F7F8;}
    .resources-content.card-box .sds-td { border:1px solid #EBEEF0; }
} 
@media (max-width:940px) {
.resources { padding:40px 0!important; }
.resources .sds-table,
.resources .sds-tr,
.resources .sds-td { display:block; width:100%;}
.resources .sds-table { margin-left:0;}
.resources .sds-td { margin-top:40px; }
.resources .sds-td:first-child { margin-top:0px; }
.resources .sds-td:before,
.resources .sds-td:after { content:""; display:block; }
.resources .sds-td:after{ clear:both;}
}
@media (max-width: 940px) and (min-width: 600px){
    .resources .sds-td { padding:25px; }
    .resource-image { width:40%; float:left;padding-bottom: 30%;}
    .resource-content { width:60%; float:left; }
}
@media (max-width:599px){
    .resources-content.card-box .resources-link {border-top: 1px solid #F5F7F8;}
    .resources-content.card-box .sds-td { border:1px solid #EBEEF0; }
    .resources-wrapper {padding-left:25px; padding-right:25px;}
    .resources-content-wrapper .sds-table {max-width:360px; margin:0 auto; }
}

/* Cards  */
.cards-listing > span > div { position:relative; padding-bottom:55px; border:1px solid #EBEEF0; background-color:#FFFFFF;}
.card-image {padding-bottom: 75%; height: 0; position: relative;overflow: hidden;}
.card-image > img { height:100%; width:auto; max-width:none; position: absolute;top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);}
.card-title h3 { font-weight:700; padding: 20px 25px; position:relative; text-transform:initial;}
.card-title h3:after { content:""; position:absolute; bottom:0; border-top:2px solid; display:block; height:2px; width:100px; max-width:100%;}
.card-summary { font-size:14px; padding: 20px 25px;}
.card-link { font-size: 14px; padding: 20px 25px; position:absolute; bottom:0; left:0; width:100%; border-top: 1px solid #F5F7F8; }
.card-tag { position:absolute; bottom:0; left:0; width:100%; text-align:center;}
.card-tag > span{ display:inline-block; vertical-align:bottom; width: 175px; max-width: 80%; font-size: 14px; padding: 5px; background-color:#2185C7; color:#FFFFFF;}

@media (max-width: 767px) and (min-width: 600px){
    .cards-listing > span > div { border:0; padding-bottom:0;}
    .card-content-wrapper { padding:25px; }
    .card-content-wrapper:before, .card-content-wrapper:after { content:""; display:block; }
    .card-content-wrapper:after { clear:both; }
    .card-image { width:40%; float:left;padding-bottom: 30%;}
    .card-content { width:60%; float:left; }
    .card-title h3 { padding-top:0px; }
    .card-link { border:0; position:initial; padding:0 25px;}
}

/* LOGO BAND */
.logo-band-content .title{font-size:28px;font-weight:normal;text-align:center;font-family:'Lato', Arial, sans-serif;}
@media (max-width:767px){
    .logo-band-content .sds-table .sds-tr{ display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;-webkit-flex-flow: row wrap; flex-flow: row wrap;}
    .logo-band-content .sds-table .sds-td{display:block;float:left;width:33.33%!important;text-align;center;margin-bottom:20px;}
    .logo-band-content .sds-table .sds-td img{max-width:120px;}
}
@media (max-width:480px){
    .logo-band-content .sds-table .sds-td{width:50%!important}
    .logo-band-content .sds-table .sds-td:last-child:nth-child(odd){width:100%!important}
    .logo-band-content .sds-table .sds-td img{max-width:100px;}
}

/* Blog Feed */
.hs_cos_wrapper_type_rss_listing { padding-top:20px; padding-bottom: 20px;}
.hs-rss-module { max-width: 1225px; padding-left:25px; padding-right:25px; margin: 0 auto;display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-items: stretch; align-items: stretch;}
.hs-wrapper .hs-rss-module { max-width: 1175px; padding-left:0; padding-right:0; }

.hs_cos_wrapper_type_rss_listing h3 { font-weight: 400; line-height: 1.3; color:#1D74AD; text-transform: capitalize; text-align: center; max-width: 1175px; margin:60px auto 30px;}
.hs_cos_wrapper_type_rss_listing h3:empty { display:none; }

.hs-rss-item { background-color: #fff;  position: relative;}

.hs-rss-item.hs-with-featured-image:before { content: ""; display: block; width: 100%; height: 0; padding-bottom: 55%; }
.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper { display: block; width: 100%; position: absolute; top: 0; left: 0; height: 0; overflow: hidden; padding-bottom: 55%;}
.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image { min-width:100%;max-width: none;  -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); position: absolute; top: 50%; left: 50%;}
.hs-rss-item.hs-with-featured-image .hs-rss-item-text {float: none; width: 100%;}
.hs-rss-description a {display: block; line-height: 1;padding: 5px 0 0 0 ;}
.hs-rss-description { padding: 20px 0; margin-bottom: 0;}
a.hs-rss-title { font-size: 19px; line-height:1.3; text-decoration: none;display: block;font-weight: 400;padding: 20px 0 0 0;position: relative;color:#1D74AD;}
.hs-rss-byline {font-size: 14px; opacity: 1;padding: 5px 0 0;color:#546E7A;}

@media(min-width:1024px){
    .hs-rss-item { float: left;width: calc(33.333333% - 20px ); margin-left: 30px;}
    .hs-rss-item:first-child {margin-left: 0;}
}
@media (max-width: 940px) and (min-width: 600px){
    .hs-rss-item {border: 0; padding:25px;}
    .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper { position:relative; width:40%; padding-bottom: 30%; float:left;}
    .hs-rss-item.hs-with-featured-image:before {display:none; }
    .hs-rss-item.hs-with-featured-image .hs-rss-item-text {float: right; width: 60%;}
    .hs-rss-description a { position: relative; border:0; padding:25px 0 0;}
}
@media (max-width: 599px){
    .hs-rss-module { max-width:410px; margin-left:auto; margin-right:auto; }
    .hs-wrapper .hs-rss-module { max-width:360px; }
    .hs-rss-item { margin-bottom:40px; }
    }

/*- Testimonials - */
.testimonial-content blockquote{color:#000000;}
.testimonial-content .sc-photo { overflow: hidden; position:relative;}
.testimonial-content .sc-photo img { width:100%;}
.testimonial-content .sc-photo.rounded,
.testimonial-content .sc-photo.rounded img { border-radius:50%; }
.testimonial-content.big .sc-photo.framed {background-color:#fff; border:10px solid #616161; }
.testimonial-content.small .sc-photo.framed {background-color:#fff; border:5px solid #616161; }
.testimonial-content.small .sc-photo { width: 75px; height: 75px; }
.testimonial-content.big .sc-photo { width: 175px; height: 175px; }
.testimonial-content.basic-top { text-align:center; }
.testimonial-content.basic-top .sc-photo{margin-bottom:40px;}
.testimonial-content .sc-photo { margin-left:auto; margin-right:auto; }
.testimonial-content.basic-left .sc-photo {float: left;}
.testimonial-content.basic-right .sc-photo { float: right;}
.testimonial-content.basic-left.small .sc-testimony {padding-left: 90px;}
.testimonial-content.basic-right.small .sc-testimony {padding-right: 90px;}
.testimonial-content.basic-left.big .sc-testimony {padding-left: 225px;}
.testimonial-content.basic-right.big .sc-testimony {padding-right: 225px;}
.sc-signature { margin-top: 15px;line-height:1.3;}
.sc-signature .name {font-weight: 700;}
.sc-signature .position { font-style: italic;}
.sc-signature .company { display:block; }

.testimonial-content.boxed .sc-photo.framed { border-color:#fff; }
.testimonial-content.boxed .sc-testimony { background-color:#F5F7F8; color:#000000; padding:25px; }
.testimonial-content.boxed.small .sc-testimony { margin-top:-35px; padding-top:45px; }
.testimonial-content.boxed.big .sc-testimony { margin-top:-60px; padding-top:75px; }
.testimonial-content.boxed.top-left .sc-photo { margin-left:25px; }
.testimonial-content.boxed.top-middle { text-align:center; }
.testimonial-content.boxed.top-middle .sc-photo { margin-left: auto; margin-right:auto;}
.testimonial-content.boxed.top-right .sc-photo { margin-left: auto; margin-right:25px; }

@media (max-width:767px){
    .testimonial-content.big .sc-photo { width: 75px; height: 75px; }
    .testimonial-content.basic-left.big .sc-testimony {padding-left: 90px;}
    .testimonial-content.basic-right.big .sc-testimony {padding-right: 90px;}
    .testimonial-content.cell-padding {padding-right:0; padding-left:0; }
    .sc-signature > span { display: block; line-height:1.2;}
}
@media (max-width:480px){
.testimonial-content.basic-left .sc-testimony,
.testimonial-content.basic-right .sc-testimony { padding:0!important; }
.testimonial-content.basic-left .sc-photo { margin-right:10px; }
.testimonial-content.basic-right .sc-photo { margin-left:10px; }
}

.testimony { position:relative; }
.testimony { background-color:rgba(0,0,0,.85); }
.testimony > div { padding-left:15px; }
.testimony .company-logo { margin-top:25px; }
.testimony .quote { margin-top:25px; margin-bottom:25px; }
.testimony .company-logo + .quote { margin-top:40px; }
.testimony .quote + .signature { margin-top:40px; margin-bottom:25px; line-height:1.3;}
.testimony .signature + .story-link { margin-top:40px; margin-bottom:25px; }

.testimonial-banner .sds-site-wrapper { overflow:hidden; }
.testimonial-banner .banner-content.halign-left .testimony:before,
.testimonial-banner .banner-content.halign-right .testimony:before { content: ""; background-color: rgba(0,0,0,.85); position: absolute; top: 0; display:block; width: 100%; height: 100%;}
.testimonial-banner .banner-content.halign-left .testimony:before { right:100%; }
.testimonial-banner .banner-content.halign-right .testimony:before { left:100%;}

.top-thumb-auto .testimonial-content.big .sc-photo{width:auto;height:auto;}
.top-thumb-auto .testimonial-content.big .sc-photo img{width:auto;}

.blockquote-with-bar .sc-signature{margin-top:30px;}

.success-story-banner .sds-site-wrapper { overflow:hidden; }
.success-story-banner .testimony:before { content: ""; background-color: rgba(0,0,0,.85); position: absolute; top: 0; left:100%; display:block; width: 100%; height: 100%;}

/* Testimonails Directory Card */
.dir-testimonial .quote-details { position:relative; margin-top: 25px; min-height:75px;}
.dir-testimonial .quote-signature { font-size:14px; line-height:1.3; }
.dir-testimonial .quote-name { font-weight:700; }
.dir-testimonial .quote-photo + .quote-signature { padding-left:90px; }
.dir-testimonial .quote-photo { position:absolute; top:0; left:0; width:75px; height:75px; overflow:hidden; border-radius:50%;}
.dir-testimonial .quote-photo img { max-width:100%; max-height:100%; }


/* Popular Post */
.popular-posts .module-headline { margin-bottom:40px; }
.popular-posts .post-item { position:relative; background-color:#FFFFFF;}
.post-head { position:relative; height: 0;overflow: hidden;}
.post-head.ratio43 {padding-bottom: 75%;}
.post-head.ratio53{padding-bottom: 60%;}
.post-head.ratio85{padding-bottom: 62.5%;}
.post-head.ratio169{padding-bottom: 56.25%;}
.post-image{position:absolute; top:50%; left:50%; -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); max-height: 100%; max-width: 100%;}
.popular-posts .post-body { padding:25px; }
.popular-posts .post-title { font-size:19px; line-height:1.3; font-weight:700; }
.popular-posts .post-byline { font-size:14px; line-height:1.3; margin-top:20px; opacity:.8;}
.popular-posts .post-author {}
.popular-posts .post-date { font-style:italic; }
.popular-posts .post-summary { font-size:16px; line-height:1.7; margin-top:20px; }
.popular-posts .post-link { display:inline-block; vertical-align:middle;  font-size:16px; text-decoration:none; }
.popular-posts .post-footer {padding:10px 25px 0;}
.popular-posts .post-footer.hidden-footer { visibility:none; opacity:0; }
.popular-posts .post-footer.floated-footer { position:absolute; width:100%; bottom:0; left:0;}
.body-container .popular-posts a.post-link.cta-button {text-decoration: none;margin: 0!important;min-width: 140px;font-weight: normal;font-size: 14px;padding: 0;line-height: 30px;}


/* Team In page */
.team-inpage-personal {width: 100%;float: left; padding: 25px 225px 0 0;}
.team-inpage-photo {width: 200px; height:200px; margin-left:-100%; float: right;}
.team-inpage-name { font-weight: 700;}
.team-inpage-bio { padding-top:25px; }
.team-inpage-social { font-size: 35px; margin-top: 20px;}
.team-inpage-social a {margin-left: 6px;}
.team-inpage-social a:first-child {margin-left: 0;}
.team-inpage-social a.facebook:hover { color:#3b5998;}
.team-inpage-social a.twitter:hover {color:#46d4fe;}
.team-inpage-social a.linkedin:hover {color:#069;}
.team-inpage-social a.gplus:hover {color:#dd5948;}

.team-inpage-tab {display: none; background-color:#2185C7;color: #fff;padding: 10px;position: relative;min-height: 70px; cursor:pointer;}
.team-inpage-tab:after {content: "\f078";font-family: FontAwesome;font-size: 22px; position: absolute;right: 10px;top: 50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);}
.team-inpage-tab.selected:after {content: "\f077"; }
.team-inpage-tab-photo {width: 50px;height: 50px;overflow: hidden; border-radius: 50%;position: absolute;top:10px;left:10px;}
.team-inpage-tab-photo + .team-inpage-tab-personal { padding-left: 60px;}
.team-inpage-tab-personal span { display:block; }
.team-inpage-tab-name {font-weight: 700;line-height: 1.7;}
.team-inpage-tab-title {font-size: 14px;line-height: 1.5;}


@media (max-width:768px){
    .team-inpage-tab {display:block!important;}
    .team-inpage-tab + div { display:none; }
    .team-inpage-personal {padding: 5px 165px 0 0;}
    .team-inpage-photo {width: 150px; height:150px; margin-left:-100%; float: right;}
    .team-inpage-social { font-size: 25px; margin-top: 10px;}
    .team-inpage-social a {margin-left: 3px;}
    .team-inpage-content { padding: 15px; background-color: rgba(33, 133, 199, .1);}
    }
@media (max-width:480px){
    .team-inpage-personal {padding: 5px 90px 0 0;}
    .team-inpage-photo {width: 75px; height:75px;}
    }
    


/* Table Row Module */
.table-row-label {font-size: 19px; font-family: 'Montserrat', Arial, sans-serif; color:#1D74AD; font-weight:700; word-break:break-word; padding-left:25px; }
@media (max-width:1023px){
.table-row-label {font-size: 16px; }   
    }
@media (max-width:768px){
.table-row .sds-table,
.table-row .sds-tr,
.table-row .sds-td { display:block; width:100%;}
.table-row .sds-table { margin-left:0;}
}

/* Features-Claims Module */
@media (max-width:480px) {
.features-claims { padding:40px 0!important; }
.features-claims .sds-table,
.features-claims .sds-tr,
.features-claims .sds-td { display:block; width:100%;}
.features-claims .sds-table { margin-left:0;}
}

/* Flow Module */
.flow-mod-cta { background-color:#000000; color:#FFFFFF; text-align:center; padding:50px 20px; }
.flow-mod-next { background-color:#F5F7F8; text-align:right; padding:20px 75px 20px 40px; text-decoration:none!important; position:relative;}
.flow-mod-next .next-label { display:inline-block; vertical-align:middle; }
.flow-mod-icon { position: absolute; top: 50%; right: 25px; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); color:#D40000; }
.flow-mod-icon:hover .fa { color:#BA0000; }

.flow-module.flow-regular .flow-mod-next:hover { background-color:#EBEEF0; }

.flow-module.flow-framed .flow-mod-next { background-color:#FFFFFF; border:3px solid #616161;}
.flow-module.flow-framed .flow-mod-next:hover {  border-color:#212121; }
.flow-module.flow-framed .flow-mod-next:hover { background-color:#F5F7F8; }

.flow-module.flow-bleed .flow-mod-next { background-color:#FFFFFF; border-top: 2px solid #000000;}
.flow-module.flow-bleed .flow-mod-next:hover { background-color:#F5F7F8; }

@media (max-width:767px){
.flow-mod-cta { border-right:0; text-align:center; padding:20px; }
.flow-mod-cta,
.flow-mod-next { display:block!important; width:100%!important; }  
    }

@media (min-width:768px){
.flow-module.flow-bleed { position:relative; }
.flow-module.flow-bleed .flow-module-wrapper { position:relative; z-index:2; }
.flow-module.flow-bleed .flow-bleed-left,
.flow-module.flow-bleed .flow-bleed-right { width:50%; height:100%; position:absolute; top:0;  }
.flow-module.flow-bleed .flow-bleed-left { left:0; background-color:#000000;}
.flow-module.flow-bleed .flow-bleed-right {right:0; background-color:#FFFFFF; border-top: 2px solid #000000;}
.flow-module.flow-bleed .flow-mod-next:hover { background-color:#F5F7F8; background-image:linear-gradient(to right,#F5F7F8, #FFFFFF ); }
    }

/* - --------------------------- Template Styling -------------------------------- */
/* About us */
.sds-about .body-container .sds-team-directory-inpage .team-inpage { display: none;}
.sds-about .body-container .sds-team-directory-inpage .team-inpage.selected { display: block;}
.sds-about .team-labels { max-width: 1225px; padding: 0 13px; margin: 0 auto;}
.sds-about .team-labels label { padding: 25px; padding-right: 40px; width: 25%; float: left; cursor: pointer; position: relative; border-left: 12px solid #fff;  border-right: 12px solid #fff;}
.sds-about .team-labels label span {display: block; }
.sds-about .team-labels span.member-name { font-weight: 700;  font-family:'Montserrat', Arial, sans-serif; font-size: 17px; line-height: 1.7;}
.sds-about .team-labels span.member-title { font-size: 14px; line-height: 1.5;}
.sds-about .team-labels label:hover,
.sds-about .team-labels label.selected { background-color: #1D74AD; color:#FFFFFF;}
.sds-about .team-labels label.selected:after {content: "\f104";position: absolute;right: 10px;top: 50%;font-family: FontAwesome;transform: translateY(-50%);font-size: 65px;text-align: center;}
@media(min-width:769px){
    .sds-about .team-labels {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-items: stretch;
        align-items: stretch;
    }
}
@media (max-width:768px){
    .sds-about .team-labels {display: none!important;}
    .sds-about .body-container .sds-team-directory-inpage .team-inpage {display: block;padding-top: 10px!important;padding-bottom: 5px!important;}
}

/* Contact Us */
.contact-us .left-column h3:after { content: ""; display: block; vertical-align:middle; width: 100px; max-width:100%; height: 2px; background-color:#1D74AD; margin-top: 15px;}


/* - --------------------------- HUBSPOT MODULES -------------------------------- */

/* Horizontal Spacer */
.hs_cos_wrapper_type_space { display: block; height:40px;}

/* Post Filter & Post Listing  */
.hs_cos_wrapper_type_post_listing h3,
.hs_cos_wrapper_type_post_filter h3 { font-size: 19px; font-weight: 700;}
.hs_cos_wrapper_type_post_listing li,
.hs_cos_wrapper_type_post_filter li{ font-size: 15px; line-height: 1.3; margin-top: 20px;}
.hs_cos_wrapper_type_post_listing li a,
.hs_cos_wrapper_type_post_filter li a{ display:block; }
.hs_cos_wrapper_type_post_filter .filter-link-count {float:right; display:inline-block; background-color:#1D74AD; color:#FFFFFF; font-size:12px; min-width:18px; min-height:18px; line-height:18px;padding: 0 3px; text-align:center; border-radius: 8px;}
.hs_cos_wrapper_type_post_filter a[href*="afvadmin"] { display: none!important;}

/*- Follow Me Widget  -*/
.hs_cos_wrapper_type_follow_me {display:block;}
.hs_cos_wrapper_type_follow_me h3 { font-weight:700; margin-bottom:17px; }
.hs_cos_wrapper_type_follow_me h3:empty { display:none; }
.hs_cos_wrapper_type_follow_me a.fm_button {
    display: inline-block;
    height: 34px;
    width: 34px;
    margin: 0 4px 4px 0;
    font-family:FontAwesome;
    font-size:22px;
    line-height:34px;
    color:#2185C7;
    text-decoration:none;
    text-align:center;   
    }
.footer-container .hs_cos_wrapper_type_follow_me a.fm_button { color:#607d8b; }
    
.hs_cos_wrapper_type_follow_me a.fm_button span {display: none!important;}

.hs_cos_wrapper_type_follow_me a.fm_button:before{ content:"\f0ac";}
.hs_cos_wrapper_type_follow_me a.fm_linkedin:before,
.hs_cos_wrapper_type_follow_me a[href*="linkedin.com"]:before {content:"\f0e1";}
.hs_cos_wrapper_type_follow_me a.fm_twitter:before,
.hs_cos_wrapper_type_follow_me a[href*="twitter.com"]:before {content:"\f099";}
.hs_cos_wrapper_type_follow_me a.fm_googleplus:before,
.hs_cos_wrapper_type_follow_me a[href*="plus.google.com"]:before {content:"\f0d5";}
.hs_cos_wrapper_type_follow_me a.fm_youtube:before,
.hs_cos_wrapper_type_follow_me a[href*="youtube.com"]:before {content:"\f167";}
.hs_cos_wrapper_type_follow_me a.fm_facebook:before,
.hs_cos_wrapper_type_follow_me a[href*="facebook.com"]:before {content:"\f09a";}
.hs_cos_wrapper_type_follow_me a.fm_rss:before {content:"\f09e";}
.hs_cos_wrapper_type_follow_me a.fm_xing:before,
.hs_cos_wrapper_type_follow_me a[href*="xing.com"]:before {content:"\f168";}
.hs_cos_wrapper_type_follow_me a[href*="instagram.com"]:before {content:"\f16d";}

.hs_cos_wrapper_type_follow_me a.fm_linkedin:hover,
.hs_cos_wrapper_type_follow_me a[href*="linkedin.com"]:hover {color:#069;}
.hs_cos_wrapper_type_follow_me a.fm_twitter:hover,
.hs_cos_wrapper_type_follow_me a[href*="twitter.com"]:hover {color:#46d4fe;}
.hs_cos_wrapper_type_follow_me a.fm_googleplus:hover,
.hs_cos_wrapper_type_follow_me a[href*="plus.google.com"]:hover {color:#dd5948;}
.hs_cos_wrapper_type_follow_me a.fm_youtube:hover,
.hs_cos_wrapper_type_follow_me a[href*="youtube.com"]:hover {color:#e62d28;}
.hs_cos_wrapper_type_follow_me a.fm_facebook:hover,
.hs_cos_wrapper_type_follow_me a[href*="facebook.com"]:hover {color:#3b5998;}
.hs_cos_wrapper_type_follow_me a.fm_rss:hover {color:#e6b54c;}
.hs_cos_wrapper_type_follow_me a.fm_xing:hover,
.hs_cos_wrapper_type_follow_me a[href*="xing.com"]:hover {color:#0a5d5e;}
.hs_cos_wrapper_type_follow_me a[href*="instagram.com"]:hover {color:#8a3ab9;}

/* 404 Template */
.error-search-form { position: relative;}
.error-search-label {position: absolute; bottom: 0; left: 0; height: 60px; width: 50px; font-size: 35px; padding: 0; color: #2185C7; text-align: center; }
.error-search-field{ height: 61px; border-width: 1px; border-color: transparent; border-bottom-color: #2185C7; padding: 10px 185px 10px 50px!important; font-size: 24px; font-style: italic; outline: 0;border-radius:0px 200px 200px 0px; }
.error-search-field:focus { border-color: #2185C7; }
.error-search-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 185px;
    padding:20px 10px;
    font-size: 20px;
    font-weight: 700;
    line-height:1;
    text-align:center;
    border: 0;
    color: #FFFFFF;
    background-color: #D40000;
    border-radius:0px 200px 200px 0; 
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
}
.error-search-button:hover { color: #FFFFFF; background-color: #BA0000; }



/*--- Breadcrumb  ---*/
.sds-breadcrumb {background-color: #F5F7F8; padding:0; font-size: 12px; line-height: 1.3;}
.sds-breadcrumb .hs_cos_wrapper_widget{max-width:1365px!important;display:block;margin:0 auto;float:none;padding: 0 25px;}
.sds-breadcrumb:before,
.sds-breadcrumb:after { content: "";display: table;}
.sds-breadcrumb:after { clear: both;}
.sds-breadcrumb li{margin-bottom:0;}
.sds-breadcrumb .hs-breadcrumb-menu { margin: 0; padding: 0; float: right;}
.sds-breadcrumb .hs-breadcrumb-menu:before { content: "You are here:"; float:left; line-height:1.5; color:#000000;display:inline-block;padding:5px 0;}
.sds-breadcrumb .hs-breadcrumb-menu-item { padding:5px 0 5px 10px; color:#2980B9; }
.sds-breadcrumb .last-crumb { font-weight: 700;}
.sds-breadcrumb .hs-breadcrumb-menu-divider { color:#616161; }
.sds-breadcrumb .hs-breadcrumb-menu-divider:before { content: '\f054'; font-family: FontAwesome;}
.sds-breadcrumb ul{padding:0;margin:0;}
.sds-breadcrumb .hs-breadcrumb-menu-item >a { text-decoration:none; }
.sds-breadcrumb .hs-breadcrumb-menu-item:hover >a { text-decoration:underline; }
.sds-breadcrumb li * {font-size: 12px!important;font-weight:normal!important;}


/* Search Results */
/*  GOOGLE SEARCH  */
.gsc-search-box { display:none!important; }
div.gsc-selected-option-container{min-width:100%!important;max-width:100%!important;width:100%!important;}
div.gsc-control-cse{padding:0;}
div.gsc-result-info{padding:0;margin:0;}
div.gsc-above-wrapper-area{margin-bottom:15px;}
div.gsc-adBlock,
div.gsc-adBlockVertical{display:none!important;height:0px;overflow:hidden;visibility:hidden;}
div.gsc-results,
div.gsc-thinWrapper{width:100%;}
div.gsc-wrapper.gsc-thinWrapper{border:0;}
div.gsc-expansionArea>div:nth-child(even){}
div.gsc-webResult.gsc-result{border-bottom:1px solid #616161!important;border-top-width:0!important;padding:20px 0px;}
div.gsc-webResult.gsc-result:hover { background-color:#F5F7F8; border-bottom:1px solid #616161; }
div.gsc-control-cse .gs-result .gs-title{height:auto;text-decoration: none;}
div.gs-webResult.gs-result a.gs-title{color:#1D74AD!important;font-size:19px!important;line-height: 1.5!important;height: auto;text-decoration: none!important;font-family:'Montserrat', Arial, sans-serif!important;overflow:visible;height:auto;}
div.gs-webResult.gs-result a.gs-title b{color:#000!important;font-family:'Montserrat', Arial, sans-serif;text-decoration: none;}
div.gs-webResult.gs-result a.gs-title:hover,
div.gs-webResult.gs-result a.gs-title:focus{text-decoration:none;color:#000;}
div.gs-bidi-start-align { font-size: 16px; line-height: 1.3;}
div.gs-webResult div.gs-visibleUrl,
div.gs-imageResult div.gs-visibleUrl{color:#212121;font-size:12px;font-family:'Montserrat', Arial, sans-serif;}
div.gs-image-box.gs-web-image-box{margin-right:10px;}
div.gs-webResult .gs-snippet{font-family:'Lato', Arial, sans-serif;}
div.gsc-webResult.gsc-result:hover{border-bottom:0px solid #616161;}

div.gsc-results .gsc-cursor-box{margin: 20px 0;}
div.gsc-results .gsc-cursor-box .gsc-cursor-page{display:inline-block;vertical-align:top;height:26px;width:26px;line-height:28px;text-align:center;font-weight:normal;text-decoration:none;
                                                background-color:#2185C7;font-family:'Montserrat', Arial, sans-serif;font-size:13px;color:#FFFFFF;margin: 0px 5px 5px 0px;}
div.gsc-results .gsc-cursor-box .gsc-cursor-page:hover{background-color:#D40000; color:#FFFFFF; text-decoration:none;}
div.gsc-results .gsc-cursor-box .gsc-cursor-current-page{background-color:#BA0000; color:#FFFFFF;text-decoration:none;}
@media (max-width: 480px){
    table.gsc-table-result td{width:100%;display:block;clear:both;}
    .gs-web-image-box-landscape img.gs-image{max-width:90px;max-height:70px;}
}


/* - --------------------------- MOBILE STYLING -------------------------------- */
@media (max-width:1023px){
    .hs-tools-menu { display:none!important; }
}
@media (max-width:767px){
    h1, h1 *, .sds-h1 { font-size: 26px!important; }
    h2, h2 *, .sds-h2{ font-size: 20px!important; }
    .sds-banner h2 { font-size: 18px!important; }
    h3, h3 *, .sds-h3 { font-size: 17px!important; }
    h4, .sds-h4 { font-size: 18px; }
    h5, .sds-h5 { font-size: 16px; }
    h6, .sds-h6 { font-size: 15px; }
    body { font-size: 15px; }
    blockquote { font-size:15px!important; }
    
    .sds-blog-feed h3 { font-size:20px;}
    
    .font-size-big h1 { font-size:30px;}
    .font-size-big h2 { font-size:28px;}
    .font-size-big h1+h2 { font-size: 24px; }
    .font-size-big h3 { font-size:25px;}
    .font-size-big h4 { font-size:26px;}
    .font-size-big h5 { font-size:24px;}
    .font-size-big h6 { font-size:18px;}
    .font-size-big p { font-size:18px;}
    .font-size-big blockquote { font-size:18px!important; }
    
    .sds-homepage h1,.sds-homepage .banner-1-column h1, .sds-homepage .banner-2-column h1 {font-size: 30px;}
    .sds-homepage h2,.sds-homepage .banner-1-column h2, .sds-homepage .banner-2-column h2 { font-size:24px; }
    
    .hs_cos_wrapper_type_rich_text ul { padding-left:25px}
    
    .testimonial-content {padding-right:0; padding-left:0; }
    .sc-signature > span { display: block; line-height:1.2;}
    .hs-tools-menu { display:none!important; }
}

.sds-lp .mobile-menu-trigger { display: none!important;}



.sds-homepage111 .top-banner .td2 table{background-color:#fff;border-spacing:12px;font-family:'Montserrat', Arial, sans-serif;color:#546E7A;font-size:14px;}
.sds-homepage111 .top-banner .td2 table td:nth-child(2){width:125px;}



.sds-homepage .top-banner .banner-wrapper{position:static;padding-bottom:50px!important;z-index:1111;}
.sds-homepage .top-banner .cta_button,
.sds-homepage .top-banner .cta-button{width:300px;}
.sds-homepage .top-banner .scroll-aid-icon{position:absolute;bottom:20px;}
.sds-homepage .top-banner .scroll-aid-icon:before{content:'↓';font-size:30px;}
@media (max-width:380px){
    .sds-homepage .top-banner .cta_button,
    .sds-homepage .top-banner .cta-button{width:auto;}
}


.sds-homepage .customer-experience{background-image: url(https://cdn2.hubspot.net/hubfs/380173/images/bg/ServicePower-logo-pattern1.png); background-repeat:no-repeat;background-position: center top;}
.sds-homepage .sds-logo-band{background-image: url(https://cdn2.hubspot.net/hubfs/380173/images/bg/ServicePower-logo-pattern2.png); background-repeat:no-repeat;background-position: center top;}
.sds-homepage .ebook-form-section{background-image: url(https://cdn2.hubspot.net/hubfs/380173/images/bg/ServicePower-logo-pattern3.png); background-repeat:no-repeat;background-position: center top;}

.sds-homepage .impacts>*>*>*{position:relative;padding-bottom:55px;}
.sds-homepage .impact .thumb{width:200px;height:200px;background-color:#F5F7F8;border:1px solid #EBEEF0;float:none;margin:0 auto 40px auto;border-radius:200px;text-align:center;}
.sds-homepage .impact .thumb img{margin-top:30px;margin-bottom:20px;}
.sds-homepage .impact .thumb .percentage{font-size:40px;font-weight:bold;line-height:40px;font-family:'Montserrat', Arial, sans-serif;}
.sds-homepage .impact .thumb .percentage span:after{display:inline-block;content:'%';}
.sds-homepage .impact .link-to-details{display:block;position:absolute;bottom:25px;left:0;line-height:20px;font-size:14px;color:#2980B9;text-decoration:underline;cursor:pointer;width:100%;text-align:center;}
.sds-homepage .impact .link-to-details:hover{text-decoration:none;}
.sds-homepage .impact .popup-details{visibility:hidden;position:absolute;background-color:#F5F7F8;padding:60px 25px 35px 25px;top:0;left:0;width:100%;height:100%; -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
                                                filter: alpha(opacity=0);
                                                opacity: 0;}
.sds-homepage .impact.active .popup-details{visibility:visible; filter: alpha(opacity=100);opacity: 1;}
.sds-homepage .impact .popup-details .close {font-size: 20px;position: absolute;right: 15px;top: 15px;width: 30px;height: 30px;line-height: 30px;text-align: center;cursor: pointer;color:#2185C7;}
.sds-homepage .impact .popup-details .close:hover { color:#1D74AD; }

.hs-inline-edit .sds-homepage .impact .popup-details{visibility:visible; filter: alpha(opacity=100);opacity: 1;display:block!important;position:static;}

.home-banner{position:relative;display:table;width:100%;overflow:hidden;}
.home-banner>div{position:relative;z-index:2;margin:0!important;}
.home-banner .sds-banner{background-color:transparent!important;}
.home-banner .home-slider{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:0;}
.home-banner .home-slider .slide{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:0;background-size:cover;background-repeat:no-repeat;background-position:center;}
.home-banner .home-slider .slide.slide1 {animation:fade 18s infinite;-webkit-animation:fade 18s infinite;} 
.home-banner .home-slider .slide.slide2 {animation:fade2 18s infinite;-webkit-animation:fade2 18s infinite;opacity:0}
.home-banner .home-slider .slide.slide3 {animation:fade3 18s infinite;-webkit-animation:fade3 18s infinite;opacity:0}
@keyframes fade
{
  0%   {opacity:1}
  33.333% { opacity: 0}
  66.666% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  33.333% { opacity: 1}
  66.666% { opacity: 0 }
  100% { opacity: 0}
}
@keyframes fade3
{
  0%   {opacity:0}
  33.333% { opacity: 0}
  66.666% { opacity: 1}
  100% { opacity: 0}
}

.home-banner .floating-logos{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:1;}
.home-banner .floating-logos>div{position:absolute;background-size:cover;background-repeat:no-repeat;background-position:center;
                                    background-image:url(https://cdn2.hubspot.net/hubfs/380173/images/icons/servicePower-floating-logo-2.png);opacity:.5;}
.home-banner .floating-logos>div:nth-child(4),
.home-banner .floating-logos>div:nth-child(5),
.home-banner .floating-logos>div:nth-child(6),
.home-banner .floating-logos>div:nth-child(7){background-image:url(https://cdn2.hubspot.net/hubfs/380173/images/icons/servicePower-floating-logo-1.png);}

.home-banner .floating-logos>div:nth-child(1){width:224px;height:196px;bottom:-115px;left:50%; -webkit-transform: translateX(-640px);
    -moz-transform: translateX(-640px);
    -o-transform: translateX(-640px);
    -ms-transform: translateX(-640px);
    transform: translateX(-640px);}
.home-banner .floating-logos>div:nth-child(2){width:393px;height:342px;top:50%;left:50%;margin-top:-196px; -webkit-transform: translateX(-915px);
    -moz-transform: translateX(-915px);
    -o-transform: translateX(-915px);
    -ms-transform: translateX(-915px);
    transform: translateX(-915px);}
.home-banner .floating-logos>div:nth-child(3){width:224px;height:196px;top:-115px;left:50%; -webkit-transform: translateX(-640px);
    -moz-transform: translateX(-640px);
    -o-transform: translateX(-640px);
    -ms-transform: translateX(-640px);
    transform: translateX(-640px);}
.home-banner .floating-logos>div:nth-child(4){width:188px;height:216px;top:-125px;left:50%; -webkit-transform: translateX(-99px);
    -moz-transform: translateX(-99px);
    -o-transform: translateX(-99px);
    -ms-transform: translateX(-99px);
    transform: translateX(-99px);}
.home-banner .floating-logos>div:nth-child(5){width:245px;height:282px;top:-200px;right:50%; -webkit-transform: translateX(410px);
    -moz-transform: translateX(410px);
    -o-transform: translateX(410px);
    -ms-transform: translateX(410px);
    transform: translateX(410px);}
.home-banner .floating-logos>div:nth-child(6){width:339px;height:392px;top:50%;left:50%;margin-top:-196px; -webkit-transform: translateX(510px);
    -moz-transform: translateX(510px);
    -o-transform: translateX(510px);
    -ms-transform: translateX(510px);
    transform: translateX(510px);}
.home-banner .floating-logos>div:nth-child(7){width:245px;height:282px;bottom:-150px;right:50%; -webkit-transform: translateX(635px);
    -moz-transform: translateX(635px);
    -o-transform: translateX(635px);
    -ms-transform: translateX(635px);
    transform: translateX(635px);}

.home-banner111 .floating-logos>div:nth-child(1){width:224px;height:196px;bottom:-115px;left:50%;margin-left:-640px;}
.home-banner111 .floating-logos>div:nth-child(2){width:393px;height:342px;top:50%;left:50%;margin-top:-196px;margin-left:-915px;}
.home-banner111 .floating-logos>div:nth-child(3){width:224px;height:196px;top:-115px;left:50%;margin-left:-640px;}
.home-banner111 .floating-logos>div:nth-child(4){width:188px;height:216px;top:-125px;left:50%;margin-left:-99px;}
.home-banner111 .floating-logos>div:nth-child(5){width:245px;height:282px;top:-200px;right:50%; margin-right:-410px;}
.home-banner111 .floating-logos>div:nth-child(6){width:339px;height:392px;top:50%;left:50%;margin-top:-196px;margin-right:-510px;}
.home-banner111 .floating-logos>div:nth-child(7){width:245px;height:282px;bottom:-150px;right:50%;margin-right:-635px;}


.fancybox-margin {margin-right: 0!important;}










/* .sidr{display: none;} */








/* Custom Styles */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 1em;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  white-space: pre-wrap;
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 13px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #828486;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}


q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
img.alignLeft {
  margin: 0 1.5em 1.5em 0;
}
img.alignRight {
  margin: 0 0 1.5em 1.5em;
}
.image-align-left {
  text-align: center;
}
.image-align-left img {
  display: inline-block;
}
@media (min-width: 768px) {
  .image-align-left {
    text-align: left;
  }
}
.image-align-right {
  text-align: center;
}
.image-align-right img {
  display: inline-block;
}
@media (min-width: 768px) {
  .image-align-right {
    text-align: right;
  }
}
.image-align-center {
  text-align: center;
}
.image-align-center img {
  display: inline-block;
}
ul.rss-items {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
}
ul.rss-items > li.rss-item {
  line-height: normal !important;
  margin-bottom: .875em;
}
ul.rss-items > li.rss-item br {
  display: none !important;
  position: absolute !important;
}
ul.rss-items a.rss-item {
  display: block;
  color: #5b5b5b !important;
}
ul.rss-items a.rss-item:hover {
  text-decoration: underline;
  color: #1D74AD;
}
ul.unstyled,
ol.unstyled {
  list-style: none;
  margin: 0 0 1.2em;
  padding: 0;
}
ul.inline,
ol.inline {
  text-align: left;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
}
.cta_button {
  display: inline-block;
  overflow: hidden;
}
.cta_button img {
  position: relative;
}
.cta-btn {
  background-color: #D40000;
  color: #ffffff !important;
  padding: 11px 25px;
  text-align: center;
  font-size: 1.125em;
  line-height: 1.1;
}
.cta-btn:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #5b5b5b;
}
@media (max-width: 767px) {
  .cta-btn {
    display: block;
  }
}
.body-container-wrapper{background-color:#fff;}
/* .header-container-wrapper,
.body-container-wrapper,
.footer-container-wrapper,
.full-width-section {
  width: 100%;
  position: relative;
} */
.full-width-section .span12{max-width: 1175px!important;float:none!important;margin:0 auto!important;}
.header-container-wrapper > .container-fluid,
.footer-container-wrapper > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.body-container-wrapper > .container-fluid {
}
.body-container-wrapper,
.full-width-section > .row-fluid-wrapper,
.site-footer > .row-fluid-wrapper {
  width: auto;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .full-width-section > .row-fluid-wrapper
    width: 1200px !important;
  }
}
/* The inner wrappers of your website */
.header-container,
.body-container,
.footer-container {
  overflow: visible;
}
.full-width-section > .row-fluid-wrapper {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.light-gray {
  background-color: #e5e4e4;
}
.gray-transparent {
  background-color: rgba(229, 228, 228, 0.95);
}
.red {
  background-color: #D40000;
}
.row-fluid,
.span12,
.row-fluid [class*="span"] {
  min-height: 0 !important;
}
.hex-border-container {
  position: relative;
}
.hex-border-container .hex-border-up-lg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
[class^="hex-border-"],
[class*=" hex-border-"] {
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  font-size: 12px;
}
@media (min-width: 768px) {
  [class^="hex-border-"],
  [class*=" hex-border-"] {
    font-size: 16px;
  }
}
.hex-border-down {
  height: 9em;
  background-position: center top;
  background-image: url(//cdn2.hubspot.net/hub/380173/file-1088662660-png/site_images/hex-edge-down.png);
}
.hex-border-down-lg {
  height: 10.250em;
  background-position: center top;
  background-image: url(//cdn2.hubspot.net/hub/380173/file-1153472238-png/site_images/hex-edge-down-lg.png);
}
.hex-border-up-lg {
  height: 10.250em;
  background-position: center bottom;
  background-image: url(//cdn2.hubspot.net/hub/380173/file-1088662665-png/site_images/hex-edge-up.png);
}
.hex-border-container {
  position: relative;
}
.hex-border-container [class^="hex-border-"],
.hex-border-container [class*=" hex-border-"] {
  position: absolute;
  right: 0;
  z-index: 1;
}
.hex-border-container .hex-border-up-lg {
  bottom: 0;
}
.hex-border-container .hex-border-down,
.hex-border-container .hex-border-down-lg {
  top: 0;
}
.micro-links {
  text-align: right;
  width: 208px;
}
@media (max-width: 992px) {
  .micro-links {
    display: none;
  }
}
.micro-links p {
  margin: 5px 0 14px;
  font-size: .9em;
}
.micro-links a {
  color: #2185C7;
  list-style-type: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.micro-links a:hover {
  color: #1D74AD;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header-buttons {
  width: 212px;
  padding: 0;
  text-transform: uppercase;
  list-style-type: none;
}
@media (max-width: 992px) {
  .header-buttons {
    display: none;
  }
}
.header-buttons li {
  display: inline-block;
    padding: 5px;
    position:absolute;
    right:0;
}
.header-buttons a {
  padding: 5px 15px;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header-buttons a:hover {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header-buttons .login {
  background-color: #D40000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header-buttons .login:hover {
  background-color: #BA0000;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header-buttons .contact-us {
  background-color: #D40000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header-buttons .contact-us:hover {
  background-color: #BA0000;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.secondary-header {
  width: 100%;
  height: 50px;
  overflow: hidden;
  position: absolute;
  left: 0;
  z-index: 2;
  display: none;
}
.secondary-header .container-fluid {
  background-color: #eee;
  width: auto;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .secondary-header .container-fluid {
    width: 1170px !important;
  }
}
.secondary-header.affix {
  position: fixed;
  top: 0px;
}
.secondary-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.secondary-header ul li {
  display: inline-block;
  margin: 0 -2px;
}
.secondary-header ul li a {
  display: block;
  padding: 0 1.25em;
  font-size: 1em;
  line-height: 50px;
  color: #222222;
  text-transform: uppercase;
}
.secondary-header ul li a:hover {
  text-decoration: none;
  background-color: #5b5b5b;
  color: #fff;
}
.secondary-header ul li.active a {
  color: #D40000;
  background-color: #ffffff;
  border-bottom: 3px solid #D40000;
}
.secondary-header ul li:last-child {
  float: right;
}
.secondary-header ul li:last-child a {
  font-weight: bold;
  font-size: 1.125em;
  padding: 0 1.5em;
  color: #fff;
  background: #D40000;
}
.secondary-header ul li:last-child a:hover {
  color: #fff;
  background-color: #8d050d;
}
@media (min-width: 768px) {
  .secondary-header {
    display: block;
  }
  .secondary-header ul {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .secondary-header ul {
    font-size: 16px;
  }
}
.page-header {
  margin-top: 0 !important;
  border-bottom-color: #ddd !important;
}
.page-header h1 {
  margin-top: 0 !important;
}
.page-header p.secondary-header {
  font-size: 1.563em !important;
  line-height: normal !important;
  font-weight: 600 !important;
  margin-bottom: 1em !important;
  padding-right: 5.5em !important;
  color: #D40000 !important;
}
.main-content h3 {
}
.main-content h4 {
}
.main-content h5 {
  font-weight: bold;
}
.main-content h6 {
  font-weight: bold;
  text-transform: uppercase;
}
.main-content p a,
.main-content li a,
.main-content blockquote a {
}
.main-content p a:hover,
.main-content li a:hover,
.main-content blockquote a:hover {
}
[id^="section-"],
[id*=" section-"] {
  position: relative;
  padding-top: 140px;
  margin-top: -140px;
}
[class^="sidebar-"],
[class*=" sidebar-"] {
  background: #ffffff;
}
[class^="sidebar-"] h2:first-child,
[class*=" sidebar-"] h2:first-child,
[class^="sidebar-"] h3:first-child,
[class*=" sidebar-"] h3:first-child,
[class^="sidebar-"] h4:first-child,
[class*=" sidebar-"] h4:first-child,
[class^="sidebar-"] h5:first-child,
[class*=" sidebar-"] h5:first-child {
  margin-top: 0;
}
[class^="sidebar-"] a[href^="mailto"],
[class*=" sidebar-"] a[href^="mailto"] {
  word-break: break-word;
}
[class^="sidebar-"] .row-fluid-wrapper,
[class*=" sidebar-"] .row-fluid-wrapper {
  font-size: 1em;
}
[class^="sidebar-"] .row-fluid-wrapper .span12.widget-type-rich_text,
[class*=" sidebar-"] .row-fluid-wrapper .span12.widget-type-rich_text,
[class^="sidebar-"] .row-fluid-wrapper .span12.widget-type-menu,
[class*=" sidebar-"] .row-fluid-wrapper .span12.widget-type-menu,
[class^="sidebar-"] .row-fluid-wrapper .span12.widget-type-form,
[class*=" sidebar-"] .row-fluid-wrapper .span12.widget-type-form,
[class^="sidebar-"] .row-fluid-wrapper .widget-type-blog_subscribe,
[class*=" sidebar-"] .row-fluid-wrapper .widget-type-blog_subscribe,
[class^="sidebar-"] .row-fluid-wrapper .widget-type-post_listing,
[class*=" sidebar-"] .row-fluid-wrapper .widget-type-post_listing,
[class^="sidebar-"] .row-fluid-wrapper .widget-type-post_filter,
[class*=" sidebar-"] .row-fluid-wrapper .widget-type-post_filter,
[class^="sidebar-"] .row-fluid-wrapper .widget-type-widget_container div.hs_cos_wrapper,
[class*=" sidebar-"] .row-fluid-wrapper .widget-type-widget_container div.hs_cos_wrapper {
  background: #eeeeee;
  padding: 25px;
  margin: 0 0 1.25em;
}
[class^="sidebar-"] .row-fluid-wrapper .widget-type-post_listing ul,
[class*=" sidebar-"] .row-fluid-wrapper .widget-type-post_listing ul,
[class^="sidebar-"] .row-fluid-wrapper .widget-type-post_filter ul,
[class*=" sidebar-"] .row-fluid-wrapper .widget-type-post_filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
[class^="sidebar-"] .row-fluid-wrapper .widget-type-post_listing ul > li a,
[class*=" sidebar-"] .row-fluid-wrapper .widget-type-post_listing ul > li a,
[class^="sidebar-"] .row-fluid-wrapper .widget-type-post_filter ul > li a,
[class*=" sidebar-"] .row-fluid-wrapper .widget-type-post_filter ul > li a {
  color: #000000;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  border-bottom: 1px solid #ddd;
  text-decoration:none;
}
[class^="sidebar-"] .hs-menu-wrapper a,
[class*=" sidebar-"] .hs-menu-wrapper a,
[class^="sidebar-"] .widget-module a,
[class*=" sidebar-"] .widget-module a {
  color: #828486;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 10px 12px !important;
  font-size: 18px;
  display: block;
  border-bottom: 1px solid #ccc;
}
[class^="sidebar-"] .hs-menu-wrapper a:hover,
[class*=" sidebar-"] .hs-menu-wrapper a:hover,
[class^="sidebar-"] .widget-module a:hover,
[class*=" sidebar-"] .widget-module a:hover {
  color: #D40000;
}
[class^="sidebar-"] .hs-menu-wrapper .hs-menu-children-wrapper,
[class*=" sidebar-"] .hs-menu-wrapper .hs-menu-children-wrapper,
[class^="sidebar-"] .widget-module .hs-menu-children-wrapper,
[class*=" sidebar-"] .widget-module .hs-menu-children-wrapper {
  width: 300px !important;
  background-color: #ffffff;
  padding: 10px 0;
  text-align: left;
  border: 2px solid #D40000;
  border-radius: 4px;
  box-shadow: 0 5px 8px -2px rgba(0, 0, 0, 0.4);
}
[class^="sidebar-"] .hs-menu-wrapper .hs-menu-children-wrapper:before,
[class*=" sidebar-"] .hs-menu-wrapper .hs-menu-children-wrapper:before,
[class^="sidebar-"] .widget-module .hs-menu-children-wrapper:before,
[class*=" sidebar-"] .widget-module .hs-menu-children-wrapper:before,
[class^="sidebar-"] .hs-menu-wrapper .hs-menu-children-wrapper:after,
[class*=" sidebar-"] .hs-menu-wrapper .hs-menu-children-wrapper:after,
[class^="sidebar-"] .widget-module .hs-menu-children-wrapper:after,
[class*=" sidebar-"] .widget-module .hs-menu-children-wrapper:after {
  content: " ";
  display: table;
}
[class^="sidebar-"] .hs-menu-wrapper .hs-menu-children-wrapper:after,
[class*=" sidebar-"] .hs-menu-wrapper .hs-menu-children-wrapper:after,
[class^="sidebar-"] .widget-module .hs-menu-children-wrapper:after,
[class*=" sidebar-"] .widget-module .hs-menu-children-wrapper:after {
  clear: both;
}
[class^="sidebar-"] .hs-menu-wrapper .hs-menu-children-wrapper:before,
[class*=" sidebar-"] .hs-menu-wrapper .hs-menu-children-wrapper:before,
[class^="sidebar-"] .widget-module .hs-menu-children-wrapper:before,
[class*=" sidebar-"] .widget-module .hs-menu-children-wrapper:before,
[class^="sidebar-"] .hs-menu-wrapper .hs-menu-children-wrapper:after,
[class*=" sidebar-"] .hs-menu-wrapper .hs-menu-children-wrapper:after,
[class^="sidebar-"] .widget-module .hs-menu-children-wrapper:after,
[class*=" sidebar-"] .widget-module .hs-menu-children-wrapper:after {
  content: " ";
  display: table;
}
[class^="sidebar-"] .hs-menu-wrapper .hs-menu-children-wrapper:after,
[class*=" sidebar-"] .hs-menu-wrapper .hs-menu-children-wrapper:after,
[class^="sidebar-"] .widget-module .hs-menu-children-wrapper:after,
[class*=" sidebar-"] .widget-module .hs-menu-children-wrapper:after {
  clear: both;
}
[class^="sidebar-"] .hs-menu-wrapper .active > a,
[class*=" sidebar-"] .hs-menu-wrapper .active > a,
[class^="sidebar-"] .widget-module .active > a,
[class*=" sidebar-"] .widget-module .active > a,
[class^="sidebar-"] .hs-menu-wrapper .active .active a,
[class*=" sidebar-"] .hs-menu-wrapper .active .active a,
[class^="sidebar-"] .widget-module .active .active a,
[class*=" sidebar-"] .widget-module .active .active a {
  color: #D40000;
}
[class^="sidebar-"] .hs-menu-wrapper .active-branch,
[class*=" sidebar-"] .hs-menu-wrapper .active-branch,
[class^="sidebar-"] .widget-module .active-branch,
[class*=" sidebar-"] .widget-module .active-branch,
[class^="sidebar-"] .hs-menu-wrapper .active-branch .hs-menu-item,
[class*=" sidebar-"] .hs-menu-wrapper .active-branch .hs-menu-item,
[class^="sidebar-"] .widget-module .active-branch .hs-menu-item,
[class*=" sidebar-"] .widget-module .active-branch .hs-menu-item {
  display: block !important;
}
[class^="sidebar-"] .hs-menu-wrapper .active-branch .hs-menu-children-wrapper,
[class*=" sidebar-"] .hs-menu-wrapper .active-branch .hs-menu-children-wrapper,
[class^="sidebar-"] .widget-module .active-branch .hs-menu-children-wrapper,
[class*=" sidebar-"] .widget-module .active-branch .hs-menu-children-wrapper {
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
  position: static !important;
}
[class^="sidebar-"] .hs-menu-wrapper .active-branch .hs-menu-children-wrapper > li a,
[class*=" sidebar-"] .hs-menu-wrapper .active-branch .hs-menu-children-wrapper > li a,
[class^="sidebar-"] .widget-module .active-branch .hs-menu-children-wrapper > li a,
[class*=" sidebar-"] .widget-module .active-branch .hs-menu-children-wrapper > li a {
  color: #000000;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  border-bottom: none;
}
[class^="sidebar-"] .hs-menu-wrapper .active-branch .hs-menu-children-wrapper .active-branch > a,
[class*=" sidebar-"] .hs-menu-wrapper .active-branch .hs-menu-children-wrapper .active-branch > a,
[class^="sidebar-"] .widget-module .active-branch .hs-menu-children-wrapper .active-branch > a,
[class*=" sidebar-"] .widget-module .active-branch .hs-menu-children-wrapper .active-branch > a {
  font-size: 1em;
  margin-top: 0;
  padding-bottom: 7px;
  color: #D40000;
}
[class^="sidebar-"] .hs-menu-wrapper .active-branch .hs-menu-children-wrapper .hs-menu-children-wrapper,
[class*=" sidebar-"] .hs-menu-wrapper .active-branch .hs-menu-children-wrapper .hs-menu-children-wrapper,
[class^="sidebar-"] .widget-module .active-branch .hs-menu-children-wrapper .hs-menu-children-wrapper,
[class*=" sidebar-"] .widget-module .active-branch .hs-menu-children-wrapper .hs-menu-children-wrapper {
  font-size: .875em;
  border-bottom: none;
  background-color: #eeeeee;
  margin-top: -1px;
  padding-bottom: 4px !important;
}
[class^="sidebar-"] .hs-menu-wrapper .active-branch .hs-menu-children-wrapper .hs-menu-children-wrapper a,
[class*=" sidebar-"] .hs-menu-wrapper .active-branch .hs-menu-children-wrapper .hs-menu-children-wrapper a,
[class^="sidebar-"] .widget-module .active-branch .hs-menu-children-wrapper .hs-menu-children-wrapper a,
[class*=" sidebar-"] .widget-module .active-branch .hs-menu-children-wrapper .hs-menu-children-wrapper a {
  border-bottom: none;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
[class^="sidebar-"] .hs-menu-wrapper .active-branch .hs-menu-children-wrapper .hs-menu-children-wrapper a:before,
[class*=" sidebar-"] .hs-menu-wrapper .active-branch .hs-menu-children-wrapper .hs-menu-children-wrapper a:before,
[class^="sidebar-"] .widget-module .active-branch .hs-menu-children-wrapper .hs-menu-children-wrapper a:before,
[class*=" sidebar-"] .widget-module .active-branch .hs-menu-children-wrapper .hs-menu-children-wrapper a:before {
  content: "-";
  display: inline-block;
  padding-right: 3px;
}
@media (min-width: 992px) {
  .sidebar-right .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: -300px !important;
  }
}
.vert-content {
  width: 100%;
  display: table;
  position: relative;
  z-index: 1;
}
.vert-content-inner {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
}
.billboard-content {
  padding: 1.5em 0;
  min-height: 300px;
  font-size: 12px;
}
.billboard-content h1,
.billboard-content h2,
.billboard-content h3,
.billboard-content h4,
.billboard-content h5,
.billboard-content h6,
.billboard-content p,
.billboard-content ul {
  color: #ffffff;
}
.billboard-content h1,
.billboard-content h2 {
  font-weight: 400;
}
@media (min-width: 768px) {
  .billboard-content {
    padding: 0;
    min-height: none;
    font-size: 16px;
  }
}
.billboard-sm,
.billboard-md,
.billboard-lg,
.billboard-feature {
  position: relative;
}
.billboard-sm,
.billboard-md,
.billboard-lg,
.billboard-feature,
.billboard-sm .vert-content,
.billboard-md .vert-content,
.billboard-lg .vert-content,
.billboard-feature .vert-content,
.billboard-sm .full-width-section,
.billboard-md .full-width-section,
.billboard-lg .full-width-section,
.billboard-feature .full-width-section {
  height: auto;
}
.billboard-sm .full-width-section,
.billboard-md .full-width-section,
.billboard-lg .full-width-section,
.billboard-feature .full-width-section {
  z-index: 1;
}
.billboard-sm .full-width-section .row-fluid-wrapper,
.billboard-md .full-width-section .row-fluid-wrapper,
.billboard-lg .full-width-section .row-fluid-wrapper,
.billboard-feature .full-width-section .row-fluid-wrapper,
.billboard-sm .full-width-section .row-fluid,
.billboard-md .full-width-section .row-fluid,
.billboard-lg .full-width-section .row-fluid,
.billboard-feature .full-width-section .row-fluid {
  height: 100%;
}
@media (min-width: 768px) {
  .billboard-sm,
  .billboard-sm .vert-content,
  .billboard-sm .full-width-section {
    height: 30.75em;
  }
}
@media (min-width: 768px) {
  .billboard-md,
  .billboard-md .vert-content,
  .billboard-md .full-width-section {
    height: 38.25em;
  }
}
@media (min-width: 768px) {
  .billboard-lg,
  .billboard-lg .vert-content,
  .billboard-lg .full-width-section {
    height: 58.688em;
  }
}
.billboard-feature {
  overflow: hidden;
}
@media (min-width: 768px) {
  .billboard-feature,
  .billboard-feature .vert-content,
  .billboard-feature .full-width-section {
    min-height: 27em;
  }
}
.billboard-feature-image {
  position: relative;
}
@media (min-width: 768px) {
  .billboard-feature-image img {
    position: absolute;
    top: -3.5em;
    left: 0;
    width: 50em;
    max-width: none;
  }
}
.billboard-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.billboard-image img {
  max-width: none;
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.billboard-content-lg .vert-content-inner {
  font-size: 22px;
}
.billboard-hex-bottom .vert-content {
  padding-bottom: 9em;
}
.billboard-dark-bkg .billboard-sm,
.billboard-dark-bkg .billboard-md,
.billboard-dark-bkg .billboard-lg {
  background-color: #000;
}
.billboard-dark-bkg .billboard-image {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.billboard-hex-container {
  width: 100%;
  height: 72.750em;
  position: relative;
  overflow: hidden;
  margin-bottom: -1px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .billboard-hex-container {
    font-size: 16px;
  }
  .billboard-hex-container .hex-sm .vert-content-inner {
    font-size: 16px;
  }
}
@media (min-width: 839px) {
  .billboard-hex-container {
    font-size: 12px;
    height: 44.813em;
  }
}
@media (min-width: 1130px) {
  .billboard-hex-container {
    font-size: 14px;
    margin-bottom: 0;
  }
}
@media (min-width: 1300px) {
  .billboard-hex-container {
    font-size: 16px;
  }
}
.billboard-hex {
  position: absolute;
  overflow: hidden;
  left: 50%;
  right: 50%;
  width: 52.500em;
  height: 72.750em;
  margin: 0 -26.25em;
}
.billboard-hex .main-title-hex {
  width: 26.75em;
  height: 27.688em;
  margin: 0 auto;
  position: relative;
  z-index: 4;
  margin-top: 7.5em;
}
.billboard-hex .main-title-hex h1 {
  font-size: 1.875em;
  padding: 3em;
  color: #fff;
  text-align: center;
}
.billboard-hex .main-title-hex .vert-content {
  height: 27.688em;
}
.billboard-hex .secondary-titles {
  width: 26.750em;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.billboard-hex .hex-sm {
  width: 10.375em;
  height: 9em;
  padding: 0 0.625em;
  color: #fff;
  line-height: 1;
  text-align: center;
  position: absolute;
}
.billboard-hex .hex-sm .vert-content {
  height: 9em;
}
.billboard-hex .hex-sm .vert-content-inner {
  font-size: 14px;
}
.billboard-hex .hex-sm-01,
.billboard-hex .hex-sm-03 {
  top: 4.750em;
}
.billboard-hex .hex-sm-04,
.billboard-hex .hex-sm-06 {
  top: 14.063em;
}
.billboard-hex .hex-sm-02 {
  top: 0;
}
.billboard-hex .hex-sm-05 {
  top: 9.375em;
}
.billboard-hex .hex-sm-07 {
  top: 18.813em;
}
.billboard-hex .hex-sm-08 {
  top: 23.500em;
}
.billboard-hex .hex-sm-01,
.billboard-hex .hex-sm-04 {
  left: 0;
}
.billboard-hex .hex-sm-02,
.billboard-hex .hex-sm-05,
.billboard-hex .hex-sm-07 {
  left: 8.250em;
}
.billboard-hex .hex-sm-03,
.billboard-hex .hex-sm-06,
.billboard-hex .hex-sm-08 {
  left: 16.375em;
}
.billboard-hex .hex-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.billboard-hex .hex-overlay-sm {
  left: 1em;
  background-image: url(//cdn2.hubspot.net/hub/380173/file-1157452971-png/site_images/touch-hex-pattern.png);
}
.billboard-hex .hex-overlay-lg {
  display: none;
  background-image: url(//cdn2.hubspot.net/hub/380173/file-1087639857-png/site_images/xl-hex-pattern.png);
}
.billboard-hex .billboard-image {
  z-index: 0;
}
.billboard-hex .hex-overlay-lg,
.billboard-hex .billboard-image-lg {
  display: none;
}
@media (min-width: 768px) {
  .billboard-hex .main-title-hex,
  .billboard-hex .secondary-titles {
    left: -1em;
  }
  .billboard-hex .hex-overlay-sm {
    left: 0;
  }
  .billboard-hex .hex-sm .vert-content-inner {
    font-size: 16px;
  }
}
@media (min-width: 839px) {
  .billboard-hex {
    width: 100em;
    height: 44.813em;
    margin: 0 -50em;
  }
  .billboard-hex .main-title-hex {
    left: 0;
  }
  .billboard-hex .secondary-titles {
    left: 0;
  }
  .billboard-hex .billboard-hex-container {
    height: 44.813em;
  }
  .billboard-hex .hex-overlay-sm,
  .billboard-hex .billboard-image-sm {
    display: none;
  }
  .billboard-hex .hex-overlay-lg,
  .billboard-hex .billboard-image-lg {
    display: block;
  }
  .billboard-hex .main-title-hex {
    position: absolute;
  }
  .billboard-hex .secondary-titles {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .billboard-hex .main-title-hex {
    top: 7.500em;
    left: 8.313em;
    margin-top: 0;
  }
  .billboard-hex .hex-sm-01,
  .billboard-hex .hex-sm-02,
  .billboard-hex .hex-sm-03,
  .billboard-hex .hex-sm-04 {
    top: 7.563em;
  }
  .billboard-hex .hex-sm-05,
  .billboard-hex .hex-sm-06,
  .billboard-hex .hex-sm-07,
  .billboard-hex .hex-sm-08 {
    top: 26.188em;
  }
  .billboard-hex .hex-sm-01,
  .billboard-hex .hex-sm-05 {
    left: 32.750em;
  }
  .billboard-hex .hex-sm-02,
  .billboard-hex .hex-sm-06 {
    left: 48.875em;
  }
  .billboard-hex .hex-sm-03,
  .billboard-hex .hex-sm-07 {
    left: 65.125em;
  }
  .billboard-hex .hex-sm-04,
  .billboard-hex .hex-sm-08 {
    left: 81.188em;
  }
}
@media (min-width: 992px) {
  .billboard-hex .hex-sm .vert-content-inner {
    font-size: 18px;
  }
}
.client-logos {
  border-bottom: 1px solid #D40000;
}
.client-logos img {
  display: inline-block;
  padding: 0 5px;
}
.client-logos img:first-child {
  padding-left: 0;
}
.client-logos img:last-child {
  padding-right: 0;
}
.hex-icon-group {
  text-align: center;
  display: block;
  text-decoration: none !important;
  margin-bottom: 1.5em;
}
.hex-caption {
  font-size: 1.5em;
  margin: 1em 0;
  text-align: center;
  color: #5b5b5b;
}
.hex-icon {
  width: 146px;
  height: 166px;
  position: relative;
  display: inline-block;
}
.hexagon {
  overflow: hidden;
  visibility: hidden;
  width: 146px;
  height: 200px;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
  cursor: pointer;
}
.hexagon-in1 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.hexagon-in2 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #999999;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 80%;
  visibility: visible;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hex-violet:hover .hex-caption {
  color: #374ea1;
}
.hex-violet:hover .hexagon-in2 {
  background-color: #374ea1;
}
.hex-violet:hover .hex-caption {
  color: #374ea1;
}
.hex-violet:hover .hexagon-in2 {
  background-color: #374ea1;
}
.hex-blue-green:hover .hex-caption {
  color: #149b9e;
}
.hex-blue-green:hover .hexagon-in2 {
  background-color: #149b9e;
}
.hex-blue-green:hover .hex-caption {
  color: #149b9e;
}
.hex-blue-green:hover .hexagon-in2 {
  background-color: #149b9e;
}
.hex-yellow:hover .hex-caption {
  color: #fdb813;
}
.hex-yellow:hover .hexagon-in2 {
  background-color: #fdb813;
}
.hex-yellow:hover .hex-caption {
  color: #fdb813;
}
.hex-yellow:hover .hexagon-in2 {
  background-color: #fdb813;
}
.hex-purple:hover .hex-caption {
  color: #9d1e60;
}
.hex-purple:hover .hexagon-in2 {
  background-color: #9d1e60;
}
.hex-purple:hover .hex-caption {
  color: #9d1e60;
}
.hex-purple:hover .hexagon-in2 {
  background-color: #9d1e60;
}
.hex-bright-red:hover .hex-caption {
  color: #ee3035;
}
.hex-bright-red:hover .hexagon-in2 {
  background-color: #ee3035;
}
.hex-bright-red:hover .hex-caption {
  color: #ee3035;
}
.hex-bright-red:hover .hexagon-in2 {
  background-color: #ee3035;
}
.hex-brand-red:hover .hex-caption {
  color: #D40000;
}
.hex-brand-red:hover .hexagon-in2 {
  background-color: #D40000;
}
.hex-brand-red:hover .hex-caption {
  color: #D40000;
}
.hex-brand-red:hover .hexagon-in2 {
  background-color: #D40000;
}
.hex-salmon:hover .hex-caption {
  color: #f15f5a;
}
.hex-salmon:hover .hexagon-in2 {
  background-color: #f15f5a;
}
.hex-salmon:hover .hex-caption {
  color: #f15f5a;
}
.hex-salmon:hover .hexagon-in2 {
  background-color: #f15f5a;
}
.hex-forest-green:hover .hex-caption {
  color: #5d8222;
}
.hex-forest-green:hover .hexagon-in2 {
  background-color: #5d8222;
}
.hex-forest-green:hover .hex-caption {
  color: #5d8222;
}
.hex-forest-green:hover .hexagon-in2 {
  background-color: #5d8222;
}
.hex-navy:hover .hex-caption {
  color: #004d7f;
}
.hex-navy:hover .hexagon-in2 {
  background-color: #004d7f;
}
.hex-navy:hover .hex-caption {
  color: #004d7f;
}
.hex-navy:hover .hexagon-in2 {
  background-color: #004d7f;
}
.hex-light-blue:hover .hex-caption {
  color: #00bbd6;
}
.hex-light-blue:hover .hexagon-in2 {
  background-color: #00bbd6;
}
.hex-light-blue:hover .hex-caption {
  color: #00bbd6;
}
.hex-light-blue:hover .hexagon-in2 {
  background-color: #00bbd6;
}
.hex-steel-blue:hover .hex-caption {
  color: #4f7282;
}
.hex-steel-blue:hover .hexagon-in2 {
  background-color: #4f7282;
}
.hex-steel-blue:hover .hex-caption {
  color: #4f7282;
}
.hex-steel-blue:hover .hexagon-in2 {
  background-color: #4f7282;
}
.hex-icon-group {
  text-align: center;
  display: block;
  text-decoration: none !important;
  margin-bottom: 1.5em;
}
.hex-caption {
  font-size: 1.5em;
  margin: 1em 0;
  text-align: center;
  color: #5b5b5b;
}
.hex-icon-lg {
  width: 331px;
  height: 285px;
  position: relative;
  display: inline-block;
}
.hexagon-lg {
  overflow: hidden;
  visibility: hidden;
  width: 331px;
  height: 500px;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
  cursor: pointer;
}
.hexagon-in1-lg {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.hexagon-in2-lg {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(190, 7, 18, 0.9);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 80%;
  visibility: visible;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hex-stat-container {
  text-align: center;
}
.hex-stat {
  width: 250px;
  height: 215px;
  display: inline-block;
  position: relative;
  background: url(//cdn2.hubspot.net/hub/380173/file-1236851608-png/site_images/hex-red-lg2.png) no-repeat center center;
  background-size: 100% auto;
}
.hex-stat .hex-stat-inner {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  display: table;
  vertical-align: middle;
}
.hex-stat .hex-stat-inner .hex-stat-content {
  text-align: center;
  padding: 0 15%;
  font-size: 12px;
  display: table-cell;
  vertical-align: middle;
}
.hex-stat .hex-stat-inner .hex-stat-content h3 {
  font-size: 6.250em;
  color: #fff;
  margin: 0;
  text-align: center;
  font-weight: bold;
}
.hex-stat .hex-stat-inner .hex-stat-content h3 sup {
  top: -0.3em;
  font-size: 50%;
  margin-left: 5px;
}
.hex-stat .hex-stat-inner .hex-stat-content p {
  font-size: 1.5em;
  line-height: 1.1;
  color: #fff;
  text-align: center;
}
@media (min-width: 992px) {
  .hex-stat {
    width: 332px;
    height: 285px;
  }
  .hex-stat .hex-stat-inner .hex-stat-content {
    font-size: 16px;
  }
  .hex-stat.hex-stat-middle {
    margin: 147px -80px 0;
    top: -147px;
  }
}
.video-group {
  position: relative;
}
.video-group .gray-transparent {
  position: relative;
  z-index: 1;
}
.video-group .billboard-lg,
.video-group .billboard-md {
  position: relative;
  z-index: 0;
  background-color: #000000;
}
.video-group .billboard-lg .billboard-image,
.video-group .billboard-md .billboard-image {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
@media (min-width: 768px) {
  .video-group .billboard-lg .vert-content-inner {
    padding-bottom: 10.250em;
  }
  .video-group .gray-transparent {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}
.video-modal iframe {
  border: none !important;
}
.video-modal .close {
  position: absolute;
  top: -20px;
  right: -20px;
  padding: 3px 13px;
  background: #D40000;
  z-index: 9;
  text-shadow: none;
  font-size: 40px;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  border-radius: 100px;
  width: inherit;
}
.video-modal .close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #8d050d;
}
.stat-group {
  position: relative;
}
.stat-group .hex-border-up-lg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.stat-group .billboard-lg {
  position: relative;
  z-index: 0;
}
.stat-group .billboard-lg .vert-content-inner {
  padding-bottom: 10.250em;
}
.product-feature {
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #ddd;
}
.product-feature img {
  border: 1px solid #ccc !important;
}
.feature-content {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #ddd;
}
.feature-content h2 {
  margin-top: 0;
}
.feature-content .cta-btn {
  font-size: 16px;
}
.hs_cos_wrapper_type_custom_widget:last-child .product-feature {
  border-bottom: none;
  margin-bottom: 0;
}
.home .header-container-wrapper,
.complex .header-container-wrapper {
  padding-top: 0;
}
.blog .body-container-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .blog .body-container-wrapper {
    padding-bottom: 2.188em;
  }
}
@media (min-width: 992px) {
  .blog .body-container-wrapper {
    padding-bottom: 3.125em;
  }
}
@media (min-width: 1200px) {
  .blog .body-container-wrapper {
    padding-bottom: 3.125em;
  }
}
/* Extra Small devices (Helps with mobile first on COS) */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .left-column {
    padding-right: 3%;
  }
  .right-column {
    padding-left: 3%;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .menu-trigger {
    display: none;
    visibility: hidden;
  }
}
/* Large devices (large desktops, 1200px and up) */
.post-header {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
}
.post-header h1,
.post-header h2 {
  font-size: 28px!important;
  line-height: 1.3;
  color: #222222;
  margin: 0;
  font-weight: normal;
}
.post-header h1 *,
.post-header h2 *{
  font-size: 28px!important;
}
.post-header h1 a,
.post-header h2 a {
  color: #222222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration:none;
}
.post-header h1 a:hover,
.post-header h2 a:hover {
  text-decoration: underline;
}
.post-header .byline {
  margin: 0;
  padding: 0;
  color: #999999;
}
.post-header .author,
.post-header .date,
.post-header .share {
  display: inline-block;
  font-size: .875em;
  font-weight: 400;
}
.post-header .date {
  color: #5b5b5b;
}
.post-header .author a {
  color: #5bc0de;
  text-decoration: none;
}
.post-body {
  font-size: 1em;
  line-height: 1.7 !important;
}
.post-body:before,
.post-body:after {
  content: " ";
  display: table;
}
.post-body:after {
  clear: both;
}
.post-body:before,
.post-body:after {
  content: " ";
  display: table;
}
.post-body:after {
  clear: both;
}
.post-body img {
  margin-bottom: 1em;
}
div.share {
  border-bottom: 1px solid #ddd !important;
}
.hs-blog-social-share {
  height: auto !important;
}
.hs-blog-social-share-list {
  margin-bottom: 10px !important;
}
.hs-blog-social-share-list:before,
.hs-blog-social-share-list:after {
  content: " ";
  display: table;
}
.hs-blog-social-share-list:after {
  clear: both;
}
.hs-blog-social-share-list:before,
.hs-blog-social-share-list:after {
  content: " ";
  display: table;
}
.hs-blog-social-share-list:after {
  clear: both;
}
.hs-blog-social-share-list .hs-blog-social-share-item {
  float: none !important;
  display: inline-block;
  margin: 5px 0;
}
.hs-blog-social-share-list .hs-blog-social-share-item-linkedin .IN-widget,
.hs-blog-social-share-list .hs-blog-social-share-item-facebook div {
  position: relative;
}
.hs-blog-social-share-list .hs-blog-social-share-item-linkedin .IN-widget {
  top: -2px;
}
.hs-blog-social-share-list .hs-blog-social-share-item-facebook div {
  top: -8px;
  margin: 0;
}
.post-footer .topics {
  margin: .5em 0;
}
.post-footer .topics .topics-title,
.post-footer .topics a {
  display: inline-block;
}
.post-footer .topics .topics-title {
  color: #828486;
  margin-right: .2em;
  padding: 3px 5px 3px 0;
  font-size: .95em;
}
.post-footer .topics a {
  border: 1px solid #ddd;
  border-radius: 2px;
  margin: 2px;
  font-size: .875em;
  color: #5bc0de;
  padding: 3px 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration:none;
}
.post-footer .topics a:hover {
  border-color: #5bc0de;
  color: #5bc0de;
  text-decoration: none;
}
.post-footer .about-author {
  background: #eeeeee;
  padding: 20px;
  margin: 1.5em 0 0;
}
.post-footer .hs-author-social-section .hs-author-social-label {
  display: inline-block;
}
.post-footer .hs-author-social-section .hs-author-social-links a {
  display: inline-block;
}
/* Blog Listing Page */
.blog-listing-wrapper:before,
.blog-listing-wrapper:after {
  content: " ";
  display: table;
}
.blog-listing-wrapper:after {
  clear: both;
}
.blog-listing-wrapper:before,
.blog-listing-wrapper:after {
  content: " ";
  display: table;
}
.blog-listing-wrapper:after {
  clear: both;
}
.blog-listing-wrapper .post-item {
  margin: 0 0 2em;
}
.blog-listing-wrapper .post-item:before,
.blog-listing-wrapper .post-item:after {
  content: " ";
  display: table;
}
.blog-listing-wrapper .post-item:after {
  clear: both;
}
.blog-listing-wrapper .post-item:before,
.blog-listing-wrapper .post-item:after {
  content: " ";
  display: table;
}
.blog-listing-wrapper .post-item:after {
  clear: both;
}
.blog-listing-wrapper .preview-content {
  font-size: 18px;
}
.blog-listing-wrapper .hs-featured-image {
  margin: 1em 0;
}
@media (min-width: 768px) {
  .blog-listing-wrapper .hs-featured-image {
    /*width: auto;
    max-width: none;
    height: 13em;*/ /*Removed by HS Support, 10/23/2015*/
    float: right;
    margin: 0 0 1em 1em;
    height: auto;
    max-height:none;
    width:300px; /*HS Support, 10/23/2015*/
  }
}
.blog-listing-wrapper .more-link {
  background-color: #D40000;
  color: #ffffff !important;
  padding: 11px 25px;
  text-align: center;
  font-size: 1.125em;
  line-height: 1.1;
  text-decoration: none !important;
  margin-top:15px;
  display:inline-block;
}
.blog-listing-wrapper .more-link:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #5b5b5b;
}
@media (max-width: 767px) {
  .blog-listing-wrapper .more-link {
    display: block;
  }
}
/* Blog Post Page */
.blog-post-wrapper .post-body {
  margin-bottom: 1.2em;
}
/* Blog comments and blog comment form */
#comments-listing {
  padding: 1.5em 0;
}
#comments-listing h3 {
  color: #5cb85c;
}
#comments-listing .comment {
  margin-bottom: 3em;
}
#comments-listing .comment-header {
  margin-bottom: .5em;
}
#comments-listing .comment-header .comment-from,
#comments-listing .comment-header .comment-date {
  display: inline-block;
  font-family: "proxima-nova-soft", Helvetica, Arial, sans-serif;
}
#comments-listing .comment-header .comment-from {
  font-size: 1.3em;
  font-weight: 600;
  color: #222222;
  margin-right: .5em;
}
#comments-listing .comment-header .comment-from a {
  color: #222222;
}
#comments-listing .comment-header .comment-date {
  font-size: .875em;
  text-transform: uppercase;
}
#comments-listing .comment-body {
  padding: 1em;
  border: 1px solid #ddd;
}
#comment-form {
  padding: 1.5em 0;
  margin: 1.5em 0 0;
  border-top: 1px solid #ccc;
}
#comment-form #blog-comment-form {
  padding: 0 !important;
}
#comment-form h4 {
  text-align: left;
  font-size: 1.3em;
  font-weight: 400;
}
#comment-form .hs-form {
  text-align: left !important;
}
#comment-form .hs-form-field {
  font-size: 1em !important;
}
#comment-form .hs-form-field input {
  width: 96% !important;
  display: block !important;
  margin: 0;
}
#comment-form .hs-form-field textarea {
  width: 100% !important;
  min-height: 6em !important;
}
#comment-form .hs-form-field .inputs-list input {
  width: auto !important;
  display: inline-block !important;
  margin-right: .5em !important;
}
#comment-form .input:before,
#comment-form .input:after {
  content: " ";
  display: table;
}
#comment-form .input:after {
  clear: both;
}
#comment-form .input:before,
#comment-form .input:after {
  content: " ";
  display: table;
}
#comment-form .input:after {
  clear: both;
}
.sidebar-blog {
  padding: 0 !important;
}
.sidebar-blog .row-fluid-wrapper {
  border-top: 6px solid #5bc0de;
  background: #eeeeee;
  padding: 25px;
  margin: 0 0 1.25em;
}
.sidebar-blog .row-fluid-wrapper h3,
.sidebar-blog .row-fluid-wrapper h2 {
  font-size: 1.3em !important;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 1em !important;
  color: #f0ad4e;
}
.sidebar-blog .row-fluid-wrapper .span12.widget-type-rich_text {
  padding: 0;
  margin: 0;
  border-top: none;
}
.sidebar-blog ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-blog li {
  padding: 0;
  margin-bottom: 0 !important;
}
.sidebar-blog li:first-child {
  margin-top: 1em;
}
.sidebar-blog li a {
  display: block;
  padding: .3em 0;
  margin: 0;
  color: #666 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sidebar-blog li a:hover {
}
.sidebar-blog .filter-expand-link {
  display: block;
  padding: 1em 20px 1em 0;
  margin-top: 1em;
  border-radius: 3px;
  font-size: .875em;
  color: #5b5b5b;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  background: no-repeat 65% center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sidebar-blog .filter-expand-link:hover {
  background-color: #ddd;
}
.sidebar-blog .cell-wrapper {
  padding: 0;
}
.sidebar-blog .widget-type-post_filter {
  padding-bottom: 1em !important;
}
.sidebar-blog .hs_cos_wrapper_type_post_listing {
  text-align: left;
}
.sidebar-blog .hs_cos_wrapper_type_post_listing li:first-child {
  border-top: 1px solid #ddd;
  margin-top: 1.5em;
}
.sidebar-blog .hs_cos_wrapper_type_post_listing li a {
  display: block;
  padding: .5em 0;
  border-bottom: 1px solid #ddd;
  margin: 0;
}
.sidebar-blog .widget-type-blog_subscribe h3 {
  border-top: 0;
  padding-top: 0;
}
.sidebar-blog .widget-type-blog_subscribe label {
  margin-top: 1em;
}
.sidebar-blog .widget-type-blog_subscribe .hs-form-field {
  font-size: .975em;
}
.sidebar-blog .widget-type-blog_subscribe .inputs-list:before,
.sidebar-blog .widget-type-blog_subscribe .inputs-list:after {
  content: " ";
  display: table;
}
.sidebar-blog .widget-type-blog_subscribe .inputs-list:after {
  clear: both;
}
.sidebar-blog .widget-type-blog_subscribe .inputs-list:before,
.sidebar-blog .widget-type-blog_subscribe .inputs-list:after {
  content: " ";
  display: table;
}
.sidebar-blog .widget-type-blog_subscribe .inputs-list:after {
  clear: both;
}
.sidebar-blog .widget-type-blog_subscribe .inputs-list .hs-form-radio {
  width: 50%;
  display: inline-block;
  margin: 0;
  text-align: left;
}
.sidebar-blog .widget-type-blog_subscribe .inputs-list .hs-form-radio-display {
  text-transform: none;
  font-weight: 400;
  display: inline-block;
}
.sidebar-blog .widget-type-blog_subscribe .inputs-list input {
  display: inline-block;
  width: auto !important;
  margin-right: 5px;
  margin-top: -2px;
}
.sidebar-blog .widget-type-blog_subscribe li:first-child {
  border-top: none !important;
  margin-top: 0 !important;
  margin-left: 0;
}
.sidebar-blog .widget-type-blog_subscribe li:first-child input {
  margin-left: 0;
}
/* Images */
img {
  max-width: 100%;
  width: auto;
  height: auto;
  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: 0;
  overflow: hidden;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.hs-responsive-embed iframe,
.hs-responsive-embed object,
.hs-responsive-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  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: 56.25%;
}
.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%;
  }
}
/* 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%;
  }
}
/* 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(http://cdn2.hubspotqa.com/local/hub/124/file-52894-png/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(http://cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 90%;
  top: 40%;
  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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  max-width: none !important;
  text-overflow: inherit !important;
  overflow: visible !important;
  white-space: normal !important;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  width: auto !important;
  max-width: none !important;
}
.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: 220px !important;
}
/* 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;
}
/* Responsive Video */
video {
  width: 100% !important;
  height: auto !important;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container.large-video {
  padding-bottom: 76.25%;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/* line height fix for reCaptcha theme */
#recaptcha_table td {
  line-height: 0;
}
.recaptchatable #recaptcha_response_field {
  min-height: 0;
  line-height: 12px;
}
.hs-pill-buttons:before,
.hs-pill-buttons:after {
  content: " ";
  display: table;
}
.hs-pill-buttons:after {
  clear: both;
}
.hs-pill-buttons:before,
.hs-pill-buttons:after {
  content: " ";
  display: table;
}
.hs-pill-buttons:after {
  clear: both;
}
.hs-pill-buttons .hs-pill-button {
  height: 30px !important;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
p {
  margin: 0 0 22px;
}
.lead {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #D40000;
}
.text-primary:hover {
  color: #BA0000;
}
.text-warning {
  color: #8a6d3b;
}
.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
.text-danger:hover {
  color: #843534;
}
.text-success {
  color: #3c763d;
}
.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
.text-info:hover {
  color: #245269;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small,
blockquote .small {
  display: block;
  line-height: 1.5;
  color: #999999;
}
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.5;
}
.on-dark-text h1,
.on-dark-text h2,
.on-dark-text h3,
.on-dark-text h4,
.on-dark-text h5,
.on-dark-text h6,
.on-dark-text .h1,
.on-dark-text .h2,
.on-dark-text .h3,
.on-dark-text .h4,
.on-dark-text .h5,
.on-dark-text .h6,
.on-dark-text p,
.on-dark-text li,
.on-dark-text blockquote {
  color: #ffffff;
}
.on-dark-text a {
  color: #80c780;
}
.on-dark-text a:hover {
  color: #4cae4c;
  text-decoration: underline;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 22px;
}
.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.5;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 21px;
  line-height: inherit;
  color: #828486;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.5;
  color: #5b5b5b;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #5b5b5b;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #c3c4c5;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline select.form-control {
    width: auto;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #fff;
}
.btn-primary {
  color: #ffffff;
  background-color: #D40000;
  border-color: #a50610;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #BA0000;
  border-color: #6a040a;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #BA0000;
  border-color: #a50610;
}
.btn-primary .badge {
  color: #BA0000;
  background-color: #fff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-link {
  color: #5cb85c;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #3d8b3d;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #828486;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #757779;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #D40000;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.5;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #5b5b5b;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #5cb85c;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #5b5b5b;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #D40000;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 18px;
  line-height: 22px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form select.form-control {
    width: auto;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.5;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #D40000;
  border-color: #D40000;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #D40000;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #8d050d;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.25;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.5;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #5cb85c;
}
.thumbnail .caption {
  padding: 9px;
  color: #828486;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  background-color: #D40000;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #D40000;
  border-color: #D40000;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #fb969c;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 22px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child th,
.panel > .table > tbody:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #828486;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #D40000;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #D40000;
  border-color: #D40000;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #D40000;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #D40000;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(190, 7, 18, 0.9);
}
/* Overlay closing cross */
.overlay .overlay-close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url(//cdn2.hubspot.net/hub/380173/file-1162462152-png/site_images/cross.png) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100;
}
/* Menu style */
.overlay .overlay-content {
  text-align: center;
  position: relative;
  top: 50%;
  height: 60%;
  font-size: 54px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.overlay .video-container {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}
.overlay ul li {
  display: block;
  height: 20%;
  height: calc(20%);
  min-height: 54px;
}
.overlay ul li a {
  font-weight: 300;
  display: block;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.overlay ul li a:hover,
.overlay ul li a:focus {
  color: #e3fcb1;
}
/* Effects */
.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-hugeinc.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.overlay-hugeinc .overlay-content {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.overlay-hugeinc .overlay-content .video-container {
  opacity: 0.4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.overlay-hugeinc.open .overlay-content .video-container {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.overlay-hugeinc.close .overlay-content .video-container {
  -webkit-transform: translateY(25%) rotateX(-35deg);
  transform: translateY(25%) rotateX(-35deg);
}
@media screen and (max-height: 30.5em) {
  .overlay .video-container {
    height: 70%;
    font-size: 34px;
  }
  .overlay ul li {
    min-height: 34px;
  }
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.5px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 1200px) {
  .modal-dialog {
    width: 1002px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('//cdn2.hubspot.net/hub/380173/file-1298185991-png/site_images/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('//cdn2.hubspot.net/hub/380173/file-1296530393-gif/site_images/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('//cdn2.hubspot.net/hub/380173/file-1296530388-gif/site_images/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('//cdn2.hubspot.net/hub/380173/file-1295736294-png/site_images/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('//cdn2.hubspot.net/hub/380173/file-1298186021-png/site_images/fancybox/fancybox_sprite2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('//cdn2.hubspot.net/hub/380173/file-1298185996-gif/site_images/fancybox/fancybox_loading2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* -------------------------------- 

Primary style

-------------------------------- */
#cd-timeline *,
#cd-timeline *:after,
#cd-timeline *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cd-timeline img {
  max-width: 100%;
}
#cd-timeline h1,
#cd-timeline h2 {
  font-family: "proxima-nova-soft", sans-serif;
  font-weight: bold;
}
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
/* -------------------------------- 

Main components 

-------------------------------- */
@media only screen and (min-width: 1170px) {
  #cd-timeline header {
    height: 300px;
    line-height: 300px;
  }
  #cd-timeline header h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #a5a5a5;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}
.cd-timeline-block {
  position: relative;
  margin: .5em 0;
}
.cd-timeline-block:after {
  /* this is the container for the dates */
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: .5em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  /*box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);*/
}
.cd-timeline-img img {
  display: block;
  width: 35px;
  height: 40px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -18px;
  margin-top: -16px;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin: 0 0 3em 60px;
  background: white;
  border-radius: 0.25em;
  padding: 10px 30px;
  box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
  font-size: 1.5em !important;
}
.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  font-family: "proxima-nova-soft", sans-serif;
  font-size: 13px;
  font-size: 1.5rem;
}
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more,
  .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 3px;
    font-size: 1.25em;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}
@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  table.visible-xs.visible-md {
    display: table;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  table.visible-xs.visible-lg {
    display: table;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  table.visible-sm.visible-xs {
    display: table;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  table.visible-sm.visible-md {
    display: table;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  table.visible-sm.visible-lg {
    display: table;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  table.visible-md.visible-xs {
    display: table;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  table.visible-md.visible-lg {
    display: table;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  table.visible-lg.visible-xs {
    display: table;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  table.visible-lg.visible-md {
    display: table;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
table.hidden-xs {
  display: table;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
table.hidden-sm {
  display: table;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
table.hidden-md {
  display: table;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
table.hidden-lg {
  display: table;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
.responsive-width,
.responsive-width-xl {
  width: auto;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .responsive-width {
    width: 1200px !important;
  }
}
@media (min-width: 1600px) {
  .responsive-width-xl {
    width: 1600px !important;
  }
}
.section-padding-no {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.section-padding-top-no {
  padding-top: 0 !important;
}
.section-padding-bottom-no {
  padding-bottom: 0 !important;
}
.section-padding-lg {
  padding-top: 2.188em;
  padding-bottom: 2.188em;
}
@media (min-width: 768px) {
  .section-padding-lg {
    padding-top: 2.188em;
    padding-bottom: 2.188em;
  }
}
@media (min-width: 992px) {
  .section-padding-lg {
    padding-top: 3.125em;
    padding-bottom: 3.125em;
  }
}
@media (min-width: 1200px) {
  .section-padding-lg {
    padding-top: 4.375em;
    padding-bottom: 4.375em;
  }
}
.section-padding-md {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .section-padding-md {
    padding-top: 2.188em;
    padding-bottom: 2.188em;
  }
}
@media (min-width: 992px) {
  .section-padding-md {
    padding-top: 3.125em;
    padding-bottom: 3.125em;
  }
}
@media (min-width: 1200px) {
  .section-padding-md {
    padding-top: 3.125em;
    padding-bottom: 3.125em;
  }
}
.section-padding-sm {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .section-padding-sm {
    padding-top: 2.188em;
    padding-bottom: 2.188em;
  }
}
@media (min-width: 992px) {
  .section-padding-sm {
    padding-top: 2.188em;
    padding-bottom: 2.188em;
  }
}
@media (min-width: 1200px) {
  .section-padding-sm {
    padding-top: 2.188em;
    padding-bottom: 2.188em;
  }
}
.section-padding-xs {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .section-padding-xs {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .section-padding-xs {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .section-padding-xs {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.section-optional,
.section-optional > .row-fluid-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.section-optional.section-padding-lg > .row-fluid-wrapper .row-fluid .widget-span span > .hs_cos_wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .section-optional.section-padding-lg > .row-fluid-wrapper .row-fluid .widget-span span > .hs_cos_wrapper {
      padding-top: 40px;
      padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .section-optional.section-padding-lg > .row-fluid-wrapper .row-fluid .widget-span span > .hs_cos_wrapper {
      padding-top: 40px;
      padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .section-optional.section-padding-lg > .row-fluid-wrapper .row-fluid .widget-span span > .hs_cos_wrapper {
      padding-top: 60px;
      padding-bottom: 60px;
  }
}
.section-optional.section-padding-md > .row-fluid-wrapper .row-fluid .widget-span span > .hs_cos_wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .section-optional.section-padding-md > .row-fluid-wrapper .row-fluid .widget-span span > .hs_cos_wrapper {
      padding-top: 40px;
      padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .section-optional.section-padding-md > .row-fluid-wrapper .row-fluid .widget-span span > .hs_cos_wrapper {
      padding-top: 40px;
      padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .section-optional.section-padding-md > .row-fluid-wrapper .row-fluid .widget-span span > .hs_cos_wrapper {
      padding-top: 40px;
      padding-bottom: 40px;
  }
}
.section-optional.section-padding-sm > .row-fluid-wrapper .row-fluid .widget-span span > .hs_cos_wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .section-optional.section-padding-sm > .row-fluid-wrapper .row-fluid .widget-span span > .hs_cos_wrapper {
    padding-top: 2.188em;
    padding-bottom: 2.188em;
  }
}
@media (min-width: 992px) {
  .section-optional.section-padding-sm > .row-fluid-wrapper .row-fluid .widget-span span > .hs_cos_wrapper {
    padding-top: 2.188em;
    padding-bottom: 2.188em;
  }
}
@media (min-width: 1200px) {
  .section-optional.section-padding-sm > .row-fluid-wrapper .row-fluid .widget-span span > .hs_cos_wrapper {
    padding-top: 2.188em;
    padding-bottom: 2.188em;
  }
}
.section-optional.section-padding-xs > .row-fluid-wrapper .row-fluid .widget-span span > .hs_cos_wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .section-optional.section-padding-xs > .row-fluid-wrapper .row-fluid .widget-span span > .hs_cos_wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .section-optional.section-padding-xs > .row-fluid-wrapper .row-fluid .widget-span span > .hs_cos_wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .section-optional.section-padding-xs > .row-fluid-wrapper .row-fluid .widget-span span > .hs_cos_wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.section-optional.section-padding-top-no > .row-fluid-wrapper .row-fluid .widget-span span > .hs_cos_wrapper {
  padding-top: 0 !important;
}
.section-optional.section-padding-bottom-no > .row-fluid-wrapper .row-fluid .widget-span span > .hs_cos_wrapper {
  padding-bottom: 0 !important;
}
.padded-content-no {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.padded-content-left-no {
  padding-left: 0 !important;
}
.padded-content-right-no {
  padding-right: 0 !important;
}
.padded-content-lg {
  padding-left: 5%;
  padding-right: 5%;
}
@media (min-width: 768px) {
  .padded-content-lg {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 992px) {
  .padded-content-lg {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}
@media (min-width: 1200px) {
  .padded-content-lg {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}
.padded-content-md {
  padding-left: 2%;
  padding-right: 2%;
}
@media (min-width: 768px) {
  .padded-content-md {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media (min-width: 992px) {
  .padded-content-md {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 1200px) {
  .padded-content-md {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.padded-content-sm {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .padded-content-sm {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media (min-width: 992px) {
  .padded-content-sm {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media (min-width: 1200px) {
  .padded-content-sm {
    padding-left: 2%;
    padding-right: 2%;
  }
}
.padded-content-xs {
  padding-left: 20px;
  padding-right: 20px;
}
/* .sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  color: #ffffff;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.right {
  left: auto;
  right: -260px;
}
.sidr.left {
  left: -260px;
  right: auto;
}
.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
  font-size: 11px;
  font-weight: 400;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #ffffff;
  line-height: 24px;
}
.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}
.sidr p a {
  color: rgba(255, 255, 255, 0.9);
}
.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr ul,
.sidr li,
.sidr a {
  display: block;
  margin: 0;
  padding: 0;
}
.sidr ul li a,
.sidr ul li span {
  text-decoration: none;
} */
#sidr-id-hs-search-module {
  padding: 0 20px;
}
#sidr-id-hs-search-module .sidr-class-hs-form {
  position: relative;
}
#sidr-id-hs-search-module label {
  display: none;
  visibility: hidden;
}
#sidr-id-hs-search-module .sidr-class-input {
  margin-top: 18px;
}
#sidr-id-hs-search-module .sidr-class-hs-input {
  border-radius: 3px !important;
  position: relative;
  z-index: 0;
  padding: 3px 6px;
  border: 1px solid #a7a7a7;
}
#sidr-id-hs-search-module .sidr-class-hs-button {
  padding: 0 !important;
  margin: 0 !important;
  width: 13px;
  height: 13px;
  text-indent: -9999px;
  position: absolute;
  top: 8px;
  right: 8px;
  background: transparent url(//cdn2.hubspot.net/hub/331347/file-406565239-png/template_images/icon-search.png) no-repeat 0 0 !important;
}
#touch {
  background: #828486;
  border-left: 1px solid #222222;
  font-size: 13px;
}
#touch .sidr-inner {
  padding: 20px 0;
}
#touch ul {
  border-top-color: transparent;
  padding: 0;
}
#touch ul li {
  border-bottom-color: transparent;
  margin-top: 10px;
}
#touch ul li:first-child {
  margin-top: 0;
}
#touch ul li a,
#touch ul li span {
  font-family: "proxima-nova-soft", Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  font-weight: normal;
  cursor: pointer;
  line-height: 30px;
  padding: 5px 22px;
}
#touch ul li a:hover,
#touch ul li span:hover {
  color: #D40000;
}
#touch ul li.sidr-class-register a {
  background: #D40000 !important;
  color: #ffffff !important;
}
#touch ul li.active > a,
#touch ul li.active > span,
#touch ul li.sidr-class-active > a,
#touch ul li.sidr-class-active > span {
  color: #D40000 !important;
  background: #ffffff !important;
}
#touch ul li > ul {
  padding-bottom: 10px;
}
#touch ul li > ul li {
  margin-top: 0;
}
#touch ul li > ul li a,
#touch ul li > ul li span {
  font-size: 14px;
  padding: 5px 22px;
  color: #ccc;
  text-transform: none;
  line-height: normal;
}
#touch ul li > ul li a:hover,
#touch ul li > ul li span:hover {
  color: #ffffff;
}
#touch .sidr-class-micro-links a,
#touch .sidr-class-micro-links span {
  font-family: "proxima-nova-soft", Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  font-weight: normal;
  cursor: pointer;
  line-height: 30px;
  padding: 5px 22px;
}
#touch .sidr-class-micro-links a:hover,
#touch .sidr-class-micro-links span:hover {
  color: #D40000;
}



/* .sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  z-index: 999999;
  overflow-x: none;
  overflow-y: auto;
  background: #ED2226;
  border-left: 1px solid transparent;
  font-size: 16px;
  width: 260px;
  height: 100%;
}
.sidr.right {
  left: auto;
  right: -260px;
}
.sidr.left {
  left: -260px;
  right: auto;
}
.sidr .sidr-inner {
  padding: 20px 0;
}
.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6, .sidr p, .sidr div {
  padding: 0 20px;
}
.sidr a {
  text-decoration: none;
}
.sidr ul {
  border-top-color: transparent;
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidr ul li {
  border-bottom-color: transparent;
  margin-top: 10px;
}
.sidr ul li:first-child {
  margin-top: 0;
}
.sidr ul li a, .sidr ul li span {
  font-size: 28;
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: normal;
  cursor: pointer;
  line-height: 1.2;
  padding: 5px 22px;
}
.sidr ul li a:hover, .sidr ul li span:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span {
  color: #ED2226 !important;
  background: #fff !important;
}
.sidr ul li > ul {
  padding-bottom: 10px;
}
.sidr ul li > ul li {
  margin-top: 0;
}
.sidr ul li > ul li a, .sidr ul li > ul li span {
  font-size: 14px;
  padding: 10px 22px;
  color: #fff;
  text-transform: none;
  line-height: normal;
  opacity: 0.7;
  filter: alpha(opacity=70);
} */

.site-footer .social a {
  padding: 0 5px;
}
.site-footer .social a img {
  width: 30px;
  height: auto;
}

.site-footer h4 {
    font-size: 1.5em;
    line-height: 1.3;
    font-weight: 600;
    color: #222;
    margin-bottom: 1.5em;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
}