@import url('https://fonts.googleapis.com/css?family=Barlow:400,700|Open+Sans:300,300i,400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400');
/***********************************************/

/* Images */

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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

/* =====================================
Index:
1. BASE STYLES   
1a. Variables
1b. Macros
1c. CSS Resets
1d. Base
1e. Typography
1g. Buttons
1h. Main Form Style

2. CONTENT
2a. Modular & Reusable Components
2ab. Flexible Grids
2b. Homepage

3. HEADER
3a. Header Structure
3b. Main Menu
3c. Mobile Menu
3d. Sticky Header

4. FOOTER
4a. Footer Structure

5. BLOG
5a. Blog Structure
5b. Blog Listing
5c. Blog Pagination
5d. Blog Post

6. MISCELLANOUS
6a. CSS Animations
6b. CTA Overrides

===================================== */

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

/* =====================================
1a. Variables                                               
===================================== */

/*
* Apply the variable as shown below.
* Ignore the jingja comment tags.
*
* 
*/

/* Colors */


 
   
   
   

/* Typography */







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


/* =====================================
1b. Macros                                             
===================================== */




/* Border Radius  */


/* Box Shadow  */


/* Transition  */


/* Transform  */



/* =====================================
1c. CSS Resets                                      
===================================== */


/* =====================================
1d. 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 {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background: #fff;
  color: #474747;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.53;
}

.page-center, .container-fluid .row-fluid .page-center {
  float: none !important;
  max-width: 1200px;
  margin: 0 auto !important;
  padding: 0 30px
}

a { color: #00a9de; }
a:hover, a:focus { color: #00a9de; }

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

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

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

@media (max-width: 480px) {
  .page-center, .container-fluid .row-fluid .page-center {
    padding: 0 20px
  }
}

/* =====================================
1e. Typography                                          
===================================== */

p {
  font-size: 18px;
  color: #474747;
} 

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

h1 {
  font-size: 68px;
  line-height: 78px;
  font-weight: 900;
  font-family: 'Montserrat', sans-serif;;
}
.internal-title h1 {
  margin-top: 0; 
}
.internal-title h1,
h2 {
  font-weight: bold;
  font-size: 45px;
  line-height: 65px;
  font-family: 'Montserrat', sans-serif;;
}
.internal-title.slim h1 {
  font-size: 40px;
  line-height: 50px;
}
.internal-title-wrapper .internal-title h1,
.internal-inline-title .internal-title h1 {
  font-size: 52px;
  line-height: 68px;
  margin-bottom: 15px;
}
h2:first-of-type {
  margin-top: 0;
}
.section-title {
  width: 100% !important;
}
.section-title h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 80px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  padding: 0 20px;
}
.page-center .section-title h2 {
  padding: 0 !important;
}
.section-title h2:after {
  content: " ";
  position: absolute;
  height: 3px;
  transform: translateX(-50%);
  left: 50%;
  width: 78px;
  bottom: -20px;
  background: #88cf00;
}
.section-title.alt-color h2:after {
  background: #ffae1a;
}
h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  line-height: 1.33;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;;
}
h4 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.15;
  font-family: 'Open Sans', sans-serif;
}
.internal-title span {
  font-family: 'Montserrat', sans-serif;;
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000000;
}

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

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.body-container ul li {
  margin-bottom: 5px; 
}

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

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

@media (max-width: 980px) {
  h1 {
    font-size: 64px;
    line-height: 74px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 60px;
    line-height: 74px;
  }
  h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .internal-title h1 {
    font-size: 36px !important; 
    line-height: 46px !important; 
  }
  .section-title h2 {
    margin-bottom: 60px;
  }
  .section-title h2:after {
    bottom: -15px;
  }
  h3 {
    font-size: 28px;
    line-height: 34px;
  }
  h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .internal-title span {
    line-height: normal;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 48px;
    line-height: 62px;
  }
}


/* =====================================
1g. Buttons                                        
===================================== */

