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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
/* @font-face {
	font-family: Gilroy-Bold;
	src: url("https://5476420.fs1.hubspotusercontent-na1.net/hubfs/5476420/Asteelflash_April2019/Fonts/Gilroy-Bold.woff") format("woff"),
		url("https://5476420.fs1.hubspotusercontent-na1.net/hubfs/5476420/Asteelflash_April2019/Fonts/Gilroy-Bold.ttf") format("truetype");
}
@font-face {
	font-family: Gilroy-Medium;
	src: url("https://5476420.fs1.hubspotusercontent-na1.net/hubfs/5476420/Asteelflash_April2019/Fonts/Gilroy-Medium.woff") format("woff"),
		url("https://5476420.fs1.hubspotusercontent-na1.net/hubfs/5476420/Asteelflash_April2019/Fonts/Gilroy-Medium.ttf") format("truetype");
}
@font-face {
	font-family: Gilroy-Regular;
	src: url("https://5476420.fs1.hubspotusercontent-na1.net/hubfs/5476420/Asteelflash_April2019/Fonts/Gilroy-Regular.woff") format("woff"),
		url("https://5476420.fs1.hubspotusercontent-na1.net/hubfs/5476420/Asteelflash_April2019/Fonts/Gilroy-Regular.ttf") format("truetype");
} */
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap');

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

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

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

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

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed)*/
@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.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

html, body {
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 1.15;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
} 

body {
	background: #fefefe;
	font-family: Arimo, sans-serif;
	font-size: 1.6rem;
	color: #232526;
	font-weight: 400;
	line-height: 1.5;
	overflow-x: hidden;
}

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

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


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

/* Basic text */
p {
	line-height: 1.6;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: Arimo;
	line-height: 1em;
    font-weight:700;
	word-wrap: break-word;
	word-break: break-word;
	margin:0 0 20px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
	font-size: 3.6rem;
}
h2 {
	font-size: 3rem;
}
h3 {
	font-size: 2.4rem;
	line-height: 40px;
}
h4 {
	font-size: 2rem;
}
h5 {
	font-size: 1.6rem;
}
h6 {
	font-size: 1.2rem;
}

/* Anchor Links */
a {
	color: #232526;
	text-decoration: none;
	cursor: pointer;
}
a:hover, a:focus {
	color: #1468a0;
}

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

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

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


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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.header-container {
	min-height:125px !important;
}
.span12.header-main-group {
	min-height: auto;
	position: fixed;
	z-index: 150;
	top:0;
	right:0;
	left:0;
}
.span12.header-area {
	position: relative;
	z-index: 100;
	width: 100%;
	transform: translateY(0);
	transition: all 1.5s cubic-bezier(.19,1,.22,1);
}
.span12.h-social-search-area {
	display: none;
	padding: 7px 15px;
	position: relative;
	z-index: 2;
	background-color: #262829;
	width: 100%;
	min-height: 3rem;
}
.h-social-search-wrapper .social-search-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.h-social-search-wrapper .social-search-wrapper ul{
	font-size: 0;
	margin-right: 1px;
}
.h-social-search-wrapper .social-search-wrapper ul > li {
	font-size: 1.6rem;
}
.h-social-search-wrapper .social-search-wrapper ul > li > a {
	font-size: inherit;
}
.social-search-wrapper ul > li > a:hover {
	opacity: 1;
	color: #fff;
}
.h-social-search-wrapper .social-search-wrapper ul > li > a i {
	font-size: 1.2em;
}
.h-social-search-wrapper .social-search-wrapper ul > li.search-icon > a i {
	font-size: 1.6rem;
}
.h-social-search-wrapper .social-search-wrapper ul > li.language-area > a {
	font-size: 1.2rem;
}
.h-social-search-wrapper .language-area:hover ul.language-sub-menu {
	padding: 5px 0;
}
.h-social-search-wrapper .language-area ul.language-sub-menu {
	top: 21px;
}
.h-social-search-wrapper .language-area ul.language-sub-menu > li {
	display: block;
	line-height: 1.6;
}
.h-social-search-wrapper .language-area ul.language-sub-menu > li > a {
	display: inline;
	font-size: 1.2rem;
	font-size: 1.2rem;
}
.h-social-search-wrapper .language-area ul.language-sub-menu {
	min-width: 44px;
}
.header-bottom-area .page-center {
	padding: 20px 15px;
}
.header-bottom-area .page-center > .row-fluid-wrapper > .row-fluid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header-bottom-area .page-center > .row-fluid-wrapper > .row-fluid::before,
.header-bottom-area .page-center > .row-fluid-wrapper > .row-fluid::after {
	display: none;
}
.header-bottom-area .page-center > .row-fluid-wrapper > .row-fluid > div {
	width: auto;
	margin: 0;
	float: none;
}
.span6.header-logo-area {
	min-width: 172px;
	position: relative;
	z-index: 99999999999999999;
}
.header-logo-area div,
.header-logo-area a{
	min-width: inherit;
	display: block;
}
.header-logo-area a {
	line-height: 1em;
	font-size: 3.6rem;
	margin-bottom: .5rem;
}
.header-logo-area img {
	display: inline-block;
	min-width: inherit;
	vertical-align: top;
}
.scroll-logo {
	display:none !important;
}
.menu-icon-wrapper {
	color: #fff;
	padding-top: 6px;
}
.menu-icon-wrapper p {
	margin: 0;
	display: inline-block;
	color: #fff;
	margin-right: 1rem;
	transition: all .3s ease;
}
.menu-icon {
	padding: 3px 0;
	display: inline-block;
	width: 27px;
	height: 20px;
	cursor: pointer;
	transition-property: opacity,filter;
	transition-duration: .15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	position: relative;
	top: 4px;
}
.menu-icon-inner {
	display: block;
	margin-top: -1px;
	width: 37px;
	top: auto;
	bottom: 0;
	transition-duration: .13s;
	transition-delay: .13s;
	transition-timing-function: cubic-bezier(.55,.055,.675,.19);
}
.menu-icon-inner,
.menu-icon-inner::before,
.menu-icon-inner:after {
	height: 2px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: .15s;
	transition-timing-function: ease;
}
.menu-icon-inner::before,
.menu-icon-inner:after {
	content: "";
	display: block;
}
.menu-icon-inner::before {
	top: -9px;
	transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
	width: 32px;
}
.menu-icon-inner::after {
	width: 27px;
	top: -18px;
	transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear;
	bottom: -9px;
}
body.mobile-open {
	overflow: hidden;
}
.span12.main-menu-area {
	position: absolute;
	z-index: 90;
	left: 0;
	top: 0;
	width: 100vw;
	height: auto;
	background: #fff;
	transform: translateY(-100%);
	transition: all 1s cubic-bezier(.075,.82,.165,1);
	visibility: hidden;
	opacity: 0;
}
.mobile-open .span12.main-menu-area {
	transform: translateY(0);
	top: 83px;
	padding-bottom: 75px;
	visibility: visible;
	opacity: 1;
}
.span12.bottom-menu-area {
	position: absolute;
	bottom: 0;
	width: 100vw;
	text-align: right;
	z-index: 151;
}
.bottom-menu-area .hs_cos_wrapper_type_rich_text::before {
	content: "";
	width: 100vw;
	height: 4px;
	bottom: 0;
	left: 0;
	position: absolute;
	background-color: #d1343e;
}
.bottom-menu-area .hs_cos_wrapper_type_rich_text::after {
	height: 8px;
	width: 175px;
	bottom: 0;
	right: 0;
	position: absolute;
	background-color: #fff;
}
.bottom-menu-area .hs_cos_wrapper_type_rich_text img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: 68px;
	position: relative;
	z-index: 1;
}
.span12.main-menu-area > .row-fluid-wrapper,
.span12.main-menu-area > .row-fluid-wrapper > .row-fluid,
.main-menu-wrapper {
	height: inherit;
}
.main-menu-wrapper {
	position: relative;
}
.main-menu-wrapper > .row-fluid-wrapper:nth-child(1) {
	height: 100%;
}
.main-menu-wrapper > .row-fluid-wrapper:nth-child(1) div {
	height: inherit;
}
.span12.top-menu-area {
	overflow-x: hidden;
	overflow-y: auto;
}
.top-menu-area > .row-fluid-wrapper > .row-fluid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.top-menu-area > .row-fluid-wrapper > .row-fluid::before,
.top-menu-area > .row-fluid-wrapper > .row-fluid::after {
	display: none;
}
.top-menu-area > .row-fluid-wrapper > .row-fluid > div {
	position: relative;
	z-index: 150;
	width: auto;
	float: none;
	margin: 0;
}

