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

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

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}




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

/*****************************************/
/* Utilities                             */
/*****************************************/

.clearfix:before{content:'';clear:both;}.clearfix:after{content:'';clear:both;display:table;}.maxWidth1100{max-width:1100px;margin:0px auto;}.maxWidth1050{max-width:1050px;margin:0px auto;}.maxWidth1000{max-width:1000px;margin:0px auto;}.maxWidth950{max-width:950px;margin:0px auto;}.maxWidth900{max-width:900px;margin:0px auto;}.maxWidth850{max-width:850px;margin:0px auto;}.maxWidth800{max-width:800px;margin:0px auto;}.maxWidth750{max-width:750px;margin:0px auto;}.maxWidth700{max-width:700px;margin:0px auto;}.maxWidth650{max-width:650px;margin:0px auto;}.maxWidth600{max-width:600px;margin:0px auto;}.maxWidth550{max-width:550px;margin:0px auto;}.maxWidth500{max-width:500px;margin:0px auto;}.maxWidth450{max-width:450px;margin:0px auto;}.maxWidth400{max-width:400px;margin:0px auto;}.maxWidth350{max-width:350px;margin:0px auto;}.maxWidth300{max-width:300px;margin:0px auto;}.maxWidth600L{max-width:600px;}.maxWidth550L{max-width:550px;}.maxWidth500L{max-width:500px;}.maxWidth450L{max-width:450px;}.maxWidth400L{max-width:400px;}.pad5{padding:5px;}.pad10{padding:10px;}.pad15{padding:15px;}.pad20{padding:20px;}.pad25{padding:25px;}.pad30{padding:30px;}.pad35{padding:35px;}.pad40{padding:40px;}.pad45{padding:45px;}.pad50{padding:50px;}.pad55{padding:55px;}.pad60{padding:60px;}.pad65{padding:65px;}.pad70{padding:70px;}.pad75{padding:75px;}.pad80{padding:80px;}.pad85{padding:85px;}.padTB5{padding-top:5px;padding-bottom:5px;}.padTB10{padding-top:10px;padding-bottom:10px;}.padTB15{padding-top:15px;padding-bottom:15px;}.padTB20{padding-top:20px;padding-bottom:20px;}.padTB25{padding-top:25px;padding-bottom:25px;}.padTB30{padding-top:30px;padding-bottom:30px;}.padTB35{padding-top:35px;padding-bottom:35px;}.padTB40{padding-top:40px;padding-bottom:40px;}.padTB45{padding-top:45px;padding-bottom:45px;}.padTB50{padding-top:50px;padding-bottom:50px;}.padTB55{padding-top:55px;padding-bottom:55px;}.padTB60{padding-top:60px;padding-bottom:60px;}.padTB65{padding-top:65px;padding-bottom:65px;}.padTB70{padding-top:70px;padding-bottom:70px;}.padTB75{padding-top:75px;padding-bottom:75px;}.padTB80{padding-top:80px;padding-bottom:80px;}.padTB85{padding-top:85px;padding-bottom:85px;}.padTB90{padding-top:90px;padding-bottom:90px;}.padTB95{padding-top:95px;padding-bottom:95px;}.padTB100{padding-top:100px;padding-bottom:100px;}.padTB120{padding-top:120px;padding-bottom:120px;}.padTB150{padding-top:150px;padding-bottom:150px;}.padLR5{padding-left:5px;padding-right:5px;}.padLR10{padding-left:10px;padding-right:10px;}.padLR15{padding-left:15px;padding-right:15px;}.padLR20{padding-left:20px;padding-right:20px;}.padLR25{padding-left:25px;padding-right:25px;}.padLR30{padding-left:30px;padding-right:30px;}.padLR35{padding-left:35px;padding-right:35px;}.padLR40{padding-left:40px;padding-right:40px;}.padLR45{padding-left:45px;padding-right:45px;}.padLR50{padding-left:50px;padding-right:50px;}.padLR55{padding-left:55px;padding-right:55px;}.padLR60{padding-left:60px;padding-right:60px;}.padLR65{padding-left:65px;padding-right:65px;}.padLR70{padding-left:70px;padding-right:70px;}.padLR75{padding-left:75px;padding-right:75px;}.padLR80{padding-left:80px;padding-right:80px;}.padLR85{padding-left:85px;padding-right:85px;}.padT5{padding-top:5px;}.padT10{padding-top:10px;}.padT15{padding-top:15px;}.padT20{padding-top:20px;}.padT25{padding-top:25px;}.padT30{padding-top:30px;}.padT35{padding-top:35px;}.padT40{padding-top:40px;}.padT45{padding-top:45px;}.padT50{padding-top:50px;}.padT55{padding-top:55px;}.padT60{padding-top:60px;}.padT65{padding-top:65px;}.padT70{padding-top:70px;}.padT75{padding-top:75px;}.padT80{padding-top:80px;}.padT85{padding-top:85px;}.padT100{padding-top:100px;}.padL5{padding-left:5px;}.padL10{padding-left:10px;}.padL15{padding-left:15px;}.padL20{padding-left:20px;}.padL25{padding-left:25px;}.padL30{padding-left:30px;}.padL35{padding-left:35px;}.padL40{padding-left:40px;}.padL45{padding-left:45px;}.padL50{padding-left:50px;}.padL55{padding-left:55px;}.padL60{padding-left:60px;}.padL65{padding-left:65px;}.padL70{padding-left:70px;}.padL75{padding-left:75px;}.padL80{padding-left:80px;}.padL85{padding-left:85px;}.padL100{padding-left:100px;}.padR5{padding-right:5px;}.padR10{padding-right:10px;}.padR15{padding-right:15px;}.padR20{padding-right:20px;}.padR25{padding-right:25px;}.padR30{padding-right:30px;}.padR35{padding-right:35px;}.padR40{padding-right:40px;}.padR45{padding-right:45px;}.padR50{padding-right:50px;}.padR55{padding-right:55px;}.padR60{padding-right:60px;}.padR65{padding-right:65px;}.padR70{padding-right:70px;}.padR75{padding-right:75px;}.padR80{padding-right:80px;}.padR85{padding-right:85px;}.padR100{padding-right:100px;}.padB5{padding-bottom:5px;}.padB10{padding-bottom:10px;}.padB15{padding-bottom:15px;}.padB20{padding-bottom:20px;}.padB25{padding-bottom:25px;}.padB30{padding-bottom:30px;}.padB35{padding-bottom:35px;}.padB40{padding-bottom:40px;}.padB45{padding-bottom:45px;}.padB50{padding-bottom:50px;}.padB55{padding-bottom:55px;}.padB60{padding-bottom:60px;}.padB65{padding-bottom:65px;}.padB70{padding-bottom:70px;}.padB75{padding-bottom:75px;}.padB80{padding-bottom:80px;}.padB85{padding-bottom:85px;}.padB100{padding-bottom:100px;}.mar5{margin:5px;}.mar10{margin:10px;}.mar15{margin:15px;}.mar20{margin:20px;}.mar25{margin:25px;}.mar30{margin:30px;}.mar35{margin:35px;}.mar40{margin:40px;}.mar45{margin:45px;}.mar50{margin:50px;}.marT5{margin-top:5px;}.marT10{margin-top:10px;}.marT15{margin-top:15px;}.marT20{margin-top:20px;}.marT25{margin-top:25px;}.marT30{margin-top:30px;}.marT35{margin-top:35px;}.marT40{margin-top:40px;}.marT45{margin-top:45px;}.marT50{margin-top:50px;}.marL5{margin-left:5px;}.marL10{margin-left:10px;}.marL15{margin-left:15px;}.marL20{margin-left:20px;}.marL25{margin-left:25px;}.marL30{margin-left:30px;}.marL35{margin-left:35px;}.marL40{margin-left:40px;}.marL45{margin-left:45px;}.marL50{margin-left:50px;}.marR5{margin-right:5px;}.marR10{margin-right:10px;}.marR15{margin-right:15px;}.marR20{margin-right:20px;}.marR25{margin-right:25px;}.marR30{margin-right:30px;}.marR35{margin-right:35px;}.marR40{margin-right:40px;}.marR45{margin-right:45px;}.marR50{margin-right:50px;}.marB5{margin-bottom:5px;}.marB10{margin-bottom:10px;}.marB15{margin-bottom:15px;}.marB20{margin-bottom:20px;}.marB25{margin-bottom:25px;}.marB30{margin-bottom:30px;}.marB35{margin-bottom:35px;}.marB40{margin-bottom:40px;}.marB45{margin-bottom:45px;}.marB50{margin-bottom:50px;}.marB05em{margin-bottom:0.5em;}.marB075em{margin-bottom:0.75em;}.marB1em{margin-bottom:1em;}.marB125em{margin-bottom:1.25em;}.marB15em{margin-bottom:1.5em;}.noPad{padding:0px;}.noPadT{padding-top:0px;}.noPadB{padding-bottom:0px;}.noPadL{padding-left:0px;}.noPadR{padding-right:0px;}.noMar{margin:0px;}.noMarT{margin-top:0px;}.noMarB{margin-bottom:0px;}.noMarL{margin-left:0px;}.noMarR{margin-right:0px;}.fontS12 h1,.fontS12 h2,.fontS12 h3,.fontS12 h4,.fontS12{font-size:12px;}.fontS14 h1,.fontS14 h2,.fontS14 h3,.fontS14 h4,.fontS14{font-size:14px;}.fontS15 h1,.fontS15 h2,.fontS15 h3,.fontS15 h4,.fontS15{font-size:15px;}.fontS16 h1,.fontS16 h2,.fontS16 h3,.fontS16 h4,.fontS16{font-size:16px;}.fontS17 h1,.fontS17 h2,.fontS17 h3,.fontS17 h4,.fontS17{font-size:17px;}.fontS18 h1,.fontS18 h2,.fontS18 h3,.fontS18 h4,.fontS18{font-size:18px;}.fontS20 h1,.fontS20 h2,.fontS20 h3,.fontS20 h4,.fontS20{font-size:20px;}.fontS22 h1,.fontS22 h2,.fontS22 h3,.fontS22 h4,.fontS22{font-size:22px;}.fontS24 h1,.fontS24 h2,.fontS24 h3,.fontS24 h4,.fontS24{font-size:24px;}.fontS25 h1,.fontS25 h2,.fontS25 h3,.fontS25 h4,.fontS25{font-size:25px;}.fontS26 h1,.fontS26 h2,.fontS26 h3,.fontS26 h4,.fontS26{font-size:26px;}.fontS28 h1,.fontS28 h2,.fontS28 h3,.fontS28 h4,.fontS28{font-size:28px;}.fontS30 h1,.fontS30 h2,.fontS30 h3,.fontS30 h4,.fontS30{font-size:30px;}.fontS32 h1,.fontS32 h2,.fontS32 h3,.fontS32 h4,.fontS32{font-size:32px;}.fontS34 h1,.fontS34 h2,.fontS34 h3,.fontS34 h4,.fontS34{font-size:34px;}.fontS35 h1,.fontS35 h2,.fontS35 h3,.fontS35 h4,.fontS35{font-size:35px;}.fontS36 h1,.fontS36 h2,.fontS36 h3,.fontS36 h4,.fontS36{font-size:36px;}.fontS38 h1,.fontS38 h2,.fontS38 h3,.fontS38 h4,.fontS38{font-size:38px;}.fontS40 h1,.fontS40 h2,.fontS40 h3,.fontS40 h4,.fontS40{font-size:40px;}.fontS42 h1,.fontS42 h2,.fontS42 h3,.fontS42 h4,.fontS42{font-size:42px;}.fontS44 h1,.fontS44 h2,.fontS44 h3,.fontS44 h4,.fontS44{font-size:44px;}.fontS45 h1,.fontS45 h2,.fontS45 h3,.fontS45 h4,.fontS45{font-size:45px;}.fontS46 h1,.fontS46 h2,.fontS46 h3,.fontS46 h4,.fontS46{font-size:46px;}.fontS48 h1,.fontS48 h2,.fontS48 h3,.fontS48 h4,.fontS48{font-size:48px;}.fontS50 h1,.fontS50 h2,.fontS50 h3,.fontS50 h4,.fontS50{font-size:50px;}.fontS55 h1,.fontS55 h2,.fontS55 h3,.fontS55 h4,.fontS55{font-size:55px;}.fontS60 h1,.fontS60 h2,.fontS60 h3,.fontS60 h4,.fontS60{font-size:60px;}.fontS65 h1,.fontS65 h2,.fontS65 h3,.fontS65 h4,.fontS65{font-size:65px;}.fontS70 h1,.fontS70 h2,.fontS70 h3,.fontS70 h4,.fontS70{font-size:70px;}.fontS75 h1,.fontS75 h2,.fontS75 h3,.fontS75 h4,.fontS75{font-size:75px;}.fontS80 h1,.fontS80 h2,.fontS80 h3,.fontS80 h4,.fontS80{font-size:80px;}.fontS85 h1,.fontS85 h2,.fontS85 h3,.fontS85 h4,.fontS85{font-size:85px;}.fontS90 h1,.fontS90 h2,.fontS90 h3,.fontS90 h4,.fontS90{font-size:90px;}.fontS95 h1,.fontS95 h2,.fontS95 h3,.fontS95 h4,.fontS95{font-size:95px;}.fontS100 h1,.fontS100 h2,.fontS100 h3,.fontS100 h4,.fontS100{font-size:100px;}body.down2{font-size:16px;}body.down{font-size:17px;}body.up{font-size:20px;}body.up2{font-size:22px;}.down2 .fontS12 h1,.down2 .fontS122 h2,.down .fontS12 h3,.down .fontS12 h4,.down .fontS12{font-size:10px;}.down2 .fontS14 h1,.down2 .fontS14 h2,.down2 .fontS14 h3,.down2 .fontS14 h4,.down2 .fontS14{font-size:12px;}.down2 .fontS15 h1,.down2 .fontS15 h2,.down2 .fontS15 h3,.down2 .fontS15 h4,.down2 .fontS15{font-size:13px;}.down2 .fontS16 h1,.down2 .fontS16 h2,.down2 .fontS16 h3,.down2 .fontS16 h4,.down2 .fontS16{font-size:14px;}.down2 .fontS17 h1,.down2 .fontS17 h2,.down2 .fontS17 h3,.down2 .fontS17 h4,.down2 .fontS17{font-size:15px;}.down2 .fontS18 h1,.down2 .fontS18 h2,.down2 .fontS18 h3,.down2 .fontS18 h4,.down2 .fontS18{font-size:16px;}.down2 .fontS20 h1,.down2 .fontS20 h2,.down2 .fontS20 h3,.down2 .fontS20 h4,.down2 .fontS20{font-size:18px;}.down2 .fontS22 h1,.down2 .fontS22 h2,.down2 .fontS22 h3,.down2 .fontS22 h4,.down2 .fontS22{font-size:20px;}.down2 .fontS24 h1,.down2 .fontS24 h2,.down2 .fontS24 h3,.down2 .fontS24 h4,.down2 .fontS24{font-size:22px;}.down2 .fontS25 h1,.down2 .fontS25 h2,.down2 .fontS25 h3,.down2 .fontS25 h4,.down2 .fontS25{font-size:23px;}.down2 .fontS26 h1,.down2 .fontS26 h2,.down2 .fontS26 h3,.down2 .fontS26 h4,.down2 .fontS26{font-size:24px;}.down2 .fontS28 h1,.down2 .fontS28 h2,.down2 .fontS28 h3,.down2 .fontS28 h4,.down2 .fontS28{font-size:26px;}.down2 .fontS30 h1,.down2 .fontS30 h2,.down2 .fontS30 h3,.down2 .fontS30 h4,.down2 .fontS30{font-size:27px;}.down2 .fontS32 h1,.down2 .fontS32 h2,.down2 .fontS32 h3,.down2 .fontS32 h4,.down2 .fontS32{font-size:29px;}.down2 .fontS34 h1,.down2 .fontS34 h2,.down2 .fontS34 h3,.down2 .fontS34 h4,.down2 .fontS34{font-size:31px;}.down2 .fontS35 h1,.down2 .fontS35 h2,.down2 .fontS35 h3,.down2 .fontS35 h4,.down2 .fontS35{font-size:32px;}.down2 .fontS36 h1,.down2 .fontS36 h2,.down2 .fontS36 h3,.down2 .fontS36 h4,.down2 .fontS36{font-size:33px;}.down2 .fontS38 h1,.down2 .fontS38 h2,.down2 .fontS38 h3,.down2 .fontS38 h4,.down2 .fontS38{font-size:35px;}.down2 .fontS40 h1,.down2 .fontS40 h2,.down2 .fontS40 h3,.down2 .fontS40 h4,.down2 .fontS40{font-size:36px;}.down2 .fontS42 h1,.down2 .fontS42 h2,.down2 .fontS42 h3,.down2 .fontS42 h4,.down2 .fontS42{font-size:38px;}.down2 .fontS44 h1,.down2 .fontS44 h2,.down2 .fontS44 h3,.down2 .fontS44 h4,.down2 .fontS44{font-size:40px;}.down2 .fontS45 h1,.down2 .fontS45 h2,.down2 .fontS45 h3,.down2 .fontS45 h4,.down2 .fontS45{font-size:41px;}.down2 .fontS46 h1,.down2 .fontS46 h2,.down2 .fontS46 h3,.down2 .fontS46 h4,.down2 .fontS46{font-size:42px;}.down2 .fontS48 h1,.down2 .fontS48 h2,.down2 .fontS48 h3,.down2 .fontS48 h4,.down2 .fontS48{font-size:44px;}.down2 .fontS50 h1,.down2 .fontS50 h2,.down2 .fontS50 h3,.down2 .fontS50 h4,.down2 .fontS50{font-size:46px;}.down2 .fontS55 h1,.down2 .fontS55 h2,.down2 .fontS55 h3,.down2 .fontS55 h4,.down2 .fontS55{font-size:49px;}.down2 .fontS60 h1,.down2 .fontS60 h2,.down2 .fontS60 h3,.down2 .fontS60 h4,.down2 .fontS60{font-size:52px;}.down2 .fontS65 h1,.down2 .fontS65 h2,.down2 .fontS65 h3,.down2 .fontS65 h4,.down2 .fontS65{font-size:57px;}.down2 .fontS70 h1,.down2 .fontS70 h2,.down2 .fontS70 h3,.down2 .fontS70 h4,.down2 .fontS70{font-size:62px;}.down2 .fontS75 h1,.down2 .fontS75 h2,.down2 .fontS75 h3,.down2 .fontS75 h4,.down2 .fontS75{font-size:67px;}.down2 .fontS80 h1,.down2 .fontS80 h2,.down2 .fontS80 h3,.down2 .fontS80 h4,.down2 .fontS80{font-size:72px;}.down2 .fontS85 h1,.down2 .fontS85 h2,.down2 .fontS85 h3,.down2 .fontS85 h4,.down2 .fontS85{font-size:77px;}.down2 .fontS90 h1,.down2 .fontS90 h2,.down2 .fontS90 h3,.down2 .fontS90 h4,.down2 .fontS90{font-size:82px;}.down2 .fontS95 h1,.down2 .fontS95 h2,.down2 .fontS95 h3,.down2 .fontS95 h4,.down2 .fontS95{font-size:87px;}.down2 .fontS100 h1,.down2 .fontS100 h2,.down2 .fontS100 h3,.down2 .fontS100 h4,.down2 .fontS100{font-size:88px;}.down .fontS12 h1,.down .fontS12 h2,.down .fontS12 h3,.down .fontS12 h4,.down .fontS12{font-size:11px;}.down .fontS14 h1,.down .fontS14 h2,.down .fontS14 h3,.down .fontS14 h4,.down .fontS14{font-size:13px;}.down .fontS15 h1,.down .fontS15 h2,.down .fontS15 h3,.down .fontS15 h4,.down .fontS15{font-size:14px;}.down .fontS16 h1,.down .fontS16 h2,.down .fontS16 h3,.down .fontS16 h4,.down .fontS16{font-size:15px;}.down .fontS17 h1,.down .fontS17 h2,.down .fontS17 h3,.down .fontS17 h4,.down .fontS17{font-size:16px;}.down .fontS18 h1,.down .fontS18 h2,.down .fontS18 h3,.down .fontS18 h4,.down .fontS18{font-size:17px;}.down .fontS20 h1,.down .fontS20 h2,.down .fontS20 h3,.down .fontS20 h4,.down .fontS20{font-size:19px;}.down .fontS22 h1,.down .fontS22 h2,.down .fontS22 h3,.down .fontS22 h4,.down .fontS22{font-size:21px;}.down .fontS24 h1,.down .fontS24 h2,.down .fontS24 h3,.down .fontS24 h4,.down .fontS24{font-size:23px;}.down .fontS25 h1,.down .fontS25 h2,.down .fontS25 h3,.down .fontS25 h4,.down .fontS25{font-size:24px;}.down .fontS26 h1,.down .fontS26 h2,.down .fontS26 h3,.down .fontS26 h4,.down .fontS26{font-size:25px;}.down .fontS28 h1,.down .fontS28 h2,.down .fontS28 h3,.down .fontS28 h4,.down .fontS28{font-size:27px;}.down .fontS30 h1,.down .fontS30 h2,.down .fontS30 h3,.down .fontS30 h4,.down .fontS30{font-size:29px;}.down .fontS32 h1,.down .fontS32 h2,.down .fontS32 h3,.down .fontS32 h4,.down .fontS32{font-size:31px;}.down .fontS34 h1,.down .fontS34 h2,.down .fontS34 h3,.down .fontS34 h4,.down .fontS34{font-size:33px;}.down .fontS35 h1,.down .fontS35 h2,.down .fontS35 h3,.down .fontS35 h4,.down .fontS35{font-size:34px;}.down .fontS36 h1,.down .fontS36 h2,.down .fontS36 h3,.down .fontS36 h4,.down .fontS36{font-size:35px;}.down .fontS38 h1,.down .fontS38 h2,.down .fontS38 h3,.down .fontS38 h4,.down .fontS38{font-size:37px;}.down .fontS40 h1,.down .fontS40 h2,.down .fontS40 h3,.down .fontS40 h4,.down .fontS40{font-size:39px;}.down .fontS42 h1,.down .fontS42 h2,.down .fontS42 h3,.down .fontS42 h4,.down .fontS42{font-size:41px;}.down .fontS44 h1,.down .fontS44 h2,.down .fontS44 h3,.down .fontS44 h4,.down .fontS44{font-size:43px;}.down .fontS45 h1,.down .fontS45 h2,.down .fontS45 h3,.down .fontS45 h4,.down .fontS45{font-size:44px;}.down .fontS46 h1,.down .fontS46 h2,.down .fontS46 h3,.down .fontS46 h4,.down .fontS46{font-size:45px;}.down .fontS48 h1,.down .fontS48 h2,.down .fontS48 h3,.down .fontS48 h4,.down .fontS48{font-size:47px;}.down .fontS50 h1,.down .fontS50 h2,.down .fontS50 h3,.down .fontS50 h4,.down .fontS50{font-size:49px;}.down .fontS55 h1,.down .fontS55 h2,.down .fontS55 h3,.down .fontS55 h4,.down .fontS55{font-size:53px;}.down .fontS60 h1,.down .fontS60 h2,.down .fontS60 h3,.down .fontS60 h4,.down .fontS60{font-size:58px;}.down .fontS65 h1,.down .fontS65 h2,.down .fontS65 h3,.down .fontS65 h4,.down .fontS65{font-size:63px;}.down .fontS70 h1,.down .fontS70 h2,.down .fontS70 h3,.down .fontS70 h4,.down .fontS70{font-size:68px;}.down .fontS75 h1,.down .fontS75 h2,.down .fontS75 h3,.down .fontS75 h4,.down .fontS75{font-size:73px;}.down .fontS80 h1,.down .fontS80 h2,.down .fontS80 h3,.down .fontS80 h4,.down .fontS80{font-size:78px;}.down .fontS85 h1,.down .fontS85 h2,.down .fontS85 h3,.down .fontS85 h4,.down .fontS85{font-size:83px;}.down .fontS90 h1,.down .fontS90 h2,.down .fontS90 h3,.down .fontS90 h4,.down .fontS90{font-size:88px;}.down .fontS95 h1,.down .fontS95 h2,.down .fontS95 h3,.down .fontS95 h4,.down .fontS95{font-size:93px;}.down .fontS100 h1,.down .fontS100 h2,.down .fontS100 h3,.down .fontS100 h4,.down .fontS100{font-size:96px;}.up .fontS12 h1,.up .fontS12 h2,.up .fontS12 h3,.up .fontS12 h4,.up .fontS12{font-size:14px;}.up .fontS14 h1,.up .fontS14 h2,.up .fontS14 h3,.up .fontS14 h4,.up .fontS14{font-size:16px;}.up .fontS15 h1,.up .fontS15 h2,.up .fontS15 h3,.up .fontS15 h4,.up .fontS15{font-size:17px;}.up .fontS16 h1,.up .fontS16 h2,.up .fontS16 h3,.up .fontS16 h4,.up .fontS16{font-size:18px;}.up .fontS17 h1,.up .fontS17 h2,.up .fontS17 h3,.up .fontS17 h4,.up .fontS17{font-size:19px;}.up .fontS18 h1,.up .fontS18 h2,.up .fontS18 h3,.up .fontS18 h4,.up .fontS18{font-size:20px;}.up .fontS20 h1,.up .fontS20 h2,.up .fontS20 h3,.up .fontS20 h4,.up .fontS20{font-size:22px;}.up .fontS22 h1,.up .fontS22 h2,.up .fontS22 h3,.up .fontS22 h4,.up .fontS22{font-size:24px;}.up .fontS24 h1,.up .fontS24 h2,.up .fontS24 h3,.up .fontS24 h4,.up .fontS24{font-size:26px;}.up .fontS25 h1,.up .fontS25 h2,.up .fontS25 h3,.up .fontS25 h4,.up .fontS25{font-size:27px;}.up .fontS26 h1,.up .fontS26 h2,.up .fontS26 h3,.up .fontS26 h4,.up .fontS26{font-size:28px;}.up .fontS28 h1,.up .fontS28 h2,.up .fontS28 h3,.up .fontS28 h4,.up .fontS28{font-size:30px;}.up .fontS30 h1,.up .fontS30 h2,.up .fontS30 h3,.up .fontS30 h4,.up .fontS30{font-size:32px;}.up .fontS32 h1,.up .fontS32 h2,.up .fontS32 h3,.up .fontS32 h4,.up .fontS32{font-size:34px;}.up .fontS34 h1,.up .fontS34 h2,.up .fontS34 h3,.up .fontS34 h4,.up .fontS34{font-size:36px;}.up .fontS35 h1,.up .fontS35 h2,.up .fontS35 h3,.up .fontS35 h4,.up .fontS35{font-size:37px;}.up .fontS36 h1,.up .fontS36 h2,.up .fontS36 h3,.up .fontS36 h4,.up .fontS36{font-size:38px;}.up .fontS38 h1,.up .fontS38 h2,.up .fontS38 h3,.up .fontS38 h4,.up .fontS38{font-size:40px;}.up .fontS40 h1,.up .fontS40 h2,.up .fontS40 h3,.up .fontS40 h4,.up .fontS40{font-size:42px;}.up .fontS42 h1,.up .fontS42 h2,.up .fontS42 h3,.up .fontS42 h4,.up .fontS42{font-size:44px;}.up .fontS44 h1,.up .fontS44 h2,.up .fontS44 h3,.up .fontS44 h4,.up .fontS44{font-size:46px;}.up .fontS45 h1,.up .fontS45 h2,.up .fontS45 h3,.up .fontS45 h4,.up .fontS45{font-size:47px;}.up .fontS46 h1,.up .fontS46 h2,.up .fontS46 h3,.up .fontS46 h4,.up .fontS46{font-size:48px;}.up .fontS48 h1,.up .fontS48 h2,.up .fontS48 h3,.up .fontS48 h4,.up .fontS48{font-size:50px;}.up .fontS50 h1,.up .fontS50 h2,.up .fontS50 h3,.up .fontS50 h4,.up .fontS50{font-size:52px;}.up .fontS55 h1,.up .fontS55 h2,.up .fontS55 h3,.up .fontS55 h4,.up .fontS55{font-size:59px;}.up .fontS60 h1,.up .fontS60 h2,.up .fontS60 h3,.up .fontS60 h4,.up .fontS60{font-size:64px;}.up .fontS65 h1,.up .fontS65 h2,.up .fontS65 h3,.up .fontS65 h4,.up .fontS65{font-size:69px;}.up .fontS70 h1,.up .fontS70 h2,.up .fontS70 h3,.up .fontS70 h4,.up .fontS70{font-size:74px;}.up .fontS75 h1,.up .fontS75 h2,.up .fontS75 h3,.up .fontS75 h4,.up .fontS75{font-size:79px;}.up .fontS80 h1,.up .fontS80 h2,.up .fontS80 h3,.up .fontS80 h4,.up .fontS80{font-size:84px;}.up .fontS85 h1,.up .fontS85 h2,.up .fontS85 h3,.up .fontS85 h4,.up .fontS85{font-size:89px;}.up .fontS90 h1,.up .fontS90 h2,.up .fontS90 h3,.up .fontS90 h4,.up .fontS90{font-size:94px;}.up .fontS95 h1,.up .fontS95 h2,.up .fontS95 h3,.up .fontS95 h4,.up .fontS95{font-size:99px;}.up .fontS100 h1,.up .fontS100 h2,.up .fontS100 h3,.up .fontS100 h4,.up .fontS100{font-size:106px;}.up2 .fontS12 h1,.up2 .fontS12 h2,.up2 .fontS12 h3,.up2 .fontS12 h4,.up2 .fontS12{font-size:16px;}.up2 .fontS14 h1,.up2 .fontS14 h2,.up2 .fontS14 h3,.up2 .fontS14 h4,.up2 .fontS14{font-size:18px;}.up2 .fontS15 h1,.up2 .fontS15 h2,.up2 .fontS15 h3,.up2 .fontS15 h4,.up2 .fontS15{font-size:19px;}.up2 .fontS16 h1,.up2 .fontS16 h2,.up2 .fontS16 h3,.up2 .fontS16 h4,.up2 .fontS16{font-size:20px;}.up2 .fontS17 h1,.up2 .fontS17 h2,.up2 .fontS17 h3,.up2 .fontS17 h4,.up2 .fontS17{font-size:21px;}.up2 .fontS18 h1,.up2 .fontS18 h2,.up2 .fontS18 h3,.up2 .fontS18 h4,.up2 .fontS18{font-size:22px;}.up2 .fontS20 h1,.up2 .fontS20 h2,.up2 .fontS20 h3,.up2 .fontS20 h4,.up2 .fontS20{font-size:24px;}.up2 .fontS22 h1,.up2 .fontS22 h2,.up2 .fontS22 h3,.up2 .fontS22 h4,.up2 .fontS22{font-size:26px;}.up2 .fontS24 h1,.up2 .fontS24 h2,.up2 .fontS24 h3,.up2 .fontS24 h4,.up2 .fontS24{font-size:28px;}.up2 .fontS25 h1,.up2 .fontS25 h2,.up2 .fontS25 h3,.up2 .fontS25 h4,.up2 .fontS25{font-size:29px;}.up2 .fontS26 h1,.up2 .fontS26 h2,.up2 .fontS26 h3,.up2 .fontS26 h4,.up2 .fontS26{font-size:30px;}.up2 .fontS28 h1,.up2 .fontS28 h2,.up2 .fontS28 h3,.up2 .fontS28 h4,.up2 .fontS28{font-size:32px;}.up2 .fontS30 h1,.up2 .fontS30 h2,.up2 .fontS30 h3,.up2 .fontS30 h4,.up2 .fontS30{font-size:35px;}.up2 .fontS32 h1,.up2 .fontS32 h2,.up2 .fontS32 h3,.up2 .fontS32 h4,.up2 .fontS32{font-size:37px;}.up2 .fontS34 h1,.up2 .fontS34 h2,.up2 .fontS34 h3,.up2 .fontS34 h4,.up2 .fontS34{font-size:39px;}.up2 .fontS35 h1,.up2 .fontS35 h2,.up2 .fontS35 h3,.up2 .fontS35 h4,.up2 .fontS35{font-size:40px;}.up2 .fontS36 h1,.up2 .fontS36 h2,.up2 .fontS36 h3,.up2 .fontS36 h4,.up2 .fontS36{font-size:41px;}.up2 .fontS38 h1,.up2 .fontS38 h2,.up2 .fontS38 h3,.up2 .fontS38 h4,.up2 .fontS38{font-size:43px;}.up2 .fontS40 h1,.up2 .fontS40 h2,.up2 .fontS40 h3,.up2 .fontS40 h4,.up2 .fontS40{font-size:46px;}.up2 .fontS42 h1,.up2 .fontS42 h2,.up2 .fontS42 h3,.up2 .fontS42 h4,.up2 .fontS42{font-size:48px;}.up2 .fontS44 h1,.up2 .fontS44 h2,.up2 .fontS44 h3,.up2 .fontS44 h4,.up2 .fontS44{font-size:50px;}.up2 .fontS45 h1,.up2 .fontS45 h2,.up2 .fontS45 h3,.up2 .fontS45 h4,.up2 .fontS45{font-size:51px;}.up2 .fontS46 h1,.up2 .fontS46 h2,.up2 .fontS46 h3,.up2 .fontS46 h4,.up2 .fontS46{font-size:52px;}.up2 .fontS48 h1,.up2 .fontS48 h2,.up2 .fontS48 h3,.up2 .fontS48 h4,.up2 .fontS48{font-size:54px;}.up2 .fontS50 h1,.up2 .fontS50 h2,.up2 .fontS50 h3,.up2 .fontS50 h4,.up2 .fontS50{font-size:56px;}.up2 .fontS55 h1,.up2 .fontS55 h2,.up2 .fontS55 h3,.up2 .fontS55 h4,.up2 .fontS55{font-size:63px;}.up2 .fontS60 h1,.up2 .fontS60 h2,.up2 .fontS60 h3,.up2 .fontS60 h4,.up2 .fontS60{font-size:68px;}.up2 .fontS65 h1,.up2 .fontS65 h2,.up2 .fontS65 h3,.up2 .fontS65 h4,.up2 .fontS65{font-size:73px;}.up2 .fontS70 h1,.up2 .fontS70 h2,.up2 .fontS70 h3,.up2 .fontS70 h4,.up2 .fontS70{font-size:78px;}.up2 .fontS75 h1,.up2 .fontS75 h2,.up2 .fontS75 h3,.up2 .fontS75 h4,.up2 .fontS75{font-size:83px;}.up2 .fontS80 h1,.up2 .fontS80 h2,.up2 .fontS80 h3,.up2 .fontS80 h4,.up2 .fontS80{font-size:88px;}.up2 .fontS85 h1,.up2 .fontS85 h2,.up2 .fontS85 h3,.up2 .fontS85 h4,.up2 .fontS85{font-size:93px;}.up2 .fontS90 h1,.up2 .fontS90 h2,.up2 .fontS90 h3,.up2 .fontS90 h4,.up2 .fontS90{font-size:98px;}.up2 .fontS95 h1,.up2 .fontS95 h2,.up2 .fontS95 h3,.up2 .fontS95 h4,.up2 .fontS95{font-size:102px;}.up2 .fontS100 h1,.up2 .fontS100 h2,.up2 .fontS100 h3,.up2 .fontS100 h4,.up2 .fontS100{font-size:110px;}.line-height1{line-height:1;}.line-height11{line-height:1.1;}.line-height12{line-height:1.2;}.line-height13{line-height:1.3;}.line-height14{line-height:1.4;}.line-height15{line-height:1.5;}.line-height16{line-height:1.6;}.line-height17{line-height:1.7;}.line-height18{line-height:1.8;}.line-height19{line-height:1.9;}.line-height2{line-height:2;}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}.pull-left,.pull-left-desktop{float:left;}.pull-right,.pull-right-desktop{float:right;}.clear-both{clear:both;}.showOn1023,.showOn767,.hide{display:none;}.inlineBlock{display:inline-block;}.hideOn1023,.hideOn767,.show,.block{display:block;}.invisible{visibility:hidden;}.text-left h1,.text-left h2,.text-left h3,.text-left h4,.text-left{text-align:left;}.text-right h1,.text-right h2,.text-right h3,.text-right h4,.text-right{text-align:right;}.text-center h1,.text-center h2,.text-center h3,.text-center h4,.text-center{text-align:center;}.text-justify h1,.text-justify h2,.text-justify h3,.text-justify h4,.text-justify{text-align:justify;}.em{font-style:italic;}.strikethrough{text-decoration:line-through;}.uppercase{text-transform:uppercase;}.lowercase{text-transform:lowercase;}.fontW300{font-weight:300;}.normal,.fontW400{font-weight:400;}.fontW500{font-weight:500;}.bold,.strong,.fontW700{font-weight:700;}.fontW800{font-weight:800;}.fontW900{font-weight:900;}@media (max-width: 1023px){.maxWidth600On1023{max-width:600px;margin:0px auto;}.maxWidth550On1023{max-width:550px;margin:0px auto;}.maxWidth500On1023{max-width:500px;margin:0px auto;}.maxWidth450On1023{max-width:450px;margin:0px auto;}.maxWidth400On1023{max-width:400px;margin:0px auto;}.padTB30,.padTB35{padding-top:25px;padding-bottom:25px;}.padTB40,.padTB45{padding-top:25px;padding-bottom:25px;}.padTB50,.padTB55{padding-top:40px;padding-bottom:40px;}.padTB60,.padTB65{padding-top:50px;padding-bottom:50px;}.padTB70,.padTB75,.padTB80,.padTB85,.padTB90,.padTB95,.padTB100,.padTB120,.padTB150{padding-top:60px;padding-bottom:60px;}.padLR30,.padLR35{padding-left:25px;padding-right:25px;}.padLR40,.padLR45{padding-left:30px;padding-right:30px;}.padLR50,.padLR55{padding-left:40px;padding-right:40px;}.padLR60,.padLR65{padding-left:50px;padding-right:50px;}.padLR70,.padLR75,.padLR80,.padLR85{padding-left:60px;padding-right:60px;}.pad30{padding:25px;}.pad40{padding:30px;}.pad50{padding:40px;}.pad60,.pad70,.pad80{padding:50px;}.padT30{padding-top:25px;}.padT40{padding-top:30px;}.padT50{padding-top:40px;}.padT60,.padT70,.padT80{padding-top:50px;}.padL30{padding-left:25px;}.padL40{padding-left:30px;}.padL50{padding-left:40px;}.padL60,.padL70,.padL80{padding-left:50px;}.padR30{padding-right:25px;}.padR40{padding-right:30px;}.padR50{padding-right:40px;}.padR60,.padR70,.padR80{padding-right:50px;}.padB30{padding-bottom:25px;}.padB40{padding-bottom:30px;}.padB50{padding-bottom:40px;}.padB60,.padB70,.padB80{padding-bottom:50px;}.pad10on1023{padding:10px;}.padT10on1023{padding-top:10px;}.padB10on1023{padding-bottom:10px;}.padL10on1023{padding-left:10px;}.padR10on1023{padding-right:10px;}.mar30{margin:25px;}.mar40{margin:30px;}.marT30{margin-top:25px;}.marT40{margin-top:30px;}.marL30{margin-left:25px;}.marL40{margin-left:30px;}.marR30{margin-right:25px;}.marR40{margin-right:30px;}.marB30{margin-bottom:25px;}.marB40{margin-bottom:30px;}.hideOn1023{display:none;}.showOn1023{display:block;}.fontS40 h1,.fontS40 h2,.fontS40 h3,.fontS40 h4,.fontS40{font-size:38px;}.fontS42 h1,.fontS42 h2,.fontS42 h3,.fontS42 h4,.fontS42{font-size:40px;}.fontS44 h1,.fontS44 h2,.fontS44 h3,.fontS44 h4,.fontS44{font-size:41px;}.fontS45 h1,.fontS45 h2,.fontS45 h3,.fontS45 h4,.fontS45{font-size:42px;}.fontS46 h1,.fontS46 h2,.fontS46 h3,.fontS46 h4,.fontS46{font-size:43px;}.fontS48 h1,.fontS48 h2,.fontS48 h3,.fontS48 h4,.fontS48{font-size:45px;}.fontS50 h1,.fontS50 h2,.fontS50 h3,.fontS50 h4,.fontS50{font-size:47px;}.fontS55 h1,.fontS55 h2,.fontS55 h3,.fontS55 h4,.fontS55{font-size:49px;}.fontS60 h1,.fontS60 h2,.fontS60 h3,.fontS60 h4,.fontS60{font-size:51px;}.fontS65 h1,.fontS65 h2,.fontS65 h3,.fontS65 h4,.fontS65{font-size:53px;}.fontS70 h1,.fontS70 h2,.fontS70 h3,.fontS70 h4,.fontS70{font-size:55px;}.fontS75 h1,.fontS75 h2,.fontS75 h3,.fontS75 h4,.fontS75{font-size:57px;}.fontS80 h1,.fontS80 h2,.fontS80 h3,.fontS80 h4,.fontS80{font-size:59px;}.fontS85 h1,.fontS85 h2,.fontS85 h3,.fontS85 h4,.fontS85{font-size:61px;}.fontS90 h1,.fontS90 h2,.fontS90 h3,.fontS90 h4,.fontS90{font-size:63px;}.fontS95 h1,.fontS95 h2,.fontS95 h3,.fontS95 h4,.fontS95{font-size:65px;}.fontS100 h1,.fontS100 h2,.fontS100 h3,.fontS100 h4,.fontS100{font-size:67px;}}@media (max-width: 767px){.hideOn767{display:none;}.showOn767{display:block;}.centerOn767{text-align:center;}.pull-left-desktop,.pull-right-desktop{float:none;}.padTB5,.padTB15{padding-top:10px;padding-bottom:10px;}.padTB20,.padTB25{padding-top:10px;padding-bottom:10px;}.padTB30,.padTB35{padding-top:15px;padding-bottom:15px;}.padTB40,.padTB45{padding-top:20px;padding-bottom:20px;}.padTB50,.padTB55{padding-top:25px;padding-bottom:25px;}.padTB60,.padTB65,.padTB70,.padTB75,.padTB80,.padTB85,.padTB90,.padTB95,.padTB100,.padTB120,.padTB150{padding-top:30px;padding-bottom:30px;}.padLR5,.padLR15{padding-left:10px;padding-right:10px;}.padLR20{padding-left:10px;padding-right:10px;}.padLR30{padding-left:15px;padding-right:15px;}.padLR40{padding-left:20px;padding-right:20px;}.padLR50{padding-left:25px;padding-right:25px;}.padLR60{padding-left:30px;padding-right:30px;}.padLR70{padding-left:30px;padding-right:30px;}.padLR80{padding-left:30px;padding-right:30px;}.padLR85{padding-left:35px;padding-right:35px;}.pad5,.pad15{padding:10px;}.pad20{padding:10px;}.pad30{padding:15px;}.pad40{padding:20px;}.pad50{padding:25px;}.pad60{padding:30px;}.pad70{padding:30px;}.pad80{padding:30px;}.pad100{padding:30px;}.padT5,.padT15{padding-top:10px;}.padT20{padding-top:10px;}.padT30{padding-top:15px;}.padT40{padding-top:20px;}.padT50{padding-top:25px;}.padT60{padding-top:30px;}.padT70{padding-top:30px;}.padT80{padding-top:30px;}.padT100{padding-top:30px;}.padL5,.padL15{padding-left:10px;}.padL20{padding-left:10px;}.padL30{padding-left:15px;}.padL40{padding-left:20px;}.padL50{padding-left:25px;}.padL60{padding-left:30px;}.padL70{padding-left:30px;}.padL80{padding-left:30px;}.padL100{padding-left:30px;}.padR5,.padR15{padding-right:10px;}.padR20{padding-right:10px;}.padR30{padding-right:15px;}.padR40{padding-right:20px;}.padR50{padding-right:25px;}.padR60{padding-right:30px;}.padR70{padding-right:30px;}.padR80{padding-right:30px;}.padR100{padding-right:30px;}.padB5,.padB15{padding-bottom:10px;}.padB20{padding-bottom:10px;}.padB30{padding-bottom:15px;}.padB40{padding-bottom:20px;}.padB50{padding-bottom:25px;}.padB60{padding-bottom:30px;}.padB70{padding-bottom:30px;}.padB80{padding-bottom:30px;}.padB100{padding-bottom:30px;}.pad10on767{padding:10px;}.padT10on767{padding-top:10px;}.padB10on767{padding-bottom:10px;}.padL10on767{padding-left:10px;}.padR10on767{padding-right:10px;}.mar15,.mar20{margin:10px;}.mar30{margin:15px;}.mar40{margin:20px;}.marT15,.marT20{margin-top:10px;}.marT30{margin-top:15px;}.marT40{margin-top:20px;}.marL15,.marL20{margin-left:10px;}.marL30{margin-left:15px;}.marL40{margin-left:20px;}.marR15,.marR20{margin-right:10px;}.marR30{margin-right:15px;}.marR40{margin-right:20px;}.marB15,.marB20{margin-bottom:10px;}.marB30{margin-bottom:15px;}.marB40{margin-bottom:20px;}.noPadOn767{padding:0px;}.noPadTOn767{padding-top:0px;}.noPadBOn767{padding-bottom:0px;}.noPadLOn767{padding-left:0px;}.noPadROn767{padding-right:0px;}.noMarOn767{margin:0px;}.noMarTOn767{margin-top:0px;}.noMarBOn767{margin-bottom:0px;}.noMarLOn767{margin-left:0px;}.noMarROn767{margin-right:0px;}.fontS17 h1,.fontS17 h2,.fontS17 h3,.fontS17 h4,.fontS17,.fontS18 h1,.fontS18 h2,.fontS18 h3,.fontS18 h4,.fontS18{font-size:16px;}.fontS20 h1,.fontS20 h2,.fontS20 h3,.fontS20 h4,.fontS20{font-size:18px;}.fontS22 h1,.fontS22 h2,.fontS22 h3,.fontS22 h4,.fontS22,.fontS24 h1,.fontS24 h2,.fontS24 h3,.fontS24 h4,.fontS24,.fontS25 h1,.fontS25 h2,.fontS25 h3,.fontS25 h4,.fontS25,.fontS26 h1,.fontS26 h2,.fontS26 h3,.fontS26 h4,.fontS26{font-size:20px;}.fontS28 h1,.fontS28 h2,.fontS28 h3,.fontS28 h4,.fontS28{font-size:21px;}.fontS30 h1,.fontS30 h2,.fontS30 h3,.fontS30 h4,.fontS30{font-size:22px;}.fontS32 h1,.fontS32 h2,.fontS32 h3,.fontS32 h4,.fontS32{font-size:23px;}.fontS34 h1,.fontS34 h2,.fontS34 h3,.fontS34 h4,.fontS34,.fontS35 h1,.fontS35 h2,.fontS35 h3,.fontS35 h4,.fontS35,.fontS36 h1,.fontS36 h2,.fontS36 h3,.fontS36 h4,.fontS36{font-size:24px;}.fontS38 h1,.fontS38 h2,.fontS38 h3,.fontS38 h4,.fontS38{font-size:25px;}.fontS40 h1,.fontS40 h2,.fontS40 h3,.fontS40 h4,.fontS40{font-size:26px;}.fontS42 h1,.fontS42 h2,.fontS42 h3,.fontS42 h4,.fontS42{font-size:27px;}.fontS44 h1,.fontS44 h2,.fontS44 h3,.fontS44 h4,.fontS44,.fontS45 h1,.fontS45 h2,.fontS45 h3,.fontS45 h4,.fontS45,.fontS46 h1,.fontS46 h2,.fontS46 h3,.fontS46 h4,.fontS46{font-size:28px;}.fontS48 h1,.fontS48 h2,.fontS48 h3,.fontS48 h4,.fontS48{font-size:29px;}.fontS50 h1,.fontS50 h2,.fontS50 h3,.fontS50 h4,.fontS50{font-size:30px;}.fontS55 h1,.fontS55 h2,.fontS55 h3,.fontS55 h4,.fontS55{font-size:32px;}.fontS60 h1,.fontS60 h2,.fontS60 h3,.fontS60 h4,.fontS60{font-size:34px;}.fontS65 h1,.fontS65 h2,.fontS65 h3,.fontS65 h4,.fontS65{font-size:36px;}.fontS70 h1,.fontS70 h2,.fontS70 h3,.fontS70 h4,.fontS70{font-size:38px;}.fontS75 h1,.fontS75 h2,.fontS75 h3,.fontS75 h4,.fontS75{font-size:40px;}.fontS80 h1,.fontS80 h2,.fontS80 h3,.fontS80 h4,.fontS80{font-size:42px;}.fontS85 h1,.fontS85 h2,.fontS85 h3,.fontS85 h4,.fontS85{font-size:44px;}.fontS90 h1,.fontS90 h2,.fontS90 h3,.fontS90 h4,.fontS90{font-size:46px;}.fontS95 h1,.fontS95 h2,.fontS95 h3,.fontS95 h4,.fontS95{font-size:48px;}.fontS100 h1,.fontS100 h2,.fontS100 h3,.fontS100 h4,.fontS100{font-size:50px;}.line-height1on767{line-height:1;}.line-height11on767{line-height:1.1;}.line-height12on767{line-height:1.2;}.line-height13on767{line-height:1.3;}.line-height14on767{line-height:1.4;}.line-height15on767{line-height:1.5;}}
.marT70{margin-top:70px;}.marB200{margin-bottom:200px;}

