/* ==========================================================================
   HubSpot Design Assets - COS Boilerplate Framework v2.0.0                                        
   ========================================================================== */  
         
                                    
   
/* ==========================================================================          
    EXTERNAL RESOURCES                                                           
   ========================================================================== */ 
  
/* =============== @import, @font-face, and CSS File Includes =============== */ 
 
/* EX: @import url('http://example.com/example_style.css'); */   
    
  
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
 
 
@import url('https://fonts.googleapis.com/css?family=Lato:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i');  

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

 





 


  

















/* ==========================================================================
    Components (make edits in each respective file)                                 
   ========================================================================== */

    


/* == HubSpot Module Hotfixes ===== */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0; 
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    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-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

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

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

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



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

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

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

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

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

.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; }

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

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

/* Add Min Height to empty modules in page editor */
.hs-editor-editable {
    min-height: 30px;
} 

/* == Theme Specific Styles ====== */


/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

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

*, *: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;
} 
body { 
  background: #fff;
  color: #494d4e;
  font-family: Lato, sans-serif;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1280px;
    margin: 0 auto;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-left: 20px;
                padding-left: 1.25rem;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-right: 20px;
                padding-right: 1.25rem;            
            
        
    
    


}

@media screen and (min-width: 1280px) {
    padding-left: 0;
    padding-right: 0;
}

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


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


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}



/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */
 
/* Error */
.hs-error-msgs {
    position: absolute;
    z-index: 1;
    top: 100%;
    background-color: #3b3f40!important;
    color: #fff!important;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-top: 6px;
                margin-top: 0.375rem;            
            
        
    
    


    display: none;
    

  
            
                          
                -webkit-transition: all .3s ease-out;
                          
                -moz-transition: all .3s ease-out;
            
            transition: all .3s ease-out;




    padding: 0;
  height:auto!important;
}
.hs-error-msgs li {
    display: block;  
    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 8px 16px;
                padding: 0.5rem 1.0rem;            
            
        
    
    


}
.hs-error-msgs li label {
    margin: 0;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 13px;
                font-size: 0.8125rem;            
            
        
    
    


    font-weight: 700;
}
.hs-error-msgs:before {
    

    position: absolute;
    
    
    
    
    
        left: 

    
    
    

        
        
            
                
                     
            
            
                
                 2.0rem            
            
        

    

;
    


    bottom: 100%;
    border: 6px solid transparent;
    background: transparent;
    content: "";
    border-bottom-color: #000;
    border-bottom-color: #3b3f40;
}

/* Validation Error */
.hs-common-error-message {
    font-weight: 300;
    border: 0 none !important;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding: 20px !important;
                padding: 1.25rem !important;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 20px !important;
                margin-bottom: 1.25rem !important;            
            
        
    
    


}

/* Placeholder Text */
::-webkit-input-placeholder {
    color: rgba(255,255,255,.7);
} /* Webkit Browsers */
:-moz-placeholder {
    color: rgba(255,255,255,.7);
} /* Firefox 18- */
::-moz-placeholder {
    color: rgba(255,255,255,.7);
} /* Firefox 19+ */
:-ms-input-placeholder {
    color: rgba(255,255,255,.7);
} /* IE10 */


/* =============== Form Module Styles =============== */
.hs_cos_wrapper_type_form {
    display: block;
    float: left;
    width: 100%;
    background-color: #ba0c2f;
    color: #fff;
}
.page-center .hs_cos_wrapper_type_form {
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                max-width: 700px;
                max-width: 43.75rem;            
            
        
    
    


    margin: 0 auto;
    float: none;
    width: auto;
}
.hs_cos_wrapper_type_form > * {
    float: none;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-left: 20px;
                padding-left: 1.25rem;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-right: 20px;
                padding-right: 1.25rem;            
            
        
    
    


}
.hs_cos_wrapper_type_form form {
    position: relative;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 16px;
                font-size: 1.0rem;            
            
        
    
    


    font-weight: 700;
}
.page-center .hs_cos_wrapper_type_form form {
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding: 30px;
                padding: 1.875rem;            
            
        
    
    


}
@media (min-width: 768px) {
    .hs_cos_wrapper_type_form form {
        

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 10px 30px 0;
                padding: 0.625rem 1.875rem 0;            
            
        
    
    


    }
    .page-center .span1 .hs_cos_wrapper_type_form form,
    .page-center .span2 .hs_cos_wrapper_type_form form,
    .page-center .span3 .hs_cos_wrapper_type_form form,
    .page-center .span4 .hs_cos_wrapper_type_form form {
        

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 30px 10px;
                padding: 1.875rem 0.625rem;            
            
        
    
    


    }
    .page-center .span1 .hs_cos_wrapper_type_form > div,
    .page-center .span2 .hs_cos_wrapper_type_form > div,
    .page-center .span3 .hs_cos_wrapper_type_form > div,
    .page-center .span4 .hs_cos_wrapper_type_form > div {
        padding-left: 0;
        padding-right: 0;
    }
    .page-center .span1 .hs_cos_wrapper_type_form .form-columns-1 ul.inputs-list li,
    .page-center .span2 .hs_cos_wrapper_type_form .form-columns-1 ul.inputs-list li,
    .page-center .span3 .hs_cos_wrapper_type_form .form-columns-1 ul.inputs-list li,
    .page-center .span4 .hs_cos_wrapper_type_form .form-columns-1 ul.inputs-list li {
        display: block;
    }
}


/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {
    position: relative;   
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 16px;
                margin-bottom: 1.0rem;            
            
        
    
    


}
.hs_cos_wrapper_type_form .hs-form-field .input:not(.hs-inputs-list) {
    border-bottom: 2px solid #fff;
}

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

/* Labels and Legends */
.hs_cos_wrapper_type_form label {
    display: block;
    text-align: left;
    color: #fff;
}
.hs-form-field > label {}

/* Hide required asterisk if label is empty */
.hs_cos_wrapper_type_form .hs-form-field label > span:empty + span.hs-form-required {
    display: none;
}

/* 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 {
    width: 100%;
    font-family: Lato, sans-serif;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 16px;
                font-size: 1.0rem;            
            
        
    
    


    font-weight: 700;
    color: #fff;
    border: none;
    

    
    
        -webkit-appearance: none;
    
        -moz-appearance: none;
    
        -o-appearance: none;
    
        appearance: none;


    background-color: transparent;
    

    
    
        -webkit-border-radius: 0;
    
        border-radius: 0;


    

    
    
        -webkit-box-shadow: 0;
    
        box-shadow: 0;


    border-bottom: 2px solid transparent;
    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 8px 16px;
                padding: 0.5rem 1.0rem;            
            
        
    
    


    

  
            
                          
                -webkit-transition: all .2s cubic-bezier(0.6, -0.28, 0.74, 0.05);
                          
                -moz-transition: all .2s cubic-bezier(0.6, -0.28, 0.74, 0.05);
            
            transition: all .2s cubic-bezier(0.6, -0.28, 0.74, 0.05);




    margin: 0;
    vertical-align: bottom;
}
.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 {
    outline: none;
    border-bottom: 2px solid #fff;
}

/* Submit Button Styles */
.hs_cos_wrapper_type_form form .hs_submit {
}
.hs_cos_wrapper_type_form form .hs_submit input[type=submit], .hs_cos_wrapper_type_form form .hs-button.large.primary {
    

    
    
        -webkit-appearance: none;
    
        -moz-appearance: none;
    
        -o-appearance: none;
    
        appearance: none;


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 16px;
                font-size: 1.0rem;            
            
        
    
    


    font-weight: 700;
    border: 2px solid #fff;
    

    
    
        -webkit-border-radius: 0;
    
        border-radius: 0;


    color: #fff;
    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 8px 16px;
                padding: 0.5rem 1.0rem;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 16px;
                margin-bottom: 1.0rem;            
            
        
    
    


    background-color: transparent;
    

  
            
                          
                -webkit-transition: background-color .3s ease-out,  color .1s ease-out;
                          
                -moz-transition: background-color .3s ease-out,  color .1s ease-out;
            
            transition: background-color .3s ease-out,  color .1s ease-out;




    white-space: initial;
}
@media (min-width: 801px) {
    .hs_cos_wrapper_type_form form .hs_submit input[type=submit], .hs_cos_wrapper_type_form form .hs-button.large.primary {
        margin-bottom: 0;
    }   
}
.hs_cos_wrapper_type_form form .hs_submit input[type=submit]:hover {
    background-color: #fff;
    color: #ba0c2f;
}

