




/* ==========================================================================
   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('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,800|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,800,900');

@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');
@import url('//fonts.googleapis.com/css?family=Noticia+Text:400,400i,700,700i');



@font-face {
  font-family: "DIN-Next-W01-Light";
  src: url("https://4060073.fs1.hubspotusercontent-na1.net/hubfs/4060073/Gilday-Nov2017/Font/DIN-Next-W01-Light.eot") format("eot"),
       url("https://4060073.fs1.hubspotusercontent-na1.net/hubfs/4060073/Gilday-Nov2017/Font/DIN-Next-W01-Light.woff") format("woff"),
       url("https://4060073.fs1.hubspotusercontent-na1.net/hubfs/4060073/Gilday-Nov2017/Font/DIN-Next-W01-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica-W01-Light";
  src: url("https://4060073.fs1.hubspotusercontent-na1.net/hubfs/4060073/Gilday-Nov2017/Font/Helvetica-W01-Light.eot") format("eot"),
       url("https://4060073.fs1.hubspotusercontent-na1.net/hubfs/4060073/Gilday-Nov2017/Font/Helvetica-W01-Light.woff") format("woff"),
       url("https://4060073.fs1.hubspotusercontent-na1.net/hubfs/4060073/Gilday-Nov2017/Font/Helvetica-W01-Light.ttf") format("truetype");
}

@font-face {
  font-family: "DIN-Next-W01-Light";
  src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot") format("eot"), 
       url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/bc176270-17fa-4c78-a343-9fe52824e501.woff") format("woff"),
       url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/3516f91d-ac48-42cd-acfe-1be691152cc4.ttf") format("truetype");
}
@font-face {
  font-family: "Futura-LT-W01-Light";
  src: url("https://4060073.fs1.hubspotusercontent-na1.net/hubfs/4060073/Gilday-Nov2017/Font/Futura-LT-W01-Light.eot") format("eot"),
       url("https://4060073.fs1.hubspotusercontent-na1.net/hubfs/4060073/Gilday-Nov2017/Font/Futura-LT-W01-Light.woff") format("woff"),
       url("https://4060073.fs1.hubspotusercontent-na1.net/hubfs/4060073/Gilday-Nov2017/Font/Futura-LT-W01-Light.ttf") format("truetype");
}


@font-face {
  font-family: "Futura-LT-W01-Book";
  src: url("https://4060073.fs1.hubspotusercontent-na1.net/hubfs/4060073/Gilday-Nov2017/Font/futura-lt-w01-book.eot.eot") format("eot"),
  	   url("https://4060073.fs1.hubspotusercontent-na1.net/hubfs/4060073/Gilday-Nov2017/Font/futura-lt-w01-book.eot.woff") format("woff"),
  	   url("https://4060073.fs1.hubspotusercontent-na1.net/hubfs/4060073/Gilday-Nov2017/Font/futura-lt-w01-book.eot.ttf") format("truetype");
}
@font-face {
  font-family: "Futura-LT-W01-Book";
  src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/cf053eae-ba1f-44f3-940c-a34b68ccbbdf.eot") format("eot"),
  	   url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/e2b9cbeb-fa8e-41cd-8a6a-46044b29ba52.woff") format("woff"),
  	   url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/c2a69697-4f06-4764-abd4-625031a84e31.ttf") format("truetype");
}

   


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

body {
  background: #fff;
  color: #00386B;
  font-family: 'open sans',sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

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

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #328FFE;
  text-shadow: none;
/* text-shadow: 0px 0px 6px #ffffff; */
}
::selection {
  color: #fff;
  background: #328FFE;
  text-shadow: none;
/* text-shadow: 0px 0px 6px #ffffff; */
}


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

/* Basic text */
p {
    margin: 0 0 22px;
} 
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 {
    font-family: 'raleway',sans-serif;
    color: #9C4F19;
    font-weight: normal;
    line-height: 1.4em;
    margin: 15px 0 10px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 60px;
    margin: 0 0 22px;
}
.hs-landing-page h1 {margin: 15px 0 10px;}
.hs-landing-page h1, h2 {
    font-size: 27px;
}
h3 {
    font-size: 25px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 16px;
}
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text p,
.white-text li {
  	color:#ffffff;
}
/* Anchor Links */
a {
    color: #964523;
    text-decoration: none;
    outline: none;
    -webkit-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;    
}
a:hover, a:focus {
    color: #00386b;
    text-decoration: underline;
}
.body-container a {
    color: #964523;
}
.body-container a:hover, .body-container a:focus {
    color: #00386b;
    text-decoration: underline;
}

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

/* Block Quotes */
blockquote {
	padding:0 20px;
  margin: 30px 40px;
	border-left:2px solid #964523;
}
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 {}


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

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

.hs__header__group {
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 3px solid rgba(255, 255, 255, 1);
    min-height: 99px !important;
}
.hs__header__group .row-fluid .page-center {
    padding: 15px 0 0;
}
.hs__header__group .hs_header_logo {
    min-width: 228px;
}

.hs__header__group .hs_menu_group {
    margin-left: 0;
    position: relative;
}

.hs_download_link {
    float: right;
    text-align: right;
}
.hs_download_link .cell-wrapper {
    max-width: 582px;
    float: right;
    width: 100%;
    position: relative;
    right: -200px;
}
.hs_download_link a {
    left: 0;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    border-radius: 5px;
    background-color: rgba(0, 56, 107, 1);
    border: solid rgba(150, 69, 35, 1) 1px;
    transition: all 0.4s ease;
    color: #FFFFFF;
    display: inline-block;
    font: normal normal normal 12px/1.4em 'open sans',sans-serif;
    padding: 5px 30px 4px;
    display: block;
    text-align: center;
}
.hs_download_link a:hover {
    background-color: rgba(209, 224, 235, 1);
    border-color: rgba(0, 0, 0, 1);
}








/*----------------Banner Area------------------*/
.hs_banner_area {
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}
.hs_banner_area:before {
    background-color: rgba(249, 249, 249, 0.9);
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.hs_banner_area .page-center {
    position: relative;
}
.hs_title_wrap {
    max-width: 807px;
    margin: 0 auto;
    position: relative;
    min-height: 298px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.hs_title_wrap h1.hs_title {
    text-align: center;
    font-family: raleway,sans-serif;
    color: #0C3C60;
    font-size: 55px;
    line-height: normal;
    margin: 12px 0 -5px;
    position: relative;
    font-weight: normal;
    text-transform: uppercase;
}
.hs_title_wrap h1.hs_title:after {
    border-bottom: 3px solid rgba(0, 56, 107, 1);
    content: "";
    display: block;
    max-width: 225px;
    margin: 7px auto 0;
}
p.hs_subtitle {
    font-family: open sans,sans-serif;
    color: rgb(12, 60, 96);
    text-align: justify;
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
}
.hs_top_link {
    position: absolute;
    right: 0;
    top: 33px;
}
.hs_top_link a {
    font: italic normal 700 14px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    transition: color 0.4s ease 0s;
    color: #00386B;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}
.hs_top_link a:hover {
    color: #964523;
    transition: color 0.4s ease 0s;
}




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

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

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


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

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

.hs__footer__group {
    background-color: rgba(12, 60, 96, 1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    border-top: 0px solid rgba(12, 60, 96, 1);
    border-bottom: 0px solid rgba(12, 60, 96, 1);
    margin-bottom: 20px;
}
.hs_copyright {
    text-align: center;
    border-top: 1px solid rgba(156, 79, 25, 1);
    margin: 3px 0 0;
    padding: 12px 0 0;
}
.hs_copyright p {
    color: #fff;
    font: normal normal normal 16px/1.4em 'open sans',sans-serif;
    font-size: 16px;
    letter-spacing: 0.215em;
}
.hs_copyright p:last-child {
    margin-bottom: 0;
    font-size: 11px;
    letter-spacing: 0.125em;
}
.hs_copyright p a {
    color: #fff;
}








/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */
@media screen and (min-width:768px) {
.custom-menu-primary.js-enabled {
    margin: 9px 0 0;
    padding: 0 0 0 8px;
}
/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper>ul {
    display: block;
    position: relative;
    margin-bottom: -6px !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li {
    padding: 0 5px;
    display: inline-block;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font: normal normal normal 14px/1.4em 'open sans',sans-serif;
    border-top: 1px solid rgba(156, 79, 25, 1);
    color: #00386B;
    display: block;
    padding: 8px;
    text-align: center;
    line-height: 36px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    color: #9C4F19;
    border-top-width: 4px;
    border-top-color: rgba(12, 60, 96, 1);
    padding: 5px;
}

/*.custom-menu-primary .hs-menu-wrapper>ul>li:hover>a:before {
    display: block;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 4px solid rgba(12, 60, 96, 1);
}
*/




/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
    padding: 15px 5px 0 5px;
    background-color: rgba(243, 243, 243, 1);
    border-radius: 5px;
    top: 86%;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {
    padding: 0 5px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font: normal normal normal 14px/1.4em 'open sans',sans-serif;
    border-top: 1px solid rgba(156, 79, 25, 1);
    color: #00386B;
    display: block;
    padding: 8px;
    text-align: center;
    line-height: 29px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: #9C4F19;
    border-top-width: 4px;
    border-top-color: rgba(12, 60, 96, 1);
    padding-top: 5px;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li.active a {
    border-top: 4px solid rgba(156,79,25,1);
    padding-top: 5px;
}



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

    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
}

@media (min-width: 1025px) {
    .custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
        width: 106px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) {
        width: 102px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3) {
        width: 98px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(3) {
        width: 182px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(2) {
        width: 122px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
        width: 116px;
        position: absolute;
        z-index: 99;
    }
}


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

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

@media (max-width: 767px){

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

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

.mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 248px;
    height: 40px;
    margin: 0 auto;
    padding: 7px 10px 8px 10px;
    background: #ffffff;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: rgba(0, 56, 107, 1);
}
  .mobile-trigger:hover{
    text-decoration: none;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{ }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: 0;
    left: 0;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 20px; /* Icon line width */
    height: 3px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: rgba(0, 56, 107, 1); /* Icon color */
    display: inline-block;
    left: 0;
  }
  .mobile-trigger i:before{ top: -8px; } /* Position top line */
  .mobile-trigger i:after{ top: 8px; } /* 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: rgba(0, 56, 107, 1); /* Icon color */
  }
.mobile-open .mobile-trigger i {
    background-color: transparent;
}
.mobile-open .mobile-trigger i:before,
.mobile-open .mobile-trigger i:after {
    width: 24px;
    height: 2px;
    left: -1px;
}
.mobile-open .mobile-trigger i:before {
    transform: rotateZ(45deg);
    top: 0;
}
.mobile-open .mobile-trigger i:after {
    transform: rotateZ(-45deg);
    top: 0;
}



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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px !important; /* Button width */
    min-width: 50px !important;
    height: 48px !important; /* Button height */  
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger:after {
        width: 50px;
        text-align: center;
        line-height: 48px;
        content: "∨";
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        position: absolute;
        color: rgba(0, 56, 107, 1);
        font-size: 30px;
        right: 0;
    }
  
 
  /* ===== Mobile Menu Styles ===== */  
  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
    padding: 0;
    z-index: 999;
  }
  .custom-menu-primary .hs-menu-wrapper{
    /*background-color: #fff;*/
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
   .custom-menu-primary .hs-menu-wrapper > ul li {}
  .custom-menu-primary .hs-menu-wrapper >  ul li a {}
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover {}

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

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

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


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

/* Blog Title */
.hs-blog-header {
    text-align: center;
    margin: 25px 0 50px;
}
.hs-blog-header h1 {
    font-size: 35px;
    margin: 0;
}
.hs-blog-header p {
    font: normal normal normal 27px/1.4em 'open sans',sans-serif;
    margin: 0;
    font-size: 20px;
}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2.hs_title {
    font: normal normal normal 16px/1.4em 'open sans',sans-serif;
    font-size: 25px;
    line-height: 1.2em;
    color: #00386B;
    margin: 20px 0 0;
    padding-right: 15px;
}
.post-header h2.hs_title a {
    color: #2A3A57;
}
.post-header h2.hs_title a:hover {
    text-decoration: underline;
}
.blog-listing-wrapper .hs_meta_group {
    font-size: 12px;
    margin: 3px 0 15px;
}



/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    padding-left: 10px;
    margin-bottom: 30px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

.blog-post-wrapper .post-body ul,
.blog-post-wrapper .post-body ol {
   margin: 0;
}
.blog-post-wrapper .post-body ul {
    padding-left: 28px;
}
.blog-post-wrapper .post-body ul li,
.blog-post-wrapper .post-body ol li {
   margin: 0;
   padding:0;
}
.blog-post-wrapper .post-body ul p,
.blog-post-wrapper .post-body ol p {
   margin: 0
}


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

.hs_post_body_wrap {
    display: flex;
    display: -webkit-flex;
}
.hs_post_body_wrap .hs_featured_image_wrap {
    width: 50%;
    max-width: 300px;
    float: left;
}
.hs_post_body_wrap .hs_post_body {
    width: 50%;
    float: left;
    padding-left: 20px;
    position: relative;
}


/* Read More Link */
.hs_post_body_wrap .hs_post_body a.more-link {
    font: normal normal normal 16px/1.4em 'open sans',sans-serif;
    transition: all 0.4s ease;
    color: #FFFFFF;
    display: inline-block;
    margin: calc(-1 * 1px) 1px 0;
    position: absolute;
    white-space: normal;
    background-color: rgba(156, 79, 25, 1);
    border: solid rgba(0, 0, 0, 1) 1px;
    border-radius: 5px;
    text-align: center;
    min-width: 140px;
    line-height: 30px;
    bottom: 0px;
}
.hs_post_body_wrap .hs_post_body a.more-link:hover {
    color: #2A3A57;
    background-color: #fff;
}

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin: 0;
  padding: 20px 0 0;
  height: auto;
}

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

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

.blog-pagination a.previous-posts-link {
    float: left;
}
.blog-pagination a.next-posts-link {
   float: right;
}

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


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

.blog .blog-sidebar {}

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

.blog .blog-sidebar.hs_listing_sidebar {
    margin: 90px 0 0 2px;
}
.blog .blog-sidebar.hs_listing_sidebar .cell-wrapper {
    padding-bottom: 20px;
}
.blog .blog-sidebar.hs_listing_sidebar h3 {
    color: #00386B;
    font-size: 18px;
}
.blog .blog-sidebar.hs_listing_sidebar .widget-module ul {
    margin: 0;
}
.blog .blog-sidebar.hs_listing_sidebar .widget-module ul li a:hover {
    text-decoration: underline;
}
.blog .blog-sidebar.hs_listing_sidebar .hs_search_by_category .widget-module ul li a {
    font: normal normal normal 16px/1.4em 'open sans',sans-serif;
    color: #00386B;
    line-height: 1.5em;
    text-decoration: none;
}

.blog .blog-sidebar.hs_listing_sidebar .hs_search_by_tags .widget-module ul li a {
    font-style: italic;
    font-size: 14px;
    font-family: "open sans",sans-serif;
    color: #00386B;
}
.blog .blog-sidebar.hs_listing_sidebar .hs_search_by_tags .widget-module ul li a:hover {
    text-decoration: underline;
}
.blog .blog-sidebar .hs_search_by_tags .widget-module ul li {
    margin-bottom: 3px;
}

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

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

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

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}

/*------------Blog Post--------------*/
.blog.hs-blog-post .content-wrapper {
    padding: 27px 5px 20px 30px;
}
.blog.hs-blog-post .blog-content {
    max-width: 670px;
}
.blog .blog-content .blog-section.hs_blog_wrapper {
    border: 1px solid rgba(0, 0, 0, 1);
    padding: 18px 20px 20px;
}
.section.post-header {
    margin: 0 0 20px;
}
.hs_blog_wrapper #hubspot-topic_data {
    margin: 0 0 15px;
}
.hs_blog_wrapper #hubspot-topic_data a.topic-link {
    font: italic normal normal 12px/1.4em 'open sans',sans-serif;
    transition: color 0.4s ease 0s;
    white-space: normal;
    display: inline-block;
    padding: 0px 14px;
    line-height: 22px;
}
.hs_blog_wrapper #hubspot-topic_data a.topic-link:first-of-type {
    padding-left: 10px;
}
h1.hs_post_title {
    font-size: 27px;
    line-height: 1.2em;
    color: #00386B;
    font-family: 'open sans',sans-serif;
    margin: 0;
}
.hs_meta_group {
    font-size: 10px;
    font-family: "open sans",sans-serif;
    color: #00386B;
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
}
.hs_meta_group time {
    margin-right: 6px;
}
.hs_meta_group span.hs-author_name a.author-link {
    color: #2A3A57;
}
.hs_meta_group span.hs-author_name a.author-link:hover {
    text-decoration: underline;
}
.hs_blog_wrapper #hubspot-topic_data.hs_bottom_tag {
    margin: 20px 0 0;
    font: italic normal normal 12px/1.4em 'open sans',sans-serif;
    transition: color 0.4s ease 0s;
    white-space: normal;
    display: inline-block;
    line-height: 22px;
    font-style: normal;
}
.hs_blog_wrapper #hubspot-topic_data.hs_bottom_tag a.topic-link {
    font-style: normal;
    padding: 0 10px;
    color: #2A3A57;
}
.blog-post-wrapper .post-body img[align="left"] {
    float: left;
    margin: 0 15px 15px 0;
}
.blog-post-wrapper .post-body img[align="right"] {
    float: right;
    margin: 0 0 15px 15px;
}
.blog-post-wrapper .post-body img[align="center"] {
    display: block;
    margin: 0 auto 10px;
}


/*---------------------------*/
.blog.hs-blog-post .blog-sidebar {
    margin-left: 0;
    padding: 2px 0 0 30px;
    width: 26.5%;
}
.blog .blog-sidebar h3 {
    font: normal normal normal 27px/1.4em 'open sans',sans-serif;
    color: #964523;
    margin: 0 0 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    padding: 0 0 5px;
}
.blog .blog-sidebar .widget-module ul {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
}
.blog .blog-sidebar .widget-module ul li {
    margin: 0 0 6px;
}
.blog .blog-sidebar .widget-module ul li a {
    font: normal normal normal 16px/1.4em georgia,palatino,'book antiqua','palatino linotype',serif;
    font-size: 14px;
    font-family: "open sans",sans-serif;
    color: #00386B;
}