/* ==========================================================================
   Index:         
  1. BASE STYLES   
    - Variables
    - Macros
    - Base
    - Typography
  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer
  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu
  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages
  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons
  6. MISCELLANOUS
  7. MOBILE MEDIA QUERIES
   ========================================================================== */








/* ==========================================================================
   1. BASE STYLES                                             
   ========================================================================== */





/* ==========================================================================
   Variables                                               
   ========================================================================== */


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

/* Typography */
            /*  */
                         /*  */
                          /*  */
 /*  */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */




/* ==========================================================================
   Macros                                                  
   ========================================================================== */


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */

 

/** 
  * Example of how to apply the above macro (ignore the jinja comment tags):
  *
  * a {
  *   color: red;
  *   font-size: 12px;
  *    
  * }
  */




/* ==========================================================================
   Base                                                    
   ========================================================================== */


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  color: #333;
  font-family: 'Gotham A','Gotham B';
  font-size: 13px;
  line-height: 1.5;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 980px;
  margin: 0 auto;
}

a { color: gray; }
a:hover, a:focus { color: #000; }

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
    max-width: initial;
}



/* ==========================================================================
   Typography
   ========================================================================== */


/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}








/* ==========================================================================
   2. COS STRUCTURE                                            
   ========================================================================== */