/* Checkbox and Radio Button Styles */
.hs_cos_wrapper_type_form .form-columns-1 ul.inputs-list li {
    display: inline-block;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-right: 32px;
                margin-right: 2.0rem;            
            
        
    
    


}
.hs_cos_wrapper_type_form ul.inputs-list li input {
    position: absolute;
    text-indent: -9999;
    width: 0 !important;
    visibility: hidden;
}
.hs_cos_wrapper_type_form ul.inputs-list li input + span {
    display: inline-block;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 8px;
                margin-bottom: 0.5rem;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-left: 24px;
                padding-left: 1.5rem;            
            
        
    
    


    position: relative;
    width: auto !important;
}
.hs_cos_wrapper_type_form ul.inputs-list li input + span:before {
    content: "";
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                width: 16px;
                width: 1.0rem;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                height: 16px;
                height: 1.0rem;            
            
        
    
    


    background-color: rgba(255,255,255,.3);
    

    position: absolute;
    
    
        top: 

    
    
    

        
        
            
                
                     
            
            
                
                 0.25rem            
            
        

    

;
    
    
    
    
        left: 0;
    


    

  
            
                          
                -webkit-transition: background-color .2s ease-out;
                          
                -moz-transition: background-color .2s ease-out;
            
            transition: background-color .2s ease-out;




}
.hs_cos_wrapper_type_form ul.inputs-list li input[type=radio] + span:before {
    border-radius: 50%;
}
.hs_cos_wrapper_type_form ul.inputs-list li input:checked + span:before {
    background-color: #fff;
}

/* File Upload */
.hs_cos_wrapper_type_form .hs_file_upload label:after {
    position: static;
    font-weight: bold;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 14px;
                font-size: 0.875rem;            
            
        
    
    


    width: 100%;
    border-bottom: 2px solid #fff;
    color: rgba(255,255,255,.7);
    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 8px 16px;
                padding: 0.5rem 1.0rem;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 32px;
                margin-bottom: 2.0rem;            
            
        
    
    


}

/* 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 {
    list-style: none;
    padding: 0;
}
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

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

.hs_cos_wrapper_type_form input:focus:required:invalid:focus, 
.hs_cos_wrapper_type_form textarea:focus:required:invalid:focus, 
.hs_cos_wrapper_type_form select:focus:required:invalid:focus {}

/* Checkbox and Radio Button Styles */
.hs_cos_wrapper_type_form .form-columns-1 ul.inputs-list li {
    display: inline-block;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-right: 32px;
                margin-right: 2.0rem;            
            
        
    
    


}
.hs_cos_wrapper_type_form ul.inputs-list li input {
    position: absolute;
    text-indent: -9999;
    width: 0 !important;
    visibility: hidden;
}
.hs_cos_wrapper_type_form ul.inputs-list li input + span {
    display: inline-block;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 1px;
                margin-bottom: 0.0625rem;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-left: 20px;
                padding-left: 1.25rem;            
            
        
    
    


    position: relative;
    width: auto !important;
}

/* File Upload */
.hs_cos_wrapper_type_form .hs_file_upload label:after {
    position: static;
    font-weight: bold;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 14px;
                font-size: 0.875rem;            
            
        
    
    


    width: 100%;
    border-bottom: 2px solid #fff;
    color: rgba(255,255,255,.7);
    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 8px 16px;
                padding: 0.5rem 1.0rem;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 32px;
                margin-bottom: 2.0rem;            
            
        
    
    


}

@media (min-width: 800px) {
    .hs_cos_wrapper_type_form form .hs_submit {
    }
    .hs_cos_wrapper_type_form form fieldset + .hs_submit {
    }
    .page-center .hs_cos_wrapper_type_form form .hs_submit {
    }
    .page-center .span1 .hs_cos_wrapper_type_form form .hs_submit,
    .page-center .span2 .hs_cos_wrapper_type_form form .hs_submit,
    .page-center .span3 .hs_cos_wrapper_type_form form .hs_submit,
    .page-center .span4 .hs_cos_wrapper_type_form form .hs_submit {
    }
    .hs_cos_wrapper_type_form .hs-form .hs-form-field {
    }
}


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

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

.span1 fieldset .hs-form-field,
.span2 fieldset .hs-form-field,
.span3 fieldset .hs-form-field,
.span4 fieldset .hs-form-field {
    width: 100% !important;
}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { 
    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 0 10px 0 0;
                padding: 0 0.625rem 0 0;            
            
        
    
    


}
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

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


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

/* Label */
#comment-form label {
    display: block;
    font-weight: 300;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 15px;
                font-size: 0.9375rem;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 10px;
                margin-bottom: 0.625rem;            
            
        
    
    


}

/* Inputs */
#comment-form .hs-form-field {
    position: relative;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 36px;
                margin-bottom: 2.25rem;            
            
        
    
    


}
#comment-form input[type="text"]:not(#recaptcha_response_field),
#comment-form input[type="email"],
#comment-form textarea {
    width: 100%;
    border: none;
    font-family: Lato, sans-serif;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding: 17px;
                padding: 1.0625rem;            
            
        
    
    


    background-color: #f9f9f9;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 16px;
                font-size: 1.0rem;            
            
        
    
    


}
#comment-form input[type="text"]:focus,
#comment-form input[type="email"]:focus,
#comment-form textarea:focus {
    outline: none;
}
#comment-form textarea {
    font-family: Lato, sans-serif;
}
#comment-form textarea:focus {}
#comment-form input[type="checkbox"] {}

/* Checkbox and Radio Button Styles */
#comment-form ul.inputs-list li {
    display: inline-block;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-right: 32px;
                margin-right: 2.0rem;            
            
        
    
    


}
#comment-form ul.inputs-list li input {
    position: absolute;
    text-indent: -9999;
    width: 0 !important;
    visibility: hidden;
}
#comment-form ul.inputs-list li input + span {
    display: inline-block;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 2px;
                margin-bottom: 0.125rem;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-left: 20px;
                padding-left: 1.25rem;            
            
        
    
    


    position: relative;
    width: auto !important;
}
#comment-form ul.inputs-list li input + span:before {
    content: "";
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                width: 16px;
                width: 1.0rem;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                height: 16px;
                height: 1.0rem;            
            
        
    
    


    background-color: #f9f9f9;
    

    position: absolute;
    
    
        top: 50%;
    
    
    
    
        left: 0;
    


    

    
    
        -webkit-transform: translateY(-50%);
    
        -moz-transform: translateY(-50%);
    
        -o-transform: translateY(-50%);
    
        -ms-transform: translateY(-50%);
    
        transform: translateY(-50%);


    

  
            
                          
                -webkit-transition: background-color .2s ease-out;
                          
                -moz-transition: background-color .2s ease-out;
            
            transition: background-color .2s ease-out;




}
#comment-form ul.inputs-list li input:checked + span:before {
    background-color: #666;
}
#comment-form form .hs_submit input[type=submit] {
    

    
    
        -webkit-appearance: none;
    
        -moz-appearance: none;
    
        -o-appearance: none;
    
        appearance: none;


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 16px;
                font-size: 1.0rem;            
            
        
    
    


    font-family: Lato, sans-serif;
    font-weight: 700;
    border: 2px solid #ba0c2f;
    

    
    
        -webkit-border-radius: 0;
    
        border-radius: 0;


    color: #ba0c2f;
    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 8px 16px;
                padding: 0.5rem 1.0rem;            
            
        
    
    


    background-color: transparent;
    

  
            
                          
                -webkit-transition: background-color .3s ease-out,  color .1s ease-out;
                          
                -moz-transition: background-color .3s ease-out,  color .1s ease-out;
            
            transition: background-color .3s ease-out,  color .1s ease-out;




}
#comment-form form .hs_submit input[type=submit]:hover {
    background-color: #ba0c2f;
    color: #fff;
}
#comment-form .hs-error-msgs li label {
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 13px;
                font-size: 0.8125rem;            
            
        
    
    


    font-weight: 700;
    margin: 0;
}
#comment-form .hs-error-msgs {
    position: absolute;
    z-index: 1;
    top: 100%;
    background-color: #3b3f40;
    color: #fff;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-top: 6px;
                margin-top: 0.375rem;            
            
        
    
    


    display: none;
    

  
            
                          
                -webkit-transition: all .3s ease-out;
                          
                -moz-transition: all .3s ease-out;
            
            transition: all .3s ease-out;




    padding: 0;
}


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

