/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */


/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

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

@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.css');
@import url('//fonts.googleapis.com/css?family=Open+Sans:400,400i|Roboto:400,500');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;600;700&display=swap');

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* 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; }

/* Blog Author Section */
.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");
}

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


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

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
  background: #fff;
  color: #777777;
  font-family: "Open Sans", "Helvetica", "Arial", "Sans-Serif";
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
  font-style: normal;
}

/* Page Center */
.container-fluid .row-fluid .page-center  {
  float: none;
  max-width: 1250px;
  margin: 0 auto;
  padding-left: 44px;
  padding-right: 44px;
}

.container-fluid .row-fluid .page-center-2 .row-fluid {
  display: flex !important;
  align-items: end !important;
  justify-content: space-between !important;
/*   float: none; */
  width: 1300px !important;
  margin: 0 auto;
  padding-left: 44px;
  padding-right: 44px;
}

.container-fluid .row-fluid .page-center-3 {
/*   display: grid !important; */
  align-items: center !important;
  float: none;
  max-width: 1250px !important;
  margin: 0 auto;
  padding-left: 44px;
  padding-right: 44px;
}

.container-fluid .row-fluid .page-center-3 .row-fluid-wrapper .row-fluid {
  display: flex !important;
  align-items: center !important;
}

.container-fluid .row-fluid .page-center-4 {
/*   display: flex !important;
  align-items: center !important;
  justify-content: start !important;
  float: none;
  width: 1300px !important;
  margin: 0 auto;
  padding-left: 44px;
  padding-right: 44px; */
  float: none;
  max-width: 1250px;
  margin: 0 auto;
  padding-left: 44px;
  padding-right: 44px;
}

.container-fluid .row-fluid .page-center-4 .row-fluid {
  display: flex !important;
  align-items: center !important;
/*   justify-content: start !important; */
  float: none;
  width: 1300px !important;
  margin: 0 auto;
}

.container-fluid .row-fluid .page-center-4 .row-fluid .widget-span {
  width: auto;
  margin-left:0 !important;
}

.container-fluid .row-fluid .page-center-4 .row-fluid h2 {
  margin: 0;
}

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

/* Custom Styles */
.text-left{
  font-size: 13px !important;
text-align:right;
}

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

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

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    color: #333333;
    word-break: break-word;
    word-spacing: normal;
    font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-weight: normal;
    color: #56a0d4;
    font: normal normal normal 36px / 42px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
    line-height: normal;
    position: relative;
    padding-bottom: 15px;
}
h1:after {
    content: '';
    position: absolute;
    width: 100%;
    border-style: solid;
    border-bottom-width: 0px;
    border-color: rgb(224, 224, 224);
    bottom: 0;
    left: 0;
}
h2 {
    font-size: 36px;
    line-height: 42px;
}
h3 {
    font-size: 26px;
    line-height: 34px;
}
h4 {
    font-size: 20px;
    line-height: 28px;
}
h5 {
    font-size: 18px;
    line-height: 22px;
}
h6 {
    font-size: 15px;
    line-height: 24px;
}

/* Anchor Links */
a {
    color: #559fd3;
}
a:hover, a:focus {
    color: #559fd3;
    text-decoration: none;
}