/*-----------Post Slider------------*/
.hs_popular_post_wrap {
    margin: 0 0 25px;
}
.hs_popular_post_wrap .slick-arrow {
    transition: opacity 0.3s ease 0s;
    opacity: 0;
    width: 45px;
    height: 65px;
    background-image: url(https://4060073.fs1.hubspotusercontent-na1.net/hubfs/4060073/Gilday-Nov2017/Image/arrows_white_new3.png);
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    top: 30px;
}
.hs_popular_post_wrap .slick-prev.slick-arrow {
    left: 20px;
}
.hs_popular_post_wrap .slick-next.slick-arrow {
    right: 20px;
    background-position: 100% 0;
}
.hs_popular_post_wrap:hover .slick-arrow {
    opacity: .6;
}
.hs_pop_title_wrap h4.post-title {
    font: normal normal normal 16px/1.4em 'open sans',sans-serif;
    margin: 5px 0;
    line-height: normal;
    letter-spacing: normal;
}
.hs_pop_title_wrap h4.post-title a {
    color: #2A3A57
}
.hs_pop_title_wrap time {
    font: normal normal normal 10px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    display: block;
}

/*-----------------Recent Post----------------*/
.hs__recent__post .hs-feature-with-title {
    margin: 0 0 15px;
}
.hs__recent__post .hs-blog-col-1 {
    width: 70px;
    float: left;
}
.hs__recent__post .hs-blog-col-2 {
    width: calc(100% - 70px);
    float: left;
    padding-left: 10px;
}
.hs__recent__post .hs-blog-col-2 h6 {
    margin: 0;
    font: normal normal normal 16px/1.4em 'open sans',sans-serif;
}
.hs__recent__post .hs-blog-col-2 h6 a {
    color: #2A3A57;
}
.hs__recent__post .hs-blog-col-2 h6 a:hover {
    text-decoration: underline;
}
.hs__recent__post .hs-blog-col-2 .date_label {
    font: normal normal normal 10px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
    font-size: 12px;
    font-family: "open sans",sans-serif;
    color: #00386B;
}

/*--------------------------*/
.hs-blog-post .hs-lightbox-image-table td {
   padding: 0 11px 20px 0;
}
.hs-blog-post .hs-lightbox-image-table td img {
   opacity: 1;
   transition: opacity 0.4s ease;
   max-width: 100%;
}
.hs-blog-post .hs-lightbox-image-table td img:hover {
   opacity: 0.85;
}





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


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

.body-container .widget-type-form,
.landing-page.one-column .body-container .hs_cos_wrapper_type_form,
.body-container .widget-type-blog_subscribe,
.body-container .widget-type-google_search,
.body-container .widget-type-password_prompt.custom_error_message,
.body-container .widget-type-email_simple_subscription {
    background-color: rgb(12, 60, 96);
    display: block;
    max-width: 500px;
    width: 100%;
    padding: 20px;
    margin: 20px 0 15px;
}

h3.form-title {
    color: #fff;
}
/* Form Field */
.hs-form-field {
    display: block;
    margin: 0 0 10px;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
    color: #fff;
    display: inline-block;
    margin-bottom: 3px;
}

/* 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 {
    width: 100%;
    max-width: 500px;
    display: block;
    font: normal normal normal 18px/1.4em raleway,sans-serif;
    background-color: rgba(243, 243, 243, 1);
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0px solid rgba(61, 155, 233, 1);
    color: #00386B;
    padding: 5px;
    outline: none;
}

.full-width-form input,
.full-width-form textarea,
.full-width-form select {
  max-width: 100%!important;
}

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 {}

/* 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 */
.hs-error-msgs label{}

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

.body-container .input textarea.invalid.error,
.body-container .input input.invalid.error {
    font: normal normal normal 18px/1.4em raleway,sans-serif;
    border: 1px solid #E21C21;
    color: #E21C21;
}


/* =============== 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;
    background-color: rgba(61, 155, 233, 1);
    font: normal normal normal 18px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
    border: 0;
    color: #FFFFFF;
    outline: none;
    padding: 5px;
    margin: 15px 0;
}

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

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


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

/*======================Two Column Equal Bottom Pane========================5487428*/
body.hs_two_col_equ_bottom_pane {}


/*-------------------------------*/
.hs_two_col_equ_bottom_row_1 {
    padding: 2px 0;
}
.hs_two_col_equ_bottom_row_1 .main-content {
    margin: 0;
    width: 48%;
}
.hs_two_col_equ_bottom_row_1 .main-content.left {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
}
.hs_two_col_equ_bottom_row_1 .main-content.right {
    width: 52%;
}

.page-header.section-header {
    text-align: center;
    padding-left: 20px;
}
.section-header h1 {
    font: normal normal normal 27px/1.4em raleway,sans-serif;
    color: #9C4F19;
    margin: 0;
    line-height: 1.15;
}
.section-header p.secondary-header {
    font: normal normal normal 27px/1.4em raleway,sans-serif;
    color: #9C4F19;
    font-size: 22px;
    margin: 0 0 8px;
}
.hs_two_col_equ_bottom_row_1 .main-content .hs_cos_wrapper_type_rich_text p {
    margin-bottom: 17px;
}

/*------------------------------*/
.hs_pagination {
    padding: 0;
}
.hs_pagination .span6 {
    width: 50%;
    margin-left: 0;
    float: left;
}
.hs_pagination .span6.hs_col_2 {
    float: right;
    text-align: right;
}
.hs_pagination p.hs_return {
    margin: 0 0 5px;
    padding-left: 3px;
}
.hs_pagination p.hs_link a,
.hs_pagination p.hs_return a {
    font: italic normal 700 14px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    transition: color 0.4s ease 0s;
    white-space: nowrap;
    display: inline-block;
}
.hs_pagination p.hs_link {
    margin: 0;
}
.hs_pagination .hs_col_2 p.hs_return {
    padding: 0 3px 0 0;
}
/*-------------------------*/
.fancybox-overlay {
    /*position: absolute;*/
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background-image: none !important;
    background-color: rgba(0, 0, 0, 0.9) !important;
}
.fancybox-title-float-wrap .child,
.fancybox-skin {
    background: transparent !important;
    border-radius: 0;
}
.fancybox-opened .fancybox-title {
    width: 100% !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: -45px;
}
.fancybox-opened .fancybox-title span.child {
    margin: 0;
    white-space: normal;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    box-shadow: none;
}
a.fancybox-item.fancybox-close {
    display: none;
}
/*a.fancybox-item.fancybox-close {
    right: 25px;
    top: 40px;
}*/

.fancybox-lock .fancybox-overlay:after {
    content: "";
    cursor: pointer;
    width: 36px;
    height: 35px;
    float: right;
    background-image: url(https://4060073.fs1.hubspotusercontent-na1.net/hubfs/4060073/Gilday-Nov2017/Image/X_close.png);
    background-repeat: no-repeat;
    background-position: 10px 7px;
    display: block;
    position: absolute;
    right: 35px;
    top: 40px;
}


/*-------------------------------*/
.hs_two_col_equ_bottom_row_2 {}

.hs_two_col_equ_bottom_row_2_flexi .hs_cos_wrapper_type_custom_widget {
    width: 50%;
    float: left;
}
.gallery-group {
    float: left;
    overflow: hidden;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 0;
    font-family: HelveticaNeueW01-45Ligh,HelveticaNeueW02-45Ligh,HelveticaNeueW10-45Ligh,sans-serif;
    font-size: 11px;
    /*max-height: 348px;*/
}
.gallery-item-container {
    display: inline-block;
    float: left;
    vertical-align: top;
    border: none;
    padding: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 80ms ease;
    transition: -webkit-transform 80ms ease;
    transition: transform 80ms ease;
    transition: transform 80ms ease,-webkit-transform 80ms ease;
    outline: none;
    text-decoration: none;
    color: inherit;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    cursor: pointer;
}
.gallery-item-container .gallery-item-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.gallery-item-container .gallery-item-wrapper .gallery-item {
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
    background: hsla(0,0%,95%,.5);
    opacity: 1!important;
    background: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}



.gallery-item-container .gallery-item-wrapper .gallery-item-hover {
    white-space: normal;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    z-index: 3;
}
.gallery-item-container .gallery-item-wrapper .gallery-item-hover:before {
    content: " ";
    -webkit-transition: background .5s ease,opacity .5s ease;
    transition: background .5s ease,opacity .5s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    z-index: -1;
}
.gallery-item-container .gallery-item-wrapper .gallery-item-hover:hover:before {
    background: rgba(0,56,107,0.2);
}
.gallery-item-container .gallery-item-wrapper .gallery-item-hover .gallery-item-text {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.gallery-item-hover.fullscreen-enabled .gallery-item-text .gallery-item-title {
    color: rgba(255,255,255,1);
    font: normal normal normal 16px/1.4em georgia,palatino,"book antiqua","palatino linotype",serif;
}
.gallery-item-social.gallery-item-direction-center {
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 4;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

/*---------------Lightbox Gallary--------------2488*/
.hs_two_col_equ_lightbox .slick-slider .slick-track {
    transform: none !important;
    width: 100% !important;
    transition: none !important;
}

.hs_two_col_equ_lightbox .slick-slider.hs_cos_gallery_lightbox_thumbnails .slick-slide.slick-cloned,
.hs_two_col_equ_lightbox .slick-slider button.slick-arrow,
.hs_two_col_equ_lightbox .slick-slider ul.slick-dots {
    display: none !important;
}

.hs_two_col_equ_lightbox .slick-slider.hs_cos_gallery_thumbnails {
    padding: 0;
}

.hs_two_col_equ_lightbox .slick-slider.hs_cos_gallery_lightbox_thumbnails .slick-slide .slick-slide-inner-wrapper {
    position: relative;
    left: 0;
    padding: 35%;
}
.hs_two_col_equ_lightbox .slick-slider.hs_cos_gallery_lightbox_thumbnails .slick-slide {
    height: auto !important;
    width: 100% !important;
    display: inline-block !important;
    float: none;
    margin: 0 0 -4px;
    text-align: left;
    max-width: 50%;
    padding-right: 6px;
}

.hs_two_col_equ_lightbox .slick-slider.hs_cos_gallery_lightbox_thumbnails .slick-slide .slick-slide-inner-wrapper img {
    height: auto;
    margin: 0;
    width: 100%;
    display: none;
}

.hs_two_col_equ_lightbox .slick-slider.hs_cos_gallery_lightbox_thumbnails .slick-slide .hs-slide-bg {
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    right: 0;
}

.hs_two_col_equ_lightbox .slick-slider.hs_cos_gallery_lightbox_thumbnails .slick-slide .hs-slide-caption {
    background: rgba(0,56,107,0.2);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 30px;
    font: normal normal normal 16px/1.4em georgia,palatino,"book antiqua","palatino linotype",serif;
    transition: opacity .4s ease;
    opacity: 0;
}

.hs_two_col_equ_lightbox .slick-slider.hs_cos_gallery_lightbox_thumbnails .slick-slide:hover .hs-slide-caption {
    opacity: 1;
}


/*=========================================*/
body.hs__portfolio__page {}
.hs_section_header .widget-type-header {
    min-width: 280px;
    margin: -3px auto 9px !important;
    float: none;
}
.hs_section_header h1 {
    font: normal normal normal 27px/1.4em raleway,sans-serif;
    color: #00386B;
    border-top: 1px solid rgba(156, 79, 25, 1);
    border-bottom: 1px solid rgba(156, 79, 25, 1);
    text-align: center;
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
    margin: 0 auto;
    padding: 4px 0 3px;
    display: table;
}  

/*------------------------------*/
.hs_portfolio_wrapper {
    padding: 0 11px;
}
.hs_portfolio_wrapper .hs_cos_wrapper_type_custom_widget {
    width: 33.3336%;
    float: left;
    margin-bottom: 7px;
    padding: 0 4px;
}
.hs_portfolio_wrapper .hs_cos_wrapper_type_custom_widget:nth-child(3n+1) {
    padding-left: 0;
    clear: both;
}
.hs_portfolio_wrapper .hs_cos_wrapper_type_custom_widget:nth-child(3n+3) {
    padding-right: 0;
}
/*---------------------*/
.hs-infcaqbsimageItem {
    position: relative;
}
.hs-infcaqbsimageItem.consistent-sized {background-position: center; background-size: cover; max-height: 329px;}

.hs-infcaqbsimageItemzoom {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    transition: opacity 0.4s ease 0s;
}
.hs-infcaqbsimageItem:hover .hs-infcaqbsimageItemzoom {
    opacity: 1;
}
.hs-infcaqbsimageItem_inner {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.hs-infcaqbsimageItemtitle {
    font: normal normal normal 25px/1.4em 'raleway',sans-serif;
    color: #00386B;
    line-height: 1.3em;
    max-height: 3.9em;
    display: block;
}
.hs-infcaqbsimageItemdescription {
    color: #00386B;
    font: italic normal normal 15px/1.4em futura-lt-w01-light,sans-serif;
    line-height: 1.3em;
    max-height: 3.9em;
    margin-top: 5px;
}
body:not(.whole-house-renovations) .hs-infcaqbsimageItem .hs-infcaqbsimageItem_imgBorder img {
    width: 100%;
}
.hs-infcaqbsimageItem.consistent-sized .hs-infcaqbsimageItem_imgBorder img {visibility: hidden; opacity: 0;}
/*-------------------------*/
.hs_three_col_equ_page .hs-infcaqbsimageItemtitle {
    font: normal normal normal 25px/1.4em 'open sans',sans-serif;
}
.hs_three_col_equ_page .hs-infcaqbsimageItemdescription {
    font: italic normal normal 12px/1.35em 'open sans',sans-serif;
}
.hs_interior_features .hs-infcaqbsimageItemtitle {
    font: normal normal normal 25px/1.4em futura-lt-w01-light,sans-serif;
}
.hs_interior_features .hs-infcaqbsimageItemdescription {
    font: normal normal normal 12px/1.4em raleway,sans-serif;
    margin-top: 0;
}

/*------------------------------*/
.hs_portfolio_bottom_wrap {}
.hs_portfolio_bottom_wrap .page-center.content-wrapper {
    padding: 20px 20px 0;
}
.hs_portfolio_bottom_wrap .hs_cos_wrapper_type_rich_text p {
    margin: 0 0 15px;
}
.hs_portfolio_bottom_wrap .hs_cos_wrapper_type_rich_text p:last-child {
    margin: 0 0 2px;
    text-align: center;
}
.hs_portfolio_bottom_wrap .hs_cos_wrapper_type_rich_text p:last-child a {
    font: italic normal 700 14px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    transition: color 0.4s ease 0s;
    white-space: nowrap;
    display: inline-block;
}
.hs_portfolio_bottom_wrap .hs_cos_wrapper_type_rich_text p:last-child a[align="left"], 
.hs_portfolio_bottom_wrap .hs_cos_wrapper_type_rich_text p:last-child a[align="right"] {
    width: 50%;
    float: left;
    text-align: center;
    padding-bottom: 3px;
}

/*==================Full Width Top Pane====================*/
body.hs_full_width_top_pane {}

.hs_pagination.hs_with.section_h {
    margin: 10px 0 40px;
}
.hs_pagination.hs_with.section_h .span4 {
    width: 33.333%;
    margin-left: 0;
}
.hs_pagination.hs_with.section_h .span4 p.hs_return {
    margin-top: 15px;
}
.hs_pagination.hs_with.section_h .span4.hs_col_3 {
    text-align: right;
}

/*-----------------------------*/
.hs_full_width_top_pane_lightbox {
    position: relative;
}
.hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails {
    margin: 0;
    padding: 0;
}
.hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track {
    width: 100% !important;
    transform: none !important;
    display: block;
}

.hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide {
    margin: 0 0 5px;
    width: 50% !important;
    height: 100%;
    min-height: 363px;
    max-height: 363px;
}
.hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide:first-of-type {
    width: 100% !important;
    max-height: 730px;
}
.hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper {
    position: static;
}
.hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper img {
    width: 100%;
    max-width: 100%;
}
.hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper:before {
    background-color: rgba(0, 56, 107, 0.2);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
.hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper:hover:before {
    opacity: 1;
}  
.hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide:nth-child(2n+2) {
    padding-right: 3px;
}
.hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide:nth-child(2n+3) {
    padding-left: 3px;
}
.hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails button.slick-arrow,
.hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails ul.slick-dots {
    display: none !important;
}
.hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide.slick-cloned {
    display: none;
}

.vex-content.hs-gallery {
    top: 20px;
}
.vex-content.hs-gallery .vex-close {
    top: 30px;
    right: 40px;
    width: 25px;
    height: 30px;
}
.vex-content.hs-gallery .vex-close:before,
.vex-content.hs-gallery .vex-close:after {
    height: 2px;
}
.vex-content.hs-gallery button.slick-arrow {
    width: 18px;
    height: 30px;
    margin: 0;
    font-size: 0;
    z-index: 99;
}

.vex-content.hs-gallery button.slick-prev.slick-arrow {
    left: 25px;
}
.vex-content.hs-gallery button.slick-arrow:before {
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    width: 18px;
    height: 30px;
    display: block;
}
.vex-content.hs-gallery button.slick-prev.slick-arrow:before {
    background-image: url(https://4060073.fs1.hubspotusercontent-na1.net/hubfs/4060073/Gilday-Nov2017/Image/left_arrow.png);
}
.vex-content.hs-gallery button.slick-next.slick-arrow {
    right: 25px;
}
.vex-content.hs-gallery button.slick-next.slick-arrow:before {
    background-image: url(https://4060073.fs1.hubspotusercontent-na1.net/hubfs/4060073/Gilday-Nov2017/Image/right_arrow.png);
    content: "";
}
.vex-content.hs-gallery .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
    padding: 0 25px;
}




/*========================Full Width=======================*/
body.hs_three_col_equ_page {}



.hs_three_col_equ_page .hs_section_header .widget-type-header {
    min-width: 280px;
    margin: 10px auto 9px!important;
    float: none;
    position: relative;
}
.hs_section_header .page-center {
    position: relative;
}
.hs_three_col_equ_page .hs_section_header h1 {
    font: normal normal normal 27px/1.4em raleway,sans-serif;
    color: #9C4F19;
    border-top: 2px solid #00386B;
    border-bottom: 2px solid #00386B;
    padding: 1px 0 3px;
}
.hs_section_header .hs_back_to_about {
    position: absolute;
    top: 20px;
    right: 15px;
    left: auto;
    text-align: right;
    width: auto;
}
.hs_section_header .hs_back_to_about a {
    font: italic normal 700 14px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    transition: color 0.4s ease;
    white-space: nowrap;
    display: inline-block;
}

/*---------------------------------------*/
.hs_three_col_equ_page .hs_portfolio_bottom_wrap .page-center.content-wrapper {
    padding: 0 10px;
    max-width: 1020px;
}
.hs_three_col_equ_page .hs_portfolio_bottom_wrap .hs_portfolio_wrapper {
    padding: 0;
}
.hs_three_col_equ_page .hs_portfolio_wrapper .hs_cos_wrapper_type_custom_widget {
    padding: 0 5px;
    width: 32.9%;
}
.hs_portfolio_bottom_wrap .hs_back_to_about {
    margin: 15px 0 5px;
    text-align: right;
    padding: 0 20px 0 0;
}
.hs_portfolio_bottom_wrap .hs_back_to_about a {
    font: italic normal 700 14px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    transition: color 0.4s ease;
    white-space: nowrap;
    display: inline-block;
}

/*===================Interior Features======================*/
body.hs_interior_features {}

.hs_interior_features .hs_portfolio_bottom_wrap .page-center.content-wrapper {
    max-width: 1020px;
    padding: 0 10px;
}
.hs_interior_features .hs_section_header .widget-type-header {
    max-width: 313px;
    margin: 0 auto 12px !important;
}
.hs_interior_features .hs_section_header h1 {
    display: block;
}
/*------------------------------*/
.hs_two_col_equ_lightbox.hs_interior_gallery {
    padding-left: 10px;
    padding-right: 10px;
}
.hs_interior_features .hs_two_col_equ_lightbox .slick-slider.hs_cos_gallery_lightbox_thumbnails .slick-slide {
    max-width: 33.33%;
}
.hs_interior_features .hs_two_col_equ_lightbox .slick-slider.hs_cos_gallery_lightbox_thumbnails .slick-slide .slick-slide-inner-wrapper {
    padding: 49%;
}
.hs_interior_features .hs_two_col_equ_lightbox .slick-slider.hs_cos_gallery_lightbox_thumbnails .slick-slide .hs-slide-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    transition: opacity 0.4s ease;
    font: normal normal normal 25px/1.4em futura-lt-w01-light,sans-serif;
    color: #00386B;
    line-height: 1.3em;
}
.hs_interior_features .hs_two_col_equ_lightbox .slick-slider.hs_cos_gallery_lightbox_thumbnails .slick-slide:hover .hs-slide-caption {
    opacity: 1;
}





/*================Administrative===================*/
body.hs_administration {}  

.hs_administration .hs_section_header .hs_back_to_about {
    top: 5px;
}
.hs_three_col_equ_page.hs_administration .hs_portfolio_bottom_wrap .page-center.content-wrapper {
    max-width: 728px;
    padding: 0 0 15px;
}
.hs_three_col_equ_page.hs_administration .hs_portfolio_wrapper .hs_cos_wrapper_type_custom_widget {
    padding: 0 5px;
    width: 50%;
}
.hs_administration .hs_portfolio_wrapper .hs_cos_wrapper_type_custom_widget:nth-child(3n+1) {
    clear: none;
}

/*=================Three Column================*/
body.hs_three_column_page {}

.hs_three_column_page .page-center.content-wrapper {
    padding: 25px 0 0;
}
.hs_three_column_page .hs_main_content_group {
    width: 70.03%;
    /*border-right: 1px solid rgba(150, 69, 35, 1);*/
    padding-right: 20px;
}
.hs_main_content_group .main-content.left p {
    margin: 0 0 10px;
}
.hs_main_content_group .main-content.left img {
    max-width: 301px;
    width: 100%;
}
.hs_main_content_group .main-content.left hr {
    background-color: transparent;
    border-bottom: 1px solid rgba(156, 79, 25, 1);
    margin-top: 25px;
}
.hs_three_column_page .main-content.right {
    width: 29.33%;
    margin-left: 0;
    padding-left: 10px;
    padding-bottom: 15px;
    border-left: 1px solid rgba(150, 69, 35, 1);
}
.hs_three_column_page .hs_heading_group {
    margin-left: 0;
    width: 50%;
}
.hs_three_column_page .hs_heading_group h1,
.hs_three_column_page .hs_heading_group h2 {
    margin: 0 0 15px;
    font: normal normal normal 27px/1.4em 'open sans',sans-serif;
    color: #964523;
    text-align: center;
    letter-spacing: 0.1em;
}

.hs_three_column_page .hs_simple_menu {
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(156, 79, 25, 1);
}
.hs_three_column_page .hs_simple_menu ul {
    padding: 7px 0 0;
}
.hs_three_column_page .hs_simple_menu ul>li {
    line-height: 24px;
    margin: 0 0 16px;
}
.hs_three_column_page .hs_simple_menu ul>li>a {
    font: italic normal 700 16px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    transition: color 0.4s ease 0s;
    color: #9C4F19;
    white-space: normal;
    display: inline-block;
}
.hs_three_column_page .hs_simple_menu ul>li>a:hover {
    color: #00386B;
}
.hs_main_content_group .main-content.center p:last-of-type {
    margin: 0 0 10px;
}
.hs_main_content_group .main-content {
    margin-left: 0;
    width: 50%;
}
.hs_main_content_group .main-content.center p:last-of-type a {
    font: italic normal 700 16px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    transition: color 0.4s ease;
    white-space: normal;   
    display: inline-block;
}
.hs_three_column_page .main-content.right .hs_cos_wrapper_type_rich_text h2 {
    margin: 8px 0 10px;
    font: normal normal normal 20px/1.4em 'open sans',sans-serif;
    color: #964523;
    padding-left: 5px;
}

.hs_three_column_page .hs-feature-with-title {
    border-bottom: 1px solid rgba(150, 69, 35, 1);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.hs_three_column_page .hs-feature-with-title:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.hs_three_column_page .hs-blog-col-1 {
    width: 150px;
}
.hs_three_column_page .hs-blog-col-2 {
    width: calc(100% - 150px);
}
.hs_three_column_page .hs-blog-col-2 h6 {
    font-size: 14px;
    font-family: "open sans",sans-serif;
    color: #00386B;
}
.hs_three_column_page .hs-blog-col-2 .date_label {
    font-size: 10px;
    font-family: "open sans",sans-serif;
    color: #00386B;
}
.hs_three_column_page .hs__recent__post p {
    margin: 0;
    text-align: right;
    font: normal normal normal 14px/1.4em 'open sans',sans-serif;
    transition: color 0.4s ease 0s;
    color: #2A3A57;
}

  



/*=====================Full Width======================*/
body.hs_full_width {}

.hs_full_width .page-center.content-wrapper {
    max-width: 814px;
    padding-top: 30px;
    padding-bottom: 15px;
}
.hs_full_width_title {
    text-align: center;
    margin: 0 0 60px;
}
.hs_full_width_title h1 {
    font: normal normal normal 27px/1.4em 'open sans',sans-serif;
    color: #964523;
    letter-spacing: 0.4em;
    font-size: 35px;
    margin: 0;
    padding-left: 55px;
}
/*--------------------*/
.hs_2col_left_w_image {
    margin: 0 0 50px;
}
.hs_2col_left_w_image .span4.hs_col_1 {
    max-width: 234px;
    border: 1px solid rgba(0, 0, 0, 1);
    display: block;
    margin-left: 30px;
}
.hs_2col_left_w_image .span8.hs_col_2 {
    float: right;
    max-width: 465px;
    border: 1px solid rgba(0, 0, 0, 1);
    margin-left: 0;
}
/*--------------------*/
.hs_full_width .main-content .hs_cos_wrapper_type_rich_text {
    padding-left: 30px;
    padding-right: 10px;
}
.hs_full_width .main-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.hs_full_width .main-content ul li {
    line-height: 26px;
}
.hs_full_width .main-content .hs_cos_wrapper_type_rich_text a {
    color: #2A3A57;
}
.hs_full_width .hs_cos_wrapper_type_linked_image {
    display: block;
    margin: 0 auto 25px;
    text-align: center;
}
.hs_full_width .hs_cos_wrapper_type_linked_image img.hs-image-widget {
    border: 1px solid rgba(12, 60, 96, 1) !important;
}
.hs_full_width .main-content .hs_cos_wrapper_type_rich_text p {
    margin: 0;
}



/*=================Two Column Equal Top Pane==================*/
body.hs_two_col_equ_top_page {}

/*--------------------------------*/
.hs_two_col_equ_top_row_1 {
    padding: 25px 0 0;
}
.hs_two_col_equ_top_row_1 .page-center {
    padding-left: 15px;
    padding-right: 5px;
}
.hs_two_col_equ_top_row_1 .hs_top_heading {
    text-align: center;
    margin: 0 0 38px;
    padding-left: 2px;
}
.hs_two_col_equ_top_row_1 .hs_top_heading h1,
.hs_two_col_equ_top_row_1 .hs_top_heading h2 {
    margin: 0;
    font: normal normal normal 27px/1.4em raleway,sans-serif;
    color: #9C4F19;
    font-family: open sans,sans-serif;
}

.hs_two_col_equ_top_row_1_left {
    padding: 0 15px 0 40px;
}
.hs_two_col_equ_top_row_2 .main-content.right h3,
.hs_two_col_equ_top_row_1_left h3 {
    font-size: 22px;
    line-height: 1.4em;
    text-align: justify;
    font-family: open sans,sans-serif;
    color: #00386B;
    margin: 0 0 22px;
}
.hs_two_col_equ_top_row_2 .main-content.right p,
.hs_two_col_equ_top_row_1_left p {
    line-height: 1.48em !important;
    text-align: justify;
    font-family: open sans,sans-serif;
}

.hs_two_col_equ_top_row_1_right a {
    display: block;
}
.hs_two_col_equ_top_row_1_right a>img {
    border: 1px solid rgba(12, 60, 96, 1);
}

/*--------------------------------*/
.hs_two_col_equ_top_row_2 {}
.hs_two_col_equ_top_row_2 .page-center.content-wrapper {
    max-width: 890px !important;
    padding: 5px 10px 0;
}

.hs_two_col_equ_top_row_2 .main-content.left {
    width: 44.2%;
}
.hs_two_col_equ_top_row_2 .main-content.right {
    width: 49.8%;
    margin-left: 0;
    float: right;
    padding-top: 30px;
}

a.hs_btn_blue {
    background-color: rgba(12, 60, 96, 1);
    border: solid rgba(0, 0, 0, 1) 1px;
    font: normal normal normal 16px/1.4em 'open sans',sans-serif;
    transition: color 0.4s ease 0s;
    color: #FFFFFF;
    position: relative;
    text-align: center;
    display: block;
    border-radius: 5px;
    line-height: 1.3;
    padding: 10px 10px;
    transition: color 0.4s ease 0s, background-color 0.4s ease 0s;
    margin: 30px auto 0;
}
a.hs_btn_blue:hover {
    background-color: #fff;
    color: rgba(12, 60, 96, 1);
}

/*--------------------*/
.hs_two_col_equ_top_row_2_bottom_content {
    margin: 10px 0 25px;
}

.hs_two_col_equ_top_row_2_bottom_content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
}
.hs_two_col_equ_top_row_2_bottom_content ul li {
    display: inline-block;
    padding: 0 18px;
}
.hs_two_col_equ_top_row_2_bottom_content ul li:first-child {
    padding-left: 0;
}
.hs_two_col_equ_top_row_2_bottom_content ul li:last-child {
    padding-right: 0;
}
.hs_two_col_equ_top_row_2_bottom_content ul li a {
    font: italic normal 700 16px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    transition: color 0.4s ease 0s;
    color: #9C4F19;
    white-space: nowrap;
    display: inline-block;
}
.hs_two_col_equ_top_row_2_bottom_content ul li a:hover {
    color: #00386B;
}

/*===============Download Now===================*/
body.hs_download_now_page {}
.hs_download_now_page .hs_main_content_group .main-content {
    padding-bottom: 20px;
}
.hs_download_now_page a.hs_btn_blue {
    border-radius: 0;
}
.hs_download_now_page a.hs_btn_blue:hover {
    background-color: rgba(209, 224, 235, 1);
    border-color: rgba(0, 0, 0, 1);
    color: #fff;
}
.hs_download_now_page .main-content.right .hs_cos_wrapper_type_rich_text h2 {
    text-align: center;
}
.hs_download_now_page .hs-blog-col-1 {
    width: 70px;
}
.hs_download_now_page .hs-blog-col-2 {
    width: calc(100% - 70px);
}

/*======================================*/
body.hs__about__page {}

/*-----------------------------*/
.main-content .hs_about_top_pane {
    padding: 20px 15px 0;
    margin-bottom: 60px;
}
.hs_about_middle_pane {margin-bottom: 60px;}
.hs_about_top_pane .hs_cos_wrapper_type_custom_widget {
    width: 47%;
    float: left;
    margin-right: 20px;
}
.hs_about_top_pane .hs_cos_wrapper_type_custom_widget:nth-child(2n+2) {
    float: right;
    margin: 0;
}
.hs_partner_wrapper {
    position: relative;
    max-width: 431px;
    margin-top: 93px;
}
.hs_about_top_pane .hs_cos_wrapper_type_custom_widget:nth-child(2n+2) .hs_partner_wrapper {
    float: right;
}

.hs_partner_wrapper .hs_meta_wrap {
    position: relative;
    margin: 0 0 15px;
    background-color: rgba(12, 60, 96, 1);
    padding: 10px 15px 15px;
}
.hs_partner_wrapper .hs_meta_wrap .hs_img {
    float: left;
    position: absolute;
    top: -93px;
    left: 16px;
}
.hs_partner_wrapper .hs_meta_wrap .hs_heading_wrap {
    float: left;
    width: 100%;
    padding-left: 237px;
}
.hs_heading_wrap h4.hs_title {
    color: #fff;
    font-size: 24px;
    margin: 8px 0 0;
}
.hs_heading_wrap h5.hs_partner {
    margin: 0 0 22px;
    font-size: 24px;
    color: #D1E0EB;
}

.hs_partner_wrapper .hs_content_wrap {
    background-color: rgba(209, 224, 235, 1);
    padding: 12px 8px;
}
/*---------------------*/
.main-content .hs_about_bottom_pane {
    padding: 0 15px;
    margin-top: 120px;
}
.hs_one_col_img_wra {
    max-width: 755px;
    position: relative;
    margin: 0 auto 215px;
}
.main-content .hs_about_bottom_pane .hs_cos_wrapper_type_custom_widget:last-child .hs_one_col_img_wra {
    margin-bottom: 100px;
}
.hs_one_col_img_wra .hs_meta_wrap {
    background-color: rgba(12, 60, 96, 1);
    position: relative;
    min-height: 208px;
}
.hs_one_col_img_wra .hs_meta_wrap .hs_img {
    position: absolute;
    top: -115px;
    left: 45px;
}
.hs_one_col_img_wra .hs_meta_wrap .hs_img img {
    border: 1px solid rgba(12, 60, 96, 1);
}
.hs_one_col_img_wra .hs_meta_wrap .hs_heading_wrap {
    padding-left: 328px;
    padding-right: 20px;
}
.hs_one_col_img_wra h4.hs_title {
    font-size: 22px;
    margin: 35px 0 80px;
}
.hs_one_col_img_wra .hs_button {
    text-align: right;
}
.hs_one_col_img_wra .hs_button a {
    background-color: rgba(61, 155, 233, 1);
    border: solid rgba(0, 0, 0, 1) 1px;
    transition: all 0.4s ease;
    font: normal normal normal 18px/1.4em raleway,sans-serif;
    color: #FFFFFF;
    display: inline-block;
    padding: 10px 5px;
    position: relative;
    white-space: nowrap;
    min-width: 164px;
    text-align: center;
}
.hs_one_col_img_wra .hs_button a:hover {
    background-color: #000;
    color: #fff;
}
.hs__about__page .fancybox-title.fancybox-title-float-wrap span.child {
    font-size: 16px;
    margin: 20px auto;
    font-family: Helvetica;
    letter-spacing: 0.2px;
    font-weight: 100;
}

/*====================Home Page==================2529*/
body.hs__home__page {}

/*------------Slider-------------*/
.hs_home_slider_wrap {
    margin: -2px 0 0;
    position: relative;
}
.hs_home_slider_wrap .hs_cos_gallery_main {
    padding: 0;
    margin: 0;
}
.hs_home_slider_wrap .hs_cos_gallery_main .hs_cos_gallery_slide.slick-slide {
    margin: 0 auto;
    width: 100% !important;
}
.hs_home_slider_wrap .hs_cos_gallery_main .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper {
    width: 100%;
    height: 100%;
    min-height: 676px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    image-rendering: auto;
    display:block;
}

.hs_home_slider_wrap .hs_cos_gallery_main .caption.below {
    position: absolute;
    bottom: 52px;
    background-color: rgba(243, 243, 243, 0.7);
    width: 100%;
    text-align: center !important;
    right: 0;
    padding: 6px 0 12px;
}
.hs_home_slider_wrap .hs_cos_gallery_main .caption.below p {
    font-size: 18px;
    font-family: raleway,sans-serif;
    line-height: 1.3em;
    margin: 0 0 2px;
}
.hs_home_slider_wrap .hs_cos_gallery_main .caption.below h1,
.hs_home_slider_wrap .hs_cos_gallery_main .caption.below h2 {
    font: normal normal normal 16px/1.4em 'open sans',sans-serif;
    color: #00386B;
    font-size: 60px;
    line-height: 0.9em;
    letter-spacing: normal;
    font-family: raleway,sans-serif;
    margin: 0;
}
.hs_home_slider_wrap .hs_cos_gallery_main button.slick-arrow {
    display: none !important;
}
/*-----------------------*/
.hs_home_slider_wrap .hs_cos_gallery_main ul.slick-dots {
    margin: 0;
    position: absolute;
    bottom: 30px;
}
.hs_home_slider_wrap .hs_cos_gallery_main ul.slick-dots>li>button {
    display: none;
}
.hs_home_slider_wrap .hs_cos_gallery_main ul.slick-dots>li {
    font-family: arial;
    font-size: 44px;
    width: 11px;
    height: 11px;
    line-height: 12px;
    display: inline-block;
    color: rgb(12, 60, 96);
    cursor: pointer;
    margin: 5px 2.5px 0;
    background-color: rgb(12, 60, 96);
    border-radius: 5px;
}
.hs_home_slider_wrap .hs_cos_gallery_main ul.slick-dots>li.slick-active {
    background-color: rgba(255, 255, 255, .6);
}


/*--------------------------*/
.hs_home_row_1 {
    background-color: #FAFAFA;
  padding-top:40px;
}

.hs_home_row_1_top_pane {
    max-width: 850px;
    margin: 0 auto !important;
    float: none !important;
    /*padding-top: 40px;
    padding-bottom: 100px;*/
  padding:30px 0 40px;
  
}
.hs_home_row_1_top_pane h3.hs_popular_title,
.hs_home_row_1_top_pane h3.hs_recent_post {
    font: normal normal normal 22px/1.4em raleway,sans-serif;
    color: #00386B;
    line-height: normal;
    font-style: italic;
    margin: 0 0 15px;
}
.hs_home_row_1 h1 {
    color: #00386B;   
}
.hs_home_feature_post .hs_popular_post_inner {
    max-width: 336px;
}
.hs_home_feature_post a.hs_pop_img_wrap {
    display: inline-block;
    border: 1px solid rgba(12, 60, 96, 1);
}
.hs_home_feature_post time {
    font-size: 13px;
    font-family: "open sans",sans-serif;
    color: #00386B;
}

.hs_home_popular_post {
    margin-left: 0 !important;
    float: right !important;
    padding: 0 15px 0 40px;
}
.hs_home_popular_post .hs-feature-with-title {
    position: relative;
}
.style-iqqu7carcont {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.style-iqqu7carcont:before {
    background-image: url(https://4060073.fs1.hubspotusercontent-na1.net/hubfs/4060073/Gilday-Nov2017/Image/fadenotchlinenew.png);
    background-position: 100% -25px;
    width: 30px;
    height: 30px;
    right: 0;
    position: absolute;
    top: 0;
    content: "";
}
.style-iqqu7carcont:after {
    background-image: url(https://4060073.fs1.hubspotusercontent-na1.net/hubfs/4060073/Gilday-Nov2017/Image/fadenotchlinenew.png);
    background-position: 0 -25px;
    width: 30px;
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
}
.style-iqqu7carline {
    background-image: url(https://4060073.fs1.hubspotusercontent-na1.net/hubfs/4060073/Gilday-Nov2017/Image/fadenotchlinenew.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    margin: 5px 30px 0;
    height: 30px;
}
.hs_home_popular_post .hs-feature-with-title:last-child .style-iqqu7carcont {
    display: none;
}


.hs_home_popular_post .hs-blog-col-2 {
    width: 100% !important;
    padding-left: 0 !important;
}
.hs_home_popular_post .hs-blog-col-2 .date_label {
    font: normal normal normal 10px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #00386B;
}






/*-----------------*/
.hs_three_col_equ_wrap {
    margin: 0 auto 50px;
    padding: 0 15px;
}
.hs_three_col_equ_wrap .hs_three_col_equ_wrap_inner {
    margin-left: -15px;
    margin-right: -15px;
}
.hs_three_col_equ_wrap .span4 {
    color: #fff;
    width: 33.333%;
    margin-left: 0 !important;
    max-width: 330px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    min-height: 418px;
}
.hs_three_col_equ_wrap .span4 .hs_3_col_inner {
    background-color: rgba(12, 60, 96, 1);
    padding: 15px 10px;
    position: relative;
    width: 100%;
}


.hs_three_col_equ_wrap h2.hs_title {
    font: normal normal normal 27px/1.4em 'open sans',sans-serif;
    color: #D1E0EB;
    font-size: 24px;
    font-family: raleway,sans-serif;
    margin: 0 0 20px;
}
.hs_three_col_equ_wrap h2.hs_title a {
    color: inherit;
}
.hs_three_col_equ_wrap .hs_content p {
    font-size: 18px;
    font-family: raleway, sans-serif;
    line-height: 1.4;
}
.hs_three_col_equ_wrap center {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
}
.hs_three_col_equ_wrap a.hs_btn_lightblue {
    min-width: 142px;
    line-height: 25px;
    background-color: rgba(61, 155, 233, 1);
    border: solid rgba(12, 60, 96, 1) 1px;
    color: #fff;
    font: normal normal normal 18px/1.4em raleway,sans-serif;
    transition: all 0.4s ease;
    display: inline-block;
    position: relative;
    padding: 6px 10px;
}
.hs_three_col_equ_wrap a.hs_btn_lightblue:hover {
    background-color: rgba(209, 224, 235, 1);
    border-color: rgba(209, 224, 235, 1);
    color: #0C3C60;
}
   
/*--------------------------*/
.hs_home_row_2 {
    background-color: rgb(209, 224, 235);
    padding: 70px 0 50px;
}
.hs_home_row_2 .page-center.content-wrapper {
    padding-left: 30px;
    padding-right: 25px;
}
.hs_home_row_2 .hs_home_row_2_left {
    min-width: 308px;
}
.hs_home_row_2 .hs_home_row_2_right {
    margin-left: 0;
    float: right;
    width: calc(100% - 328px);
    padding-left: 15px;
    padding-right: 15px;
}
.hs_home_row_2 .hs_home_row_2_right h1,
.hs_home_row_2 .hs_home_row_2_right h2 {
    text-align: center;
    color: #0C3C60;
    margin: 0 0 10px;
    font-size:60px;
}
.hs_home_row_2 .hs_home_row_2_right a.hs_btn_blue {
    border-radius: 0;
    display: table;
    padding: 10px 25px;
}
.hs_home_row_2 .hs_home_row_2_right a.hs_btn_blue:hover {
    background-color: rgba(209, 224, 235, 1);
    border-color: rgba(0, 56, 107, 1);
    color: rgba(0, 56, 107, 1);
}
.hs_home_row_2_right a.hs_btn_blue {
    font-size: 18px;
    font-family: raleway, sans-serif;
}


/*--------------------------*/
.hs_home_row_3 {
    background-color: rgb(12, 60, 96);
    padding: 50px 0 15px;
}
.hs_home_row_3 .page-center.content-wrapper {
    padding-left: 30px;
    padding-right: 25px;
}
.hs_home_row_3_top {
    text-align: center;
}
.hs_home_row_3_top h1,
.hs_home_row_3_top h2 {
    color: #fff;
    font-size: 50px;
}

.hs_two_col_w_left_img {
    position: relative;
}
.hs_two_col_w_left_img .hs_img_wrap {
    display: block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    border: 7px solid rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 1);
    overflow: hidden;
    max-width: 392px;
    height: 392px;
    margin: 0 auto;
}
.hs_img_wrap1 {
    display: block;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    image-rendering: auto;
}
.hs_two_col_w_left_img .hs_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    image-rendering: auto;
    visibility: hidden;
}



.hs_two_col_w_left_img .span12.hs_col_2 {
    margin: 0;
    color: #fff;
}
.hs_two_col_w_left_img .hs_content_wrap {
    max-width: 400px;
    margin-top: 15px;
}
.hs_two_col_w_left_img .hs_content_wrap p {
    font: normal normal normal 18px/1.35em 'open sans',sans-serif;
    font-style: italic;
    color: #FFFFFF;
}
.hs__home__page .hs_two_col_w_left_img .hs_content_wrap p strong {
    font-style: normal;
    font-family: raleway,sans-serif;
}
.hs_two_col_w_left_img.hs_top_img .span12.hs_col_1 {
    margin-bottom: 40px;
}
.hs_two_col_w_left_img.hs_top_img .span12.hs_col_2 {
    padding-left: 30px;
}
.hs_two_col_w_left_img.hs_bottom_img .span12.hs_col_2 {
    margin-bottom: 40px;
}
.hs_home_row_3_bottom a.hs_btn_blue {
    display: table;
    border-radius: 0;
    background-color: rgba(61, 155, 233, 1);
    border: solid rgba(12, 60, 96, 1) 1px;
    padding: 8px 20px;
    font-size: 18px;
    line-height: 25px;
    font-family: raleway, sans-serif;
}
.hs_home_row_3_bottom a.hs_btn_blue:hover {
    background-color: rgba(209, 224, 235, 1);
    border-color: rgba(209, 224, 235, 1);
}


/*--------------------------*/
.hs_home_row_4 {}

.hs__banner_w_content {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 480px;
    position: relative;
}
.hs__banner_w_content .hs_banner_content_wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(243, 243, 243, 0.9);
    padding: 15px 0;
}
.hs__banner_w_content .hs_banner_content_wrap p.hs_banner_content {
    margin: 0;
    text-align: center;
    font-size: 19px;
    line-height: 1.4em;
    font-family: raleway,sans-serif;
}
/*--------------------------*/
.hs_home_row_5 {
    background-color: rgb(12, 60, 96);
    padding: 30px 0 15px;
}
.hs_home_row_5 .page-center {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 920px !important;
}
.hs_home_row_5_top_pane {
    text-align: center;
}
.hs_home_row_5_top_pane h1,
.hs_home_row_5_top_pane h2 {
    color: #fff;
    margin: 0 0 0;
    font-size:60px;
}
.hs_home_row_5_top_pane p {
    color: #fff;
    font-family: raleway,sans-serif;
    font-size: 18px;
    margin: 0 0 35px;
}
.hs_home_row_5_form_title {
    text-align: center;
}
.hs_home_row_5_form_title p,
.hs_home_row_5_form_title a {
    color: #fff;
    font-family: raleway,sans-serif;
    font-size: 16px;
}
.hs_home_row_5_map iframe {
    height: 100%;
    width: 100%;
    max-width: 100%;
    min-height: 450px;
}
.widget-type-form.hs_home_row_5_form {
    margin: 0;
    padding: 0 0 0 20px;
    max-width: 100%;
}
.widget-type-form.hs_home_row_5_form h3.form-title,
.widget-type-form.hs_home_row_5_form .hs-form-field>label {
    display: none;
}
.widget-type-form.hs_home_row_5_form .hs-form-field .input>input::-webkit-input-placeholder,
.widget-type-form.hs_home_row_5_form .hs-form-field .input>textarea::-webkit-input-placeholder {
    color: #00386B;
}
.widget-type-form.hs_home_row_5_form .hs-form-field .input>input::-moz-placeholder,
.widget-type-form.hs_home_row_5_form .hs-form-field .input>textarea::-moz-placeholder {
    color: #00386B;
}
.widget-type-form.hs_home_row_5_form .hs_submit {
	text-align:left;
}
.widget-type-form.hs_home_row_5_form .hs_submit input.hs-button.primary.large {
    margin: 0;
    border-radius: 0;
    padding:8px 40px;
}
form.hs-form .hs-form-field ul.hs-error-msgs.inputs-list,
.widget-type-form.hs_home_row_5_form ul.hs-error-msgs.inputs-list {
    margin: 0;
    padding: 0;
}
form.hs-form .hs-form-field ul.hs-error-msgs.inputs-list li label,
.widget-type-form.hs_home_row_5_form ul.hs-error-msgs.inputs-list li label {
    display: block;
    color: #E21C21;
    font: normal 14px 'Helvetica Neue', Helvetica, sans-serif;
    margin: 2px 0 0;
}
.widget-type-form.hs_home_row_5_form .invalid.error {
    font: normal normal normal 18px/1.4em raleway,sans-serif;
    border: 1px solid #E21C21;
    color: #E21C21;
}
.widget-type-form.hs_home_row_5_form textarea {
    min-height: 130px;
}
.body-container .submitted-message{
    color: #ffffff;
    text-align: center;
}



/*----------Back to Top-------------*/
.hs_home_back_to_top {
    margin: 50px 0 10px;
    text-align: center;
}
.hs_home_back_to_top a#back-to-top {
    display: table;
    background-color: #9C4F19;
    border: solid rgba(0, 0, 0, 1) 1px;
    border-radius: 0;
    font-size: 18px;
    padding: 8px 20px;
    font-family: raleway,sans-serif;
}
.hs_home_back_to_top a#back-to-top:hover {
    background-color: rgba(209, 224, 235, 1);
    border-color: rgba(0, 56, 107, 1);
}
.hs_social_share_link {
    text-align: center;
}
.hs_social_share_link ul.hs_social_share {
    margin: 15px 0 19px;
    padding: 0;
    list-style: none;
}
.hs_social_share_link ul.hs_social_share li {
    display: inline-block;
    padding: 0 5px;
}
.hs__home__page .hs__footer__group {
    border-top: 1px solid rgba(255, 255, 255, 0.65);
}





/*===============Our Clients===============*/
body.hs_our_clients {}

.hs_our_clients .hs_home_row_3 {
    padding-top: 30px;
}
.hs_our_clients .hs_home_row_3_top h1 {
    font-size: 60px;
    padding-bottom: 15px;
}
.hs_our_clients .hs_two_col_w_left_img .hs_content_wrap p {
    font-size: 20px;
}
.hs_our_clients .hs_two_col_w_left_img.hs_bottom_img {
    margin-bottom: 40px;
}
.hs_our_clients .hs_two_col_w_left_img .hs_content_wrap p strong {
    font-style: normal;
}

/*=====================Two Column Equal Gallery===================*/
body.hs_2_col_equ_gallary {}

.hs_2_col_equ_gallary .hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide:first-of-type {
    width: 50% !important;
    max-height: 730px;
    padding-right: 5px !important;
    margin: 0;
}
.hs_2_col_equ_gallary .hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide {
    margin: 0 0 5px;
    width: 50% !important;
    height: 100%;
    min-height: 1px;
    max-height: 339px;
    padding: 0 !important;
}

.hs_2_col_equ_gallary .hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide:first-of-type {
    width: 50% !important;
    max-height: 730px;
    padding-right: 5px !important;
    margin: 0;
    min-height: 730px;
}
.hs_2_col_equ_gallary .hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide:first-of-type .slick-slide-inner-wrapper {
    padding: 0;
    left: 0;
}
.hs_2_col_equ_gallary .hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide .hs-slide-bg {
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    right: 0;
}
.hs_2_col_equ_gallary .hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper img {
    display: none;
}
.hs_2_col_equ_gallary .hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide {
    margin: 0 0 5px;
    width: 50% !important;
    height: 100%;
    min-height: 363px;
    max-height: 363px;
    padding: 0 !important;
}
.hs_2_col_equ_gallary .hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide:nth-child(2),
.hs_2_col_equ_gallary .hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide:nth-child(3) {
    left: 5px;
}








/*===============Two Column Right Gallery====================*/
body.hs_2_col_right_gallary {}

.hs_2_col_right_gallary .hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide {
    margin: 0 0 5px;
    width: 50% !important;
    height: 100%;
    min-height: 339px;
    max-height: 339px;
    padding: 0 !important;
}
.hs_2_col_right_gallary .hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide:first-of-type {
    width: 75% !important;
    max-height: 545px;
    min-height: 545px;
    padding-right: 5px !important;
    margin: 0 0 5px;
}
.hs_2_col_right_gallary .hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide:nth-child(2) {
    width: 25% !important;
    max-height: 180px;
    min-height: 180px;
    left: 5px;
}
.hs_2_col_right_gallary .hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide:nth-child(3) {
    width: 25% !important;
    max-height: 360px;
    min-height: 360px;
    left: 5px;
}
.hs_2_col_right_gallary .hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper {
    position: absolute;
    left: 0;
}
.hs_2_col_right_gallary .hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide .hs-slide-bg {
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    right: 0;
}

/*====================Whole House Renovations=====================*/
body.whole-house-renovations {}
.hs_interior_features.whole-house-renovations .hs_section_header .widget-type-header {
    margin: 0 auto 5px !important;
}
.whole-house-renovations .hs_portfolio_wrapper {
    padding: 0 8px;
}
.whole-house-renovations .hs_portfolio_wrapper .hs_cos_wrapper_type_custom_widget {
    width: inherit;
    float: left;
    margin-bottom: 7px;
    padding: 0;
}
.whole-house-renovations .hs_portfolio_wrapper .hs_cos_wrapper_type_custom_widget:nth-child(2n+1) .hs-infcaqbsimageItem {
    padding-right: 3px;
}
.whole-house-renovations .hs_portfolio_wrapper .hs_cos_wrapper_type_custom_widget:nth-child(2n+2) .hs-infcaqbsimageItem {
    padding-left: 3px;
}

.whole-house-renovations .hs-infcaqbsimageItemtitle {
    font: normal normal normal 25px/31px raleway,sans-serif;
    margin-bottom: 20px;
}
.whole-house-renovations .hs-infcaqbsimageItemdescription {
    font: italic normal normal 15px/18px futura-lt-w01-book,sans-serif;
    margin-bottom: 20px;
}
.whole-house-renovations .hs_portfolio_wrapper .hs_cos_wrapper_type_custom_widget:nth-child(3n+1) {
    clear: none;
}

/*===============Two Column Equal Bottom Gallery===============*/
body.hs_two_col_equ_bottom_gallery {}  
.hs_two_col_equ_bottom_gallery .hs_two_col_equ_bottom_row_1 .main-content {
    width: 100%;
    max-width: 730px;
    margin: 15px auto 0 !important;
    float: none;
}
.hs_two_col_equ_bottom_gallery .section-header h1 {
    font-size: 24px;
}
.hs_two_col_equ_bottom_gallery .section-header p.secondary-header {
    font-size: 18px;
}
.hs_two_col_equ_bottom_gallery .hs_pagination {
    max-width: 440px;
    margin: 0 auto;
    padding: 15px 0 0;
}

.hs_two_col_equ_bottom_gallery .hs_two_col_equ_lightbox .slick-slider.hs_cos_gallery_lightbox_thumbnails .slick-slide .hs-slide-caption {
    color: rgba(0,56,107,1);
    font: normal normal normal 27px/33px din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
}
.hs_two_col_equ_bottom_gallery .hs_two_col_equ_lightbox .slick-slider.hs_cos_gallery_lightbox_thumbnails .slick-slide:hover .hs-slide-caption {
    background: rgba(255,255,255,0.6);
}

/*================Two Column Equal Gallery with Bottom Pane===================*/
body.hs_two_col_equ_gallery_bottom_pane {}

.hs_two_col_equ_gallery_bottom_pane .hs_two_col_equ_lightbox .slick-slider.hs_cos_gallery_lightbox_thumbnails .slick-slide .hs-slide-caption>span {
    display: none;
}














/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
.all-posts{
    padding-bottom: 20px;
    position: absolute;
    left: 42.5%;
}
.blog-pagination{
    padding-bottom: 40px;
}
@media (max-width: 400px){
.blog-pagination{
    padding-bottom: 0px;
    }
}
.hs_social_share_wrap ul.hs_social_share {
    margin: 0;
    padding: 0;
    list-style: none;
}
.hs_social_share_wrap ul.hs_social_share li {
    width: 23px;
    height: 23px;
    margin-right: 4px;
    display: inline-block;
}
.hs_social_share_wrap ul.hs_social_share li a {
    display: block;
    height: 100%;
}
.hs_social_share_wrap ul.hs_social_share li a img {
    width: 23px;
    height: 23px;
    object-fit: cover;
}
/*------------------------------*/
.hs_interior_features .vex .hs_cos_gallery_slide .slick-slide-inner-wrapper>.caption.below {
    text-align: center !important;
    position: relative;
    z-index: 99999;
    left: 0;
    right: 0;
    color: #fff;
    bottom: 0;
}
.hs_interior_features .vex .hs_cos_gallery_slide .slick-slide-inner-wrapper>.caption.below h2 {
    font-size: 16px;
    margin: 20px auto 10px;
    font-weight: 100;
    color: #fff;
    font-family: Helvetica;
}
.hs_interior_features .vex .hs_cos_gallery_slide .slick-slide-inner-wrapper>.caption.below p {
    margin: 0 auto 20px;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.3px;
}
.hs-content-id-5460990732 .hs_two_col_equ_lightbox .slick-slider.hs_cos_gallery_lightbox_thumbnails .slick-slide .hs-slide-caption {
   font: normal normal normal 27px/1.4em raleway,sans-serif;
}
/*--------------------------------*/
.hs_two_col_equ_bottom_pane .vex-overlay.hs-gallery {
   background: #ffffff;
}

.hs_two_col_equ_bottom_pane .vex-content.hs-gallery button.slick-prev.slick-arrow:before {
   background-image: url(https://4060073.fs1.hubspotusercontent-na1.net/hubfs/4060073/Gilday-Nov2017/Image/slider-previous-arrow.png);
}

.hs_two_col_equ_bottom_pane .vex-content.hs-gallery button.slick-next.slick-arrow:before {
   background-image: url(https://4060073.fs1.hubspotusercontent-na1.net/hubfs/4060073/Gilday-Nov2017/Image/slider-next-arrow.png);
   content: "";
}

.hs_two_col_equ_bottom_pane .vex-content.hs-gallery .vex-close::before, 
.hs_two_col_equ_bottom_pane .vex-content.hs-gallery .vex-close::after {
   display: none;
}

.hs_two_col_equ_bottom_pane .vex-content.hs-gallery .vex-close {
   background: url(https://4060073.fs1.hubspotusercontent-na1.net/hubfs/4060073/Gilday-Nov2017/Image/slider-cross-icon.png);
   top: 40px;
   right: 40px;
   width: 35px;
   height: 35px;
}

/*-------------------------*/
body.hs_tb_padding .body-container .page-center,
body.landing-page .body-container .page-center,
.error-template .body-container .page-center,
.password-template .body-container .page-center,
.subscription-template .body-container .page-center {
    padding-top: 20px;
    padding-bottom: 25px;
}
.error-template form.hs-form .field label {
    color: #fff;
    display: block;
    margin-bottom: 3px;
}
.subscription-template .page-header {
    padding-bottom: 0;
}

.subscription-template .widget-type-email_simple_subscription h1,
.subscription-template .widget-type-email_simple_subscription form h3 {
    color: #fff;
}




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


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

/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 1355px) {
    .hs_download_link .cell-wrapper {
        right: 0;
    }
}

@media (max-width: 1033px) {
    .whole-house-renovations .hs_portfolio_wrapper .hs_cos_wrapper_type_custom_widget {
        width: 50%;
        padding: 0;
    }
    .whole-house-renovations .hs_portfolio_wrapper .hs-infcaqbsimageItem .hs-infcaqbsimageItem_imgBorder .hs-infcaqbsimageItemimage,
    .whole-house-renovations .hs_portfolio_wrapper .hs-infcaqbsimageItem .hs-infcaqbsimageItem_imgBorder>img {
        max-height: 273px;
        width: 100%;
        min-height: 273px;
        display: block;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        image-rendering: auto;
    }
    .whole-house-renovations .hs_portfolio_wrapper .hs-infcaqbsimageItem .hs-infcaqbsimageItem_imgBorder>img {
        display: none !important;
    }
    
    
    
    
    
    
}

@media (max-width: 1024px) {
    .container-fluid .row-fluid .page-center {
        max-width: 970px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .hs__header__group .hs_menu_group {
        margin-left: 0;
        position: relative;
        width: calc(100% - 228px);
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
        padding: 5px 8px;
    }
    .hs_two_col_equ_top_row_2 .page-center.content-wrapper {
        padding-left: 50px !important;
        padding-right: 30px !important;
    }
    .hs_2_col_equ_gallary .hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide {
        max-height: 325px;
    }
    .hs_three_col_equ_wrap .span4 {
        min-height: 464px;
    }
    .hs_three_col_equ_wrap .hs_content p {
        line-height: 1.3;
    }
    .hs_three_col_equ_wrap center {
        bottom: 15px;
    }
    
    
    
    
    

}




@media (max-width: 900px) and (min-width: 768px){
    .custom-menu-primary .hs-menu-wrapper>ul>li {
        padding: 0 3px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
        font: normal normal normal 13px/1.4em 'open sans',sans-serif;
        padding: 8px 2px;
        line-height: 33px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
        padding: 5px 2px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul li a {
        font-size: 13px;
    }
    .hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide {
        min-height: 1px;
        max-height: 250px;
    }
    .hs_three_col_equ_wrap p.hs_content {
        font-size: 15px;
    }
    
    
}

@media (max-width: 1050px) {
    .hs_main_content_group .main-content.center {
        padding-left: 15px;
    }
    .blog.hs-blog-post .blog-content {
        max-width: 70%;
        width: 100%;
    }
    .blog.hs-blog-post .blog-sidebar {
        padding: 2px 0 0 20px;
        width: 100%;
        max-width: 30%;
    }
    .hs_popular_post_wrap .slick-prev.slick-arrow {
        left: 0;
    }
    .hs_popular_post_wrap .slick-next.slick-arrow {
        right: 0;
    }
    .blog .blog-sidebar h3 {
        font-size: 23px;
    }
    .hs_post_body_wrap .hs_post_body {
        padding-left: 15px;
        padding-right: 15px;
    }
    .hs_post_body_wrap .hs_post_body a.more-link {
        position: static;
    }
    
    
    
    
}

@media(max-width: 1050px) and (min-width: 768px) {
    .hs__recent__post .hs-blog-col-1 {
        width: 100%;
    }
    .hs__recent__post .hs-blog-col-2 {
        width: 100%;
        padding-left: 0;
    }
    .hs_download_now_page .hs-blog-col-1 {
        width: 70px;
    }
    
}

@media(max-width: 990px) {
    /*.hs_2_col_equ_gallary .hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide:first-of-type {
        width: 100% !important;
        max-height: 730px;
        padding: 0 !important;
        margin: 0 0 5px;
    }*/
    .hs_2_col_equ_gallary .hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide {
        margin: 0 0 5px;
        width: 50% !important;
        height: 100%;
        min-height: 363px;
        max-height: 363px;
    }
    .hs_2_col_equ_gallary .hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide:nth-child(2n+2) {
        padding-right: 3px !important;
    }
    .hs_2_col_equ_gallary .hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide:nth-child(2n+3) {
        padding-left: 3px !important;
    }
    
    
    
    
    
}
   
@media(max-width: 850px) {
    .hs_2col_left_w_image .span4.hs_col_1 {
        margin-left: 15px;
    }
    
    .hs_partner_wrapper {
        margin-top: 0;
    }
    .hs_partner_wrapper .hs_meta_wrap .hs_img {
        position: static;
    }
    .hs_partner_wrapper .hs_meta_wrap .hs_heading_wrap {
        padding-left: 0;
    }
    .hs_heading_wrap h5.hs_partner {
        margin: 0;
    }
    
    
    
}

@media (min-width: 768px) {
    .vex-content.hs-gallery .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
       padding: 0 100px;
       max-height: 90%;
       overflow: hidden;
    }
}

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

@media (max-width: 767px) {
    .body-container .widget-type-form,
    .landing-page.one-column .body-container .hs_cos_wrapper_type_form,
    .body-container .widget-type-blog_subscribe,
    .body-container .widget-type-google_search,
    .body-container .widget-type-password_prompt.custom_error_message,
    .body-container .widget-type-email_simple_subscription{
        max-width: 100%;
    }
    /* 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 {
        width: 100%;
      max-width: 100%;
    } 
    .hs_download_link {
        display: none !important;
    }
    .hs__header__group .row-fluid .page-center {
        padding: 7px 0 0;
    }
    .hs__header__group .hs_header_logo {
        min-width: 1px;
        width: 100%;
        text-align: center;
    }
    .hs__header__group .hs_header_logo a {
        display: block;
        max-width: 196px;
        margin: 0 auto;
    }
    .hs__header__group .hs_menu_group {
        margin-left: 0;
        position: relative;
        width: 100%;
    }
    
    .custom-menu-primary.js-enabled {
        position: relative;
        padding-top: 40px;
        margin: 2px auto !important;
        width: 87.5%;
        float: none;
    }
    /*--------------------------------*/
    /* Level 1 Menu List Styles */
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: inline-block;
        border: 1px solid rgba(0, 56, 107, 1) !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li {
        opacity: 0.95;
        min-height: 49px;
        line-height: 48px;
        background-color: rgba(255, 255, 255, 1);
        border-bottom: 1px solid rgba(0, 56, 107, 1);
        cursor: pointer;
        color: rgba(0, 56, 107, 1);
        display: block;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li:last-child {
        border-bottom: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li a {
        width: 100%;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        box-sizing: border-box;
        color: rgba(0, 56, 107, 1);
        padding: 0 17px !important;
        text-align: center;
        line-height: 49px;
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li a:hover {}
    
    /* Level 2 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul ul {}
    .custom-menu-primary .hs-menu-wrapper > ul ul li {}
    .custom-menu-primary .hs-menu-wrapper > ul ul li a {}
    .custom-menu-primary .hs-menu-wrapper > ul ul li:first-child {
        border-top: 1px solid rgba(0, 56, 107, 1);
    }
    
    p.hs_subtitle {
        font-size: 13px;
    }
    .hs_top_link {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        text-align: center;
    }
    .hs_top_link a {
        font-size: 15px;
    }
    .hs_title_wrap h1.hs_title {
        font-size: 25px;
        margin: 0;
    }
    
    .hs__footer__group {
        margin: 0;
    }
    .hs_copyright {
        margin: 11px 0 35px;
    }
    .hs_copyright p {
        font-size: 13px;
    }
    
    .mobile_actions_wrap {
        position: fixed;
        bottom: -53px;
        width: 100% !important;
        transition: bottom .4s ease;
    }
    .mobile_actions_wrap.is_active {
        bottom: 0;
    }
    .mobile_actions_menuknob {
        height: 37px;
        position: relative;
        left: 0;
        right: 0;
        bottom: -2px;
        margin: 0 auto;
        text-align: center;
        max-width: 150px;
        width: 100%;
        z-index: 10000;
        background-image: url(https://4060073.fs1.hubspotusercontent-na1.net/hubfs/4060073/Gilday-Nov2017/Image/quickAction_darkSprite-1.png);
        background-position: 50% -430px;
        background-size: 430px;
        cursor: pointer;
    }
    .is_active .mobile_actions_menuknob {
        bottom: 0;
    }
    .mobileActionsMenumenuContainer {
        display: table;
        width: 100%;
        background-color: #3e3e3e;
        background-position: 50% 60%;
        background-size: 100% 23px;
        background-repeat: no-repeat;
        background-image: url(https://4060073.fs1.hubspotusercontent-na1.net/hubfs/4060073/Gilday-Nov2017/Image/quickActions_dark_bg.png);
        height: 53px;
        box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, 0.5);
        /*pointer-events: auto;*/
    }
    .mobileActionsMenumenuContainer ul {
        display: table-row;
        list-style: none;
    }
    .mobileActionsMenumenuContainer ul li {
        display: table-cell;
        text-align: center;
        height: 53px;
        border: 1px solid #575757;
        border-left-color: #363636;
        cursor: pointer
    }
    .mobileActionsMenumenuContainer ul li a {
        background-image: url(https://4060073.fs1.hubspotusercontent-na1.net/hubfs/4060073/Gilday-Nov2017/Image/quickAction_darkSprite-1.png);
        background-repeat: no-repeat;
        width: 40px;
        height: 100%;
        display: inline-block;
        overflow: hidden;
        direction: ltr;
        white-space: nowrap;
        text-indent: -9999em;
        background-size: 420px;
    }
    .mobileActionsMenumenuContainer ul li.mobileActionsMenu_navigation a {
        background-position: -13px -4px;
    }
    .mobileActionsMenumenuContainer ul li.mobileActionsMenu_phone a {
        background-position: -78px -4px;
    }
    /*--------------Footer Menu----------------*/
    .MOBILE_ACTIONS_MENUlists {
        position: fixed;
        background: rgba(0, 0, 0, 0.1);
        width: 100%;
        height: 100%;
        display: none;
        z-index: 999;
        top: 0;
    }
    .mobileActionsMenulistsShadow {
        display: block;
        top: 50px;
        bottom: 0;
        left: 13px;
        right: 13px;
        position: absolute;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
        -webkit-transition: top .8s ease-in-out;
        transition: top .8s ease-in-out;
    }
    .mobileActionsMenuheader {
        left: 0;
        right: 0;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.9);
        background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.26) 26%, rgba(255, 255, 255, 0.52) 52%, rgba(214, 214, 214, 0.72) 72%, #c9c9c9 100%);
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.26) 26%, rgba(255, 255, 255, 0.52) 52%, rgba(214, 214, 214, 0.72) 72%, #c9c9c9 100%);
    }
    .mobileActionsMenulistTitle {
        float: left;
        color: #808080;
        line-height: 35px;
        padding-left: 15px;
        margin: 0;
        font-size: 13px;
        font-family: Arial, Helvetica, sans-serif;
    }
    .mobileActionsMenucloseBtn {
        cursor: pointer;
        width: 36px;
        height: 35px;
        float: right;
        background-image: url(https://4060073.fs1.hubspotusercontent-na1.net/hubfs/4060073/Gilday-Nov2017/Image/x.png);
        background-size: 40%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        border-left: 1px #B0AFAF solid;
        font-family: Arial, Helvetica, sans-serif;
    }
    .hs_menu_wrapper {
        top: 35px;
        bottom: 0;
        left: 0;
        right: 0;
        background: #FFF;
        position: absolute;
        overflow-y: auto;
    }
    .hs_menu_wrapper ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .hs_menu_wrapper ul li a {
        color: #000;
        background: transparent;
        text-decoration: none;
        cursor: pointer;
        display: block;
        padding: 1em;
        border-bottom: 1px #B0AFAF solid;
        font-size: 17px;
        font-family: Arial, Helvetica, sans-serif;
        line-height: normal;
    }
    .hs_menu_wrapper ul li .child-trigger {
        display: none !important;
    }
    .hs_menu_wrapper ul li ul li a:before {
        content: ">";
        padding-right: 5px;
    }
    .hs_menu_wrapper>ul>li>ul.hs-menu-children-wrapper {
        display: block !important;
    }
    /*---------------------------------*/
    .hs_title_wrap {
        min-height: 200px;
        padding: 10px 0;
    }
    .hs_two_col_equ_bottom_row_1 .main-content {
        margin: 0;
        width: 100%;
    }
    .hs_two_col_equ_bottom_row_1 .main-content.right {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .hs_two_col_equ_bottom_row_1 .main-content a.fancybox {
        display: block;
    }
    .hs_two_col_equ_bottom_row_1 .main-content a.fancybox img {
        width: 100%;
    }
    
    .hs_two_col_equ_bottom_row_2_flexi .hs_cos_wrapper_type_custom_widget {
        width: 100%;
        float: left;
    }
    .gallery-group {
        margin-bottom: 10px;
    }
    .gallery-group,
    .gallery-item-container,
    .gallery-item-visible.gallery-item.gallery-item-preloaded.loaded img {
        width: 100%;
    }
    .hs_section_header .widget-type-header {
        margin: 5px auto 10px!important;
        float: none;
    }
    .hs_three_col_equ_page.hs_administration .hs_portfolio_wrapper .hs_cos_wrapper_type_custom_widget,
    .hs_three_col_equ_page .hs_portfolio_wrapper .hs_cos_wrapper_type_custom_widget,
    .hs_portfolio_wrapper .hs_cos_wrapper_type_custom_widget {
        width: 100%;
        float: none;
        margin-bottom: 10px;
        padding: 0 !important;
    }
    .hs-infcaqbsimageItem_imgBorder img {
        width: auto;
        margin: 0 auto;
        display: block;
    }
    .hs_portfolio_bottom_wrap .hs_cos_wrapper_type_rich_text p:last-child a[align="left"],
    .hs_portfolio_bottom_wrap .hs_cos_wrapper_type_rich_text p:last-child a[align="right"] {
        width: 100%;
        float: none;
        padding-bottom: 0;
    }
    .hs_2_col_equ_gallary .hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide,
    .hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide {
        min-height: 1px;
        width: 100%!important;
    }
    .hs_2_col_equ_gallary .hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide:nth-child(2n+2)
    .hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide:nth-child(2n+2) {
        padding-right: 0;
    }
    .hs_2_col_equ_gallary .hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide:nth-child(2n+3)
    .hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide:nth-child(2n+3) {
        padding-left: 0;
    }
    .hs_pagination.hs_with.section_h {
        margin: 10px 0;
    }
    .hs_pagination.hs_with.section_h .span4 {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .hs_pagination.hs_with.section_h .span4 p.hs_return {
        margin-top: 0;
    }
    .hs_pagination.hs_with.section_h .span4.hs_col_3 {
        text-align: center;
    }
    .hs_three_col_equ_page .hs_section_header .widget-type-header {
        margin-bottom: 0 !important;
    }
    .hs_section_header .hs_back_to_about {
        position: static;
        text-align: center;
        margin-bottom: 3px;
    }  
    .hs_portfolio_bottom_wrap .hs_back_to_about {
        margin: 5px 0;
        text-align: center;
        padding: 0;
    }
    .hs_main_content_group .main-content,
    .hs_three_column_page .hs_heading_group,
    .hs_three_column_page .hs_main_content_group {
        width: 100%;
        border-right: 0;
        padding-right: 0;
    }
    .hs_main_content_group .main-content.center {
        padding-left: 0;
    }
    .hs_main_content_group .main-content.left {
        text-align: center;
    }
    .hs_three_column_page .main-content.right {
        width: 100%;
        margin: 20px 0;
        padding-left: 0;
        border-left: 0;
    }
    .hs_full_width_title {
        margin: 0 0 20px;
    }
    .hs_2col_left_w_image .span4.hs_col_1 {
        margin: 0 auto 15px;
    }
    .hs_2col_left_w_image .span8.hs_col_2 {
        float: none;
        margin: 0 auto;
    }
    .blog.hs-blog-post .blog-content {
        max-width: 100%;
    }
    .blog.hs-blog-post .blog-sidebar {
        padding: 20px 0 0;
        width: 100%;
    }
    .hs_popular_post_wrap .slick-track {
        text-align: center;
    }
    .hs_popular_post_wrap .slick-track img.hs_pop_img {
        margin: 0 auto;
    }
    .hs_popular_post_wrap .slick-arrow {
        top: 30%;
    }
    .blog-listing-wrapper .post-listing .post-item {
        padding-left: 0;
    }
    .hs_three_column_page .hs__recent__post p {
        text-align: lect;
    }
    .hs_two_col_equ_top_row_1 .hs_top_heading {
        margin: 0 0 10px;
    }
    .hs_two_col_equ_top_row_1_left {
        padding: 0;
    }
    .hs_two_col_equ_top_row_1_right a {
        display: flex;
        justify-content: center;
        display: -webkit-flex;
        -webkit-justify-content: center;
    }
    .hs_two_col_equ_top_row_2 .main-content.left {
        width: 100%;
        margin: 20px 0;
        text-align: center;
    }
    .hs_two_col_equ_top_row_2 .main-content.right {
        width: 100%;
        padding-top: 0;
    }
    .hs_two_col_equ_top_row_2 .page-center.content-wrapper {
        padding: 0 15px !important;
    }
    .hs_two_col_equ_top_row_2_bottom_content ul li {
        display: block;
        padding: 0 0 5px;
    }
    .hs_two_col_equ_top_row_2_bottom_content ul li:last-child {
        padding: 0;
    }
    .hs_about_top_pane .hs_cos_wrapper_type_custom_widget {
        width: 100%;
        margin-right: 0;
    }
    .hs_partner_wrapper {
        max-width: 100%;
        margin-bottom: 25px;
    }
    .hs_partner_wrapper .hs_meta_wrap {
        text-align: center;
    }
    .hs_partner_wrapper .hs_meta_wrap .hs_img {
        float: none;
    }
    .main-content .hs_about_bottom_pane {
        margin-top: 15px;
    }
    .hs_one_col_img_wra {
        margin: 0 auto 15px;
    }
    .hs_one_col_img_wra .hs_meta_wrap {
        padding: 10px;
        text-align: center;
    }
    .hs_one_col_img_wra .hs_meta_wrap .hs_img {
        position: static;
    }
    .hs_one_col_img_wra .hs_meta_wrap .hs_heading_wrap {
        padding: 0;
    }
    .hs_one_col_img_wra h4.hs_title {
        margin: 10px 0;
    }
    .hs_one_col_img_wra .hs_button {
        text-align: center;
    }
    .main-content .hs_about_bottom_pane .hs_cos_wrapper_type_custom_widget:last-child .hs_one_col_img_wra {
        margin-bottom: 15px;
    }
    
    .hs_home_slider_wrap .hs_cos_gallery_main .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper {
        min-height: 410px;
    }
    .hs_home_slider_wrap .hs_cos_gallery_main .caption.below h1 {
        font-size: 35px;
    }
    .hs_popular_post.hs_home_feature_post,
    .hs_home_popular_post {
        padding: 0;
        width: 100% !important;
    }
    .hs_three_col_equ_wrap .span4 {
        width: 100%;
        max-width: 100%;
        margin: 0 0 10px;
        padding: 0;
        min-height: 1px;
    }
    .hs_three_col_equ_wrap center {
        position: static;
    }
    .hs_home_row_2 .hs_home_row_2_left img {
        display: block;
        margin: 0 auto;
    }
    .hs_home_row_2 .hs_home_row_2_right {
        width: 100%;
        padding: 0;
    }
    .hs_two_col_w_left_img.hs_top_img .span12.hs_col_2 {
        padding-left: 0;
    }
    .hs_two_col_w_left_img .hs_content_wrap {
        max-width: 100%;
        margin-top: 15px;
    }
    .hs_two_col_w_left_img.hs_bottom_img {
        padding-top: 30px;
    }
    .hs_home_row_5_map {
        margin: 0 0 15px;
    }
    .hs_home_row_5_map iframe {
        min-height: 380px;
    }
    .widget-type-form.hs_home_row_5_form {
        padding: 0;
    }
    .hs_home_row_2 .hs_home_row_2_right {
        padding: 10px 0 0;
    }
    .hs_our_clients .hs_home_row_3_top h1,
    .hs_home_row_5_top_pane h1,
    .hs_home_row_2 .hs_home_row_2_right h1,
    .hs_home_row_3_top h1 {
        font-size: 35px;
    }
    .hs_2_col_right_gallary .hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide:first-of-type {
    	width: 100% !important;
    	padding-right: 0 !important;
    }
    .hs_2_col_right_gallary .hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide:nth-child(2),
    .hs_2_col_right_gallary .hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide:nth-child(3) {
        width: 100% !important;
        max-height: 339px;
        min-height: 339px;
        left: 0;
    }
    .vex-content.hs-gallery button.slick-arrow {
        top: 44%;
    }
    .whole-house-renovations .hs_portfolio_wrapper .hs_cos_wrapper_type_custom_widget {
        width: 100%;
        padding: 0;
    }
    .whole-house-renovations .hs_portfolio_wrapper {
        padding: 0;
    }
    .whole-house-renovations .hs_portfolio_wrapper .hs_cos_wrapper_type_custom_widget:nth-child(2n+2) .hs-infcaqbsimageItem,
    .whole-house-renovations .hs_portfolio_wrapper .hs_cos_wrapper_type_custom_widget:nth-child(2n+1) .hs-infcaqbsimageItem {
        padding-right: 0;
        padding-left: 0;
    } 
    .hs-infcaqbsimageItem_inner {
        padding: 0 5px;
    }
    .blog.hs-blog-post .blog-content,
    .blog.hs-blog-post .blog-sidebar {
        width: 100%;
        max-width: 100%;
    }
    .hs_2_col_right_gallary .hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper {
        padding: 35%;
    }
    .hs_2_col_right_gallary .hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide {
        width: 100% !important;
    }
    .hs_2_col_equ_gallary .hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide:first-of-type {
        width: 100% !important;
        padding-right: 0 !important;
        margin: 0 0 5px;
        min-height: 1px;
    }
    .hs_2_col_equ_gallary .hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide:nth-child(2), 
    .hs_2_col_equ_gallary .hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide:nth-child(3) {
        left: 0;
    }
    .hs_2_col_equ_gallary .hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide .hs-slide-bg {
        display: none;
    }
    .hs_2_col_equ_gallary .hs_full_width_top_pane_lightbox .hs_cos_gallery_thumbnails .slick-track .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper img {
        display: block;
    }
    .hs_three_col_equ_wrap .hs_content p {
        line-height: 1.4;
    }
    .custom-menu-primary .hs-menu-wrapper {
        visibility: hidden;
    }
    
    .mobile-open .custom-menu-primary .hs-menu-wrapper {
        visibility: visible;
    }
    
}  

/*-----------------------end media 767-----*/


@media (max-width: 640px) {
    .hs_interior_features .hs_two_col_equ_lightbox .slick-slider.hs_cos_gallery_lightbox_thumbnails .slick-slide,
    .hs_two_col_equ_lightbox .slick-slider.hs_cos_gallery_lightbox_thumbnails .slick-slide {
        max-width: 100%;
    }
    .hs-blog-post .hs-lightbox-image-table td {
       padding: 10px 0;
       display: block;
       width: 100% !important;
       text-align: center;
    }
    .hs-blog-post .blog-post-wrapper .post-body img {
        display: block;
        float: none !important;
        margin: 10px 0 !important;
    }
    .hs-blog-post .blog-post-wrapper .hs-lightbox-image-table td img {
       margin: 0 auto !important;
    }
    .hs_home_row_2 .hs_home_row_2_left {
        min-width: 1px;
    }
    .hs_interior_features .hs_two_col_equ_lightbox .slick-slider.hs_cos_gallery_lightbox_thumbnails .slick-slide .slick-slide-inner-wrapper {
        padding: 35%;
    }
    
    
    
}



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

@media (max-width: 479px) {
    h1 {
        font-size: 50px;
        line-height: 1.1em;
    }
    .section-header h1 {
        font-size: 22px;
    }
    .section-header h1 br {
        display: none;
    }
    .section-header p.secondary-header {
        font-size: 18px;
    }
    .hs_three_col_equ_page.hs_administration .hs_portfolio_bottom_wrap .page-center.content-wrapper {
        padding: 0 10px 15px;
    }
    .hs_full_width .main-content .hs_cos_wrapper_type_rich_text {
        padding-left: 0;
        padding-right: 0;
    }    
    .hs_post_body_wrap {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .hs_post_body_wrap .hs_featured_image_wrap {
        width: 100%;
        max-width: 100%;
        float: none;
    }
    .hs_post_body_wrap .hs_post_body {
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }
    .hs_two_col_w_left_img .hs_img_wrap,
    .hs_two_col_w_left_img .hs_img_wrap img {
        width: 100%;
        height: 100%;
        /*min-height: 250px;*/
    }
    
    .hs__recent__post .hs-blog-col-1 {
        width: 100%;
    }
    .hs__recent__post .hs-blog-col-2 {
        width: 100%;
        padding-left: 0;
    }
    .hs_download_now_page .hs-blog-col-1 {
        width: 70px;
    }
    
}


@media(max-width: 380px) {
    .hs_pagination {
        margin-left: -15px;
        margin-right: -15px;
    }
    .hs_pagination p.hs_return,
    .hs_pagination .hs_col_2 p.hs_return {
        padding: 0;
    }
    
    .hs_pagination .span6 {
        width: 100%;
        float: none;
        text-align: center !important;
        margin: 0 0 8px;
    }
    .vex .vex-content.hs-gallery.hs_cos_gallery_lightbox_container .hs_cos_gallery_main.slick-fixed-height-slider {
        padding: 0 15px;
    }
    .vex-content.hs-gallery button.slick-prev.slick-arrow {
        left: 15px;
    }
    .vex-content.hs-gallery button.slick-next.slick-arrow {
        right: 15px;
    }
    
    
    
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-text {width: 75%; float: right; padding-right: 0; padding-left: 20px;}
.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {width: 25%; float: left;}

.navy-cta {
    background-color: rgb(12, 60, 96);
    padding: 8px 20px;
    font-size: 18px;
    line-height: 25px;
    font-family: raleway, sans-serif;
    color:#ffffff!important;
    text-transform:uppercase;
}
.awareness-container {background: rgb(209, 224, 235); padding:20px 0 30px 0;}
.awareness-container .page-center {max-width:650px!important;}
.awareness-container h3 {text-transform:uppercase;color: #00386B;font-size:44px;line-height:115%;margin:0; padding-bottom:20px;}
.awareness-center {text-align:center!important;}

@media(max-width: 767px) {
  .awareness-container { text-align:center!important;}
  .mobile-pb20 {padding-bottom:20px;}
}


/****** Site Page 2018 ******/
body.site-page-2018 {}

body.site-page-2018 h1 {font: normal normal normal 22px/1.4em 'raleway',sans-serif;}
body.site-page-2018 h2 {font: normal normal normal 20px/1.4em 'raleway',sans-serif;}
body.site-page-2018 h3 {font: normal normal normal 18px/1.4em 'raleway',sans-serif;}
body.site-page-2018 h4 {font: normal normal normal 16px/1.4em 'raleway',sans-serif;}

body.site-page-2018 .sp2018-sidebar .hs-menu-wrapper.hs-menu-flow-vertical ul>li {line-height: 24px; margin: 0 0 16px;}
body.site-page-2018 .sp2018-sidebar .hs-menu-wrapper.hs-menu-flow-vertical ul>li>h3>a,
body.site-page-2018 .sp2018-sidebar .hs-menu-wrapper.hs-menu-flow-vertical ul>li>a {
    /*font: italic normal 700 16px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;*/
    transition: color 0.4s ease 0s;
    color: #9C4F19;
    white-space: normal;
    display: inline-block;
    font-weight: bold;
  font-family: AvenirNext, Raleway, sans-serif;
  font-size: 16px;
  font-style: italic;
}

body.site-page-2018 .sp2018-sidebar-flex > span > div {margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid rgba(150, 69, 35, 1);}
body.site-page-2018 .sp2018-sidebar-flex > span > div:last-child {border-bottom: none;}

@media (min-width: 768px) {

body.site-page-2018 .sp2018-sidebar {
    border-left: 1px solid rgba(150, 69, 35, 1);
  	padding-bottom: 9999px;
  margin-bottom: -9999px;
  overflow: hidden;
  padding-left: 2.76%;
}
}

/***** Fix for Default HubSpot Slider Module *****/
.vex-overlay.hs-gallery {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.8);
    z-index: 1000000;
    top: 0;
}
.vex-content.hs-gallery {position: fixed; z-index: 10000000;}


.splide__toggle {
  display: none!important;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* 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; }

.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:28px;margin-left:2.127659574%;*margin-left:2.0744680846382977%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .span12{width:99.99999998999999%;*width:99.94680850063828%}.row-fluid .span11{width:91.489361693%;*width:91.4361702036383%}.row-fluid .span10{width:82.97872339599999%;*width:82.92553190663828%}.row-fluid .span9{width:74.468085099%;*width:74.4148936096383%}.row-fluid .span8{width:65.95744680199999%;*width:65.90425531263828%}.row-fluid .span7{width:57.446808505%;*width:57.3936170156383%}.row-fluid .span6{width:48.93617020799999%;*width:48.88297871863829%}.row-fluid .span5{width:40.425531911%;*width:40.3723404216383%}.row-fluid .span4{width:31.914893614%;*width:31.8617021246383%}.row-fluid .span3{width:23.404255317%;*width:23.3510638276383%}.row-fluid .span2{width:14.89361702%;*width:14.8404255306383%}.row-fluid .span1{width:6.382978723%;*width:6.329787233638298%}.container-fluid{*zoom:1}.container-fluid:before,.container-fluid:after{display:table;content:""}.container-fluid:after{clear:both}@media(max-width:767px){.row-fluid{width:100%}.row-fluid [class*="span"]{display:block;float:none;width:auto;margin-left:0}}@media(min-width:768px) and (max-width:1139px){.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:28px;margin-left:2.762430939%;*margin-left:2.709239449638298%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .span12{width:99.999999993%;*width:99.9468085036383%}.row-fluid .span11{width:91.436464082%;*width:91.38327259263829%}.row-fluid .span10{width:82.87292817100001%;*width:82.8197366816383%}.row-fluid .span9{width:74.30939226%;*width:74.25620077063829%}.row-fluid .span8{width:65.74585634900001%;*width:65.6926648596383%}.row-fluid .span7{width:57.182320438000005%;*width:57.129128948638304%}.row-fluid .span6{width:48.618784527%;*width:48.5655930376383%}.row-fluid .span5{width:40.055248616%;*width:40.0020571266383%}.row-fluid .span4{width:31.491712705%;*width:31.4385212156383%}.row-fluid .span3{width:22.928176794%;*width:22.874985304638297%}.row-fluid .span2{width:14.364640883%;*width:14.311449393638298%}.row-fluid .span1{width:5.801104972%;*width:5.747913482638298%}}@media(min-width:1280px){.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:28px;margin-left:2.564102564%;*margin-left:2.510911074638298%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .span12{width:100%;*width:99.94680851063829%}.row-fluid .span11{width:91.45299145300001%;*width:91.3997999636383%}.row-fluid .span10{width:82.905982906%;*width:82.8527914166383%}.row-fluid .span9{width:74.358974359%;*width:74.30578286963829%}.row-fluid .span8{width:65.81196581200001%;*width:65.7587743226383%}.row-fluid .span7{width:57.264957265%;*width:57.2117657756383%}.row-fluid .span6{width:48.717948718%;*width:48.6647572286383%}.row-fluid .span5{width:40.170940171000005%;*width:40.117748681638304%}.row-fluid .span4{width:31.623931624%;*width:31.5707401346383%}.row-fluid .span3{width:23.076923077%;*width:23.0237315876383%}.row-fluid .span2{width:14.529914530000001%;*width:14.4767230406383%}.row-fluid .span1{width:5.982905983%;*width:5.929714493638298%}}.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;content:""}.clearfix:after{clear:both}.hide{display:none}.show{display:block}.invisible{visibility:hidden}.hidden{display:none;visibility:hidden}.visible-phone{display:none !important}.visible-tablet{display:none !important}.hidden-desktop{display:none !important}@media(max-width:767px){.visible-phone{display:inherit !important}.hidden-phone{display:none !important}.hidden-desktop{display:inherit !important}.visible-desktop{display:none !important}}@media(min-width:768px) and (max-width:1139px){.visible-tablet{display:inherit !important}.hidden-tablet{display:none !important}.hidden-desktop{display:inherit !important}.visible-desktop{display:none !important}}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: 'AvenirNext';
  src: url('https://4060073.fs1.hubspotusercontent-na1.net/hubfs/4060073/theme2021/fonts/AvenirNextLTPro-Medium.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNext';
  src: url('https://4060073.fs1.hubspotusercontent-na1.net/hubfs/4060073/theme2021/fonts/AvenirNextLTPro-Demi.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}




body {
  font-family: "AvenirNext","Raleway",sans-serif;
  font-size: 20px;
  color: #124061;
  line-height: 1.4;
}

p {
  margin: 0;
  letter-spacing: normal;
  font-family: "AvenirNext","Raleway",sans-serif;
}

h1 + p,
h2 + p,
h3 + p,
h4 + p,
p + p,
p + h2,
p + h3,
p + h4 {
  margin-top: 20px;
}


/* Anchor Links */
a {
  color: #9C4F19;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
  color: #124061;
}

.link--no-style {
  text-decoration: none!important;
  color: inherit;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 500;
  font-family: "AvenirNext","Raleway",sans-serif;
  color: inherit;
  text-transform: uppercase;
}

h1 {
  font-size: 44px;
  line-height: 1.3;
}

h2 {
  font-size: 30px;
  line-height: 1.2;
}

h3 {
  font-size: 24px;
  line-height: 1.5;
}

h4 {
  font-weight: normal;
  font-size: 22px;
  line-height: 1.5;
}

h5 {
  font-size: 16px;
  line-height: 1.5;
}

h6 {
  font-size: 12px;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: none;
}

@media (max-width: 1425px) {
  h1 {
    font-size: 48px;
    line-height: 1.3;
  }
  
  h2 {
    font-size: 30px;
    line-height: 1.2;
  }
  
  h3 {
    font-size: 24px;
    line-height: 1.5;
  }
  
  h4 {
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
  }
}

@media (max-width: 992px) {
  h1 {
    font-size: 44px;
    line-height: 1.3;
  }
  
  h2 {
    font-size: 30px;
    line-height: 1.2;
  }
  
  h3 {
    font-size: 24px;
    line-height: 1.5;
  }
  
  h4 {
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 1.3;
  }
  
  h2 {
    font-size: 28px;
    line-height: 1.2;
  }
  
  h3 {
    font-size: 24px;
    line-height: 1.5;
  }
  
  h4 {
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
  }
}
/*
   * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
   * Copyright 2011-2020 The Bootstrap Authors
   * Copyright 2011-2020 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */

   

   html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
  }
  
  *,
  *::before,
  *::after {
    box-sizing: inherit;
  }
  
  .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }
  
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }
  
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  
  @media (min-width: 1200px) {
    .container {
      max-width: 1550px;
    }
  }
  
  .container-fluid:not(.header-container):not(.body-container):not(.footer-container), .container--sm, .container--md, .container--lg, .container--xl {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .section--dnd > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  
  @media (min-width: 576px) {
    .container, .container--sm {
      max-width: 540px;
    }
  }
  
  @media (min-width: 768px) {
    .container, .container--sm, .container--md {
      max-width: 720px;
    }
  }
  
  @media (min-width: 992px) {
    .container, .container--sm, .container--md, .container--lg {
      max-width: 960px;
    }
  }
  
  @media (min-width: 1200px) {
    .container, .container--sm, .container--md, .container--lg, .container--xl {
      max-width: 1550px;
    }
  }

  .container--sm {
    max-width: 590px;
  }
  .container--md {
    max-width: 775px;
  }
  .container--lg {
    max-width: 1024px;
  }
  
  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }

  .row.custom-gutters {
    margin-left: 5px;
    margin-right: 5px;
  }
  
  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  .custom-gutters > .col,
  .custom-gutters > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  
  .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  
  .row-cols-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .row-cols-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .row-cols-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  
  .row-cols-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .row-cols-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  
  .row-cols-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  
  .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  
  .col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  
  .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  
  .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  
  .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  
  .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  
  .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  
  .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  
  .col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  
  .col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  
  .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .order-first {
    -ms-flex-order: -1;
    order: -1;
  }
  
  .order-last {
    -ms-flex-order: 13;
    order: 13;
  }
  
  .order-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  
  .order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  
  .order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  
  .order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  
  .order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  
  .order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  
  .order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  
  .order-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  
  .order-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  
  .order-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  
  .order-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  
  .order-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  
  .order-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  
  .offset-1 {
    margin-left: 8.333333%;
  }
  
  .offset-2 {
    margin-left: 16.666667%;
  }
  
  .offset-3 {
    margin-left: 25%;
  }
  
  .offset-4 {
    margin-left: 33.333333%;
  }
  
  .offset-5 {
    margin-left: 41.666667%;
  }
  
  .offset-6 {
    margin-left: 50%;
  }
  
  .offset-7 {
    margin-left: 58.333333%;
  }
  
  .offset-8 {
    margin-left: 66.666667%;
  }
  
  .offset-9 {
    margin-left: 75%;
  }
  
  .offset-10 {
    margin-left: 83.333333%;
  }
  
  .offset-11 {
    margin-left: 91.666667%;
  }
  
  @media (min-width: 576px) {
    .col-sm {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      min-width: 0;
      max-width: 100%;
    }
    .row-cols-sm-1 > * {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .row-cols-sm-2 > * {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .row-cols-sm-3 > * {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .row-cols-sm-4 > * {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .row-cols-sm-5 > * {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
    }
    .row-cols-sm-6 > * {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-sm-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-sm-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-sm-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-sm-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-sm-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-sm-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-sm-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-sm-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-sm-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-sm-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-sm-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-sm-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-sm-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-sm-first {
      -ms-flex-order: -1;
      order: -1;
    }
    .order-sm-last {
      -ms-flex-order: 13;
      order: 13;
    }
    .order-sm-0 {
      -ms-flex-order: 0;
      order: 0;
    }
    .order-sm-1 {
      -ms-flex-order: 1;
      order: 1;
    }
    .order-sm-2 {
      -ms-flex-order: 2;
      order: 2;
    }
    .order-sm-3 {
      -ms-flex-order: 3;
      order: 3;
    }
    .order-sm-4 {
      -ms-flex-order: 4;
      order: 4;
    }
    .order-sm-5 {
      -ms-flex-order: 5;
      order: 5;
    }
    .order-sm-6 {
      -ms-flex-order: 6;
      order: 6;
    }
    .order-sm-7 {
      -ms-flex-order: 7;
      order: 7;
    }
    .order-sm-8 {
      -ms-flex-order: 8;
      order: 8;
    }
    .order-sm-9 {
      -ms-flex-order: 9;
      order: 9;
    }
    .order-sm-10 {
      -ms-flex-order: 10;
      order: 10;
    }
    .order-sm-11 {
      -ms-flex-order: 11;
      order: 11;
    }
    .order-sm-12 {
      -ms-flex-order: 12;
      order: 12;
    }
    .offset-sm-0 {
      margin-left: 0;
    }
    .offset-sm-1 {
      margin-left: 8.333333%;
    }
    .offset-sm-2 {
      margin-left: 16.666667%;
    }
    .offset-sm-3 {
      margin-left: 25%;
    }
    .offset-sm-4 {
      margin-left: 33.333333%;
    }
    .offset-sm-5 {
      margin-left: 41.666667%;
    }
    .offset-sm-6 {
      margin-left: 50%;
    }
    .offset-sm-7 {
      margin-left: 58.333333%;
    }
    .offset-sm-8 {
      margin-left: 66.666667%;
    }
    .offset-sm-9 {
      margin-left: 75%;
    }
    .offset-sm-10 {
      margin-left: 83.333333%;
    }
    .offset-sm-11 {
      margin-left: 91.666667%;
    }
  }
  
  @media (min-width: 768px) {
    .col-md {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      min-width: 0;
      max-width: 100%;
    }
    .row-cols-md-1 > * {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .row-cols-md-2 > * {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .row-cols-md-3 > * {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .row-cols-md-4 > * {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .row-cols-md-5 > * {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
    }
    .row-cols-md-6 > * {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-md-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-md-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-md-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-md-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-md-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-md-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-md-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-md-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-md-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-md-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-md-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-md-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-md-first {
      -ms-flex-order: -1;
      order: -1;
    }
    .order-md-last {
      -ms-flex-order: 13;
      order: 13;
    }
    .order-md-0 {
      -ms-flex-order: 0;
      order: 0;
    }
    .order-md-1 {
      -ms-flex-order: 1;
      order: 1;
    }
    .order-md-2 {
      -ms-flex-order: 2;
      order: 2;
    }
    .order-md-3 {
      -ms-flex-order: 3;
      order: 3;
    }
    .order-md-4 {
      -ms-flex-order: 4;
      order: 4;
    }
    .order-md-5 {
      -ms-flex-order: 5;
      order: 5;
    }
    .order-md-6 {
      -ms-flex-order: 6;
      order: 6;
    }
    .order-md-7 {
      -ms-flex-order: 7;
      order: 7;
    }
    .order-md-8 {
      -ms-flex-order: 8;
      order: 8;
    }
    .order-md-9 {
      -ms-flex-order: 9;
      order: 9;
    }
    .order-md-10 {
      -ms-flex-order: 10;
      order: 10;
    }
    .order-md-11 {
      -ms-flex-order: 11;
      order: 11;
    }
    .order-md-12 {
      -ms-flex-order: 12;
      order: 12;
    }
    .offset-md-0 {
      margin-left: 0;
    }
    .offset-md-1 {
      margin-left: 8.333333%;
    }
    .offset-md-2 {
      margin-left: 16.666667%;
    }
    .offset-md-3 {
      margin-left: 25%;
    }
    .offset-md-4 {
      margin-left: 33.333333%;
    }
    .offset-md-5 {
      margin-left: 41.666667%;
    }
    .offset-md-6 {
      margin-left: 50%;
    }
    .offset-md-7 {
      margin-left: 58.333333%;
    }
    .offset-md-8 {
      margin-left: 66.666667%;
    }
    .offset-md-9 {
      margin-left: 75%;
    }
    .offset-md-10 {
      margin-left: 83.333333%;
    }
    .offset-md-11 {
      margin-left: 91.666667%;
    }
  }
  
  @media (min-width: 992px) {
    .col-lg {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      min-width: 0;
      max-width: 100%;
    }
    .row-cols-lg-1 > * {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .row-cols-lg-2 > * {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .row-cols-lg-3 > * {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .row-cols-lg-4 > * {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .row-cols-lg-5 > * {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
    }
    .row-cols-lg-6 > * {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-lg-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-lg-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-lg-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-lg-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-lg-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-lg-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-lg-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-lg-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-lg-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-lg-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-lg-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-lg-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-lg-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-lg-first {
      -ms-flex-order: -1;
      order: -1;
    }
    .order-lg-last {
      -ms-flex-order: 13;
      order: 13;
    }
    .order-lg-0 {
      -ms-flex-order: 0;
      order: 0;
    }
    .order-lg-1 {
      -ms-flex-order: 1;
      order: 1;
    }
    .order-lg-2 {
      -ms-flex-order: 2;
      order: 2;
    }
    .order-lg-3 {
      -ms-flex-order: 3;
      order: 3;
    }
    .order-lg-4 {
      -ms-flex-order: 4;
      order: 4;
    }
    .order-lg-5 {
      -ms-flex-order: 5;
      order: 5;
    }
    .order-lg-6 {
      -ms-flex-order: 6;
      order: 6;
    }
    .order-lg-7 {
      -ms-flex-order: 7;
      order: 7;
    }
    .order-lg-8 {
      -ms-flex-order: 8;
      order: 8;
    }
    .order-lg-9 {
      -ms-flex-order: 9;
      order: 9;
    }
    .order-lg-10 {
      -ms-flex-order: 10;
      order: 10;
    }
    .order-lg-11 {
      -ms-flex-order: 11;
      order: 11;
    }
    .order-lg-12 {
      -ms-flex-order: 12;
      order: 12;
    }
    .offset-lg-0 {
      margin-left: 0;
    }
    .offset-lg-1 {
      margin-left: 8.333333%;
    }
    .offset-lg-2 {
      margin-left: 16.666667%;
    }
    .offset-lg-3 {
      margin-left: 25%;
    }
    .offset-lg-4 {
      margin-left: 33.333333%;
    }
    .offset-lg-5 {
      margin-left: 41.666667%;
    }
    .offset-lg-6 {
      margin-left: 50%;
    }
    .offset-lg-7 {
      margin-left: 58.333333%;
    }
    .offset-lg-8 {
      margin-left: 66.666667%;
    }
    .offset-lg-9 {
      margin-left: 75%;
    }
    .offset-lg-10 {
      margin-left: 83.333333%;
    }
    .offset-lg-11 {
      margin-left: 91.666667%;
    }
  }
  
  @media (min-width: 1200px) {
    .col-xl {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      min-width: 0;
      max-width: 100%;
    }
    .row-cols-xl-1 > * {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .row-cols-xl-2 > * {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .row-cols-xl-3 > * {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .row-cols-xl-4 > * {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .row-cols-xl-5 > * {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
    }
    .row-cols-xl-6 > * {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-xl-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-xl-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-xl-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-xl-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-xl-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-xl-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-xl-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-xl-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-xl-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-xl-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-xl-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-xl-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-xl-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-xl-first {
      -ms-flex-order: -1;
      order: -1;
    }
    .order-xl-last {
      -ms-flex-order: 13;
      order: 13;
    }
    .order-xl-0 {
      -ms-flex-order: 0;
      order: 0;
    }
    .order-xl-1 {
      -ms-flex-order: 1;
      order: 1;
    }
    .order-xl-2 {
      -ms-flex-order: 2;
      order: 2;
    }
    .order-xl-3 {
      -ms-flex-order: 3;
      order: 3;
    }
    .order-xl-4 {
      -ms-flex-order: 4;
      order: 4;
    }
    .order-xl-5 {
      -ms-flex-order: 5;
      order: 5;
    }
    .order-xl-6 {
      -ms-flex-order: 6;
      order: 6;
    }
    .order-xl-7 {
      -ms-flex-order: 7;
      order: 7;
    }
    .order-xl-8 {
      -ms-flex-order: 8;
      order: 8;
    }
    .order-xl-9 {
      -ms-flex-order: 9;
      order: 9;
    }
    .order-xl-10 {
      -ms-flex-order: 10;
      order: 10;
    }
    .order-xl-11 {
      -ms-flex-order: 11;
      order: 11;
    }
    .order-xl-12 {
      -ms-flex-order: 12;
      order: 12;
    }
    .offset-xl-0 {
      margin-left: 0;
    }
    .offset-xl-1 {
      margin-left: 8.333333%;
    }
    .offset-xl-2 {
      margin-left: 16.666667%;
    }
    .offset-xl-3 {
      margin-left: 25%;
    }
    .offset-xl-4 {
      margin-left: 33.333333%;
    }
    .offset-xl-5 {
      margin-left: 41.666667%;
    }
    .offset-xl-6 {
      margin-left: 50%;
    }
    .offset-xl-7 {
      margin-left: 58.333333%;
    }
    .offset-xl-8 {
      margin-left: 66.666667%;
    }
    .offset-xl-9 {
      margin-left: 75%;
    }
    .offset-xl-10 {
      margin-left: 83.333333%;
    }
    .offset-xl-11 {
      margin-left: 91.666667%;
    }
  }
  
  .d-none {
    display: none !important;
  }
  
  .d-inline {
    display: inline !important;
  }
  
  .d-inline-block {
    display: inline-block !important;
  }
  
  .d-block {
    display: block !important;
  }
  
  .d-table {
    display: table !important;
  }
  
  .d-table-row {
    display: table-row !important;
  }
  
  .d-table-cell {
    display: table-cell !important;
  }
  
  .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  
  .d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  
  @media (min-width: 576px) {
    .d-sm-none {
      display: none !important;
    }
    .d-sm-inline {
      display: inline !important;
    }
    .d-sm-inline-block {
      display: inline-block !important;
    }
    .d-sm-block {
      display: block !important;
    }
    .d-sm-table {
      display: table !important;
    }
    .d-sm-table-row {
      display: table-row !important;
    }
    .d-sm-table-cell {
      display: table-cell !important;
    }
    .d-sm-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-sm-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }
  
  @media (min-width: 768px) {
    .d-md-none {
      display: none !important;
    }
    .d-md-inline {
      display: inline !important;
    }
    .d-md-inline-block {
      display: inline-block !important;
    }
    .d-md-block {
      display: block !important;
    }
    .d-md-table {
      display: table !important;
    }
    .d-md-table-row {
      display: table-row !important;
    }
    .d-md-table-cell {
      display: table-cell !important;
    }
    .d-md-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-md-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }
  
  @media (min-width: 992px) {
    .d-lg-none {
      display: none !important;
    }
    .d-lg-inline {
      display: inline !important;
    }
    .d-lg-inline-block {
      display: inline-block !important;
    }
    .d-lg-block {
      display: block !important;
    }
    .d-lg-table {
      display: table !important;
    }
    .d-lg-table-row {
      display: table-row !important;
    }
    .d-lg-table-cell {
      display: table-cell !important;
    }
    .d-lg-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-lg-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }
  
  @media (min-width: 1200px) {
    .d-xl-none {
      display: none !important;
    }
    .d-xl-inline {
      display: inline !important;
    }
    .d-xl-inline-block {
      display: inline-block !important;
    }
    .d-xl-block {
      display: block !important;
    }
    .d-xl-table {
      display: table !important;
    }
    .d-xl-table-row {
      display: table-row !important;
    }
    .d-xl-table-cell {
      display: table-cell !important;
    }
    .d-xl-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-xl-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }
  
  @media print {
    .d-print-none {
      display: none !important;
    }
    .d-print-inline {
      display: inline !important;
    }
    .d-print-inline-block {
      display: inline-block !important;
    }
    .d-print-block {
      display: block !important;
    }
    .d-print-table {
      display: table !important;
    }
    .d-print-table-row {
      display: table-row !important;
    }
    .d-print-table-cell {
      display: table-cell !important;
    }
    .d-print-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .d-print-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
    }
  }
  
  .flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  
  .flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  
  .flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  
  .flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  
  .flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  
  .flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  
  .flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  
  .flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  
  .flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  
  .flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  
  .flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  
  .flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  
  .justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  
  .justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  
  .justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  
  .justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  
  .justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  
  .align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  
  .align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  
  .align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  
  .align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  
  .align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  
  .align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  
  .align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  
  .align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  
  .align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  
  .align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  
  .align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  
  .align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  
  .align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  
  .align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  
  .align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  
  .align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  
  .align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  
  @media (min-width: 576px) {
    .flex-sm-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important;
    }
    .flex-sm-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important;
    }
    .flex-sm-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
    }
    .justify-content-sm-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
    }
    .justify-content-sm-center {
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
    .justify-content-sm-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
    }
    .justify-content-sm-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
    }
    .align-items-sm-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important;
    }
    .align-items-sm-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important;
    }
    .align-items-sm-center {
      -ms-flex-align: center !important;
      align-items: center !important;
    }
    .align-items-sm-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important;
    }
    .align-items-sm-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important;
    }
    .align-content-sm-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
    }
    .align-content-sm-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
    }
    .align-content-sm-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
    }
    .align-content-sm-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
    }
    .align-content-sm-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
    }
    .align-content-sm-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
    }
    .align-self-sm-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
    }
    .align-self-sm-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
    }
    .align-self-sm-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
    }
    .align-self-sm-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
    }
    .align-self-sm-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
    }
    .align-self-sm-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
    }
  }
  
  @media (min-width: 768px) {
    .flex-md-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important;
    }
    .flex-md-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important;
    }
    .flex-md-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
    }
    .justify-content-md-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
    }
    .justify-content-md-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
    }
    .justify-content-md-center {
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
    .justify-content-md-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
    }
    .justify-content-md-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
    }
    .align-items-md-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important;
    }
    .align-items-md-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important;
    }
    .align-items-md-center {
      -ms-flex-align: center !important;
      align-items: center !important;
    }
    .align-items-md-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important;
    }
    .align-items-md-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important;
    }
    .align-content-md-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
    }
    .align-content-md-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
    }
    .align-content-md-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
    }
    .align-content-md-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
    }
    .align-content-md-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
    }
    .align-content-md-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
    }
    .align-self-md-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
    }
    .align-self-md-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
    }
    .align-self-md-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
    }
    .align-self-md-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
    }
    .align-self-md-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
    }
    .align-self-md-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
    }
  }
  
  @media (min-width: 992px) {
    .flex-lg-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important;
    }
    .flex-lg-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important;
    }
    .flex-lg-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
    }
    .justify-content-lg-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
    }
    .justify-content-lg-center {
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
    .justify-content-lg-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
    }
    .justify-content-lg-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
    }
    .align-items-lg-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important;
    }
    .align-items-lg-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important;
    }
    .align-items-lg-center {
      -ms-flex-align: center !important;
      align-items: center !important;
    }
    .align-items-lg-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important;
    }
    .align-items-lg-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important;
    }
    .align-content-lg-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
    }
    .align-content-lg-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
    }
    .align-content-lg-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
    }
    .align-content-lg-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
    }
    .align-content-lg-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
    }
    .align-content-lg-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
    }
    .align-self-lg-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
    }
    .align-self-lg-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
    }
    .align-self-lg-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
    }
    .align-self-lg-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
    }
    .align-self-lg-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
    }
    .align-self-lg-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
    }
  }
  
  @media (min-width: 1200px) {
    .flex-xl-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important;
    }
    .flex-xl-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important;
    }
    .flex-xl-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
    }
    .justify-content-xl-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
    }
    .justify-content-xl-center {
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
    .justify-content-xl-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
    }
    .justify-content-xl-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
    }
    .align-items-xl-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important;
    }
    .align-items-xl-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important;
    }
    .align-items-xl-center {
      -ms-flex-align: center !important;
      align-items: center !important;
    }
    .align-items-xl-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important;
    }
    .align-items-xl-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important;
    }
    .align-content-xl-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
    }
    .align-content-xl-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
    }
    .align-content-xl-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
    }
    .align-content-xl-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
    }
    .align-content-xl-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
    }
    .align-content-xl-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
    }
    .align-self-xl-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
    }
    .align-self-xl-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
    }
    .align-self-xl-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
    }
    .align-self-xl-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
    }
    .align-self-xl-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
    }
    .align-self-xl-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
    }
  }
  
  .m-0 {
    margin: 0 !important;
  }
  
  .mt-0,
  .my-0 {
    margin-top: 0 !important;
  }
  
  .mr-0,
  .mx-0 {
    margin-right: 0 !important;
  }
  
  .mb-0,
  .my-0 {
    margin-bottom: 0 !important;
  }
  
  .ml-0,
  .mx-0 {
    margin-left: 0 !important;
  }
  
  .m-1 {
    margin: 0.25rem !important;
  }
  
  .mt-1,
  .my-1 {
    margin-top: 0.25rem !important;
  }
  
  .mr-1,
  .mx-1 {
    margin-right: 0.25rem !important;
  }
  
  .mb-1,
  .my-1 {
    margin-bottom: 0.25rem !important;
  }
  
  .ml-1,
  .mx-1 {
    margin-left: 0.25rem !important;
  }
  
  .m-2 {
    margin: 0.5rem !important;
  }
  
  .mt-2,
  .my-2 {
    margin-top: 0.5rem !important;
  }
  
  .mr-2,
  .mx-2 {
    margin-right: 0.5rem !important;
  }
  
  .mb-2,
  .my-2 {
    margin-bottom: 0.5rem !important;
  }
  
  .ml-2,
  .mx-2 {
    margin-left: 0.5rem !important;
  }
  
  .m-3 {
    margin: 1rem !important;
  }
  
  .mt-3,
  .my-3 {
    margin-top: 1rem !important;
  }
  
  .mr-3,
  .mx-3 {
    margin-right: 1rem !important;
  }
  
  .mb-3,
  .my-3 {
    margin-bottom: 1rem !important;
  }
  
  .ml-3,
  .mx-3 {
    margin-left: 1rem !important;
  }
  
  .m-4 {
    margin: 1.5rem !important;
  }
  
  .mt-4,
  .my-4 {
    margin-top: 1.5rem !important;
  }
  
  .mr-4,
  .mx-4 {
    margin-right: 1.5rem !important;
  }
  
  .mb-4,
  .my-4 {
    margin-bottom: 1.5rem !important;
  }
  
  .ml-4,
  .mx-4 {
    margin-left: 1.5rem !important;
  }
  
  .m-5 {
    margin: 3rem !important;
  }
  
  .mt-5,
  .my-5 {
    margin-top: 3rem !important;
  }
  
  .mr-5,
  .mx-5 {
    margin-right: 3rem !important;
  }
  
  .mb-5,
  .my-5 {
    margin-bottom: 3rem !important;
  }
  
  .ml-5,
  .mx-5 {
    margin-left: 3rem !important;
  }
  
  .p-0 {
    padding: 0 !important;
  }
  
  .pt-0,
  .py-0 {
    padding-top: 0 !important;
  }
  
  .pr-0,
  .px-0 {
    padding-right: 0 !important;
  }
  
  .pb-0,
  .py-0 {
    padding-bottom: 0 !important;
  }
  
  .pl-0,
  .px-0 {
    padding-left: 0 !important;
  }
  
  .p-1 {
    padding: 0.25rem !important;
  }
  
  .pt-1,
  .py-1 {
    padding-top: 0.25rem !important;
  }
  
  .pr-1,
  .px-1 {
    padding-right: 0.25rem !important;
  }
  
  .pb-1,
  .py-1 {
    padding-bottom: 0.25rem !important;
  }
  
  .pl-1,
  .px-1 {
    padding-left: 0.25rem !important;
  }
  
  .p-2 {
    padding: 0.5rem !important;
  }
  
  .pt-2,
  .py-2 {
    padding-top: 0.5rem !important;
  }
  
  .pr-2,
  .px-2 {
    padding-right: 0.5rem !important;
  }
  
  .pb-2,
  .py-2 {
    padding-bottom: 0.5rem !important;
  }
  
  .pl-2,
  .px-2 {
    padding-left: 0.5rem !important;
  }
  
  .p-3 {
    padding: 1rem !important;
  }
  
  .pt-3,
  .py-3 {
    padding-top: 1rem !important;
  }
  
  .pr-3,
  .px-3 {
    padding-right: 1rem !important;
  }
  
  .pb-3,
  .py-3 {
    padding-bottom: 1rem !important;
  }
  
  .pl-3,
  .px-3 {
    padding-left: 1rem !important;
  }
  
  .p-4 {
    padding: 1.5rem !important;
  }
  
  .pt-4,
  .py-4 {
    padding-top: 1.5rem !important;
  }
  
  .pr-4,
  .px-4 {
    padding-right: 1.5rem !important;
  }
  
  .pb-4,
  .py-4 {
    padding-bottom: 1.5rem !important;
  }
  
  .pl-4,
  .px-4 {
    padding-left: 1.5rem !important;
  }
  
  .p-5 {
    padding: 3rem !important;
  }
  
  .pt-5,
  .py-5 {
    padding-top: 3rem !important;
  }
  
  .pr-5,
  .px-5 {
    padding-right: 3rem !important;
  }
  
  .pb-5,
  .py-5 {
    padding-bottom: 3rem !important;
  }
  
  .pl-5,
  .px-5 {
    padding-left: 3rem !important;
  }
  
  .m-n1 {
    margin: -0.25rem !important;
  }
  
  .mt-n1,
  .my-n1 {
    margin-top: -0.25rem !important;
  }
  
  .mr-n1,
  .mx-n1 {
    margin-right: -0.25rem !important;
  }
  
  .mb-n1,
  .my-n1 {
    margin-bottom: -0.25rem !important;
  }
  
  .ml-n1,
  .mx-n1 {
    margin-left: -0.25rem !important;
  }
  
  .m-n2 {
    margin: -0.5rem !important;
  }
  
  .mt-n2,
  .my-n2 {
    margin-top: -0.5rem !important;
  }
  
  .mr-n2,
  .mx-n2 {
    margin-right: -0.5rem !important;
  }
  
  .mb-n2,
  .my-n2 {
    margin-bottom: -0.5rem !important;
  }
  
  .ml-n2,
  .mx-n2 {
    margin-left: -0.5rem !important;
  }
  
  .m-n3 {
    margin: -1rem !important;
  }
  
  .mt-n3,
  .my-n3 {
    margin-top: -1rem !important;
  }
  
  .mr-n3,
  .mx-n3 {
    margin-right: -1rem !important;
  }
  
  .mb-n3,
  .my-n3 {
    margin-bottom: -1rem !important;
  }
  
  .ml-n3,
  .mx-n3 {
    margin-left: -1rem !important;
  }
  
  .m-n4 {
    margin: -1.5rem !important;
  }
  
  .mt-n4,
  .my-n4 {
    margin-top: -1.5rem !important;
  }
  
  .mr-n4,
  .mx-n4 {
    margin-right: -1.5rem !important;
  }
  
  .mb-n4,
  .my-n4 {
    margin-bottom: -1.5rem !important;
  }
  
  .ml-n4,
  .mx-n4 {
    margin-left: -1.5rem !important;
  }
  
  .m-n5 {
    margin: -3rem !important;
  }
  
  .mt-n5,
  .my-n5 {
    margin-top: -3rem !important;
  }
  
  .mr-n5,
  .mx-n5 {
    margin-right: -3rem !important;
  }
  
  .mb-n5,
  .my-n5 {
    margin-bottom: -3rem !important;
  }
  
  .ml-n5,
  .mx-n5 {
    margin-left: -3rem !important;
  }
  
  .m-auto {
    margin: auto !important;
  }
  
  .mt-auto,
  .my-auto {
    margin-top: auto !important;
  }
  
  .mr-auto,
  .mx-auto {
    margin-right: auto !important;
  }
  
  .mb-auto,
  .my-auto {
    margin-bottom: auto !important;
  }
  
  .ml-auto,
  .mx-auto {
    margin-left: auto !important;
  }
  
  @media (min-width: 576px) {
    .m-sm-0 {
      margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
      margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
      margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
      margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
      margin-left: 0 !important;
    }
    .m-sm-1 {
      margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
      margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
      margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
      margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
      margin-left: 0.25rem !important;
    }
    .m-sm-2 {
      margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
      margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
      margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
      margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
      margin-left: 0.5rem !important;
    }
    .m-sm-3 {
      margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
      margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
      margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
      margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
      margin-left: 1rem !important;
    }
    .m-sm-4 {
      margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
      margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
      margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
      margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
      margin-left: 1.5rem !important;
    }
    .m-sm-5 {
      margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
      margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
      margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
      margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
      margin-left: 3rem !important;
    }
    .p-sm-0 {
      padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
      padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
      padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
      padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
      padding-left: 0 !important;
    }
    .p-sm-1 {
      padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
      padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
      padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
      padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
      padding-left: 0.25rem !important;
    }
    .p-sm-2 {
      padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
      padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
      padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
      padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
      padding-left: 0.5rem !important;
    }
    .p-sm-3 {
      padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
      padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
      padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
      padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
      padding-left: 1rem !important;
    }
    .p-sm-4 {
      padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
      padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
      padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
      padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
      padding-left: 1.5rem !important;
    }
    .p-sm-5 {
      padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
      padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
      padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
      padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
      padding-left: 3rem !important;
    }
    .m-sm-n1 {
      margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
      margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
      margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
      margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
      margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
      margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
      margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
      margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
      margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
      margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
      margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
      margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
      margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
      margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
      margin-left: -1rem !important;
    }
    .m-sm-n4 {
      margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
      margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
      margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
      margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
      margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
      margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
      margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
      margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
      margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
      margin-left: -3rem !important;
    }
    .m-sm-auto {
      margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
      margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
      margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
      margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
      margin-left: auto !important;
    }
  }
  
  @media (min-width: 768px) {
    .m-md-0 {
      margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
      margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
      margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
      margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
      margin-left: 0 !important;
    }
    .m-md-1 {
      margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
      margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
      margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
      margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
      margin-left: 0.25rem !important;
    }
    .m-md-2 {
      margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
      margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
      margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
      margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
      margin-left: 0.5rem !important;
    }
    .m-md-3 {
      margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
      margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
      margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
      margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
      margin-left: 1rem !important;
    }
    .m-md-4 {
      margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
      margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
      margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
      margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
      margin-left: 1.5rem !important;
    }
    .m-md-5 {
      margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
      margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
      margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
      margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
      margin-left: 3rem !important;
    }
    .p-md-0 {
      padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
      padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
      padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
      padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
      padding-left: 0 !important;
    }
    .p-md-1 {
      padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
      padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
      padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
      padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
      padding-left: 0.25rem !important;
    }
    .p-md-2 {
      padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
      padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
      padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
      padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
      padding-left: 0.5rem !important;
    }
    .p-md-3 {
      padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
      padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
      padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
      padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
      padding-left: 1rem !important;
    }
    .p-md-4 {
      padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
      padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
      padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
      padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
      padding-left: 1.5rem !important;
    }
    .p-md-5 {
      padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
      padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
      padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
      padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
      padding-left: 3rem !important;
    }
    .m-md-n1 {
      margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
      margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
      margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
      margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
      margin-left: -0.25rem !important;
    }
    .m-md-n2 {
      margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
      margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
      margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
      margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
      margin-left: -0.5rem !important;
    }
    .m-md-n3 {
      margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
      margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
      margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
      margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
      margin-left: -1rem !important;
    }
    .m-md-n4 {
      margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
      margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
      margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
      margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
      margin-left: -1.5rem !important;
    }
    .m-md-n5 {
      margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
      margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
      margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
      margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
      margin-left: -3rem !important;
    }
    .m-md-auto {
      margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
      margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
      margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
      margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
      margin-left: auto !important;
    }
  }
  
  @media (min-width: 992px) {
    .m-lg-0 {
      margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
      margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
      margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
      margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
      margin-left: 0 !important;
    }
    .m-lg-1 {
      margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
      margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
      margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
      margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
      margin-left: 0.25rem !important;
    }
    .m-lg-2 {
      margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
      margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
      margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
      margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
      margin-left: 0.5rem !important;
    }
    .m-lg-3 {
      margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
      margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
      margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
      margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
      margin-left: 1rem !important;
    }
    .m-lg-4 {
      margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
      margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
      margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
      margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
      margin-left: 1.5rem !important;
    }
    .m-lg-5 {
      margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
      margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
      margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
      margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
      margin-left: 3rem !important;
    }
    .p-lg-0 {
      padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
      padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
      padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
      padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
      padding-left: 0 !important;
    }
    .p-lg-1 {
      padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
      padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
      padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
      padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
      padding-left: 0.25rem !important;
    }
    .p-lg-2 {
      padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
      padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
      padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
      padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
      padding-left: 0.5rem !important;
    }
    .p-lg-3 {
      padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
      padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
      padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
      padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
      padding-left: 1rem !important;
    }
    .p-lg-4 {
      padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
      padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
      padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
      padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
      padding-left: 1.5rem !important;
    }
    .p-lg-5 {
      padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
      padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
      padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
      padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
      padding-left: 3rem !important;
    }
    .m-lg-n1 {
      margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
      margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
      margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
      margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
      margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
      margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
      margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
      margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
      margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
      margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
      margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
      margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
      margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
      margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
      margin-left: -1rem !important;
    }
    .m-lg-n4 {
      margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
      margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
      margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
      margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
      margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
      margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
      margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
      margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
      margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
      margin-left: -3rem !important;
    }
    .m-lg-auto {
      margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
      margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
      margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
      margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
      margin-left: auto !important;
    }
  }
  
  @media (min-width: 1200px) {
    .m-xl-0 {
      margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
      margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
      margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
      margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
      margin-left: 0 !important;
    }
    .m-xl-1 {
      margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
      margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
      margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
      margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
      margin-left: 0.25rem !important;
    }
    .m-xl-2 {
      margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
      margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
      margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
      margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
      margin-left: 0.5rem !important;
    }
    .m-xl-3 {
      margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
      margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
      margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
      margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
      margin-left: 1rem !important;
    }
    .m-xl-4 {
      margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
      margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
      margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
      margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
      margin-left: 1.5rem !important;
    }
    .m-xl-5 {
      margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
      margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
      margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
      margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
      margin-left: 3rem !important;
    }
    .p-xl-0 {
      padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
      padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
      padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
      padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
      padding-left: 0 !important;
    }
    .p-xl-1 {
      padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
      padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
      padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
      padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
      padding-left: 0.25rem !important;
    }
    .p-xl-2 {
      padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
      padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
      padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
      padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
      padding-left: 0.5rem !important;
    }
    .p-xl-3 {
      padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
      padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
      padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
      padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
      padding-left: 1rem !important;
    }
    .p-xl-4 {
      padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
      padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
      padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
      padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
      padding-left: 1.5rem !important;
    }
    .p-xl-5 {
      padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
      padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
      padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
      padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
      padding-left: 3rem !important;
    }
    .m-xl-n1 {
      margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
      margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
      margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
      margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
      margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
      margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
      margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
      margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
      margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
      margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
      margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
      margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
      margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
      margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
      margin-left: -1rem !important;
    }
    .m-xl-n4 {
      margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
      margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
      margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
      margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
      margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
      margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
      margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
      margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
      margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
      margin-left: -3rem !important;
    }
    .m-xl-auto {
      margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
      margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
      margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
      margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
      margin-left: auto !important;
    }
  }
  /*# sourceMappingURL=bootstrap-grid.css.map */