.widget-type-google_search form {
    position: relative;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 16px;
                font-size: 1.0rem;            
            
        
    
    


    font-weight: 700;
}
.widget-type-google_search .hs-form {
    color: #fff;
}

/* Form Field */
.widget-type-google_search .field {
    position: relative;   
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 16px;
                margin-bottom: 1.0rem;            
            
        
    
    


}
.widget-type-google_search .field .input {
    border-bottom: 2px solid #fff;
}

/* Label */
.widget-type-google_search label {
    display: block;
    color: #494d4e;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 22px;
                font-size: 1.375rem;            
            
        
    
    


    line-height: 1.1;
    font-weight: 400;
    text-transform: uppercase;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 30px;
                margin-bottom: 1.875rem;            
            
        
    
    


}

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

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding: 10px!important;
                padding: 0.625rem!important;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 16px!important;
                font-size: 1.0rem!important;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 8px;
                margin-bottom: 0.5rem;            
            
        
    
    


    

    
    
        -webkit-appearance: none;
    
        -moz-appearance: none;
    
        -o-appearance: none;
    
        appearance: none;


    

    
    
        -webkit-border-radius: 0;
    
        border-radius: 0;


    line-height: 1.1;
    border: none;
    width: 100%;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                max-width: 400px;
                max-width: 25.0rem;            
            
        
    
    


    background-color: #eee;
}
.widget-type-google_search input[type="text"]:focus {
    outline: none;
}

.widget-type-google_search form .hs-button.primary {
    display: inline-block;
    width: auto;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding: 10px!important;
                padding: 0.625rem!important;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 16px!important;
                font-size: 1.0rem!important;            
            
        
    
    


    line-height: 1.1;
    border: none;
    max-width: 100%;
    background-color: #ba0c2f;
    color: #fff;
    

    
    
        -webkit-appearance: none;
    
        -moz-appearance: none;
    
        -o-appearance: none;
    
        appearance: none;


    

    
    
        -webkit-border-radius: 0;
    
        border-radius: 0;


}






.widget-type-password_prompt input[type=password]::-webkit-input-placeholder, .widget-type-email_simple_subscription input[type=email]::-webkit-input-placeholder {
    color: #000;
}
.widget-type-password_prompt input[type=password]::-moz-placeholder, .widget-type-email_simple_subscription input[type=email]::-moz-placeholder {
    color: #000;
}
.widget-type-password_prompt input[type=password]:-ms-input-placeholder, .widget-type-email_simple_subscription input[type=email]:-ms-input-placeholder {
    color: #000;
}
.widget-type-password_prompt input[type=password]:-moz-placeholder, .widget-type-email_simple_subscription input[type=email]:-moz-placeholder {
    color: #000;
}





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

/* Label */
.widget-type-blog_subscribe .hs-form-field > label {}
.widget-type-blog_subscribe label {}

/* Inputs */
.widget-type-blog_subscribe input[type="email"] {}
.widget-type-blog_subscribe input[type="email"]:focus {}
.widget-type-blog_subscribe input[type="radio"], .widget-type-blog_subscribe input[type="checkbox"] {
    width: auto;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-right: 10px;
                margin-right: 0.625rem;            
            
        
    
    


}
.widget-type-blog_subscribe h3 + div {
    background-color: #ba0c2f;
    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 20px 20px;
                padding: 1.25rem 1.25rem;            
            
        
    
    


    color: #fff;
}
.widget-type-blog_subscribe form {
    position: relative;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 16px;
                font-size: 1.0rem;            
            
        
    
    


    font-weight: 700;
}

/* Form Field */
.widget-type-blog_subscribe .hs-form-field {
    position: relative;   
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 16px;
                margin-bottom: 1.0rem;            
            
        
    
    


}
.widget-type-blog_subscribe .hs-form-field .input {
    border-bottom: 2px solid #fff;
}

/* Descriptions */
.widget-type-blog_subscribe .hs-field-desc {}

/* Labels and Legends */
.widget-type-blog_subscribe label {
    display: block;
    text-align: left;
}
.hs-form-field > label {}

/* Hide required asterisk if label is empty */
.widget-type-blog_subscribe .hs-form-field label > span:empty + span.hs-form-required {
    display: none;
}

/* One Line Inputs */
.widget-type-blog_subscribe input[type="text"],
.widget-type-blog_subscribe input[type="password"], 
.widget-type-blog_subscribe input[type="datetime"], 
.widget-type-blog_subscribe input[type="datetime-local"], 
.widget-type-blog_subscribe input[type="date"], 
.widget-type-blog_subscribe input[type="month"], 
.widget-type-blog_subscribe input[type="time"], 
.widget-type-blog_subscribe input[type="week"], 
.widget-type-blog_subscribe input[type="number"], 
.widget-type-blog_subscribe input[type="email"], 
.widget-type-blog_subscribe input[type="url"], 
.widget-type-blog_subscribe input[type="search"], 
.widget-type-blog_subscribe input[type="tel"], 
.widget-type-blog_subscribe input[type="color"],
.widget-type-blog_subscribe input[type="file"],
.widget-type-blog_subscribe textarea, 
.widget-type-blog_subscribe select {
    width: 100%;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 16px;
                font-size: 1.0rem;            
            
        
    
    


    font-family: Lato, sans-serif;
    font-weight: 700;
    color: #fff;
    border: none;
    

    
    
        -webkit-appearance: none;
    
        -moz-appearance: none;
    
        -o-appearance: none;
    
        appearance: none;


    background-color: transparent;
    

    
    
        -webkit-border-radius: 0;
    
        border-radius: 0;


    

    
    
        -webkit-box-shadow: none;
    
        box-shadow: none;


    border-bottom: 2px solid transparent;
    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 8px 16px;
                padding: 0.5rem 1.0rem;            
            
        
    
    


    

  
            
                          
                -webkit-transition: all .2s cubic-bezier(0.6, -0.28, 0.74, 0.05);
                          
                -moz-transition: all .2s cubic-bezier(0.6, -0.28, 0.74, 0.05);
            
            transition: all .2s cubic-bezier(0.6, -0.28, 0.74, 0.05);




}
.widget-type-blog_subscribe input[type="text"]:focus,
.widget-type-blog_subscribe input[type="password"]:focus, 
.widget-type-blog_subscribe input[type="datetime"]:focus, 
.widget-type-blog_subscribe input[type="datetime-local"]:focus, 
.widget-type-blog_subscribe input[type="date"]:focus, 
.widget-type-blog_subscribe input[type="month"]:focus, 
.widget-type-blog_subscribe input[type="time"]:focus, 
.widget-type-blog_subscribe input[type="week"]:focus, 
.widget-type-blog_subscribe input[type="number"]:focus, 
.widget-type-blog_subscribe input[type="email"]:focus, 
.widget-type-blog_subscribe input[type="url"]:focus, 
.widget-type-blog_subscribe input[type="search"]:focus, 
.widget-type-blog_subscribe input[type="tel"]:focus, 
.widget-type-blog_subscribe input[type="color"]:focus,
.widget-type-blog_subscribe input[type="file"]:focus,
.widget-type-blog_subscribe textarea:focus,
.widget-type-blog_subscribe select:focus {
    outline: none;
    border-bottom: 2px solid #fff;
}

/* Submit Button Styles */
.widget-type-blog_subscribe form .hs_submit {
    text-align: center;
}
.widget-type-blog_subscribe form .hs_submit input[type=submit] {
    -webkit-appearance: none;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 16px;
                font-size: 1.0rem;            
            
        
    
    


    font-family: Lato, sans-serif;
    font-weight: 700;
    border: 2px solid #fff;
    

    
    
        -webkit-border-radius: 0;
    
        border-radius: 0;


    color: #fff;
    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 8px 16px;
                padding: 0.5rem 1.0rem;            
            
        
    
    


    background-color: transparent;
    

  
            
                          
                -webkit-transition: background-color .3s ease-out,  color .1s ease-out;
                          
                -moz-transition: background-color .3s ease-out,  color .1s ease-out;
            
            transition: background-color .3s ease-out,  color .1s ease-out;




}
.widget-type-blog_subscribe form .hs_submit input[type=submit]:hover {
    background-color: #fff;
    color: #ba0c2f;
}