/* Lists */
ul, ol {
    margin: 0 0 15px;
    padding-left: 20px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


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


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

/* =============== Breadcrumb Trail =============== */
.breadcrumb-trail{
display: flex !important;
  align-items:center !important;
}

.breadcrumb-link{
font-family: 'lato';
  font-size: 16px;
}

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

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

.custom-header {
    border-bottom: 1px solid #dbdbdb;
    background: #ffffff;
    position: relative;
    z-index: 101;
}
.custom-header-2 {
    border-bottom: 6px solid #dbdbdb;
    border-color: #779cc4;
    position: relative;
    z-index: 101;
}

/*Header Top Styling*/
.custom-header-top {
    background: #00365f none repeat center center;
    color: #65a5d3;
    font-size: 13px;
    line-height: 21px;
    padding-top: 8px;
}
.custom-header-lp .custom-header-top {
    padding-bottom: 1px;
}
.custom-header-top-contact p {
    margin: 1px 0 0;
}

.custom-header-lp .custom-logo {
    padding-top: 35px;
}

.custom-header-top-menu ul {
    list-style: none;
    padding: 1px 0 0;
    margin: 0;
    display: block;
    float: right;
    position: relative;
    z-index: 9;
}
.custom-header-top-menu ul li {
    font-size: inherit;
    line-height: inherit;
    display: inline-block;
    margin: 1px 16px 0 0;
    vertical-align: middle;
    position: relative;
    padding-bottom: 8px;
}
.custom-header-top-menu ul li.custom-header-top-menu-comntact {
    margin: 0 0 0 1px;
}
.custom-header-top-menu ul li a {
    color: #65a5d3;
    text-decoration: none;
    font-size: inherit;
    line-height: inherit;
}
.custom-header-top-menu ul li a:hover {
    text-decoration: underline;
}
.custom-header-top-menu ul ul {
    display: block;
    width: 250px;
    background-color: rgba(157,206,241,0.97);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    padding: 10px 0;
    display: none;
    float: none;
    position: absolute;
    top: 29px;
}
.custom-header-top-menu ul ul li {
    display: block;
    position: relative;
    padding: 0 10px;
    margin: 0px;
}
.custom-header-top-menu ul ul li a {
    color: #00355f;
    font: normal normal 12px / 16px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    padding: 9px 30px 9px 10px;
    display: block;
    border-right: solid 1px transparent;
    border-left: solid 1px transparent;
    margin: 0 0 2px -1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.custom-header-top-menu ul ul li a:hover {
    background-color: rgba(0,53,95,0.07);
    text-decoration: none;
}
.custom-header-top-menu ul li:hover > ul {
    display: block;
}


/*Header Middle Styling*/
.custom-logo-2 {
    max-width: 200px !important;
    height:auto !important;
}
.custom-logo {
    padding: 36px 20px 19.5px 0;
}
.custom-logo img {
    max-width: 200px;
    height: auto;
}

.custom-header-social-icons .social {
    font-size: 16px;
    line-height: 23px;
    padding: 54px 0;
    display: block;
    float: right;
    margin-right: -1px;
}
.custom-header-social-icons .social a {
    line-height: 22px;
    font-size: inherit;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-decoration: none;
    position: relative;
    text-align: center;
    margin: 2px;
    width: 24px;
    height: 24px;
    float: left;
    vertical-align: middle;
}
.custom-header-social-icons .social a:before,
.custom-header-social-icons .social a:after {
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    content: "";
    border-radius: 100%;
    -webkit-transition: -webkit-transform .15s;
    transition: transform .15s;
}
.custom-header-social-icons .social a:hover:before{
    -webkit-transform: scale(1);
    transform: scale(1);
}
.custom-header-social-icons .social a:after {
    background-color: #559fd3;
    background-image: none;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-header-social-icons .social a svg.icon {
    fill: #569fd3;
    position: relative;
    z-index: 1;
    width: 24px;
    height: 24px;
}
.custom-header-social-icons .social a:hover {
    background-color: #559fd3;
}

.custom-header-social-icons .social a:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #559fd3;
    -webkit-transition: -webkit-transform .15s;
    transition: transform .15s;
}
.custom-header-social-icons .social a:hover svg.icon {
    fill: #00355f;
}


/*Header Bottom Styling*/
.custom-header-bottom {
    background-color: rgba(237,237,237,0.55);
}
.custom-header-bottom .page-center{
    padding-left: 40px !important;
    padding-right: 40px !important;
    position: relative;
  display:flex !important;
  flex-direction: row !important;
}


/*Header Search Styling*/
.custom-header-search .mini-search {
    vertical-align: middle;
}
.custom-header-search .mini-search form.searchform {
    position: relative;
    z-index: 3;
}
.custom-header-search .mini-search form.searchform input.field.searchform-s {
    background-color: rgba(157,206,241,0.97);
    position: absolute;
    top: 51px;
    right: 5px;
    width: 250px;
    color: #00355f;
    -webkit-text-fill-color: #00355f !important;
    font: normal normal 12px / 16px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
    line-height: 24px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 50px;
    border: none;
    margin-bottom: 10px;
    padding: 7px 15px 7px 14px;
    display: none;
}
.custom-header-search .mini-search form.searchform input.assistive-text.searchsubmit {
    display: none;
}

.custom-header-search .mini-search form.searchform a.search-trigger {
    padding-left: 16px;
    letter-spacing: -4px;
    color: #00365f;
    font-size: 13px;
    line-height: 21px;
    display: block;
    border: none;
    background-color: transparent;
    text-decoration: none;
    text-align: right;
    float: right;
    margin-top: 20px;
    margin-right: -1px;
    position: relative;
}
.custom-header-search .mini-search form.searchform a.search-trigger:before {
    background-image: url('//2664587.fs1.hubspotusercontent-na1.net/hubfs/2664587/COLA-Jun2017/images/Search%20icon.svg');
    position: absolute;
    top: 50%;
    left: 0;
    height: 16px;
    width: 16px;
    margin-top: -8px;
    background-position: 0 center;
    background-repeat: no-repeat;
    content: "";
}
.custom-header-show-search .custom-header-search .mini-search form.searchform a.search-trigger:before{
    background-image: url('//2664587.fs1.hubspotusercontent-na1.net/hubfs/2664587/COLA-Jun2017/images/Search%20Close%20Icon.svg');
    content: "";
}
.custom-header-show-search .custom-header-search .mini-search form.searchform input.field.searchform-s {
    display: block;
}


/*FIxed Header Styling*/
.custom-sticky-header {
/*       border-bottom: 6px solid #dbdbdb; */
/*     border-color: #779cc4; */
    position: relative;
    z-index: 101;
    display: none !important;
    -webkit-transition: background-color 500ms ease;
    -moz-transition: background-color 500ms ease;
    -ms-transition: background-color 500ms ease;
    -o-transition: background-color 500ms ease;
}

.custom-sticky-header-2 {
    border-bottom: 6px solid #dbdbdb !important;
    border-color: #779cc4 !important;
}

.custom_header_fixed .custom-sticky-header {
    display: block !important;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: #ffffff;
    min-height: 70px;
    z-index: 999;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,0.25);
    box-shadow: 0 0 6px rgba(0,0,0,0.25);
    -webkit-transition: background-color 500ms ease;
    -moz-transition: background-color 500ms ease;
    -ms-transition: background-color 500ms ease;
    -o-transition: background-color 500ms ease;
}
.custom-sticky-header .page-center{
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.custom-fixed-logo,
.custom-sticky-header .custom-menu-primary {
    width: auto !important;
    float: left !important;
    margin-left: 0 !important;
}
.custom-sticky-header .custom-menu-primary {
    float: right !important;
}
.custom-fixed-logo {
    padding: 19.5px 0;
}
.custom-fixed-logo-2 {
    width: 200px;
}
.custom-sticky-header .custom-menu-primary .hs-menu-wrapper > ul{
    float: right;
    text-align: right;
}
.custom-sticky-header .custom-menu-primary .hs-menu-wrapper > ul > li {
    line-height: 70px;
}
.custom-sticky-header .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    margin-right: 0;
}
.custom-sticky-header .custom-menu-primary .hs-menu-wrapper > ul ul {
    text-align: left;
}

/* ==========================================================================
   Mobile Menu - TinyNav Select Menu
   ========================================================================== */
.tinynav { display: none; }


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

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

.body-container .page-center {
    padding-top: 50px;
    padding-bottom: 50px;
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

.footer-container-wrapper {}
.footer-container {}


/*Footer Top Styling*/
.custom-footer-top {
/*     background-color: rgba(119,119,119,0.04); */
    background-color: #fff;
    border-top: 1px solid rgba(119,119,119,0.15);
/*     border-top: 6px solid #dbdbdb; */
/*     border-color: #779cc4; */
    word-spacing: normal;
    color: #777777;
    padding-top: 50px;
    padding-bottom: 10px;
}

.custom-footer-top-2 {
/*     background-color: rgba(119,119,119,0.04); */
    background-color: #fff;
/*     border-top: 1px solid rgba(119,119,119,0.15); */
    border-top: 6px solid #dbdbdb;
    border-color: #779cc4;
    word-spacing: normal;
    color: #777777;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*Footer Top Left Styling*/
.custom-footer-top-left {
/*     padding-bottom: 30px; */
}
.custom-footer-top-left p {
    margin: 0 0 10px;
    font-size: 14px;
    color: #777777;
    line-height: 23px;
}
.custom-footer-top-left p img {
    margin-bottom: 6px;
}
.custom-footer-top-left a {
    color: #777777;
    font-size: 14px;
    line-height: 23px;
}


/*Footer Top RIght Styling*/
.custom-footer-top-right {
    padding-bottom: 30px;
    padding-left: 7px;
}
.custom-footer-top-right .textwidget {
    margin-bottom: 10px;
}
.custom-footer-top-right ul.footerSocial {
    padding: 0;
    margin: 0;
    list-style: none;
}
.custom-footer-top-right ul.footerSocial li {
    display: inline;
    font-size: 14px;
    line-height: 23px;
    color: #777777;
    margin-right: -0.3px;
}
.custom-footer-top-right ul.footerSocial li a {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    color: #4194ce;
}
.custom-footer-top-right ul.footerSocial li a:hover {
    opacity: 0.5;
}
.custom-footer-top-right p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 23px;
    color: #777777;
}
.custom-footer-top-right a {
    color: #777777;
    font-size: 14px;
    line-height: 23px;
}
.custom-footer-top-right p.footerMenus,
.custom-footer-top-right p.footerMenus {
    display: block;
    float: left;
    margin-right: 50px;
}


/*Footer Bottom Styling*/
.custom-footer-bottom {
    border-top: 1px solid rgba(119,119,119,0.15);
    background-color: rgba(119,119,119,0.04);
    font-size: 13px;
    line-height: 21px;
    color: #777777;
    height: 61px;
    display: table !important;
    width: 100% !important;
}
.custom-footer-bottom > .row-fluid-wrapper.row-depth-1.row-number-6 {
    display: table-cell;
    vertical-align: middle;
}
.custom-footer-bottom-content p {
    margin: 0;
    font-size: 11px;
    color: #A7A7A7;
    margin-top: 11px;
}
.custom-footer-bottom-content p a img {
    vertical-align: middle;
    margin-left: -5px;
    margin-top: -4px;
}

.custom-footer-copyright p {
    font-size: 13px;
    line-height: 21px;
    color: #777777;
    text-align: right;
    margin: 0;
    margin-top: 10px;
}

/* Footer Info Styling  */
.footer-info{
  height: 100px !important;
  margin: 0 !important;
}


/* Footer Social Icon Styling */


/*Back TO TOp STYling*/
#back-to-top {
    display: block;
    cursor: pointer;
    z-index: 99999;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 44px;
    height: 44px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(0,0,0,0.2);
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
}
#back-to-top:before {
    display: block;
    width: 44px;
    height: 44px;
    content: "";
    background-image: url('//2664587.fs1.hubspotusercontent-na1.net/hubfs/2664587/COLA-Jun2017/images/back%20to%20top.svg');
    background-repeat: no-repeat;
    background-position: center center;
}
#back-to-top:hover {
    background-color: rgba(0,0,0,0.5);
}