.u-bg--black {
  background-color: #000;
  color: #fff;
}

.u-bg--black h1,
.u-bg--black h2,
.u-bg--black h3,
.u-bg--black h4,
.u-bg--black h5,
.u-bg--black h6,
.u-bg--primary h1,
.u-bg--primary h2,
.u-bg--primary h3,
.u-bg--primary h4,
.u-bg--primary h5,
.u-bg--primary h6,
.u-bg--primary-trans h1,
.u-bg--primary-trans h2,
.u-bg--primary-trans h3,
.u-bg--primary-trans h4,
.u-bg--primary-trans h5,
.u-bg--primary-trans h6 {
  color: #fff;
}

.u-bg--primary {
  background-color: #124061;
  color: #fff;
}

.u-bg--primary-trans {
  background-color: rgba(18, 64, 97,.68);
  color: #fff;
}

.u-bg--secondary {
  background-color: #9C4F19;
  color: #fff;
}

.u-bg--tertiary {
  background-color: #EAE4D5;
}

.u-bg--lt_blue {
  background-color: #D1DFEB;
}

.u-bg--white {
  background-color: #fff;
}

.u-mask > div {
  position: relative;
}

.u-mask:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.u-mask--primary:before {
  background-color: rgba(18, 64, 97,.67);
}