/* Checkbox and Radio Button Styles */
.widget-type-blog_subscribe .form-columns-1 ul.inputs-list li {
    display: inline-block;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-right: 32px;
                margin-right: 2.0rem;            
            
        
    
    


}
.widget-type-blog_subscribe ul.inputs-list li input {
    position: absolute;
    text-indent: -9999;
    width: 0 !important;
    visibility: hidden;
}
.widget-type-blog_subscribe ul.inputs-list li input + span {
    display: inline-block;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 2px;
                margin-bottom: 0.125rem;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-left: 20px;
                padding-left: 1.25rem;            
            
        
    
    


    position: relative;
    width: auto !important;
}
.widget-type-blog_subscribe ul.inputs-list li input + span:before {
    content: "";
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                width: 16px;
                width: 1.0rem;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                height: 16px;
                height: 1.0rem;            
            
        
    
    


    background-color: rgba(255,255,255,.3);
    

    position: absolute;
    
    
        top: 50%;
    
    
    
    
        left: 0;
    


    

    
    
        -webkit-transform: translateY(-50%);
    
        -moz-transform: translateY(-50%);
    
        -o-transform: translateY(-50%);
    
        -ms-transform: translateY(-50%);
    
        transform: translateY(-50%);


    

  
            
                          
                -webkit-transition: background-color .2s ease-out;
                          
                -moz-transition: background-color .2s ease-out;
            
            transition: background-color .2s ease-out;




}
.widget-type-blog_subscribe ul.inputs-list li input[type=radio] + span:before {
    

    
    
        -webkit-border-radius: 50%;
    
        border-radius: 50%;


}
.widget-type-blog_subscribe ul.inputs-list li input:checked + span:before {
    background-color: #fff;
}
@media (min-width: 800px) {
    .widget-type-blog_subscribe form .hs_submit {
    }
    .widget-type-blog_subscribe form fieldset + .hs_submit {
    }
    .widget-type-blog_subscribe .hs-form .hs-form-field {
    }
    .widget-type-blog_subscribe h3 + div {
       /* 

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 20px 20px 5px;
                padding: 1.25rem 1.25rem 0.3125rem;            
            
        
    
    

 */
    }
}


/* 404 and Error Pages */

.page-center .widget-type-email_subscriptions h1,
.page-center .widget-type-email_subscriptions_confirmation h1,
.page-center .widget-type-email_simple_subscription h1 {
     

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 42px;
                font-size: 2.625rem;            
            
        
    
    


    font-weight: 600;
    line-height: 1.1;
    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                margin: 28px 0;
                margin: 1.75rem 0;            
            
        
    
    


}

.page-center .widget-type-email_subscriptions h2,
.page-center .widget-type-email_subscriptions_confirmation h2,
.page-center .widget-type-email_simple_subscription h2 {
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 26px;
                font-size: 1.625rem;            
            
        
    
    


    font-weight: 900;
}

.widget-type-password_prompt input[type=password], .widget-type-password_prompt input[type=submit], .widget-type-email_simple_subscription #email-prefs-form input[type=email], .widget-type-email_simple_subscription input[type=submit], #email-prefs-form input[type=submit]  {
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding: 10px!important;
                padding: 0.625rem!important;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 16px!important;
                font-size: 1.0rem!important;            
            
        
    
    


    

    
    
        -webkit-appearance: none;
    
        -moz-appearance: none;
    
        -o-appearance: none;
    
        appearance: none;


    

    
    
        -webkit-border-radius: 0;
    
        border-radius: 0;


    line-height: 1.1;
}
.widget-type-password_prompt input[type=password], .widget-type-email_simple_subscription input[type=email] {
    border: none;
    background-color: #eee;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                width: 400px;
                width: 25.0rem;            
            
        
    
    


    max-width: 100%;
}
.widget-type-password_prompt input[type=password]::-webkit-input-placeholder, .widget-type-email_simple_subscription input[type=email]::-webkit-input-placeholder {
    color: #000;
}
.widget-type-password_prompt input[type=password]::-moz-placeholder, .widget-type-email_simple_subscription input[type=email]::-moz-placeholder {
    color: #000;
}
.widget-type-password_prompt input[type=password]:-ms-input-placeholder, .widget-type-email_simple_subscription input[type=email]:-ms-input-placeholder {
    color: #000;
}
.widget-type-password_prompt input[type=password]:-moz-placeholder, .widget-type-email_simple_subscription input[type=email]:-moz-placeholder {
    color: #000;
}
.widget-type-password_prompt input[type=submit], .widget-type-email_simple_subscription input[type=submit], #email-prefs-form input[type=submit]  {
    background-color: #ba0c2f;
    border: none;
    color: #fff;
    

    
    
        -webkit-appearance: none;
    
        -moz-appearance: none;
    
        -o-appearance: none;
    
        appearance: none;


    

    
    
        -webkit-border-radius: 0;
    
        border-radius: 0;


}


/* ==========================================================================
   4. HERO SECTION                                            
   ========================================================================== */

.hero-content {
    border: 3px solid #ba0c2f;
    color: #ba0c2f;
    background-color: rgba(255,255,255,.6); 
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding: 26px;
                padding: 1.625rem;            
            
        
    
    


    width: 90% !important;
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}
@media screen and (min-width: 800px) {
    .hero-content {
        width: 70% !important;    
    }
}
@media screen and (min-width: 1280px) {
    .hero-content {
        width: 55% !important;    
        

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                max-width: 800px;
                max-width: 50.0rem;            
            
        
    
    


    }
}
.hero-cta {
    text-align: center;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-top: 34px;
                margin-top: 2.125rem;            
            
        
    
    


}
.hero-content h1 {  
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 42px;
                font-size: 2.625rem;            
            
        
    
    


    font-weight: 600;
    text-transform: uppercase;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-bottom: 2px;
                padding-bottom: 0.125rem;            
            
        
    
    


    line-height: 1;
}
.hero-content h3 {
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 17px;
                font-size: 1.0625rem;            
            
        
    
    

 
    text-transform: uppercase;
}
.hero-content h1, .hero-content h2, .hero-content h3, .hero-content h4 {
    margin: 0;
}

