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

@import url('//cdn2.hubspot.net/hubfs/3035666/Assetline_April2018-Theme/Data-files/Css/Font1.css?t=1525088351713');
@import url('//fonts.googleapis.com/css?family=Indie+Flower|Lato:100,300,400,700,900|Open+Sans:300,400');
@import url('//cdn2.hubspot.net/hubfs/3035666/Assetline_April2018-Theme/Data-files/Css/Iconmoon.css?t=1525088351713');
/*@import url('//cdn2.hubspot.net/hubfs/3035666/Assetline_April2018-Theme/Data-files/Css/FontAwesome.css?t=1525088351713');*/
@import url('//cdn2.hubspot.net/hubfs/3035666/Assetline_April2018-Theme/Data-files/FA1.css?t=1525088351713');




/*IE 11*/



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

/* 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: #747474;
    line-height: 24px;
    font-size: 14px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

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

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

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

/* Basic text */
p {
    margin-top: 0;
    margin-bottom: 20px;
}
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: 'Open Sans', Arial, Helvetica, sans-serif;
  margin: 7px 0 14px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-weight: 800;
    font-size: 34px;
    line-height: 48px;
    color: #6b0c14;
}
h2 {
    line-height: 36px;
    font-size: 25px;
    font-weight: 800;
    color: #6b0c14;
}
h3 {
    font-size: 34px;
    line-height: 30px;
    color: #000000;
}
h4 {
    color: #020000;
    line-height: 20px;
    font-size: 16px;
    font-weight: 800;
}
h5 {
    font-size: 12px;
    line-height: 18px;
    color: #6b0c14;
}
h6 {
    font-size: 11px;
    line-height: 17px;
    color: #6b0c14;
}

/* Anchor Links */
a {
    color: #6b0c14;
    text-decoration: none;
}
a:hover, a:focus { 
  color: #363c4c;
  text-decoration: none;
}

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

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

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


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

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

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

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


/* ==========================================================================
   3. COS STRUCTURE                                            
   ========================================================================== */


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

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

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


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

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

.header-container .custom-header-top-section {
    background-color: #363c4c;
    font-size: 13px;
    color: #ffffff;
    min-height: 40px;
    border-bottom: 0px solid transparent;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 34;
}

.header-container .custom-header-top-section .page-center {
    padding-left: 20px;
    padding-right: 20px;
}

.header-container .custom-header-top-section .page-center .custom-top-header-menu {
    float: right;
}

.header-container .custom-header-top-section .page-center .custom-top-header-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-container .custom-header-top-section .page-center .custom-top-header-menu ul li {
    float: left;
    position: relative;
}

.header-container .custom-header-top-section .page-center .custom-top-header-menu ul li a {
    height: 38px;
    line-height: 38px;
    display: block;
    position: relative;
    padding: 0px 20px 0px 0px;
    color: #ffffff;
}

.header-container .custom-header-top-section .page-center .custom-top-header-menu ul li.orange-btn a {
  border-radius: 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
  border-width: 0px;
  border-style: solid;
  background: #fd6201;
  padding: 10px 30px;
  color: #ffffff;
  line-height: 20px;
  font-size: 14px;
  display: inline-block;
  position: relative;
  outline: 0;
  zoom: 1;
  border: 0px solid rgba(0, 0, 0, 0);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  box-sizing: content-box;
  height: 20px;
}

.custom-banner-area-grp {
  height: 352px;
  max-height: 352px;
  background-size: cover;
  background-position: center top;
  border-top: 1px solid #d2d3d4;
  border-bottom: 1px solid #d2d3d4;
  position: relative;
}

.custom-header-navigation-grp {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    width: 100%!important;
    z-index: 3;
    min-height: 68px!important;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    padding-left: 20px;
    padding-right: 20px;
}

.hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .hs-2-col-right-left-col p sup {
    vertical-align: super;
    font-size: smaller;
    top: 0;
}

.custom-header-navigation-grp .page-center .custom-logo {
    padding-top: 12px;
    padding-bottom: 10px;
    width: auto!important;
}

.header-container .custom-header-top-section .page-center .custom-top-header-menu ul li:last-child {
    padding: 0px 20px 0px 0px;
}


.custom-header-navigation-grp .page-center .custom-logo img.pc-color,
.custom-header-navigation-grp .page-center .custom-logo img.mac-white,
.custom-header-navigation-grp .page-center .custom-logo img.mac-color {
    display: none;
}

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

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

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


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

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

.custom-footer-btm-grp {
    padding: 10px 20px;
    background-color: #717275;
    z-index: 1;
    position: relative;
    border-top: 1px solid #717275;
}

.custom-footer-btm-grp .page-center > .row-fluid-wrapper > .row-fluid {
    display: table!important;
    width: 100%!important;
    float: none!important;
}

.custom-footer-btm-grp .page-center > .row-fluid-wrapper > .row-fluid .custom-footer-social-grp {
    display: table-cell!important;
    vertical-align: middle;
    text-align: right;
    margin-left: 0!important;
    float: none!important;
    width: 40%!important;
}
.custom-footer-btm-grp .page-center > .row-fluid-wrapper > .row-fluid .custom-footer-social-grp .fusion-social-links-footer {
    margin-top: 10px;
}
.custom-footer-btm-grp .page-center > .row-fluid-wrapper > .row-fluid .custom-footer-social-grp .fusion-social-links-footer .fusion-social-networks a:first-child {
    margin-left: 0;
}
.custom-footer-btm-grp .page-center > .row-fluid-wrapper > .row-fluid .custom-footer-social-grp .fusion-social-links-footer .fusion-social-networks a {
    font-size: 30px;
    margin-bottom: 10px;
    display: inline-block;
    margin-left: 16px;
    vertical-align: top;
}
.custom-footer-btm-grp .page-center > .row-fluid-wrapper > .row-fluid .custom-copyright p {
    margin: 0;
}
.custom-footer-btm-grp .page-center > .row-fluid-wrapper > .row-fluid .custom-copyright {
    color: #ffffff;
    font-size: 12px;
    display: table-cell!important;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    float: none;
    width: auto!important;
}

.custom-footer-top-grp {
    border-top: 12px solid #e9eaee;
    overflow: hidden;
    position: relative;
    background-color: #818284;
    padding: 43px 20px 40px;
}

.custom-footer-top-grp .page-center > .row-fluid-wrapper {
    margin: 0 -15px;
}
.custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footer-logo,
.custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footer-cta,
.custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footermenu-lft,
.custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footer-menu-grp,
.custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footer-newsletter-form {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
}

.custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footer-cta p {
    line-height: 20px;
}

.custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footer-cta p a#cta_button_3035666_870549b6-4820-482a-8d4f-00c3bd67a38c {
    min-width: 100%!important;
}

.custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footermenu-lft .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
}

.custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footermenu-lft .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
    line-height: 20px;
}
.custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footermenu-lft .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li>a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footermenu-lft .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li>ul>li>a {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    line-height: 21px;
}
.custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footermenu-lft .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:nth-child(2)>a {
    font-size: 12px;
    line-height: 21px;
}
.custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footermenu-lft .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:first-child {
    margin-bottom: 20px;
}
.custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footermenu-lft .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
    line-height: 20px;
}

.custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footer-menu-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul >li>ul>li>a {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    line-height: 21px;
}

.custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footer-logo img {
  display: block;
  max-width: 220px;
  width: 100%;
}

.custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footer-menu-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
    line-height: 20px;
}

.custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footer-menu-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul >li {
    margin-bottom: 20px;
}
.custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footer-menu-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul >li>a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
@-moz-document url-prefix() {
  .custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footermenu-lft .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > ul > li {
    line-height: 20px;
  }
  .custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footermenu-lft .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > ul > li {
    display: block;
    margin-bottom: .5px;
  }
  .custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footermenu-lft .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > ul > li > a {
    line-height: 20px;
  }
}

.custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footer-menu-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul >li {
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

.custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footer-menu-grp p:first-child {
    margin-top: 0;
}
.custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footer-menu-grp p {
    margin: 1em 0;
    color: #fff;
    line-height: 20px;
    font-size: 13px;
}

.custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footer-newsletter-form .form-title {
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}

.custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footer-newsletter-form form .hs-form-field > label {
    color: #fff;
    font: 14px/20px Arial, Helvetica, sans-serif;
    vertical-align: top;
}

.custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footer-newsletter-form form input.hs-button.primary.large {
    margin: 0;
    text-transform: uppercase;
}

.hs-form ul.hs-error-msgs.inputs-list {
    padding: 0;
    list-style: none;
    color: #790000;
    margin: 6px 0;
    font: 14px/20px 'PTSansRegular', Arial, Helvetica, sans-serif !important;
}
.hs-form ul.hs-error-msgs.inputs-list label {
    margin: 0;
    color: #790000;
}

#back-to-top {
    background-color: #333333;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    color: #FFFFFF;
    height: 35px;
    position: fixed;
    right: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 48px;
    opacity: 0.9;
    z-index: 10000;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

#back-to-top:before {
    color: #fff;
    line-height: 35px;
    content: '\f106';
    -webkit-font-smoothing: antialiased;
    font-family: 'icomoon';
    font-size: 22px;
}