/* ==========================================================================
   Structure                                               
   ========================================================================== */


/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}




/* ==========================================================================
   Header
   ========================================================================== */


.header-container-wrapper {}
.header-container {}

/* Logo styling */
.header-container .hs_cos_wrapper_type_logo {}
.header-container .hs_cos_wrapper_type_logo a {}
.header-container .hs_cos_wrapper_type_logo a img {}




/* ==========================================================================
   Content                                                 
   ========================================================================== */


.body-container-wrapper {}
.body-container {}


/* Unique Pages
   ========================================================================== */

/* Homepage */

/* Contact Us */

/* About Us */


/* Modular & Reusable Components
   ========================================================================== */

/* Callouts */

/* Social Media Custom Icons */

/* Additional Menus aside from the Main Nav */




/* ==========================================================================
   Footer
   ========================================================================== */


.footer-container-wrapper {
    background: #ffffff;
}

.footer-container {
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 2px;
}

.footer-divider {
    background-image: url("//cdn2.hubspot.net/hubfs/109349/asn/splash-divider_v2.png");
    height: 13px;
}

.footer-socialmedia {
    background-color: #000000;
    overflow: hidden;
}

.gray {
    background: #7e7e7e;
}

.socialmedia-container {
    float: left;
    width: 20%;
}