.hero-subscribe {
    height: 80%;
}
.hero-subscribe h3 {
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 32px;
                font-size: 2.0rem;            
            
        
    
    

   
}
.no-scroll {
    overflow: hidden;
}
.open-subscribe {
    content: "Subscribe";
    cursor: pointer;
    

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


    display: inline-block;
    background: #ba0c2f;
    color: #fff;
    

  
            
                          
                -webkit-transition: all .4s ease;
                          
                -moz-transition: all .4s ease;
            
            transition: all .4s ease;




    line-height: 1.5em;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-top: 38px;
                margin-top: 2.375rem;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 22px 48px;
                padding: 1.375rem 3.0rem;            
            
        
    
    


    font-family: Montserrat, sans-serif;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 22px;
                font-size: 1.375rem;            
            
        
    
    


    font-weight: 500;
    text-transform: uppercase;
}
.open-subscribe:hover {
    background-color: rgb(14,159,229);
}
.close-subscribe {
    

    position: absolute;
    
    
        top: 

    
    
    

        
        
            
                
                     
            
            
                
                 0.625rem            
            
        

    

;
    
    
        right: 

    
    
    

        
        
            
                
                     
            
            
                
                 1.875rem            
            
        

    

;
    
    
    


    z-index: 2;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                height: 30px;
                height: 1.875rem;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                width: 30px;
                width: 1.875rem;            
            
        
    
    


    cursor: pointer;
}
.close-subscribe:before {
    content: "";
    display: block;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                height: 2px;
                height: 0.125rem;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                width: 30px;
                width: 1.875rem;            
            
        
    
    


    background: #fff;
    

    
    
        -webkit-transform: rotate(45deg);
    
        -moz-transform: rotate(45deg);
    
        -o-transform: rotate(45deg);
    
        -ms-transform: rotate(45deg);
    
        transform: rotate(45deg);


    

    position: absolute;
    
    
        top: 50%;
    
    
    
    
        left: 0;
    


}
.close-subscribe:after {
    content: "";
    display: block;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                height: 2px;
                height: 0.125rem;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                width: 30px;
                width: 1.875rem;            
            
        
    
    


    background: #fff;
    

    
    
        -webkit-transform: rotate(135deg);
    
        -moz-transform: rotate(135deg);
    
        -o-transform: rotate(135deg);
    
        -ms-transform: rotate(135deg);
    
        transform: rotate(135deg);


    

    position: absolute;
    
    
        top: 50%;
    
    
    
    
        left: 0;
    


}
.subscribe-form {
    

    position: fixed;
    
    
        top: 50%;
    
    
        right: 50%;
    
    
        bottom: 50%;
    
    
        left: 50%;
    


    color: #fff;
    background: #ba0c2f;
    z-index: 1;    
    -webkit-backface-visibility: hidden;
    visibility: hidden;
    opacity: 0;
    

  
            
                          
                -webkit-transition: all .2s ease-in, visibility .2s ease-in, opacity .2s ease-in;
                          
                -moz-transition: all .2s ease-in, visibility .2s ease-in, opacity .2s ease-in;
            
            transition: all .2s ease-in, visibility .2s ease-in, opacity .2s ease-in;




}
.subscribe-form.open {
    opacity: .95;
    visibility: visible;
    

    position: ;
    
    
        top: 0;
    
    
        right: 0;
    
    
        bottom: 0;
    
    
        left: 0;
    


}
.subscribe-form .hero-subscribe {
    opacity: 0;
    

  
            
                          
                -webkit-transition: all 0.4s ease-in;
                          
                -moz-transition: all 0.4s ease-in;
            
            transition: all 0.4s ease-in;




}
.subscribe-form.open .hero-subscribe {
    opacity: 1;
}
.subscribe-form.open .layout-widget-wrapper {
    

    position: absolute;
    
    
        top: 0;
    
    
    
    
        left: 0;
    


    width: 100%;
    height: 100%;
    text-align: center;
}
.subscribe-form.open .layout-widget-wrapper > span {
    width: 90%;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                max-width: 480px;
                max-width: 30.0rem;            
            
        
    
    


}
@media screen and (min-width: 480px) {
    .subscribe-form.open .layout-widget-wrapper > span {
        width: 70%;
        

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                max-width: 480px;
                max-width: 30.0rem;            
            
        
    
    


    }
}
@media screen and (min-width: 800px) {
    .subscribe-form.open .layout-widget-wrapper > span {
        width: 50%;
        

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                max-width: 480px;
                max-width: 30.0rem;            
            
        
    
    


    }
}


/* Vertically align the subscribe form */



    .subscribe-form.open .layout-widget-wrapper{
        text-align: center;
    }
    .subscribe-form.open .layout-widget-wrapper:before{
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        /* offset horizontal spacing */
        margin-right: -0.25em;
    }
    .subscribe-form.open .layout-widget-wrapper > span{
        display: inline-block;
        vertical-align: middle;
    }




/* ==========================================================================
   3. 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 {
    border-top: 4px solid #3b3f40;
}
.header-container-wrapper .logo {
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding: 30px;
                padding: 1.875rem;            
            
        
    
    


}
.header-container {}



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

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

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 30px 0;
                padding: 1.875rem 0;            
            
        
    
    


}

.container-fluid .row-fluid .page-center.content-wrapper {
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-bottom: 30px;
                padding-bottom: 1.875rem;            
            
        
    
    


    max-width: 1280px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

.footer-container-wrapper {
    background-color: #3b3f40;
    text-align: center;
    color: #fff;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding: 40px;
                padding: 2.5rem;            
            
        
    
    


}
.footer-container-wrapper .follow-me {
    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 30px 0 15px 0;
                padding: 1.875rem 0 0.9375rem 0;            
            
        
    
    


}



.footer-container {}
 

/* ========================================================================== 
   5. BLOG                                        
   ========================================================================== */


/* =============== General Blog Styles =============== */

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

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

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

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

.blog-hero {
  background-image: url(//762525.fs1.hubspotusercontent-na1.net/hubfs/762525/Soar%20Theme/blog-background.jpg);
  

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 70px 20px;
                padding: 4.375rem 1.25rem;            
            
        
    
    


  background-size: cover;
  text-align: center;
}
@media screen and (min-width: 800px) {
    .blog-hero {
       

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 70px 50px;
                padding: 4.375rem 3.125rem;            
            
        
    
    

 
    }
}
@media screen and (min-width: 1280px) {
    .blog-hero {
       

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding: 70px;
                padding: 4.375rem;            
            
        
    
    

 
    }
}

/* =============== 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 {
    text-transform: uppercase;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 28px;
                font-size: 1.75rem;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                margin: 14px 0 6px 0;
                margin: 0.875rem 0 0.375rem 0;            
            
        
    
    


    line-height: 1;
    font-weight: 600;
}
.post-header h2 a {
    color: #494d4e;
}
.post-header h2 a:hover {}


/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
    content: '';
    display: block;
    clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                width: 50px;
                width: 3.125rem;            
            
        
    
    


    float: left;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-right: 15px;
                margin-right: 0.9375rem;            
            
        
    
    


    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    background-color: #f9f9f9;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-top: 55px;
                margin-top: 3.4375rem;            
            
        
    
    


    position: relative;
}
.blog-listing-wrapper .post-listing .post-item:first-of-type {
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-top: 25px;
                margin-top: 1.5625rem;            
            
        
    
    


}
.blog-listing-wrapper .post-listing .post-item a {
    color: #494d4e;   
}
.blog-listing-wrapper .post-listing .post-item .post-content {
    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 50px 20px 130px 20px;
                padding: 3.125rem 1.25rem 8.125rem 1.25rem;            
            
        
    
    


}
.blog-listing-wrapper .post-listing .post-item .post-body {
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 20px;
                font-size: 1.25rem;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-top: 26px;
                margin-top: 1.625rem;            
            
        
    
    


    line-height: 1.3;
    font-weight: 400;
}
@media screen and (min-width: 500px) {
   .blog-listing-wrapper .post-listing .post-item .post-content {
        

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 50px 50px 130px 50px;
                padding: 3.125rem 3.125rem 8.125rem 3.125rem;            
            
        
    
    


    } 
}
@media screen and (min-width: 800px) {
    .blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper + .post-content {
        margin-left: 45%;    
    }
}
.post-date {
    text-transform: uppercase;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 16px;
                font-size: 1.0rem;            
            
        
    
    


    font-weight: 600;
    color: #ba0c2f;
}

.post-header .post-date {
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 17px;
                font-size: 1.0625rem;            
            
        
    
    


    
}
.post-top {
    background-size: cover;
    background-position: center;
    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                margin: 30px 0 0;
                margin: 1.875rem 0 0;            
            
        
    
    


}
.post-top img {
    width: 100%;
    height: auto;
}
.post-header {
    padding-top: 66%;
    width: 100%;
    background-color: rgba(249, 249, 249, .7); 
    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 30px 20px;
                padding: 1.875rem 1.25rem;            
            
        
    
    


}
.post-header .post-date {
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 17px;
                font-size: 1.0625rem;            
            
        
    
    


}
.post-header h1 {
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 34px;
                font-size: 2.125rem;            
            
        
    
    


    text-transform: uppercase;
    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                margin: 8px 0;
                margin: 0.5rem 0;            
            
        
    
    


    line-height: 1;
}
.post-header #hubspot-author_data {
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 17px;
                font-size: 1.0625rem;            
            
        
    
    


    font-weight: 300;
}
.blog-post-wrapper {
    font-weight: 400;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-top: 10px;
                padding-top: 0.625rem;            
            
        
    
    

  
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-bottom: 50px;
                padding-bottom: 3.125rem;            
            
        
    
    

  
}
.blog-post-wrapper .post-body > span :first-child {
    margin-top: 0 !important;   
}
.post-sharing {
    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 35px 0 40px;
                padding: 2.1875rem 0 2.5rem;            
            
        
    
    


}
.post-sharing a {
    color: #494d4e;
}
.post-sharing a:before {
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 24px;
                font-size: 1.5rem;            
            
        
    
    

 
}
@media (min-width: 480px) {
    .blog-post-section > div > div {
        

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-left: 50px;
                padding-left: 3.125rem;            
            
        
    
    

    
        

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-right: 50px;
                padding-right: 3.125rem;            
            
        
    
    

      
    }
    .post-top {
        

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                margin: 30px 0 80px;
                margin: 1.875rem 0 5.0rem;            
            
        
    
    


    }
    .post-top .post-header {
        

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 60px 50px;
                padding: 3.75rem 3.125rem;            
            
        
    
    


    }
    .post-top .post-header h1 {
        

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 54px;
                font-size: 3.375rem;            
            
        
    
    


    }
    .post-top .post-header #hubspot-author_data {
        

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 22px;
                font-size: 1.375rem;            
            
        
    
    


    }
    .post-top .post-header .post-date {
        

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 26px;
                font-size: 1.625rem;            
            
        
    
    


    }
}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
    position: static;
    width: 100%;
}
.hs-featured-image-wrapper .hs-featured-image-link {
    display: block;
    padding-bottom: 66%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}
@media screen and (min-width: 800px) {
    .blog-listing-wrapper .post-listing .hs-featured-image-wrapper {
        

    position: absolute;
    
    
        top: 0;
    
    
    
    
        left: 0;
    


        height: 100%;
        width: 45%;
    }
    .blog-listing-wrapper .post-listing .hs-featured-image-wrapper .hs-featured-image-link {
        padding: 0;
        height: 100%;
    }
}

/* Read More Link */
a.more-link {
    text-transform: uppercase;
    font-weight: 600;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 16px;
                font-size: 1.0rem;            
            
        
    
    


    

    position: absolute;
    
    
    
        right: 

    
    
    

        
        
            
                
                     
            
            
                
                 3.125rem            
            
        

    

;
    
    
        bottom: 

    
    
    

        
        
            
                
                     
            
            
                
                 3.125rem            
            
        

    

;
    
    


}

/* Title for Topic Listing Page */
.topic-title {
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 22px;
                font-size: 1.375rem;            
            
        
    
    


    text-transform: uppercase;
    font-weight: 400;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-top: 42px;
                margin-top: 2.625rem;            
            
        
    
    


}
.topic-title span {
    color: rgb(13,145,209);
    font-weight: 700;
}

/* Blog Topics List */
#hubspot-topic_data h3 {
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 22px;
                font-size: 1.375rem;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 4px;
                margin-bottom: 0.25rem;            
            
        
    
    


}
#hubspot-topic_data a.topic-link {
    color: #ba0c2f;    
    font-weight: 300;
}