.u-mask--secondary:before {
  background-color: rgba(156, 79, 25,.67);
}

.u-mask--lt_blue:before {
  background-color: rgba(209, 223, 235,.67);
}

.u-mask--white:before {
  background-color: rgba(255,255,255,.67);
}

.u-mask--transparent:before {
  display: none;
}


.u-bg--static {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.u-bg--parallax {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
}
.u-bg--video { position: relative; }
.u-bg--has-shadow {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
}
.u-bg--video > video {
display: inline-block;
vertical-align: baseline;
bottom: 0;
position: absolute;
z-index: 0;
box-sizing: inherit;
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%;
left: 0;
right: 0;
top: 0;
}


.u-color--inherit {
  color: inherit!important;
}
.u-color--primary {
  color: #124061 !important;
}
.u-color--secondary {
  color: #9C4F19 !important;
}
.u-color--tertiary {
  color: #EAE4D5 !important;
}

.u-color--white {
  color: #fff!important;
}


.u-position--relative {
  position: relative;
}
.u-position--absolute {
  position: absolute;
}
.u-position--static {
  position: static;
}

.u-ta--center {
  text-align: center;
}
.u-ta--left {
  text-align: left;
}
.u-ta--right {
  text-align: right;
}

@media (max-width: 991px) {
  .u-ta--lg--center {
      text-align: center;
  }
  .u-ta--lg--left {
      text-align: left;
  }
  .u-ta--lg--right {
      text-align: right;
  }
}

@media (max-width: 767px) {
  .u-ta--md--center {
      text-align: center;
  }
  .u-ta--md--left {
      text-align: left;
  }
  .u-ta--md--right {
      text-align: right;
  }
}

.u-tt--uppercase {
  text-transform: uppercase;
}

.u-tt--none {
  text-transform: none;
}

.u-tt--lowercase {
  text-transform: lowercase;
}

.u-tt--capitalize {
  text-transform: capitalize;
}

.u-of--visible {
  overflow: visible!important;
}

.u-of--hidden {
  overflow: hidden!important;
}

.u-margin-remove--p p {
  margin: 0;
}

.u-margin-remove--p p + p {
  margin-top: 1rem;
}

.u--hover-scale img {
  transform: scale(1);
  transition: .4s;
}

.u--hover-scale:hover img {
  transform: scale(1.2);
}

/* THEME SETTINGS */
.u-pt--xxxl {
  padding-top: 96.0px;
}
.u-pt--xxl {
  padding-top: 72.0px;
}
.u-pt--xl {
  padding-top: 48.0px;
}
.u-pt--md {
  padding-top: 30px;
}
.u-pt--sm {
  padding-top: 15.0px;
}
.u-pt--none {
  padding-top: 0;
}

.u-pb--xxxl {
  padding-bottom: 96.0px;
}
.u-pb--xxl {
  padding-bottom: 72.0px;
}
.u-pb--xl {
  padding-bottom: 48.0px;
}
.u-pb--md {
  padding-bottom: 30px;
}
.u-pb--sm {
padding-bottom: 15.0px;
}
.u-pb--none {
  padding-bottom: 0;
}

.u-border--top {
  border-top: 1px solid;
}
.u-border--bottom {
  border-bottom: 1px solid;
}
.u-border--left {
  border-left: 1px solid;
}
.u-border--right {
  border-right: 1px solid;
}

.u-custom--anchor {
  position: absolute;
  margin-top: -54px;
}

.u-image--cover {
  overflow: hidden;
}

.u-image--cover img {
  object-fit: cover;
  object-position: 50%;
}

.u-image--absolute {
  position: relative;
  height: 100%;
}

.u-image--absolute img {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: initial;
  top: 0;
  left: 0;
}

.image--cover {
  overflow: hidden;
}

.image--cover img {
  object-fit: cover;
}

a .u-image--cover img {
  transform: scale(1.0);
  transition: .4s ease;
}

a:hover .u-image--cover img {
  transform: scale(1.25);
}

.image--avatar {
  width: 100%;
  max-width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.image--absolute {
  position: relative;
}

.image--absolute > div {
  position: relative;
  z-index: 1;
}

.image--absolute img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .u-hide--desktop {
      display: none;
      visibility: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .u-hide--mobile {
      display: none;
      visibility: hidden;
  }

  
}


.sr--only {
  visibility: hidden;
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}


/* Enabled Animation */






/* Blends */
.blend {
  background-blend-mode: soft-light;
}
.blend--primary {
  background-color: #124061;
}
.blend--secondary {
  background-color: #9C4F19;
}
.blend--tertiary {
  background-color: #EAE4D5;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.blend {
  background-color: transparent!important;
}
.blend:before {
content: '';
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
opacity: .7;
}

.blend > div {
  position: relative;
  z-index: 1;
}

.blend--primary:before {
  background-color: #124061;
}
.blend--secondary:before {
  background-color: #9C4F19;
}
.blend--tertiary:before {
  background-color: #EAE4D5;
}

}

[class*="overlap-"] {
  position: relative;
  z-index: 10;
}

[class*="u-border-radius"] {
  overflow: hidden;
}

.u-border-radius--default {
  border-radius: 2px;
}

.u-border-radius--circle {
  border-radius: 50%;
}

@media (min-width: 992px) {
  .overlap-t--lg--sm {
      margin-top: -50px;
  }

  .overlap-b--lg--sm {
      margin-bottom: -50px;
  }

  .overlap-t--lg--md {
      margin-top: -80px;
  }

  .overlap-b--lg--md {
      margin-bottom: -80px;
  }

  .overlap-t--lg--lg {
      margin-top: -120px;
  }

  .overlap-b--lg--lg {
      margin-bottom: -120px;
  }
}

@media (min-width: 768px) {
  .overlap-t--md--sm {
      margin-top: -50px;
  }

  .overlap-b--md--sm {
      margin-bottom: -50px;
  }

  .overlap-t--md--md {
      margin-top: -80px;
  }

  .overlap-b--md--md {
      margin-bottom: -80px;
  }

  .overlap-t--md--lg {
      margin-top: -120px;
  }

  .overlap-b--md--lg {
      margin-bottom: -120px;
  }
}







.pseudo--center:before {
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 155040px) {
  .container--left {
      padding-left: calc(50vw - 765.0px)!important;
  }

  .pseudo--left:before {
    left: calc(50vw - 765.0px)!important;
  }

  .container--right {
      padding-right: calc(50vw - 765.0px)!important;
  }
}

@media (max-width: 155039px) {
  .container--left {
      padding-left: 20px!important;
      padding-right: 20px!important;
  }

  .pseudo--left:before {
    left: 20px;
  }

  .container--right {
      padding-right: 20px!important;
      padding-left: 20px!important;
  }
}
.btn {
  font-size: 25px;
  line-height: 1.1;
  border: 1px solid;
  padding: 10px 20px;
  transition: .4s ease;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none!important;
}

.btn--primary {
  border-color: #124061;
  color: #124061!important;
  background-color: transparent;
}

.btn--primary:hover {
  background-color: #124061;
  color: #fff!important;
}

.btn--primary-fill {
  border-color: #124061;
  background-color: #124061;
  color: #fff!important;
}

.btn--primary-fill:hover {
  color: #124061!important;
  background-color: #fff; 
}

.btn--white {
  border-color: #fff;
  color: #fff!important;
  background-color: transparent;
}

.btn--white:hover {
  background-color: #fff;
  color: #124061!important;
}
  
.btn--white-fill {
  border-color: #fff;
  background-color: #fff;
  color: #124061!important;
}

.btn--white-fill:hover {
  color: #fff!important;
  background-color: #124061; 
}
.body-container .dnd-module .widget-type-form {
  background-color: transparent;
  padding: 0;
  max-width: 100%;
  margin: 0;
}

.hs-form .hs-form-field {
  position: relative;
}

.hs-form .hs-form-field:not(.hs-fieldtype-radio):not(.hs-fieldtype-checkbox):not(.hs-fieldtype-select)>label {
  position: absolute;
  top: 22px;
  left: 15px;
  margin: 0;
  z-index: 1;
  font-size: 18px;
  color: #444444;
  text-transform: uppercase;
}
.hs-form .hs-form-field:not(.hs-fieldtype-radio):not(.hs-fieldtype-checkbox):not(.hs-fieldtype-select):focus>label,
.hs-form .hs-form-field:not(.hs-fieldtype-radio):not(.hs-fieldtype-checkbox):not(.hs-fieldtype-select)>label.labelfocus {
  top: 5px;
  transition: all .2s;
  font-size: 12px;
  line-height: 12px;
}

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 {
  max-width: initial;
}


.hs-form .hs-form-field input.hs-input {
  height: 72px;
  line-height: 72px;
  border: 1px solid #E0E1E3;
  padding: 0 15px;
  
}

.hs-form .hs-form-field textarea.hs-input {
  min-height: 190px;
  padding: 20px 15px;
}

.hs-button.primary, input[type="submit"], input[type="button"] {
  background-color: #124061;
  border: 1px solid #124061;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  padding: 15px 25px;
  transition: .4s ease;
}

.hs-button.primary:focus, input[type="submit"]:focus, input[type="button"]:focus,
.hs-button.primary:hover, input[type="submit"]:hover, input[type="button"]:hover {
  background-color: #fff;
  color: #124061;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

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

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}
@charset 'UTF-8';.slick-prev,.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
    color: transparent;
    outline: 0;
    background: transparent
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir='rtl'] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir='rtl'] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent
}