.socialmedia-container:hover {
    background: #debd3b;
}

.socialmedia-container a {
    display: block;
}

.footer h2 {
    font-size: 40px;
    letter-spacing: 10px;
    color: #58595b;
}

.footer h3 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 24px;
    color: #000000;
}

.footer h4 {
    margin-top: 0;
    font-weight: 400;
    font-size: 21px;
    color: #4e78a9;
}

.footer p {
    font-weight: 500;
    font-size: 13px;
    color: #a2a3a5;
}

.footer-home-header.span6,
.footer-home-header.span8 {
    float: left;
}

.popup-buttons.span6,
.popup-buttons.span4 {
    float: right;
}

.footer-home .popup-buttons {
    text-align: right;
}

.footer-home .btn {
    margin-top: 33.200px;
}





/* ==========================================================================
   3. MAIN NAVIGATION                                            
   ========================================================================== */





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


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

/* Parent List */
.main-menu .hs-menu-wrapper > ul{ 
  background:#ffffff;
  margin: 0;
  padding-top: 51px;
  width: 500px;
  z-index: 1;
}
.main-menu .hs-menu-wrapper > ul > li{
  background:;
  list-style: none;
}
.main-menu .hs-menu-wrapper > ul > li > a{
  color:#000000;
    display: block;
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    padding: 10px 40px;
}
.main-menu .hs-menu-wrapper > ul > li > a:hover{
    background: #debd3bcc;
  color:#ffffff;
}

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

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