/* Blog Social Sharing Icons */
.hs-blog-social-share {}

/* Blog Commments */
@media (min-width: 480px) {
    .widget-type-blog_comments .post-footer {
        

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-bottom: 130px;
                padding-bottom: 8.125rem;            
            
        
    
    


    }   
}

#comments-listing:not(.no-comments) {
  

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                margin: 10px auto 80px;
                margin: 0.625rem auto 5.0rem;            
            
        
    
    


}
.comment {
    border-top: 0 none !important;
    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                margin: 10px 0;
                margin: 0.625rem 0;            
            
        
    
    


    background-color: #f9f9f9;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding: 28px;
                padding: 1.75rem;            
            
        
    
    


}
.comment-date { 
    /* Override default font size */
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 13px !important;
                font-size: 0.8125rem !important;            
            
        
    
    


    text-align: right; 
    width: 40%;
    float: right;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-top: 3px;
                margin-top: 0.1875rem;            
            
        
    
    


}
.comment-from { 
    width: 60%;
    float: left;
}
.comment-from h4 { 
    margin: 0;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 16px !important;
                font-size: 1.0rem !important;            
            
        
    
    


}
.comment-body {
    clear: both;
    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 10px 0;
                padding: 0.625rem 0;            
            
        
    
    

 
    font-style: italic;
}
.comments-header h3 {
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 22px;
                font-size: 1.375rem;            
            
        
    
    


}

/* Pagination */
.blog-pagination {
    text-align: center;
    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                margin: 60px 60px 30px;
                margin: 3.75rem 3.75rem 1.875rem;            
            
        
    
    


}
.blog-pagination-left, .blog-pagination-center, .blog-pagination-right {
    display: inline-block;
}
.blog-pagination > a {
    display: inline-block;
    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 2px 20px;
                padding: 0.125rem 1.25rem;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 24px;
                font-size: 1.5rem;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-left: 5px;
                margin-left: 0.3125rem;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-right: 5px;
                margin-right: 0.3125rem;            
            
        
    
    


    color: #494d4e;
}
.blog-pagination > a:hover {
    text-decoration: none;   
    background-color: #ba0c2f;
    color: #fff;
}
.blog-pagination a.active {
    background-color: #ba0c2f;
    color: #fff;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination .all-posts-link { 
    display: block;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-top: 20px;
                padding-top: 1.25rem;            
            
        
    
    


}
.blog-pagination .all-posts-link a { 
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 14px;
                font-size: 0.875rem;            
            
        
    
    

   
    text-transform: uppercase;
    font-weight: 600;
}
.blog-pagination .all-posts-link a:hover { 
    color: #494d4e;
}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {
    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 50px 0;
                padding: 3.125rem 0;            
            
        
    
    


}
div.post-listing-simple .post-item {
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding: 20px;
                padding: 1.25rem;            
            
        
    
    


}
h2.post-listing-simple {
    margin: 0;
}
h2.post-listing-simple a {}

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

.blog-sidebar {
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 15px;
                font-size: 0.9375rem;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-left: 10px;
                padding-left: 0.625rem;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-top: 60px;
                padding-top: 3.75rem;            
            
        
    
    


}
.blog-sidebar :first-child h3 {
    margin-top: 0 !important;
}
@media screen and (min-width: 480px) {
    .blog-sidebar {
        padding-top: 0;
    }
}

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

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 40px;
                margin-bottom: 2.5rem;            
            
        
    
    


}
.blog-sidebar .widget-span.widget-type-header {
    margin-bottom: 0;
}
.blog-sidebar h3 {
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 22px;
                font-size: 1.375rem;            
            
        
    
    


}
.blog-sidebar ul {
    list-style: none;
    padding: 0;
}
.blog-sidebar ul a {
    color: #ba0c2f;
}
.blog-sidebar .blog_sharing a:before {
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 34px;
                font-size: 2.125rem;            
            
        
    
    

 
    color: #ba0c2f;
}
.blog-sidebar .blog_sharing a:hover {
    text-decoration: none;
}
.recent-posts .post-body {
    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 20px 0;
                padding: 1.25rem 0;            
            
        
    
    


}



/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                margin: 55px 0 20px 0;
                margin: 3.4375rem 0 1.25rem 0;            
            
        
    
    


    position: relative;
}
.hs-blog-post .hs-author-profile {
    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 20px 0 20px 0;
                padding: 1.25rem 0 1.25rem 0;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                margin: 20px 0 20px 0;
                margin: 1.25rem 0 1.25rem 0;            
            
        
    
    


}
.hs-blog-listing .hs-author-profile h2 {
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 50px;
                font-size: 3.125rem;            
            
        
    
    


    text-transform: uppercase;
}
.hs-blog-listing .hs-author-profile .author-info {
    width: 100%;
    background-color: rgba(249, 249, 249, .7);
    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 30px 50px;
                padding: 1.875rem 3.125rem;            
            
        
    
    


}
.hs-blog-listing .hs-author-profile .hs-author-avatar + .author-info {
    position: absolute;
    bottom: 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}
.post-listing-author .post-body {
    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 20px 0;
                padding: 1.25rem 0;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 15px;
                font-size: 0.9375rem;            
            
        
    
    


}

.author-page .recent-posts-title {
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-top: 55px;
                margin-top: 3.4375rem;            
            
        
    
    


}

.author-page .post-item:first-of-type {
    margin-top: 0;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img{
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-blog-listing .hs-author-bio {
    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 30px 50px 130px;
                padding: 1.875rem 3.125rem 8.125rem;            
            
        
    
    

      
    font-weight: 400;
}
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 26px;
                font-size: 1.625rem;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-right: 5px;
                margin-right: 0.3125rem;            
            
        
    
    


    color: #ba0c2f;
}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}



/* Follow Me Widget
   ========================================================================== */
