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

f

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

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

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

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

/* 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)*/
@media only screen and (max-width: 767px){
  .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.net/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.net/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 {
  line-height: 1;
  font-size: 10px;
}
body {
  background: #fff;
  font-size: 1.6rem;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #7d7d7d;
  font-family: "proxima-nova",sans-serif;
}

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

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


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

/* Basic text */
p {
  margin: 0 0 10px;
}
p, ul li, ol li {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  color: #7d7d7d;
}
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-weight: 300;
  color: #3c3c3c;
  font-family: "myriad-pro-semiextended",sans-serif;
  margin-top: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 3.4rem;
  line-height: 40px;
}
h2 {
  font-size: 2.8rem;
  line-height: 36px;
}
h3 {
  font-size: 2.8rem;
}
h4 {
  font-size: 2.4rem;
}
h5 {
  font-size: 2rem;
}
h6 {
  font-size: 1.8rem;
}


/* Anchor Links */
a { 
  transition: all 0.2s ease-in-out;
  color: #0082b7;
  display: inline-block;
  border-bottom: 1px solid transparent;
  text-decoration: none;
}
a:hover, a:focus {
  outline: none;
  color: #0082b7;
  border-color: #0082b7;
}

/* Lists */
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 24px;
}
ul li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.hs_cos_wrapper_type_rich_text ul {
  list-style: none;
  padding-left: 0;
}
.hs_cos_wrapper_type_rich_text ul li:before {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  content: '';
  width: 11px;
  height: 11px;
  margin-top: -2px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  border: 3px solid #e20072;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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

img {
  vertical-align: middle;
}
/* =============== EU Cookie Confirmation Bar =============== */

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

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

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


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


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

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

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


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

.header-container-wrapper .row-fluid [class*="span"] {
  min-height: 0;
}
.header-container {}


.custom-header-wrapper {
  background: transparent;
  transition: background 0.4s ease-in-out;
  z-index: 800;
  position: relative;
}
.h-search {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  display: none;
  padding: 0;
  background: #ff9300;
}
.h-search .page-center {
  position: relative;
}
.h-search .row {
  margin-left: -15px;
  margin-right: -15px;
}
.h-search .e-close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  color: #fff;
  position: absolute;
  right: 25px;
}
.h-search .e-close:before {
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -24px;
  margin-left: -23px;
  display: block;
  width: 46px;
  height: 46px;
  z-index: 1;
  border: 2px solid #fff;
}
.h-search .e-close .e-icon {
  width: 15px;
  height: 15px;
}
.h-search .e-close:hover {
  cursor: pointer;
}
.h-search .e-close:hover:before {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  background: #fff;
}
.h-search .e-close:hover .e-icon {
  z-index: 10;
  position: relative;
  fill: #ff9300;
}
.col-xs-12 {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.h-search form {
  padding: 15px 50px 15px 0px;
}
.h-search form input {
  color: inherit;
  font: inherit;
  font-family: inherit;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  width: 100%;
  border: none;
  outline: none;
  background: #fff;
  margin: 0;
  padding: 10px;
}
.n-topnav ul {
  padding: 0;
  list-style: none;
}
.n-topnav ul li {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "myriad-pro-semiextended",sans-serif;
}
.e-countrytoggle {
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  padding: 10px;
  cursor: pointer;
  margin-top: -10px !important;
}
.n-topnav ul li, .n-mainnav ul li {
  font-family: "myriad-pro-semiextended",sans-serif;
}
.e-countrytoggle .e-icon {
  width: 10px;
  height: 8px;
  fill: #fff;
  margin-left: 4px;
}
.e-countrytoggle .e-icon.e-globe {
  width: 14px;
  height: 14px;
  margin-top: -3px;
  vertical-align: middle;
}
.lang-open .e-countrytoggle,
.e-countrytoggle:hover {
  background: #10567B;
}

.custom-logo {
  float: left;  
  max-width: 140px;
  margin-top: 10px;
  margin-left: 15px;
  position: relative;
  z-index: 20;
}
.custom-logo a {
  border-bottom: none !important;
}
.custom-logo .h-logo svg {
  width: 140px;
  height: 38px;
  fill: #0082b7;
  margin-top: 5px;
}







/* ---------- Country Dropdown -------------- */

.m-countrydropdown {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  top: 44px;
  left: 0;
  width: 100%;
  z-index: 1010;
  display: none;
  padding: 30px 0;
  color: #fff;
  position: absolute;
  background: #0e567b url('//1576919.fs1.hubspotusercontent-na1.net/hubfs/1576919/Insights_July2019%20Theme/Images/map.png');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.section-visible {
  opacity: 1;
  filter: alpha(opacity=100);
}
.m-countrydropdown .e-selector {
  padding-left: 15px;
  padding-right: 15px;
}
.m-countrydropdown h1, 
.m-countrydropdown h2, 
.m-countrydropdown h3, 
.m-countrydropdown h4,
.m-countrydropdown h5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #0082b7;
  z-index: 15;
  margin-top: 15px;
  font-weight: 600;
  position: relative;
  text-align: center;
  padding: 15px 50px;
  background: transparent;
  border: 2px solid #0082b7;
  max-width: 100%;
  white-space: normal;
}
.btn.btn-white, section.green .btn, section.orange .btn, section.pink .btn, section.blue .btn, section.darkblue .btn, section.grey .btn {
  color: #fff;
  border-color: #fff;
}
.m-countrydropdown .btn {
  width: 100%;
  margin-top: 20px;
}
.m-countrydropdown .e-countrycolumn {
  display: none;
  padding-right: 15px;
}
.m-countrydropdown .close {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  bottom: 0;
}
.m-countrydropdown .close .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #e20072;
  width: 40px;
  height: 40px;
  display: block;
  bottom: -30px;
  background: #0082b7;
  border: 2px solid #fff;
}
.m-countrydropdown .close span {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  width: 20px;
  height: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -1px;
  background: #fff;
}
.m-countrydropdown .close span:first-child {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-countrydropdown .close:hover .inner,
.m-countrydropdown .close:focus .inner {
  background: #fff;
}
.m-countrydropdown .close:hover span, 
.m-countrydropdown .close:focus span {
  background: #0e567b;
}
.m-countrydropdown .e-countrycolumn .inner {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
}
.m-countrydropdown .e-countrycolumn ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.m-countrydropdown .e-countrycolumn li .e-flag {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border: 2px solid #fff;
}
.m-countrydropdown .e-countrycolumn .inner.europe ul li {
  width: 50%;
  float: left;
}
.btn.btn-white:hover {
  color: #7d7d7d;
  background: #fff;
}
.m-countrydropdown .btn:hover {
  color: #0e567b;
}

.btn:hover, .btn:focus {
  outline: none;
  color: #fff;
  background: #0082b7;
}

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

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

.content-wrapper {
  padding-top: 45px;
  padding-bottom: 45px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.banner-area {
  padding: 0;
  position: relative;
  overflow: hidden;
  max-height: 750px;
  color: #fff;
  background-color: #ff9300 !important;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner-content h1 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 2.2rem;
  line-height: 26px;
  margin-top: 0;
  font-weight: 300;
}
.banner-area .page-center {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 30;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.banner-area .lazyloaded {
  -webkit-animation: blur-image 1.5s 1 forwards;
  -moz-animation: blur-image 1.5s 1 forwards;
  -o-animation: blur-image 1.5s 1 forwards;
  animation: blur-image 1.5s 1 forwards;
  opacity: 0.8;
}




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

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

.custom-footer-wrapper {
  color: #fff;
  text-align: center;
  padding: 30px 0;
  background: #0082b7 url('//1576919.fs1.hubspotusercontent-na1.net/hubfs/1576919/Insights_July2019%20Theme/Images/blue-bg.jpg') no-repeat left bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bottom-footer-wrapper {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  padding: 30px 0 0;
  font-weight: 600;
  text-align: left;
}
.bottom-footer-wrapper .left-col {
  padding-bottom: 10px;
  margin-right: 33px;
  display: inline-block;
  width:auto;
  padding-top: 2px;
}
.bottom-footer-wrapper .right-col {
  margin: 0;
  margin-bottom: 10px;
  width: auto;
}
.bottom-footer-wrapper .right-col ul {
  display: block;
}
.bottom-footer-wrapper .right-col ul li {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 8px;
  line-height: 13px;
  border-right: 1px solid #4BA2C9;
  display: inline-block;
  float: none !important;
}
.bottom-footer-wrapper .right-col ul li:first-child {
  padding: 0 8px 0 0;
}
.bottom-footer-wrapper .right-col ul li:last-child {
  border-right: 0;
  padding-right: 0;
}
.bottom-footer-wrapper .right-col ul li a {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
}
.bottom-footer-wrapper .right-col ul li a:hover, .bottom-footer-wrapper .right-col ul li a:focus {
  border-color: #fff;
}
.top-footer-wrapper {
  border-bottom: 1px solid #4BA2C9;
}
.col-row {
  margin-left: -15px;
  margin-right: -15px;
}
.top-footer-wrapper .col {
  margin-left: 0;
  float: left;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
.top-footer-wrapper .col-1 {
  width: 16.66667%;
}
.top-footer-wrapper .col-2 {
  width: 33.33333%;
}
.top-footer-wrapper .col-1 > div {
  padding-bottom: 25px;
  width: 150px;
  height: 124px;
}
.top-footer-wrapper .col h3 {
  font-family: "myriad-pro-semiextended",sans-serif;
  color: #fff;
  margin-top: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  margin-bottom: 10px;
  font-weight: 500;
}
.top-footer-wrapper .e-socialfollow .e-title {
  margin-bottom: 20px;
}
.custom-footer-wrapper .e-socialfollow a {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  border: 0;
  z-index: 10;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  line-height: 0;
  margin-right: 15px;
}
.custom-footer-wrapper .e-socialfollow a:before {
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 23px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  -ms-border-radius: 23px;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: '';
  position: absolute;
  left: 50%;
  top: 45%;
  margin-top: -22.5px;
  margin-left: -22.5px;
  display: block;
  width: 45px;
  height: 45px;
  background: #fff;
  z-index: -1;
}
.custom-footer-wrapper .e-socialfollow a:hover:before {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.custom-footer-wrapper .e-socialfollow a:hover {
  color: #0082b7;
}
.custom-footer-wrapper .e-socialfollow {
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 1px solid #4BA2C9;
  border-bottom: 1px solid #4BA2C9;
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
} 
.custom-footer-wrapper .col address {
  margin-bottom: 0;
}
.top-footer-wrapper .col-3,
.top-footer-wrapper .col-4 {
  margin-bottom: 50px;
}
.e-icon.white {
  fill: #fff;
}
.top-footer-wrapper .col .e-icon {
  width: 20px;
  height: 20px;
  margin-bottom: -2px;
}

.contact-section {
  background: #0e567b;
  color: #fff;
  text-align: left;
  padding: 37.5px 0;
}
.contact-section .col-row {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0;
  position: relative;
  top: 1px;
}
.contact-section .left-col {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-right: -6px;
}
.contact-section .right-col {
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.contact-section .left-col h2 {
  font-family: "myriad-pro-semiextended",sans-serif;
  font-weight: 600;
  margin: 0;
  color: #fff;
  font-size: 2rem;
  line-height: 28px;
}
.contact-section .right-col a {
  display: inline-block;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.42857;
  transition: all 0.2s ease-in-out;
  color: #0082b7;
  z-index: 15;
  margin-top: 15px;
  font-weight: 600;
  position: relative;
  text-align: center;
  padding: 15px 50px;
  background: transparent;
  border: 2px solid #0082b7;
  max-width: 100%;
  white-space: normal;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  margin: 25px 0 0 0;
  color: #fff;
  border-color: #fff;
}
.contact-section .right-col a:hover, .contact-section .right-col a:focus {
  color: #0e567b;
  background: #fff;
  border-color: #fff;
}


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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
  float: right;
  margin-top: 0;
  display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "myriad-pro-semiextended",sans-serif;
  float: none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}

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

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:992px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .e-mobile.visible-xs.visible-sm {
    display: none !important;
  }
  .custom-header-wrapper .custom-menu-primary.mobile-menu {
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    display: inline-block;
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #0082b7;
    z-index: 15;
    margin-top: 15px;
    font-weight: 600;
    position: relative;
    text-align: center;
    padding: 15px 50px;
    background: transparent;
    border: 2px solid #0082b7;
    max-width: 100%;
    white-space: normal;
    color: #fff;
    border-color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {
    text-shadow: none;
    color: #7d7d7d;
    background: #fff;
  }
  .custom-header-wrapper.lp-header {
    padding-top: 56px;
  }
  .custom-header-wrapper.lp-header .custom-logo {
    padding-bottom: 20px;
  }
  .custom-header-wrapper.fixed-header.lp-header {
    min-height: 108px !important;
  }
  .no-banner .custom-header-wrapper {
    background: #0082b7 url('//1576919.fs1.hubspotusercontent-na1.net/hubfs/1576919/Insights_July2019%20Theme/Images/1920x1024-blue.jpg') no-repeat left bottom;
  }
  .no-banner .body-container-wrapper {
    padding-top: 56px;
  }

}


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

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

@media (max-width: 991px){

  .h-mainheader .custom-menu-primary {
    display: none !important;
  }
  /* 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;
    text-align: left;
  }

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

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

  .child-trigger {
    display: block !important;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important;
    min-width: 100% !important;
    height: 67px !important;
    padding: 0 !important;
    opacity: 0;
    cursor: pointer;
    z-index: 9;
  }

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


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

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

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

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

  /* Level 1 and Higher Menu List Styles */

  .custom-menu-primary.mobile-menu {
    position: absolute;
  }


  .custom-menu-primary .hs-menu-wrapper > ul li{}
  .custom-menu-primary .hs-menu-wrapper >  ul li a {
    width: 100% !important;
    padding: 20px 15px;
    color: #fff;
    background: #0e567b;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #2e4672;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li.hs-item-has-children > a {
    padding-right: 30px;
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul li .child-trigger:hover ~ a {
    background: #0b4664;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > a:after {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 33px;
    content: "\f107";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > .child-open ~ a:after {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    padding-left: 30px;
    background: #0b4664;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li ul li a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul li ul li .child-trigger:hover ~ a {
    background: #09364d;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > a:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 33px;
    content: "\f105";
    right: 20px;
    margin-top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-2.hs-item-has-children {
    position: static !important;  
  }
  .custom-menu-primary.mobile-menu {
    overflow: hidden;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-2>ul {
    display: block !important;
    position: fixed !important;
    left: 100% !important;
    width: 100% !important;
    top: 0 !important;
    height: auto !important;   
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    transition: all 0.3s ease !important;
    transform: translateX(0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul.level-3-open {
    transform: translateX(-100%);
  }
  .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-2.hs-item-has-children .child-trigger {
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li.dl-back {
    color: #fff;
    background: #0e567b;
    padding: 20px 15px 20px 40px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    border-bottom: 1px solid #04161f;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li.dl-back:before {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 33px;
    content: "\f104";
    left: 15px;
    top: 50%;
    margin-top: -18px;
    position: absolute;
    border: 0;
  }
  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{}

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


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.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 {}

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

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

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

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

/* Blog 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 {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

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

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

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


/

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  font-family: inherit;
  vertical-align: middle;
  display: inline-block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 15;
  margin-top: 15px;
  font-weight: 600;
  position: relative;
  text-align: center;
  padding: 15px 50px;
  background: transparent;
  border: 2px solid #0082b7;
  max-width: 100%;
  white-space: normal;
  font-size: 1.8rem;
  line-height: 24px;
  border: 1px solid #fff;
  color: #0082b7;
  border-color: #0082b7;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #fff;
  background: #0082b7;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  color: #fff;
  background: #0082b7;
  outline: none;
}



input[type="search"] {
  -webkit-appearance: none;
}
.hs-form-field > label, label.hs-form-booleancheckbox-display {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #0082b7;
}
.form-title {
  margin-top: 0;
  white-space: normal;
}
.subscribe-options label {
  display: block;
}
.hs-form-field, #hs-pwd-widget-password {
  margin-bottom: 25px;
}
ul.hs-error-msgs.inputs-list {
  list-style-type: none;
  background-color: #f2dede;
  color: #a94442;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  padding: 10px 15px !important;
  margin-top: 20px;
  max-width: 767px;
}
ul.hs-error-msgs.inputs-list li {
  color: indianred;
  font-size: inherit;
  margin: 0;
}

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


.listing-top-section .col-3 select:focus {
  outline: none;
  border: 1px solid #0082b7;
}
.blog-content-outer-wrapper {
  background: #F3F3F2;
}
.listing-top-pagination {
  margin-bottom: 45px;
  padding: 0 15px;
}
.listing-top-pagination .e-results {
  margin-top: 11px;
}
.listing-top-pagination .e-results p {
  font-size: 1.6rem;
  line-height: 24px;
  margin: 0;
}
.listing-top-pagination .e-results span {
  color: #3c3c3c;
  font-weight: 600;
}
.post-listing .post-item {
  padding: 0 15px;
  float: left;
  width: 100%;
}
.post-item .post-header > a.e-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none !important;
}
.post-item .post-header {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: 0 3px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 3px 2px rgba(0,0,0,0.05);
  box-shadow: 0 3px 2px rgba(0,0,0,0.05);
  display: block;
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #DFDFDF;
  margin-bottom: 30px;
}
.post-item .post-header:before {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  content: '';
  width: 140px;
  height: 130px;
  display: block;
  position: absolute;
  top: -70px;
  right: -70px;
  background: #aab517;
}
.post-item .post-header:hover:before {
  -moz-transform: scale(20);
  -o-transform: scale(20);
  -ms-transform: scale(20);
  -webkit-transform: scale(20);
  transform: scale(20);
}
.post-item .post-header .e-docicon {
  position: absolute;
  top: 11px;
  right: 13px;
  width: 25px;
  height: 25px;
}
.post-item .post-header img.lazyloaded {
  width: 100%;
}
.post-item .e-text {
  padding: 15px 20px 20px;
  position: relative;
}
.post-item .e-resourcetype {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-family: "myriad-pro-semiextended",sans-serif;
  font-weight: 600;
  color: #bbb;
  margin: 0 0 5px 0;
}
.post-item h2 {
  color: #3c3c3c;
  font-family: "myriad-pro-semiextended",sans-serif;
  margin-bottom: 10px;
  font-size: 2.4rem;
  line-height: 32px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.e-cta, .e-back {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 24px;
  color: #0082b7;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
}
.post-item .post-header .e-cta {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  padding-top: 17px;
  margin-top: 40px;
  margin-bottom: 0;
  display: inline-block;
  border-top: 1px solid #DFDFDF;
  border-bottom: 0;
  line-height: 18px;
}
.e-cta .e-icon, .e-back .e-icon {
  width: 15px;
  height: 9px;
  margin-left: 5px;
}
.e-icon.blue {
  fill: #0082b7;
}
.post-item .post-header .e-icon {
  -webkit-transition: fill 0.4s ease-in-out;
  -moz-transition: fill 0.4s ease-in-out;
  -ms-transition: fill 0.4s ease-in-out;
  -o-transition: fill 0.4s ease-in-out;
  transition: fill 0.4s ease-in-out;
}
.post-item .post-header:hover .e-resourcetype,
.post-item .post-header:hover h2,
.post-item .post-header:hover .e-cta {
  color: #fff;
}
.post-item .post-header:hover .e-cta .e-icon {
  fill: #fff;
}


.pagination-wrapper {
  padding: 55px 15px 40px;
  text-align: center;
}
.blog-pagination a.first:before, 
.blog-pagination a.next-link:after, 
.blog-pagination a.prev-link:before,
.blog-pagination a.last:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.blog-pagination a.first:before {
  content: "\f104";
  margin-right: 5px;
}
.blog-pagination a.prev-link:before {
  content: "\f104";
  border: none;
}
.blog-pagination a.last:after, .blog-pagination a.next-link:after {
  content: "\f105";
  margin-left: 5px;
}
.blog-pagination a.first {
  float: left;
}
.blog-pagination a.last {
  float: right;
}
.blog-pagination a.first, .blog-pagination a.last {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  padding: 0;
  width: auto;
  color: #0082b7;
  margin-top: 10px;
  font-weight: 600;
  background: transparent;
  text-transform: uppercase;
}
.blog-pagination a.inactive {
  opacity: .5;
  filter: alpha(opacity=50);
  color: #7d7d7d;
  pointer-events: none;
}
.blog-pagination a.p-count {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 10px;
  display: inline-block;
  text-align: center;
  border: 1px solid transparent;
  color: #3c3c3c;
  font-weight: 600;
  padding: 14px;
  cursor: pointer;
  margin: 0 2px;
}
.blog-pagination a.p-count.active {
  color: #fff;
  background: #0e567b;
}
.blog-pagination a.p-count:hover {
  color: #0e567b;
  background: transparent;
  border-color: #0e567b;
}
.blog-pagination a.prev-link {
  display: inline-block;
  margin-right: 10px;
}
.blog-pagination a.next-link {
  display: inline-block;
  margin-left: 10px;
}
.blog-pagination a.prev-link,
.blog-pagination a.next-link {
  color: #7d7d7d;
  border: none !important;
  font-size: 1.8rem;
  line-height: 26px;
} 
.blog-pagination a.prev-link:hover:before,
.blog-pagination a.next-link:hover:after {
  color: #0082b7;
}
.listing-top-pagination {
  padding-left: 15px;
  padding-right: 15px;
}
.m-breadcrumb {
  position: relative;
  z-index: 30;
}
.m-breadcrumb ul {
  margin: 0;
  padding: 10px 0;
  list-style: none;
}
.m-breadcrumb ul li {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 21px;
  color: #3c3c3c;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  margin: 0;
}



.hs-blog-post .blog-content-outer-wrapper {
  border-top: 1px solid #DFDFDF;
  background: transparent;
}
.blog-section .post-left-col {
  padding: 0 15px;
  width: 100%;
  float: left;
}
.blog-section .post-right-col {
  padding: 0 15px;
  width: 100%;
  float: left;
}
.post-right-col-inner-wrapper {
  padding: 30px 0;
  border-top: 1px solid #DFDFDF;
  position: relative;
  padding-bottom: 145px;
}
.hs-blog-post .content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.post-body img[style*="float"] {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}
.post-right-col-inner-wrapper > .e-back {
  font-family: "myriad-pro-semiextended",sans-serif;
  font-size: 1.6rem;
  line-height: 24px;
  margin-top: 30px;
}
.post-right-col-inner-wrapper > .e-back .e-icon {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  height: 11px;
  fill: #0082b7;
}
.post-right-col-inner-wrapper .m-socialshare {
  border-top: 1px solid #DFDFDF;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background: #fff;
}
.m-socialshare .wrapper {
  display: block;
  padding: 15px 0;
}
.post-right-col-inner-wrapper .m-socialshare p {
  color: #3c3c3c;
  margin-top: 5px;
  font-family: "myriad-pro-semiextended",sans-serif;
}
.m-socialshare ul {
  margin: 15px 0 0;
  list-style: none;
  padding: 0;
}
.m-socialshare ul li {
  margin: 0 15px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.m-socialshare ul li:last-child {
  margin-right: 0;
}
.m-socialshare ul li a {
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  border: 0;
  z-index: 10;
  color: #0082b7;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  line-height: 0;
  line-height: 0;
}
.m-socialshare ul li a:before {
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 23px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  -ms-border-radius: 23px;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: '';
  position: absolute;
  left: 50%;
  top: 45%;
  margin-top: -22.5px;
  margin-left: -22.5px;
  display: block;
  width: 45px;
  height: 45px;
  background: #0082b7;
  z-index: -1;
}
.m-socialshare ul li a:hover:before {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.m-socialshare ul li a:hover {
  color: #fff;
}
.post-left-col .l-sidebar.section-visible {
  padding: 30px 0;
}
.post-left-col .l-sidebar h3 {
  font-size: 2.4rem;
  line-height: 32px;
  color: #3c3c3c;
  font-family: "myriad-pro-semiextended",sans-serif;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}
.post-left-col .l-sidebar .btn.btn-orange {
  color: #ff9300;
  border-color: #ff9300;
  margin-right: 15px;
  width: 100%;
}
.post-left-col .l-sidebar .btn.btn-orange:hover, .post-left-col .l-sidebar .btn.btn-orange:focus {
  color: #fff;
  background: #ff9300;
}
.comment-date {
  display: block;
  text-align: left;
}
.hs-blog-post .post-footer {
  margin-bottom: 30px;
  padding: 0 15px;
}
.replying {
  padding-left: 0;
  padding-bottom: 2em;
}

.related-post-wrapper {
  padding: 45px 0 60px;
  background: #F3F3F2;
}
.related-title h2 {
  color: #3c3c3c;
  margin-bottom: 25px;
}
.related-posts {
  margin-top: 15px;
}
.hs-blog-post .post-item .e-text {
  min-height: 128px;
}
.hs-blog-post .post-item .e-resourcetype {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  color: #0082b7;
}
.hs-blog-post .post-item .e-resourcetype span {
  display: inline-block;
}
.hs-blog-post .post-item h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hs-search-field--open .hs-search-field__suggestions {
  padding: 10px;
  position: absolute;
  background: #fff;
}
.post-item.no-image .e-text {
  padding-top: 25px;
}

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


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

@media (max-width: 1199px) {

  .top-footer-wrapper .col {
    width: 50%;
  }
  .top-footer-wrapper .col-3, .top-footer-wrapper .col-4 {
    margin-bottom: 0;
    padding-bottom: 30px;
    border-top: 1px solid #4BA2C9;
    border-bottom: 1px solid #4BA2C9;
    padding-top: 30px;
  }
  .top-footer-wrapper {
    border-bottom: none;
  }
  .custom-footer-wrapper .e-socialfollow,
  .top-footer-wrapper .col-1>div {
    height: auto !important;
  }
  .listing-top-section .col {
    width: 33.333%;
  }
  .listing-top-section .col-1 {
    width: 100%;
    margin-bottom: 15px;
  }
  .hs-blog-listing .content-wrapper {
    padding-top: 20px;
  }
  .listing-top-pagination {
    margin-bottom: 30px;
  }
  .menu-hover .full-overlay {
    top: 200px !important;
  }


}

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

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


@media (max-width: 992px) {

  .n-topnav {
    display: none !important;
  }

}

@media (max-width: 991px) {

  .contact-section .left-col {
    width: 100%;
  }
  .contact-section .right-col {
    width: 100%;
  }
  .contact-section {
    padding: 30px 0;
  }
  .contact-section .col-row {
    top: 0;
  }
  .custom-header-wrapper.fixed-header {
    display: none !important;
  }
  .l-mobileutility {
    background: #0082b7;
    z-index: 9999;
    position: relative;
  }
  .l-mobileutility>div {
    float: left;
    width: 50%;
    padding: 10px 0 !important;
    font-size: 13px;
    text-align: center;
  }
  .e-countrytoggle.mobile {
    color: #fff;
    padding: 10px 15px;
    margin-top: 0 !important;
    background-color: #0082b7;
  }
  .l-mobileutility>div:only-child {
    text-align: left;
    width: 100%;
    padding: 10px 15px !important;
  }
  .lang-open .l-mobileutility>div, .l-mobileutility>div:hover {
    background: #165578;
  }
  .lang-open .e-countrytoggle .e-icon {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .m-countrydropdown select {
    font: inherit;
    margin: 0;
    text-transform: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    padding: 10px;
    outline: none;
    border-color: #DFDFDF;
    width: 100%;
    border-radius: 4px;
    color: #7d7d7d;
    background: #fff;
    margin-top: 5px;
    float: left;
  }
  optgroup {
    font-weight: bold;
  }
  .page-center.h-mainheader {
    max-width: 100% !important;
    padding: 0 !important;
  }
  .mobile-trigger-wrapper {
    float: right !important;
    width: 380px !important;
    text-align: right;
    margin-left: 0 !important;
  }
  .custom-header-wrapper .h-mainheader .e-mobile .btn {
    margin-top: 8px;
    margin-right: 20px;
    display: inline-block !important;
  }
  .custom-header-wrapper .h-mainheader .e-mobile>div {
    font-size: 20px;
    font-size: 2rem;
    line-height: 70px;
    float: left;  
    width: 50%;
    height: 70px;
    border-left: 1px solid #c2c2c2;
    text-align: center;
    color: #0082b7;
  }
  .custom-header-wrapper .h-mainheader .e-mobile>div.e-searchtoggle {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
  }
  .custom-header-wrapper .h-mainheader .e-mobile>div.e-mobmenu {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    position: relative;
    cursor: pointer;
  }
  .custom-header-wrapper .h-mainheader .e-mobile>div.e-searchtoggle svg {
    width: 22px;
    height: 22px;
    fill: #0082b7;
    margin-top: 25px;
  }
  .custom-header-wrapper .h-mainheader .e-mobile>div.e-mobmenu .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 24px;
    height: 19px;
    position: absolute;
  }
  .custom-header-wrapper .h-mainheader .e-mobile>div.e-mobmenu span {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    width: 100%;
    height: 3px;
    left: 0;
    background: #0082b7;
    position: absolute;
  }
  .custom-header-wrapper .h-mainheader .e-mobile>div.e-mobmenu span:nth-child(1) {
    top: 0;
  }
  .custom-header-wrapper .h-mainheader .e-mobile>div.e-mobmenu span:nth-child(2), .custom-header-wrapper .h-mainheader .e-mobile>div.e-mobmenu span:nth-child(3) {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .custom-header-wrapper .h-mainheader .e-mobile>div.e-mobmenu span:nth-child(4) {
    bottom: 0;
  }

  .mobile-open .custom-header-wrapper .h-mainheader .e-mobile>div.e-mobmenu {
    background: #0e567b;
  }
  .mobile-open .custom-header-wrapper .h-mainheader .e-mobile>div.e-mobmenu span {
    background: #fff;
  }
  .mobile-open .custom-header-wrapper .h-mainheader .e-mobile>div.e-mobmenu span:nth-child(1) {
    opacity: 0;
  }
  .mobile-open .custom-header-wrapper .h-mainheader .e-mobile>div.e-mobmenu span:nth-child(2) {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mobile-open .custom-header-wrapper .h-mainheader .e-mobile>div.e-mobmenu span:nth-child(3) {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .mobile-open .custom-header-wrapper .h-mainheader .e-mobile>div.e-mobmenu span:nth-child(4) {
    opacity: 0;
  }
  .custom-logo {
    margin-left: 15px !important;
  }
  .mobile-trigger-wrapper .e-mobile .btn:hover {
    outline: none;
    color: #fff;
    background: #0082b7;
  }
  .search-open .h-mainheader .e-mobile>div.e-searchtoggle {
    background: #ff9300;
    color: #fff;
  }
  .search-open .h-mainheader .e-mobile>div.e-searchtoggle svg {
    fill: #fff;
  }
  .banner-area .e-image {
    background: #000;
  }
  .banner-area .page-center:before,
  .banner-area .page-center:after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    opacity: 0;
    content: "";
    display: block;
    position: absolute;
    border: 390px solid #000;
    border-top: none;
    width: 3000px;
    height: 3000px;
    transform: scale(0.5);
    bottom: -1000px;
    left: -900px;
    z-index: 5;
  }
 
  .banner-area .page-center:before {
    -webkit-animation: overlay-load2 1.5s 1 forwards;
    -moz-animation: overlay-load2 1.5s 1 forwards;
    -o-animation: overlay-load2 1.5s 1 forwards;
    animation: overlay-load2 1.5s 1 forwards;
  }
  .banner-area.orange .page-center:before {
    border-color: #ff9300;
  }
  .banner-area.orange .page-center:after {
    border-color: #e68400;
  }
    .banner-area.grey .page-center:before {
        border-color: #F3F3F2;
  }
  .banner-area.grey .page-center:after {
    border-color: #e7e7e5;
  }
    .banner-area.green .page-center:before {
        border-color: #aab517;
  }
  .banner-area.green .page-center:after {
    border-color: #959e14;
  }
    .banner-area.magenta .page-center:before {
        border-color: #e20072;
  }
  .banner-area.magenta .page-center:after {
        border-color: #c90065;
  }
    .banner-area.blue .page-center:before {
    border-color: #0082b7;
  }
  .banner-area.blue .page-center:after {
    border-color: #00709e;
  }
  .banner-area .page-center:after {
    left: -960px;
    -webkit-animation: overlay-load 1.5s 1 forwards;
    -moz-animation: overlay-load 1.5s 1 forwards;
    -o-animation: overlay-load 1.5s 1 forwards;
    animation: overlay-load 1.5s 1 forwards;
  }
  .banner-content {
    position: relative;
    z-index: 9;
  }
  .banner-area .e-image {
    height: 49.6vw;
  }
  .banner-area .lazyloaded {
    height: 100%;
    object-fit: cover;
  }
  .hs-blog-post .banner-area .lazyloaded {
    width: 100%;
  }
  .full-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    visibility: visible;
    transition: all 0.5s ease;
    z-index: 99;
    pointer-events: none;
  }
  .lang-open .full-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;    
  }
  .custom-header-wrapper.lp-header {
    min-height: 70px !important;
  }
  .post-left-col .l-sidebar.section-visible .e-image {
    float: left;
    width: 40%;
  }
  .post-left-col .l-sidebar.section-visible .e-content {
    float: left;
    width: 60%;
  }
  .post-left-col .l-sidebar.section-visible:before,
  .post-left-col .l-sidebar.section-visible:after {
    content: '';
    display: table;
  }
  .post-left-col .l-sidebar.section-visible:after {
    clear: both;
  }
  
  
}

@media (max-width: 991px) and (min-width: 768px) {

  .custom-header-wrapper .h-mainheader .e-mobile>div {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
  }
  .custom-header-wrapper .h-mainheader .e-mobile>div {
    width: 70px;
  }
  .banner-area .page-center:before,
  .banner-area .page-center:after {
    transform: scale(0.6);
    bottom: -800px;
  }
  
}

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

@media (max-width: 767px) {

  .bottom-footer-wrapper .left-col {
    width: 100%;
    margin: 0;
    text-align: center;
    padding-top: 0;
  }
  .bottom-footer-wrapper .right-col {
    width: 100%;
    text-align: center;
  }
  .bottom-footer-wrapper .right-col ul li {
    width: auto;
  }
  .top-footer-wrapper {
    padding: 0 0 20px;
    border-bottom: 1px solid #4BA2C9;
  }
  .top-footer-wrapper .col {
    width: 100%;
    text-align: center;
  }
  .top-footer-wrapper .col-3, .top-footer-wrapper .col-4 {
    padding-bottom: 0;
    border: none;
    padding-top: 20px;
  }
  .top-footer-wrapper .col-1>div {
    margin: 0 auto;
  }
  .custom-logo {
    float: left !important;
  }
  .mobile-trigger-wrapper .e-mobile a.btn.visible-sm {
    display: none !important;
  }
  .mobile-trigger-wrapper {
    width: 140px !important;
  }

  .custom-header-wrapper .e-mobilecta {
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #c2c2c2;
  }
  .custom-header-wrapper .e-mobilecta .page-center {
    max-width: 100% !important;
  }
  .custom-header-wrapper .e-mobilecta .btn {
    width: 100%;
    margin: 0;
  }
  .banner-area .e-image {
    height: 51vw;
  }
  .custom-menu-primary.mobile-menu {
    width: 100% !important;
  }
  .listing-top-section .col {
    width: 100%;
  }
  .listing-top-section .col:not(:last-child) {
    margin-bottom: 15px;
  }
  .blog-pagination a.p-count,
  .blog-pagination a.prev-link,
  .blog-pagination a.next-link,
  .m-breadcrumb {
    display: none !important;
  }
  
  
  
  
}  


@media (max-width: 599px) {

  .post-left-col .l-sidebar.section-visible .e-image,
  .post-left-col .l-sidebar.section-visible .e-content {
    float: none;
    width: 100%;
  }
  
  
}

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

@media (max-width: 479px) {

  .banner-area .e-image {
    height: 350px;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: hidden;
    overflow-x: auto;
  }
  
}


@media (min-width: 500px) {

  .m-socialshare .wrapper .e-text {
    float: left;
    display: inline-block;
    padding-top: 10px;
  }
  .m-socialshare .wrapper .e-icons {
    float: right;
    display: inline-block;
    font-size: 0;
  }
  .m-socialshare ul li {
    margin: 0 20px 0 0;
  }

 
  
}


@media (min-width: 768px) {

  .container-fluid .row-fluid .page-center {
    max-width: 750px;
  }
  .custom-footer-wrapper {
    text-align: left;
    padding: 40px 0 30px;
  }
  .custom-footer-wrapper .e-socialfollow {
    padding-top: 0;
    padding-bottom: 15px;
    border-top: 0;
    border-bottom: 0;
  }
  .custom-footer-wrapper .col address {
    padding-left: 25px;
  }
  .contact-section .left-col h2 {
    font-size: 2.4rem;
    line-height: 32px;
  }
  .banner-content h1 {
    font-size: 3.2rem;
    line-height: 40px;
  }
  .banner-area .page-center {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .custom-header-wrapper .e-mobilecta.visible-xs {
    display: none !important;
  }
  .hs-blog-listing .banner-area .page-center {
    left: 15px;
  }
  .post-listing .post-item {
    width: 50%;
  }
  .related-posts {
    margin-top: 0;
    padding-top: 20px;
    border-top: 1px solid #DFDFDF;
  }


}






@media (min-width: 992px) {

  .container-fluid .row-fluid .page-center {
    max-width: 970px;
  }
  p {
    font-size: 2rem;
    line-height: 28px;
  }
  h1 {
    font-size: 5rem;
    line-height: 58px;
  }
  h2 {
    font-size: 4rem;
    line-height: 48px;
  }
  .contact-section .left-col h2 {
    font-size: 2.6rem;
    line-height: 32px;
  }
  .contact-section .right-col a {
    font-size: 1.8rem;
    line-height: 24px;
    float: right;
    margin: 0;
  }
  .m-countrydropdown {
    top: 55px;
    padding: 0;
  }
  .m-countrydropdown .e-selector {
    padding: 75px 60px;
    overflow: hidden;
  }
  .m-countrydropdown .e-selector h1.e-title,
  .m-countrydropdown .e-selector h2.e-title,
  .m-countrydropdown .e-selector h3.e-title, 
  .m-countrydropdown .e-selector select,
  .m-countrydropdown .e-selector .btn, 
  .m-countrydropdown .e-selector p {
    display: none;
  }
  .m-countrydropdown .btn {
    margin-bottom: 20px;
  }
  .m-countrydropdown .e-selector .viewglobal {
    display: block;
    max-width: 300px;
    margin-top: -55px;
  }
  .btn {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
  }
  .m-countrydropdown .e-countrycolumn {
    width: 25%;
    float: left;
    display: block;
  }
  .m-countrydropdown .e-countrycolumn.double {
    width: 50%;
  }
  .m-countrydropdown .close {
    bottom: auto;
    top: 50px;
    right: 40px;
    left: auto;
  }
  .m-countrydropdown .close .inner {
    background: transparent;
  }
  .m-countrydropdown .e-countrycolumn .e-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px;
    font-weight: 300;
    margin-bottom: 15px;
    font-family: "myriad-pro-semiextended",sans-serif;
  }
  .m-countrydropdown .e-countrycolumn li {
    margin: 0 0 10px;
  }
  .m-countrydropdown .e-countrycolumn .e-flag {
    margin-right: 8px;
  }
  .m-countrydropdown .e-countrycolumn li a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    color: #fff;
    cursor: pointer;
    font-family: "myriad-pro-semiextended",sans-serif;
  }
  .m-countrydropdown .e-countrycolumn li a:hover, .m-countrydropdown .e-countrycolumn li a:focus {
    border-color: #fff;
  }
  .custom-header-wrapper {
    position: absolute;
    z-index: 1005;
    top: 0;
    left: 0;
    width: 100%;
  }
  .h-search {
    position: absolute;
    width: 100%;
    height: 148px;
    z-index: 1020;
    top: 0;
  }
  .h-search form {
    padding: 46px 50px 46px 0;
  }
  .h-search form input {
    padding: 15px;
  }
  .n-topnav {
    padding-top: 20px;
  }
  .n-topnav ul {
    margin: 0;
    float: right;
  }
  .n-topnav ul li, .n-mainnav ul li {
    color: #fff;
    margin-left: 20px;
    display: inline-block;
  }
  .n-topnav ul li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    float: left;
    font-weight: 500;
    margin-left: 30px;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.1);
  }
  .n-topnav ul li.e-sociallinks, .n-topnav ul li.e-countrytoggle {
    margin-left: 20px;
  }
  .n-topnav ul li a, .n-mainnav ul li a {
    color: #fff;
  }
  .n-topnav ul li a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    position: relative;
  }
  .n-topnav ul li.e-countrytoggle .e-icon.e-globe {
    margin-right: 4px;
  }
  .banner-area {
    height: 445px;
  }
  .banner-content h1 {
    font-size: 5rem;
    line-height: 58px;
    margin-left: 0;
  }
  .banner-area .page-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 90;
    background: none;
    margin-top: 100px !important;
  }
  .banner-content {
    position: relative;
    z-index: 10;
  }
  .banner-inner:before {
    opacity: 0.5;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    background: #000;
    z-index: 10;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="#a6000000",
      endColorstr="#00000000",
      GradientType=0
    );
  }
  .banner-area:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    opacity: 0;
    content: "";
    display: block;
    position: absolute;
    width: 4000px;
    height: 4000px;
    border: 390px solid #000;
    left: 50px;
    bottom: -1100px;
    z-index: 25;
    -webkit-animation: overlay-load2 1.5s 1 forwards;
    -moz-animation: overlay-load2 1.5s 1 forwards;
    -o-animation: overlay-load2 1.5s 1 forwards;
    animation: overlay-load2 1.5s 1 forwards;
  }
  .banner-area:after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    opacity: 0;
    content: "";
    display: block;
    position: absolute;
    width: 3700px;
    height: 3700px;
    border: 690px solid #000;
    left: -290px;
    bottom: -900px;
    z-index: 20;
    -webkit-animation: overlay-load2 1.5s 1 forwards;
    -moz-animation: overlay-load2 1.5s 1 forwards;
    -o-animation: overlay-load2 1.5s 1 forwards;
    animation: overlay-load2 1.5s 1 forwards;
  }
  .banner-area.orange:before {
    border-color: #ff9300;
  }
  .banner-area.orange:after {
    border-color: #e68400;
  }
    .banner-area.grey:before {
        border-color: #F3F3F2;
  }
  .banner-area.grey:after {
    border-color: #e7e7e5;
  }
    .banner-area.green:before {
        border-color: #aab517;
  }
  .banner-area.green:after {
    border-color: #959e14;
  }
    .banner-area.magenta:before {
        border-color: #e20072;
  }
  .banner-area.magenta:after {
        border-color: #c90065;
  }
    .banner-area.blue:before {
    border-color: #0082b7;
  }
  .banner-area.blue:after {
    border-color: #00709e;
  }
  .banner-area .e-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: #000;
  }
  .banner-area .e-image:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    opacity: 0;
    content: "";
    display: block;
    position: absolute;
    -webkit-animation: overlay-load 1.5s 1 forwards;
    -moz-animation: overlay-load 1.5s 1 forwards;
    -o-animation: overlay-load 1.5s 1 forwards;
    animation: overlay-load 1.5s 1 forwards;
  }
  .banner-area .e-image:after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    opacity: 0;
    content: "";
    display: block;
    position: absolute;
    width: 4000px;
    height: 4000px;
    left: -80px;
    bottom: -500px;
    z-index: 22;
    -webkit-animation: overlay-load3 1.5s 1 forwards;
    -moz-animation: overlay-load3 1.5s 1 forwards;
    -o-animation: overlay-load3 1.5s 1 forwards;
    animation: overlay-load3 1.5s 1 forwards;
  }
  .banner-area.orange .e-image:before {
    border-color: #ff9300;
  }
  .banner-area.orange .e-image:after {
    border: 200px solid #b36700;
  }
  .banner-area.grey .e-image:before {
    border-color: #F3F3F2;
  }
  .banner-area.grey .e-image:after {
    border: 200px solid #cececa;
  }
  .banner-area.green .e-image:before {
    border-color: #aab517;
  }
  .banner-area.green .e-image:after {
    border: 200px solid #6a710e;
  }
  .banner-area.magenta .e-image:before {
    border-color: #e20072;
  }
  .banner-area.magenta .e-image:after {
    border: 200px solid #96004b;
  }
  .banner-area.blue .e-image:before {
    border-color: #0082b7;
  }
  .banner-area.blue .e-image:after {
    border: 200px solid #004c6b;
  }
  .banner-area .lazyloaded {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .n-topnav ul li.e-social {
    margin-left: 15px;
  }
  .n-topnav ul li.e-social a {
    border: 0;
    z-index: 10;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    line-height: 0;
  }
  .n-topnav ul li.e-social a:before {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 23px;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    -ms-border-radius: 23px;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -17.5px;
    margin-left: -17.5px;
    display: block;
    width: 35px;
    height: 35px;
    background: #fff;
    z-index: -1;
  }
  .n-topnav ul li a i {
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
  }
  .n-topnav ul li.e-social a:hover {
    color: #7d7d7d;
  }
  .n-topnav ul li.e-social a:hover:before {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .n-topnav ul li a:hover, .n-topnav ul li a:focus, .n-mainnav ul li a:hover, .n-mainnav ul li a:focus {
    border-color: #fff;
  }
  .custom-logo .h-logo svg {
    width: 140px;
    height: 50px;
    fill: #fff;
    margin-top: 0;
  }
  .custom-logo {
    float: left;  
    margin-left: 0;
    max-width: 140px;
    border-bottom: none !important;
  }
  .custom-header-wrapper .custom-menu-primary {
    top: auto;
    width: auto;
    display: block !important;
    margin-left: 0;
    float: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    text-shadow: 2px 2px 1px rgba(0,0,0,0.1);
    color: #fff;
    margin-left: 20px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    padding: 20px 0 35px;
    vertical-align: middle;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: 0;
    padding: 20px 5px 35px 5px;
    background: none;
    position: static !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    padding: 0px 0 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #fff;
    font-size: 1.6rem;
    line-height: 20px;
    font-weight: 500;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover,
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:focus {
    border-color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    border: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    margin-left: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a:after {
    content: "\f106";
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover {
    background: #0e567b;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    -webkit-box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
    margin-top: 0;
    padding: 8px 16px;
    font-size: 1.6rem;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.Search>a {
    position: relative;    
    border: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.Search>a:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -ms-border-radius: 25px;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    position: absolute;
    width: 40px;
    height: 40px;
    content: " ";
    background: #fff;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    z-index: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.Search>a:hover:before {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.Search>a > svg {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 15px;
    height: 15px;
    fill: #fff;
    z-index: 5;
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.Search>a:hover > svg {
    fill: #7d7d7d;
  }
  .custom-menu-primary .hs-menu-wrapper>ul .megamenu-wrapper {
    position: absolute;
    left: 0;
    top: 98%;
    background: #0e567b;
    width: 100%;
    color: #fff;
    transform-origin: top;
    transform: scaleY(0);
    transition: all 0.3s ease;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li:hover > .megamenu-wrapper {
    transform: scaleY(1);
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    padding: 20px 0;
    background: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    margin-top: 0;
    margin-bottom: 0;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.1);
    padding: 10px 40px 10px 0;
    display: inline-block;
    vertical-align: middle;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    color: #fff;
    font-weight: 600;
    text-shadow: none;
    display: inline-block !important;
    white-space: normal !important;
    font-family: "proxima-nova",sans-serif;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
    border-color: #fff;
  }

  .custom-header-wrapper.fixed-header {
    position: fixed;
    width: 100% !important;
    top: 0;
    left: 0;
    background: #0082b7 url('//1576919.fs1.hubspotusercontent-na1.net/hubfs/1576919/Insights_July2019%20Theme/Images/1920x1024-blue.jpg') no-repeat left bottom;
    padding-top: 15px;
    border-bottom: #004c6b;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
    transform: translateY(-150%);
    transition: all 0.5s ease;
    z-index: 9999;
  }
  .scroll-header .custom-header-wrapper.fixed-header {
    transform: translateY(0);
  }
  .custom-header-wrapper.fixed-header .n-topnav {
    display: none !important;
  }
  .fixed-header .h-search form {
    padding: 26px 50px 26px 0;
  }
  .fixed-header .h-search {
    height: 107px;
  }
  .custom-header-wrapper.fixed-header .h-mainheader:after {
    content: none;
  }
  .l-mobileutility.hidden-md.hidden-lg {
    display: none !important;
  }
  .full-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    visibility: visible;
    transition: all 0.5s ease;
    z-index: 1000;    
    pointer-events: none;
  }
  .search-open .full-overlay,
  .lang-open .full-overlay,
  .menu-hover .full-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .menu-hover .full-overlay {
    top: 147px;
    transition: none;
  }
  .lang-open .full-overlay {
    background: rgba(0,0,0,0.7);
  }
  .lang-open .e-countrytoggle .e-icon {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .hs-blog-listing .banner-area .page-center {
    margin-top: 250px !important;
    margin-bottom: 70px !important;
  }
  .listing-top-section .col-1 h2 {
    font-size: 2.8rem;
    line-height: 36px;
  }
  .post-listing .post-item {
    width: 33.33333%;
  }
  .post-item h2 {
    font-size: 2.6rem;
    line-height: 34px;
  }
  .blog-pagination a.p-count {
    font-size: 1.6rem;
    line-height: 10px;
  }
  .m-breadcrumb ul {
    padding: 15px 0;
  }
  .blog-section .post-left-col {
    width: 33.33333%;
  }
  .blog-section .post-right-col {
    width: 66.66667%;
  }
  .post-right-col-inner-wrapper {
    border-top: 0;
    padding-left: 35px;
    border-left: 1px solid #DFDFDF;
  }
  .post-right-col-inner-wrapper .m-socialshare {
    padding-left: 35px;
  }
  .m-socialshare .wrapper {
    padding: 20px 0;
  }
  .m-socialshare .wrapper .e-text {
    padding: 10px 0;
  }
  .post-right-col-inner-wrapper .m-socialshare .wrapper .e-text {
    padding: 6px 0 0;
  }
  .post-right-col-inner-wrapper .m-socialshare p {
    margin-top: 10px;
  }

  .post-left-col .l-sidebar.section-visible {
    padding-top: 40px;
  }
  .post-left-col .l-sidebar.section-visible h3 {
    font-size: 2.6rem;
    line-height: 34px;
  }
  .post-left-col .l-sidebar .btn.btn-orange {
    font-size: 1.5rem;
    line-height: 24px;
  }
  .related-posts {
    padding-top: 30px;
  }


}





@media (min-width: 1200px) {

  .container-fluid .row-fluid .page-center {
    max-width: 1200px;
  }
  .custom-footer-wrapper {
    padding: 60px 0 30px;
  }
  .custom-footer-wrapper .e-socialfollow a {
    margin-right: 20px;
  }
  .custom-footer-wrapper .e-socialfollow a:before {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
  }
  .custom-footer-wrapper .e-socialfollow {
    float: right;
    padding: 0 30px;
    border-left: 1px solid #4BA2C9;
    border-right: 1px solid #4BA2C9;
  }
  .contact-section .left-col h2 {
    font-size: 2.8rem;
    line-height: 36px;
  }
  .m-countrydropdown .e-countrycolumn .inner {
    margin-bottom: 35px;
  }
  .m-countrydropdown .e-countrycolumn .e-title {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 34px;
  }
  .m-countrydropdown .e-countrycolumn li a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
  }
  .banner-area {
    height: 645px;
  }
  .custom-logo .h-logo svg {
    width: 190px;
    height: 51px;
  }
  .custom-logo {
    max-width: 190px;
    margin-top: 12px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 27px 0 40px 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {
    padding: 27px 10px 40px 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    padding: 15px 0 28px 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 1.8rem;
    line-height: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    font-size: 1.8rem;
    line-height: 26px;
    padding: 8px 16px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    padding: 5px 50px 5px 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    font-size: 1.8rem;
    line-height: 24px;
  }
  .hs-blog-listing .banner-area .page-center {
    margin-top: 190px !important;
  }
  .listing-top-section .col-1 h2 {
    margin-top: 3px;
  }
  .post-listing .post-item {
    width: 25%;
  }
  .blog-section .post-left-col {
    width: 25%;
  }
  .blog-section .post-right-col {
    width: 75%;
  }
  .post-right-col-inner-wrapper {
    padding: 60px 0 90px 70px;
    padding-bottom: 180px;
  }
  .post-right-col-inner-wrapper .m-socialshare {
    padding-left: 70px;
  }
  .post-right-col-inner-wrapper .m-socialshare p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
  }
  .post-left-col .l-sidebar.section-visible {
    padding: 67.5px 60px 60px 0;
  }
  .post-left-col .l-sidebar .btn.btn-orange {
    margin-bottom: 10px;
  }
  .related-posts {
    padding-top: 50px;
  }

}



@media (min-width: 1400px) {

  .m-countrydropdown .e-countrycolumn {
    padding-right: 40px;
  }
  .m-countrydropdown .e-countrycolumn .e-title {
    padding-bottom: 5px;
    margin-bottom: 15px;
  }

}





@media (min-width: 1430px) {

  .container-fluid .row-fluid .page-center {
    max-width: 1380px;
  }
  .custom-footer-wrapper .e-socialfollow a {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 24px;
  }
  .custom-footer-wrapper .e-socialfollow a:before {
    width: 45px;
    height: 45px;
    margin-top: -23.5px;
    margin-left: -22.5px;
  }
  .custom-footer-wrapper .e-socialfollow {
    padding: 0 70px 0 30px;
  }
  .contact-section .col-row {
    margin-left: -26px;
    margin-right: -26px;
  }
  .contact-section .left-col {
    padding-left: 26px;
    padding-right: 26px;
  }
  .contact-section .right-col {
    padding-left: 26px;
    padding-right: 26px;
  }
  .contact-section .left-col h2 {
    font-size: 3rem;
    line-height: 38px;
  }
  .contact-section .right-col a {
    margin: 0;
  }
  .page-center > .row {
    margin-left: -26px;
    margin-right: -26px;
  }
  .page-center>.row>div {
    padding-left: 26px;
    padding-right: 26px;
  }
  .custom-logo {
    margin-top: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-left: 30px;
    padding-top: 27px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {
    padding: 27px 20px 40px 20px;
  }
  .listing-top-pagination,
  .post-listing .post-item {
    padding: 0 26px;
  }
  .pagination-wrapper {
    padding-left: 26px;
    padding-right: 26px;
  }
  .listing-top-section .col-row,
  .blog-content-outer-wrapper .page-center > .col-row,
  .related-posts .page-center > .col-row {
    margin: 0 -26px;
  }
  .post-item .post-header {
    margin-bottom: 45px;
  }
  .blog-section .post-left-col,
  .blog-section .post-right-col {
    padding: 0 26px; 
  }
  .post-right-col-inner-wrapper {
    padding: 60px 0 150px 80px;
  }
  .post-right-col-inner-wrapper .m-socialshare {
    padding-left: 80px;
  }
  .post-left-col .l-sidebar.section-visible {
    padding: 67.5px 40px 60px 0;
  }

}


@media (min-width: 1460px) {

  .m-countrydropdown .e-countrycolumn .e-title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 40px;
  }
  .m-countrydropdown .e-countrycolumn li a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
  }

}



@media (min-width: 1600px) {

  .m-countrydropdown .e-countrycolumn {
    padding-right: 60px;
  }

}



@media (min-width: 1760px) {

  .m-countrydropdown .e-countrycolumn .inner.europe ul li {
    width: 33.33%;
  }

}


@media (max-width: 1215px) and (min-width: 1200px) {

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 1.7rem;
  }
  
}


@-moz-keyframes overlay-load {
  0% {
    margin-left: 50px;
    opacity: 0
  }

  100% {
    margin-left: 0;
    opacity: 0.5
  }
}

@-o-keyframes overlay-load {
  0% {
    margin-left: 50px;
    opacity: 0
  }

  100% {
    margin-left: 0;
    opacity: 0.5
  }
}

@keyframes overlay-load {
  0% {
    margin-left: 50px;
    opacity: 0
  }

  100% {
    margin-left: 0;
    opacity: 0.5
  }
}

@-moz-keyframes overlay-load2 {
  0% {
    margin-left: -80px;
    opacity: 0
  }

  100% {
    margin-left: 0;
    opacity: 0.3
  }
}

@-o-keyframes overlay-load2 {
  0% {
    margin-left: -80px;
    opacity: 0
  }

  100% {
    margin-left: 0;
    opacity: 0.3
  }
}

@keyframes overlay-load2 {
  0% {
    margin-left: -80px;
    opacity: 0
  }

  100% {
    margin-left: 0;
    opacity: 0.3
  }
}

@-moz-keyframes overlay-load3 {
  0% {
    margin-left: -30px;
    opacity: 0
  }

  100% {
    margin-left: 0;
    opacity: 0.4
  }
}

@-o-keyframes overlay-load3 {
  0% {
    margin-left: -30px;
    opacity: 0
  }

  100% {
    margin-left: 0;
    opacity: 0.4
  }
}

@keyframes overlay-load3 {
  0% {
    margin-left: -30px;
    opacity: 0
  }

  100% {
    margin-left: 0;
    opacity: 0.4
  }
}

@-moz-keyframes blur-image {
  0% {
    filter: blur(100px)
  }

  100% {
    filter: blur(0)
  }
}

@-o-keyframes blur-image {
  0% {
    filter: blur(100px)
  }

  100% {
    filter: blur(0)
  }
}

@keyframes blur-image {
  0% {
    filter: blur(100px)
  }

  100% {
    filter: blur(0)
  }
}



@media (max-width: 415px) {

  .post-item .e-resourcetype {
    padding-right: 53px;
  }
}

@media screen and (max-width: 570px)
.banner-content {
    font-size: 1rem !important;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.hs-image-widget {
  margin-left: auto;
  margin-right: auto;
}