/* Fix menu disappearing on desktop after toggling mobile menu */
/*@media screen and (min-width:768px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }*/




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


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

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

@media (max-width: 767px){

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

  


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

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


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

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

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

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

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

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

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

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

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

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








/* ==========================================================================
   4. TEMPLATE MODULE SELECTORS                                         
   ========================================================================== */





/* Common Template Selectors                                             
   ========================================================================== */

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

/* Common One Column Selectors */
body.site-page.one-column, 
body.landing-page.one-column, 
body.error-template.one-column, 
body.password-template.one-column, 
body.subscription-template.one-column {}

body.site-page.one-column .main-content, 
body.landing-page.one-column .main-content, 
body.error-template .main-content, 
body.password-template .main-content, 
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column, 
body.landing-page.two-column, 
body.blog {}  

body.site-page.two-column .main-content, 
body.landing-page.two-column .main-content, 
body.blog .blog-content {}

/* Common Three Column Selectors */
body.site-page.three-column, 
body.landing-page.three-column {}

body.site-page.three-column .main-content, 
body.landing-page.three-column .main-content {}


/* Site Pages                                            
   ========================================================================== */

/* One Column Template */
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}


/* Landing Pages                                           
   ========================================================================== */

/* One Column Template */
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}
body.landing-page.one-column .main-content {}