.slick-dots li button:hover,.slick-dots li button:focus {
    outline: 0
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black
}
body.oh-hidden {
  overflow:hidden!important;
}



.search-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}

.search-modal__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38,38,38,.95);
  z-index: 10;
}

.search-close {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 48px;
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 30px;
  z-index: 10;
  color: #fff;
}

.search-modal__inner {
  position: relative;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  height: 100%;
}

.search-modal__inner label {
  font-size: 32px;
    display: block;
    text-align: center;
    font-weight: 500;
  color: #fff;
}

.search-modal__inner .hs-search-field {
  position: relative;
  z-index: 1000;
      width: 90%;
    max-width: 700px;
}

.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}

.search-modal input.hs-search-field__input {
  height: 64px;
  font-size: 24px;
}

.hs-search-field__bar button svg {
  height: 10px;
}
.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search-modal__inner .hs-search-field--open .hs-search-field__suggestions {
    border: 1px solid #000;
    position: absolute;
    top: 100%;
    background-color: #fff;
    width: 100%;
  padding: 15px 20px;
}

.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}
.section--footer {
  background-color: #124061;
  color: #fff;
  padding: 40px 0 80px;
  font-family: 'AvenirNext';
}

.section--footer__inner {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

.section--footer a {
  color: #fff;
}

.section--footer a:hover {
  color: #964523;
}

.footer-top {
  font-size: 25px;
  text-transform: uppercase;
}
.footer-top__item {
  padding: 10px 20px;
  position: relative;
}
.footer-top__item:after {
  content: '|';
  position: absolute;
  right: -3px;
  top: 8px;
}

.footer-top__item:first-child {
  padding-left: 0;
}
.footer-top__item:last-child {
  padding-right: 0;
}
.footer-top__item:last-child:after {
  display: none;
}

.footer-social svg * {
  fill: #fff;
  transition: .4s ease;
}

.footer-social a:hover svg * {
  fill: #964523;
}

@media (max-width: 1210px) {
  .footer-top__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-top__item:after {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer-top__item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px!important;
  }
}
.section--banner-home {
  min-height: calc(90vh - 186px);
  position: relative;
  overflow: hidden;
}

.section--banner-home__image {
  position: absolute!important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section--banner-home__image .slick-list,
.section--banner-home__image .slick-track {
  height: 100%;
}

.section--banner-home__image .slick-slide {
  position: relative;
}

.section--banner-home__image img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.crr-page .container-fluid {
  padding-left: 0!important;
  padding-right: 0!important;
}

.section--banner-inner {
  overflow: hidden;
  position: relative;
  padding: 240px 0 0;
}

@media (min-width: 1426px) {
  .section--banner-home h1 {
    font-size: 70px;
  }
}

.banner-overlay {
  color: #fff;
  background-color: rgba(18, 64, 97,.74);
  padding: 20px 40px;
  text-align: center;
  width: 90%;
  max-width: 1040px;
  position: relative;
}
fieldset[data-filter-group] {
  padding: 0;
  border: none;
}

#mix-filters {
  text-align: center;
  padding: 20px 0;
}

#mix-filters button {
  background-color: transparent;
  -webkit-appearance: none;
  border: none;
  color: #9C4F19;
  line-height: 1;
  padding-left: 0;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #9C4F19;
  margin-bottom: 8px;
}