/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
    display: block !important;
    width:1050px !important;
}
.custom-menu-primary-2 .hs-menu-wrapper > ul{
/*     width:1050px !important; */
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    line-height: 60px;
    margin: 0 6px;
    position: relative;
    display: inline-block;
    float: none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
    margin-left: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding: 7px 11.5px 8px;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    font: normal normal normal 20px / 22px "Josefin Sans", Helvetica, Arial, Verdana, sans-serif !important;
    font-weight: 600 !important;
    color: #00365f;
    text-decoration: none;
    border: 1px solid transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a{
    padding: 7px 19.5px 8px 11.5px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    position: absolute;
    right: 8px;
    display: inline-block;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    content: "";
    opacity: .3;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('//2664587.fs1.hubspotusercontent-na1.net/hubfs/2664587/COLA-Jun2017/images/download.svg');
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
/*     border: 1px solid #559fd3; */
    color: #779cc4;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
/*     background-color: rgba(157,206,241,0.97); */
    background-color:  #00365f;
    width: 250px;
/*     -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2); */
    padding: 10px 0;
    border-top: 6px solid #dbdbdb;
    border-color: #779cc4;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
    display: block;
    position: relative;
    padding: 0 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover > a {
    background-color: rgba(0,53,95,0.07);
/*     color: #00355f; */
  color:#779cc4;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    vertical-align: middle;
    position: relative;
    padding: 9px 30px 9px 10px;
    font: normal normal 20px / 22px "Josefin Sans", Helvetica, Arial, Verdana, sans-serif;
    text-decoration: none;
    color: white;
    display: block;
    border-right: solid 1px transparent;
    border-left: solid 1px transparent;
    margin: 0 0 2px -1px;
    white-space: normal !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > a:after {
    background-image: url('//2664587.fs1.hubspotusercontent-na1.net/hubfs/2664587/COLA-Jun2017/images/download1.svg');
    position: absolute;
    display: block;
    right: 5px;
    top: 50%;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    content: "";
    background-position: center center;
    background-repeat: no-repeat;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

.custom-menu-primary .hs-menu-wrapper > ul ul ul {
    top: -10px !important;
    left: 100.5% !important;
}


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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:971px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    .mobile,
    .dl-back{
        display: none !important;
    }
    .custom-menu-primary ul li.active > a,
    .custom-menu-primary ul li.active-branch > a{
/*         background: #559fd3; */
        padding: 7px 10.5px 8px;
/*         color: #fff; */
      color:#779cc4;
    }
}


/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 970px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block !important;
    float: left;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
/*     text-align: left; */
/*     color:#fff; */
    color: #00365f;
  }

  /* ===== Mobile Footer Styles =====  */
  .container-fluid .row-fluid .page-center-3 .row-fluid-wrapper .row-fluid {
    display: grid !important;
    align-items: center !important;
  }
  
  .custom-footer-top-left p {
    margin: 0 0 10px;
    font-size: 14px;
    color: #777777;
    line-height: 23px;
    text-align:center !important;
  }

  .footer-info{
    margin:0 !important;
    height: 100% !important;
  }
  
  .social-links{
    float:none;
    justify-content:center;
  }
  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: block;
    cursor: pointer;
    position: absolute;
/*     top: 0px; */
/*     right: 0; */
/*     width: 100%; */
    height: auto;
    font-size: 16px;
    font-weight: normal;
/*     text-align: right; */
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font: normal normal bold 15px / 20px Arial,Verdana,sans-serif;
    text-transform: uppercase;
    color: #00365f;
/*     color: #fff; */
/*     background-color: #559fd3; */
/*     text-align: center; */
/*     line-height: 24px; */
    padding: 10px 0 10px 16px;
  }
  
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
/*     color: #fff; */
    color: #779cc4;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
/*     color: #fff; */
    color: #00365f;
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: 20px;
    left: -13px;
    text-align: left;
  }
  .mobile-trigger span {
    display: none !important;
    position: relative !important;
    left: -3px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 18px; /* Icon line width */
    height: 3px; /* Icon line height */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
/*     background-color: #fff; Icon color */
    background-color: #00365f;
    display: inline-block;
    vertical-align: middle;
    transition: .3s;
  }
  .mobile-trigger i:before{ top: -5px; } /* Position top line */
  .mobile-trigger i:after{ top: 5px; } /* Position bottom line */
  
  .mobile-trigger:hover i:before{ top: -6px; } /* Position top line */
  .mobile-trigger:hover i:after{ top: 6px; } /* Position bottom line */
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
/*       background-color: #fff; /* Icon color */
    background-color: #00365f;
  }
  
  .mobile-open .mobile-trigger i{
      background: transparent;
  }
  .mobile-open .mobile-trigger i:before,
  .mobile-open .mobile-trigger i:after{
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 20px;
  }
  .mobile-open .mobile-trigger i:before{
      -webkit-transform: rotate3d(0,0,1,45deg);
      transform: rotate3d(0,0,1,45deg);
  }
  .mobile-open .mobile-trigger i:after{
      -webkit-transform: rotate3d(0,0,1,-45deg);
      transform: rotate3d(0,0,1,-45deg);
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: inline-block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    width: 50px !important; /* Button width */
    min-width: 50px !important;
    height: 40px !important; /* Button height */  
    padding: 0 !important;
    float: right;
    position: relative;
    z-index: 9;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  
  .child-trigger:after{
    background-image: url('//2664587.fs1.hubspotusercontent-na1.net/hubfs/2664587/COLA-Jun2017/images/mobile%20ancor%20aero.svg');
/*     background-color: rgba(0,53,95,0.1); */
    background-color: #779cc4;
    opacity: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 18px;
    height: 18px;
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 33%;
    right: -5px;
  }
  .child-trigger:hover:after {
    background-color: rgba(0,53,95,0.2);
    background-image: url(//2664587.fs1.hubspotusercontent-na1.net/hubfs/2664587/COLA-Jun2017/images/mobile%20ancor%20areo%20open.svg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
/*     position: relative !important; 
    border-top: 6px solid #dbdbdb;
    border-color: #779cc4; */
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: absolute;
    top: 37px;
    left: -180px;
    padding: 0;
  }
  .mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100vw !important; /* Full screen width */
  }
  
    .custom-menu-primary.js-enabled .hs-menu-wrapper ul{
    left: -50px !important;
  }

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

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    min-width: 280px !important;
    max-width: 280px !important;
    margin: 0 auto !important;
    width: 100%;
/*     background-color: #9dcef1; */
    background-color: #00355f !important;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.15);
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    min-height: 270px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0,53,95,0.1);
    position: relative;
    width: 100%;
    padding: 0 20px;
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    color: #fff;
    font: normal normal 14px / 18px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
    display: block;
    position: relative;
    padding: 13px 0 !important;
    text-decoration: none;
    outline: 0;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > a:after {
      content: none;
      color: #00365f !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    border: none;
/*     color: #00355f; */
    color:#779cc4;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li{
      padding: 0 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:hover > a {
    background-color: transparent;
    color: #00355f;
 }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font: normal normal 14px / 18px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    padding: 13px 0 !important;
    margin: 0;
    white-space: normal !important;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{}

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{}
}


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


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

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

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

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


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

.blog .blog-content {
    padding-right: 38px;
}

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

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

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

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

span.filter-link-count {
    display: none;
}

/* Blog Author and Avatar */
#hubspot-author_data {
    padding: 10px 0;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {
    max-width: 70px;
    padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {    
    height: auto !important;
    max-width: 100%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(119,119,119,0.15);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(119,119,119,0.15);
    box-shadow: inset 0px 0px 0px 1px rgba(119,119,119,0.15);
    background-color: rgba(119,119,119,0.04);
    padding: 25px 25px 0;
    margin: 0 0 20px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    display: block;
    word-spacing: normal;
    color: #777777;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
    padding: 0 30px 25px 0;
}
.hs-featured-image-wrapper .hs-featured-image-link {
    display: block;
}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    border-width: 0;
    max-width: 100%;
    height: auto;
    width: 100%;
    display: block !important;
    float: none;
    margin: 0;
}

/* Read More Link */
a.more-link {
        display:block;
    margin:15px 0;
}

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

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

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

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

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

#comments-listing.no-comments {
   border: none;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}

.comment-body {
    border-bottom: medium none;
    color: ;
    display: block;
    font-family: ;
    font-size: ;
    line-height: ;
    padding: 0;
}

.comment-reply-to{
    margin-bottom: 15px;
}

.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}