#back-to-top:hover {
    background-color: #363c4c;
}


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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.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{}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.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 a:hover{}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:801px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .js-enabled {
    display: none;
  }
  .custom-header-navigation-grp .page-center .custom-menu-primary {
    float: right;
    margin-left: 0!important;
    position: relative;
    z-index: 200;
    width: auto!important;
  }
  .custom-header-navigation-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
  }
  .custom-header-navigation-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    padding-right: 0;
  }
  .custom-header-navigation-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding-right: 30px;
  }
  .custom-header-navigation-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch> a {
    color: #ffffff !important;
    border-color: #6B0C12;
  }
  .custom-header-navigation-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li> a:hover {
    border-color: #6b0c12;
  }
  .custom-header-navigation-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li> a {
    line-height: 60px;
    height: 65px;
    border-top: 5px solid transparent;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 0px;
  }
  .sticky .custom-header-navigation-grp {
    position: fixed;
    top: 0;
    background-color: rgba(255,255,255, 4);
    min-height: 65px!important;
    border: 0;
    padding-right: 39px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 3px;
    z-index: 999;
  }
  .sticky .custom-header-navigation-grp .page-center .custom-logo img.pc-white {
    display: none;
  }
  .sticky .custom-header-navigation-grp .page-center .custom-logo {
    padding: 9.5px 0;
  }
  .sticky .custom-header-navigation-grp .page-center .custom-logo img.pc-color {
    display: block;
    height: 46px;
    vertical-align: top;
    max-width: 100%;
  }
  .sticky .custom-header-navigation-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li> a {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #363c4c!important;
    letter-spacing: 0px;
  }
  .custom-header-navigation-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    background-color: #ffffff;
    width: 220px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    -moz-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
  }
  .custom-header-navigation-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li > ul>li>ul {
    left: 100%!important;
    top: -3px!important;
    background-color: #ffffff;
    width: 220px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    -moz-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
  }
  .custom-header-navigation-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li > ul>li>a:hover,
  .custom-header-navigation-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li > ul>li>ul>li>a:hover{
    background-color: #c4c4c4;
  }
  .custom-header-navigation-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li > ul>li>a,
  .custom-header-navigation-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li > ul>li>ul>li>a{
    border-bottom: 1px solid #ffffff;
    color: #333333;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding: 7px 20px;
    line-height: 19px;
    text-indent: 0;
    height: auto;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
    -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
    -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
    display: block;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footer-logo,
  .custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footer-cta,
  .custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footermenu-lft,
  .custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footer-menu-grp,
  .custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footer-newsletter-form {
    max-width: 20%;
    width: 100%!important;
  }
  .custom-header-navigation-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > ul.active-branch > li.active.active-branch > a,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.select>a {
    background-color: #c4c4c4;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.select>a {
    background-color: #c4c4c4;
    color: #fff!important;
  }
  ::-webkit-scrollbar-track {
    
    background: rgb(85, 85, 85);
  }

  ::-webkit-scrollbar {
    width: 9px;
    height: 9px;
  }

  ::-webkit-scrollbar-thumb {
    background-color: rgb(48, 48, 48);
    border-radius: 8px;
  }
  
}


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

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

@media (max-width: 800px){

  /* 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: block !important;
    cursor: pointer;
    vertical-align: middle;
    float: right;
    text-align: right;
    margin-top: 4px;
  }
  .mobile-trigger i {
    color: #dadada;
    float: right;
    font-size: 21px;
    margin-left: 20px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

  /* Change button when menu is open */
 .mobile-trigger i:before {
    color: #dadada;
    content: "\f0c9";
}


  /* Toggle Button Icon */
  .mobile-trigger i{}
  .mobile-trigger i:before, .mobile-trigger i:after{}
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{}
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{}

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

  .child-trigger{
    display: block !important;
    padding-right: 35px;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 0;
    width: 50px;
    border: none;
    cursor: pointer;
    text-align: center;
    color: #333;
  }
  .child-trigger:before {
    display: block;
    margin: 0;
    content: '\e61f';
    font-family: 'icomoon';
    color: #333;
  }
  
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    clear: both;
  }

  /* 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{
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    padding-top: 20px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -20px;
    width: auto!important;
    clear: both;
    color: #333;
  }
  

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary.js-enabled .hs-menu-wrapper>ul {
    border: 1px solid #dadada;
    margin-bottom: -1px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li>ul>li>a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li>ul>li>ul>li>a:hover{
    background-color: #f6f6f6;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #333333;
    font-size: 12px;
    background-color: #f9f9f9;
    display: block;
    border-bottom: 1px solid transparent;
    border-color: #dadada;
    height: 35px;
    line-height: 35px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    font-size: 12px;
    line-height: normal;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li>ul>li,
  .custom-menu-primary .hs-menu-wrapper > ul > li>ul>li>ul>li {
    position: relative;
    font-size: 12px;
    line-height: normal;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li>ul>li>a:before {
    color: #333333;
    content: "-";
    margin-left: -6px;
    margin-right: 2px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li>ul>li>ul>li>a:before {
    color: #333333;
    content: "--";
    margin-left: -10px;
    margin-right: 2px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li>ul>li>a {
    padding-left: 42px;
    padding-right: 30px;
    color: #333333;
    font-size: 12px;
    display: block;
    border-bottom: 1px solid transparent;
    background-color: #f9f9f9;
    border-color: #dadada;
    height: 35px;
    line-height: 35px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li>ul>li>ul>li>a {
    padding-right: 30px;
    color: #333333;
    font-size: 12px;
    display: block;
    border-bottom: 1px solid transparent;
    background-color: #f9f9f9;
    border-color: #dadada;
    height: 35px;
    line-height: 35px;
    padding-left: 55px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch>a {
    background-color: #f6f6f6;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch> ul.active-branch > li.active.active-branch>a {
    background-color: #f6f6f6;
  }
  .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{}

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


/* ==========================================================================
   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 h1 {}
.hs-blog-header h1 a{}

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

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data: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 {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}


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

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

/* Blog Social Sharing Icons */


/* Blog Commments */
.blog-listing-wrapper .post-listing .post-item {
    border-bottom: 1px solid #cccccc;
    padding: 0 0 20px;
	margin: 0 0 20px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}

.blog-post-wrapper h2, .post-header h2{
    margin-bottom: 10px;
}

.blog-post-wrapper h2 a, .post-header h2 a{
    text-decoration: none;
}
.blog-post-wrapper h2 a:hover, .post-header h2 a:hover{}

.blog-listing-wrapper .post-listing .post-item .post-body {}
/* =============== 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;
}


#hs_cos_wrapper_blog_subscription_title{}

#comment-form h4{}

#hubspot-topic_data{
    color: #888888;
    font-weight:700;
}
.post-listing #hubspot-author_data{
    margin-top: 0;
    font-style: italic;
}
.hs-form .input ul {
    list-style: none;
    padding: 0;
	margin: 0;
}
.hs-form .input ul li{
    padding: 0 !important;
}
.custom_listing_comments {
    border: 1px solid #ccc;
    padding: 10px;
	margin: 10px 0;
}
.more-link{
    display: inline-block;
    padding-top: 10px;
}
.hs-blog-social-share{
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
	height: auto;
	margin-top: 10px;
	padding: 10px 0 0;
}
.blog .blog-sidebar .cell-wrapper{
    margin-bottom: 15px;
}

.blog .blog-sidebar ul li{
    padding: 0 0 10px;
}
#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}
.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}
.comment-body {
    border-bottom: medium none;
    color: ;
    display: block;
    font-family: ;
    font-size: ;
    line-height: ;
    padding: 0;
}
.comment-reply-to{
    margin-bottom: 15px;
}
.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}
.comment-date {
    color:  !important;
    display: block !important;
    text-align: left;
}
#hubspot-author_data .hs-author-avatar {
    max-width: 70px;
	padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
	height: auto !important;
	max-width: 100%;
}
#comments-listing.no-comments {
   border: none;
}
.hs-blog-social-share {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    height: auto;
    margin-top: 10px;
    padding: 10px 0 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 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-pagination a {
    margin: 0 5px;
    display:inline-block;
}
.blog-pagination {
  text-align: center;
  margin: 15px;
}
.blog-pagination {
    text-align: center;
}


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


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


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

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

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

/* Labels and Legends */
label {
    margin: .625em 0 .375em;
    font: 14px/20px 'PTSansRegular', Arial, Helvetica, sans-serif !important;
    display: inline-block;
}
.hs-form span.hs-form-required {
    color: #790000;
    margin-left: .25em;
}
.hs-form .field.hs-form-field {
    margin-bottom: 15px;
}
.hs-form-field > label {}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
    display: block;
    width: 100%!important;
    max-width: 500px;
    border: 1px solid #d2d2d2;
    color: #747474;
    padding: 6px 6px;
    border-radius: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: normal;
}

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