.widget-type-follow_me a span {
    background-image: none !important;
    left: -999em;
    position: absolute; 
}    
.widget-type-follow_me a {
    font-family: FontAwesome;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 25px;
                font-size: 1.5625rem;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-right: 15px;
                margin-right: 0.9375rem;            
            
        
    
    


    color: #fff;
}
.widget-type-follow_me a {
    text-decoration: none;
}

/* Unique Social Icon Selectors */

/* Youtube */
.widget-type-follow_me .cell-wrapper .fm_youtube:before { content: "\f167"; }

/* Facebook */
.widget-type-follow_me .cell-wrapper .fm_facebook:before { content: "\f230"; }

/* Twitter */
.widget-type-follow_me .cell-wrapper .fm_twitter:before { content: "\f099"; }

/* LinkedIn*/
.widget-type-follow_me .cell-wrapper .fm_linkedin:before { content: "\f0e1"; }

/* RSS */
.widget-type-follow_me .cell-wrapper .fm_rss:before { content: "\f09e"; }

/* Pinterest */
.widget-type-follow_me .cell-wrapper .fm_pinterest:before { content: "\f0d2"; }

/* Google Plus */
.widget-type-follow_me .cell-wrapper .fm_googleplus:before { content: "\f0d4"; }

/* Xing */
.widget-type-follow_me .cell-wrapper .fm_xing:before { content: "\f169"; }

/* Instagram */
.widget-type-follow_me .fm_instagram:before { content: "\f16d"; }

/* Page Hero */
.page-hero {
    background-color: #ba0c2f;
    background-image: url(//762525.fs1.hubspotusercontent-na1.net/hubfs/762525/Soar%20Theme/blog-background.jpg);
    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 90px 20px;
                padding: 5.625rem 1.25rem;            
            
        
    
    


    background-size: cover;
    background-position: center center;
    text-align: center;
}
.home-page-hero {
    background-image: url(//762525.fs1.hubspotusercontent-na1.net/hubfs/762525/Soar%20Theme/blog-background.jpg);
    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 150px 20px;
                padding: 9.375rem 1.25rem;            
            
        
    
    


    background-size: cover;
    background-position: center center;
    text-align: center;
}
.home-page-hero .hero-content {
    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 50px 20px;
                padding: 3.125rem 1.25rem;            
            
        
    
    

  
}
.home-page-hero .hero-content h1 {
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 10px;
                margin-bottom: 0.625rem;            
            
        
    
    


}
.page-hero .hero-left {
    width: 100%;
    color: #fff;
    background-color: #ba0c2f;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding: 32px;
                padding: 2.0rem;            
            
        
    
    


}
.page-hero.with-left {
    background-color: transparent;
}
.page-hero.with-left .hero-left:after {
    left: 0;   
    z-index: -1;
}
@media (min-width: 768px) {
    .page-hero.with-left {
        background-color: #ba0c2f;
    }
    .page-hero.with-left .hero-left {
        text-align: left;
        color: #fff;
        background-color: transparent;
        

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 0 20px 0 0;
                padding: 0 1.25rem 0 0;            
            
        
    
    


        width: 50%;
    }
    .page-hero.with-left .hero-left:after {
        left: 50%;   
        z-index: 0;
    }
}


/* Home Page Hero */
.home-page-hero {
    padding: 150px 20px;
    background-size: cover;
    background-position: center center;
    text-align: center;
} 
    border: 3px solid #0d91d1;
    color: #0d91d1;
    background-color: rgba(255,255,255,.6); 
    padding: 26px;
    width: 50% !important;
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}
.home-page-hero .hero-content h1 {
    margin-bottom: 10px;
}



/* Email Subscription Styles */

.page-center .email-prefs .item .item-inner {
    

    
    
        -webkit-border-radius: 0;
    
        border-radius: 0;


    border: 0 none;
}
.page-center .email-prefs .item .item-inner.hovered {
    

    
    
        -webkit-box-shadow: none;
    
        box-shadow: none;


}
.page-center .email-prefs .item .item-inner.selected {
    border-left: 4px solid #ba0c2f;   
}
@media (min-width: 768px) {
    .page-center .email-prefs .item {
        display: inline-block;
        width: calc(45% - 40px);
        

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-right: 40px;
                margin-right: 2.5rem;            
            
        
    
    


    }
    #email-prefs-form > #content > div:not(.item) {
        

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                width: 400px;
                width: 25.0rem;            
            
        
    
    


        display: inline-block;
    }
    #email-prefs-form > #content > div.subscribe-options {
        width: 100%;
    }
}


/* Testimonial Styles */

.testimonial-section {
    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 32px 32px 0;
                padding: 2.0rem 2.0rem 0;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                max-width: 960px;
                max-width: 60.0rem;            
            
        
    
    


    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
}
.testimonial-section .testimonial-content, .testimonial-section .author-avatar {
    

    
    
        -webkit-border-radius: 2;
    
        border-radius: 2;


    overflow: hidden;
}
.testimonial-section .author-avatar img {
    height: 75px !important;
    width: auto !important;
}
.testimonial-section .testimonial-content {
    

    position: relative;
    
    
        top: 

    
    
    

        
        
            
                
                     
            
            
                
                 -5.0rem            
            
        

    

;
    
    
    
    


    z-index: -1;
    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 96px 16px 16px 16px;
                padding: 6.0rem 1.0rem 1.0rem 1.0rem;            
            
        
    
    


    text-align: center;
    background-color: #f9f9f9;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 16px;
                font-size: 1.0rem;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: -80px;
                margin-bottom: -5.0rem;            
            
        
    
    


}
.testimonial-section .testimonial-content .name {
    text-transform: uppercase;      
    font-weight: bold;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 5px;
                margin-bottom: 0.3125rem;            
            
        
    
    


}
.testimonial-section .testimonial-content .title {
    color: #ba0c2f;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 14px;
                font-size: 0.875rem;            
            
        
    
    


}
.testimonial-section .testimonial-content .quote {
    color: #9f9f9f;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 13px;
                font-size: 0.8125rem;            
            
        
    
    


    line-height: 2;
    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 13px 0 0 0;
                padding: 0.8125rem 0 0 0;            
            
        
    
    


    font-style: italic;
}
.testimonial-section .author-avatar {
      text-align: center;
      

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 16px;
                margin-bottom: 1.0rem;            
            
        
    
    


}
@media (min-width: 768px) {
    .testimonial-section {
        

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 80px 80px 50px;
                padding: 5.0rem 5.0rem 3.125rem;            
            
        
    
    


    }
    
    .testimonial-section .testimonial-content {
        position: static;
        

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding: 32px;
                padding: 2.0rem;            
            
        
    
    


        text-align: left;
        margin-bottom: 0;
    }
    .hero-section {
        

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 96px 0;
                padding: 6.0rem 0;            
            
        
    
    


    }
    .testimonial-section .author-avatar img {
        

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                height: 75px !important;
                height: 4.6875rem !important;            
            
        
    
    


        width: auto !important;
    }
}

/* Icon Styles */

.soar-icon-container p {
    font-family: "Montserrat", sans-serif;   
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 15px;
                font-size: 0.9375rem;            
            
        
    
    


}
.soar-icon-container p.resource-title {
    font-weight: bold;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 17px;
                font-size: 1.0625rem;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                letter-spacing: 1px;
                letter-spacing: 0.0625rem;            
            
        
    
    


    text-transform: uppercase;
    text-align: center;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-top: 4px;
                margin-top: 0.25rem;            
            
        
    
    


    margin-bottom: 0;
}
.soar-icon-container {
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding: 16px;
                padding: 1.0rem;            
            
        
    
    


    background: transparent;
    width: 100%;
    text-align: center;
}
.soar-icon-container .icon-wrapper {
    position: relative;
    text-align: center;
}
.soar-icon-container .icon-wrapper i {
    color: #ba0c2f;
    position: relative;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 72px;
                font-size: 4.5rem;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                height: 72px;
                height: 4.5rem;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                width: 72px;
                width: 4.5rem;            
            
        
    
    


    background-color: transparent;
}
.soar-icon-container .icon-wrapper i:before {
    

    position: absolute;
    
    
        top: 50%;
    
    
    
    
        left: 50%;
    


    

    
    
        -webkit-transform: translate(-50%, -50%);
    
        -moz-transform: translate(-50%, -50%);
    
        -o-transform: translate(-50%, -50%);
    
        -ms-transform: translate(-50%, -50%);
    
        transform: translate(-50%, -50%);


}