.comment-date {
    color:  !important;
    display: block !important;
    font-size: 13px;
    text-align: right;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
.custom_listing_comments{
   border: 1px solid #E2E2E2;
   display: block;
   line-height: 165%;
   padding: 15px;
   line-height:26.4px;
}

/* Pagination */
.blog-pagination {
    margin: 50px 0 0;
}
.blog-pagination a {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: -1px;
    float: left;
    border-color: rgba(119,119,119,0.15);
    border-left-style: solid;
    border-left-width: 1px;
    color: #333333;
    padding-left: 7.66666666667px;
    padding-right: 7.66666666667px;
    min-width: 37.5px;
    line-height: 37.5px;
    position: relative;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
.blog-pagination > div {
    background-color: rgba(119,119,119,0.04);
    border-color: rgba(119,119,119,0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    float: left;
    margin: 0 auto;
    word-spacing: normal;
    color: #777777;
}
.blog-pagination a:hover {
    color: #559fd3;
}
.blog-pagination a.active {
    color: #ffffff;
    border-color: rgba(119,119,119,0.15);
    background-color: #559fd3;
}
.blog-pagination .blog-pagination-wrapper {
    float: right;
    margin-bottom: 9px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

.blog-pagination .blog-pagination-wrapper .blog-pagination-right a.next-link{
    padding-left: 11.5px;
    font-size: 14px;
    line-height: 37.5px;
    padding-right: 29.5px;
}
.blog-pagination .blog-pagination-wrapper .blog-pagination-left a.prev-link {
    padding-left: 29.5px;
    padding-right: 11.5px;
    font-size: 14px;
    line-height: 37.5px;
    border-color: transparent;
}
.blog-pagination .blog-pagination-wrapper > div {
    float: left;
}
.blog-pagination .blog-pagination-wrapper .blog-pagination-right a.next-link:after,
.blog-pagination .blog-pagination-wrapper .blog-pagination-left a.prev-link:before {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -6.5px;
    width: 13px;
    height: 13px;
    line-height: 13px;
    content: "";
    background-position: 0 center;
    background-repeat: no-repeat;
}
.blog-pagination .blog-pagination-wrapper .blog-pagination-right a.next-link:after{
    background-image: url('//2664587.fs1.hubspotusercontent-na1.net/hubfs/2664587/COLA-Jun2017/images/aero1.svg');
    right: 11.5px;
}
.blog-pagination .blog-pagination-wrapper .blog-pagination-left a.prev-link:before{
    background-image: url('//2664587.fs1.hubspotusercontent-na1.net/hubfs/2664587/COLA-Jun2017/images/aero2.svg');
    left: 11.5px;
}


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

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

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

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


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

.blog .blog-sidebar {
    padding: 0 22px 0 38px;
    border-left: 1px solid rgba(119,119,119,0.15);
}
.blog .blog-sidebar .cell-wrapper{}

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

/*Listing Styling*/
.blog .content-wrapper {
    padding: 50px 0;
}
.hs-blog-header {
    margin-bottom: 40px;
}
.hs-blog-header img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
h3.custom-popular-post-title {
    margin-bottom: 10px;
    color: #333;
    font: normal normal normal 46px / 52px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
    border-bottom: 5px solid #EBEBEB;
    padding-bottom: 11px;
}

.custom-popular-post-wrapper {
    width: 282px;
    padding: 5px 10px 0px;
    float: left;
    font: normal normal normal 16px / 23px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    word-spacing: normal;
    color: #777777;
    display: inline-block;
    vertical-align: top;
}

.custom-popular-post-main-wrapper {
    margin: 0px -20px 0px -10px;
    padding-bottom: 50px;
    overflow: hidden;
}
.custom-popular-post-wrapper {
    width: 33%;
    padding: 5px 10px 0px;
    float: left;
    font: normal normal normal 16px / 23px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    word-spacing: normal;
    color: #777777;
    display: inline-block;
    vertical-align: top;
}
.custom-popular-post-wrapper .pop-featured-image-wrapper {
    margin-bottom: 10px;
}
.post-title a {
    color: #333333;
    font: normal normal normal 20px / 28px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    text-decoration: none;
    margin-bottom: 10px;
    clear: both;
    word-break: break-word;
    display: inline-block;
}
.post-title a:hover {
    color: #559fd3;
}
span.pop-date a {
    font-size: 13px;
    line-height: 21px;
    display: inline-block;
    padding: 0 0 10px;
    color: rgba(119, 119, 119, 0.8);
    text-decoration: none;
}
span.pop-date a:hover {
    text-decoration: underline;
}
.blog .widget-span.widget-type-blog_content {
    clear: both;
}

.blog-listing-wrapper .post-listing .post-item .left-content {
    width: 30%;
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    vertical-align: middle;
}
.blog-listing-wrapper .post-listing .post-item .right-content {
    width: 70%;
    padding-bottom: 10px;
    position: relative;
    display: block;
    float: left;
    vertical-align: middle;
}
.post-header h2 {
    color: #333333;
    font: normal normal normal 26px / 34px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
    margin-bottom: 10px;
    clear: both;
    word-break: break-word;
}
.post-header h2 a {
    display: inline-block;
    color: #333333;
    text-decoration: none;
}
.post-header h2 a:hover {
    color: #559fd3;
}

.blog-listing-wrapper .post-listing .post-item .right-content .custom-meta {
    font-size: 13px;
    line-height: 21px;
    display: block;
    overflow: hidden;
    padding: 0 0 10px;
}
.blog-listing-wrapper .post-listing .post-item .right-content .custom-meta a {
    color: rgba(119, 119, 119, 0.8);
    position: relative;
    display: inline-block;
    margin: 0 1px 0 6px;
    text-decoration: none;
}
.blog-listing-wrapper .post-listing .post-item .right-content .custom-meta span#hubspot-topic_data {
    margin: 0 1px 0 5px;
    padding-left: 10px;
}
.blog-listing-wrapper .post-listing .post-item .right-content .custom-meta span#hubspot-topic_data:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    content: "/";
}
.blog-listing-wrapper .post-listing .post-item .right-content .custom-meta a:hover {
    text-decoration: underline;
}

.blog-listing-wrapper .post-listing .post-item .right-content p {
    margin: 0 0 10px;
    word-spacing: normal;
    color: #777777;
}

.custom-popular-post-wrapper .pop-featured-image-wrapper a.pop-featured-image-link,
.blog-listing-wrapper .post-listing .post-item .left-content .hs-featured-image-wrapper a.hs-featured-image-link,
.hs-featured-image-wrapper .hs-featured-image-link {
    display: block;
    position: relative;
}
.custom-popular-post-wrapper .pop-featured-image-wrapper i,
.blog-listing-wrapper .post-listing .post-item .left-content .hs-featured-image-wrapper i,
.hs-featured-image-wrapper .hs-featured-image-link i,
.blog.hs-blog-post .related-post-item .related-image a.related-feature-image i,
.custom-blog-post-rec-post ul.custom-rec-pos-section li.rec-post-item .rec-image a.rec-feature-image i {
    background-color: rgba(53,95,190,0.3);
    background: rgba(53,95,190,0.3);
    background: -moz-linear-gradient(30deg,rgba(53,95,190,0.3) 0%,rgba(53,196,244,0.3) 100%);
    background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,rgba(53,95,190,0.3)),color-stop(100%,rgba(53,196,244,0.3)));
    background: -webkit-linear-gradient(30deg,rgba(53,95,190,0.3) 0%,rgba(53,196,244,0.3) 100%);
    background: -o-linear-gradient(30deg,rgba(53,95,190,0.3) 0%,rgba(53,196,244,0.3) 100%);
    background: -ms-linear-gradient(30deg,rgba(53,95,190,0.3) 0%,rgba(53,196,244,0.3) 100%);
    background: linear-gradient(30deg,rgba(53,95,190,0.3) 0%,rgba(53,196,244,0.3) 100%);
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.custom-popular-post-wrapper .pop-featured-image-wrapper i:after,
.blog-listing-wrapper .post-listing .post-item .left-content .hs-featured-image-wrapper i:after,
.hs-featured-image-wrapper .hs-featured-image-link i:after,
.blog.hs-blog-post .related-post-item .related-image a.related-feature-image i:after,
.custom-blog-post-rec-post ul.custom-rec-pos-section li.rec-post-item .rec-image a.rec-feature-image i:after {
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    background-image: url('//2664587.fs1.hubspotusercontent-na1.net/hubfs/2664587/COLA-Jun2017/images/i%20after.svg');
}

.hs-featured-image-wrapper .hs-featured-image-link i:after{
    background-image: url('//2664587.fs1.hubspotusercontent-na1.net/hubfs/2664587/COLA-Jun2017/images/blog%20post%20img%20icon.svg');
}

.custom-popular-post-wrapper .pop-featured-image-wrapper a.pop-featured-image-link:hover i,
.blog-listing-wrapper .post-listing .post-item .left-content .hs-featured-image-wrapper a.hs-featured-image-link:hover i,
.hs-featured-image-wrapper .hs-featured-image-link:hover i,
.blog.hs-blog-post .related-post-item .related-image a.related-feature-image:hover i,
.custom-blog-post-rec-post ul.custom-rec-pos-section li.rec-post-item .rec-image a.rec-feature-image:hover i{
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.custom-sidebar-title h3 {
    color: #333333;
    font: normal normal normal 18px / 22px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    clear: both;
}
.custom-blog-filter h3 {
    color: #777777;
    font-size: 14px;
    line-height: 23px;
    margin: 0;
}
.custom-blog-filter ul.l_tinynav2 {
    display: none;
}
.custom-blog-filter select#tinynav2 {
    display: block;
    font: normal normal normal 14px / 23px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 7px 15px;
    border: 1px solid #e0e1e1;
    background-color: #fbfcfc;
    color: #b8bcbe;
}
.custom-blog-filter select#tinynav2:focus {
    box-shadow: none;
    outline: -webkit-focus-ring-color auto 5px;
}