/* Two Column Template */
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper {}
body.landing-page.two-column .main-content {}
body.landing-page.two-column .sidebar.right {}

/* Three Column Template */
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}


/* System Pages                                          
   ========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}








/* ==========================================================================
   5. COS COMPONENTS                                        
   ========================================================================== */





/* ==========================================================================
   Blog                                         
   ========================================================================== */


/* Blog Post and Listing Body Class */
body.blog {}

/* Blog Post */
body.hs-blog-post {}

/* Blog Listing */
body.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* Blog Content Column
   ========================================================================== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/** 
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping 
 */

.hs-blog-social-share {
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/** 
 * Blog Author Page 
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {}

/** 
 * Blog All Posts Page
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* Blog Sidebar
   ========================================================================== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}




/* ==========================================================================
   Forms
   ========================================================================== */


/* All Global Forms
   ========================================================================== */

/* Form Field */
body .hs-form-field {}

/* Descriptions */
body .hs-field-desc {}

/* Labels */
body label {}
body .hs-form-field > label {}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  font-family: 'Gotham A','Gotham B';
  font-size: 13px;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {}

/* Separate Styles for Multiple Line Inputs */
body textarea {}
body textarea:focus {}

/* Separate Styles for Drop Downs */
body select {}
body select:focus {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}

/* Required */
body input:focus:required:invalid, 
body textarea:focus:required:invalid, 
body select:focus:required:invalid {}

body input:focus:required:invalid:focus, 
body textarea:focus:required:invalid:focus, 
body select:focus:required:invalid:focus {}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}