.search-area {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	pointer-events: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}
.search-area::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	opacity: 0;
	transition: opacity .5s;
}
.search-area.show-search {
	pointer-events: auto;
}
.show-search.search-area::before {
	opacity: 1;
}
.search-close-btn {
	width: 55px;
	height: 55px;
	position: absolute;
	right: 50px;
	top: 50px;
	margin: auto;
	display: block;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	line-height: 1;
	opacity: 0;
	transition: opacity .5s;
	cursor: pointer;
	outline: none;
}
.cls-1 {
	fill: #fff;
}
.cls-2 {
	fill: none;
	stroke: #fff;
	stroke-miterlimit: 10;
	stroke-width: 0.75px;
	opacity: 0.24;
}
.show-search .search-close-btn {
	opacity: 1;
}
.search-area form input[type="text"] {
	transform: scaleX(0);
	transform-origin: 0 50%;
	transition: transform .3s;
	font-family: Arimo;
    font-weight:700;
	font-size: 35px;
	line-height: 1;
	display: inline-block;
	box-sizing: border-box;
	width: 75vw;
	padding: .05em 0;
	color: #fff;
	border: none;
	border-radius: 0;
	border-bottom: 2px solid;
	height: unset;
	margin: unset;
	background-color: transparent;
	box-shadow: none;
}
.show-search.search-area form input[type="text"]:focus {
	outline: none;
	border: 0;
	border-bottom: 5px solid;
	background-color: transparent;
	box-shadow: none;
	transition: box-shadow .5s,border-color .25s ease-in-out;
}
.show-search.search-area form input[type="text"] {
	transform: scaleX(1);
	transition-duration: .5s;
}
.search-info {
	font-size: 90%;
	font-weight: 700;
	display: block;
	width: 75vw;
	margin: 0 auto;
	padding: .85em 0;
	text-align: right;
	color: #fff;
	opacity: 0;
	transform: translate3d(0,50px,0);
	transition: opacity .4s,transform .4s;
}
.show-search .search-info {
	opacity: .5;
	transform: translateZ(0);
}
.search-suggestions-area {
	display: none;
	width: 55vw;
	text-align: left;
	pointer-events: none;
}
.search-suggestion {
	padding: 0 0 0 2em;
	opacity: 0;
	transform: translate3d(0,50px,0);
	transition: opacity .4s,transform .4s;
	width: 50%;
	color: #fff;
}
.search-suggestion h3 {
	font-size: 1.35em;
	margin: 0;
	line-height: 1em;
}
.search-suggestion p {
	font-size: 1.15em;
	line-height: 1.4;
	margin: .75em 0 0;
}
.show-search .search-suggestion {
	transition-delay: .15s;
	opacity: .5;
	transform: translateZ(0);
}
.search-suggestion h3::before {
	content: "\21FE";
	display: inline-block;
	padding: 0 .5em 0 0;
}




/* ========================================================================== Header End ========================================================================== */
/* ======================== Banner Area ======================== */
.banner-area {
	min-height: 500px;
	background-position: 50%;
	background-size: cover;
	position: relative;
	z-index: 5;
	color:#fff;
	margin-top: -1px;
}
.banner-area::before,
.banner-area::after {
	min-width: 145px;
	width: 9vw;
	height: 0;
	position: absolute;
	z-index: -1;
	transition: all .3s ease-in-out;
}
.banner-area::before {
	height: 9vw;
	background-color: #0053a1;
	left: 0;
	top: 15rem;
	transform: skewX(-45deg) rotate(45deg);
	transform-origin: bottom left;
}
.banner-area::after {
	height: 25vw;
	background-color: #dd042b;
	transform: skewX(45deg) rotate(-45deg);
	top: 40rem;
	right: 0;
}
.banner-content-area {
	min-height: inherit;
	height: inherit;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
}
.banner-content-area::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(35,34,36,.4);
	z-index: -1;
}
.banner-content-entry {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 3rem;
	padding-left: 3rem;
}
.banner-content-entry h1 {
	margin-bottom: .5rem;
	font-weight:400;
}
.banner-content-entry p {
	margin: 3rem 0 1rem;
}
/* ======================== Banner Area End ======================== */

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

.body-container-wrapper {}
.body-container {}
body:not(.blog) .body-container.container-fluid .row-fluid .page-center {
	padding:70px 0 70px;
}
.blog .body-container.container-fluid .row-fluid .page-center {
	padding:0 0 70px;
}

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

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

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

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