/* =============== 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;
  vertical-align: middle;
  background: #fd6201;
  color: #fff;
  background-image: -webkit-gradient( linear, left bottom, left top, from( #fd6201 ), to( #fd6201 ) );
  background-image: -webkit-linear-gradient( bottom,#fd6201, #fd6201 );
  background-image: -moz-linear-gradient( bottom, #fd6201, #fd6201 );
  background-image: -o-linear-gradient( bottom, #fd6201, #fd6201 );
  background-image: linear-gradient( to top, #fd6201, #fd6201 );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd6201', endColorstr='#fd6201');
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  padding: 13px 29px;
  line-height: 17px;
  font-size: 14px;
  border: 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 10px 0 20px;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background: #fca26a;
    color: #fff;
    background-image: -webkit-gradient( linear, left bottom, left top, from( #fca26a ), to( #fca26a ) );
    background-image: -webkit-linear-gradient( bottom, #fca26a, #fca26a );
    background-image: -moz-linear-gradient( bottom, #fca26a, #fca26a );
    background-image: -o-linear-gradient( bottom, #fca26a, #fca26a );
    background-image: linear-gradient( to top, #fca26a, #fca26a );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fca26a', endColorstr='#fca26a');
}

.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 {}
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 500px !important;
}

/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */

/************** Two Column Right **********************/
.hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper {
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 46px;
}

.hs-two-col-right .custom-body-content-grp .page-center.content-wrapper {
    padding: 0 20px;
}

.hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid {
    max-width: 80%;
    margin: 0 auto;
}

.hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .hs-2-col-right-left-col {
    max-width: 65.3333%;
    width: 100%!important;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 4%;
}

.hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .sidebar.right {
    max-width: 30.6666%;
    width: 100%!important;
    margin-bottom: 20px;
    margin-left: 0!important;
}

.hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .sidebar.right > .row-fluid-wrapper {
    background-color: #f9f9f9;
    padding: 20px;
}

.hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .sidebar.right {
    line-height: 20px;
}
.hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .sidebar.right .custom-right-sidebar-col1 h2 {
    font-weight: 800;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 21px;
    padding-right: 8px;
    margin: 0;
    margin-top: 0em;
    margin-bottom: 9.1px;
    color: #6b0c14;
    line-height: 36px;
}

.hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .sidebar.right .custom-right-sidebar-col1 p {
    margin-bottom: 15px;
}

.hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .sidebar.right .custom-right-sidebar-col3 p {
    margin-bottom: 15px;
}
.hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .sidebar.right .custom-right-sidebar-col3 p:last-child {
    margin-bottom: 0;
}
.hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .sidebar.right .custom-right-sidebar-col3 {
    line-height: 20px;
}
.hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .hs-2-col-right-left-col h1 {
    color: #6b0c14;
    font-size: 34px;
    line-height: 48px;
    font-weight: 800;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    margin: 8.7px 0;
}

.hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .hs-2-col-right-left-col p {
    color: #747474;
    line-height: 20px;
    font-size: 13px;
}

.custom-banner-area-grp:after {
    content: "";
    position: absolute;
    pointer-events: none;
    background-image: url('//cdn2.hubspot.net/hubfs/3035666/Assetline_April2018-Theme/Images/shadow-bottom.png?t=1525088351713');
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 32px;
    width: 100%;
    bottom: 0;
    z-index: 99;
}



.hs-two-col-right .custom-banner-area-grp:after {
    content: "";
}

.hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .hs-2-col-right-left-col ul {
    color: #747474;
    line-height: 20px;
    font-size: 13px;
}

.hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .hs-2-col-right-left-col ul {
    color: #747474;
    line-height: 20px;
    font-size: 13px;
}

.custom-media-grp h4.custom-title {
    color: #020000;
    line-height: 20px;
    font-size: 16px;
    font-weight: 800;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
}

.custom-media-grp .custom-media-content {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #747474;
    font-size: 14px;
}
.custom-media-grp .custom-media-content p em {
    font-size: 14px;
    color: #747474;
    line-height: 20px;
}
.custom-media-grp .custom-media-content p {
    font-size: 14px!important;
    color: #747474;
    line-height: 20px;
}


.custom-media-grp .custom-video-grp .custom-video-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.custom-media-grp .custom-video-grp {
    margin-bottom: 25px;
    max-width: 600px;
    width: 100%;
    padding-top: 2px;
}
.custom-media-grp .custom-video-grp .custom-video-holder {
    width: 100%;
    position: relative;
    padding: 0;
    padding-top: 58.3333%;
}

.hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .hs-2-col-right-left-col form {
  padding-top: 2px;
  padding-bottom: 10px;
}

.hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .hs-2-col-right-left-col form legend.hs-field-desc {
    font: 13px/20px 'PTSansRegular', Arial, Helvetica, sans-serif !important;
    color: #8c8989;
}

.hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .hs-2-col-right-left-col form ul.inputs-list.multi-container li.hs-form-checkbox {
    color: #747474;
    line-height: 20px;
    font-size: 13px;
}

.hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .hs-2-col-right-left-col form .hs-input {
    max-width: 100%;
}

.hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .hs-2-col-right-left-col form ul.inputs-list.multi-container li.hs-form-checkbox >label {
    margin: 0;
    font-size: 13px!important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif!important;
    font-weight: 400;
}

.hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .hs-2-col-right-left-col form ul.inputs-list.multi-container li.hs-form-checkbox >label .hs-input {
    margin: 2px 3px 6px 4px;
    position: relative;
    vertical-align: middle;
}
.hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .hs-2-col-right-left-col form textarea.hs-input {
    height: 9.375em;
}

.hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .hs-2-col-right-left-col form .hs_i_agree.hs-i_agree.hs-fieldtype-booleancheckbox.field.hs-form-field ul.inputs-list li.hs-form-booleancheckbox > label {
    margin: 0;
    font-size: 13px!important;
    line-height: 20px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif!important;
    font-weight: 400;
}
.hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .hs-2-col-right-left-col form input.hs-button.primary.large {
    margin-top: 0;
    margin-bottom: 14px;
}

.hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .hs-2-col-right-left-col form select {
    background-color: #fff;
}

div#ascrail2000 {
    background-color: rgb(85, 85, 85);
}

.hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .hs-2-col-right-left-col ul.ul-checklist li:before {
    float: left;
    height: 23.8px;
    width: 23.8px;
    margin-right: 9.8px;
}
.hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .hs-2-col-right-left-col ul.ul-checklist li span {
    display: block;
    padding-left: 33.6px;
}
.hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .hs-2-col-right-left-col ul.ul-checklist li {
    margin-bottom: 11px;
}
.hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .hs-2-col-right-left-col ul.ul-checklist {
    font-size: 14px;
    line-height: 23.8px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .hs-2-col-right-left-col ul.ul-checklist li:before {
    height: 23.8px;
    width: 23.8px;
    margin-right: 9.8px;
    float: left;
    color: #6b0c14;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f00c";
    vertical-align: middle;
    text-align: center;
    padding-top: 4px;
}

.accordion .accordion_group {
    border-bottom: 1px solid #e0dede;
}

.accordion .accordion_group .accordion_header i.fa.fa-plus:before {
    font-family: 'IcoMoon';
    content: "\e61d";
    font-style: normal;
    line-height: 22px;
    font-size: 13px;
}
.accordion .accordion_group .accordion_header i.fa.fa-plus {
    background-color: #6b0c14;
    float: left;
    margin-right: 18px;
    width: 22px;
    height: 22px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    font-family: 'IcoMoon';
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: 800;
}
.accordion .accordion_group .accordion_header:hover i.fa.fa-plus {
    background-color: #363c4c !important;
    border-color: #363c4c !important;
}

 .accordion .accordion_group .accordion_header {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    font-weight: 800;
    cursor: pointer;
}

 .accordion .accordion_group .accordion_content {
    color: #747474;
    line-height: 20px;
}
.accordion .accordion_group .accordion_content .hs-accordion-content-inner {
    padding: 10px 0 15px 0px;
}

 .accordion .accordion_group.active .accordion_header i.fa.fa-plus:before {
    content: "\e61c";
}
 .accordion .accordion_group.active .accordion_header i.fa.fa-plus {
    background-color: #363c4c;
}

 .accordion .accordion_group .accordion_header h2 {
    margin-left: 40px;
    color: #6B0C14 !important;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 800;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px !important;
    line-height: 22px;
}
.hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .hs-2-col-right-left-col .hs_cos_wrapper_type_module:first-child {
    margin: 0;
}
.hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .hs-2-col-right-left-col .hs_cos_wrapper_type_module {
    margin: 10px -15px 0px;
}

.custom-how-it-works-grp {
    margin-bottom: 20px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    color: #747474;
    line-height: 20px;
    font-size: 13px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.custom-how-it-works-grp .custom-how-it-works-top-header {
    display: table;
    width: auto;
    margin-bottom: 14px;
    overflow: hidden;
}

.custom-how-it-works-grp .custom-how-it-works-top-header .icon {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.custom-how-it-works-grp .custom-how-it-works-top-header h2.custom-title-sec {
    margin: 0;
}

.custom-how-it-works-grp .custom-how-it-works-top-header .icon i.fa {
    margin-right: 20px;
}
.custom-affiliations-grp {
    display: table;
    width: 100%;
}

.custom-affiliations-grp .custom-left-col-grp {
    vertical-align: top;
    border-bottom: 1px #c2cde3 dashed;
    width: 180px;
    display: table-cell;
    padding: 20px 15px;
}

.custom-affiliations-grp .custom-right-col-grp {
    padding: 20px 15px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #747474;
    display: table-cell;
    border-color: #e0dede;
    vertical-align: top;
    border-bottom: 1px #e0dede dashed;
    padding-top: 20px;
    padding-bottom: 20px;
}

.custom-affiliations-grp .custom-left-col-grp img {
    border-style: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

.custom-footer-btm-grp .page-center > .row-fluid-wrapper > .row-fluid .custom-footer-social-grp .fusion-social-links-footer .fusion-social-networks a {
    position: relative;
}
.custom-footer-btm-grp .page-center > .row-fluid-wrapper > .row-fluid .custom-footer-social-grp .fusion-social-links-footer .fusion-social-networks a span {
  position: absolute;
  top: -29px;
  left: 50%;
  font-size: 12px;
  transform: translateX(-50%);
  padding: 5px;
  background-color: #333;
  font-family: Open sans;
  color: #ccc;
  border-radius: 3px;
  opacity: 0;
  transition: all ease .2s;
  -webkit-transition: all ease .2s;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.custom-footer-btm-grp .page-center > .row-fluid-wrapper > .row-fluid .custom-footer-social-grp .fusion-social-links-footer .fusion-social-networks a:hover:before {
  opacity: 0.8;
}

.custom-footer-btm-grp .page-center > .row-fluid-wrapper > .row-fluid .custom-footer-social-grp .fusion-social-links-footer .fusion-social-networks a:hover span,
.custom-footer-btm-grp .page-center > .row-fluid-wrapper > .row-fluid .custom-footer-social-grp .fusion-social-links-footer .fusion-social-networks a:hover:after{
  opacity: 1;
}

.custom-footer-btm-grp .page-center > .row-fluid-wrapper > .row-fluid .custom-footer-social-grp .fusion-social-links-footer .fusion-social-networks a:after {
    opacity: 0;
    border: solid;
    border-color: #333 transparent;
    border-width: .4em .4em 0 .4em;
    bottom: 2px;
    content: "";
    display: block;
    left: 18px;
    position: absolute;
    z-index: 99;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
}

.hs-cta-wrapper a.button-lightgray {
    background: #fbfbfb;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f0f0f0), to(#fbfbfb));
    background-image: -webkit-linear-gradient(bottom, #f0f0f0, #fbfbfb);
    background-image: -moz-linear-gradient(bottom, #f0f0f0, #fbfbfb);
    background-image: -o-linear-gradient(bottom, #f0f0f0, #fbfbfb);
    background-image: linear-gradient(to top, #f0f0f0, #fbfbfb);
    border: 1px solid #ababab;
    color: #ababab;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 11px 23px;
    line-height: 16px;
    font-size: 13px;
    display: inline-block;
    position: relative;
    outline: 0;
    zoom: 1;
    text-align: center;
    text-transform: uppercase;
    box-sizing: content-box;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.hs-cta-wrapper a.button-lightgray:before {
    content: " ";
    display: table;
}

.hs-cta-wrapper a.button-lightgray span.button-icon-divider-left {
    border-color: #ababab;
    padding: 0 12.5px;
    left: 0;
    border-right: 1px solid;
    display: inline-block;
    position: absolute;
    top: 0;
    height: 100%;
}

.hs-cta-wrapper a.button-lightgray span.fusion-button-text-left {
    padding-left: 38px;
}

.hs-cta-wrapper a.button-lightgray:hover {
    background: #6b0c14;
    border: 1px solid #ababab;
    color: #ffffff;
}

.hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .hs-2-col-right-left-col ul.ul-checklist.two li:before {
    content: "\f105";
}


/************************** FAQ Tabber Group ***************************/

.hs-faq-tabber-cust-mod .tabber-tab {
    border-color: #ebeaea;
}

.hs-faq-tabber-cust-mod .tabber-tab ul {
    width: 25%;
    background-color: transparent;
    border: none;
    position: relative;
    left: 1px;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.hs-faq-tabber-cust-mod .tabber-tab ul:after, .hs-faq-tabber-cust-mod .tabber-tab ul:before {
    content: " ";
    display: table;
}
.hs-faq-tabber-cust-mod .tabber-tab ul li a:hover, .hs-faq-tabber-cust-mod .tabber-tab ul li.active a {
    background-color: #e2e2e2;
}
.hs-faq-tabber-cust-mod .tabber-tab ul li a {
    border-color: #ebeaea;
    margin: 0;
    padding: 10px 15px;
    border: 1px solid #ebeaea;
    cursor: pointer;
    text-align: left;
    display: block;
    position: relative;
    outline: 0;
    font-size: 14px;
    color: #020000;
    line-height: 20px;
    font-weight: 800;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.hs-faq-tabber-cust-mod .tabber-tab ul li {
    margin-bottom: 10px;
    display: block;
    position: relative;
    float: none;
    text-align: center;
}

.hs-faq-tabber-cust-mod .tabber-content {
    margin: 0;
    padding-left: 40px;
    width: 75%;
    float: left;
}

.hs-faq-tabber-cust-mod .tabber-content .accordion .accordion_group .accordion_header {
    color: #6B0C14 !important;
    line-height: 22px;
}

.hs-faq-tabber-cust-mod .tabber-content .accordion .accordion_group .accordion_content {
    font-size: 13px;
    line-height: 20px;
    color: #747474;
}

.custom-tabber-grp .tabber-tab ul:before, .custom-tabber-grp .tabber-tab ul:after {
    content: " ";
    display: table;
}

.custom-tabber-grp .tabber-tab ul {
    margin: 0 0 -3px 0;
    background-color: #ffffff;
    padding: 0;
    list-style: none outside none;
}

.custom-tabber-grp .tabber-tab ul li.active a, .custom-tabber-grp .tabber-tab ul li a:hover {
    background-color: #de5128;
}
.custom-tabber-grp .tabber-tab ul li a {
    position: relative;
    margin: 0;
    padding: 8px 0;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background-color: #ebeaea;
    color: #020000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    display: block;
    margin-right: 5px;
}
.custom-tabber-grp .tabber-tab ul li {
    font-size: 13px;
    line-height: 20px;
    color: #747474;
    position: relative;
    float: none;
    text-align: center;
    display: table-cell;
    width: 1%;
}

.custom-tabber-grp .tabber-content {
    margin-top: 10px;
}

.custom-tabber-grp .tabber-content .tab-pane {
    background-color: #ffffff;
    padding: 15px;
    max-width: 100%;
}

.custom-tabber-grp .tabber-content .tab-pane table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.custom-tabber-grp .tabber-content .tab-pane table tbody tr td {
    padding: 15px;
    border-bottom: 1px #c2cde3 dashed;
    vertical-align: top;
    color: #747474;
    line-height: 20px;
    font-size: 13px;
}
.custom-tabber-grp .tabber-content .tab-pane table tbody tr td:first-child {
    font-weight: bold;
    color: #6b0c14;
    width: 30%;
}
.custom-google-map-grp .clearfix div#map {

    margin-right: 4%;

}

.custom-google-map-grp .clearfix > div {
    margin-bottom: 20px;
    max-width: 48%;
    width: 100%;
    height: 300px;
    position: relative;
    float: left;
}

.custom-google-map-grp {
    padding-bottom: 20px;
}

.custom-section-header-grp {
    height: 87px;
    background-color: #F6F6F6;
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px solid #d2d3d4;
    border-bottom: 1px solid #d2d3d4;
}
.custom-section-header-grp .page-center .custom-table-grp {
    display: table;
    z-index: 1;
    position: relative;
    width: 100%;
    height: 87px;
}	
.custom-section-header-grp .page-center .custom-table-grp .custom-header-title h1 {
    line-height: normal;
    font-size: 18px;
    margin: 0;
    color: #333333;
}
.custom-section-header-grp .page-center .custom-table-grp .custom-header-title {
    display: table-cell;
    vertical-align: middle;
}


.hs-testimonial .custom-body-content-grp .page-center.content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

.hs-testimonial .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper {
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 20px;
}

.hs-testimonial .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid {
    max-width: 80%;
    float: none;
    margin: 0 auto;
}

.hs-testimonial-row1-flexi > span {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding-bottom: 60px;
}

.hs-testimonial-row1-flexi > span .hs_cos_wrapper_type_module:last-child {
    margin-right: 0;
}
.hs-testimonial-row1-flexi > span .hs_cos_wrapper_type_module {
    margin-top: 0px;
    margin-bottom: 20px;
    position: relative;
    float: left;
    margin-right: 4%;
    max-width: 48%;
    width: 100%;
}

.custom-testimonial-grp h2.custom-title {
    line-height: 36px;
    font-size: 25px;
    font-weight: 800;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #6b0c14;
    margin-top: 0em;
    margin-bottom: .7em;
}
.custom-testimonial-grp p.custom-content {
    line-height: 20px;
    font-size: 13px;
    color: #747474;
    margin-top: 0;
    margin-bottom: 20px;
}

.custom-testimonial-grp .custom-video-grp {
    width: 100%;
}

.custom-testimonial-grp .custom-video-grp .custom-video-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.custom-testimonial-grp .custom-video-grp .custom-video-holder {
    padding-top: 58.3333%;
    width: 100%;
    position: relative;
    margin-bottom: 25px;
}
.body-container-wrapper {
    margin-top: -1px;
}

/************************ Homepage Styling ********************/

.hs-homepage-slider .hs_cos_gallery_main {
    padding: 0;
    margin: 0;
}

.hs-homepage-slider  {
  background-image: url(https://cdn2.hubspot.net/hubfs/3035666/Assetline_April2018-Theme/Images/02.jpg?t=1525088351713);
  background-size: 100% 100%;
  background-position: center top;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  height: 100vh;
}


.hs-homepage-row1-grp {
    padding-left: 20px;
    padding-right: 20px;
}

.hs-homepage-row1-grp > .row-fluid-wrapper {
    margin-left: -20px;
    margin-right: -20px;
}



.hs-homepage-row1-grp .page-center .hs-homepage-row1-col1 {
    padding-top: 81px;
    text-align: center;
}

.hs-homepage-row1-grp .page-center .hs-homepage-row1-col1 img {
    height: 40px;
    margin-bottom: 1px;
}
.hs-homepage-row1-grp .page-center .hs-homepage-row1-col1 h1 {
    text-align: center;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Open Sans Extra Bold', Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 25px;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
}

.hs-homepage-row1-grp .page-center .hs-homepage-row1-col1 p:last-child {
    margin-bottom: 38px;
}
.hs-homepage-row1-grp .page-center .hs-homepage-row1-col1 p:last-child a#open-pop:hover {
    background: #fca26a;
}
.hs-homepage-row1-grp .page-center .hs-homepage-row1-col1 p:last-child a#open-pop {
    background: #fd6201;
    color: #fff;
    border-color: #fff;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 17px 40px;
    line-height: 21px;
    font-size: 18px;
    display: inline-block;
    position: relative;
    outline: 0;
    zoom: 1;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.hs-homepage-row2-grp {
  background-image: url(//cdn2.hubspot.net/hubfs/3035666/Assetline_April2018-Theme/Images/bg6b_bw.jpg?t=1525088351713);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.hs-homepage-row2-grp:before {
    z-index: 2;
    position: absolute;
    left: 50%;
    margin-left: -29px;
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    content: "";
    border-width: 29px 29px 0 29px;
    top: 0px;
    border-top-color: #ffffff;
}

.hs-homepage-row2-grp .page-center {
    padding-top: 82px;
}

.hs-homepage-row2-grp .page-center .hs-homepage-row2-col1 .hs_cos_wrapper_type_header h1 {
    text-align: center;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Open Sans Extra Bold', Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 25px;
    margin-top: 0em;
    margin-bottom: .7em;
}
.hs-homepage-row2-grp .page-center .hs-homepage-row2-col1 .hs_cos_wrapper_type_header:after {
    content: "";
    background-image: url(//cdn2.hubspot.net/hubfs/3035666/Assetline_April2018-Theme/Images/line02.png?t=1525088351713);
    width: 81px;
    height: 1px;
    display: block;
    margin: 0 auto;
}
.hs-homepage-row2-grp .page-center .hs-homepage-row2-col1 .hs_cos_wrapper_type_header {
    display: block;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.hs-homepage-row2-grp .page-center .hs-homepage-row2-col2 .hs-homepage-row2-col2-left-col {
    max-width: 74%;
    width: 100%;
    margin-right: 4%;
    position: relative;
}

.hs-homepage-row2-grp .page-center .hs-homepage-row2-col2 .hs-homepage-row2-col2-right-col {
    max-width: 22%;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0;
    text-align: center;
}
.hs-homepage-row2-grp .page-center .hs-homepage-row2-col2 .hs-homepage-row2-col2-left-col {
    padding-top: 71px;
}
.hs-homepage-row2-grp .page-center .hs-homepage-row2-col2 .hs-homepage-row2-col2-left-col ul.star-checklist li strong {
    font-weight: normal;
    display: block;
    padding-left: 48px;
}
.hs-homepage-row2-grp .page-center .hs-homepage-row2-col2 .hs-homepage-row2-col2-left-col ul.star-checklist li {
    margin-bottom: 11px;
    font-size: 20px;
    line-height: 34px;
    position: relative;
}

.hs-homepage-row2-grp .page-center .hs-homepage-row2-col2 .hs-homepage-row2-col2-left-col ul.star-checklist {
    font-size: 20px;
    line-height: 34px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.hs-homepage-row2-grp .page-center .hs-homepage-row2-col2 .hs-homepage-row2-col2-left-col ul.star-checklist li:before {
    height: 34px;
    width: 34px;
    margin-right: 14px;
    content: "\f005";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    vertical-align: middle;
    text-align: center;
    color: #a6020b;
    position: absolute;
    top: 7px;
}

.hs-homepage-row2-grp .page-center .hs-homepage-row2-col2 {
    padding-bottom: 66px;
}


.hs-homepage-row3-grp {
    padding-bottom: 20px;
    padding-top: 50px;
}
.hs-homepage-row3-grp .page-center {
    padding-top: 21px;
}

.hs-homepage-row3-grp .page-center .hs-homepage-row3-col1 {
    text-align: center;
}
.hs-homepage-row3-grp .page-center .hs-homepage-row3-col1 img {
    height: 40px;
    margin-bottom: 1px;
}
.hs-homepage-row3-grp .page-center .hs-homepage-row3-col1 p {
    margin-top: -10px;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 20px;
}
.hs-homepage-row3-grp .page-center .hs-homepage-row3-col1 h1 {
    text-align: center;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Open Sans Extra Bold', Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 25px;
    margin-top: 0em;
    margin-bottom: .7em;
}

.hs-cta-wrapper a.button-lightgray span.fusion-button-text-left {
    text-align: center;
    display: block;
}

.hs-homepage-row3-grp .page-center .hs-homepage-row3-col2-flexi {
    padding-top: 41px;
    padding-bottom: 13px;
}
.hs-homepage-row3-grp .page-center .hs-homepage-row3-col2-flexi > span > .hs_cos_wrapper_type_module:last-child {
    margin-right: 0;
}
.hs-homepage-row3-grp .page-center .hs-homepage-row3-col2-flexi > span {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.hs-homepage-row3-grp .page-center .hs-homepage-row3-col2-flexi > span > .hs_cos_wrapper_type_module {
  max-width: 30.6666%;
  position: relative;
  float: left;
  margin-right: 4%;
  margin-bottom: 20px;
}

.custom-top-icon-grp {
    text-align: center;
}
.custom-top-icon-grp .custom-seprator {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 1px;
}

.custom-top-icon-grp h2.title {
  text-align: center;
  color: #6b0c10;
  font-weight: 800;
  text-transform: uppercase;
  font-family: 'Open Sans Extra Bold', Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 25px;
  margin-top: 17px;
  margin-bottom: .7em;
}
.custom-top-icon-grp .custom-desp p {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
.custom-top-icon-grp .custom-sep-1 {
    margin-top: -10px;
    margin-bottom: -10px;
    height: 1px;
}
.custom-top-icon-grp .custom-desp {
    padding: 20px;
}

.hs-homepage-row4-grp {
    padding-bottom: 250px;
    padding-top: 250px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hs-homepage-row4-grp .custom-background-image {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.hs-homepage-row4-grp .hs_cos_wrapper_type_space {
    display: block;
    height: 44px;
}

.hs-homepage-row5-grp .hs-homepage-row5-col1-grp {
    padding-bottom: 50px;
    padding-top: 50px;
}

.hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .hs-2-col-right-left-col .hs_cos_wrapper_type_module:last-child .custom-affiliations-grp .custom-left-col-grp,
.hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .hs-2-col-right-left-col .hs_cos_wrapper_type_module:last-child .custom-affiliations-grp .custom-right-col-grp {
    border-bottom: 0;
}

.hs-homepage-row5-grp .hs-homepage-row5-col1-grp {
    padding-bottom: 50px;
    padding-top: 50px;
}

.hs-homepage-row5-grp .hs-homepage-row5-col1-grp .page-center .hs-homepage-row5-col1 {
    padding-top: 21px;
    text-align: center;
}

.hs-homepage-row5-grp .hs-homepage-row5-col1-grp .page-center .hs-homepage-row5-col1 img {
    height: 40px;
    margin-bottom: 1px;
}

.hs-homepage-row5-grp .hs-homepage-row5-col1-grp .page-center .hs-homepage-row5-col1 h1 {
    text-align: center;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Open Sans Extra Bold', Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 25px;
    margin-top: 0em;
    margin-bottom: .7em;
}

.hs-homepage-row5-grp .hs-homepage-row5-col2-grp {
    padding-bottom: 20px;
    padding-left: 80px;
    padding-right: 80px;
}

.hs-homepage-row5-grp .hs-homepage-row5-col2-grp .page-center .hs-homepage-row5-col2-flexi > span {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.hs-homepage-row5-grp .hs-homepage-row5-col2-grp .page-center .hs-homepage-row5-col2-flexi > span > .hs_cos_wrapper_type_module:last-child {
    margin-right: 0;
}
.hs-homepage-row5-grp .hs-homepage-row5-col2-grp .page-center .hs-homepage-row5-col2-flexi > span > .hs_cos_wrapper_type_module {
    max-width: 13.3333%;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    position: relative;
    float: left;
    margin-right: 4%;
}

.hs-homepage-row5-grp .hs-homepage-row5-col2-grp .page-center .hs-homepage-row5-col2-flexi > span > .hs_cos_wrapper_type_module img.hs-image-widget {
    border: 1px solid #c7c7c7!important;
    display: block;
    vertical-align: top;
    max-width: 100%;
    width: 100%!important;
}

.hs-homepage-row5-grp .hs-homepage-row5-col2-grp .page-center .hs-homepage-row5-col3 {
    padding-top: 9px;
    padding-bottom: 81px;
}

.hs-homepage-row5-grp .hs-homepage-row5-col2-grp .page-center .hs-homepage-row5-col3 .hs_cos_wrapper_type_rich_text {
    display: block;
    text-align: center;
}



.custom-home-banner-area-grp {
  height: 100vh;
  display: table;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0 10px;
  -webkit-font-smoothing: antialiased;
}

.custom-home-banner-area-grp .custom-banner-content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}

.custom-home-banner-area-grp .custom-banner-content h1.title {
    line-height: 71px;
    font-size: 71px;
    font-weight: 800;
    font-family: Arial;
    color: rgb(255,255,255);
    margin: 0;
    padding-top: 154px;
}
.custom-home-banner-area-grp .custom-banner-content .custom-banner-content-sec {
    padding-top: 10px;
}

.custom-home-banner-area-grp .custom-banner-content .custom-banner-content-sec p.blck-btn {
    margin: 0 0 10px;
}
.custom-home-banner-area-grp .custom-banner-content .custom-banner-content-sec p.blck-btn a {
    border-style: none;
    background-color: rgba(0,0,0,0.6);
    font-family: PTSansRegular,Arial,Helvetica,sans-serif;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 1px 10px 0px;
    letter-spacing: 0px;
    font-size: 22px;
    line-height: 34px;
}
.custom-home-banner-area-grp .custom-banner-content .custom-banner-content-sec p .hs-cta-wrapper:last-child {
    margin-right: 0;
}
.custom-home-banner-area-grp .custom-banner-content .custom-banner-content-sec p .hs-cta-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-right: 120px;
}
.custom-home-banner-area-grp .custom-banner-content .custom-banner-content-sec p.custom-btm-btn {
    margin: 0;
}
.custom-home-banner-area-grp .custom-banner-content .custom-banner-content-sec p.custom-btm-btn {
    margin: 30px 0 0;
}
.custom-home-banner-area-grp .custom-banner-content .custom-banner-content-sec p a.hover_orange:hover {
    background-color: #fd6201;
}

.fade {
  opacity: 0;
  -webkit-transform: opacity 0.3s linear;
  -moz-transform: opacity 0.3s linear;
  -ms-transform: opacity 0.3s linear;
  -o-transform: opacity 0.3s linear;
  transform: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.in .fade {
    opacity: 1;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #000000;
}
.in .modal-backdrop {
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 999;
}

.custom-pop-up-form {
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.in .custom-pop-up-form.fade {
    z-index: 9998;
}

.custom-pop-up-form .custom-pop-up-form-holder {
  max-width: 900px;
  width: 100%;
  margin: 30px auto!important;
  position: relative;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  float: none!important;
  margin-top: 60px!important;
}

.in .custom-pop-up-form .custom-pop-up-form-holder {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.custom-pop-up-form .custom-pop-up-form-holder .custom-pop-up-form1 {
    background-color: #f6f6f6;
    position: relative;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    outline: none;
}

.custom-pop-up-form .custom-pop-up-form-holder .custom-pop-up-form1 .title-grp {
    padding: 15px 20px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 54px;
    border-color: #ebebeb;
}

.custom-pop-up-form .custom-pop-up-form-holder .custom-pop-up-form1 .title-grp .close {
  font-size: 30px;
  margin-top: -5px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 0 none;
  cursor: pointer;
  padding: 0;
  font-weight: bold;
  line-height: 1;
  opacity: 0.2;
  text-shadow: 0 1px 0 #FFFFFF;
  float: right;
  font-family: arial;
  color: #000000;
}

.custom-pop-up-form .custom-pop-up-form-holder .custom-pop-up-form1 .title-grp .form-title {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    margin: 0;
    line-height: 1.5384615384615385;
    color: #747474;
    font-size: 15.21px;
}

.custom-pop-up-form .custom-pop-up-form-holder .custom-pop-up-form1 form {
    position: relative;
    padding: 20px;
}

.custom-pop-up-form .custom-pop-up-form-holder .custom-pop-up-form1 form {
    position: relative;
    padding: 20px;
    margin: 13px 0;
}

.custom-pop-up-form .custom-pop-up-form-holder .custom-pop-up-form1 form .hs-input {
    max-width: 100%;
}
.custom-pop-up-form .custom-pop-up-form-holder .custom-pop-up-form1 form .hs_i_agree.hs-i_agree.hs-fieldtype-booleancheckbox.field.hs-form-field ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display {
    margin: 0;
}

.custom-pop-up-form .custom-pop-up-form-holder .custom-pop-up-form1 form .hs_i_agree.hs-i_agree.hs-fieldtype-booleancheckbox.field.hs-form-field ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display span {
    font-size: 13px;
    line-height: 20px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    vertical-align: top;
}

.custom-pop-up-form .custom-pop-up-form-holder .custom-pop-up-form1 form input.hs-button.primary.large {
    margin: 0;
}
.custom-header-top-section.lp .page-center .custom-top-header-menu ul li.orange-btn {
    display: none!important;
}

.hs-404-page .header-container-wrapper {
    min-height: 109px;
}

.hs-404-page .header-container-wrapper {
    min-height: 109px;
    background-color: #363c4c;
}

.custom-404-body-grp .page-center.content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}


.custom-404-body-grp .page-center.content-wrapper .custom-4040 {
    max-width: 30.6666%;
    width: 100%;
    position: relative;
    float: left;
    margin-right: 4%;
}

.custom-404-body-grp .page-center.content-wrapper .custom-4040 .hs_cos_wrapper_type_rich_text {
    display: block;
    margin-top: 65px;
    color: #F0F0F0;
    font-size: 170px;
    font-weight: bold;
}


.custom-404-body-grp .page-center.content-wrapper .custom-useful-links {
    max-width: 30.66%;
    padding-left: 5%;
    margin-top: 0px;
    margin-bottom: 20px;
    position: relative;
    float: left;
    margin-right: 4%;
    width: 100%!important;
    margin-left: 0;
}

.custom-404-body-grp .page-center.content-wrapper .custom-useful-links h2 {
    line-height: 30px;
    color: #000000;
    font-size: 34px;
    margin-top: 1em;
    margin-bottom: 1em;
}

.custom-404-body-grp .page-center.content-wrapper .custom-useful-links h3 {
    line-height: 30px;
    color: #000000;
    font-size: 34px;
    margin-top: 1em;
    margin-bottom: 1em;
}

.custom-404-body-grp .page-center.content-wrapper .custom-404-search-grp {
    max-width: 30.6666%;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
}

.custom-404-body-grp .page-center.content-wrapper .custom-404-search-grp .widget-type-rich_text {
    display: block;
}

.custom-404-body-grp .page-center.content-wrapper .custom-404-search-grp .widget-type-rich_text h3 {
    color: #000000;
    line-height: 30px;
    font-size: 34px;
    margin-top: 1em;
    margin-bottom: 1em;
}

.custom-404-body-grp .page-center.content-wrapper .custom-404-search-grp .widget-type-rich_text p {
    line-height: 20px;
    font-size: 13px;
}

.custom-404-body-grp .page-center.content-wrapper .custom-404-search-grp .custom-404-search form.hs-form .input {
    display: table;
    width: 100%;
}

.custom-404-body-grp .page-center.content-wrapper .custom-404-search-grp .custom-404-search form.hs-form .input .hs-input {
    display: table-cell;
    vertical-align: top;
}
.custom-404-body-grp .page-center.content-wrapper .custom-404-search-grp .custom-404-search form.hs-form .input a.hs-button.primary:hover {
    background-color: #363c4c;
}
.custom-404-body-grp .page-center.content-wrapper .custom-404-search-grp .custom-404-search form.hs-form .input a.hs-button.primary {
    display: table-cell;
    width: 33px;
    vertical-align: top;
    margin: 0;
    height: 33px;
    width: 33px;
    line-height: 33px;
    padding: 0;
    background: #000000;
    border: none;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    text-indent: 0;
    cursor: pointer;
    font-family: 'icomoon';
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    font-weight: normal;
}

.custom-404-body-grp .page-center.content-wrapper .custom-404-search-grp .custom-404-search form.hs-form .input .hs-input {
    display: table-cell;
    vertical-align: top;
    height: 33px;
    padding: 8px 15px;
    font-size: 13px;
}

.custom-404-body-grp {
    padding-top: 0px;
    padding-bottom: 40px;
}
.custom-404-body-grp .page-center.content-wrapper .custom-404-search-grp .custom-404-search form.hs-form .input .hs-input {
    max-width: 100%;
}

.custom_error_message h2 {
    margin-top: 10px;
    margin-bottom: 9px;
}

.custom-404-body-grp .page-center.content-wrapper .custom-404-search-grp .custom-404-search form.hs-form label {
    display: none;
}

.hs-system-page .header-container-wrapper {
    min-height: 109px;
    background-color: #363c4c;
}
.hs-system-page .body-container {
  padding:20px 0;
}
.custom-section-header-grp .page-center {
    padding: 0!important;
}

.custom-banner-area-grp.no-banner {
  background-color: #363c4c;
  border: 0;
  height: 130px;
  max-height: 200px;
  padding: 0!important;
}
a.cta_button {
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    vertical-align: middle;
}

.body-container-wrapper, .footer-container-wrapper {
    -webkit-font-smoothing: subpixel-antialiased;
}

.hs-nor-page .body-container .page-center {
    padding-top: 20px;
    padding-bottom: 20px;
}
.hs-nor-page #hs-search-module a.hs-button.primary,
.hs-system-page form .hs-button.primary, 
.hs-system-page form input[type="submit"], 
.hs-system-page form input[type="button"] {
    margin-top: 20px;
}
select {
 background-color:#fff!important; 
}
.custom-blog-content-grp .page-center {
    padding: 20px;
}

.custom-accordio-loan-security-grp .accordion_content {
	display:none;
}
.hs-faq-tabber-cust-mod .accordion_content {
  display:none;
}

/* 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: 1380px) {
  .custom-header-navigation-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li:last-child>ul {
    right: 0!important;
    left: auto!important;
  }
  .custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footermenu-lft .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li>ul>li>a {
    white-space: normal!important;
  }
}

@media (min-width: 842px) and (max-width: 1320px){
  .custom-header-navigation-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li> a,
  .custom-header-navigation-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li > ul>li>a, 
  .custom-header-navigation-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li > ul>li>ul>li>a{
    font-size: 11px!important;
  }
    .custom-header-navigation-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li {
      padding-right: 17px;
  }
  .sticky .custom-header-navigation-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li> a,
  .sticky .custom-header-navigation-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li>ul>li> a,
  .sticky .custom-header-navigation-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li>ul>li>ul>li> a {
    font-size: 11px!important;
  }
   .sticky .custom-header-navigation-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li {
      padding-right: 13px;
  }
  .hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .sidebar.right .custom-right-sidebar-col1 h2 {
    padding-right: 0;
  }
  .custom-404-body-grp .page-center.content-wrapper .custom-4040 .hs_cos_wrapper_type_rich_text {
    font-size: 110px;
  }
  .hs-404-page .header-container-wrapper,
  .hs-system-page .header-container-wrapper {
    min-height: 174px;
    background-color: #363c4c;
  }
}
@media (min-width: 801px) and (max-width: 1124px){
  .custom-banner-area-grp.no-banner {
    height: 200px;
    max-height: 200px;
  }
}
@media (min-width: 801px) and (max-width: 841px){
  .custom-header-navigation-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding-right: 8px;
  }
  
  .custom-header-navigation-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li> a,
  .custom-header-navigation-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li ul li a, 
  .custom-header-navigation-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li ul li ul li a{
    font-size: 11px!important;
  }
  .sticky .custom-header-navigation-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li> a,
  .sticky .custom-header-navigation-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li>ul>li> a,
  .sticky .custom-header-navigation-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li>ul>li>ul>li> a {
    font-size: 11px!important;
  }
  .sticky .custom-header-navigation-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding-right: 9px;
  }
  .sticky .custom-header-navigation-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul > li> a {
    font-size: 11px;
  }
  .custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footermenu-lft .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li>ul>li>a {
    white-space: normal!important;
  }
  


  .hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .sidebar.right .custom-right-sidebar-col1 h2 {
    padding-right: 0;
  }
  .custom-header-navigation-grp .page-center .custom-menu-primary {;
    width: 100%!important;
  }
  .custom-header-navigation-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
    margin-right: -27px!important;
  }
  .custom-404-body-grp .page-center.content-wrapper .custom-4040 .hs_cos_wrapper_type_rich_text {
        font-size: 80px;
  }
  .hs-404-page .header-container-wrapper,
  .hs-system-page .header-container-wrapper {
    min-height: 174px;
    background-color: #363c4c;
  }
}

@media (min-width: 801px) and (max-width: 1000px){
  .hs-faq-tabber-cust-mod .tabber-tab ul {
    width: 35%;
  }
  .hs-faq-tabber-cust-mod .tabber-content {
    width: 65%;
  }
  .custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footer-newsletter-form form input.hs-button.primary.large {
    padding: 13px 18px;
  }
  .custom-home-banner-area-grp .custom-banner-content h1.title {
    line-height: 1;
    font-size: 6vw;
  }
  
}

@media (min-width: 801px) and (max-width: 970px){
  .custom-banner-area-grp {
    height: auto;
    max-height: 100%;
    padding-top: 36.3%;
  }
  .custom-home-banner-area-grp .custom-banner-content .custom-banner-content-sec p.blck-btn a {
    font-size: 2vw;
    line-height: 1.4;
  }
}
@media (max-width: 899px) { 
.custom-pop-up-form .custom-pop-up-form-holder {
    max-width: 99%;
  }
}
@media (max-width: 800px) {
  .header-container .custom-header-top-section .page-center .custom-top-header-menu ul li {
    position: relative;
    display: inline-block;
    float: none;
    text-align: left;
  }
  .header-container .custom-header-top-section .page-center {
    padding-left: 0;
    padding-right: 0;
  }
  .header-container .custom-header-top-section .page-center .custom-top-header-menu {
    float: none;
  }
  .header-container .custom-header-top-section .page-center .custom-top-header-menu ul {
    text-align: center;
  }
  body {
    padding-right: 0;
  }
  .custom-header-navigation-grp {
    position: static;
    width: 100%!important;
    z-index: 3;
    min-height: 87px!important;
    background-color: #fff;
    border-bottom: 1px solid transparent;
    padding: 20px;
    padding-bottom: 19px;
  }
  .header-container .custom-header-top-section {
    position: static;
  }
  .custom-header-navigation-grp .page-center .custom-logo {
    padding-top: 0;
    padding-bottom: 0;
    width: auto!important;
    float: left;
  }
  .custom-header-navigation-grp .page-center .custom-logo img.pc-white {
    display: none;
  }
  .custom-header-navigation-grp .page-center .custom-logo img.pc-color {
    display: block;
  }
  .custom-menu-primary.js-enabled {
    position: relative;
    padding-top: 0;
    margin: 0px 0 0px 0;
    width: 100%!important;
  }
  .custom-header-navigation-grp .page-center {
    position: relative;
  }
  .custom-banner-area-grp {
    height: 280px;
    max-height: 350px;
  }
  .sticky .custom-header-navigation-grp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%!important;
    z-index: 7;
    -webkit-box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 3px;
  }
  .sticky .custom-menu-primary.js-enabled .hs-menu-wrapper>ul {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 0px;
  }
    .sticky .custom-menu-primary.js-enabled .hs-menu-wrapper>ul>li>a {
      font-family: 'Open Sans', Arial, Helvetica, sans-serif;
      font-weight: 600;
      font-size: 13px;
      color: #363c4c;
      letter-spacing: 0px;
  }
  .header-container-wrapper {
    min-height: 128px;
  }
  .custom-footer-btm-grp .page-center > .row-fluid-wrapper > .row-fluid .custom-footer-social-grp {
    display: block!important;
    vertical-align: middle;
    margin-left: 0!important;
    float: none!important;
    width: 100%!important;
    text-align: center;
  }
  .custom-footer-btm-grp .page-center > .row-fluid-wrapper > .row-fluid .custom-copyright {
    display: block!important;
    width: 100%!important;
    text-align: center;
  }
   
  .custom-footer-btm-grp .page-center > .row-fluid-wrapper > .row-fluid .custom-copyright p {
    padding: 0px 0 6px;
    margin: -1px 0 0;
    line-height: 19px;
  }
  .custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footer-logo,
  .custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footer-cta,
  .custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footermenu-lft,
  .custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footer-menu-grp, 
  .custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footer-newsletter-form {
    margin: 0 0 50px;
  }
  .custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footer-menu-grp p:last-child {
      margin-bottom: 0;
  }
  .hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .hs-2-col-right-left-col,
  .hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .sidebar.right {
    max-width: 100%;
    margin-right: 0;
  }
  
  .hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .hs-2-col-right-left-col h1 {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
  }
  .custom-banner-area-grp {
    height: auto;
    max-height: 100%;
    padding-top: 36.3%;
  }
  
  .custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footer-logo,
  .custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footer-cta,
  .custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footermenu-lft, 
  .custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footer-menu-grp,
  .custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footer-newsletter-form {
    margin: 0 0 50px;
    width: 100%!important;
    max-width: 100%;
  }
  .custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footermenu-lft .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
    line-height: 20px;
    float: none;
    width: 100%!important;
  }
  .custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footer-newsletter-form form .hs-form-field .hs-input {
    max-width: 100%;
  }
  .hs-faq-tabber-cust-mod .tabber-tab ul {
    width: 100%;
  }
  .hs-faq-tabber-cust-mod .tabber-content {
    margin: 0;
    padding-left: 0;
    width: 100%;
    float: left;
  }
  .hs-faq-tabber-cust-mod .tabber-tab ul li a {
    text-align: center;
  }
  .hs-faq-tabber-cust-mod .tabber-content {
      margin-top: 20px;
      margin-bottom: 50px;
  }
  .hs-two-col-right .custom-body-content-grp .page-center.content-wrapper > .row-fluid-wrapper > .row-fluid .sidebar.right .custom-right-sidebar-col1 h2 {
    margin-bottom: 20px;
  }
  .custom-tabber-grp .tabber-tab ul li {
    width: 100%;
    display: block;
    position: relative;
    float: none;
    text-align: center;
  }
  .custom-tabber-grp .tabber-tab ul {
    margin: 0 0 0 0;
  }
  .custom-google-map-grp .clearfix > div {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .hs-testimonial-row1-flexi > span .hs_cos_wrapper_type_module {
    max-width: 100%;
    width: 100%;
  }
  #back-to-top {
    display:none!important;
  }
  .custom-section-header-grp {
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
  }
  .custom-section-header-grp .page-center .custom-table-grp {
    height: auto;
  }
  .custom-footer-top-grp .page-center > .row-fluid-wrapper .custom-footer-cta p:last-child {
    margin-bottom: 0;
  }
  .hs-homepage-row2-grp .page-center .hs-homepage-row2-col2 .hs-homepage-row2-col2-left-col {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    position: relative;
  }
  .hs-homepage-row2-grp .page-center .hs-homepage-row2-col2 .hs-homepage-row2-col2-right-col {
    max-width: 100%;
    width: 100%;
    margin-top: 31px;
    margin-bottom: 20px;
    margin-left: 0;
    text-align: center;
  }
  .hs-homepage-row3-grp .page-center .hs-homepage-row3-col2-flexi > span > .hs_cos_wrapper_type_module {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .hs-homepage-row5-grp .hs-homepage-row5-col2-grp .page-center .hs-homepage-row5-col2-flexi > span > .hs_cos_wrapper_type_module {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .hs-homepage-row5-grp .hs-homepage-row5-col2-grp .page-center .hs-homepage-row5-col2-flexi > span > .hs_cos_wrapper_type_module > span {
    display: inline-block;
    vertical-align: middle;
  }
  .custom-home-banner-area-grp .custom-banner-content h1.title {
    padding-top: 0;
  }
  .custom-home-banner-area-grp .custom-banner-content .custom-banner-content-sec p.blck-btn a {
    font-size: 2.4vw;
    line-height: 2;
  }
  .custom-home-banner-area-grp .custom-banner-content h1.title {
    line-height: 1;
    font-size: 6vw;
  }
  .custom-404-body-grp .page-center.content-wrapper .custom-4040,
  .custom-404-body-grp .page-center.content-wrapper .custom-useful-links,
  .custom-404-body-grp .page-center.content-wrapper .custom-404-search-grp {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    padding-left: 0;
  }
  .custom-404-body-grp .page-center.content-wrapper .custom-4040 .hs_cos_wrapper_type_rich_text {
    line-height: 1;
  }
  .custom-banner-area-grp.no-banner {
    display:none;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper>ul {
    margin-bottom: 2px!important;
  }
  
  

}


@media (max-width: 825px) {
  body {
    padding-right: 0;
  }
}


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

@media (max-width: 767px) {
	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: 100% !important;
   }
   input.email-edit.hs-input {
        min-width: 100%;
        width: 100%;
   }
   .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
     float: none;
     margin-left: 0;
     max-height: 100%;
     max-width: 100%;
     height: 100%;
     width: 100%;
     display: block !important;
   }
  .blog .blog-sidebar {
    margin-top: 20px;
  }

  .hs-featured-image {
    float: none;
    margin: 10px 0 10px;
    max-width: 100%;
  }
  #email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 100% !important;
  }
  .sticky .custom-header-navigation-grp {
    position: static;
  }
  .custom-affiliations-grp .custom-left-col-grp {
    width: 100%;
    display: block;
    padding: 20px 15px;
  }
  .custom-affiliations-grp {
    display: block;
    width: 100%;
  }
  .custom-affiliations-grp .custom-right-col-grp {
    display: block;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper>ul {
    margin-bottom: 2px!important;
  }
  .sticky .custom-menu-primary.js-enabled .hs-menu-wrapper>ul {
    max-height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    margin-bottom: 0px;
  }
  
  .custom-affiliations-grp .custom-left-col-grp {
    border:0;
  }
  .hs-homepage-row1-grp .page-center .hs-homepage-row1-col1 h1,
  .hs-homepage-row2-grp .page-center .hs-homepage-row2-col1 .hs_cos_wrapper_type_header h1,
  .hs-homepage-row3-grp .page-center .hs-homepage-row3-col1 h1,
  .hs-homepage-row5-grp .hs-homepage-row5-col1-grp .page-center .hs-homepage-row5-col1 h1 {
    line-height: 1;
  }
  .custom-home-banner-area-grp .custom-banner-content .custom-banner-content-sec p.blck-btn a {
    font-size: 2.4vw;
    line-height: 2;
  }
  .custom-home-banner-area-grp .custom-banner-content h1.title {
    line-height: 1;
    font-size: 6vw;
  }
  .custom-home-banner-area-grp {
    height: 100vh;
  }
  .hs-homepage-row1-grp .page-center .hs-homepage-row1-col1 img,
  .hs-homepage-row3-grp .page-center .hs-homepage-row3-col1 img,
  .hs-homepage-row5-grp .hs-homepage-row5-col1-grp .page-center .hs-homepage-row5-col1 img {
    display:none;
  }
  

}  

@media (max-width: 620px) {
  
  .custom-home-banner-area-grp .custom-banner-content .custom-banner-content-sec p .hs-cta-wrapper {
    margin-right: 20px;
  }
  .custom-home-banner-area-grp .custom-banner-content .custom-banner-content-sec p .hs-cta-wrapper .hover_orange {
    font-size: 3.5vw!important;
  }
  .custom-home-banner-area-grp .custom-banner-content .custom-banner-content-sec p .hs-cta-wrapper .hover_orange {
    font-size: 3.5vw!important;
    padding: 10px 10px!important;
  }
  
  
}
@media (max-width: 600px) {
  .header-container .custom-header-top-section {
      padding-bottom: 5px;
  }
}


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

@media (max-width: 479px) {
  .hs_recaptcha {
    overflow-y: auto;
  }
  .checkbox-row span.fakelabel span {
    float: none;
    margin-left: 0;
    padding-left: 20px;
    text-align: left;
    display: block;
  }

  .subscribe-options p label {
    margin: 4px 0;
  }

  .subscribe-options label > input {
    float: left;
  }
  
  .custom-tabber-grp .tabber-content .tab-pane table tbody tr td {
    display: block!important;
    width: 100%!important;
    padding: 15px 0;
  }
  .custom-home-banner-area-grp .custom-banner-content .custom-banner-content-sec p.blck-btn a {
    font-size: 3.4vw;
    line-height: 2;
  }
  .custom-home-banner-area-grp .custom-banner-content h1.title {
    line-height: 1;
    font-size: 8vw;
  }
  .custom-home-banner-area-grp {
    height: 100vh;
    display: block;
    width: 100%;
    position: relative;
  }
  .custom-home-banner-area-grp .custom-banner-content {
    display: block;
    position: absolute;
    left: 0;
    padding: 0 20px;
    transform: translateY(-50%);
    top: 50%;
  }
  .custom-home-banner-area-grp .custom-banner-content .custom-banner-content-sec p .hs-cta-wrapper {
    margin-right: 10px;
  }
  .custom-404-body-grp .page-center.content-wrapper .custom-4040 .hs_cos_wrapper_type_rich_text {
    line-height: 1;
    font-size: 120px;
  }
  .custom-header-navigation-grp .page-center {
    max-width: 100%!important;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  
  

         
      
  }

@media (max-width: 380px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    height: auto;
    white-space:normal!important;
  }
  .custom-header-navigation-grp .page-center .custom-logo {
    width: 80%!important;
  }
  .custom-404-body-grp .page-center.content-wrapper .custom-4040 .hs_cos_wrapper_type_rich_text {
    font-size: 110px;
  }
  
  .child-trigger {
    padding-right: 0;
  }
  .header-container .custom-header-top-section .page-center .custom-top-header-menu ul li a,
  .header-container .custom-header-top-section .page-center .custom-top-header-menu ul li:last-child {
    padding: 0px 10px 0px 10px;
  }
}