/*BLog POst Styling*/
.custom-blog-header {
    background-color: rgba(119,119,119,0.04);
    border-bottom: 1px solid rgba(119,119,119,0.15);
}
.custom-blog-header .page-center {
    padding-top: 0;
    padding-bottom: 0;
}
.blog.hs-blog-post .hs-blog-header {
    display: table;
    width: 100%;
    height: 106px;
    margin: 0;
}
.blog.hs-blog-post .hs-blog-header h1 {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 0;
    color: #333333;
    font: normal normal normal 26px / 34px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    margin: 5px 0;
}
.blog.hs-blog-post .hs-blog-header h1:after{
    content: none;
}
.blog.hs-blog-post .hs-blog-header ul.blog-breadcrumb {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    color: #aaaaaa;
    font-size: 14px;
    line-height: 23px;
    list-style: none;
}
.blog.hs-blog-post .hs-blog-header ul.blog-breadcrumb li {
    position: relative;
    padding-left: 12px;
    margin-left: 8px;
    display: inline-block;
}
.blog.hs-blog-post .hs-blog-header ul.blog-breadcrumb li:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 13px;
    content: "/";
    opacity: .5;
    text-align: left;
    z-index: 3;
    color: rgba(170,170,170,0.5);
}
.blog.hs-blog-post .hs-blog-header ul.blog-breadcrumb li:first-child{
    margin: 0px;
    padding: 0px;
}
.blog.hs-blog-post .hs-blog-header ul.blog-breadcrumb li:first-child:before{
    content: none;
}
.blog.hs-blog-post .hs-blog-header ul.blog-breadcrumb li a {
    color: #aaaaaa;
    text-decoration: none;
    font-size: 14px;
    line-height: 23px;
}
.blog.hs-blog-post .hs-blog-header ul.blog-breadcrumb li a:hover {
    text-decoration: underline;
}


.custom-feature-post {
    position: relative;
    overflow: hidden;
    margin: -40px 0 44px;
    z-index: 4;
    border-bottom: 1px solid;
    border-color: rgba(119,119,119,0.15);
    display: table;
    width: 100%;
    padding: 0 0 10px;
}
.custom-feature-post .post-meta {
    display: table-cell;
    vertical-align: middle;
}
.custom-feature-post .post-meta span {
    font-size: 14px;
    line-height: 23px;
    display: table-cell;
    padding: 0;
    margin-bottom: 0;
    vertical-align: middle;
    float: left;
    overflow: hidden;
}
.custom-feature-post .post-meta span{
    display: inline-block;
    padding-left: 25px;
    background-image: url('//2664587.fs1.hubspotusercontent-na1.net/hubfs/2664587/COLA-Jun2017/images/blog%20icon.svg');
    background-repeat: no-repeat;
    background-position: 0 center;
    position: relative;
}
.custom-feature-post .post-meta span a{
    margin-right: 5px;
    color: rgba(119, 119, 119, 0.8);
    -webkit-transition: all 0.05s linear 0.05s;
    -moz-transition: all 0.05s linear 0.05s;
    -ms-transition: all 0.05s linear 0.05s;
    -o-transition: all 0.05s linear 0.05s;
    text-decoration: none;
    position: relative;
}
.custom-feature-post .post-meta span a:hover {
    text-decoration: underline;
}
.custom-feature-post .post-meta span.category {
    background-image: url('//2664587.fs1.hubspotusercontent-na1.net/hubfs/2664587/COLA-Jun2017/images/blog%20icon%201.svg');
    margin-right: 15px;
}
.custom-feature-post .post-meta span.hs-post-dae {
    margin-right: 15px;
}
.custom-feature-post .post-meta span.hs-author {
    background-image: url('//2664587.fs1.hubspotusercontent-na1.net/hubfs/2664587/COLA-Jun2017/images/blog%20icon%202.svg');
}

.custom-post-pagination {
    display: table-cell;
    vertical-align: middle;
    float: right;
    margin-right: -6px;
    margin-top: -23px;
}
.custom-post-pagination a {
    background-position: center center;
    float: left;
    width: 24px;
    height: 22px;
    padding: 5px 6px;
    background-repeat: no-repeat;
    text-decoration: none;
}

.custom-post-pagination a.previous-posts-link {
    background-image: url('//2664587.fs1.hubspotusercontent-na1.net/hubfs/2664587/COLA-Jun2017/images/pre.svg');
    width: 22px;
}
.custom-post-pagination a.next-posts-link {
    background-image: url('//2664587.fs1.hubspotusercontent-na1.net/hubfs/2664587/COLA-Jun2017/images/next.svg');
}
.custom-post-pagination a.previous-posts-link:hover {
    background-image: url('//2664587.fs1.hubspotusercontent-na1.net/hubfs/2664587/COLA-Jun2017/images/pre%20hover.svg');
}
.custom-post-pagination a.next-posts-link:hover {
    background-image: url('//2664587.fs1.hubspotusercontent-na1.net/hubfs/2664587/COLA-Jun2017/images/next-hover.svg');
}

.blog.hs-blog-post .blog-post-wrapper .post-body p {
    margin: 0 0 10px;
    word-spacing: normal;
    color: #777777;
}
.blog.hs-blog-post .blog-post-wrapper .post-body p img {
    width: 100%;
    display: block;
}

.blog.hs-blog-post .widget-span.widget-type-blog_content .hs-featured-image-wrapper {
    padding: 0;
    margin-bottom: 40px;
}


.blog.hs-blog-post #hubspot-topic_data {
    display: block;
    padding: 20px 0 15px;
    margin: 0;
}
.blog.hs-blog-post #hubspot-topic_data a.topic-link {
    color: #333333;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgba(119,119,119,0.11);
    position: relative;
    margin: 5px 10px 0 13px;
    padding: 3px 7px 3px 12px;
    border: none;
    text-decoration: none;
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 19px;
    word-wrap: break-word;
    display: inline-block;
}
.blog.hs-blog-post #hubspot-topic_data a.topic-link:before {
    position: absolute;
    top: 0;
    left: -13px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-right: 13px solid rgba(119,119,119,0.11);
    border-bottom: 13px solid transparent;
    content: "";
}
.blog.hs-blog-post #hubspot-topic_data a.topic-link:after {
    position: absolute;
    left: -2px;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #ffffff none repeat center top;
}
.blog.hs-blog-post #hubspot-topic_data a.topic-link:hover {
    color: #fff;
    background-color: #559fd3;
}
.blog.hs-blog-post #hubspot-topic_data a.topic-link:hover:before {
    border-right-color: #559fd3;
}

