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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Lato:400,400i,700,700i');
@import url('//fonts.googleapis.com/css?family=Dosis:400,600,700');
@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css);
@import url('//fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i');
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('//fonts.googleapis.com/css?family=Raleway:100,200,400,500,600,700,800,900');

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

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

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

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

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

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

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

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }



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

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

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

html {
  font-size: 14px;
}

body {
  background: #fff;
  font-family: "Lato",sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #272727;
  font-size: 15px;
}

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

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

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

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

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "Dosis",sans-serif;
  color: rgba(0,0,0,1);
  font-weight: 500;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

body.pk-body {font-size: 20px;}
.pk-body h1{font-size: 50px;margin:0;font-weight: 700;    text-transform: unset;}
.pk-body h2{font-size: 40px!important;margin:0;    font-weight: 700;}
.pk-body h4{margin:0;font-weight: 700;}
.pk-body h5{margin:0;font-weight: 700;}



.pk-body .w20 { width: 20%; }
.pk-body .w25 { width: 25%; }
.pk-body .w30 { width: 30%; }
.pk-body .w33 { width: 33.33%; }
.pk-body .w35 { width: 35%; }
.pk-body .w40 { width: 40%; }
.pk-body .w45 { width: 45%; }
.pk-body .w50 { width: 50%; }
.pk-body .w55 { width: 55%; }
.pk-body .w60 { width: 60%; }
.pk-body .w65 { width: 65%; }
.pk-body .w66 { width: 66.66%; }
.pk-body .w70 { width: 70%; }
.pk-body .w75 { width: 75%; }
.pk-body .w80 { width: 80%; }
.pk-body .w95 { width: 95%; }
.pk-body .w100 { width: 100%; }
.pk-body .mfp-close { background-color: #fff; opacity: 1; position: fixed; top: 0; right: 0; }
.pk-body * + h1, .pk-body * + h2 { margin-top:35px; }
.pk-body * + h3, .pk-body * + h4 { margin-top:30px; }
.pk-body * + h5, .pk-body * + h6  { margin-top:25px; }
.pk-body * + p { margin-top:20px }
.pk-body  p{margin-bottom:0;}

.pk-body .m0-15{margin-left:-15px; margin-right:-15px}
.pk-body .ps15{padding-left:15px; padding-right:15px}
.pk-body .m0-25{margin-left:-25px; margin-right:-25px}
.pk-body .ps25{padding-left:25px; padding-right:25px}
.pk-body .pt95{padding-top:95px;}
.pk-body .pb95{padding-bottom:95px;}
.pk-body .pt60{padding-top:60px;}
.pk-body .pb60{padding-bottom:60px;}
.pk-d-flex{display:flex; flex-wrap:wrap;}
.pk-justifyCenter{justify-content: center;}
.pk-justifyBetween{justify-content: space-between;}
.pk-alignStart{align-items: flex-start;}
.pk-alignCenter{align-items: center;}
.pk-alignEnd{align-items: flex-end;}
.pk-body .pk-container { width: 100%; padding: 0 15px; float: none; margin: 0 auto; }

@media(min-width:768px) {
  .pk-body .pk-container { max-width: 720px }
}
@media(min-width:992px) {
  .pk-body .pk-container { max-width: 960px }
}
@media(min-width:1200px) {
  .pk-body .pk-container { max-width: 1170px }
}




.pk-body .title{text-align:center;margin-bottom:46px;}
.pk-body .nolistStyle, .pk-body .nolistStyle ul{padding:0; margin:0; list-style-type: none;}
.pk-body .listStyle * + ul { margin-top:15px; }
.pk-body .listStyle ul li { padding-left:30px; position:relative; }
.pk-body .listStyle ul li:before { font-family:'fontawesome',sans-serif; position:absolute; left:0px;  font-weight:normal; top:2px;  }
.pk-body .listStyle ul li:not([class*="fa-"]):before { content:"\f00c"; } /*Default without any class in <li> if you want any other font awesome icon just put icon class in <li class="fa-angle-right"> Content</li> */
.pk-body .listStyle ul * + li{ margin-top:20px;}

.pk-body .custome-cta{display:inline-block;background-color:#f58220;color:#fff;border-radius:35px;padding:10px 50px 13px;vertical-align:top;margin-top:40px;position:relative;z-index:1;transition-duration:0.3s;transition-timing-function:cubic-bezier(0.4,0,0.2,1);}
.pk-body .custome-cta:after{content:"";position:absolute;top:0;left:0;width:100%;background:#fff;height:100%;opacity:0.25;transform:scaleX(0);transition:all 0.3s cubic-bezier(0.4,0,0.2,1);transform-origin:center;}
.pk-body .custome-cta:hover:after{transform:scaleX(1);}

.pk-body ul.slick-dots{padding:0;margin:20px 0 0;list-style:none;text-align:center;}
.pk-body ul.slick-dots li button{width:12px;height:12px;border:none;border-radius:100%;font-size:0;background-color:#f58220;border:1px solid #f58220;padding:0;cursor:pointer;transition:all 0.3s linear;}
.pk-body ul.slick-dots li{display:inline-block;margin:0 2px;}
.pk-body ul.slick-dots li.slick-active button,.pk-body ul.slick-dots li button:hover{background-color:transparent;}




h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  color: #f58220;
  text-transform: uppercase;
}
h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  color: #8a8c8f;
}
h3 {
  font-size: 2.5em;
  line-height: 1.4;
}
h4 {
  font-size: 25px;
  line-height: normal;
}
h5 {
  font-size: 20px;
  line-height: normal;
}
h6 {
  font-size: 18px;
  line-height: normal;
}

/* Anchor Links */
a {
  color: rgb(255,124,19);
  text-decoration: none;
}
a:hover, a:focus {
  color: hsl(0,0%,29%);
  text-decoration: none;
}

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

.body-container .hs_cos_wrapper_type_rich_text ul,
.body-container .hs_cos_wrapper_type_rich_text ol {
  padding: 0;
  margin: 0 0 1.313em 1.655em;
}
.body-container .hs_cos_wrapper_type_rich_text 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 {}

/* container */
.container {max-width:1200px;margin:0 auto !important;padding:0;float:none !important;width: 88% !important; }
/* =============== Header =============== */

.header-container-wrapper {
  min-height: 96px;
}

.header-container {}

.custom-header {
  font-size: 16px;
  background-color: #ffffff;
  z-index: 9999;
  width: 100% !important;
  position: fixed;
  padding: 0 20px;
}

.custom-header>.row-fluid-wrapper>.row-fluid:before,.custom-header>.row-fluid-wrapper>.row-fluid:after {
  content: none;
}

.custom-header>.row-fluid-wrapper>.row-fluid {
  width: 100%;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 6em;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}

.custom-header>.row-fluid-wrapper>.row-fluid>div {
  width: auto !important;
  margin-left: 0 !important;
  display: -webkit-flex !important;
  display: flex !important;
  position: relative;
  z-index: 1;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: transparent;
  -webkit-align-items: center;
  align-items: center;
  height: inherit;
}

.custom-logo {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}

.custom-menu-primary.js-enabled {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.custom-logo a {
  background-color: transparent;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  max-width: 200px !important;
  width: 100% !important;
}

.custom-logo a img {
  width: 200px !important;
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
  border-radius: 5em;
  font-size: 1em;
  background-color: #f58220;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 14.32px;
  font-family: "Dosis",sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-right: calc(0.1em * -1);
  text-transform: uppercase;
  color: hsl(0,0%,100%);
  white-space: nowrap;
}



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

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

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

.banner-area {
  margin: 0em 0em 0px 0em;
  padding: 8% 6% 8% 6%;
  text-align: center;
  z-index: 0;
  background-color: hsl(0,0%,100%);
  position: relative;
}

.banner-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  speak: none;
}

.banner-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  speak: none;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-overlay {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  speak: none;
  z-index: 2;
  background-color: hsla(216, 88%, 28%, 0.73);
}

.banner-content {
  position: relative;
  margin: 0em auto 0em auto;
  text-align: center;
  background-color: transparent;
  z-index: 9;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.banner-content-inner {
  display: table-cell;
  margin-right: 0;
  float: none;
  vertical-align: top;
  width: 100%;
  font-size: 1em;
  position: relative;
  z-index: 1;
}

.banner-content-inner h1 {
  width: 100%;
  text-align: center;
  color: #fff;
  font-style: normal;
  line-height: 1.4;
  text-transform: none;
  font-size: 50px;
  font-family: "Dosis",sans-serif;
  margin: 0 calc(0em * -1) 0 0;
  letter-spacing: 0em;
  font-weight: 700;
}


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

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

.custom-footer>.row-fluid-wrapper {
  height: auto;
  font-size: 16px;
  background-color: #ffffff;
  z-index: 10;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  position: relative;
}

.custom-footer {
  position: relative;
}

.custom-footer>.row-fluid-wrapper>.row-fluid:before,.custom-footer>.row-fluid-wrapper>.row-fluid:after {
  content: none;
}

.custom-footer>.row-fluid-wrapper>.row-fluid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  z-index: 5;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  height: auto;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.custom-footer>.row-fluid-wrapper>.row-fluid>div {
  width: auto !important;
  margin-left: 0 !important;
  display: -webkit-flex;
  position: relative;
  z-index: 1;
  display:flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: -ms-flexbox;
  min-width: auto;
}
.custom-footer>.row-fluid-wrapper>.row-fluid>div > div {
  justify-content: center;
}
.footer-socail-icons {
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: hsla(216,2%,55%,0.34);
}

.custom-copyright {
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 1 0 0%;
  flex: 1 0 0%;
  padding: 0% 20px 0% 20px;
  background-color: #8a8c8f;
}

.x-anchor {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  min-width: 1px;
  cursor: pointer;
  transition-property: border-color, background-color, box-shadow;
}

.x-anchor, .x-anchor-text-primary, .x-anchor-text-secondary, .x-anchor-sub-indicator {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fm3.x-anchor, .fm4.x-anchor, .fm5.x-anchor, .fm11.x-anchor, .fm12.x-anchor, .fm13.x-anchor {
  width: 42px;
  height: 2.75em;
  border-radius: 100em;
  font-size: 1em;
}

.x-anchor-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  transform: translate3d(0, 0, 0);
}

.fm3.x-anchor .x-anchor-content, .fm4.x-anchor .x-anchor-content, 
.fm5.x-anchor .x-anchor-content, .fm11.x-anchor .x-anchor-content, 
.fm12.x-anchor .x-anchor-content, .fm13.x-anchor .x-anchor-content {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.x-graphic {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  letter-spacing: 0;
  line-height: 1;
  z-index: 2;
}

.fm3.x-anchor .x-graphic, .fm4.x-anchor .x-graphic, .fm5.x-anchor .x-graphic,
.fm11.x-anchor .x-graphic, .fm12.x-anchor .x-graphic, .fm13.x-anchor .x-graphic {
  margin: 5px;
}

.x-graphic-icon, .x-graphic-image, .x-graphic-toggle {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.x-graphic-icon, .x-graphic-image, .x-graphic-toggle {
  position: relative;
  transition-property: opacity, transform, color, background-color, text-shadow, box-shadow;
}

.x-graphic-icon {
  display: block;
  width: auto;
  height: auto;
  line-height: 1;
  text-align: center;
}

[data-x-icon], [class*="x-icon-"] {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fm3.x-anchor .x-graphic-icon, .fm4.x-anchor .x-graphic-icon, 
.fm5.x-anchor .x-graphic-icon, .fm11.x-anchor .x-graphic-icon, 
.fm12.x-anchor .x-graphic-icon, .fm13.x-anchor .x-graphic-icon {
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1.25em;
  color: rgba(0,0,0,1);
  background-color: transparent;
}

.x-graphic-icon:before {
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  right: 0 !important;
  width: 1em !important;
  height: 1em !important;
  margin: -0.5em 0 0 -0.5em !important;
  line-height: 1em !important;
  text-align: center !important;
}

[data-x-icon]:before, [class*="x-icon-"]:before {
  content: attr(data-x-icon);
  line-height: 1;
}

.x-anchor:hover .x-graphic-icon{
  color: rgb(255,124,19) !important;
}

a.footer-btn {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  min-width: 1px;
  cursor: pointer;
  transition-property: border-color, background-color, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 100em;
  font-size: 1em;
  background-color: #f58220;
  position: relative;
  overflow: hidden;
}

a.footer-btn span.btn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  transform: translate3d(0, 0, 0);
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 20px;
  margin: 5px;
  font-family: inherit;
  font-size: 0.75em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.25em;
  margin-right: calc(0.25em * -1);
  text-align: center;
  text-transform: uppercase;
  color: white;
}

a.footer-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 100%;
  opacity: 0.25;
  transform: scaleX(0);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}

a.footer-btn:hover:after {
  transform: scaleX(1);
}

.custom-copyright p {
  margin: 0em;
  font-family: inherit;
  font-size: 0.75em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: hsla(0,0%,100%,0.63);
  background-color: transparent;
  padding: 1.25em;
  line-height: 1;
  padding-top: 9px;
  text-align:left
}

.custom-copyright>div>span {
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: inherit;
  -webkit-flex: 1 0 0%;
  flex: 1 0 0%;
  background-color: #8a8c8f;
}

.custom-copyright>div {
  width: 100%;
}

.custom-copyright iframe {
  position: relative !important;
  top: 4px !important;
}

.social-icons {
  white-space: nowrap;
}
.footer-socail-icons > div {
  padding: 2vw;
}



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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0px;
  font-size: 1em;
  width: 100%;
  display: -webkit-flex;
  display: flex;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: inherit;
  flex-direction: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
  -webkit-align-items: inherit;
  align-items: inherit;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  float: none !important;
  margin-right: 6px;
  align-items:center;
  position:relative;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
  margin-right: 0;
  margin-left: -2px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  min-width: 1px;
  cursor: pointer;
  transition-property: border-color, background-color, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 1em;
  background-color: transparent;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.5em 0.75em 0.5em 0.75em;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  min-width: 1px;
  margin: 4px;
  font-family: "Roboto",sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-right: calc(0.2em * -1);
  text-transform: uppercase;
  color: #8a8c8f;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  display: inherit;
  width: inherit;
  height: inherit;
  line-height: inherit;
  text-align: inherit;
  line-height: 1;
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  color: rgba(0,0,0,0.35);
  position: relative;
  left: 2px;
}


.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */


/* 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:980px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-menu-primary.js-enabled>div {
    display: flex;
    height: 100%;
  }

  .custom-menu-primary.js-enabled>div>span>div {
    display: flex !important;
    height: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul{
    visibility: hidden !important;
    position: absolute !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    transform: translate3d(0, 5%, 0) !important;
    transition-delay: 0s, 0s, 0.5s !important;
    transition-duration: 0.5s, 0.5s, 0s !important;
    transition-property: opacity, transform, visibility !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    pointer-events: none !important;
    z-index: 9999 !important;
    top: 100% !important;
    width: 18em;
    font-size: 12px;
    background-color: #252525;
    box-shadow: 0em 0.15em 2em 0em rgba(0,0,0,0.15);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    padding-bottom: 1px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
    min-width: 1px;
    cursor: pointer;
    transition-property: border-color, background-color, box-shadow;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    display: -webkit-flex !important;
    display: flex !important;
    width: 100% !important;
    font-size: 1em;
    background-color: transparent;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: inherit;
    transform: translate3d(0, 0, 0);
    font-family: inherit;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.125em;
    margin-right: calc(0.125em * -1);
    text-transform: uppercase;
    color: white;
    white-space: normal !important;
    text-align: left;
    padding: 18px 15px 18px 18px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    transition-duration: 0.5s !important;
    transition-property: opacity, transform !important;
    pointer-events: auto !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li:last-child {
    padding-bottom: 0;
  }


  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    background-color:rgba(255,255,255,0.05);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active:before{
    position: absolute;
    top: 0;
    left:  0;
    display:  block;
    opacity: 0;
    content:  "";
    width: 0;
    height: 3px;
    background: #f58220;
    transition:  all 0.5s;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active:before{
    opacity:  1;
    width:  100%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child:before {
    content:none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {
    background-color: hsla(28,91%,54%,0.64);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
    color: hsla(216,2%,55%,0.65);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child:hover > a {
    color: #fff;
  }
}


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

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

@media (max-width: 979px){

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

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    width: 44px;
    height: 44px;
    text-align: center;
    position: relative;
    top: -3px;
  }


  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: 9px;
    text-align: left;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 20px;
    height: 1.6px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: rgba(0,0,0,1);
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -5px; } /* Position top line */
  .mobile-trigger i:after{ top: 5px; } /* Position bottom line */


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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 0; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 0;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    display: block !important;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }


  a.anchor-button {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
    position: relative;
    min-width: 1px;
    cursor: pointer;
    transition-property: border-color, background-color, box-shadow;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 5em;
    background-color: #f58220;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px 14.32px;
    font-family: "Dosis",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-right: calc(0.1em * -1);
    text-transform: uppercase;
    color: hsl(0,0%,100%);
    margin-right: .5px;
  }

  a.anchor-button:hover {
    background-color: hsla(28,91%,54%,0.64);
  }

  .custom-header>.row-fluid-wrapper>.row-fluid>div.custom-menu-primary.js-enabled {
    position: fixed !important;
    top: 0;
    bottom: 0;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
    right: 0;
    transform: translate3d(115%, 0, 0);
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none;
    max-width: 24em;
    padding: calc(1.5em * 2);
    background-color: #ffffff;
    box-shadow: 0em 0em 2em 0em rgba(0,0,0,0.25);
    height: 100vh !important;
    display: block !important;
    width: 100% !important;
    overflow-y: auto !important;
  }

  .mobile-open .custom-header>.row-fluid-wrapper>.row-fluid>div.custom-menu-primary.js-enabled {
    transform: translate3d(0, 0, 0);
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    margin: 0px;
    font-size: 1em;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-family: inherit;
    font-size: 1em;
    font-style: normal;
    font-weight: inherit;
    line-height: 26px;
    color: rgba(0,0,0,1);
    margin: 0 auto 0px 5px;
    padding: 0.75em;
    text-transform: none;
    letter-spacing: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    display: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    color: rgba(0,0,0,1);
    float: right;
    margin-top: 5px;
    margin-right: 7px;
  }

  .x-off-canvas-close {
    display: block !important;
    position: absolute;
    top: 0;
    margin: 0;
    border: 0;
    padding: 0;
    line-height: 1;
    text-align: center;
    background-color: transparent;
    opacity: 0;
    transform: scale(0);
    transition-duration: 0.3s, 0.5s, 0.5s;
    transition-property: color, opacity, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3;
    right: 0;
    width: calc(1em * 2);
    height: calc(1em * 2);
    color: rgba(0,0,0,0.5);
    font-weight: 400;
    -webkit-appearance: none;
    font-size: 24px;
    font-family: "Lato",sans-serif;
    cursor: pointer;
    outline: 0;
  }

  .x-off-canvas-close:hover {
    color: rgba(0,0,0,1);
  }

  .mobile-open .x-off-canvas-close {
    opacity: 1;
    transform: scale(1);
  }

  .x-off-canvas-close span {
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li.child-open > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.child-open > a:after {
    color: rgba(0,0,0,0.5);
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-family: inherit;
    font-size: 1em;
    font-style: normal;
    font-weight: inherit;
    line-height: 1;
    color: rgba(0,0,0,1);
    padding: 17px 15px 17px 17px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: rgba(0,0,0,0.5);
  }

  span.x-off-canvas-bg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    transform: translate3d(0, 0, 0);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: rgba(0,0,0,0.75);
    z-index: 9999;
    width: 100%;
    visibility: hidden;
  }

  .mobile-open span.x-off-canvas-bg {
    opacity: 1;
    visibility: visible;
    width: calc(100% - 24em - 24px);
  }

  .mobile-open .mobile-trigger i {
    background: transparent;
  }

  .mobile-open .mobile-trigger i:before {
    transform: rotate(45deg);
    top: 0;
  }

  .mobile-open .mobile-trigger i:after {
    transform: rotate(-45deg);
    top: 0;
  }

  div#site-wrapper {
    position: relative;
    overflow: hidden;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a{
    color: rgba(0,0,0,0.5);
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before,
  .mobile-trigger:hover i:after {
    background: rgba(0,0,0,0.5);
  }

}


/* ==========================================================================
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 {
  text-decoration: none;
}

/* 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 {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
}
.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 {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

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

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 10px 0 0;
}
/* Blog Commments */

.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 0 0 20px 0;
}

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


.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { 
  font-size: 13px;
  display: block !important;
  text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { 
  padding: 10px 0; 
  border-bottom: medium none;
  display: block;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link{
  display:block;
}

.blog-pagination a.next-posts-link {
  display:block;
}

/* 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 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 {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}

.hs-author-profile .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}


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

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

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


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


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

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

body .widget-type-google_search input[type="text"],
#hs-pwd-widget-password,
body .hs-form-field {
  margin-bottom:30px;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  display: inline-block;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 8px;
  font-size: 14px;
  color: #000;
}

/* 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%;
  color: #555;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
  transition: border linear 0.2s,box-shadow linear 0.2s;
  line-height: 25.1px;
  padding: 5px 4px;
  letter-spacing: normal;
  -webkit-appearance: none;
  border: 1px solid #ddd;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(0,0,0,0.2);
  outline: 0;
}

/* 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 {
  color:#c5c5c5;
  opacity:1;
} /* Webkit Browsers */
:-moz-placeholder {
  color:#c5c5c5;
  opacity:1;
} /* Firefox 18- */
::-moz-placeholder {
  color:#c5c5c5;
  opacity:1;
} /* Firefox 19+ */
:-ms-input-placeholder {
  color:#c5c5c5;
  opacity:1;
} /* 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;
}

/* Blog 2021 */
.re-list-headline1{padding:75px 0 75px 0;text-align:center;background-color:hsla(28,91%,54%,0.76)}
.re-list-headline1 h1{margin:0;color:#fff;font-size:50px;font-weight:700;letter-spacing:0;text-transform:capitalize}
.re-blog-fixed1>.row-fluid-wrapper>.row-fluid{display:flex;flex-wrap:wrap;}
.re-left-info-cont{width:66.66666%!important;padding:3%!important}
.re-right-info-cont{margin-left:0!important;width:33.33333%!important;padding:2em!important;background-color:#e8e8e9}
.re-post-list-items{margin-bottom:10px}
.re-hero-feature-img{height:578px;position:relative;z-index:1;display:flex;flex-wrap:wrap;align-items:flex-end;background-position: center center; background-size: cover; background-repeat: no-repeat;height: 30.11vw;}
a.re-featured-image-link{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:-moz-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(0,0,0,0)),color-stop(99%,rgba(0,0,0,0.83)),color-stop(100%,rgba(0,0,0,0.85)));background:-webkit-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);background:-o-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#d9000000',GradientType=0);transition: 0.4s ease all;z-index:-1;}
.re-post-list-items:hover a.re-featured-image-link { visibility: inherit; opacity: 0; transform-style: flat; transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
.re-post-info{background:#fff;padding:20px 20px 20px 20px; font-family: "Raleway"; color: #444444; font-weight: 500;}
.re-right-info-cont .block ul{padding:0;list-style-type:none;border:1px solid #ddd;border:1px solid rgba(0,0,0,.1);list-style:none;border-radius:6px;background-color:transparent;box-shadow:0 1px 1px rgb(255 255 255 / 95%)}
.re-right-info-cont .block ul li{border-bottom:1px solid #ddd;border-bottom:1px solid rgba(0,0,0,.1);padding:.65em .85em;line-height:1.5;box-shadow:0 1px 1px rgb(255 255 255 / 95%);-webkit-transition:background-color .3s ease;transition:background-color .3s ease;padding:1.4em;font-size:81.25%;text-transform: capitalize;}
.re-right-info-cont .block ul li a{font-family:"Lato","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:135.7%;font-weight:400;color:#999;line-height:1.2}
.re-right-info-cont .block{margin:2.5rem 0 0}
.re-right-info-cont .block h3{font-size:150%;line-height:1;margin:0 0 .5em;font-family:"Lato",sans-serif;font-style:normal;font-weight:700}
.re-right-info-cont .block ul li:hover{background-color:#fff}
.re-right-info-cont .block ul li a:hover{color:#ff7c13}
.re-right-info-cont .widget-type-post_filter .block ul li a { border-bottom: 1px dotted; }
.kmb-blog-mx ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}


.kmb-blog-mx ul span.pg {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
} 
.re-post-title-txt h2 { margin: 0; font-size: 20px !important; line-height: 23px; color: #ffffff; font-weight: 600; margin: 0px 0px 0px 10px; padding: 5px 10px 5px 10px;font-family: "Open Sans"; margin-bottom: 5px;text-align: center; }
.re-post-title-txt h2 a { color: inherit; line-height: inherit; font-size: inherit; }
.re-post-read-more a { font-size: 18px !important; line-height: 28px !important; color: #ffffff !important; font-weight: 800 !important; padding: 5px 10px 5px 10px !important; border-radius: 0px 0px 0px 0px !important; background: rgba(0,0,0,1) !important; display: inline-block; font-family: "Open Sans" !important; margin: 0; text-transform: uppercase; }
.re-post-title-txt { visibility: inherit; opacity: 1; transform-style: flat; transform-origin: 50% 50% 0px; transition: 0.5s ease all;float: left; }
.re-post-list-items:hover .re-post-title-txt { visibility: hidden; opacity: 0; transform-style: flat; transform-origin: 50% 50% 0px; transform: translate(0%, 50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 10, 0.99); }
.blog-pagination { text-align: center; margin-top: 30px; }
.re-inner-post-info1 { width: 100%; }
.re-post-read-more { float: right; }
.re-right-info-cont .hs-search-field form:before{content:"";position:absolute;left:12px;bottom:50%;display:block;margin-bottom:-6px;font-size:12px;line-height:1;text-shadow:none;color:#272727;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:FontAwesome!important;font-style:normal!important;font-weight:normal!important;text-decoration:inherit;z-index:0}
.re-right-info-cont .hs-search-field form{position:relative;z-index:1}
.re-right-info-cont .hs-search-field form input[type="text"]{padding-left:30px}
.blog-pagination ul{padding:0;list-style-type:none;display:flex;flex-wrap:wrap;margin:0;justify-content:center}
.blog-pagination ul .pg{display:flex;flex-wrap:wrap}
.blog-pagination ul .pg li.active a { background-color: #fff; border-color: #bbb; color: #333; box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 13%); }
.re-subscribe-form1 form{display:flex;flex-wrap:wrap;align-items:flex-start;width:100%;position: relative; z-index: 1}
.re-subscribe-form1 form .hs_email{width:calc(100% - 135px);margin-bottom: 0;}
.re-subscribe-form1 form .hs_submit{width:135px}
.re-subscribe-form1 form .hs_submit .hs-button{margin:0;border:0;box-shadow:none;font-weight:600;font-size:18px;text-transform:uppercase;text-shadow:none;font-family:"Lato",sans-serif;background-color:#f58220;border-top-left-radius:0;border-bottom-left-radius:0;padding:13.5px 12px;letter-spacing:1.8px;min-height: 50px;}
.re-subscribe-form1 form .hs_email .hs-form-field>label{display:none}
.re-subscribe-form1 form input[type="email"]{min-height:50px;background-color:#eee;box-shadow:none;border:0;border-bottom-right-radius:0;border-top-right-radius:0;padding:10px 18px;font-size:18px}
.re-subscribe-form1 form .hs_email > label { display: none; }
.re-subscribe-form1 form .hs_error_rollup { display: none; }
.re-blog-listing-page1 .re-right-info-cont { padding-top: 72px !important; }
.re-right-info-cont .widget-type-form { max-width: 100%; }
.re-subscribe-form1 form .hs_email .hs-error-msgs { position: absolute; top: 100%; margin: 0; width: 100%; z-index: -1; left: 0; }
/* Blog POsting */
.re-post-body1 h1, .re-post-body1 h2, .re-post-body1 h3, .re-post-body1 h4, .re-post-body1 h5, .re-post-body1 h6 { color: #272727; letter-spacing: 0; font-weight: 700; font-family: Lato, sans-serif !important; text-transform: unset; }
.re-post-body1 h1{font-size:56px;line-height:1.1}
.re-post-body1 h2{font-size:40px!important;line-height:1.2}
.re-post-body1 h3{font-size:32px!important;line-height:1.3}
.re-post-body1 h4{font-size:24px;line-height:1.4}
.re-post-body1 h5{font-size:21px;line-height:1.3}
.re-post-body1 h6{font-size:14px;line-height:1.4}
.re-post-body1 a:not(.ctt) {text-decoration:underline;}
.re-cta-info-txt h1, .re-cta-info-txt h2, .re-cta-info-txt h3, .re-cta-info-txt h4, .re-cta-info-txt h5, .re-cta-info-txt h6 { color: #272727; letter-spacing: 0; font-weight: 700; font-family: Lato, sans-serif !important; text-transform: unset; }
.re-cta-info-txt h1{font-size:56px;line-height:1.1}
.re-cta-info-txt h2{font-size:40px!important;line-height:1.2}
.re-cta-info-txt h3{font-size:32px!important;line-height:1.3}
.re-cta-info-txt h4{font-size:24px;line-height:1.4}
.re-cta-info-txt h5{font-size:21px;line-height:1.3}
.re-cta-info-txt h6{font-size:14px;line-height:1.4}

/*.re-post-body1 * { color: #999999; }*/
body.re-blog-posting-page { font-size: 18px;line-height:1.4; }
body.re-blog-posting-page blockquote { margin: 1.313em 0; border: 1px solid #f2f2f2; border-left: 0; border-right: 0; padding: 1em 0; font-size: 171.4%; font-weight: 400; line-height: 1.3; color: #272727; }
.re-blog-body-oop { border-radius: 0 0 4px 4px; box-shadow: 0 0.15em 0.35em 0 rgb(0 0 0 / 14%); border-radius: 4px; padding: 60px; background-color: #fff; }
.re-hero-feature-img-posting { box-shadow: 4px 2px 4px -4px rgb(0 0 0 / 14%), -4px 2px 4px -4px rgb(0 0 0 / 14%); }
body.re-blog-posting-page .re-right-info-cont{background-color:transparent;padding:0!important;width:calc(100% - 2.463055% - 72%)!important}
body.re-blog-posting-page .re-left-info-cont{padding:0!important}
body.re-blog-posting-page .re-left-info-cont{width:calc(72% - 2.463055%)!important}
body.re-blog-posting-page .re-blog-fixed1>.row-fluid-wrapper>.row-fluid{justify-content:space-between}
body.re-blog-posting-page .re-blog-fixed1{margin:40px auto!important;width: 88%}
.re-hero-feature-img-posting img { width: 100% !important; height: auto !important; max-width: 100% !important; object-fit: cover; object-position: center center; }
.re-blog-posting-page .re-right-info-cont .block ul li a {font-size: 15px;}
.re-blog-posting-page .re-right-info-cont .block h3 {font-size: 21px;}
.re-post-body1 p, .re-post-body1 ul li, .re-post-body1 ol li , .re-post-body1 i  { color: #272727; }
body.re-blog-posting-page .re-blog-fixed1>.row-fluid-wrapper>.row-fluid:before, body.re-blog-posting-page .re-blog-fixed1>.row-fluid-wrapper>.row-fluid:after { content: none !important; }
.re-header-overlay {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.re-cta-module1{padding:30px;margin-top: 60px; margin-bottom: 40px;box-shadow: 0 0.15em 0.35em 0 rgb(0 0 0 / 14%);border-radius: 4px;}
.re-cta-module1 h4,.re-cta-module1 h3,.re-cta-module1 h2,.re-cta-module1 h1,.re-cta-module1 h5{margin-top:0;margin-bottom:20px}
.re-info-cta a{padding: 15px 25px; margin: 5px; font-family: inherit; font-size: .75em; font-style: normal; font-weight: 400; line-height: 1.2; letter-spacing: .25em; background-color: #f58220; color: #fff; font-size: .75em; margin: 0; display: inline-block; border-radius: 50px; position: relative; z-index: 1; overflow: hidden;}
.re-info-cta a:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; background: #fff; height: 100%; opacity: 0.25; transform: scaleX(0); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); transform-origin: center; }
.re-info-cta a:hover:after { transform: scaleX(1); }
.re-dis-global-cta .re-global-cta1 { display: none !important; }
.re-info-cta{margin-top:20px}
.re-post-body1 .hs-cta-wrapper * { color: inherit !important; }
.re-cta-inner-fixed { text-align: center; }
.re-sidebar-form{padding:32px 26px 60px;border-radius:7px;margin-bottom:45px;position: relative; z-index: 1;}
.re-sidebar-form:after { position: absolute; content: ""; bottom: 0; left: 0; background-image: url(https://content.revealglobal.com/hubfs/Fill-1.png); width: 125px; height: 125px; background-position: center center; background-repeat: no-repeat; background-size: cover; z-index: -1; }
.re-form-title-txt h3{font-family:Lato,sans-serif;font-weight:700;margin-bottom:0;margin-top:0}
.re-form-title-txt{margin-bottom:32px}
.re-cta-simple { margin-top: 60px; margin-bottom: 40px;  }
.re-cta-simple img { box-shadow: 0 0.15em 0.35em 0 rgb(0 0 0 / 14%); }
.re-cta-simple a { display: inline-block; }
form.hs-form .hs-form-field ul.inputs-list li { line-height: 1; }
body.re-blog-posting-page .re-sidebar-form .hs_cos_wrapper_type_form .hs-button.primary.large{font-size:12px;border-radius:.25em}
body.re-blog-posting-page .re-subscribe-form1 form .hs_submit{width:100%}
body.re-blog-posting-page .re-subscribe-form1 form .hs_email{width:100%;margin-bottom:15px}
body.re-blog-posting-page .re-subscribe-form1 form input[type="email"]{border-radius:4px}
body.re-blog-posting-page .re-subscribe-form1 form .hs_email .hs-error-msgs{position:unset}
body.re-blog-posting-page .re-sidebar-form:after{width:90px;height:90px}
body.re-blog-posting-page .re-sidebar-form{padding:32px 26px 32px}
.re-subscribe-form1 .submitted-message p { font-size: 18px; text-align: center; font-weight: 700; line-height: 1.1; margin-top: 0; }
.re-subscribe-form1 form .hs_submit .hs-button:hover { background-color: #f8af6f; }
/* Serch Page */
.hs-search-field--open .hs-search-field__suggestions { border: 1px solid #0000006b; padding: 10px; }
.hs-search-field__suggestions #results-for { font-weight: bold; padding-bottom: 4px; border-bottom: 1px solid #000; margin-bottom: 5px; }
.hs-search-field__suggestions li { margin-bottom: 3px; }
.hs-search-field__suggestions li a { color: #999;padding: 0px 5px; }
.hs-search-field__suggestions a:hover { background-color: #fff; }
.main-content .hs-search-field__bar form:before{content:"";position:absolute;left:12px;bottom:50%;display:block;margin-bottom:-6px;font-size:12px;line-height:1;text-shadow:none;color:#272727;text-rendering:auto;-webkit-font-smoothing:antialiased;z-index:0;font-family:FontAwesome!important;font-style:normal!important;font-weight:normal!important;text-decoration:inherit}
.main-content .hs-search-field__bar form{position:relative;z-index:1}
.main-content .hs-search-field form input[type="text"]{padding-left:30px}
.main-content .hs-search-results{margin-top:30px}
.main-content .hs-search-results ul#hsresults li>a{font-size:20px;color:#272727;font-family:"Open Sans";font-weight:600}
.main-content .hs-search-results ul#hsresults li>a.hs-search-results__title{font-size:20px;color:#272727;font-family:"Open Sans";font-weight:600;transition:.5s ease all}
.main-content .hs-search-results ul#hsresults li{margin-bottom:25px}
.main-content .hs-search-results ul#hsresults li p.hs-search-results__description{margin-bottom:0;margin-top:7px;color:#999}
.main-content .hs-search-results ul#hsresults li>a.hs-search-results__title:hover{color:#ff7c13}
.main-content .hs-search-results .hs-search-results__pagination a{color:#999;cursor:pointer;padding:0 16px;border:1px solid #e5e5e5;line-height:38px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;font-size:12px;font-weight:700;font-family:"Open Sans",sans-serif;display:inline-block;background:#fff;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;padding:0 16px}
.main-content .hs-search-results .hs-search-results__pagination a:hover{background-color:#fff!important;border-color:#bbb!important;color:#333!important;box-shadow:0 3px 5px 0 rgb(0 0 0 / 13%)}
.main-content .hs-search-results .hs-search-results__pagination { margin-top: 50px; }

.re-footer-srt1 .widget-type-form{max-width:100%}
.re-footer-form1{padding:15px 0;display:flex;flex-wrap:wrap;align-items:center;align-items: flex-start;}
.re-sub-footer-form{width:33.33333%!important;padding:0 2em!important;padding-left: 0 !important;}
.re-footer-left1{width:66.66666%!important;padding:0 3%!important;padding-right: 20px !important;}
.re-footer-left1 *{margin:0}
.re-footer-left1 h5{font-family:"Open Sans",sans-serif;font-weight:700;color:#fff;/*white-space: nowrap; overflow: hidden; text-overflow: ellipsis;*/}
.re-sub-footer-form form{display:flex;flex-wrap:wrap;align-items:flex-start;width:100%;position:relative;z-index:99}
.re-sub-footer-form form .hs_email{width:calc(100% - 126px);margin-bottom:0}
.re-sub-footer-form form .hs_submit{width:126px}
.re-sub-footer-form form .hs_email > label{display:none}
.re-sub-footer-form form .hs_submit .actions .hs-button { margin: 0; border: 0; box-shadow: none; font-weight: 600; font-size: 16px; text-transform: uppercase; text-shadow: none; font-family: "Lato",sans-serif; background-color: #f58220; border-top-left-radius: 0; border-bottom-left-radius: 0; padding: 6px 12px; letter-spacing: 1.8px; min-height: 35px; }
.re-sub-footer-form form .hs_email input[type="email"]{padding:5px 17px;box-shadow:none;border:0;border-bottom-right-radius:0;border-top-right-radius:0;font-size:15px}
.re-sub-footer-form form .hs_error_rollup { display: none; }
.re-sub-footer-form form .hs_email .hs-error-msgs { position: absolute; top: 100%; margin: 0; width: 100%; z-index: -1; left: 0; }
.re-sub-footer-form .submitted-message p { text-align: center; color: #fff; font-weight: 700; margin: 0; }
.re-sub-footer-form form .hs_submit .hs-button:hover { background-color: #f8af6f; }
/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {
  display: inline-block;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 8px;
  font-size: 14px;
  color: #000;
}

span.hs-form-required {
  color: rgb(255,124,19);
  margin-left: 4px;
}


/* 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;
  position: relative;
  border: 1px solid #ac1100;
  padding: 9px 15.7px;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  white-space: normal !important;
  text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
  box-shadow: 0 0.25em 0 0 #F58220, 0 4px 9px #F3823F;
  border-radius: 0.25em;
  color: #ffffff;
  border-color: #F58220;
  background-color: #F58220;
  font-weight: inherit;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
  transition: all 0.15s linear;
  font-size: 1em;
  width: auto;
  margin: 0 16px 0 0;
  font-family: Lato, sans-serif;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #ffffff;
  border-color: #F58220;
  background-color: #F58220;
  box-shadow: 0 0.25em 0 0 #a71000, 0 4px 9px #F58220;
}

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

.hs-error-msgs {
  border: 1px solid;
  padding: 6px 10px !important;
  border-color: #e5bdc4;
  color: #b94a48;
  background-color: #f2dede;
  list-style: none;
  margin: 5px 0;
}

.hs-error-msgs label {
  color: #790000;
  font-size: 67.5%;
  opacity: 0.7;
}

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

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


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

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


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

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


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

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


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

/* Table styling for Elior table */
.previous-work-done tr:nth-child(1) {
  background-color: orange!important;
}
.previous-work-done tr:nth-child(odd) {
  background-color: white;
}
.previous-work-done tr:nth-child(even) {
  background-color: #8fc5e7;
}





.widget-type-form, .widget-type-blog_subscribe,
.widget-type-google_search,
.widget-type-password_prompt,
.widget-type-email_simple_subscription form ,
.widget-type-widget_container form
{
  max-width:650px;
  width:100%;
}

.hs-search-field input.hs-search-field__input {
  -webkit-appearance: textfield;
}

.blog .banner-area {
  padding: 75px 0px 75px 0px;
}

.blog .banner-area .banner-overlay {
  background-color: hsla(28, 91%, 54%, 0.76);
}

.blog.hs-blog-listing .content-wrapper {
  padding: 0 !important;
}

.blog.hs-blog-listing .blog-sidebar {
  padding: 2em;
  text-align: left;
  background-color: #e8e8e9;
  padding-bottom: 2000000px;
  margin-bottom: -2000000px;
}

.blog .body-container {
  overflow: hidden;
}

.blog-site-search input.hs-search-field__input {
  border: 1px solid #ddd;
  padding: 0 0.65em;
  font-size: 13px;
  line-height: normal;
  color: #555;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  display: inline-block;
  height: 2.65em;
  -webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
  transition: border linear 0.2s,box-shadow linear 0.2s;
  font-family: "Lato",sans-serif;
  width: 100%;
  margin-bottom: 0;
  padding-left: 30px;
}

.blog-site-search input.hs-search-field__input:focus {
  border-color: rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(0,0,0,0.2);
}

.blog-site-search form {
  position: relative;
  margin-bottom: 0;
  line-height: 1;
}

.blog-site-search form:before {
  content: "\f002";
  position: absolute;
  left: 12px;
  bottom: 50%;
  display: block;
  margin-bottom: -6px;
  font-size: 12px;
  line-height: 1;
  text-decoration: inherit;
  text-shadow: none;
  color: #272727;
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog .blog-sidebar .widget-span h3 {
  font-family: "Lato",sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.035em;
  color: #272727;
  margin: 0 0 0.5em;
  font-size: 150%;
  line-height: 1;
}

.blog .blog-sidebar .widget-span {
  margin-bottom: 3em;
  text-shadow: 0 1px 0 rgba(255,255,255,0.95);
}

.blog .blog-sidebar .widget-span ul {
  padding: 0;
  margin: 0 0 1.313em 1.655em;
  border: 1px solid rgba(0,0,0,0.1);
  list-style: none;
  border-radius: 6px;
  background-color: transparent;
  box-shadow: 0 1px 1px rgba(255,255,255,0.95);
  overflow: hidden;
  margin-left: 0;
}

.blog .blog-sidebar .widget-span ul:last-child {
  margin-bottom: 0;
}

.blog .blog-sidebar .widget-span ul li {
  line-height: 1.5;
  box-shadow: 0 1px 1px rgba(255,255,255,0.95);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 1.4em;
  font-size: 81.25%;
}

.blog .blog-sidebar .widget-span ul li a {
  display: inline-block;
  font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 135.7%;
  font-weight: 400;
  line-height: 1.2;
  color: #999999;
}

.blog .blog-sidebar .widget-span ul li:hover {
  color: rgb(255,124,19);
  background-color: #fff;
}

.blog .blog-sidebar .widget-span ul li:hover a{
  color: rgb(255,124,19);
}

.blog .blog-sidebar .widget-span ul li:last-child {
  border-bottom: 0;
}

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

.blog.hs-blog-listing .blog-content {
  padding: 3%;
  background-color: hsl(0,0%,100%);
}

.esg-media-cover-wrapper {
  position: relative;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.esg-entry-media-wrapper {
  z-index: 0;
}

.esg-entry-media {
  position: relative;
  border: 0px solid transparent;
  outline: 0px solid transparent;
  overflow: hidden;
  width: 100%;
}

.esg-media-poster {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.esg-entry-cover {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  border: 0px solid transparent;
  outline: 0px solid transparent;
  visibility: visible;
  cursor: pointer;
  transform-style: flat;
}

.eg-invisiblebutton {
  box-shadow: none !important;
  height: inherit !important;
  display: block;
  z-index: 9;
  position: relative;
}

.esg-grid a {
  border: none;
  text-decoration: none;
}

.esg-entry-cover .esg-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0px solid transparent;
  outline: 0px solid transparent;
}

.esg-overlay.eg-ronald-reagan-container {
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(0,0,0,0)),color-stop(99%,rgba(0,0,0,0.83)),color-stop(100%,rgba(0,0,0,0.85)));
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
  background: -o-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
  background: -ms-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#d9000000',GradientType=0 );
  opacity: 1;
  visibility: inherit;
  transform-style: flat;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0.999167);
  transition: 0.3s ease;
}

.esg-grid * {}

.eec {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: block;
  width: auto;
  height: auto;
  position: absolute !important;
  font-size: 20px;
  text-align: center;
}

.esg-bc {
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.eg-ronald-reagan-element-8-a {}

.esg-rotatescale {
  display: inline-block !important;
  float: right !important;
  clear: none !important;
  margin: 0px 0px 0px 0px !important;
  position: relative !important;
}

.esg-rotatescale a.more-link {
  font-size: 18px !important;
  line-height: 28px !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  padding: 5px 10px 5px 10px !important;
  border-radius: 0px 0px 0px 0px !important;
  background: rgba(0,0,0,1) !important;
  z-index: 2 !important;
  display: block;
  font-family: "Open Sans" !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-color: #ffffff !important;
  border-style: solid !important;
  border: none;
  text-decoration: none;
  margin: 0;
}

.esg-bottom {
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  float: left;
  clear: none;
  margin: 0px 0px 0px 10px;
  padding: 5px 10px 5px 10px;
  border-radius: 0px 0px 0px 0px;
  background: transparent;
  position: relative;
  z-index: 2 !important;
  font-family: "Open Sans";
  opacity: 1;
  visibility: inherit;
  transform-style: flat;
  transform-origin: 50% 50% 0px;
  transition: 0.3s ease;
  text-align: left;
}

.blog-listing-wrapper .post-listing .post-item:hover .esg-bottom {
  transform: translate(0%, 100%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0.001, 0.999999);
}


.bottom-content {
  background: #ffffff;
  padding: 20px 20px 20px 20px;
  border-width: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  border-color: transparent;
  border-style: none;
  text-align: left;
}

.bottom-content p {
  font-size: 15px;
  line-height: 20px;
  color: #444444;
  font-weight: 500;
  display: inline-block;
  float: none;
  clear: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  background: transparent;
  position: relative;
  z-index: 2 !important;
  font-family: "Raleway";
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-color: #e5e5e5;
  border-style: solid;
}

.blog-listing-wrapper .post-listing .post-item:hover .esg-overlay {
  opacity: 0;
}

.blog-pagination {
  text-align: center;
}

.blog-pagination>div {
  display: inline-block;
}

.blog-pagination a {
  color: #999;
  margin-right: 5px;
  cursor: pointer;
  padding: 0px 16px;
  border: 1px solid #e5e5e5;
  line-height: 38px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  font-family: "Open Sans",sans-serif;
  display: inline-block;
  background: #fff;
  margin-bottom: 5px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  padding: 0px 16px;
}

.blog-pagination a.active {
  background-color: #fff;
  border-color: #bbb;
  color: #333;
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);
  pointer-events: none;
}

.blog.hs-blog-post {
  background-color: #f3f3f3;
}

.blog.hs-blog-post .content-wrapper {
  max-width: 1200px;
  width: 88%;
  padding: 40px 0 !important;
}

.hs-blog-post .blog-post-wrapper {}

.entry-wrap {
  display: block;
  padding: 60px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,0.135);
  font-size: 14px;
}

.post-header h1 {
  margin: 0;
  font-size: 250%;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #272727;
  text-transform: none;
  font-family: "Lato",sans-serif;
  font-style: normal;
  font-weight: 700;
}

.hs-blog-post .blog-post-wrapper .post-body {
  font-style: normal;
  font-weight: 400;
  color: #999999;
  line-height: 1.7;
  font-size: 1rem;
}

.widget-type-blog_comments .hs-richtext h3 {
  letter-spacing: -0.035em;
  color: #272727;
  font-family: "Lato",sans-serif;
  font-style: normal;
  font-weight: 700;
  margin: 1em 0 0;
  font-size: 285.7%;
  line-height: 1.05;
}

.widget-type-blog_comments .hs-richtext p {
  margin: 10px  0 1em;
  font-size: 114.2%;
  font-style: normal;
  font-weight: 400;
  color: #999999;
  line-height: 1.7;
  font-family: "Lato",sans-serif;
}

/*.widget-type-blog_comments .hs-form-field > label {
line-height: 1.7;
display: block;
margin-bottom: 2px;
font-size: 171.4%;
font-family: "Lato",sans-serif;
font-weight: 700;
color: #272727;
}*/

.widget-type-blog_comments  input.hs-button.primary {
  color: #ffffff;
  border-color: #ac1100;
  background-color: #ff2a13;
  margin-bottom: 0.25em;
  text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
  box-shadow: 0 0.25em 0 0 #a71000, 0 4px 9px rgba(0,0,0,0.75);
  border-radius: 0.25em;
  padding: 0.563em 1.125em 0.813em;
  font-size: 16px;
  font-weight: inherit;
  line-height: 1.3;
}

.widget-type-blog_comments input.hs-button.primary:hover {
  color: #ffffff;
  border-color: #600900;
  background-color: #ef2201;
  margin-bottom: 0.25em;
  text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
  box-shadow: 0 0.25em 0 0 #a71000, 0 4px 9px rgba(0,0,0,0.75);
}

.custom-categories.widget-span ul li a {
  border-bottom: 1px dotted;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

.custom-categories.widget-span ul li {
  padding: 0.65em 0.85em !important;
}


.blog.hs-blog-post .blog-sidebar .widget-span ul li a {
  display: block;
  border-bottom: 0 !important;
  font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}

.blog.hs-blog-post .blog-sidebar .widget-span ul li {
  padding: 1.4em;
  font-size: 81.25%;
}

.widget-type-blog_comments {
  font-size: 14px;
}

.footer-no-nav .custom-copyright {
  min-height: 120px !important;
  text-align: right;
}

.footer-no-nav .custom-copyright p {
  display: block;
  width: 100%;
  padding-top: 6px;
}

.custom-copyright>div>span {
  text-align: right;
}

body:not(.blog) h2 {
  font-size: 35px;
}

body:not(.blog) h3 {
  font-size: 27px;
}

body:not(.blog) .content-wrapper {
  font-family: "Lato",sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
}

.hs-blog-listing .blog-sidebar {
  margin-left: 0 !important;
  float: right !important;
  width: 33.33333% !important;
}

.blog.hs-blog-listing .blog-content {
  width: 66.66666% !important;
}

.blog-site-search ul.hs-search-field__suggestions {
  display: none;
}

.blog-pagination a:hover {
  background-color: #fff;
  border-color: #bbb;
  color: #333;
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);
}

.blog.hs-blog-post .blog-sidebar .widget-span h3 {
  margin: 0 0 0.5em;
  font-size: 150%;
  line-height: 1;
}

.blog.hs-blog-post .blog-sidebar {
  font-size: 14px;
}

.custom-meta ul li a:before {
  line-height: 1;
  text-decoration: inherit;
  opacity: 0.35;
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0da";
  padding-right: 0.4em;
}

.custom-categories ul li:hover a {
  color: #999999 !important;
}

.custom-categories ul li a:hover {
  color: rgb(255,124,19) !important;
}

.custom-meta ul li {
  border: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.custom-meta ul li a {
  display: block !important;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 0.65em 0.85em;
  box-shadow: 0 1px 1px rgba(255,255,255,0.95);
}

.entry-thumb img {
  width: 100%;
}

.blog.hs-blog-listing .blog-sidebar .widget-span {
  font-size: 16px;
}

.recent-post ul li a {
  display: block !important;
}

.recent-post ul li:hover a {
  color: #999999 !important;
}

.recent-post ul li a:hover {
  color: rgb(255,124,19) !important;
}

/* 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: 1280px) {
  .re-subscribe-form1 form .hs_submit .hs-button { font-size: 12px; }
  .re-subscribe-form1 form .hs_submit { width: 104px; }
  .re-subscribe-form1 form .hs_email { width: calc(100% - 104px); }
  .re-form-title-txt h3 { font-size: 22px !important; }

}
@media (max-width: 1200px) {



  .re-post-body1 h1 {font-size: 45px; }
  .re-post-body1 h2 { font-size: 35px !important; }
  .re-post-body1 h3 { font-size: 28px !important; }

  .re-cta-info-txt h1 {font-size: 45px; }
  .re-cta-info-txt h2 { font-size: 35px !important; }
  .re-cta-info-txt h3 { font-size: 28px !important; }

  .re-subscribe-form1 form .hs_email { width: 100%; }
  .re-subscribe-form1 form input[type="email"] {border-bottom-right-radius: 4px; border-top-right-radius: 4px; }
  .re-subscribe-form1 form .hs_submit .hs-button { border-radius: 0.25em !important; }
  .re-subscribe-form1 form .hs_email { width: 100%; margin-bottom: 15px; }
  .re-sidebar-form:after {  width: 90px; height: 90px; }
  .re-blog-listing-page1 .re-right-info-cont { padding-top: 2em!important; }
  .re-subscribe-form1 form .hs_email .hs-error-msgs { position: unset; }
}

@media (max-width: 1199px) {
  .pk-body h1 {font-size: 45px; }
  .pk-body h2 { font-size: 35px!important  }
  .pk-body h3 { font-size: 28px  }
  .pk-body h4 {font-size: 22px;}
  body.pk-body { font-size: 18px; }
  .pk-body .pb95{padding-bottom:70px;}
  .pk-body .pt95{padding-top:70px;}
  .pk-body .pb60{padding-bottom:50px;}
  .pk-body .pt60{padding-top:50px;}
  .pk-body .ps25{padding-left:15px;padding-right:15px;}
  .pk-body .m0-25{margin-left:-15px;margin-right:-15px}
}

@media (max-width: 1024px) {
  .re-post-body1 h1 {font-size: 38px; }
  .re-post-body1 h2 { font-size: 33px !important; }

  .re-cta-info-txt h1 {font-size: 38px; }
  .re-cta-info-txt h2 { font-size: 33px !important; }
  .custom-footer {
    margin-bottom: -1px;
  }
}

@media (max-width: 991px) {

  .pk-body .tabw25 { width:25%; }
  .pk-body .tabw30 { width:30%; }
  .pk-body .tabw33 { width:33.33%; }
  .pk-body .tabw40 { width:40%; }
  .pk-body .tabw50 { width:50%; }
  .pk-body .tabw60 { width:60%; }
  .pk-body .tabw66 { width:66.66%; }
  .pk-body .tabw70 { width:70%; }
  .pk-body .tabw75 { width:75%; }
  .pk-body .tabw100 { width:100%; }
  .pk-body .pb60 { padding-bottom: 30px; }
  .pk-body .pt60 { padding-top: 30px; }
  .pk-body .custome-cta{padding:11px 25px;}
  .pk-body .pt95{padding-top:60px;}
  .pk-body .pb95{padding-bottom:60px;}

  .pk-body h1 {font-size: 35px; }
  .pk-body h2 { font-size: 30px!important  }
  .pk-body h3 { font-size: 26px  }
  .pk-body h4 {font-size: 22px;}
  .pk-body h5 {font-size: 20px;}

  .re-post-body1 h1 { font-size: 35px; }
  .re-post-body1 h2 { font-size: 30px !important; }
  .re-post-body1 h3 { font-size: 26px !important; }
  .re-post-body1 h4 { font-size: 22px; }
  .re-post-body1 h5 { font-size: 20px; }

  .re-cta-info-txt h1 { font-size: 35px; }
  .re-cta-info-txt h2 { font-size: 30px !important; }
  .re-cta-info-txt h3 { font-size: 26px !important; }
  .re-cta-info-txt h4 { font-size: 22px; }
  .re-cta-info-txt h5 { font-size: 20px; }
  body.re-blog-posting-page .re-left-info-cont { width: 100% !important; }
  body.re-blog-posting-page .re-right-info-cont { width: 100% !important; margin-top: 4em; }
  .re-list-headline1 h1 { font-size: 40px }
  .re-cta-module1 { margin-bottom: 0; margin-top: 50px; }
  .re-left-info-cont { width: 100%!important; }
  .re-right-info-cont { width: 100%!important; }
  .re-sidebar-form { padding: 32px 26px 32px; }
  .re-hero-feature-img { height: 41.11vw; }
  .re-footer-left1{width:100%!important}
  .re-sub-footer-form{width:100%!important;padding:0 3%!important;margin-top:10px;max-width:450px}
  .re-footer-left1 h5{white-space:unset;overflow:unset;text-overflow:unset;font-size:18px}
  .re-sub-footer-form .submitted-message p { text-align: left; margin-top: 11px; }
  .re-subscribe-form1 form {max-width: 580px; }
  .re-cta-simple { margin-top: 50px; margin-bottom: 0; }
}


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

@media (min-width: 768px) {
  .social-icons{
    min-width: 131px;
  }
}

@media (max-width: 767px) {

  .pk-body .mw25 { width:25%; }
  .pk-body .mw33 { width:33.33%; }
  .pk-body .mw50 { width:50%; }
  .pk-body .mw66 { width:66.66%; }
  .pk-body .mw75 { width:75%; }
  .pk-body .mw100 { width:100%; }
  .mobile-center { text-align:center; }
  .pk-body * + p { margin-top: 15px; }
  .pk-body h1 {font-size: 32px; }
  .pk-body h2 { font-size: 28px!important  }
  .pk-body h3 { font-size: 24px  }
  .pk-body h4 { font-size: 20px; }
  body.pk-body { font-size: 16px; }
  .pk-body .custome-cta {margin-top: 30px; }
  
  .re-post-body1 h1 { font-size: 32px; }
  .re-post-body1 h2 { font-size: 28px !important; }
  .re-post-body1 h3 { font-size: 24px !important; }
  
  

  .re-cta-info-txt h1 { font-size: 32px; }
  .re-cta-info-txt h2 { font-size: 28px !important; }
  .re-cta-info-txt h3 { font-size: 24px !important; }
  .widget-type-form, .widget-type-blog_subscribe,
  .widget-type-google_search,
  .widget-type-password_prompt,
  .widget-type-email_simple_subscription form ,
  .widget-type-widget_container form{
    width: 100% !important;
    max-width: 100%;
  }

  .body-container .widget-type-form,
  .body-container .widget-type-blog_subscribe,
  .body-container .widget-type-google_search,
  .body-container .widget-type-password_prompt.custom_error_message,
  .body-container .widget-type-email_simple_subscription {
    margin-bottom:25px; 
    margin-top:25px;
  }

  .custom-header>.row-fluid-wrapper>.row-fluid>div {
    width: 100% !important;
    display: block !important;
    text-align: center;
  }

  .custom-header>.row-fluid-wrapper>.row-fluid {
    display: block;
    height: auto;
  }

  .custom-header {
    position: relative;
  }

  .custom-logo {
    padding-top: 20px;
    padding-bottom: 24px;
  }

  .mobile-trigger {
    top: -15px;
  }

  .social-icons {
    white-space: normal;
    position: relative;
    top: 6px;
  }

  .x-anchor {
    display: block;
  }

  a.footer-btn span.btn {
    display: block;
  }

  .custom-copyright>div>span {
    display: block;
    margin-top: -14px;
    text-align: left;
  }

  a.footer-btn span.btn {
    padding: 10px 12.5px;
  }

  .custom-copyright {
    padding-top: 12px;
  }

  .custom-copyright p {
    top: 3px;
    position: relative;
    left: -3px;
  }

  .entry-wrap {
    padding: 36px;
  }
  .footer-no-nav .custom-copyright p {
    text-align: center;
  }

  .blog.hs-blog-listing .blog-content {
    width: 100% !important;
  }

  .hs-blog-listing .blog-sidebar {
    width: 100% !important;
    float: none !important;
  }

  .blog.hs-blog-listing .blog-sidebar {
    padding-bottom: 2em;
    margin-bottom: 0;
  }

  .custom-meta {
    margin-bottom: 0 !important;
  }
  .re-blog-body-oop {  padding: 36px;}
  .re-left-info-cont { width: 100%!important; }
  .re-hero-feature-img { height: 47vw; }
  .re-right-info-cont { width: 100%!important; }
  .re-list-headline1 h1 { font-size: 36px }
  .main-content .hs-search-results .hs-search-results__pagination a { margin-bottom: 30px; }
  .re-sub-footer-form form .hs_submit .actions .hs-button { font-size: 12px; }
  .re-sub-footer-form form .hs_submit { width: 104px; }
  .re-sub-footer-form form .hs_email { width: calc(100% - 104px); }
}  

@media (max-width: 640px) {
  .re-post-body1 h1 {font-size: 28px; }
  .re-post-body1 h2 { font-size: 26px !important; }
  .re-post-body1 h3 { font-size: 23px !important; }
  .re-post-body1 h4 { font-size: 20px; }
  .re-post-body1 h5 { font-size: 18px; }

  .re-cta-info-txt h1 {font-size: 28px; }
  .re-cta-info-txt h2 { font-size: 26px !important; }
  .re-cta-info-txt h3 { font-size: 23px !important; }
  .re-cta-info-txt h4 { font-size: 20px; }
  .re-cta-info-txt h5 { font-size: 18px; }
  .re-footer-left1 h5 { font-size: 14px; }
}

@media (max-width: 575px) {

  .pk-body .xsw100 { width:100%; }
  .pk-body  .xstop10 { margin-top:10px; }
  .pk-body .xstop20 { margin-top:20px; }
  .pk-body .xstop30 { margin-top:30px; }
  .pk-body .xsw50{width:50%;}
  .pk-body .xsw100{width:100%;}
    .pk-body .pb95 {padding-bottom: 40px; }
  .pk-body .pt95 {padding-top: 40px; }

  .pk-body h1 {font-size: 28px; }
  .pk-body h2 { font-size: 26px !important; }
  .pk-body h3 { font-size: 23px !important; }
  .pk-body h4 { font-size: 20px; }
  .pk-body h5 { font-size: 18px; }
}

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

@media (max-width: 479px) {
  .re-blog-body-oop {  padding: 25px;}
  .re-posting-headline-txt.post-header h1 { font-size: 200%; }
  .re-cta-module1 { padding: 30px 25px; }
  .re-form-title-txt h3 { font-size: 20px !important; }
  .re-subscribe-form1 .submitted-message p { font-size: 16px;   margin-top: 0; }



}