/* Form Module
   ========================================================================== */

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {}

/* Descriptions */
.hs_cos_wrapper_type_form .hs-field-desc {}

/* Labels */
.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {}

/* One Line Inputs */
.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"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

.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,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {}

/* Separate Styles for Multiple Line Inputs */
.hs_cos_wrapper_type_form textarea {}
.hs_cos_wrapper_type_form textarea:focus {}

/* Separate Styles for Drop Downs */
.hs_cos_wrapper_type_form select {}
.hs_cos_wrapper_type_form select:focus {}

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


/* Blog Comment Form
   ========================================================================== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}

/* Error */
body .hs-common-error-message {}


/* Blog Subscription Form
   ========================================================================== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}


/* Google Search Form
   ========================================================================== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* Multi Column Form
   ========================================================================== */

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}
body form.hs-form fieldset { max-width: none; 
  padding: 10px 0px; /* Added [05/30/19 = cy] */
}
body form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
body form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
body form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
body form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  body form.hs-form fieldset .hs-form-field { padding: 0; }
  body form.hs-form fieldset.form-columns-3 .hs-form-field,
  body form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  body form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}




/* ==========================================================================
   Buttons                                              
   ========================================================================== */


/* All Global Buttons (Excluding CTAs)
   ========================================================================== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: 'Gotham A','Gotham B';
  font-size: 13px;
  text-decoration: none !important;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {}

.hs_submit .actions {
    position: relative;
    margin-bottom: 10px;
}

.hs_submit .actions:after {
    position: relative;
/*     content: 'We respect your privacy'; */
    top: 10px;
    left: 0;
    display: block;
    font-size: 10px;
}