.blog.hs-blog-post .dt-fancy-title {
    margin-top: 50px;
    margin-bottom: 34px;
    text-align: left;
    color: rgba(119,119,119,0.5);
    font-size: 14px;
    line-height: 23px;
    position: relative;
    overflow: hidden;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-image: url('//2664587.fs1.hubspotusercontent-na1.net/hubfs/2664587/COLA-Jun2017/images/blog%20icon%202.svg');
}
.blog.hs-blog-post .dt-fancy-title span.separator-holder.separator-right {
    left: 17%;
    margin-left: 1em;
    position: absolute;
    display: block;
    top: 49.99%;
    max-width: 2000px;
    width: 100%;
    border-top: 1px solid rgba(119,119,119,0.15);
    content: '';
}

.blog.hs-blog-post .custom-author-section {
    background-color: rgba(119,119,119,0.04);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(119,119,119,0.15);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(119,119,119,0.15);
    box-shadow: inset 0px 0px 0px 1px rgba(119,119,119,0.15);
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 25px 30px 15px;
    display: table;
    width: 100%;
}
.blog.hs-blog-post .custom-author-section h3 {
    color: #333333;
    font: normal normal normal 18px / 22px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
    margin-bottom: 10px;
}
.blog.hs-blog-post .custom-author-section p {
    font-size: 14px;
    line-height: 23px;
    margin: 0 0 10px;
}

.blog.hs-blog-post .dt-fancy-separator.title-left.fancy-posts-title h3.dt-fancy-title {
    background-image: url('//2664587.fs1.hubspotusercontent-na1.net/hubfs/2664587/COLA-Jun2017/images/related%20post%20icon.svg');
}
.blog.hs-blog-post .dt-fancy-separator.title-left.fancy-posts-title span.separator-holder.separator-right {
    left: 14%;
}

.blog.hs-blog-post .related-post-wrapper {
    margin: 0 -21px;
}
.blog.hs-blog-post .related-post-item {
    margin-bottom: 20px;
    font: normal normal normal 16px / 23px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    word-spacing: normal;
    color: #777777;
    padding: 0 22px;
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.blog.hs-blog-post .related-post-item .related-image a.related-feature-image {
    width: 60px;
    height: 60px;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-size: cover;
    display: block;
    margin: 5px 20px 5px 0;
    float: left;
    position: relative;
    overflow: hidden;
}
.blog.hs-blog-post .related-post-item .related-title {
    padding-top: 10px;
}
.blog.hs-blog-post .related-post-item .related-image a.related-feature-image i:after,
.custom-blog-post-rec-post ul.custom-rec-pos-section li.rec-post-item .rec-image a.rec-feature-image i:after{
    top: 50%;
    left: 50%;
    width: 25px;
    height: 25px;
    margin: -13px 0 0 -13px;
    background-size: cover;
}

.blog.hs-blog-post .related-post-item .related-title a {
    display: block;
    color: #333333;
}
.blog.hs-blog-post .related-post-item .related-title a:hover {
    color: #559fd3;
}
.blog.hs-blog-post .related-post-item .related-title span.ralated-post-date {
    color: rgba(119, 119, 119, 0.8);
    font-size: 13px;
    line-height: 21px;
}

.custom-blog-post-rec-post ul.custom-rec-pos-section {
    margin: 0;
    padding: 0 0 5px;
    list-style: none;
}
.custom-blog-post-rec-post ul.custom-rec-pos-section li.rec-post-item {
    display: block;
    overflow: hidden;
    padding: 15px 0 0;
    color: #777777;
    font-size: 14px;
    line-height: 23px;
}
.custom-blog-post-rec-post ul.custom-rec-pos-section li.rec-post-item:first-child {
    padding-top: 0;
}
.custom-blog-post-rec-post ul.custom-rec-pos-section li.rec-post-item .rec-image,
.custom-blog-post-rec-post ul.custom-rec-pos-section li.rec-post-item .rec-title {
    display: table-cell;
    vertical-align: top;
}
.custom-blog-post-rec-post ul.custom-rec-pos-section li.rec-post-item .rec-image a.rec-feature-image {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 5px 20px 5px 0;
    height: 40px;
    width: 40px;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.custom-blog-post-rec-post ul.custom-rec-pos-section li.rec-post-item .rec-title a.post-title {
    display: block;
    line-height: 20px;
    color: #777777;
    text-decoration: none;
}
.custom-blog-post-rec-post ul.custom-rec-pos-section li.rec-post-item .rec-title a.post-title:hover {
    color: #559fd3;
}
.custom-blog-post-rec-post ul.custom-rec-pos-section li.rec-post-item .rec-title span.rec-post-date {
    color: rgba(119,119,119,0.5);
    display: block;
    font-size: 13px;
    line-height: 21px;
}

.blog.hs-blog-listing .custom-feature-post {
    margin-top: 0;
}

.hs-blog-listing .custom-feature-post{
    border: none !important;
}
.hs-blog-listing .custom-popular-post-main-wrapper{
    padding-bottom: 0;
}

h3.custom-recent-title {
    color: #333333;
    font: normal normal normal 26px / 34px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
h3.custom-recent-title:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top-width: 3px;
    border-color: #EBEBEB;
    height: 1px;
    border-style: solid;
}


/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */

.hs-form{
    margin-bottom: 30px;
}

/* =============== Global Form Styles =============== */

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

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

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

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
    background-color: #ffffff;
    border: 1px solid #cccccc;
	padding: 4px 6px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	display: inline-block;
	margin-bottom: 10px;
	vertical-align: middle;
    width:100%;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;	
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

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

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

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

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

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

/* Error */
ul.hs-error-msgs.inputs-list {
    margin-bottom: 8px;
    margin-top: 0;
}
.hs-error-msgs label{
    color: #ff0000;
    display: block;
}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


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

/* 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; }
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 .hs-form-field > label {}
#comment-form label {}

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

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

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


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

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

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

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

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

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


/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    display: inline-block;
    padding: 4px 12px;
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 20px;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #ff7a59;
	background-image: -moz-linear-gradient(top, #ff7a59, #ff7a59);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff7a59), to(#ff7a59));
	background-image: -webkit-linear-gradient(top, #ff7a59, #ff7a59);
	background-image: -o-linear-gradient(top, #ff7a59, #ff7a59);
	background-image: linear-gradient(to bottom, #ff7a59, #ff7a59);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	/*text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);*/
}

/*.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    text-decoration: none;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}*/

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}





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

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


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
   
.landing-page.one-column .body-container form,
.error-template .body-container form,
.password-template .body-container form, 
.subscription-template .body-container .widget-type-email_simple_subscription form{
    width: 50%; 
}

#recaptcha_area, #recaptcha_table {
   width: 318px!important;
   overflow-x: auto !important;
   max-width: 100% !important;
}
.blog.hs-blog-post #comment-form input.hs-button.primary {
    margin-top: 10px;
}

/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */

@media (max-width: 1250px) {
    /*Fixed Header Styling*/
    .custom-sticky-header .custom-menu-primary .hs-menu-wrapper > ul > li {
        margin: 0;
        float: left !important;
    }
    .custom-header-social-icons .social,
    .custom-header-search .mini-search form.searchform a.search-trigger {
        margin-left: 0;
        padding-right: 1px;
    }
    
}

@media (max-width: 1210px) {
    /*Header Styling*/
    .custom-menu-primary {
        width: auto !important;
        float: left !important;
    }
    .custom-header-search {
        width: auto !important;
        float: right !important;
        margin-left: 0 !important;
    }
}



@media (max-width: 1170px) {
    /*Fixed Header Styling*/
    .custom-sticky-header .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
        padding: 7px 17px 8px 11px;
    }
    .custom-sticky-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        padding: 7px 11px 8px;
        font-size: 14px;
    }
    .custom-sticky-header .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
        right: 5px;
    }
    .custom-sticky-header .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul > li:last-child > ul {
        left: auto !important;
        right: 100.5%;
    }
    .custom-sticky-header .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul {
        left: auto !important;
        right: 0;
    }
    
}

@media (max-width: 1140px) {
    /*Header Styling*/
     .custom-menu-primary .hs-menu-wrapper > ul > li {
        margin: 0;
        float: left !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        padding: 7px 10px 8px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
        right: 5px;
    }
    
}