/* Home Page CTA Section (custom module) */
.soar-home-cta-section {
    background-size: cover;
    background-position: center center;
    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 56px 40px;
                padding: 3.5rem 2.5rem;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-top: 10px;
                margin-top: 0.625rem;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 10px;
                margin-bottom: 0.625rem;            
            
        
    
    


}
.soar-home-cta-section .cta-text {
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                max-width: 768px;
                max-width: 48.0rem;            
            
        
    
    


    margin: 0 auto;
    border: 2px solid #ba0c2f;
    background-color: rgba(249, 249, 249, .7);
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding: 30px;
                padding: 1.875rem;            
            
        
    
    


}
.soar-home-cta-section .cta-text :first-child {
    margin-top: 0;
}
.soar-home-cta-section .cta-text :last-child {
    margin-bottom: 0;
}
.soar-home-cta-section .cta-text p {
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 32px;
                font-size: 2.0rem;            
            
        
    
    


    font-weight: 900;
    color: #ba0c2f;
    line-height: 1.1;
}

/* Blog RSS Feed (used on home page)*/
.hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    float: left;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-right: 20px;
                padding-right: 1.25rem;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 15px;
                font-size: 0.9375rem;            
            
        
    
    


    box-sizing: border-box;
    width: 100%;
    padding-top: 63%;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-top: 10px;
                margin-top: 0.625rem;            
            
        
    
    


}
.hs-rss-item.hs-with-featured-image .hs-rss-item-text p > a {
    display: block;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-top: 5px;
                margin-top: 0.3125rem;            
            
        
    
    


}
.hs-rss-item.hs-with-featured-image .hs-rss-title {
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 19px;
                font-size: 1.1875rem;            
            
        
    
    


    font-weight: bold;
    text-transform: uppercase;
}
.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    width: 100%;
    

    position: absolute;
    
    
        top: 0;
    
    
        right: 0;
    
    
    
        left: 0;
    


    height: 0;
    padding-bottom: 63%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}
.hs-rss-item {
    overflow: hidden;
    position: relative;
    vertical-align: top;
}
@media (min-width: 600px) {
    .hs-rss-item {
        overflow: hidden;
        width: calc(50% - 10px);
        

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-right: 5px;
                margin-right: 0.3125rem;            
            
        
    
    


        

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-left: 5px;
                margin-left: 0.3125rem;            
            
        
    
    


        float: left;
        position: relative;
        vertical-align: top;
    }
    .hs-rss-item:nth-of-type(3n) {
        clear: left;
        float:none;
        margin: 0 auto;
    }    
}
@media (min-width: 768px) {
    .hs-rss-item {
        width: calc(33.333% - 10px);
    }  
    .hs-rss-item:nth-of-type(3n) {
        clear: none;
        float:left;
        

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-right: 5px;
                margin-right: 0.3125rem;            
            
        
    
    


        

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-left: 5px;
                margin-left: 0.3125rem;            
            
        
    
    


    }
}
.widget-type-rss_listing {
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-top: 40px;
                padding-top: 2.5rem;            
            
        
    
    


}
.hs_cos_wrapper_type_rss_listing > h3 {
    text-align: center;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 26px;
                font-size: 1.625rem;            
            
        
    
    


    font-weight: 900;
}

/* Blog Post CTA Section (custom module) */
.soar-cta-section {
    background-size: cover;
    background-position: center center;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding: 20px;
                padding: 1.25rem;            
            
        
    
    


    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 70px;
                margin-bottom: 4.375rem;            
            
        
    
    


}
.soar-cta-section .cta-text {
    border: 2px solid #ba0c2f;
    background-color: rgba(249, 249, 249, .7);
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding: 30px;
                padding: 1.875rem;            
            
        
    
    


}
.soar-cta-section .cta-text :first-child {
    margin-top: 0;
}
.soar-cta-section .cta-text :last-child {
    margin-bottom: 0;
}
.soar-cta-section .cta-text p {
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 32px;
                font-size: 2.0rem;            
            
        
    
    


    font-weight: 900;
    color: #ba0c2f;
    line-height: 1.1;
}

 
/* Soar Pillar Page */
.soar-pillar {
    position: relative;
}
.soar-pillar .main-content p {
    color: #494d4e;    
}
.soar-pillar .pillar-scrollbar {
    background-color: #ba0c2f;
}

/* General Nav Styles */
.soar-pillar__nav {
    text-align: center;
}
.soar-pillar__nav ul {
    list-style: none;
    margin: 0;
    padding: 15px 0;
    background-color: #ba0c2f;
}
.soar-pillar__nav ul li {
    position: relative;
}
.soar-pillar__nav ul li a {
    color: #fff;
    display: inline-block;
    padding: 10px; 
    font-weight: 400;
    margin-bottom: 2px;
    position: relative;
}
.soar-pillar__nav a:hover {
    text-decoration: none;
    opacity: .9;
}
.soar-pillar__nav a:active,
.soar-pillar__nav a:focus {
    text-decoration: none;
}
.soar-pillar__nav li.selected a:after {
    content: "";
    display: block;
    height: 2px;
    width: 80%;
    background-color: #fff;
    color: #ba0c2f;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

/* Hide Table of contents when mobile menu is visible */
.soar-pillar__table-of-contents.fixed {
    opacity: 0;
    visibility: hidden;
}

/* Mobile Menu */
.soar-pillar__mobile-menu {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}
.soar-pillar__mobile-menu.fixed {
    display: block;
    visibility: visible;
    overflow: visible;
    position: fixed;
    top: 0;
    left: 0;
    bottom: auto;
    height: auto;
} 
.soar-pillar__mobile-menu.fixed.open ul {
    max-height: calc(100vh - 2em);
    overflow-y: auto;
}
.soar-pillar__mobile-menu.absolute-bottom {
    display: none;
}
.soar-pillar__mobile-menu li {
    overflow: hidden;
    transition: opacity .4s ease, max-height .5s ease;
}
.soar-pillar__mobile-menu.fixed li {
}
.soar-pillar__mobile-menu li:not(.selected) {
    max-height: 0;
    opacity: 0;
}
.soar-pillar__mobile-menu.open li:not(.selected) {
    max-height: 100px;
    opacity: 1;
}
.soar-pillar__mobile-menu.fixed .anchor-nav-show-hide {
    background: #ba0c2f;
    color: #fff;
    position: absolute;
    display: block;
    left: 50%; 
    

    
    
        -webkit-transform: translateX(-50%);
    
        -moz-transform: translateX(-50%);
    
        -o-transform: translateX(-50%);
    
        -ms-transform: translateX(-50%);
    
        transform: translateX(-50%);


    width: 6em;
    top: 100%;
    height: 2em;
    cursor: pointer;
}
.soar-pillar__mobile-menu.fixed .anchor-nav-show-hide:before {
    border-style: solid;
    border-width: .15em .15em 0 0;
    content: '';
    display: inline-block;
    height: 1em;
    position: relative;
    top: 0;
    vertical-align: top;
    width: 1em;
    

    
    
        -webkit-transform: rotate(135deg);
    
        -moz-transform: rotate(135deg);
    
        -o-transform: rotate(135deg);
    
        -ms-transform: rotate(135deg);
    
        transform: rotate(135deg);


} 

@media (min-width: 768px) {
    /* Hide Mobile Menu on Desktop */
    .soar-pillar__mobile-menu {
        display: none !important;   
    }
    .soar-pillar__table-of-contents.fixed {
        opacity: 1;
        visibility: visible;
    }
    .soar-pillar__table-of-contents {
        position: absolute;
        top: 0;
        left: initial;
        width: 260px;
        padding: 30px 10px;
        z-index: 1;
        text-align: center;
    }
     .soar-pillar__table-of-contents.fixed {
        position: fixed;
        top: 0;
        bottom: auto;
        height: auto;
    }   
     .soar-pillar__table-of-contents.absolute-bottom {
        left: initial;
        position: absolute;
        top: auto;
        bottom: 0;
        height: auto;
    }   
    .soar-pillar .main-content > div {
        padding-left: 300px;
    }
}


.banner-titles {padding:40px;}
.banner-titles h1, .banner-titles h3 {color:#ffffff;}
.hs_cos_wrapper_type_form {padding-bottom:40px;}