/* Form Module Button
   ========================================================================== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* Blog Comment Button
   ========================================================================== */
#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* Blog Subscription Button
   ========================================================================== */
#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* Google Search Button
   ========================================================================== */
.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* CTA Buttons
   ========================================================================== */

/** 
 * Override global CTA styles by wrapping the CTA module in a module group 
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags. 
*/
#module-group-ID .cta_button {}
#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}


.btn {
    display: inline-block;
	padding: 15px 45px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.btn-yellow {
	background: #debd3b;
    border: 2px solid #b59a2d;
    color: #fff;
}

.btn-yellow:hover {
    color: #ffffff;
}





/* ==========================================================================
   6. MISCELLANOUS                                        
   ========================================================================== */

.book {
    color: rgba(88,89,91,1) !important;
}



/** 
 * Styles that do not fit into available sections above can go here.
 * For example, one would place 3rd party plugin overriding styles here.
 *
 * This section is NOT for 'Custom' styles.  All custom styles must go in the
 * proper sections above.
 *
 * For instance, custom header and footer styles must go in the HEADER and 
 * FOOTER sections.  Custom styles for anything in-between the header and footer 
 * (such as, styles that are unique to the HOMEPAGE only), must go in the 
 * CONTENT section.
*/ 
.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%; 
}

video {
    max-height: none;
}

.slick-slider {
position: relative;

display: block;
box-sizing: border-box;

-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;

-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}

.slick-list
{
position: relative;

display: block;
overflow: hidden;

margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}

.slick-track
{
position: relative;
top: 0;
left: 0;

display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;

content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}

.slick-slide
{
display: none;
float: left;

height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;

height: auto;

border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
.slick-prev {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 0;
}

.anders-gallery .slick-prev {
    left: -30px;
    transition: left 0.1s linear;
}

.anders-gallery:hover .slick-prev {
    left: 8px;
}

.slick-next {
    position: absolute;
    top: 50%;
    right: 0;
}

.anders-gallery .slick-next {
    right: -30px;
    transition: right 0.1s linear;
}

.anders-gallery:hover .slick-next {
    right: 8px;
}

.slick-prev,
.slick-next {
    background: url('//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png');
    width: 28.5px;
    height: 27px;
}

.slick-next {
    background-position: right;
}

.slick-next:hover {
    cursor: pointer;
    opacity: 0.8;
}

.slick-prev:hover {
    cursor: pointer;
    opacity: 0.8;
}

.section-topics-header {
    position: relative;
}

.section-topics-header h2 {
    margin-bottom: 0;
    font-size: 40px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #ffffff;
}

.section-topics-header p {
    font-size: 16px;
    color: #ffffff;
}

.btn-side {
    position: absolute;
    right:  0;
    top: 26px;
}

.card {
    background-color: #042433;
    margin-bottom: 15px;
    padding: 20px 30px;
}

.card h2 {
    margin-top: 0;
    font-size: 21px;
    letter-spacing: 6px;
    text-transform: uppercase;
}

.card p {
    font-size: 14px;
    color: #ffffff;
}

.readmore {
    text-align: right;
}

.readmore a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.section-topics .btn-yellow {
    margin-top: 10px;
    border-color: #fff;
    transition: 0.2s;
}

.section-topics .btn-yellow:hover {
    background-color: #d3a801;
}

/* LOGO LISTING */
.section-logolisting h2 {
    font-size: 40px;
    letter-spacing: 10px;
    text-transform: uppercase;
    color: #58595b;
}

.logolisting-header {
    overflow: hidden;
}

.logolisting-header a {
    margin-top: 33.200px;
}

.section-logolisting ul {
    overflow: hidden;
    padding-left: 0;
}

.section-logolisting li {
    position: relative;
    list-style: none;
    float: left;
    margin-bottom: 25px;
    width: 20%;
}

.section-logolisting.six li {
    position: relative;
    list-style: none;
    float: left;
    margin-bottom: 25px;
    width: 16%;
}

.section-logolisting li:nth-child(5n+1) {
    clear: left;
}

.section-logolisting.six li:nth-child(5n+1) {
    clear: none;
}

.section-logolisting.slash li:after {
    content: '';
    height: 70px;
    width: 70px;
    position: absolute;
    right: 0;
    top: 0;
    background: url('//cdn2.hubspot.net/hubfs/109349/images/Featured%20Media/diagonal-line.png') no-repeat center;
}

.section-logolisting.slash li:nth-child(5n+0):after {
    content: none;
}

.section-logolisting li img {
    display: block;
    max-width: 140px;
    margin: auto;
}

.section-logolisting.slash li img {
    margin: unset;
}

/* Media Brands Popup */

.mediapop-item a {
    text-decoration: none; 
}

.mp-wrap {
    padding: 10px;
    border: 1px solid #4E78A9;
}

.link-type {
    padding: 10px;
    background: #125879;
    color: #fff;
    margin: 0;
}

/* FOOTER BANNER */
.footer-banner h2 {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ffffff
}

.footer-banner hr {
    background-color: #ffffff;
    width: 50px;
    height: 5px;
}

.footer-banner .btn {
    margin-top: 25px;
}

/* TESTIMONIAL CAROUSEL AND TESTIMONIAL TWITTER */
.section-testicarousel blockquote:first-of-type,
.section-testitwitter blockquote:first-of-type {
    background: url('//cdn2.hubspot.net/hubfs/109349/asn/bg-blockquote.png') no-repeat;
    padding: 60px 0 0 0;
    font-size: 21px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    color: #000000;
}

.section-testicarousel blockquote,
.section-testitwitter blockquote {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #4e78a9;
}

.slick-dots li {
    display: inline;
    margin-right: 15px;
}

.slick-dots {
    text-align: center;
    width: 50%;
    float: right;
}

.section-testitwitter .slick-dots {
    float: none;
    width: 100%;
}

.slick-dots li button {
    font-size: 0;
    border: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
    cursor: pointer;
    background: rgba(0,0,0,0.6);
}

.section-testitwitter .testimonials-carousel:after {
    content: '.';
    border-left: 20px solid #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -webkit-transform: skew(-10deg);
}

.hs-form-field > label:first-of-type {
    display: block;
    /* opacity: 0;
    transition: opacity 0.2s ease; */
}

.hs-form-field > label.label-appear {
    opacity: 1;
}


/* ==========================================================================
   7. MOBILE MEDIA QUERIES                              
   ========================================================================== */



   

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

@media (max-width: 980px) {}

@media (max-width: 1024px) {
    .section-logolisting.slash li:after {
        content: none;
    }
    
    .section-logolisting.slash li img {
        margin: auto;
    }
    
    .footer-home-header.span6,
    .footer-home-header.span8,
    .popup-buttons.span6,
    .popup-buttons.span4 {
        float: none;
        width: auto;
    }
    
    .footer-socialmedia {
        margin-bottom: 20px;
    }
    
    .footer-home {
        text-align: center;
    }
    
    .footer-home .popup-buttons {
        text-align: center;
    }
    
    .footer-home .btn {
        margin-top: 0;
    }
    
    #work-with-me p.subheading {
        padding: 5px 15px;
    }
    
    .workwithme-heading a {
        margin-right: 15px;   
    }
    
}


/* Landscape tablet and smaller devices
   ========================================================================== */

@media (max-width: 783px) {
    .section-logolisting li:nth-child(5n+1) {
        clear: none;
    }
}

@media (max-width: 767px) {
    .marT70 {margin-top:0px;}
    .marB200{margin-bottom:20px;}
    
    .footer h3,
    .footer h4,
    .footer p {
        font-size: 12px;
    }
    
    /* TOPICS SECTION */
    .section-topics-header {
        padding: 20px;
    }
    
    .btn-side {
        position: initial;
        text-align: center;
    }
    
    .logolisting-header h2 {
        text-align: center;
        font-size: 20px;
    }
    
    .section-topics-header h2 {
        font-size: 21px;
    }
    
    .section-topics-header p {
        font-size: 14px;
    }
    
    .section-testitwitter .testimonials-carousel:after {
        content: none;
    }
    
    .workwithme-heading a {
        margin-right: 0px;   
    }
    
    
}
     

/* Landscape phones and smaller devices
   ========================================================================== */

@media (max-width: 479px) {}