#mix-filters button:last-child {
  border-right: none;
}

#mix-filters button.mixitup-control-active {
  color: #124061;
}


.portfolio-card {
  text-decoration: none;
  display: block;
  color: inherit;
  margin-bottom: 35px;
}


.portfolio-card__top {
  height: 366px;
}

.portfolio-card__meta {
  text-align: center;
  color: #124061;
}

.portfolio-card__meta h2,
.portfolio-card__meta h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  text-transform: none;
}

@media (max-width: 767px) {
  #mix-filters button {
    border: none;
    display: block;
    margin: 0 auto 8px;
  }
  .portfolio-card__top {
    height: 250px;
  }
}

.portfolio-item {
  margin-bottom: 10px;
  height: 40vw;
}

.portfolio-item.small {
  height: 30vw;
}

.portfolio-item.tall {
  height: 60vw;
}

.portfolio-item img {
  width: 100%;
}

@media (max-width: 767px) {
  .portfolio-item {
    height: auto!important;
  }
  .portfolio-item.tall {
    height: auto!important;
  }
}

.section--breadcrumbs a:hover {
  text-decoration: none;
}

.portfolio-item:not(.small) {
  height: auto!important;
}

.portfolio-item:not(.small) img {
  height: auto;
  position: relative;
}

@media (max-width: 767px) {
  .portfolio-item img {
    height: auto;
    position: relative;
  }
}
/**** Blog Tile Block ****/