@media (max-width: 1060px) {
    /*Fixed Header Styling*/
    .custom-sticky-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        padding: 7px 10px 8px;
        font-size: 13px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        font-size: 15px;
    }
}

/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1024px) {
    /*Fixed Header Styling*/
    .custom-sticky-header .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul {
        left: auto !important;
        right: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        font-size: 14px;
        padding: 7px 8px 8px;
    }
    
    /*Footer Styling*/
    .custom-footer-top-right {
        padding-left: 9px;
    }
    
}

@media (max-width: 1005px) {
    /*Fixed Header Styling*/
    .custom-sticky-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        padding: 7px 8px 8px;
        font-size: 12px;
    }
    
}

@media (max-width: 970px) {
    
    html{
        overflow-x: hidden;
    }
    
    /*Mobile Header Styling*/
    .desktop {
        display: none !important;
    }
    .custom-mobile-header-wrapper.mobile {
        position: relative;
        z-index: 999;
    }
    
    .custom-mobile-header-lp .custom-mobile-header-top-contents p.custom-mobile-header-top-contact-no {
        margin-left: 10px;
    }
    
    /* ==========================================================================
       Mobile Menu - TinyNav Select Menu
       ========================================================================== */
    .tinynav { 
        display: block; 
    }
    .custom-mobile-header-top-tiny-nav {
          display: none !important; 
    }
    
    /*Mobile Header TOp STyling*/
    .custom-mobile-header-top {
        background: #00365f none repeat center center;
        color: #65a5d3;
        padding-bottom: 25px;
        font-size: 13px;
        line-height: 21px;
        position: relative;
    }
    .custom-mobile-header-top-contents{
        text-align: center;
    }
    
    .custom-mobile-header-top-contents .custom-mobile-header-top-content-wrapper {
        padding-top: 10px;
        padding-bottom: 8px;
        position: relative;
        z-index: 9;
    }
    .custom-header-show-search .custom-mobile-header-top-content-wrapper {
        overflow: visible !important;
    }
    
    .custom-mobile-header-top-contents p, 
    .custom-mobile-header-top-contents ul.custom-mobile-header-top-tiny-nav,
    .custom-mobile-header-top-contents div.custom-mobile-header-top-search,
    .custom-mobile-header-top-contents div.custom-mobile-header-top-social-icons,
    .custom-mobile-header-top-contents select#tinynav1{
        display: inline-block;
        vertical-align: middle;
        
    }
    .custom-mobile-header-top-contents p {
        margin: 8px 10px 5px 10px;
        color: #65a5d3;
        font-size: 13px;
        line-height: 21px;
    }
    .custom-mobile-header-top-contents p.custom-mobile-header-top-contact {
        margin: 8px 12px 5px 8px;
    }
    
    .custom-mobile-header-top-contents .custom-header-search .mini-search form.searchform a.search-trigger:before {
        background-image: url('//2664587.fs1.hubspotusercontent-na1.net/hubfs/2664587/COLA-Jun2017/images/Mobile%20Search%20Icon.svg');
    }
    .custom-header-show-search .custom-mobile-header-top-contents .custom-header-search .mini-search form.searchform a.search-trigger:before {
        background-image: url('//2664587.fs1.hubspotusercontent-na1.net/hubfs/2664587/COLA-Jun2017/images/Mobile%20Search%20Icon%20open.svg');
        content: "";
    }
    .custom-mobile-header-top-contents .custom-header-search {
        float: none !important;
    }
    .custom-mobile-header-top-contents .custom-header-search .mini-search form.searchform a.search-trigger {
        float: none;
        margin: 8px 10px 5px 7px;
        padding-left: 15px;
    }
    .custom-mobile-header-top-contents .custom-header-search .mini-search form.searchform input.field.searchform-s {
        top: 29px;
        right: 16px;
        padding: 7px 15px;
    }
    
    .custom-mobile-header-top-contents .custom-header-social-icons .social a:hover:before {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    .custom-mobile-header-top-contents .custom-header-social-icons .social {
        margin: 5px 8px 5px 7px;
        padding: 0;
        float: none;
    }
    
    .custom-mobile-header-top-contents select#tinynav1 {
        -webkit-appearance: none;
        width: 180px;
        height: 32px;
        font: normal normal normal 14px / 23px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
        font-size: 13px;
        line-height: inherit;
        background: transparent;
        border: none;
        cursor: pointer;
        color: #65a5d3;
        margin: 5px 10px 5px 8px;
        position: absolute;
        top: 7px;
        background-image: url('//2664587.fs1.hubspotusercontent-na1.net/hubfs/2664587/COLA-Jun2017/images/tinynav%20icon.svg');
        background-repeat: no-repeat;
        background-position: 1px center;
        text-indent: 14.5px;
    }
    .custom-mobile-header-top-contents select#tinynav1:focus{
        outline: 0px;
        box-shadow: none;
    }
    
    .custom-mobile-header-top-contents select#tinynav1 option {
        color: #b8bcbe;
        font-size: 13px;
        line-height: 21px;
    }
    
    .custom-mobile-header-top-contents p.custom-mobile-header-top-contact-no {
        margin-left: 150px;
    }
    
    .custom-mobile-header-top-contents span.custom-mobile-header-top-content-wrapper-toggle {
        cursor: pointer;
        position: absolute;
        display: block;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 26px;
        content: "";
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
    .custom-mobile-header-top-contents span.custom-mobile-header-top-content-wrapper-toggle:before {
        position: absolute;
        left: 50%;
        bottom: 8px;
        margin-left: -7px;
        width: 0;
        height: 0;
        content: "";
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 8px solid red;
        border-top-color: #65a5d3;
    }
    .show-mobile-header-top .custom-mobile-header-top-contents span.custom-mobile-header-top-content-wrapper-toggle:before {
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 8px solid red;
        border-bottom-color: #65a5d3;
        border-top: 0px solid transparent;
    }
    .custom-mobile-header-top-content-wrapper {
        display: none;
    }
    

    /*Header Middle Styling*/
    .custom-mobile-logo {
      padding: 10px 0;
      text-align: left;
      width:200px;
    }
  
    .custom-mobile-logo a{
      display:flex !important;
      justify-content: center !important;
    }
    
    /*Header Bottom Styling*/
    .custom-mobile-header-bottom .custom-menu-primary {
/*         width: 100% !important; */
    }
    
    .custom-mobile-header-bottom {
/*       display: flex !important; */
      flex-direction: row !important;
/*       float: right !important; */
/*       position: relative; */
      border-bottom: 6px solid #dbdbdb;
      border-color: #779cc4;
      width: 100%;
    }
    
    
    
    
    
    /*Footer Styling*/
    .custom-footer-top-left, 
    .custom-footer-top-right,
    .custom-footer-bottom-content,
    .custom-footer-copyright {
        width: 100% !important;
        float: none !important;
        margin-left: 0 !important;
    }
    .custom-footer-top-right {
        padding-bottom: 30px;
        overflow: hidden;
        padding-left: 0;
    }
    .custom-footer-bottom-content,
    .custom-footer-copyright {
        text-align: center;
    }
    .custom-footer-copyright p {
        text-align: center;
        margin: -2px 0 5px;
    }
    .custom-footer-bottom {
        background-color: rgba(119,119,119,0.04);
        padding: 10px 0;
        height: auto;
    }
    .custom-footer-bottom-content p {
        margin-top: 9px;
    }
    .custom-menu-primary .hs-menu-wrapper  ul  li.hs-menu-item.hs-item-has-children > ul {
        position: absolute !important;
        transform: translateX(90%);
        padding: 0;
        top: 0;
        box-shadow: none;
        transition: all 0.3s linear !important;
        display: block !important;
        width: 100%;
        opacity: 0 !important;
        visibility: hidden !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
        position: static;
    }
    .custom-menu-primary .hs-menu-wrapper  ul  li.child-open.hs-menu-item.hs-item-has-children > ul {
        transform: translate(0px, 0px);
        opacity: 1 !important;
        visibility: visible !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul {
        top: 0 !important;
        left: 0 !important;
    }
    .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:0px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul {
        position: relative;
    }
    .custom-child-open .custom-menu-primary .hs-menu-wrapper > ul {
        overflow: visible !important;
    }
    .dl-back {
        background-color: rgba(0,53,95,0.05);
        text-align: center;
    }
    .dl-back > a {
        text-align: center;
    }
    .dl-back span {
        display: inline-block;
        position: relative;
    }
    .dl-back span:before {
        display: block;
        position: absolute;
        left: -16px;
        top: 50%;
        width: 10px;
        height: 7px;
        margin-top: -2.5px;
        content: "";
        background-image: url("//2664587.fs1.hubspotusercontent-na1.net/hubfs/2664587/COLA-Jun2017/images/dl%20back.svg")
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a,
    .custom-menu-primary .hs-menu-wrapper > ul ul > li > a{
        width: calc(100% - 50px) !important;
        display: inline-block !important;
    }
    .custom-child-open .custom-menu-primary .hs-menu-wrapper > ul > li,
    .custom-child-open .custom-menu-primary .hs-menu-wrapper > ul > ul > li{
        display: none;
    }
    .custom-child-open .custom-menu-primary .hs-menu-wrapper > ul > li.child-open,
    .custom-child-open .custom-menu-primary .hs-menu-wrapper > ul > ul > li.child-open{
        display: block;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li.dl-back {
        text-align: center;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
        left: auto !important;
        right: 100% !important;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.child-open > ul {
        left: 0 !important;
        right: auto !important;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul>li>ul>li>ul {
        min-height: 403px !important;
        backface-visibility: hidden;
    }
    
    
    /*==================Blog Syling=======================*/
    .blog .content-wrapper {
        padding: 49px 0 50px;
    }
    .blog .blog-content {
        width: 100%;
        float: none;
        padding: 0;
        display: block;
    }
    .blog .blog-sidebar {
        width: 100%;
        padding: 0;
        margin: 0;
        float: none;
        display: block;
        border: none;
        padding: 50px 0 0;
    }
    .blog-listing-wrapper .post-listing .post-item .left-content, 
    .blog-listing-wrapper .post-listing .post-item .right-content {
        width: 100%;
        display: block;
        float: none;
    }
    .hs-featured-image-wrapper {
        padding: 0;
        margin-bottom: 25px;
    }
    
    .custom-blog-filter h3 {
        display: inline-block;
        float: left;
        margin-bottom: 6px;
    }
    .custom-blog-filter select#tinynav2 {
        max-width: 287px;
        width: 100%;
        display: inline-block;
        float: left;
        margin-top: -6px;
    }
    .blog.hs-blog-post .related-post-item {
        width: 100%;
        float: none;
    }
    .blog.hs-blog-post .hs-blog-header h1, 
    .blog.hs-blog-post .hs-blog-header ul.blog-breadcrumb {
        display: block;
        text-align: center;
        width: 100%;
    }
    .blog.hs-blog-post .hs-blog-header ul.blog-breadcrumb {
        margin: 0 0 9px;
        padding: 0;
    }
    .custom-blog-header {
        padding: 20px 0;
    }
    .blog.hs-blog-post .hs-blog-header {
        height: auto;
    }
    .custom-feature-post {
        margin-top: -39px;
    }
    .blog.hs-blog-post .related-post-wrapper {
        margin: 0;
    }
    .blog.hs-blog-post .related-post-item {
        padding: 0;
    }
    
}

@media (max-width: 800px) {
    /*BLog Styling*/
    h3.custom-popular-post-title {
        font-size: 36px;
        line-height: 42px;
    }
    
}

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

@media (max-width: 767px) {
    .landing-page.one-column .body-container form,
    .error-template .body-container form,
    .password-template .body-container form, 
    .subscription-template .body-container .widget-type-email_simple_subscription form{
        width: 100%; 
    }
    .subscription-template #email-prefs-form .email-edit {
        max-width: 100% !important;
    }
}  

@media (max-width: 750px) {
    /* Page Center */
    .container-fluid .row-fluid .page-center {
      padding-left: 20px;
      padding-right: 20px;
    }
}

@media (max-width: 636px) {
    /*BLog Styling*/
    .custom-popular-post-wrapper {
        width: 50%;
    }
    .custom-popular-post-main-wrapper {
        margin: 0 -10px 0 -10px;
    }
    
}

@media (max-width: 588px) {
    /*Header Styling*/
    .custom-mobile-header-top-contents p.custom-mobile-header-top-contact {
        display: block;
        margin: 5px 12px 5px 12px;
    }
    .custom-mobile-header-top-contents select#tinynav1 {
        top: 38px;
        background-position: left center;
    }
    
}

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

@media (max-width: 481px) {
    /*Header Styling*/
    .custom-mobile-header-top-contents p.custom-mobile-header-top-contact {
        margin-bottom: 2px;
    }
    .custom-mobile-header-top-contents p.custom-mobile-header-top-contact-no {
        margin-left: 152px;
    }
    .custom-mobile-header-top-contents select#tinynav1 {
        top: 35px;
        margin-left: 10px;
        text-indent: 14px;
    }
    
}

@media (max-width: 480px) {
    .custom-mobile-header-top-contents .custom-mobile-header-top-content-wrapper {
        padding-bottom: 9px;
    }
    .custom-mobile-header-top-contents .custom-header-social-icons .social {
        margin-left: 8px;
    }
    .custom-blog-filter h3 {
        display: block;
        float: none;
    }
    .custom-blog-filter select#tinynav2 {
        float: none;
        display: block;
    }
    
}