.footer-area {
	background-color: #272727;
	position: relative;
	color: #626262;
}
.f-menu-area .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	position: static;
	opacity: 1;
	visibility: visible;
}
.footer-container.container-fluid .row-fluid .page-center {
	max-width: 100vw;
}
.copyRight-f-social-search-area .page-center > .row-fluid-wrapper > .row-fluid {
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
}
.copyRight-f-social-search-area .page-center > .row-fluid-wrapper > .row-fluid::before,
.copyRight-f-social-search-area .page-center > .row-fluid-wrapper > .row-fluid::after,
.f-menu-area .page-center > .row-fluid-wrapper > .row-fluid::before,
.f-menu-area .page-center > .row-fluid-wrapper > .row-fluid::after{
	display:none;
}
.copyRight-f-social-search-area .page-center > .row-fluid-wrapper > .row-fluid > div {
	width: auto;
	float: none;
	margin:1rem 0;
}
.copyRight-area p {
	margin: 0;
}
.copyRight-area p a {
	font-size: 1.6rem;
	color: #626262;
}
.social-search-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.social-search-wrapper ul > li {
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.social-search-wrapper ul > li > a {
	display: block;
	padding: 0 7px;
	color: #d6d6d6;
	opacity: .8;
	transition: all .3s ease;
	font-size: 2rem;
	line-height: 1;
}
.social-search-wrapper ul > li > a i{
	font-size: 3rem;
	width: auto;
	height: auto;
	margin-top: -.265em;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	margin-right: .25rem;
}
.social-search-wrapper ul > li.search-icon > a i {
	font-size: 1em;
}
.social-search-wrapper ul > li.language-area > a {
	font-size: 1.8rem;
	font-family: Arimo;
    font-weight: 500;
}
.social-search-wrapper ul > li.language-area {
	position: relative;
}
.language-area ul.language-sub-menu {
	margin: 0;
	max-height: 0;
	position: absolute;
	top: 18px;
	left: 50%;
	background-color: #fff;
	padding: 0;
	transform: translateX(-50%);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	transition: all .3s ease;
	overflow: hidden;
}
.language-area:hover ul.language-sub-menu {
	max-height: 200px;
}
.language-text{
	padding: 4px 10px;
	border-radius: 10px;
	transition: all .3s ease;
	color: #767579;
}
.language-area ul > li:hover > a > .language-text {
	background-color: #e9e9e9;
}
.f-menu-area .page-center > .row-fluid-wrapper > .row-fluid {
	display: none;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	height: 100%;
	padding: 6rem 0 0;
}
.f-menu-area .page-center > .row-fluid-wrapper > .row-fluid > div {
	width: auto;
	float: none;
	margin:0;
}
.span4.f-menu-2 {
	display:none;
	min-width:200px;
}
.f-menu-area .hs-menu-wrapper > ul a{
	color: #626262;
	transition: all .3s ease;
	display: block !important;
	line-height: 1;
	position: relative;
}
.f-menu-1 .hs-menu-wrapper > ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
}
.f-menu-1 .hs-menu-wrapper > ul::before,
.f-menu-1 .hs-menu-wrapper > ul::after{
	display:none;
}
.f-menu-1 .hs-menu-wrapper > ul > li {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-right: 1rem;
	float: none !important;
}
.f-menu-2 .hs-menu-wrapper > ul > li {
	padding-right: 1rem;
}
.f-menu-1 .hs-menu-wrapper > ul > li > a,
.f-menu-2 .hs-menu-wrapper > ul > li > a{
	font-size: 1.6rem;
	font-family: Arimo;
    font-weight:700;
	margin-bottom: 15px;
	white-space:normal !important;
}
.f-menu-1 .hs-menu-wrapper > ul ul > li > a {
	font-size: 1.4rem;
	padding: .75rem 0;
	white-space:normal !important;
}
.f-menu-1 .hs-menu-wrapper > ul ul > li > a:before {
	content: "";
	width: 6px;
	height: 10px;
	display: block;
	left: -15px;
	top: 10px;
	position: absolute;
	background-color: #0053a1;
	transform: skewX(25deg);
	opacity: 0;
	transition: opacity .3s ease;
}
.f-menu-1 .hs-menu-wrapper > ul ul > li > a:hover:before {
	opacity: 1;
}
.f-menu-1 .hs-menu-wrapper > ul li a:hover,
.f-menu-2 .hs-menu-wrapper > ul li a:hover,
.f-menu-1 .hs-menu-wrapper > ul li.active a,
.f-menu-2 .hs-menu-wrapper > ul li.active a{
	color: #0053a1;
}
.f-menu-1 .hs-menu-wrapper > ul > li > ul {
	position: relative !important;
	top: -1px;
}
.f-newsletter-area {
	position: relative;
	padding: 8.5rem 3rem;
	background-color: #313131;
	box-shadow: inset 0 25px 10px -16px rgba(0,0,0,.52);
	z-index: 10;
	text-align: center;
	color: #fff;
}
.f-newsletter-area p {
	margin: 0 0 1rem;
}
.f-newsletter-area .form-title {
	margin: 0 0 1.5rem;
	font-size: 3rem;
}
.f-newsletter-area span.hs-form-required {
	display: none;
}
.f-newsletter-area form {
	width: 100%;
	display: inline-block;
	margin-top: 3.5rem;
	position: relative;
}
.f-newsletter-area input[type="email"] {
	width: 100%;
	padding: 0 30px;
	background-color: #3c3c3c;
	min-height: 47px;
	height: 47px;
	line-height: 47px;
	border-radius: 50px;
	border: 0;
	outline: 0;
	font-size: 1.6rem;
	box-shadow: inset 0 1px 5px 2px rgba(50,50,50,.28);
	color: #fff;
	margin: 0 0 1.6rem;
}
.f-newsletter-area .hs_submit.hs-submit input {
	min-width: 175px;
	color: #0053a1;
	background-color: #fff;
	font-family: Arimo;
    font-weight:700;
	font-size: 1.7rem;
	margin: 0;
	padding: 12px 30px;
	min-height: 47px;
}
.f-newsletter-area .hs_submit.hs-submit input:hover {
	color: #fff;
	background-color: #0053a1;
	border-color: #0053a1;
}
.f-newsletter-area input[type="email"].invalid.error {
	border: 1px solid #dd042b;
}
.f-newsletter-area ul.no-list.hs-error-msgs.inputs-list {
	margin: 10px;
}
.f-newsletter-area ul.no-list.hs-error-msgs.inputs-list label {
	padding: 0;
}
.f-newsletter-form .form-title{
	display:none;
}
.f-bandeau {
	width: 240px;
	height: 35px;
	overflow: hidden;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.f-bandeau .st0-as {
	fill: #0053a1;
}
.f-bandeau .st1-as {
	fill: #dd042b;
}
.f-contact-fix-btn {
	position: fixed;
	z-index: 50;
	right: 8.33333%;
	bottom: 55px;
	color: #000;
	border: 0;
	box-shadow: 0 5px 25px 0 rgba(0,0,0,.36);
	min-width: 47px;
	max-width: 47px;
	padding: 0;
	transition: all .6s cubic-bezier(.68,-.55,.265,1.55);
	height: 47px;
	overflow: hidden;
	font-family: Arimo;
    font-weight:700;
	font-size: 1.7rem;
	background-color: #fff;
	display: inline-block;
	min-height: 47px;
	text-decoration: none;
	border-radius: 50px;
	text-align: center;
}
.f-contact-fix-btn svg {
	width: 25px;
	height: 25px;
	left: 12px;
	transform: rotate(-17deg);
	transition: fill .6s cubic-bezier(.68,-.55,.265,1.55);
	position: absolute;
	top: 12px;
}
.f-contact-fix-btn .f-contact-fix-text {
	width: 100%;
	opacity: 0;
	transition: all .5s cubic-bezier(.58,-.45,.225,1.35);
	position: absolute;
	left: 0;
	top: 11px;
}
.f-contact-fix-btn:hover {
	background-color: #dd042b;
	min-width: 175px;
	max-width: 300px;
}
.f-contact-fix-btn:hover svg {
	fill: #fff;
	left: 15px;
}
.f-contact-fix-btn:hover .f-contact-fix-text {
	color: #fff;
	opacity: 1;
}
.f-contact-fix-btn.stop {
	position: absolute;
	bottom: unset;
	top: -55px;
	min-width: 175px;
	max-width: 300px;
}
.f-contact-fix-btn.stop .f-contact-fix-text {
	opacity: 1;
}
.f-contact-fix-btn.stop svg {
	left: 15px;
}
.show-text.f-contact-fix-btn {
	min-width: 175px;
	max-width: 300px;
}
.show-text.f-contact-fix-btn svg {
	left: 15px;
}
.show-text.f-contact-fix-btn .f-contact-fix-text {
	opacity: 1;
}
.f-call-for-action-area {
	margin: 10rem 0 0;
	background-image: url('https://5476420.fs1.hubspotusercontent-na1.net/hubfs/5476420/Asteelflash_April2019/Images/pexels-photo-257643.jpeg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 550px;
	text-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	display:none;
}
.hs-blog-listing .f-call-for-action-area {
	display: -ms-flexbox;
	display: flex;
}
.f-call-for-action-area::before {
	content: "";
	width: 100%;
	height: 100%;
	opacity: .3;
	background-color: #313131;
	position: absolute;
	top: 0;
	left: 0;
}
.call-for-action-wrapper {
	position: relative;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 3rem;
	padding-left: 3rem;
	color: #fff;
}
.call-for-action-wrapper a {
	min-width: 230px;
	display: inline-block;
	padding: 12px 30px;
	min-height: 47px;
	text-decoration: none;
	border-radius: 50px;
	text-align: center;
	margin-top: 3rem;
	font-family: Arimo;
    font-weight:700;
	font-size: 1.7rem;
	background-color: #dd042b;
	color: #fff;
	border: 1px solid #dd042b;
	transition: all .3s ease;
}
.call-for-action-wrapper a:hover {
	background: #fff;
	color: #dd042b;
	border-color: #fff;
}

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


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

.h-menu-1 .hs_cos_wrapper_type_menu {
	display: block;
	height: inherit;
}
.h-menu-1 .hs-menu-wrapper > ul{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: top;
	align-content: top;
	width: inherit;
	height: inherit;
}
.h-menu-1 .hs-menu-wrapper > ul > li {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.h-menu-1 .hs-menu-wrapper > ul > li,
.h-menu-2 .hs-menu-wrapper > ul {
	transform: translateY(-50px);
	opacity: 0;
	transition:all 1s ease-in-out;
}
.mobile-open .h-menu-1 .hs-menu-wrapper > ul > li:nth-child(1) {
	transform: translateY(0);
	opacity: 1;
	transition-delay: .2s;
}
.mobile-open .h-menu-1 .hs-menu-wrapper > ul > li:nth-child(2) {
	transform: translateY(0);
	opacity: 1;
	transition-delay: .4s;
}
.mobile-open .h-menu-1 .hs-menu-wrapper > ul > li:nth-child(3) {
	transform: translateY(0);
	opacity: 1;
	transition-delay: .6s;
}
.mobile-open .h-menu-1 .hs-menu-wrapper > ul > li:nth-child(4) {
	transform: translateY(0);
	opacity: 1;
	transition-delay: .8s;
}
.mobile-open .h-menu-2 .hs-menu-wrapper > ul {
	transform: translateY(0);
	opacity: 1;
	transition-delay: 1s;
}
.h-menu-1 .hs-menu-wrapper > ul > li a {
	white-space: normal !important;
}
.h-menu-1 .hs-menu-wrapper > ul > li > a {
	font-size: 2.4rem;
	font-family: Arimo;
    font-weight:700;
	color: #0053a1;
	height: 60px;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 20px;
	line-height: 60px;
	transition: all .3s ease;
	position: relative;
}
.h-menu-1 .hs-menu-wrapper > ul > li:hover > a,
.h-menu-1 .hs-menu-wrapper > ul > li.active > a{
	color: #0053a1
}
.h-menu-1 .hs-menu-wrapper > ul > li > ul li {
	line-height: 1.6;
}
.h-menu-1 .hs-menu-wrapper > ul > li > ul li a {
	padding: 0 15px 0 40px;
	min-height: 72px;
	line-height: 72px;
	border-bottom: 1px solid #fff;
	font-size: 1.4rem;
	color: #626262;
	transition: all .3s ease;
	position: relative;
	display: block;
}
.h-menu-1 .hs-menu-wrapper > ul > li > ul li a:hover {
	color: #0053a1;
}
.h-menu-1 .hs-menu-wrapper > ul > li > ul li a::before {
	content: "";
	width: 6px;
	height: 12px;
	display: block;
	left: 25px;
	top: 29px;
	position: absolute;
	background-color: #0053a1;
	transform: skewX(25deg);
	opacity: 0;
	transition: opacity .3s ease;
}
.h-menu-1 .hs-menu-wrapper > ul > li > ul li a:hover::before {
	opacity: 1;
}
.h-menu-2 .hs-menu-wrapper > ul > li {
	padding-right: 1rem;
	line-height: 1.5;
}
.h-menu-2 .hs-menu-wrapper > ul > li > a {
	font-size: 2.4rem;
	font-family: Arimo;
    font-weight:700;
	color: #0053a1;
	height: 60px;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 20px;
	line-height: 60px;
}
.h-menu-2 .hs-menu-wrapper > ul > li.active > a,
.h-menu-2 .hs-menu-wrapper > ul > li > a:hover {
	color: #0053a1
}


@media screen and (min-width:64em) {
	/* =============== Custom Menu Primary =============== */

	/* Parent List */
	.custom-menu-primary .hs-menu-wrapper > ul{}
	.custom-menu-primary .hs-menu-wrapper > ul > li{}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

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

	.span12.main-menu-area {
		height: 100vh;
	}
	.mobile-open .span12.main-menu-area {
		top: 0;
		padding-bottom: 0;
	}
	.bottom-menu-area .hs_cos_wrapper_type_rich_text::before {
		height: 8px;
	}
	.bottom-menu-area .hs_cos_wrapper_type_rich_text::after {
		content: "";
	}
	.top-menu-area .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;
	}
	.span8.h-menu-1 {
		width: 800px !important;
		height: 75vh !important;
	}
	.span4.h-menu-2 {
		height: 75vh !important;
		width: 200px !important;
	}
	.h-menu-1 .hs-menu-wrapper > ul > li {
		padding-right: 1rem;
		width: 200px;
		overflow: visible;
	}
	.h-menu-1 .hs-menu-wrapper > ul > li > a {
		font-size: 2rem;
		margin-bottom: 15px;
		color: #626262;
		height: auto;
		padding: inherit;
		border: 0;
	}
	.h-menu-1 .hs-menu-wrapper > ul > li > ul li a {
		padding: 8px 0;
		min-height: inherit;
		border: 0;
		line-height: inherit;
	}
	.h-menu-1 .hs-menu-wrapper > ul > li > ul li a::before {
		left: -15px;
		top: 15px;
	}
	.h-menu-2 .hs-menu-wrapper > ul > li > a {
		font-size: 2rem;
		color: #626262;
		height: auto;
		padding: inherit;
		border: 0;
		transition: all .3s ease;
	}

}


/* 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:64em) {
	.custom-menu-primary .hs-menu-wrapper,
	.custom-menu-primary .hs-menu-wrapper > ul ul { 
		display:block !important;
	}
	.mobile{
		display:none !important;
	}
}




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

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

@media (max-width: 63.9375em){

	.desktop{
		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;
		background-image: none;
		background-color: transparent;
		-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%;
		font-weight: normal;
		text-decoration: none;
		text-indent: 0px;
		text-align: left;
	}

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

	.child-trigger{
		display: block !important;
		cursor: pointer;
		position: absolute;
		z-index: 3;
		top: 0px;
		right: 15px;
		width: 58px;
		height: 59px;
		background: url('https://5476420.fs1.hubspotusercontent-na1.net/hubfs/5476420/Asteelflash_April2019/Images/Fichier%201.svg') no-repeat;
		background-position: 50%;
		background-size: 27px;
		transform: rotate(0deg);
		transition: all 1s ease;
	}
	.child-trigger.child-open {
		transform: rotate(180deg);
	}

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

	.custom-menu-primary.js-enabled{
		position: relative;
	}

	/* Hide menu on mobile */
	.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{
		width: 100%; /* Full screen width */
	}

	.h-menu-1 .hs-menu-wrapper > ul > li:first-child > a {
		border-top: 1px solid #e6e6e6;
	}
	/* Level 1 Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul > li{
		transition: all 1s cubic-bezier(.075,.82,.165,1);
		transform: translateY(-15px);
		opacity: 0;
		position: relative;
	}
	.mobile-open .custom-menu-primary .hs-menu-wrapper > ul > li{
		transform: translateY(0);
		opacity: 1;
	}
	.mobile-open .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1){
		transition-delay: 0.1s;
	}
	.mobile-open .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2){
		transition-delay: 0.2s;
	}
	.mobile-open .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3){
		transition-delay: 0.3s;
	}
	.mobile-open .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4){
		transition-delay: 0.4s;
	}
	.mobile-open .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5){
		transition-delay: 0.5s;
	}
	.mobile-open .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6){
		transition-delay: 0.6s;
	}
	.mobile-open .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7){
		transition-delay: 0.7s;
	}
	.mobile-open .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(8){
		transition-delay: 0.8s;
	}
	.mobile-open .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(9){
		transition-delay: 0.9s;
	}
	.mobile-open .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(10){
		transition-delay: 1s;
	}

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

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

	}

	/* Level 2 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul ul {
		background-color: #f6f6f6;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li{
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li a{
		border-bottom: 1px solid #fff;
	}

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

	.main-menu-wrapper {
		height: auto;
		position: relative;
	}
	.span12.main-menu-area {
		z-index: 100;
	}
	.mobile-open .span12.main-menu-area {
		transform: translateY(0);
		top: 73px;
		padding-bottom:0;
		visibility: visible;
		opacity: 1;
	}
	.mobile-menu-area {
		padding:10px 0 75px;
	}
	.mobile-open .span12.header-area {
		background: #fff;
	}
	.mobile-open .h-logo-wrapper {
		display:none;
	}
	.mobile-language-area {
		position: fixed;
		z-index: 730;
		top: -48px;
		left: 10px;
		width: auto !important;
	}
	.language-link .hs-menu-wrapper > ul > li {
		display: inline-block;
		width: auto;
	}
	.language-link .hs-menu-wrapper > ul > li > a {
		border: none!important;
		font-size: 2.4rem;
		font-family: Arimo;
        font-weight:700;
		color: #0053a1;
		opacity: .7;
		display: block;
		text-decoration: none;
		padding: 5px 10px;
		line-height: 1;
	}
	.language-link .hs-menu-wrapper > ul > li:first-child > a {
		opacity: 1;
	}
	.language-link .hs-menu-wrapper > ul {
		font-size: 0;
	}
	.mobile-open .span12.header-main-group {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 500;
		height: 100vh;
		background: #fff;
		overflow-x: hidden;
		overflow-y: auto;
	}
		.h-menu-1 .hs-menu-wrapper>ul>li>ul li a {
			padding-right: 30px;
	}
}


@media screen and (max-height: 800px) and (min-height: 600px) and (min-width: 1024px) {
	.h-menu-1 .hs-menu-wrapper > ul > li {
		margin-bottom: 3rem;
	}
	.h-menu-1 .hs-menu-wrapper > ul > li > a {
		margin-bottom: 10px;
		line-height: 60px;
	}
	.h-menu-1 .hs-menu-wrapper > ul > li > ul li a {
		padding: 5px 0;
	}
	.h-menu-2 .hs-menu-wrapper > ul > li > a {
		line-height: 60px;
	}
}

/* ==========================================================================
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 */
.custom_listing_comments {
	border: 1px solid #e2e2e2;
	display: block;
	line-height: 165%;
	padding: 15px;
}

#comments-listing {
	border: 1px solid #ccc;
	margin-bottom: 30px;
	margin-top: 30px;
}
#comments-listing.no-comments {
	border: none;
}
.comment.depth-0 {
	border-bottom: 1px solid #000 !important;
	border-top: medium none !important;
	margin: 0 10px 10px !important;
	padding: 0 15px !important;
}
.comment.depth-0:last-of-type {
	border: none !important;
}
.comment-body {
	border-bottom: medium none;
	color: #232526;
	display: block;
	font-family: Arimo,sans-serif;
    font-weight:400;
	font-size: 1.6rem;
	line-height:1.5;
	padding: 0;
}
.comment-reply-to{
	margin-bottom: 15px;
}
.comment-from h4 {
	margin: 0;
	padding-top: 15px;
}
.comment-date {
	color: #232526 !important;
	display: block !important;
	text-align: left;
}
.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 {}