.bs-tile {
  background: #fff;

}

.bs-post-hide {
  display: none!important;
}

.bs-tile--large {
  border: 1px solid #707070;
}

.bs-tile--small {
  border: 1px solid #707070;
  height: 100%;
}

.bs-tile a {
  text-decoration: none;
  color: #124061;
}

.bs-tile h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
}

.bs-tile h2 a:hover {
  text-decoration: underline;
}

.bs-tile--small .bs-tile h2 {
  font-size: 25px;
}

.bs-tile__date,
.bs-tile__author a {
  font-size: 22px;
  text-transform: uppercase;
  color: #124061;
  margin: 5px 0;
  display: block;
}

.bs-tile--small .bs-tile__date,
.bs-tile--small .bs-tile__author a {
  font-size: 16px;
}
.bs-tile__author a:hover {
  color: #9C4F19;
}

.bs-tile__img {
  position: relative;
}

a.bs-tile__imglink {
  display: block;
  width: 100%;
  height: 260px;
  background-color: #eee;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bs-tile--large a.bs-tile__imglink {
  height: 440px;
}

.bs-tile__eta {
  background-color: var(--primary);
  color: #fff;
  padding: 9px 13px;
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0;
  display: none;
}

.bs-tile__details {
  position: relative;
  padding: 20px 20px 35px;
}