@media (max-width: 450px) {
    .custom-mobile-header-top-contents p,
    .custom-mobile-header-top-contents ul.custom-mobile-header-top-tiny-nav, 
    .custom-mobile-header-top-contents div.custom-mobile-header-top-search,
    .custom-mobile-header-top-contents div.custom-mobile-header-top-social-icons,
    .custom-mobile-header-top-contents select#tinynav1 {
        display: block;
        text-align: center;
    }
    .custom-mobile-header-top-contents p.custom-mobile-header-top-contact-no {
        margin-left: 0;
        margin-top: 42px;
    }
    .custom-mobile-header-top-contents select#tinynav1 {
        margin: 0 auto !important;
        text-align: center;
        left: 0;
        right: 0;
        text-indent: 35px;
        background-position: 22px center;
    }
    .custom-header-search .mini-search form.searchform a.search-trigger:before {
        margin: 0 auto;
        text-align: center;
        right: 0;
    }
    .custom-header-social-icons .social a {
        display: inline-block;
        float: none;
    }
    .custom-mobile-header-top-contents .custom-header-social-icons .social {
        margin-top: 20px;
    }
}

@media (max-width: 436px) {
    /*BLog Styling*/
    .custom-popular-post-wrapper {
        width: 100%;
    }
    .custom-popular-post-main-wrapper {
        margin: 0 -10px 0 -10px;
    }
    .blog-pagination .blog-pagination-wrapper {
        float: left;
        clear: both;
        overflow: hidden;
        margin: 10px 0 0;
    }
}

/*Subscription Page*/
@media (max-width: 375px){
	.subscription-template .checkbox-row span.fakelabel span {
		font-weight: normal;
		font-size: 15px;
	}
	.subscription-template .checkbox-row input {
		position: relative;
		top: 6px;
	}
	.subscription-template .subscribe-options label {
		line-height: 1.1;
	}
}

@media (max-width: 349px) {
    .custom-mobile-header-top-contents .custom-mobile-header-top-content-wrapper {
        padding-bottom: 8px;
    }
    .custom-mobile-header-top-contents .custom-header-search .mini-search form.searchform a.search-trigger {
        margin: 8px 9px 5px 8px;
    }
    .custom-mobile-header-top-contents .custom-header-search .mini-search form.searchform input.field.searchform-s {
        right: -173px;
    }
    
}


@media (max-width: 344px){
	.subscription-template .checkbox-row span.fakelabel span {
		font-size: 13px;
	}
}

@media (max-width: 323px) {
    .custom-footer-bottom-content p {
        margin-top: 5px;
    }
    .custom-footer-bottom-content p a img {
        margin-top: 0;
    }
}