/* ======================== Blog Banner Area ======================== */
.blog.banner-area::before {
	z-index: 6;
}
.blog.banner-area::after {
	top: 100%;
	right: 44%;
	transform: skewX(30deg);
	height: 120px;
	min-width: 145px;
	width: 140px;
}
.blog .banner-content-entry {
	margin: 0;
}
.blog .banner-content-area {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: -1px;
}
.blog-filter-area {
	position: absolute;
	bottom: -130px;
	font-size: 1.4rem;
}
.blog-filter-list {
	display: block;
	margin-top: 3rem;
	width: auto;
	position: relative;
}
.blog-filter-area label {
	font-family: Arimo;
    font-weight:500;
	text-align: center;
	display: block;
	margin: 0;
	font-size: 1.4rem;
	font-weight: 400;
	color: #0a0a0a;
	line-height: 1.8;
}
.blog-filter-list-title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #0053a1;
	height: 56px;
	color: #a7a7a7;
	line-height: initial;
	font-family: Arimo;
    font-weight:500;
	font-size: 1.1em;
	border-radius: 50px;
	padding: .4em 1em .4em 3rem;
	cursor: pointer;
	position: relative;
	z-index: 50;
	background: #fff;
}
.blog-filter-list-title::after {
	content: "";
	width: 50px;
	height: 50px;
	border-left: 1px solid #b0cae2;
	display: block;
	position: absolute;
	z-index: 100000000;
	background-image: url('https://5476420.fs1.hubspotusercontent-na1.net/hubfs/5476420/Asteelflash_April2019/Images/caret-down.png');
	background-repeat: no-repeat;
	background-position: 50%;
	top: 3px;
	right: 0;
	pointer-events: none;
}
.blog-filter-list-entry {
	box-shadow: 0 0 20px 0 #ccc;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	overflow: hidden;
	position: absolute;
	top: 25px;
	right: 0;
	left: 0;
	background: #fff;
	display: none;
}
.blog-filter-list-entry.open-filter {
	display: block;
}
.blog-filter-list ul {
	list-style: none;
	margin: 0;
	padding: 24px;
	max-height: 210px;
	padding-top: 35px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.blog-filter-list ul > li {
	padding: 2px;
	border: 0 solid transparent;
}
.blog-filter-list ul > li > a {
	display: block;
	color: #0053a1;
	font-size: 16px;
	transition: color .3s;
	font-family: Arimo;
    font-weight:700;
	position: relative;
	position: relative;
	line-height: 1.6;
}
.blog-filter-list ul > li.active > a {
	font-style: italic;
	opacity: .4;
}
.blog-filter-list ul > li > a:hover {
	color: #dd042b;
}

/* ======================== Blog Banner Area End ======================== */

.post-entry {
	margin: 6.7rem 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
}

.post-img {
	min-height: 320px;
	margin-bottom: 3.5rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-order: 1;
	order: 1;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 3rem;
	padding-left: 3rem;
}
.post-img a {
	position: absolute;
	top: 0;
	border: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.post-info{
	-ms-flex-order: 2;
	order: 2;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 3rem;
	padding-left: 3rem;
}
.post-img.no-post-img {
	height: 80px;
	min-height: 80px;
}
.post-info.no-post-img {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.post-date {
	background-color: #0053a1;
	width: 155px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-family: Arimo;
    font-weight:700;
	font-size: 2.4rem;
	position: absolute;
	right: -1.5rem;
	top: 2rem;
}
.post-date::after {
	content: "";
	background-color: #dd042b;
	height: 4rem;
	width: 15px;
	position: absolute;
	right: 0;
	top: 3px;
	transform: skewY(-20deg);
	z-index: -1;
}
.post-cat {
	color: #9b9b9b;
	margin-bottom: 2rem;
	display: block;
}
.post-info h3, .post-item h3 {
	margin: 0 0 3rem;
	font-size: 3rem;
	line-height: 1em;
}
.post-info h3 a,
.post-item h3 a {
	transition: all .3s ease;
}
.post-info p {
	margin: 0 0 1rem;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
}
.read-more {
	display: inline-block;
	margin-top: 3.7rem;
	font-family: Arimo;
    font-weight:700;
	font-size: 1.7rem;
	color: #767579;
	background-color: #fff;
	min-width: 230px;
	padding: 12px 30px;
	min-height: 47px;
	text-decoration: none;
	border-radius: 50px;
	text-align: center;
	border: 1px solid #cbcbcb;
	transition: all .3s ease;
	position: relative;
	outline: none;
}
.read-more:hover {
	color: #fff;
	background-color: #0053a1;
	border-color: #0053a1;
}
.post-item:nth-child(even) .post-date {
	left: -1.5rem;
}
.post-item:nth-child(even) .post-date::after {
	left: 0;
	top: 3px;
	transform: skewY(20deg);
}





.blog.post-banner.banner-area {
	margin: 0;
	min-height: 501px;
}
.back-top-blog-area {
	padding: 1.5rem 0;
}
.back-top-blog-area a {
	position: relative;
	margin-left: 3rem;
	top: -65px;
	z-index: 5;
	color: #fff;
}
.back-top-blog-area a::before {
	content: "";
	height: 1px;
	position: absolute;
	width: 7.7rem;
	background-color: #fff;
	left: -10rem;
	top: 10px;
}
.back-top-blog-area a::after {
	content: "";
	height: 1px;
	position: absolute;
	max-width: 0;
	width: 100%;
	background-color: #fff;
	left: 0;
	bottom: -3px;
	transition: all .6s ease-out;
}
.back-top-blog-area a:hover::after {
	max-width: 300px;
}
.blog.hs-blog-post .body-container.container-fluid .row-fluid .page-center {
	padding: 0 3rem;
	margin-top: 2rem;
	margin-bottom: 6rem;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field{
	margin-bottom:20px;
}
.post-pagination-area {
	height: 100px;
	min-height: 550px;
	position: relative;
	z-index: 2;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 10rem 0 0;
}
.post-pagination-area::before {
	content: "";
	width: 100%;
	height: 100%;
	opacity: .3;
	background-color: #313131;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.post-pagination-area > div {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	-ms-flex-item-align: center;
	align-self: center;
	color: #fff;p
}
.post-pagination-previous-wrapper,
.post-pagination-next-wrapper{
	padding: 1.5rem 2rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 275px;
}
.post-pagination-previous-wrapper::before,
.post-pagination-next-wrapper::before {
	content: "";
	width: 100%;
	height: 100%;
	opacity: .3;
	background-color: #0053a1;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.post-pagination-previous-wrapper h1,
.post-pagination-next-wrapper h1 {
	font-size: 2.5rem;
	position: relative;
	z-index: 1;
	margin-bottom: 2rem;
	line-height: 1em;
}
.post-pagination-previous-wrapper a,
.post-pagination-next-wrapper a {
	font-family: Arimo;
    font-weight:700;
	font-size: 1.7rem;
	background-color: #0053a1;
	color: #fff;
	min-width: 230px;
	display: inline-block;
	padding: 12px 30px;
	min-height: 47px;
	text-decoration: none;
	border-radius: 50px;
	text-align: center;
	border: 1px solid #0053a1;
	transition: all .3s ease;
	outline: none;
	margin-top: 3rem;
	position: relative;
	z-index: 1;
}
.post-pagination-previous-wrapper a:hover,
.post-pagination-next-wrapper a:hover {
	background-color: #00407c;
	border-color: #00407c;
}
.post-pagination-next-area.not-post-pagination,
.post-pagination-previous-area.not-post-pagination{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.not-post-pagination .post-pagination-previous-wrapper h1,
.not-post-pagination .post-pagination-next-wrapper h1 {
	-ms-flex: 100%;
	flex: 100%;
}

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


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

.form-title {
	font-size: 3.5rem;
	line-height: 1em;
}

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

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

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

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
	display:block;
	width:100%;
	border: 1px solid #cbcbcb;
	border-radius: 50px;
	min-height: 50px;
	padding: .8rem;
	padding-left: 3rem;
	cursor: pointer;
	transition: all .3s ease;
	background-color: #fefefe;
	font-family: Arimo;
	font-size: 1.6rem;
	font-weight: 400;
	color: #0a0a0a;
	line-height: 1.15;
	outline:none;
	margin:0 0 2rem;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
	border: 1px solid #0053a1;
}

input[type="search"]{
	-webkit-appearance: none;   
	-moz-appearance: none; 
}
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/* Separate Styles for Multiple Line Inputs */
textarea {
	min-height:280px;
}
textarea:focus {}

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

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

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

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

/* Error */
.invalid.error {
	border: 1px solid #dd042b;
}
.hs-error-msgs label{
	color: #dd042b;
	padding-left: 3rem;
	font-size: 1em;
	font-weight: 400;
	display: block;
}
ul.no-list.hs-error-msgs.inputs-list {
	list-style: none;
	padding: 0;
	margin: -1.5rem 0 10px;
}

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


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
	form.hs-form fieldset .hs-form-field { padding: 0; }
	form.hs-form fieldset.form-columns-3 .hs-form-field,
	form.hs-form .form-columns-2 .hs-form-field .hs-input, 
	form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
	form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
	cursor: pointer;
	-webkit-appearance: none;
	text-decoration: none !important;
	display: inline-block;
	white-space: normal !important;
	margin: 0 0 2rem;
	border: 1px solid #cbcbcb;
	border-radius: 50px;
	min-height: 50px;
	font-family: Arimo;
    font-weight:400;
	transition: all .3s ease;
	min-width: 150px;
	background-color: #0053a1;
	color: #fff;
	font-size: 100%;
	line-height: 1.15;
	text-align: center;
	padding: 0 20px;
	vertical-align: middle;
	outline:none;
}

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

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


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

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


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

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


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

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


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

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


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
/* =================================== Only Form =================================== */
@media (max-width:767px){
	.custom-form{
		width:100%!important;
	}
}
@media (min-width:768px){
	.custom-form{
		width:50%!important;
	}	
}
/* ================================================================================ */



.no-nav.footer-area {
	padding-top: 10px;
}
.scroll-header .span12.header-area,
.no-banner-contain.scroll-header .span12.header-area{
	transform: translateY(-100%);
}
.animate.scroll-header .span12.header-area,
.no-banner-contain .span12.header-area{
	transform: translateY(0);
	background: #fff;
}
.animate .header-logo-area img,
.no-banner-contain .header-logo-area img,
.mobile-open .header-logo-area img{
	display: none;
}
.animate .header-logo-area .scroll-logo,
.no-banner-contain .header-logo-area .scroll-logo,
.mobile-open .header-logo-area .scroll-logo{
	display: inline-block !important;
}
.animate .menu-icon-wrapper p,
.no-banner-contain .menu-icon-wrapper p,
.mobile-open .menu-icon-wrapper p{
	color: #313131;
}
.animate .menu-icon-inner,
.animate .menu-icon-inner::before,
.animate .menu-icon-inner:after,
.no-banner-contain .menu-icon-inner,
.no-banner-contain .menu-icon-inner::before,
.no-banner-contain .menu-icon-inner:after{
	background-color: #313131;
}
.mobile-open .menu-icon-inner,
.mobile-open .menu-icon-inner::before,
.mobile-open .menu-icon-inner:after{
	background-color: #313131;
	width: 27px
}
.mobile-open .menu-icon-inner{
	transform: translate3d(0,-9px,0) rotate(-45deg);
	transition-delay: .22s;
	transition-timing-function: cubic-bezier(.215,.61,.355,1);
}
.mobile-open .menu-icon-inner::before {
	top: 0;
	transform: rotate(-90deg);
	transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;
}
.mobile-open .menu-icon-inner::after {
	top: 0;
	opacity: 0;
	transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
}


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


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

/* ============================================================ Page Center Only ============================================================ */
@media (min-width: 40em) { 
	.header-container.container-fluid .row-fluid .page-center {
		max-width:calc( 100% - 16.66%);
	}
}
@media (min-width: 64em) {
	body:not(.blog) .body-container.container-fluid .row-fluid .page-center {
		max-width:calc( 100% - 16.66%);
	}
	.blog.hs-blog-post .body-container.container-fluid .row-fluid .page-center {
		max-width:calc( 100% - 16.66%);
		padding: 0 1.5rem;
		margin-top: 10rem;
		margin-bottom: 10rem;
	}
}
@media (max-width: 63.94em) {
	body:not(.blog) .body-container.container-fluid .row-fluid .page-center {
		padding:30px 15px 70px;
	}
}
/* ============================================================ Page Center End ============================================================ */

@media (min-width: 40em) { 
	h1 {
		font-size: 5rem;
	}
	.copyRight-f-social-search-area .page-center > .row-fluid-wrapper > .row-fluid > div {
		margin: 1rem 3rem;
	}
	.language-area ul.language-sub-menu {
		left: -7px;
		transform: none;
	}
	.f-newsletter-area form{
		width: 460px;
	}
	.f-newsletter-area input[type="email"] {
		padding: 0 185px 0 30px;
	}
	.f-newsletter-area .hs_submit.hs-submit {
		position: absolute;
		top: 0;
		right: 0;
	}
	.f-bandeau {
		width: 306px;
		height: 45px;
	}
	.f-call-for-action-area {
		min-height: 600px;
	}
	.call-for-action-wrapper {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
	.f-contact-fix-btn.stop {
		top: -110px;
	}
	/* ======================== Banner Area ======================== */
	.banner-content-entry {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
		margin-left: 16.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	/* ======================== Banner Area End ======================== */
	.header-logo-area a {
		font-size: 5rem;
	}

	/* ======================== Blog Banner Area ======================== */
	.blog-filter-area {
		position: relative;
		margin-top: 5rem;
		bottom: 0;
	}
	.blog-filter-area label {
		text-align: left;
		border-radius: 50px;
		height: 56px;
		line-height: 56px;
		padding: 0 25px;
		background-color: #fff;
	}
	.blog-filter-list {
		margin-top: 0;
		position: absolute;
		right: 0;
		top: 0;
		min-width: 230px;
	}
	.blog .banner-content-entry {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	/* ======================== Blog Banner Area End ======================== */
	.post-img {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
	.post-info {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
	.back-top-blog-area a {
		margin-left: 10rem;
		color: #232526;
		top: 0;
	}
	.back-top-blog-area a::before {
		background-color: #0053a1;
	}
	.back-top-blog-area a::after {
		background-color: #232526;
	}
	.post-pagination-area {
		min-height: 600px;
	}
	.post-pagination-area > div {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.post-pagination-previous-wrapper,
	.post-pagination-next-wrapper{
		min-height: 600px;
		height: 400px;
	}
	.post-pagination-previous-wrapper h1,
	.post-pagination-next-wrapper h1 {
		font-size: 3.5rem;
		-ms-flex: 85%;
		flex: 85%;
	}

}


/* =============== min 64 1024px  =============== */

@media (min-width: 64em) {
	.footer-container.container-fluid .row-fluid .page-center {
		max-width: 1000px;
	}
	.copyRight-f-social-search-area .page-center > .row-fluid-wrapper > .row-fluid {
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.copyRight-f-social-search-area .page-center > .row-fluid-wrapper > .row-fluid > div {
		margin: 0;
	}
	.social-search-wrapper ul > li {
		margin-right: 0;
	}
	.social-search-wrapper ul > li > a {
		font-size: 1.8rem;
	}
	.social-search-wrapper ul > li > a i{
		font-size: 1.2em;
	}
	.social-search-wrapper ul > li.language-area {
		text-align: left;
		margin-top: 0;
		display: inline-block;
	}
	.social-search-wrapper ul > li.language-area > a,
	.language-area ul > li > a{
		font-size: 1.4rem;
	}
	.f-menu-area .page-center > .row-fluid-wrapper > .row-fluid {
		display: -ms-flexbox;
		display: flex;
	}
	.span4.f-menu-2 {
		display:block;
	}
	.f-menu-1 .hs-menu-wrapper > ul > li {
		width: 200px;
		overflow: visible;
		margin-bottom: 6rem;
	}
	.call-for-action-wrapper {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	/* ======================== Banner Area ======================== */
	.banner-area {
		min-height: 600px;
	}
	.banner-area::before,
	.banner-area::after {
		content: "";
	}
	.banner-content-entry {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
		margin-left: 25%;
	}
	.blog .banner-content-entry{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.blog.banner-area {
		margin-bottom: 20rem;
	}
	/* ======================== Banner Area End ======================== */
	.span12.h-social-search-area {
		display: block;
	}
	.bottom-menu-area .hs_cos_wrapper_type_rich_text img {
		height: 125px;
	}
	.search-area form input[type="text"]{
		font-size: 55px;
		width: 55vw;
	}
	.search-info {
		width: 55vw;
	}
	.search-suggestions-area {
		display: -ms-flexbox;
		display: flex;
	}
	.blog-filter-list {
		min-width: 250px;
	}
	.post-img {
		margin-bottom: 0;
		min-height: 60vh;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-left: 8.33333%;
	}
	.post-info {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		margin-left: 8.33333%;
	}
	.post-item:first-child > .post-entry {
		margin-top: 0;
	}
	.post-item:nth-child(even) .post-img {
		-ms-flex-order: 2;
		order: 2;
	}
	.post-item:nth-child(even) .post-info {
		-ms-flex-order: 1;
		order: 1;
	}

}

@media (min-width: 75em) {

	.blog-filter-list {
		min-width: 330px;
	}

}


/* =============== 63.9375 1023px  =============== */

@media (max-width: 63.94em) {
	.copyRight-f-social-search-area {
		text-align: center;
	}
	.social-search-wrapper .language-area{
		display:none;
	}
	.copyRight-f-social-search-area .page-center > .row-fluid-wrapper > .row-fluid {
		width: 100vw;
	}
	.copyRight-area{
		position:relative;
		top:-1px;
	}
}


/* =============== 767px =============== */

@media (max-width: 767px) {
	.post-body p img {
		width: 100% !important;
		margin: 10px 0 !important;
	}
}


/* =============== 639px =============== */

@media (max-width: 639px) {
	.blog-filter-area {
		background: #fff;
		padding-right: 3rem;
		padding-left: 3rem;
		right: 0;
		left: 0;
	}
	.hs-blog-listing .body-container-wrapper {
		position: relative;
		top: 110px;
	}
}

/* =============== 479px =============== */

@media (max-width: 479px) {
	.subscribe-options label span {
		font-size: 12px;
	}
}

/* =============== 360px =============== */

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

/* =============== 320px =============== */

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


/*============ Internet Explorer ============*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.banner-content-area {
		position: relative;
	}
	.banner-content-entry {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
}

select{
  display: block;
    max-width: 100%;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    background: transparent url("https://5476420.fs1.hubspotusercontent-na1.net/hubfs/5476420/icones%20templates/br_down.png") no-repeat right center;
    padding-right:30px;
  }