.bs-tile--small .bs-tile__details {
  height: calc(100% - 260px);
}

.bs-tile__topics {
  padding: 0;
  list-style: none;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.3;
}

.bs-tile__topics li {
  display: inline;
  padding: 0!important;
}

.bs-tile__topics li:before {
  display: none;
}

.bs-tile__topics li a {
  font-weight: bold;
  color: var(--primary);
  transition: .5s all;
}

.bs-tile .bs-tile__readmore {
  text-decoration: none;
  color: #124061;
  font-size: 16px;
  transition: .5s all;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
}

.bs-tile .bs-tile__readmore:hover {
  color: #9C4F19;
}

@media (max-width: 767px) {
.bs-tile--large a.bs-tile__imglink {
  height: 270px;
}
}

@media (max-width: 479px) {
.bs-tile--large a.bs-tile__imglink {
  height: 185px;
}
}


/**** Blog Topic Block ****/
.bs-topic-block {
  overflow-y: auto;
  border: 1px solid #707070;
  background: #EAE4D5;
  padding: 20px 20px 35px;
  margin-bottom: 20px;
  height: 100%;
}

.bs-topic-block h3 {
  font-size: 32px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}

.bs-topic-block ul {
  padding-left: 0;
  list-style: none;
  margin: 10px 0 0;
}

.bs-topic-block ul li {
  padding: 10px 0;
}

.bs-topic-block ul li a {
  text-decoration: none;
  display: inline-block;
  color: #124061;
  position: relative;
}

.bs-topic-block ul li a:hover {
  color: #9C4F19;
}
/* 
.bs-topic-block ul li a:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  font-size: 11px;
  display: table-cell;
  padding: 0px 5px 0px 0px;
  font-weight: 900;
  vertical-align: middle;
  background-color: var(--secondary);
  vertical-align: text-bottom;
  position: absolute;
  top: 6px;
  left: 0; 
}
*/

a.filter-expand-link:after {
  display: none!important;
}

a.filter-expand-link {
  font-size: 20px;
  text-decoration: none;
  transition: .5s all;
  padding: 0;
  background-color: transparent!important;
  color: #000!important;
}

a.filter-expand-link:hover {
  color: var(--secondary)!important;
}



/**** Blog Subscribe Bar ****/

.bs-subscribe {
  width: 100%;
  margin: 20px 0 40px;
  background: var(--primary);
  border: 2px solid var(--primary);
  overflow: hidden;
}

.bs-subscribe__left {
  padding: 20px;
  background: var(--primary);
  position: relative;
  width: 70%;
}

.bs-subscribe__left h3 {
  margin: 0;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  color: #fff;
}
/*
.bs-subscribe__left:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5em solid transparent;
    border-bottom: 5em solid transparent;
    border-left: 30px solid #fff;
    position: absolute;
    left: 99%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
*/

.bs-subscribe__right {
  width: 100%;
  padding: 20px 20px 20px 60px;
}

.bs-subscribe__form {
    position: relative;
    display: block;
    width: 100%;
    padding-right: 148px;
    padding-top: 15px;
}

.bs-subscribe__form .form-title {
    text-align: center;
    margin: 0;
}

.bs-subscribe__form .hs-form fieldset {
    max-width: 100%;
}

.bs-subscribe__form .hs-form-field {
    margin-bottom: 15px;
    padding: 0 5px;
}

.bs-subscribe__form .hs-form-field > label {
  display: none!important;
}

.bs-subscribe__form fieldset.form-columns-3 .hs-form-field {
    width: 32.7%;
    float: left;
}

.bs-subscribe__form .input {
    margin-right: 0 !important;
}

.bs-subscribe__form .hs-input {
    width: 100% !important;
    max-width: 100%;
}

.bs-subscribe__form input[type="text"], .bs-subscribe__form input[type="email"], .bs-subscribe__form input[type="url"], .bs-subscribe__form input[type="tel"], .bs-subscribe__form select, .bs-subscribe__form textarea {
    width: 100% !important;
    height: 40px;
    font-size: 15px;
    color: #124061!important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    outline: 0;
    border: 0;
    font-weight: normal;
    background-color: #fff;
}

.bs-subscribe__form .hs-input::placeholder {
    color: #124061;
    font-size: inherit;
    padding-left: initial;
    padding-top: initial;
}


.bs-subscribe__form .hs_submit {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 15px;
  width: 145px;
}

.bs-subscribe__form input[type="submit"] {
    text-decoration: none;
    border: 1px solid var(--primary);
    padding: 24px 30px;
    border-radius: 0px!important;
    color: var(--primary);
    background-color: #fff;
    font-size: 16px;
    display: inline-flex;
    font-weight: normal;
    transition: .5s all;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    outline: 0 !important;
  margin: 0;
  white-space: nowrap;
}

input[type="submit"] {
  white-space: nowrap!important;
}

.bs-subscribe__form input[type="submit"]:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.bs-subscribe__form .hs-error-msgs {
    margin-bottom: 0 !important;
    padding-top: 5px;
    color: red;
    font-size: 13px;
    padding-left: 0!important;
    list-style: none;
}
.bs-subscribe__form .hs-error-msgs li {
  margin-bottom: 0!important;
}
.bs-subscribe__form .hs-error-msgs li label {
  margin-bottom: 0;
}
.bs-subscribe__form .hs-form-required {
  color:red;
}

.bs-subscribe__form .submitted-message {
  color: #fff!important;
}


@media only screen and (max-width:1100px) {
  .bs-subscribe__left {
    width: 40%;
  }
  .bs-subscribe__left h3 {
    font-size: 22px
  }
}
@media only screen and (max-width:900px) {
  .bs-subscribe {
    display: block!important;
  }
  .bs-subscribe__left:after {
    display: none!important;
  }
  .bs-subscribe__left {
    display: block!important;
    width: 100%;
    text-align: center;
  }
  .bs-subscribe__right {
    padding-left: 15px;
  }
}
@media only screen and (max-width:680px) {
  .bs-subscribe__form {
    padding-right: 0;
  }
  .bs-subscribe__form .hs_submit {
    position: relative;
    top: 0;
    display: block!important;
    text-align: center
  }
}
@media only screen and (max-width:520px) {
  .bs-subscribe__form .hs-form-field {
    width: 100%!important;
  }
}


/**** Blog Authore *****/
#blogauthorblock {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    margin: 25px 0 35px;
    box-sizing: border-box;
}
#blogauthorblock * {box-sizing: border-box;}
#blogauthorblock .hs-author-avatar {
    display: block;
    width: 120px;
    float: left;
}
#blogauthorblock .hs-author-avatar img {
    width: 100%;
    max-width: 100%;
    border-radius: 100%;
    display: inline-block;
    padding: 2px;
    border: 1px solid #0170a2;
    margin-right: 10px;
}
#blogauthorblock .blogauthordetails {
    display: block;
    width: calc(100% - 120px);
    float: left;
    padding-left: 25px;
}
#blogauthorblock h2.hs-author-name {
    margin-top: 0;
    margin-bottom: 20px;
    color: var(--secondary);
    display: block;
}
#blogauthorblock a {
    color: var(--primary);
    text-decoration: none;
}
#blogauthorblock a:hover {text-decoration: underline;}
#blogauthorblock .hs-author-bio,
#blogauthorblock .hs-author-social-label {
    font-size: 15px;
    line-height: 1.35;
}
#blogauthorblock .hs-author-social-section {
    display: block;
    margin-top: 10px;
}

@media only screen and (max-width:479px) {
  #blogauthorblock .hs-author-avatar {
    float: none;
    margin: 0 auto 20px;
  }
  #blogauthorblock .blogauthordetails {
    padding-left: 0; 
    width: 100%;
    text-align: center;
  }
  #blogauthorblock .hs-author-bio, #blogauthorblock .hs-author-social-label {
    font-size: 14px;
  }
  #blogauthorblock h2.hs-author-name {
    text-align: center;
    font-size: 22px;
  }
}

/** Listing Banner **/
.listing-banner {
  background-size: cover;
  background-position: 50%;
  position: relative;
  padding: 80px 0;
  text-align: center;
}

.listing-banner .banner-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.listing-banner .container--xl {
  position: relative;
}

.listing-banner h1 {

}

@media (max-width: 991px) {
  .listing-banner {
    padding: 75px 0;
  }
}

@media(max-width: 767px) {
  .listing-banner {
    padding: 50px 0;
  }  
}


/*** Author Block **/
.bs-post-header {

}
.bs-post-tag {
  text-transform: uppercase;
  
}

.bs-post-tag a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.bs-post-tag a:hover {
  color: --var(--secondary);
}

.divider {

}

.bs-post-title {

}
@media (min-width: 992px) {
  .row--padded {
    padding: 0 35px;
  }
}

.bs-post-title h1 {
    font-weight: normal;
  font-size: 40px;
}

@media (max-width: 767px) {
  .bs-post-title h1 {
    font-size: 34px;
  }
}

.bs-author-box {

}

.bs-author-box img {
  width: 75px;
  border-radius: 100%;
  display: inline-block;
  padding: 2px;
  border: 1px solid var(--secondary);
  margin-right: 10px;
}

.bs-author-box a {
  color: #124061;
  text-transform: uppercase
}

.bs-author-box a:hover {
  color: #9C4F19;
}

.bs-post-date {
  display: block;
  margin-top: 5px;
  text-transform: uppercase;
}

.bs-featured-image img {
  width: 100%;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 15px;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
.content-wrapper {
  padding: 0 0 !important;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}
.systems-page .hs-form-field {
  margin-bottom: 18px;
}
.systems-page {
  padding: 3rem 10px;
}
.systems-page ul.no-list {
  padding: 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  width: 100%;
  background-color: #CDE3CC;
  border: 1.5px solid #124061;
  border-radius: 6px;
  font-size: .75rem;
  color: #124061;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: ;
  font-size: 1.25rem;
  color: ;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: ;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}


/* Seminar Page  */


.sem-page .crr-rght-section h2 {
  margin: 0 0 20px;
  line-height: normal;
  letter-spacing: normal;
  min-height: 50px;
  height: auto;
  color: rgb(0, 71, 18);
  font-weight: 400;
  font-family: avenir-lt-w01_35-light1475496, sans-serif;
}

.sem-page .crr-main-section .row-fluid .span3+.span9 {
  margin-top: 42px !important;
  margin-bottom: 62px !important;
}
ul.hs-search-results__listing li {
  font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  background: #fff;
  padding: 28px 18px 25px;
  border: 1px solid;
  cursor: default;
  margin-bottom: 20px;
  line-height: normal;
  font-style: inherit;
  font-weight: inherit;
  background-color: rgb(242, 242, 242);
  border-color: rgba(204, 204, 204, 0);
}

.hs-search-results {
  padding: 0 10px;
}

.hs-search-results__title {
  overflow-wrap: break-word;
  font-weight: inherit;
  word-break: break-word;
  font-size: 28px;
  font-family: avenir-lt-w01_35-light1475496, sans-serif;
  text-decoration: none;
}

.hs-search-results__title:hover {;
}

.hs-search-results__description {
  opacity: .8;
  word-break: break-word;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.5;
  overflow: hidden;
  font-size: 16px;
}

@media (max-width:767px) {

  .sem-page .banner .banner-title-container h2 {
    margin: 53px 0px 53px 0;
  }

  .sem-page .crr-rght-section h2 {
    font-size: 27px !important;
  }

  .sem-page.cnt-page .crr-main-section h6 {
    padding-left: 20px;
  }

  .sem-page .crr-main-section .row-fluid .span3+.span9 {
    margin-top: 0 !important;
    margin-bottom: 43px !important;
  }

  .sem-page.cnt-page .crr-main-section h6 {
    font-size: 15px !important;
  }
  .hs-search-results__title {
    font-size: 26px;
  }
  
  .hs-landing-page .dnd-section>.row-fluid .dnd-column {
    padding-bottom: 15px;
  }
  
}
.section-cta-two .row {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.section-cta-two .row [class*="col"] {
  padding-left: 5px;
  padding-right: 5px;
}

.section-cta-two .cta-row__image {
  height: 100%;
  width: 100%;
  min-height: 35vw;
}

.section-cta-two.has-bottom .row {
  padding-bottom: 10px;
}

.cta-row__copy {
  max-width: 478px;
  margin: 0 auto;
  min-height: 275px;
}

.header--underline {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.header--underline:after {
  content: '';
  display: inline-block;
  width: 90%;
  max-width: 224px;
  border-bottom: 1px solid;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .section-cta-two .cta-row__image {
    min-height: 350px;
  }
}

/***  ***/



/* Custom Anchor */
.custom-anchor {
  position: absolute;
  margin-top: -120px;
}


/* Feature Resource */
.feature-block {
  padding: 0 20px;
}
.feature-resource {
  font-size: 25px;
  transition: .4s;
  text-decoration: none!important;
}

.feature-resource:hover {
  background-color: #9C4F19;
}


/* Testimonial Slider */
.testimonial-wrap {
  text-align: center;
}

.testimonial-wrap:before {
  content: '”';
  font-family: 'Raleway';
  width: 103px;
  height: 57px;
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 151px;
  line-height: .92;
  background-color: #124061;
  text-align: center;
  color: #fff;
  box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.15);
margin-top: 40px;
}

.u-bg--primary .testimonial-wrap:before {
  background-image: url();
}

.testimonial-wrap-inner {
  padding: 0 60px;
}

.testimonial-item {

}

@media (max-width: 767px) {
  .testimonial-wrap-inner {
    padding: 0 30px;
  }
}

.slick--inline .slick-arrow {
  background-image: url(https://4060073.fs1.hubspotusercontent-na1.net/hubfs/4060073/theme2021/icons/Icon--metro-chevron-thin-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease 0s;
  z-index: 10;
  position: absolute;
  top: 20%;
  bottom: 20%;
  width: 41px;
  height: 76px;
  cursor: pointer;
  left: -5px;
  border: 0;
  padding: 0;
  font-size: 0;
  opacity: 1;
}

.slick--inline .slick-arrow.slick-prev {
  background-image: url(https://4060073.fs1.hubspotusercontent-na1.net/hubfs/4060073/theme2021/icons/Icon--metro-chevron-thin-previous.png);
}

.slick--inline .slick-arrow:hover {
  opacity: .75;
}

.slick--inline .slick-arrow.slick-next {
  left: auto;
  right: -5px;
}

.slick-prev:before, .slick-next:before {
  font-size: 0px!important;
}

@media (max-width: 767px) {
  .slick--inline .slick-arrow {
    background-size: 50%;
    background-position: 50%;
  }
}

/*** Horizontal Blog Card ***/
.article--horizontal {
  display: block;
  position: relative;
}

.article-image {
 height: 294px;
 width: 70%; 
}

.article-meta {
  position: absolute;
  top: 40px;
  width: 45%;
  right: 0;
  text-align: left;
  font-size: 18px;
  color: #124061;
}

.article-meta h2 {
  font-size: 18px;
  text-transform: none;
  margin-bottom: 8px;
}
.container-fluid .row-fluid .page-center {
  margin: 0 auto !important;
}


body.hs_three_col_equ_page .hs_section_header h1,
body .hs_full_width_title h1 {
  margin: 0 !important;
  line-height: normal !important;
  letter-spacing: normal !important;
  font-weight: 500 !important;
  font-family: "AvenirNext", "Raleway", sans-serif !important;
  color: inherit !important;
  text-transform: uppercase !important;
  color: #124061 !important;
  letter-spacing: initial !important;
  font-size: 44px !important;
  line-height: 1.3 !important;
  padding-top: 48px !important;
  padding-bottom: 30px!important;
  border: none;
  display: block;
}

@media (max-width: 992px) {

  body.hs_three_col_equ_page .hs_section_header h1,
  body .hs_full_width_title h1 {
    font-size: 44px !important;
  }
}

@media (max-width: 767px) {

  body.hs_three_col_equ_page .hs_section_header h1,
  body .hs_full_width_title h1 {
    font-size: 40px !important;
  }
}