.hs-button.primary, 
input[type="submit"],
a.btn-style-1 {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #cf0a2c;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  text-transform: uppercase;
  margin-top: 20px;
  min-width: 100px;
  padding: 15px 40px;
  font-family: 'Montserrat', sans-serif;;
  -webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
-ms-transition: all .2s ease;
transition: all .2s ease;;
}
a.btn-style-1:hover,
.main-menu > div > ul > li:last-of-type > a:hover {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
a.btn-style-1:hover, a.btn-style-1:focus,
.main-menu > div > ul > li:last-of-type > a:hover, .main-menu > div > ul > li:last-of-type > a:focus {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.main-form .hs-button.primary,
.main-form input[type="submit"],
body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: ;
  font-size: 18px;
  text-decoration: none !important;
}
.main-form .hs-button.primary:hover,
.main-form input[type="submit"]:hover,
body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {}

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

.main-form .hs-button.primary,
.main-form input[type="submit"] {
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #ab9767;
  font-size: 16px;
  width: 100%;
  max-width: 320px;
  margin: 5px auto 0;
  padding: 10px;
  border: none;
  -webkit-transition: background .2s ease;
-moz-transition: background .2s ease;
-o-transition: background .2s ease;
-ms-transition: background .2s ease;
transition: background .2s ease;;
}
.main-form .hs-button.primary,
.main-form input[type="submit"] {
  border: 0 !important;
  display: block;
  margin: 10px auto 0;
  min-width: 200px;
}


a.btn-style-2 {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: none;
  border: 2px solid #FFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  margin-top: 20px;
  min-width: 100px;
  padding: 15px 40px;
  font-family: 'Montserrat', sans-serif;;
  -webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
-ms-transition: all .2s ease;
transition: all .2s ease;;
}
a.btn-style-2:hover {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
a.btn-style-2:hover, a.btn-style-2:focus {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* =====================================
1h. Main Form Style                                      
===================================== */

body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
.main-form h3 {
  font-size: 24px;
  line-height: normal !important;
  margin-bottom: 30px !important;
}
.main-form {
  max-width: 675px;
  margin: 0 auto 30px !important;
  float: none !important;
}
.main-form .hs-form .hs-form-field {
  position: relative;
}
.main-form  .hs-form-field > label {
}
.main-form span.hs-form-required {
  margin-left: 6px;
  margin-top: 10px;
  position: absolute;
  /* visibility: hidden; */
  color: transparent;
  background: #ab9767;
  width: 6px;
  border-radius: 50%;
  height: 6px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

.main-form .hs-form input,
.main-form .hs-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* Inputs (selectors for all inputs)  */
.main-form .hs-form select,
.main-form .hs-form input,
.main-form .hs-form input[type="text"],
.main-form .hs-form input[type="password"], 
.main-form .hs-form input[type="datetime"], 
.main-form .hs-form input[type="datetime-local"], 
.main-form .hs-form input[type="date"], 
.main-form .hs-form input[type="month"], 
.main-form .hs-form input[type="time"], 
.main-form .hs-form input[type="week"], 
.main-form .hs-form input[type="number"], 
.main-form .hs-form input[type="email"], 
.main-form .hs-form input[type="url"], 
.main-form .hs-form input[type="search"], 
.main-form .hs-form input[type="tel"], 
.main-form .hs-form input[type="color"],
.main-form .hs-form input[type="file"],
.main-form .hs-form textarea,
.main-form .hs-form select {
  -webkit-border-radius: 0px;
  border-radius: 0;
  outline: none !important;
  margin-bottom: 18px;
  background-color: #ffffff;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: -0.2px;
  text-align: left;
  color: #212325;
  padding: 10px 22px 10px 18px;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;;
}
.main-form .hs-form select:focus,
.main-form .hs-form input:focus,
.main-form .hs-form input[type="text"]:focus,
.main-form .hs-form input[type="password"]:focus, 
.main-form .hs-form input[type="datetime"]:focus, 
.main-form .hs-form input[type="datetime-local"]:focus, 
.main-form .hs-form input[type="date"]:focus, 
.main-form .hs-form input[type="month"]:focus, 
.main-form .hs-form input[type="time"]:focus, 
.main-form .hs-form input[type="week"]:focus, 
.main-form .hs-form input[type="number"]:focus, 
.main-form .hs-form input[type="email"]:focus, 
.main-form .hs-form input[type="url"]:focus, 
.main-form .hs-form input[type="search"]:focus, 
.main-form .hs-form input[type="tel"]:focus, 
.main-form .hs-form input[type="color"]:focus,
.main-form .hs-form input[type="file"]:focus,
.main-form .hs-form textarea:focus,
.main-form .hs-form select:focus {
  border: 1px solid transparent;
}
::placeholder {
  color: #212325;
}
:-ms-input-placeholder {
  color: #212325;
}
::-ms-input-placeholder {
  color: #212325;
}
::-moz-placeholder {
  color: #212325;
}

.main-form .submitted-message {
  text-align: center;
}

/* Multi-line inputs (selectors to target multi-line fields */
.main-form .hs-form textarea {
  min-width: 100%;
  max-height: 250px;
  min-height: 76px;
  max-width: 675px;
}
.main-form .hs-form textarea:focus {}

/* Dropdowns (selectors for dropdowns) */
.main-form .hs-form select {
  cursor: pointer;
  -webkit-appearance: none; 
  -moz-appearance: none;
  appearance: none; 
  background: url(https://cdn2.hubspot.net/hubfs/3836852/nav-down-arrow-darksvg.svg?t=1521576779901) 95% 50% no-repeat #fff;
  background-size: 12px;
}
.main-form .hs-form select::-ms-expand { 
  display: none; /* hide the default arrow in ie10 and ie11 */
}
@media screen and (min-width:0\0) {
  .main-form .hs-form select {
    background:none !important;
  }
}
.main-form .hs-form select:focus {}

/* Multi-select (selectors for multi-select fields) */
.main-form .hs-form form.hs-form .hs-form-field ul.inputs-list {}

.main-form .hs-form form.hs-form .hs-form-field ul.inputs-list li input {}
.main-form .hs-form input[type="radio"] {}

.main-form .hs-form .hs-fieldtype-checkbox > label,
.main-form .hs-form .hs-fieldtype-radio > label {
  width: initial !important;
  height: initial !important;
  display: inline-block !important
}
.main-form .hs-form .hs-fieldtype-checkbox > label > span:first-of-type,
.main-form .hs-form .hs-fieldtype-radio > label > span:first-of-type {
  display: inline !important
}
.main-form .hs-form li.hs-form-checkbox,
.main-form .hs-form li.hs-form-radio {
  margin-bottom: 0;
}
.main-form li.hs-form-checkbox span,
.main-form li.hs-form-radio span {
  font-size: 16px;
  line-height: normal;
  font-weight: normal;
  letter-spacing: -0.2px;
  margin-left: 35px;
  display: inline-block;
  margin-bottom: 15px;
}
.main-form input[type="checkbox"],
.main-form input[type="radio"] {
  -webkit-appearance: initial;
  -moz-appearance: none;
  appearance: initial;
  background: #dedede;
  border: 4px solid #dedede;
  width: 18px !important;
  height: 18px !important;
  margin-top: 6px;
  border-radius: 0;
  padding: 0;
  position: absolute;
  cursor: pointer;
  outline: none !important;
  -webkit-transition: background-color .2s ease;
-moz-transition: background-color .2s ease;
-o-transition: background-color .2s ease;
-ms-transition: background-color .2s ease;
transition: background-color .2s ease;
}
.main-form .hs_subscribe_to_blog input[type="checkbox"] {
  position: relative;
  margin-bottom: 0 !important;
  margin-right: 10px !important;
}
.main-form li.hs-form-checkbox input[type="checkbox"]:focus,
.main-form li.hs-form-radio input[type="radio"]:focus {
  border: 4px solid #dedede;
}
.main-form li.hs-form-checkbox input[type="checkbox"]:checked,
.main-form li.hs-form-radio input[type="radio"]:checked {
  background: #cf0a2c;
}
.main-form input[type="checkbox"]:checked:after,
.main-form input[type="radio"]:checked:after {
  /* Heres your symbol replacement - this is a tick in Unicode. */
  content: " ";
  color: #fff;
}


/* Required (selectors for fields, when they do not pass validation) */
.main-form .hs-form input.invalid, 
.main-form .hs-form textarea.invalid, 
.main-form .hs-form select.invalid {
  border: 1px solid #ff5882;
  -webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;;
}
.main-form .hs-form input:focus:required:invalid:focus, 
.main-form .hs-form textarea:focus:required:invalid:focus, 
.main-form .hs-form select:focus:required:invalid:focus {
  border: 1px solid transparent;
}

/* Error message (selector for validation messages) */
.main-form .hs-form .hs-error-msgs label{
}
.main-form ul.hs-error-msgs.inputs-list {
  color: #ff3366;
  font-size: 14px;
  margin-top: -10px;
}
.main-form .hs_error_rollup {
  display: none !important;
}

/* Multi Column Form (selectors for fieldsets and field wrappers) */

.main-form .hs-form fieldset {
  max-width: none !important;
}
/*
.main-form .hs-form .hs-input {
width: 100% !important;
}
*/
.main-form .hs-form .hs-form fieldset.form-columns-1 {}
.main-form .hs-form fieldset.form-columns-1 .hs-form-field {
  padding: 0 !important;
  width: 100%;
}
.main-form .hs-form .hs-form fieldset.form-columns-2 {}
.main-form .hs-form fieldset.form-columns-2 .hs-form-field {
  padding: 0;
  width: 49% !important;
  margin-right: 1%;
}
.main-form .hs-form fieldset.form-columns-2 .hs-form-field:last-of-type {
  margin-right: 0;
  margin-left: 1%;
}
.main-form .hs-form .hs-form fieldset.form-columns-3 {}
.main-form .hs-form fieldset.form-columns-3 .hs-form-field {
  padding: 0 !important;
  width: 32.33% !important;
  margin-right: .5%;
  margin-left: .5%;
}
.main-form .hs-form fieldset.form-columns-3 .hs-form-field:first-of-type {
  margin-right: 1%;
  margin-left: 0;
}
.main-form .hs-form fieldset.form-columns-3 .hs-form-field:last-of-type {
  margin-left: 1%;
  margin-right: 0;
}
@media (max-width: 600px) {
  .main-form .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .main-form .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
    margin-right: 0% !important;
    margin-left: 0% !important;
  }
  .main-form .hs-form textarea {
    min-height: 120px;
  }
}

/* ==========================================================================
2. CONTENT                                            
========================================================================== */

.body-container-wrapper {
  top: 0;
}
.body-container {}

/* =====================================
2a. Modular & Reusable Components                                          
===================================== */

.section-wrapper {
  padding: 80px 0;
}
.section-wrapper.bg-gray {
  background: #f4f4f4;
}
.section-wrapper.bg-blue {
  background: #015d82;
}
.section-wrapper.bg-gold {
  background: #ab9767;
}
.section-wrapper.bg-blue *, 
.section-wrapper.bg-gold * {
  color: #fff;
}

@media (max-width: 767px) {
  .section-wrapper {
    padding: 60px 0 !important;
  }
  .hide-mobile {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .hide-600 {
    display: none !important;
  }
}


/* =====================================
2ab. Flexible Grids                                        
===================================== */

.flex-grid > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.flex-grid.two-column > .row-fluid-wrapper > .row-fluid {
  justify-content: space-between; 
}

.flex-grid.two-column > .row-fluid-wrapper > .row-fluid > div {
  margin: 0 !important;
  padding: 20px;
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
}
.flex-grid.three-column > .row-fluid-wrapper > .row-fluid > div {
  margin: 0 !important;
  padding: 20px;
  -webkit-flex: 1 1 33.3%;
  flex: 1 1 33.3%;
}
.flex-grid .hs_cos_wrapper_type_header,
.flex-grid .hs_cos_wrapper_type_section_header,
.flex-grid .hs_cos_wrapper_type_image_slider,
.flex-grid .hs_cos_wrapper_type_gallery,
.flex-grid .hs_cos_wrapper_type_space {
  -webkit-flex: 1 1 100% !important;
  flex: 1 1 100% !important;
}
.flex-grid .hs_cos_wrapper_type_space {
  padding: 0 !important;
  min-height: 0 !important;
}
@media (min-width: 1025px) {
  .flex-grid.three-column > .row-fluid-wrapper > .row-fluid > div:nth-of-type(-n+3) {
    padding-top: 0;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .flex-grid.three-column > .row-fluid-wrapper > .row-fluid > div:nth-of-type(-n+2) {
    padding-top: 0;
  }
  .flex-grid.three-column > .row-fluid-wrapper > .row-fluid > div {
    padding: 20px 10px;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
@media (max-width: 767px) {
  .flex-grid.three-column > .row-fluid-wrapper > .row-fluid > div:first-of-type {
    padding-top: 0;
  }
  .flex-grid.three-column > .row-fluid-wrapper > .row-fluid > div {
    padding: 20px 0;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}


/* =====================================
2b. Homepage                                            
===================================== */

.home-banner-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  max-height: 650px;
  background-position: 53% 50%;
  background-image: url('https://cdn2.hubspot.net/hubfs/403590/pae-video-poster.jpg');
}
.video-overlay {
  z-index: 0;
  background-image: linear-gradient(199deg, rgba(106, 106, 133, 0.80), rgba(0, 0, 0, 0)), linear-gradient(197deg, rgba(208, 214, 242, 0.10), #9bb3bf);
  position: absolute;
  height: 100%;
  width: 100%;
}
.home-banner-wrapper video {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-banner {
  width: 100%;
  text-align: center;
  margin: 0 auto !important;
  max-width: 900px !important;
  padding: 190px 20px 0;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home-banner h1 {
  color: #fff;
  margin-bottom: 95px;
}
.home-banner h1.main-statement > span {
  display: inline-block;
  width: 100%;
}
.home-banner h1.main-statement .rotating-statement {
  display: inline;
}
.home-banner h1.main-statement .rotating-statement span {
  margin-top: 0;
  position: absolute;
  opacity: 0;
  left: 0;
  /*overflow: hidden;*/
  width: 100%;
}
.home-banner span.tagline {
  opacity: 0;
  font-size: 33px;
  letter-spacing: -.5px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;;
  line-height: 0.9;
  color: #fff;
}
@media (max-width: 1400px) {
  .home-banner {
    padding-top: 13.6%;  
  }
}
@media (max-width: 980px) {
  .home-banner span.tagline {
    font-size: 31px;
  }
}
@media (max-width: 768px) {
  .home-banner-wrapper {
    max-height: none;
    min-height: 460px;
    background-size: 200%;
  }
  .home-banner-wrapper video {
    display: none !important;
  }
  .home-banner-wrapper-new {
    min-height: 640px !important;
    background-size: 277% !important;
  }
  .home-banner {
    padding-top: 110px;
  }
  .home-banner h1 {
    margin-bottom: 88px;
  }
  .home-banner span.tagline {
    font-size: 29.3px;
  }
}
@media (max-width: 410px) {
  .home-banner h1 {
    margin-bottom: 78px;
  }
  .home-banner span.tagline {
    font-size: 26.3px;
  }
  .home-banner-wrapper {
    max-height: none;
    min-height: 440px;
    background-size: 300%;
  }
}


.rotating-statement span {
  -webkit-animation: topToBottom 9s linear 1 0s;
  -moz-animation: topToBottom 9s linear 1 0s;
  animation: topToBottom 9s linear 1 0s;
}
.rotating-statement span:nth-child(2) { 
  animation-delay: 3s; 
}
.rotating-statement span:nth-child(3) { 
  animation-delay: 6s; 
}
.rotating-statement span:nth-child(4) {
  -webkit-animation: topToBottomLast 9s linear 1 0s;
  -moz-animation: topToBottomLast 9s linear 1 0s;
  animation: topToBottomLast 9s linear 1 0s;
  animation-delay: 9s;
  animation-fill-mode: forwards;
}
.home-banner span.tagline {
  -webkit-animation: fadeIn 9s linear 1 0s;
  -moz-animation: fadeIn 9s linear 1 0s;
  animation: fadeIn 9s linear 1 0s;
  animation-delay: 10s;
  animation-fill-mode: forwards;
}

.mission-statement-wrapper {
  background: #ab9767;
  padding: 25px 20px 85px;
}
.mission-statement {
  max-width: 900px;
  margin: 0 auto !important;
  text-align: center;
  float: none !important;
}
.mission-statement p {
  font-family: 'Montserrat', sans-serif;;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
}

.banner-boxes-wrapper {
  margin-top: -60px;
  padding-bottom: 60px;
}
.banner-box {
  text-align: center;
  box-shadow: 0 15px 46px 0 rgba(3, 6, 52, 0.08);
  background-color: #ffffff;
  padding: 30px 10px;
}
.banner-box:hover {
  transform: translateY(-20px) !important;
  transition-duration: .5s !important;
}
.banner-box img {
  width: 48px;
  height: 48px;
}
.banner-box h3 {
  font-weight: bold;
  line-height: normal;
  color: #474747;
  font-size: 24px;
  max-width: 240px;
  margin: 10px auto 10px;
}
.banner-box span {
  display: block;
  width: 100%;
  font-size: 17px;
  line-height: 26px;
  color: #474747;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
}
.banner-box a {
  display: inline-block;
  background: #015d82;
  color: #fff;
  padding: 15px 40px;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: normal;
  text-decoration: none;
}
@media (max-width: 980px) {
  .banner-box {
    width: 100% !important;
    margin: 0 auto 30px !important;
    max-width: 550px;
    float: none !important;
  }
  .banner-box:hover {
    transform: none !important;
  }
}

.flex-logos-new .flex-logos {
  margin: 0 !important;
}

.flex-logos-wrapper {
  padding: 0 !important; 
}
.flex-logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin: 70px 0 40px;
}
.flex-logos img {
  display: block;
  margin: 20px;
}
@media (max-width: 1024px) {
  .flex-logos img:nth-of-type(n+9) {
    display: none !important
  }
  .flex-logos {
    margin-top: 30px; 
  } 
}
@media (max-width: 600px) {
  .flex-logos img:nth-of-type(n+6) {
    display: none !important
  }
  .flex-logos {
    margin-top: 10px; 
  }
}

@media (min-width: 1025px) {
  .pae-section .hs-testimonial-slider {
    z-index: 1; 
  }
  .pae-main-video, .pae-main-video-gold  {
    position: relative;
    z-index: 2;
  }
  .pae-section .hs-testimonial-slider:after,
  .pae-section .pae-main-video:after{
    content: "";
    position: absolute;
    background: #ab9767;
    height: 70px;
    width: 200%;
    left: -100%;
    z-index: -1;
    bottom: -30px;
  }
  .pae-section .pae-main-video-gold:after{
    content: "";
    position: absolute;
    background: #015d82;
    height: 70px;
    width: 200%;
    right: -100%;
    z-index: -1;
    bottom: -30px;
  }
  .pae-section .slick-list {
    box-shadow: 3px 5px 10px rgba(0,0,0,.45) 
  }
}
@media (max-width: 1024px) {
  .pae-section .dynamic-btn-wrapper {
    text-align: center !important; 
  }
  .pae-section .page-center > .row-fluid-wrapper > .row-fluid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: space-between;
  }
  .pae-section .page-center > .row-fluid-wrapper > .row-fluid > div {
    display: block;
    width: 100% !important;
    margin: 0 !important;
  }
  .pae-section .page-center > .row-fluid-wrapper > .row-fluid > div:nth-of-type(1) {
    order: 2;
  }
  .pae-section .page-center > .row-fluid-wrapper > .row-fluid > div:nth-of-type(2) {
    margin-bottom: 40px !important;
    order: 1;
  }
}

.section-wrapper.testimonial-wrapper {
  padding: 50px 0 50px !important;
}

.appeal-section > .row-fluid-wrapper > .row-fluid > div {
  max-width: 500px;
  position: relative;
  text-align: center;
}
.appeal-section > .row-fluid-wrapper:nth-of-type(1) > .row-fluid > div:first-of-type:after {
  content: "";
  position: absolute;
  background: #474747;
  height: 150px;
  right: -5%;
  width: 1px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  opacity: .16;
}
.appeal-section img {
  height: auto !important; 
}
.appeal-section h3 {
  margin-top: 5px;
}
.appeal-section a.btn-style-1 {
  margin-top: 0; 
}
.appeal-section .right-column a.btn-style-1 {
  margin-top: 23px;
}
.appeal-section .cat-title {
  margin-top: 10px;
  display: block;
  font-weight: bold;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
@media (max-width: 1140px) {
  .appeal-section > .row-fluid-wrapper:nth-of-type(1) > .row-fluid > div:first-of-type:after {
    right: -3%;
  }
}
@media (max-width: 1024px) and (min-width: 601px) {
  .appeal-section > .row-fluid-wrapper > .row-fluid > div {
    max-width: 400px;
  }
  .appeal-section img {
    max-width: 200px; 
  }
}
@media (max-width: 800px) {
  .appeal-section > .row-fluid-wrapper:nth-of-type(1) > .row-fluid > div:first-of-type:after {
    content: none !important;
  }
  .appeal-section .right-column a.btn-style-1 {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .appeal-section > .row-fluid-wrapper:nth-of-type(1) > .row-fluid > div {
    width: 100% !important;
    flex: 1 1 100% !important;
  }
}

.we-are-section {
  padding-bottom: 280px;
}
.we-are-section .page-center {
  max-width: 950px !important;
}
.we-are-section h2 {
  margin-bottom: 0;
  font-size: 55px;
}
.we-are-section .flex-grid.two-column > .row-fluid-wrapper > .row-fluid > div.left-column {
  padding-left: 0;
}
.we-are-section .flex-grid.two-column > .row-fluid-wrapper > .row-fluid > div.right-column {
  padding-right: 0;
}

@media (max-width: 768px) {
  .we-are-section h2 {
    font-size: 45px;
    line-height: 55px;
  }
  .we-are-section .flex-grid.two-column > .row-fluid-wrapper > .row-fluid > div {
    padding: 0 !important;
    flex: 1 1 100%;
  }
  .we-are-section .flex-grid.two-column > .row-fluid-wrapper > .row-fluid > div.left-column {
    padding-top: 20px !important;
  }
}
@media (max-width: 600px) {
  .we-are-section h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

.bm-container {
  width: 225px;
  float: left;
  margin-right: 20px;
  border: 5px solid #ab9767;
  background: #fff;
  border-radius: 50%;
  height: 225px;
}
#bm {
  height: 100%;
  padding: 20px;
  width: auto;
}
@media (max-width: 768px) {
  .bm-container {
    display: none !important; 
  }
}

.image-footer-wrapper .page-center {
  position: relative; 
  padding-bottom: 130px !important;
}
.image-footer-wrapper .image-footer-container {
  margin-top: -180px;
  width: 100%;
}

.image-footer-wrapper-new .image-footer-container {
  margin-top: 0 !important;
}

.image-footer-wrapper-new .page-center {
  padding-bottom: 0 !important;
}

.image-footer-wrapper .image-footer-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.image-footer-wrapper .image-footer-container img {
  max-width: 272px;
  width: 24%;
  height: auto !important;
  display: block;
  box-shadow: 0 15px 46px 0 rgba(3, 6, 52, 0.08);
}
@media (max-width: 1400px) {
  .image-footer-wrapper .page-center {
    padding-bottom: 10vw !important;
  }
}
@media (max-width: 767px) {
  .image-footer-wrapper {
    display: none !important; 
  }
}


/* =====================================
2c. Internal page                                           
===================================== */


.internal-banner-wrapper {
  height: 160px;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.internal-banner-wrapper .banner-overlay {
  width: 100%;
  height: 100%;
  opacity: 0.73;
  background-image: linear-gradient(to bottom, #334d5e, #334d5e), linear-gradient(232deg, rgba(208, 214, 242, 0.17), #59727f); 
}
@media (max-width: 980px) {
  .internal-banner-wrapper {
    height: 130px;
  }
}
@media (max-width: 600px) {
  .internal-banner-wrapper {
    height: 100px;
  }
}

.headline-hero-wrapper .page-center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.headline-hero-wrapper .internal-title {
  width: 55%;
}
.headline-hero-wrapper .hero-img {
  width: 40%;
}
.headline-hero-wrapper .hero-img img {
  box-shadow: 0 15px 46px 0 rgba(3, 6, 52, 0.08);
}
@media (max-width: 980px) {
  .headline-hero-wrapper .page-center {
    justify-content: center;
  }
  .headline-hero-wrapper .internal-title {
    width: 100%;
    margin-bottom: 40px;
  }
  .headline-hero-wrapper .hero-img {
    max-width: 500px;
    width: 100%;
  }
}

.headline-hero-wrapper.internal-title-wrapper {
  margin-top: 40px; 
}
.headline-hero-wrapper.internal-title-wrapper .internal-title {
  width: 100%;
}
.headline-hero-wrapper.internal-title-wrapper .page-center {
  flex-wrap: nowrap;
}
@media (max-width: 980px) {
  .headline-hero-wrapper.internal-title-wrapper .page-center {
    flex-wrap: wrap;
  }
}

.internal-inline-title { 
  margin-bottom: 30px;
}
.main-content-wrapper {
  padding: 40px 0 60px; 
}
.two-column-wrapper .side-content {
  padding: 20px;
  background: #015d82;
}
.two-column-wrapper .side-content * {
  color: #fff; 
}
@media (min-width: 768px) {
  .two-column-wrapper .side-content {
    margin-top: -40px; 
  }
}

.two-column-wrapper .side-content h3 {
  font-weight: normal;
}
.two-column-wrapper .side-content .blog-subscribe .hs-input {
  border: 0;
  padding: 12px 8px;
  font-size: 14px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
}
.side-content .blog-subscribe .hs-button.primary, 
.side-content .blog-subscribe input[type="submit"] {
  background: #ab9767;
  font-size: 16px;
  width: 100%;
  max-width: 320px;
  margin: 5px auto 0;
  padding: 10px;
  border: none;
}
.side-content ul.popular-resources {
  list-style: none;
  padding-left: 0;
}
ul.popular-resources .resource-link {
  margin-bottom: 15px;
  display: block;
  border: 1px solid rgba(255,255,255,.5);
  position: relative;
  padding: 5px 10px;
}
ul.popular-resources .resource-link a {
  text-decoration: none; 
  width: 100%;
  height: 100%;
  display: block;
}
ul.popular-resources .resource-link span.resource-name {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 3px;
  margin-right: 73px;
}
ul.popular-resources .resource-link span.resource-type {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  color: #000;
  padding: 3px 6px 3px 10px;
  border-radius: 0 0 0 10px;
  font-size: 12px;
}
ul.popular-resources .resource-link span.resource-desc {
  font-size: 14px;
  display: block;
}

/* ==========================================================================
3. HEADER & MAIN NAVIGATION                                        
========================================================================== */

/* =====================================
3a. Header Structure                                         
===================================== */

.header-container-wrapper {
  width: 100%;
  position: fixed;
  z-index: 9989;
  top: 0;
  left: inherit;
  background: transparent;
  -webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;;
}
.header-container {
  text-align: left;
  max-width: 1140px;
  margin: 0 auto;
  float: none !important;
  padding: 18px 20px;
  -webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;;
}
.header-container .logo {
  width: 282px;
  height: 66px;
  background-image: url('https://www.cashort.com/hubfs/New%20CAS%20Logo-Horz-1.png');
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 15px;
  -webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;;
}
.header-container .white-logo .logo {
  background-image: url('https://cdn2.hubspot.net/hubfs/403590/ca-logo-white-v.png');
}
.header-container .logo img {
  width: 100%;
  height: auto !important;
}
.header-inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.header-inner > * {
  display: block; 
}
@media (max-width: 600px) {
  .header-container .logo {
    width: 230px !important;
  }
}

/* =====================================
3b. Main Menu                                   
===================================== */

.menu-part {
  text-align: right; 
  /*   margin-top: 20px; */
}
.main-menu ul > li > a {
  font-size: 14px;
  line-height: 26px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  margin: 0 12px;
  padding: 10px !important;
  text-transform: uppercase;
  text-overflow: unset !important;
  max-width: none !important;
}
.main-menu > div > ul > li:last-of-type > a {
  background: #cf0a2c;
  color: #fff !important;
  padding: 13px 45px !important;
  margin-right: 0 !important;
}

.main-menu > div > ul > li:last-of-type > a:hover {

}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  margin: 0 !important; 
}

.main-menu li.hs-menu-depth-1 > ul a {
  color: #474747;
  font-weight: normal;
  text-align: left;
  line-height: 22px;
  white-space: normal !important;
  width: initial !important;
  text-transform: none;
}
.main-menu li.hs-menu-depth-1 > ul {
  width: 220px;
  box-shadow: 0 15px 46px 0 rgba(3, 6, 52, 0.08);
}
.main-menu li.hs-menu-depth-1 > ul > li > a {
  display: block;
  width: 100%;
  padding-left: 20px !important;
  background: #fff;
  border-bottom: 1px solid #cdcdcd
}
.main-menu li.hs-menu-depth-1 > ul > li > a img {
  width: 11px;
  margin-left: 2px;
  margin-bottom: 2px;
  height: 11px;
  vertical-align: middle;
}
.main-menu li.hs-menu-depth-1 > ul > li > a:hover {
  color: #fff;
  background: #cf0a2c;
  border-bottom: 1px solid #cf0a2c;
}
.main-menu li.hs-menu-depth-1 > ul > li.hs-item-has-children > a:hover {
  color: #474747;
  background: #fff;
  border-bottom: 1px solid #cdcdcd;
}

.main-menu li.hs-menu-depth-2 > ul {
  width: 200px;
  box-shadow: 0 15px 46px 0 rgba(3, 6, 52, 0.08);
}
.main-menu li.hs-menu-depth-2 > ul > li > a {
  display: block;
  width: 100%;
  margin: 0 !important;
  background: #fff;
  border-bottom: 1px solid #cdcdcd;
}
.main-menu li.hs-menu-depth-2 > ul > li > a:hover {
  color: #fff;
  background: #cf0a2c;
  border-bottom: 1px solid #cf0a2c;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 125px !important;
}

@media (min-width: 981px) {
.header-inner .secondary-menu {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  font-family: 'Montserrat',sans-serif;
  display: block;
  margin-bottom: 8px;
}


.header-inner .secondary-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  color: #B8CAD2;
  padding: 0px 13px;
      transition: color .2s ease;
}

.header-inner .secondary-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover,.sticky-header .header-inner .secondary-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover{
    color: #cf0a2c!important;
}

.sticky-header .header-inner .secondary-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  color: rgb(71, 71, 71,0.75);
}

.sticky-header .header-inner .secondary-menu{ margin-bottom:2px; }

.header-inner .main-menu .hs-menu-wrapper{ line-height:0; }
}

@media (max-width: 1080px) {
  .main-menu ul > li > a {
    margin: 0 6px;    
  }
}


/* Underline From Center */
.main-menu > div > ul > li > a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.main-menu > div > ul > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 5px;
  background: #cf0a2c;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.main-menu > div > ul > li > a:hover:before, .main-menu > div > ul > li > a:focus:before, .main-menu > div > ul > li > a:active:before {
  left: 0;
  right: 0;
}


/* =====================================
3c. Mobile Menu                                    
===================================== */


#mobile-menu {
  display: none !important;
  background: #015d82;
  -webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
@media (max-width: 980px) {
  .main-menu {
    display: none !important;
  }
  .secondary-menu {
    display: none !important;
  }
  #mobile-menu {
    display: inline-block !important;
  }
}

#mobile-menu img {
  width: 40px;
  height: auto !important;
  padding: 9px;
}

.sidr .hs-menu-wrapper a {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  white-space: normal !important;
  color: #474747;
}
.sidr .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: block;
  width: 100%;
  overflow: inherit;
  margin-bottom: 0;
}
.sidr .hs-menu-wrapper.hs-menu-flow-horizontal > ul img {
  display: none !important;
}
.sidr .hs-menu-wrapper ul li {
  display: block;
  float: inherit !important;
}
.sidr .main-mobile-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a {
  padding: 7px 10px;
  font-size: 14px;
}
.sidr .main-mobile-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a:hover,
.sidr .main-mobile-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a:active {
  background: rgba(221,221,221,.7);
}
.sidr .main-mobile-menu .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a {
  max-width: inherit;
  display: block;
  font-size: 14px;
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 8px 10px;
  text-transform: uppercase;
  color: #ab9767;
}
.sidr .main-mobile-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  position: static;
  z-index: 1;
  display: block;
}
.sidr .main-mobile-menu .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2 a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
  padding: 7px 10px;
  font-size: 12px;
  -webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;;
}
.sidr .main-mobile-menu li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > a:hover {
  background: transparent !important;
}
.sidr .main-mobile-menu li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > ul > li > a {
  margin-left: 20px; 
}

/*Request Quote Buttons*/
.sidr .main-mobile-menu:not(.no-cta) .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1:last-of-type > a {
  background: #cf0a2c;
  width: 240px !important;
  max-width: 100% !important;
  font-size: 14px;
  color: #fff;
  margin: 10px;
  padding: 15px 10px;
  text-align: center;
  font-weight: bold;
  line-height: 1.71;
  font-family: 'Montserrat', sans-serif;;
  -webkit-transition: opacity .2s ease;
-moz-transition: opacity .2s ease;
-o-transition: opacity .2s ease;
-ms-transition: opacity .2s ease;
transition: opacity .2s ease;;
}
.sidr .main-mobile-menu:not(.no-cta) .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1:last-of-type > a:hover {
  opacity: .85;
}
.sidr .main-mobile-menu:not(.no-cta) .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1:last-of-type > a:focus, 
.sidr .main-mobile-menu:not(.no-cta) .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1:last-of-type > a:active {
  opacity: .85;
}

.sidr .main-mobile-menu .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2 a:hover, 
.sidr .main-mobile-menu .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2 a:focus, 
.sidr .main-mobile-menu .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2 a:active,
.sidr .secondary-mobile-menu .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1:nth-of-type(1) a:hover, 
.sidr .secondary-mobile-menu .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1:nth-of-type(1) a:focus, 
.sidr .secondary-mobile-menu .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1:nth-of-type(1) a:active,
.sidr .secondary-mobile-menu .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2 a:hover, 
.sidr .secondary-mobile-menu .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2 a:focus, 
.sidr .secondary-mobile-menu .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2 a:active {
  background: rgba(221,221,221,.7);
}
.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 12px;
  background: #f4f4f4;
  color: #474747;
  box-shadow: 0 0 5px 5px rgba(0,0,0,.03) inset;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr.right {
  left: auto;
  right: -260px;
}

@media (max-width: 600px) {
  #mobile-menu {
    top: 25px;
  }
  #mobile-menu img {
    width: 35px;
    padding: 7px;
  }
}

/* =====================================
3d. Sticky Header                              
===================================== */

.header-container-wrapper.sticky-header {
  background: #fff;
  border-bottom: 1px solid #cdcdcd;
}
.header-container-wrapper.sticky-header .main-menu ul > li > a {
  color: #474747; 
}
.header-container-wrapper.sticky-header .header-container .logo {
  /*background-image: url('https://cdn2.hubspot.net/hubfs/403590/ca-logo@3x.png') !important;*/
  width: 250px;
  background-position: 50%;
}
.header-container-wrapper.sticky-header .header-container {
  padding: 10px 20px; 
}
@media (max-width: 600px) {
  .header-container-wrapper.sticky-header .header-container .logo {
    width: 200px !important;
    padding: 3px 0;
  }
}


/* ==========================================================================
4. FOOTER                                           
========================================================================== */

/* =====================================
4a. Footer Structure                                         
===================================== */

.footer-container-wrapper {
  background-color: rgba(67, 69, 71, 0.09);
}
.footer-container {
  font-family: 'Montserrat', sans-serif;;
  font-size: 12px;
  font-weight: normal;
  line-height: 26px;
  max-width: 1140px;
  margin: 0 auto !important;
  float: none !important;
  padding: 40px 20px;
}
.flex-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-footer .footer-logo {
  width: 35%;
}
.flex-footer .footer-logo img {
  width: 100%;
  max-width: 240px;
  height: auto;
}
.flex-footer .footer-links {
  width: 21.66%; 
  padding-left: 10px;
  margin-bottom: 20px;
}
.flex-footer .footer-links li {
  width: 100%;
  display: block;
}
.flex-footer .footer-links a {
  white-space: normal !important;
  text-decoration: none;
  color: #474747;
  width: 100%;
  max-width: none !important;
  padding: 0 !important;
}

.flex-footer .footer-links a:hover {
  color: #cf0a2c;
}

.flex-footer .footer-links.socials ul > li {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}
.flex-footer .footer-links.socials ul > li:nth-of-type(1) {
  margin-left: -7px; 
}
/*
.flex-footer .footer-links.socials ul > li:first-of-type {
width: 100% !important;
}
*/
.flex-footer .footer-copyright {
  margin-top: 20px;
  opacity: .6;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .flex-footer .footer-logo {
    width: 100%;
    margin-bottom: 30px;
  }
  .flex-footer .footer-links {
    width: 33.3%; 
  }
  .flex-footer .footer-links:first-of-type {
    padding-left: 0;
  }
}
@media (max-width: 414px) {
  .flex-footer .footer-links {
    width: 50%;
    padding-left: 0;
  }
}

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

/* =====================================
5a. Blog Structure                                      
===================================== */


/* =====================================
5b. Blog Listing                                        
===================================== */


/* =====================================
5c. Blog Pagination                                      
===================================== */

.blog-pagination-wrapper {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}
.blog-pagination-wrapper, ul.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.pagination {
  line-height: 0;
  list-style: none;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0 auto;
  padding: 0;
}
ul.pagination li {
  font-size: 1em;
  margin: 0 5px;
  line-height: 1.6em;
  color: #444;
}
ul.pagination li a {
  display: block;
  padding: 6px;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  width: 40px;
  color: #00a9de;
  height: 40px;
  font-size: 16px;
}
ul.pagination li a:hover,
ul.pagination li a:focus {
  text-decoration: underline;
  color: #88cf00;
}
ul.pagination li.disabled a {
  color: #bbb !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
ul.pagination li.active a {
  color: #fff;
  background-color: #88cf00;
}
ul.pagination li.active a:hover, 
ul.pagination li.active a:focus {
  text-decoration: none;
  color: #fff;
}
ul.pagination li.prev-page a, ul.pagination li.next-page a {
  background-color: transparent;
  font-weight: normal;
  width: auto !important;
}
ul.pagination li.prev-page a:hover, ul.pagination li.next-page a:hover, 
ul.pagination li.prev-page a:focus, ul.pagination li.next-page a:focus {
  color: #88cf00;
}

@media screen and (max-width: 600px) {
  ul.pagination li {
    font-size: 1em;
    margin: 0;
    line-height: 1.6em;
  }
  ul.pagination li a {
    display: block;
    padding: 4px 6px;
    background-color: transparent;
    border-radius: 50%;
    text-align: center;
    width: 35px;
    height: 35px;
    font-size: 16px;
    letter-spacing: .03em;
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (max-width: 320px) {
  ul.pagination li.prev-page a span {
    display: none !important;
  }
  ul.pagination li.next-page a span {
    display: none !important;
  }    
}


/* =====================================
5d. Blog Post                                 
===================================== */



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

.widget-type-raw_html {
  min-height: 0 !important;
}

/*HIDE RevealOnScroll elements until .js is triggered */
.sr .reveal,
.sr .banner-box { 
  visibility: hidden;
}

.search-results-overlay {
  display: none !important; 
}

img.lity-enabled {
  transition: transform .3s;
  -webkit-transition: transform .3s;
}
img.lity-enabled:hover {
  transform: scale(0.965);
}

.lity {
  z-index: 99990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.5);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lity-wrap {
  z-index: 99990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 99991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 99992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 90%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 99993;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 99994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: 'Open Sans', sans-serif;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: 'Open Sans', sans-serif;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}

/* =====================================
6a. CSS Animations                   
===================================== */

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

/*topToBottom Animation*/
@-webkit-keyframes topToBottom{
  0% { opacity: 0; }
  2% { opacity: 0; -webkit-transform: translateY(-50px); transform: translateY(-50px); }
  5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
  33% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
  36% { opacity: 0; -webkit-transform: translateY(50px); transform: translateY(50px); }
  100% { opacity: 0; }
}
@-moz-keyframes topToBottom{
  0% { opacity: 0; }
  2% { opacity: 0; -moz-transform: translateY(-50px); transform: translateY(-50px); }
  5% { opacity: 1; -moz-transform: translateY(0px); transform: translateY(0px); }
  33% { opacity: 1; -moz-transform: translateY(0px); transform: translateY(0px); }
  36% { opacity: 0; -moz-transform: translateY(50px); transform: translateY(50px); }
  100% { opacity: 0; }
}
@keyframes topToBottom{
  0% { opacity: 0; }
  2% { opacity: 0; transform: translateY(-50px); }
  5% { opacity: 1; transform: translateY(0px); }
  33% { opacity: 1; transform: translateY(0px); }
  36% { opacity: 0; transform: translateY(50px); }
  100% { opacity: 0; }
}
@-webkit-keyframes topToBottomLast{
  0% { opacity: 0; }
  2% { opacity: 0; -webkit-transform: translateY(-50px); transform: translateY(-50px); }
  5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
  33% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
  100% { opacity: 1; }
}
@-moz-keyframes topToBottomLast{
  0% { opacity: 0; }
  2% { opacity: 0; -moz-transform: translateY(-50px); transform: translateY(-50px); }
  5% { opacity: 1; -moz-transform: translateY(0px); transform: translateY(0px); }
  33% { opacity: 1; -moz-transform: translateY(0px); transform: translateY(0px); }
  100% { opacity: 1; }
}
@keyframes topToBottomLast{
  0% { opacity: 0; }
  2% { opacity: 0; transform: translateY(-50px); }
  5% { opacity: 1; transform: translateY(0px); }
  33% { opacity: 1; transform: translateY(0px); }
  100% { opacity: 1; }
}
/*fadeIn Animation*/
@keyframes fadeIn{
  0% { opacity: 0; }
  2% { opacity: 0; }
  5% { opacity: 1; }
  33% { opacity: 1; }
  100% { opacity: 1; }
}

/* =====================================
6b. Override CTA styles                       
===================================== */

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