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


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

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


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


/* =============== @import, @font-face, and CSS File Includes =============== */
@import url('//5531921.fs1.hubspotusercontent-na1.net/hubfs/5531921/GMI_Solutions_April2019%20Theme/Data-Files/Css/IcomoonCss.css');
@import url('//fonts.googleapis.com/css?family=Antic+Slab|PT+Sans:400,400i,700,700i&subset=cyrillic,cyrillic-ext,latin-ext');
@font-face {
  font-family: FairplayDisplay;
  src: url(https://www.gmisolutions.com/hubfs/Fonts/PlayfairDisplay-Regular.ttf);
  font-weight: 400;
  font-display: fallback;
}

@font-face {
  font-family: FairplayDisplay;
  src: url(https://www.gmisolutions.com/hubfs/Fonts/PlayfairDisplay-Bold.ttf);
  font-weight: 600;
  font-display: fallback;
}

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

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

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

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

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

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed)*/
@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; }

/* ———————————————————— Tooltip CSS Start———————————————————— */

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  transition:opacity .5s ease;
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #d1d1d2;
  text-align: center;
  text-decoration: none;
  background-color: rgba(33, 33, 33, 0.97);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33, 33, 33, 0.97);
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33, 33, 33, 0.97);
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33, 33, 33, 0.97);
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(33, 33, 33, 0.97);
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(33, 33, 33, 0.97);
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33, 33, 33, 0.97);
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33, 33, 33, 0.97);
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33, 33, 33, 0.97);
}

/* ———————————————————— Tooltip CSS End———————————————————— */


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

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

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

html { scroll-behavior: smooth; }

.scroll-to-top {
  display: none;
}

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

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
  background: #fff;
  color: #747474;
  line-height: 1.5em;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

body.cn {
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
}

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

.container-fluid .row-fluid .page-center-700 {
  max-width: 700px;
  float: none;
  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 */

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

p {
  margin: 0;
  margin-bottom: 20px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

img {
  border-style: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

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: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #333333;
  margin:1em 0 1em;
}

.landing-page h1, h2, h3, h4, h5, h6 {
  font-family: FairplayDisplay;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 48px;
  line-height: 48px;
  font-family: FairplayDisplay;
}
h2 {
  line-height: 1.25em;
  font-size: 39px;
  margin: 0 0 20px;
    font-weight: 600;
}
h3 {
  font-size: 32px;
  line-height: 1.25em;
  font-weight: 600;
}
h4 {
  line-height: 20px;
  font-size: 13px;
}
h5 {
  line-height: 18px;
  font-size: 12px;
}
h6 {
  line-height: 17px;
  font-size: 11px;
} 

/* Anchor Links */
a { 
  color:  #BE1E2D;
  text-decoration: underline;
}
a:hover, a:focus { 
  color: #9a0a17;
  text-decoration: underline;
}

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

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

/* Horizontal Rules */
hr {}


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




/* ==========================================================================
   RSS cards
   ========================================================================== */

/* Wrapper
   ========================================================================== */

/* Listing items
   ========================================================================== */

.listing-container.no-masonry .listing-items:not(.col-1):not(.equal-height) .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper,
.listing-container.no-masonry .listing-items.drag:not(.col-1):not(.equal-height) .listing-cell {
    display: inline-block;
    vertical-align: top;
    margin-right: -0.25em; /* fixes issue with inline-blocks and white spaces */
}

.listing-container.no-masonry .listing-items .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper[style*="opacity:0"],
.listing-container.no-masonry .listing-items .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper[style*="opacity: 0"],
.listing-container.no-masonry .listing-items.drag .listing-cell[style*="opacity:0"],
.listing-container.no-masonry .listing-items.drag .listing-cell[style*="opacity: 0"] {
    position: absolute !important;
    z-index: -1 !important;
    pointer-events: none;
}

/**
 * Fixes an issue with Safari and flexible listings,
 * when column width was not being applied correctly on .no-masonry.equal-height
 */

.listing-container.no-masonry .listing-items.equal-height > .hs_cos_wrapper_type_widget_container:before,
.listing-container.no-masonry .listing-items.equal-height > .hs_cos_wrapper_type_widget_container:after {
    content: none;
}




.rss-cards {
    text-align: center;
}

.rss-cards:not(.no-masonry):not(.one-column):before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background: #fff url(https://273774.fs1.hubspotusercontent-na1.net/hubfs/273774/mp/themes/Act-Theme/images/ring-alt.svg) center center no-repeat;
    background-size: 60px 60px;
    transition: .4s;
    pointer-events: none;
}

.rss-cards.done:before {
    opacity: 0;
    visibility: hidden;
    transition-delay: .25s;
}

.rss-cards .hs-rss-module {
    margin: 0;
}

.rss-cards a:focus {
    outline: 0;
}

.rss-cards p {
    margin: 0;
}


/**
 * Hero Video Overlay
 * ***/

.video-container {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -99;
    background: #000;
}
/*
 End Hero Video*/
/**
 * Hides RSS Cards loading circle in the page editor
 */

.hs-inline-edit .rss-cards:not(.no-masonry):not(.one-column):before {
    display: none;
}

/* Card
   ========================================================================== */

.rss-cards .hs-rss-item {
    margin: 0;
    padding: 15px;
    overflow: visible;
}

.rss-cards.no-masonry .hs-rss-item {
    display: inline-grid;
    max-width: 33%;
    vertical-align: top;
}

/* Item
   ========================================================================== */

.rss-cards .rss-card {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    color: ;
    text-align: left;
    transition: .4s;
}

.rss-cards:not(.no-shadow) .rss-card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}



/* Text
   ========================================================================== */

.rss-cards .hs-rss-item-text {
    width: 100% !important;
    float: none !important;
    padding: 0px 20px !important;
    margin-top: -15px;
    order: 2;
  height: 250px;
  position: relative;
}

.rss-cards .hs-rss-title {
    display: block;
    margin-bottom: 5px;
}
.rss-cards.equal-height .rss-more {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    height: 130px;
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%);
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%);
}
.rss-cards .hs-rss-title span {
    color: ;
}
.hs-rss-title {
  text-decoration: none;
    font-family: FairplayDisplay;
    font-size: 1.375rem;
    line-height: 1.2;
    font-weight: bold;
  text-align: left;
}

.rss-cards .hs-rss-byline {
    margin-bottom: 10px;
    font-size: 0.75rem;
    line-height: 1.4;
  text-align: left;  
}

.rss-cards .hs-rss-description {
  font-size: 0.875rem;
  line-height: 1.7;
  text-align: left; 
}

.rss-cards .hs-rss-description a:last-child {  
  position: absolute;
    bottom: 0;
    display: table-column-group;
    margin-top: 20px;
    width: 150px;
    display: flex;
    justify-content: center;
    background-color: #be1e2d !important;
    padding: 10px 10px;
    text-decoration: none !important;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    color: #fff;
    flex-direction: row;
    color: #fff;
    transition: background-color .4s,color .4s;
    border-color: #be1e2d !important;
    border-style: solid;
    border: 1px;
    height: 40px;
    text-transform: uppercase;
}
.rss-cards .hs-rss-description a:last-child:hover{
    background-color: #fff !important;
    color: #000;
    border: 1px;
    border-color: black;
    border-style: solid;
    width: 150px;
}
.hs-related-blog-byline, 
.hs-rss-byline {
  opacity: 0.7;
}
/* Image
   ========================================================================== */

.rss-cards .hs-rss-item-image-wrapper {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    order: 1;
}

/* Full Links
   ========================================================================== */

.rss-card .full-link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

/* Equal Height
   ========================================================================== */

@media (min-width: 1px) {

    .rss-cards.equal-height .hs-rss-item-image-wrapper {
        position: relative;
        overflow: hidden;
    }

    .rss-cards.equal-height .hs-rss-item-image-wrapper:before {
        content: '';
        display: block;
        padding-top: 60%;
    }

    .rss-cards.equal-height .hs-rss-item-image-wrapper img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .rss-cards.equal-height .hs-rss-item-text {
        height: 17.8125rem;
        overflow: hidden;
        position: relative;
    }

    .rss-cards.equal-height .rss-more {
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 0;
        height: 130px;
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%);
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%);
    }

    .rss-cards.equal-height .rss-more a {
        position: absolute;
        left: 0;
        bottom: 30px;
    }
}

/* Media queries
   ========================================================================== */

@media (min-width: 768px) {

    .rss-cards .hs-rss-item {
        width: 33.3333%;
    }

    .rss-cards:not(.no-gutter) .cell-wrapper {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .rss-cards.no-masonry .hs-rss-item {
        display: inline-grid;
        vertical-align: top;
    }

    .rss-cards.one-column   .hs-rss-item { width: 100%; }
    .rss-cards.two-column   .hs-rss-item { width: 50%; }
    .rss-cards.three-column .hs-rss-item { width: 33.3333%; }
    .rss-cards.four-column  .hs-rss-item { width: 25%; }

    .rss-cards:not(.no-gutter):not(.no-shadow) .rss-card:hover {
        box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
    }
}

@media (max-width: 768px) {
  .rss-cards .hs-rss-item {
        width: 100% !important;
    }
  
  .rss-cards.no-masonry .hs-rss-item {
    max-width: 100%;
  }

    .rss-cards .hs-rss-module,
    .rss-cards .hs-rss-item {
        position: static !important;
        -webkit-transform: none !important;
        transform: none !important;
    }

    .rss-cards .hs-rss-module {
        height: auto !important;
    }

    .rss-cards .hs-rss-item {
        padding-left: 0;
        padding-right: 0;
    }
}

.related-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 1rem;
  padding: 0 1rem;
}

.related-content .hs-rss-item {
  max-width: unset !important;
  width: unset !important;
}




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

.top-logo {
  width: 180px !important;
  @media (min-width:801px){
    width: 142px !important;
  }
  @media (min-width:1001px){
    width: 180px !important;
  }
}

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

.header-container .page-center .cst-logo {
  margin-top: 10px;
  margin-bottom: 10px;
  width: auto;
}



.header-container .page-center .cst-logo img {
  max-width: 250px;
}

.header-container {
  padding: 0 10px 0;
  position: relative;
  transition: min-height .9s ease;
}

.pc .header-container-wrapper {
  min-height: 130px;
}
@media screen and (min-width:768px) {
  .sticky .header-container {
    margin: 0;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.97);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    z-index: 4;
  }
}

.sticky .header-container .page-center .cst-logo img {
  /*max-width: 100px;
  line-height: 55px;
  margin-top: 5px;
  transition: max-width .5s ease, width .5s ease, max-height .5s ease;*/
  max-width: 148px;
}


.sticky .header-container .page-center .cst-logo {
  margin-top: 0;
  margin-bottom: 0;
}

.cn .header-container .page-center .cst-logo {
  margin: 31px 0;
}

.cn.sticky .header-container .page-center .cst-logo {
  margin: 0;
}

.sticky .top-logo img {
  /*display: none;
 animation: fadeout 0.5s;*/
}

.sticky .top-logo img.retina-logo {
    display: none;
}

.sticky-logo img {
  display: none;
  width: auto !important;
      -webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.5s; /* Firefox < 16 */
        -ms-animation: fadein 0.5s; /* Internet Explorer */
         -o-animation: fadein 0.5s; /* Opera < 12.1 */
            animation: fadein 0.5s;
}

.sticky .sticky-logo img {
  display: block;
}

@keyframes fadein { 
  from { opacity:0; } to { opacity:1; } 
}

@keyframes fadeout {
  from {opacity: 1; } to {opacity:0}
}

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

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

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

.cst-page-inner-grp {
  padding: 55px 10px 40px;
}


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


.footer-container-wrapper {
  overflow: hidden;
}
.footer-container {
  color: #8C8989;
  padding: 15px 10px;
  border-top: 12px solid #e9eaee;
  background: #363839;
  position: relative;
}
.footer-container .page-center > div {
  margin: 0 -15px;
}
.footer-container .page-center .col {
  color: #8C8989;
  width: 100%!important;
  max-width: 20%;
  margin-left: 0!important;
}
.footer-widget-col.social_links ul.fusion-social-networks a:hover {
  opacity: .8;
}
.footer-widget-col.social_links ul.fusion-social-networks a {
  margin-left: 0;
  margin-right: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  text-shadow: none;
}
.footer-widget-col.social_links ul.fusion-social-networks {
  font-size: 13px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-container .page-center .cst-copyright.col,
.footer-container .page-center .cst-reserved.col,
.footer-container .page-center .cst-privacy-link.col {
  text-align: center;
}
.footer-container .page-center .cst-privacy-link.col a:hover {
  color: #d60707;
}
.footer-container .page-center .cst-privacy-link.col a {
  color: #BFBFBF;
  text-shadow: none;
  text-decoration: none;
}
a#back-to-top:hover {
  background-color: #d60707;
}
a#back-to-top:before {
  line-height: 35px;
  content: '\f106';
  -webkit-font-smoothing: antialiased;
  font-family: IcoMoon;
  font-size: 22px;
}
a#back-to-top {
  background-color: #333333;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  color: #FFFFFF;
  height: 35px;
  position: fixed;
  right: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 48px;
  opacity: 0.9;
  z-index: 10000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

/***************** Chinese Language Page Styling *********************/

.cn .footer-container {
  padding-top: 43px;
  padding-bottom: 40px;
}


.cn .container-fluid .row-fluid .page-center {
  max-width: 940px;
}


.cn .footer-container .page-center .cst-cn-copyright {
  padding: 0 15px;
}





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


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

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

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

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:801px) {
  .custom-menu-primary1 .hs-menu-wrapper,
  .custom-menu-primary1 .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .header-container .page-center .custom-menu-primary1 {
    float: right;
    width: auto;
    margin-left: 0;
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul > li:last-child {
    padding-right: 0;
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul > li {
    padding-right: 45px;
    position: relative;
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul > li >a {
    height: 83px;
    line-height: 83px;
    text-decoration: none;
  }

  .custom-menu-primary1 .hs-menu-wrapper > ul > li > a:hover {
    color: #e10707;
    border-color: #e10707;
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul > li >a {
    height: 86px;
    line-height: 83px;
    text-decoration: none;
    color: #333333;
    border-top: 3px solid transparent;
    display: block;
    font-size: 14px;
  }
  
  .custom-menu-primary1-dark-nav .hs-menu-wrapper > ul > li >a {
    color: #fff !important;
  }
  .custom-menu-primary1-dark-nav{
  background-color: #2e2e2e !important;
  }

  .custom-menu-primary1 .hs-menu-wrapper > ul > li > ul {
    width: 245px;
    background-color: #f2efef;
    border-top: 3px solid #a0ce4e;
    -moz-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
    border-color: #e10707;
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul ul li a {
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
    -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
    -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
    padding: 7px 20px;
    text-indent: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
    text-decoration: none;
    border-bottom: 1px solid #dcdadb;
    line-height: 19px;
    white-space: normal!important;
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul ul li a:hover {
    background-color: #f8f8f8;
  }
  .sticky .custom-menu-primary1 .hs-menu-wrapper > ul > li >a {
    transition: height .5s ease, line-height .5s ease;
    height: 65px;
    line-height: 65px;
  }
  .sticky .custom-menu-primary1 .hs-menu-wrapper > ul {
    display: block;
  }
  .cn .custom-menu-primary1 .hs-menu-wrapper > ul > li > ul {
    width: 225px;
    -moz-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
  }
  .cn .custom-menu-primary1 .hs-menu-wrapper > ul ul li a {
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
  }
  .cn .custom-menu-primary1 .hs-menu-wrapper > ul > li > ul > li > ul {
    left: 225px!important;
    top: -3px!important;
    width: 225px;
    background-color: #f2efef;
    border-top: 3px solid #e10707;
    -moz-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
  }
  .cn .custom-menu-primary1 .hs-menu-wrapper > ul > li > ul > li > ul > li>a:hover {
    background-color: #f8f8f8;
  }
  .cn .custom-menu-primary1 .hs-menu-wrapper > ul > li >a {
    font-family: "Antic Slab", Arial, Helvetica, sans-serif;
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul > li.active-branch >a {
    color: #be1e2d;
    border-color: #be1e2d;
  }

  .custom-menu-primary1 .hs-menu-wrapper > ul > li.active-branch > ul > li.active-branch > a,
  .custom-menu-primary1 .hs-menu-wrapper > ul > li.active-branch > ul > li.active-branch > ul >li.active-branch > a {
    background-color: #f8f8f8;
  }

}


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

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

@media (max-width: 800px){

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

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

  .mobile-trigger1:before {
    content: "\f0c9";
    color: #dadada;
  }
  .mobile-trigger1 {
    display: block !important;
    cursor: pointer;
    float: right;
    color: #dadada;
    font-size: 21px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 41px;
    right: 0;
  }

  .header-container .page-center {
    position: relative;
  }


  /* Change button when menu is open */




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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
  }


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

  .custom-menu-primary{
    position: relative;
    padding-top: 0;
    margin: 0 0 0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .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 .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%;
    background-color: #f9f9f9;
    border-top: 1px solid #DBDBDB;
    border-color: #dadada;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 10px 20px;
    border-bottom: 1px solid #dadada;
    color: #333333 !important;
    font-size: 12px;
    display: block;
    height: initial !important;
    line-height: initial !important;
  }
  .cn .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-family: "Antic Slab", Arial, Helvetica, sans-serif;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding: 10px 20px;
    border-bottom: 1px solid #dadada;
    color: #333333;
    font-size: 12px;
    display: block;
    height: initial !important;
    line-height: initial !important;
    padding-left: 32px;
  }
  .cn .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-family: "Antic Slab", Arial, Helvetica, sans-serif;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover .child-trigger, 
  .custom-menu-primary .hs-menu-wrapper > ul > li .child-trigger:hover {
    color: #d60707;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li .child-trigger {
    padding: 10px 17px 10px 15px!important;
    border: none;
    line-height: 15px;
    font-size: 13px;
    position: absolute;
    right: 0;
    padding-right: 25px!important;
    width: auto!important;
    min-width: auto !important;
    height: 35px !important;
    color: #747474;
    top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li .child-trigger:before {
    display: block;
    margin: 0;
    width: 15px;
    content: '\e61f';
    text-align: center;
    font-family: IcoMoon;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    background-color: #f6f6f6;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:before {
    content: "-";
    margin-left: -6px;
    margin-right: 2px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
  .custom-menu-primary1 .hs-menu-wrapper > ul > li.active-branch > a{
    background-color: #eeeeee;
    border-color: #DBDBDB;
    color: #333333;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:hover {
    background-color: #f6f6f6;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch .child-trigger,
  .custom-menu-primary1 .hs-menu-wrapper > ul > li.active-branch .child-trigger1,
  .custom-menu-primary1 .hs-menu-wrapper > ul > li.active-branch .child-trigger1:before {
    color: #d60707;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > ul >li.active-branch > a,
  .custom-menu-primary1 .hs-menu-wrapper > ul > li.active-branch > ul >li.active-branch > a{
    background-color: #eeeeee;
    border-color: #DBDBDB;
    color: #333333;
  }

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

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

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

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

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

  /*********************** Sticky Mobile Trigger ***********************/

  /* Child Toggle Button
  ========================================================================== */

  .custom-menu-primary1 .hs-menu-flow-horizontal > ul > li .child-trigger1 {
    position: absolute;
    right: 0;
    padding: 10px 17px 10px 15px;
    border: none;
    line-height: 15px;
    font-size: 13px;
    cursor: pointer;
    padding-right: 25px;
    width: auto!important;
    min-width: auto !important;
    height: 35px !important;
    top: 0px;
    display: block !important;
    color: #747474;
  }
  .custom-menu-primary1 .hs-menu-flow-horizontal > ul > li .child-trigger1:before {
    display: block;
    margin: 0;
    width: 15px;
    content: '\e61f';
    text-align: center;
    font-family: IcoMoon;
    color: #747474;
  }

  .custom-menu-primary1 .hs-menu-wrapper>ul ul li {
    position: relative;
  }



  /* Child Toggle Button Icon & Animations
  ========================================================================== */

  .child-trigger1 span {
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  .child-trigger1 span:after {
    position: absolute;
    content: '';
  }
  .child-trigger1 span, .child-trigger1 span:after {
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: ; /* Icon color */
    display: none;
  }
  .child-trigger1 span:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  .child-trigger1.child-open span:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  .child-trigger1.child-open span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }


  /* Menu Styles on Mobile Devices
  ========================================================================== */  


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


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

  /* Mobile Menu Styles */
  .custom-menu-primary1.js-enabled .hs-menu-flow-horizontal{
    margin: 0 auto;
    overflow: visible!important;
    position: absolute;
    width: 100%;
  }
  .custom-menu-primary1 .hs-menu-flow-horizontal{
    padding: 0; /* Padding to add room for close button */
    width: 100%; /* Full screen width */
    z-index: 8888;
  }
  .custom-menu-primary1 .hs-menu-flow-horizontal > ul {
    display: block;
    border-bottom: 1px solid #DBDBDB;
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f9f9f9;
    border-left: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
    border-color: #dadada;
  }
  /* Level 1 Menu List Styles */
  .custom-menu-primary1 .hs-menu-flow-horizontal > ul > li{
    position: relative;
  }
  .custom-menu-primary1 .hs-menu-flow-horizontal > ul > li {
    float: none!important;
    width: 100%;
  }
  .custom-menu-primary1 .hs-menu-flow-horizontal > ul > li > a {
    border-bottom: 1px solid #DBDBDB;
    color: #333333;
    padding: 10px 20px;
    font-size: 12px;
    display: block;
    text-decoration: none;
    border-color: #dadada;
    line-height: normal;
  }
  .cn .custom-menu-primary1 .hs-menu-flow-horizontal > ul > li a {
    font-family: "Antic Slab", Arial, Helvetica, sans-serif;
  }
  .custom-menu-primary1 .hs-menu-flow-horizontal > ul > li > a:hover {
    background-color: #f6f6f6;
  }
  .custom-menu-primary1 .hs-menu-wrapper>ul ul li > a {
    border-bottom: 1px solid #DBDBDB;
    color: #333333;
    padding: 10px 20px;
    font-size: 12px;
    text-decoration: none;
    border-color: #dadada;
    line-height: normal;
    padding-left: 32px;
    white-space: normal!important;
  }
  .custom-menu-primary1 .hs-menu-wrapper>ul ul li > a:before {
    content: "-";
    margin-left: -6px;
    margin-right: 2px;
  }
  .cn .custom-menu-primary1 .hs-menu-flow-horizontal > ul > li > ul > li > ul > li > a {
    font-family: "Antic Slab", Arial, Helvetica, sans-serif;
    padding-left: 45px!important;
  }
  .cn .custom-menu-primary1 .hs-menu-wrapper>ul ul ul li > a:before {
    content: "--";
    margin-left: -10px;
    margin-right: 2px;
  }


  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary1 .hs-menu-flow-horizontal ul li{}

  .custom-menu-primary1 .hs-menu-flow-horizontal ul li a{}

  /***********************************************************************/

}


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

/* ———————————————————— Blog Structure Start———————————————————— */

.left-content {
  padding: 0 2rem 2rem 0;
}

/* ———————————————————— Blog Structure End———————————————————— */


/* ———————————————————— Blog Listing Subscription Start———————————————————— */

.blog-subscription h2 {
  color: #4e4e4e;
  font-size: 1.5rem;
  margin: 0;
  text-align: center;
}

.blog-subscription h3 {
  margin: 0.5rem 0;
}

.blog-subscription input[type="email"] {
  font-style: italic;
}

.blog-subscription .right-floating-group-content {
  background-color: #e9eaee;
  padding: 1rem 2em 2rem;
  width: 310px;
}

.blog-subscription input[type="submit"] {
  background-color: #be1e2d;
  color: #fff;
  width: 100%;
  margin: 0;
  transition: background-color 0.4s, color 0.4s;
}

.blog-subscription input[type="submit"]:hover {
  background-color: #fff;
  color: #be1e2d;
  transition: background-color 0.4s, color 0.4s;
}

/* ———————————————————— Blog Listing Subscription End———————————————————— */


/* ———————————————————— Blog Categories Start———————————————————— */

.blog-categories {
  text-align: center;
  color: #aeaeae;
  font-size: 1.25rem;
  padding: 0 0 2rem;
}

.blog-categories a {
  text-decoration: none;
  color: #aeaeae;
}

/* ———————————————————— Blog Categories End———————————————————— */


/* ———————————————————— Blog Search Start———————————————————— */

.blog-search input[type="text"] {
  max-width: 100%;
}
  

/* ———————————————————— Blog Search End———————————————————— */


/* ———————————————————— Blog Listing Featured Post Start———————————————————— */

.featured-post .hs-featured-image {
  max-width: 100%;
  margin: 0 0 2rem 0;
  float: left;
}

.featured-post a.hs-featured-image-link {
  width: 100%;
  float: left;
}

.featured-post h2 a {
  font-family: FairplayDisplay;
  text-decoration: none;
  color: #000;
  font-size: 3rem;
  line-height: 4.1rem;
  margin: 2rem 0 0;
}

@media (max-width: 767px) {
  .featured-post h2 a {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.featured-post .cst-post-date-grp {
  font-weight: 600;
  color: #505050;
}

.featured-post .link-more {
  margin: 2rem 0;
}

.featured-post .link-more a {
  background-color: #be1e2d;
  border: 1px solid #be1e2d;
  padding: 1rem 2rem;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.4s, color 0.4s;
}

.featured-post .link-more a:hover {
  background-color: #fff;
  color: #be1e2d;
  transition: background-color 0.4s, color 0.4s;
}

.featured-post {
  margin: 2rem 0 8rem;
}

.featured-post .blog-post-content {
  max-width: 60%;
}

/* ———————————————————— Blog Listing Featured Post End———————————————————— */


/* ———————————————————— Blog Listing Start———————————————————— */

.blog-2019 .cst-page-inner-grp {
    background-image: url(https://www.gmisolutions.com/hubfs/Images/wire-graphic.svg);
    background-repeat: no-repeat;
    background-size: 65%;
    background-attachment: scroll;
    background-position: 17% 6%;
    position: relative;
}

.blog-2019 .left-content {
  background-color: #fff;
}

.blog-2019 .listing-post .post-item {
  padding: 2rem 0;
}

.blog-2019 .listing-post .post-image {
  display: inline-block;
  max-width: 40%;
  float: left;
}

.blog-2019 .listing-post .blog-post-content {
  display: inline-block;
  max-width: 59%;
  padding: 0 0 0 2rem;
}

.blog-2019 .listing-post .hs-featured-image {
  max-width: 100%;
}

.blog-2019 .listing-post .blog-post-content h2 a {
  font-family: FairplayDisplay;
  text-decoration: none;
  color: #000;
  font-size: 2rem;
  line-height: 2.1rem;
}

.blog-2019 .listing-post .blog-post-content h2 {
  margin: 0;
}

.blog-2019 .listing-post .cst-post-date-grp {
  font-weight: 600;
  color: #505050;
  margin-bottom: 1rem;
}

.blog-2019 .listing-post .link-more a {
  font-size: 1rem;
  background-color: #be1e2d;
  border: 1px solid #be1e2d;
  padding: 0.5rem 1rem;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.4s, color 0.4s;
}

.blog-2019 .listing-post .link-more {
  margin: 2rem 0;
}

.blog-2019 .listing-post .link-more a:hover {
  background-color: #fff;
  color: #be1e2d;
  transition: background-color 0.4s, color 0.4s;
}

/* ———————————————————— Blog Listing End———————————————————— */


/* ———————————————————— Blog Pagination Start———————————————————— */

.blog-pagination .pagination {
  margin-bottom: 4.5rem;
}

.blog-pagination .pagination .page-item.disabled .page-link {
  color: rgba(, 1);
}

.blog-pagination .pagination .page-item .page-link {
	border: 1px solid rgba(, 1);
  color: rgba(, 1);
}

.blog-pagination .pagination .page-item.active .page-link {
  background: rgba(, 1);
  color: #ffffff;
}

ul.pagination {
  list-style: none;
}

.pagination li {
  display: inline-block;
  border: 1px solid #aeaeae;
  padding: 2px 5px;
  width: 30px;
}

.pagination li a {
  text-decoration: none;
  color: #aeaeae;
}

.pagination .page-item.disabled {
  display: none;
}

.pagination .page-item.active {
  background-color: #aeaeae;
  color: #fff;
}

.pagination li.page-item.all-posts {
  width: unset;
}



/* ———————————————————— Blog Pagination End———————————————————— */



/* ———————————————————— Blog Header Start———————————————————— */

#blog-post-header-background {
  background-image: url('https://www.gmisolutions.com/hubfs/Images/site-images/banner-images/gmi_blog_banner_adjusted.jpg');
  background-size: cover;
}

#blog-post-header-background h1 {
  font-family: FairplayDisplay;
  font-weight: 600;
  color: #fff;
  padding: 4rem 0;
  font-size: 3rem;
}

/* ———————————————————— Blog Header End———————————————————— */


/* ———————————————————— Blog Post Title Start———————————————————— */

.post-title h1 {
  font-family: FairplayDisplay;
  font-size: 4rem;
  line-height: 4.1rem;
  font-weight: 600;
  line-height: 1.2;
}

/* ———————————————————— Blog Post Title End———————————————————— */


/* ———————————————————— Blog Date Start———————————————————— */

.blog-published-date {
  font-weight: 600;
  color: #505050;
}

/* ———————————————————— Blog Date End———————————————————— */

/* ———————————————————— Blog Author Byline Start ———————————————————— */

.author-byline img,
.author-byline h3{
  display: inline-block;
}

.author-byline img {
  width: 50px !important;
  height: 50px;
  margin-right: 8px;
}

.author-byline h3 {
  font-size: 1rem;
}

.author-byline h3 a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 1rem;
}

/* ———————————————————— Blog Author Byline End ———————————————————— */

/* ———————————————————— Blog Topics Start———————————————————— */

.blog-topics {
  display: block;
  width: 100%;
  min-height: 20px;
  color: #b8b8b8;
}

.topic-links {
  float: right;
}

.topic-links a {
  text-decoration: none;
  color: #b8b8b8;
}

/* ———————————————————— Blog Topics End———————————————————— */


/* ———————————————————— Blog Social Sharing Buttons Start ———————————————————— */

.post-body-social {
  display: inline-block;
  width: 10%;
  min-width: 60px;
  float: left
}

.post-body-social a {
  color: #4e4e4e;
  text-decoration: none;
  font-size: 2rem;
  display: block;
  margin: 8px;
}

.post-body-social .fa-twitter:hover,
.post-body-social .fa-facebook-f:hover,
.post-body-social .fa-linkedin-in:hover{
  color: #be1e2d;
}

/* ———————————————————— Blog Social Sharing Buttons End ———————————————————— */



/* ———————————————————— Blog Copy Start———————————————————— */

.blog-copy {
  display: inline-block;
  width: 89%;
  float: right;
}

/* ———————————————————— Blog Content End———————————————————— */



/* ———————————————————— Fixed Right Group Start———————————————————— */

.rightgroup {
  width: 10%;
  float: left;
  position: relative;
}

/* ———————————————————— Fixed Right Group End———————————————————— */



/* ———————————————————— Popular Posts Start———————————————————— */

.popular-posts {
  width: 100%;
}  

/* ———————————————————— Popular Posts End———————————————————— */


/* ———————————————————— Related Posts Start———————————————————— */

h4.related-post-title {
  width: 100%;
  text-align: center;
  font-size: 2rem;
}

.related-post-item {
  max-width: 33%;
  display: inline-block;
  padding: 0 16px;
  float: left;
  margin: 2rem 0;
}

.related-post-item a {
  text-decoration: none;
}

.related-title h3 {
  font-family: FairplayDisplay;
  font-weight: 600;
  font-size: 1.5rem;
  margin: 1rem 0 0;
}

p.related-author {
  font-weight: 600;
  color: #505050;
}

.related-summary p,
.related-summary h2,
.related-summary h3,
.related-summary h5 {
  font-size: 1rem;
  color: #000000;
}

span.related-button {
  border: 1px solid #be1e2d;
  color: #fff;
  background-color: #be1e2d;
  padding: 0.5rem 2rem;
  transition: background-color 0.4s, color 0.4s;
}

span.related-button:hover {
  background-color: #fff;
  color: #be1e2d;
  transition: background-color 0.4s, color 0.4s;
}

.back-to-blog {
  width: 100%;
  display: inline-block;
  float: none;
  text-align: center;
  margin: 2rem 0;
}

.back-to-blog a {
  border: 1px solid #6e6e6e;
  color: #6e6e6e;
  padding: 0.5rem 2rem;
  text-decoration: none;
  transition: background-color 0.4s, color 0.4s;
  font-size: 1.5rem;
  font-weight: 600;
}

.back-to-blog a:hover {
  background-color: #6e6e6e;
  color: #fff;
  transition: background-color 0.4s, color 0.4s;
}

/* ———————————————————— Blog Mobile Styles Start———————————————————— */

@media (max-width: 767px) {
  #blog-post-header-background h2 {
    margin: 0 1rem;
    padding: 2rem 0;
    font-size: 2rem;
  }
  
  a #blog-post-header-background h2 {
    text-decoration: none;
  }
  
  .blog .blog-content {
    padding: 0 1rem;
  }
  
  .post-title h1 {
    font-size: 2rem;
  }
  
  .related-post-item {
    max-width: 100%;
  }
  
  .post-body-social a {
    display: inline-block;
  }
  
  .post-body-social {
    width: 100%;
  }
  
  .rightgroup { 
    width: 100%;
  }
  
  .blog-copy {
    width: 100%;
  }
}

/* ———————————————————— Blog Mobile Styles End———————————————————— */



/* ———————————————————— Related Posts End———————————————————— */



/* 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 {}
.blog-listing-wrapper .post-listing .post-item {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  width: 100%;
}
.blog-listing-wrapper .post-listing .post-item .post-item-inner {
  border-top: 1px solid #cacaca3c;
  -moz-box-shadow: 0 2px 5px #cacacacc;
  -webkit-box-shadow: 0 2px 5px #cacacacc;
  -khtml-box-shadow: 0 2px 5px #cacacacc;
  box-shadow: 0 2px 5px #cacacacc;
  color: #747474;
  font-size: 13px;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  margin-bottom: 0;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
.blogcost-reductions-choosing-the-right-contract-manufacturer-page .section.post-header {
  margin-bottom: 30px;
}

.blogcost-reductions-choosing-the-right-contract-manufacturer-page .section.post-header img {
  max-width: 100%;
  width: auto;
}

.blog-listing-wrapper .post-listing .post-item .post-item-inner .cst-post-date-grp {
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding: 10px 15px;
  margin-bottom: 0!important;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}

.blog-listing-wrapper .post-listing .post-item .post-item-inner .cst-post-date-grp span.date {
  color: rgba(51,51,51,.6);
  float: none;
}
.blog-listing-wrapper .post-listing .post-item .post-item-inner .hs-featured-image-link .hs-featured-image {
  margin-left: 10px;
  margin-right: 15px;
  float: left;
  vertical-align: middle;
  margin-top: 3px;
  width: 100%;
  max-width: 180px;
}



.blog-listing-wrapper .post-listing .post-item .post-item-inner h3 {
  margin-left: 10px;
  padding: 10px 15px 10px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
  margin-top: 0;
  line-height: 24px;
}

.blog-listing-wrapper .post-listing .post-item .post-item-inner h3 a {
  color: #0000FF;
  text-decoration: underline;
  font-family: 'Open Sans', Arial, serif;
  font-weight: 400;
}

.blog-listing-wrapper .post-listing .post-item .post-item-inner .blog-post-content {
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 15px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.blog-listing-wrapper .post-listing .post-item .post-item-inner .blog-post-content .link-more:hover {
  color: #bfbfbf;
  background-color: #be1e2d;
  opacity: .8;
}
.blog-listing-wrapper .post-listing .post-item .post-item-inner .blog-post-content .link-more {
  color: #ffffff;
  background-color: #be1e2d;
  box-shadow: none;
  border: none;
  margin: 6px 0;
  text-transform: none;
  outline: 0!important;
  font-style: normal;
  display: inline-block;
  text-align: center;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  margin-bottom: 0;
}

.blog-listing-wrapper .post-listing .post-item .post-item-inner .cst-social-btm-sec {
  margin: 5px auto!important;
  text-align: center;
  clear: both;
  height: 37px;
  line-height: 20px;
  border-top: 1px solid rgba(0,0,0,.1);
  padding-top: 5px;
  position: relative;
}
.blog-listing-wrapper .post-listing .post-item .post-item-inner .cst-post-body-social-btm-sec a:hover {
  opacity: .8;
}
.blog-listing-wrapper .post-listing .post-item .post-item-inner .cst-social-btm-sec a {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAAAgCAMAAACioYPHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABOUExURTtZmPL4+OWfnvHb3NtDN////9o3KQB3tVWs7r0IHNLf7uGBftpZVbzd88IbLoC62Y3H7+7Dxtttcu3v7+m4ty+Qw2u38WyDsq251Fhxp+TA8skAAAJSSURBVFjD7dfpkqMgEADg0BxRDgVEk7z/i24DZtYDdJOt2tofdtUYxyTWZ9MN5HY7ieYk2EncT6I9idsFvIAX8AK+Qwjxl8DOg3PguyPg6yml/AYomPZe740LS3MCVISnIKoOfKXPnADttAMKBnQgAw26DrTcHgE7yn+CdjXgk1eB9v1KODHW2CVQaEoGkkKLeby3wFFyPtaBs885shZugHiTZ6UGiUmJs/kZ5QoYfUMAoARml1d6m8HRHGVQRZaPZzpSVR34qABnlJnrZFoCA44u1p/Q6l2RjoDYAscx/o1j3487YJfSFm2BpWR2JeDjgcD+8ShnMOVtkhloFzUo9BB9qY9TK+MhEJVH+TcFv3Xv8R7x6/0W6PGi1vnZu6j1JeC7RotAyZexAgJJ+dIqhRYKFCVBgS4Bc4wbIGACW8o9vnJoXTzUgbIyxMuYNkAlmFC5UQDHl6RTvFgA9iNZpHB2JBIaW3zPRa4rAaXEt6V8FoFm6SNNEZhgIMAFSmhwvgTETjFFoGspTbUY8n+fNsm0HGPTVIY4nx7VYF8Ehlh7wFMt+jb2ysfAVRFOTaVJQh7YUhcfAiMMlGt1hPpakxwDJ1JI4HqaYYAn6QoE9RGwS/cFXI4DY6Q2zRwDm8nsfduJeiAZtl9JjoGxL+JEQ5ROSzJ8PFFP1sqCb7fUgaitxcaYe2MMbhlsOhaWuk7tFuM/B77T97PIFTcLXny73WIobOcNA2XVzYKUr2oN4oOb1U5mv91i4vv9IDaxzz7o/ucNq1Pd9ZvkAl7AC/gPgb8AXg93ENAgd8QAAAAASUVORK5CYII=) no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block!important;
  margin-right: 4px;
  position: relative;
}
.blog-listing-wrapper .post-listing .post-item .post-item-inner .cst-social-btm-sec a:hover {
  opacity: .8;
}
.blog-listing-wrapper .post-listing .post-item .post-item-inner .cst-social-btm-sec .pt-cv-social-twitter {
  background-position: -32px 0;
}
.blog-post-wrapper h2, .post-header h2{}
.blog-listing-wrapper .post-listing .post-item .post-item-inner .cst-social-btm-sec .pt-cv-social-linkedin {
  background-position: -96px 0;
}
.blogare-you-tariff-ied-page .section.post-header {
  margin-bottom: 30px;
}
.blogare-you-tariff-ied-page .section.post-header img {
  max-width: 100%;
  width: auto;
}

.blogour-new-year-resolution-page .section.post-header .hs-post-image-wrapper {
  margin-bottom: 20px;
}
.blog-listing-wrapper .post-listing .post-item .post-item-inner:hover {
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.15);
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.15);
  -khtml-box-shadow: 0 5px 10px rgba(0,0,0,.15);
  box-shadow: 0 5px 10px rgba(0,0,0,.15);
}
.blog-listing-wrapper .post-listing {
  margin-left: -9px;
  margin-right: -9px;
}

.blog-pagination a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.blog-pagination {
  text-align: center;
  margin: 5px auto;
}

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

.blog-listing-wrapper .post-listing .post-item .post-body {}


#comments-listing:empty {
  display: none;
}


#hs_cos_wrapper_blog_subscription_title{}

#comment-form h4{}

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

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

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

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


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

.blog .blog-sidebar {}

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


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



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


.hs-blog-post .cst-page-inner-grp .blog-content {
  max-width: 71%;
  width: 100%;
}

.hs-blog-post .cst-page-inner-grp .blog-sidebar {
  max-width: 23%;
  width: 100%;
  margin-left: 0;
  float: right;
}

.hs-blog-post .cst-page-inner-grp .blog-content {
  margin-bottom: 64px;
}
.hs-blog-post .cst-page-inner-grp .blog-content .cst-btm-pane-grp .cst-contact-member-items .cst-imge-col {
  max-width: 127px;
}

.cst-email-sub-form .form-title {
  color: #333333;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 18px;
  margin-top: 0;
  line-height: normal;
}
.cst-email-sub-form form {
  padding-top: 13px;
}

.cst-email-sub-form form .input .hs-input {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: auto;
  margin-bottom: 10px;
}
.cst-email-sub-form form .input .hs-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.cst-email-sub-form form .hs-button.primary.large {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.cst-email-sub-form form .hs-button.primary.large:hover {
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.cst-email-sub-form form .hs-button.primary.large:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btm-sec-col-grp {
  margin: 30px 0 20px;
  font-size: smaller;
}
.blog-post-wrapper .post-body .hs_cos_wrapper_type_rich_text table td {
  border-color: #e0dede;
}
.section.post-header img {
  width: 100%;
}
.section.post-header .hs-post-image-wrapper {
  margin-bottom: 1.5rem;
}
.blog-post-wrapper .post-body .hs_cos_wrapper_type_rich_text h5 {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  margin: 1.67em 0;
}

.blog-post-wrapper .post-body .hs_cos_wrapper_type_rich_text table {
  border-collapse: collapse;
  border-spacing: 0;
}

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


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

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

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  display: block;
  font-weight: 700;
  font-size: 16px;
  float: none;
  line-height: 1.3;
  margin: 0 0 4px 0;
  padding: 0;
}

.hs-form-field > label span.hs-form-required {
  color: #ff0000;
  font-weight: 400;
}

/* 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;
  max-width: 500px;
  width: 100%;
  background-color: #fff;
  border-radius: 2px;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: none;
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 6px 10px;
  height: 38px;
  line-height: 1.3;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0 15px;

}

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 #999;
  outline:0;
}

/* Separate Styles for Multiple Line Inputs */
textarea {
  height: 70px;
}
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: 2px 0px;
  margin-bottom: 12px;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

.invalid.error {
  border: 1px solid #cc0000;
}

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

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

/* Error */
.hs-error-msgs label{}

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


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

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

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

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


ul.hs-error-msgs {
  margin: 0 0 10px!important;
  list-style: none!important;
  padding-left: 0!important;
  color: #990000;
  font-size: 12px;
  float: none;
  font-family: Arial, Helvetica, sans-serif;
}


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ddd;
  color: #333;
  font-size: 1em;
  padding: 10px 15px;
  font-family: Arial;
  line-height: normal;
  margin:10px 0 15px;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #ddd;
  border: 1px solid #ccc;
}

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


/* =============== Landing Page Buttons =============== */


.landing-page .hs-button.primary,
input[type="submit"],
input[type="button"] {
  -webkit-font-smoothing: antialiased;
    cursor: pointer;
    display: inline-block;
    font-weight: regular;
    text-align: center;
    text-decoration: none;
    font-family: sans-serif;
    background: #BE1E2D;
    color: rgb(255, 255, 255);
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 0px;
    padding: 20px 32px 20px;
    height: auto;
    min-width: 245px;
}

.landing-page .hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #747474;
}

.landing-page .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 {}


.body-container-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget {
  margin: 0 0 20px;
  display: block;
}

.no-gap .body-container-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget {
  margin: 0 0 0px;
  display: block;
}

.no-gap .body-container-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget h1 {
    font-family: FairplayDisplay;
    font-weight: 600;
    font-size: 3rem;
    
}



/* SEARCH RESULT STYLING */
.body-container .hs-search-field {
  position: relative;
}
ul.hs-search-field__suggestions {
  padding: 5px;
  border: 1px solid #000;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
}
ul.hs-search-field__suggestions:empty {
  display: none !important;
}  
ul.hs-search-field__suggestions li {
  padding: 3px 0;
  margin: 0;
}
ul.hs-search-field__suggestions li#results-for {
  font-size: 16px;
}
ul.hs-search-field__suggestions li > a {
  padding: 2px 5px;
  margin: 0;
}
ul.hs-search-field__suggestions li > a:hover {
  color: #000;
}



.hs-blog-social-share ul li span {
  vertical-align: top!important;
}

.hs-form-field > label span[data-reactid]:empty + span {
  display: none;
}

.mobile-trigger {
  width: 100%;
  background-color: #f9f9f9;
  border: 1px solid #dadada;
  line-height: 31px;
  position: relative;
  font-size: 12px;
  cursor: pointer;
}

.mobile-trigger span {
  padding-left: 10px;
}

.mobile-trigger .selector-down:before {
  content: '\f0c9';
  font-family: IcoMoon;
  font-size: 24px;
  margin-left: 12px;
  color: #dadada;
}
.mobile-trigger .selector-down {
  border-color: #dadada;
  height: 31px;
  margin: 0;
  right: 5px;
  top: 0;
  width: 40px;
  position: absolute;
  border-left: 1px solid #dadada;
}


/**************** Global Styling *****************/

.footer-container .page-center .col{
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}


.banner-image-gallery .hs_cos_gallery_main {
  padding: 0;
  margin: 0;
}

.banner-image-gallery {
  position: relative;
}
.banner-image-gallery .tp-bannershadow.tp-shadow2 {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 60px;
  bottom: -60px;
  position: absolute;
  display: block;
  width: 100%;
}

.banner-image-gallery .slick-arrow.slick-next {
  right: 20px;
}
.banner-image-gallery .slick-arrow.slick-prev {
  left: 20px;
}
.banner-image-gallery .slick-arrow {
  background-position: 19px 19px;
  top: 50% !important;
  margin-top: -31px !important;
  width: 63px !important;
  height: 63px !important;
  background: none;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 2;
}
.banner-image-gallery .slick-arrow.slick-prev:before {
  position: absolute;
  padding: 0;
  width: 100%;
  line-height: 63px;
  text-align: center;
  font-size: 25px;
  font-family: IcoMoon;
  opacity: 1;
  content: "\e61e";
  -webkit-font-smoothing: antialiased;
  top: 0;
  left: 0;
  margin-left: -2px;
  color: inherit;
}

.banner-image-gallery .slick-arrow.slick-next:before {
  position: absolute;
  padding: 0;
  width: 100%;
  line-height: 63px;
  text-align: center;
  font-size: 25px;
  font-family: IcoMoon;
  margin-left: -1px;
  content: "\e620";
  -webkit-font-smoothing: antialiased;
  top: 0;
  left: 0;
  color: inherit;
}


.banner-image-gallery .hs_cos_gallery_main:hover .slick-arrow {
  opacity: .8;
}
.banner-image-gallery .hs_cos_gallery_main .slick-arrow {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
}
.banner-image-gallery .hs_cos_gallery_main .slick-arrow:hover {
  opacity: 1;
}

.banner-image-gallery .hs_cos_gallery_main ul.slick-dots {
  bottom: 20px;
  left: 50%;
  z-index: 3;
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5px);
  margin: 0;
  width: auto;
  margin-left: 0;
  transform: translateX(-50%);
}

.banner-image-gallery .hs_cos_gallery_main ul.slick-dots li {
  cursor: pointer;
  position: relative;
  background-image: url(//5531921.fs1.hubspotusercontent-na1.net/hubfs/5531921/GMI_Solutions_April2019%20Theme/Images/bullet.png);
  width: 20px;
  height: 20px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
  margin-left: 3px;
  background-position: top left;
  background-repeat: no-repeat;
}
.banner-image-gallery .hs_cos_gallery_main ul.slick-dots li:first-child {
  margin-left: 0;
}
.banner-image-gallery .hs_cos_gallery_main ul.slick-dots li.slick-active, .banner-image-gallery .hs_cos_gallery_main ul.slick-dots li:hover {
  background-position: bottom left;
}

.banner-image-gallery .hs_cos_gallery_main .slick-slide-inner-wrapper {
  display: block;
}
.banner-image-gallery .hs_cos_gallery_main ul.slick-dots{
  opacity:0;
}
.banner-image-gallery .hs_cos_gallery_main:hover ul.slick-dots{
  opacity:1;
}
.banner-image-gallery .hs_cos_gallery_main ul.slick-dots li button {
  display: none;
}

.hs-fullwidth-frm-r1-c2-form .form-title {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin: 16px 0 10px;
}

.hs-fullwidth-frm-r1-c1-flexi .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 4px;
}

.hs-fullwidth-frm-r1-c2-form form {
  max-width: 60%;
  width: 100%;
}
.hs-fullwidth-frm-r1-c2-form form fieldset {
  padding: 10px 0;
}

.hs-fullwidth-frm-r1-c2-form form .form-columns-2 .hs-form-field {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.hs-fullwidth-frm-r1-c2-form form .form-columns-2 .hs-form-field > label {
  order: 1;
  width: 100%;
}

.hs-fullwidth-frm-r1-c2-form form .form-columns-2 .hs-form-field .input {
  order: 2;
  width: 100%;
}

.hs-fullwidth-frm-r1-c2-form form .form-columns-2 .hs-form-field legend {
  display: block;
  font-size: 13px;
  float: none;
  font-weight: 400;
  line-height: 1.3;
  margin: 4px 0 0;
  padding: 0;
  order: 3;
}
.hs-fullwidth-frm-r1-c2-form form .form-columns-2 .hs-form-field .input .hs-input {
  margin: 0;
}
.hs-fullwidth-frm-r1-c2-form form .form-columns-2 .hs-form-field {
  width: 48%!important;
}
.hs-fullwidth-frm-r1-c2-form form .form-columns-2 .hs-form-field:last-child {
  margin-left: 4%;
}
.hs-fullwidth-frm-r1-c2-form form .form-columns-2 .hs-form-field {
  padding: 0;
}
.hs-fullwidth-frm-r1-c2-form form .form-columns-1 .hs-form-field {
  padding: 0;
}
.hs-fullwidth-frm-r1-c2-form form .form-columns-1 .hs-form-field .input .hs-input {
  max-width: 100%;
  margin: 0;
}
.hs-error-msgs label {
  display: block;
  color: #990000;
  font-size: 12px;
  float: none;
  font-family: Arial, Helvetica, sans-serif;
}
.hs-fullwidth-frm-r1-c2-form {
  margin-bottom: 9px;
}

.hs-fullwidth-frm-r1-c2-form form .form-columns-2 .hs-form-field legend {
  order: 4;
}
.hs-fullwidth-frm-r1-c2-form form .form-columns-2 .hs-form-field ul.hs-error-msgs {
  order: 3;
  width: 100%;
  margin: 0!important;
}

.banner-image-gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
  padding-top: 13.1378%;
  background-size: cover;
  background-position: center top;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
}
.banner-image-gallery .slick-arrow.slick-next:before,
.banner-image-gallery .slick-arrow.slick-prev:before {
  opacity: 1;
  line-height: 62.5px;
  font-size: 31.25px;
}

.hs-fullwidth-frm-r1-c2-form form .form-columns-2 .hs_lastname.hs-lastname > label {
  opacity: 0;
  visibility: hidden;
}

.hs-fullwidth-frm-r1-c1-flexi .hs_cos_wrapper_type_rich_text h1 {
  margin: 0.67em 0;
}

.alignleft {
  float: left;
  margin-right: 15px;
}


.ccc-page .banner-image-gallery .hs_cos_gallery_main .slick-track .slick-slide:nth-child(1) .slick-slide-inner-wrapper,
.cnccc-page .banner-image-gallery .hs_cos_gallery_main .slick-track .slick-slide:nth-child(1) .slick-slide-inner-wrapper{
  background-size: cover;
  background-position: center center;
}
.ccc-page .banner-image-gallery .hs_cos_gallery_main .slick-track .slick-slide:nth-child(2) .slick-slide-inner-wrapper,
.cnccc-page .banner-image-gallery .hs_cos_gallery_main .slick-track .slick-slide:nth-child(2) .slick-slide-inner-wrapper{
  background-position: center bottom;
}
.ccc-page .banner-image-gallery .tp-bannershadow.tp-shadow2,
.cnccc-page .banner-image-gallery .tp-bannershadow.tp-shadow2{
}

.about-usour-facilities-page .banner-image-gallery .hs_cos_gallery_main .slick-slide:first-child .slick-slide-inner-wrapper,
.about-usour-facilities-page .banner-image-gallery .hs_cos_gallery_main .slick-slide:nth-child(3) .slick-slide-inner-wrapper,
.cnabout-usour-facilities-page .banner-image-gallery .hs_cos_gallery_main .slick-slide:first-child .slick-slide-inner-wrapper,
.cnabout-usour-facilities-page .banner-image-gallery .hs_cos_gallery_main .slick-slide:nth-child(3) .slick-slide-inner-wrapper{
  background-position: center center;
}


.about-uswhat-we-do-page .banner-image-gallery .hs_cos_gallery_main .slick-slide:nth-child(3) .slick-slide-inner-wrapper,
.cnabout-uswhat-we-do-page .banner-image-gallery .hs_cos_gallery_main .slick-slide:nth-child(3) .slick-slide-inner-wrapper{
  background-position: center center;
}


.cst-executive-tema-grp .cst-executive-tema-items img.team-meb-img {
  float: left;
  margin-right: 15px;
  width: 100%;
  max-width: 150px;
  margin-top: -13px;
}
.cst-contact-grp .cst-contact-member-items .cst-contact-details {
  float: left;
  width: 100%;
  padding: 9px 1px 0;
  max-width: 300px;
}

.cst-contact-grp .cst-contact-member-items button.cst-contact-button {
  float: left;
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ddd;
  color: #333;
  font-size: 1em;
  padding: 10px 15px;
  font-family: Arial;
  line-height: normal;
  margin: 10px 0 15px;
  width: 175px;
}

.cst-contact-grp .cst-contact-member-items button.cst-contact-button:hover {
  background-color: #ddd;
  border: 1px solid #ccc;
}

.cst-contact-grp .cst-contact-member-items button.cst-contact-button a {
  color: #333;
  text-decoration: none !important;
}

.cst-contact-grp .cst-contact-member-items .cst-imge-col img {
  width: 100%;
  max-width: 125px;
}
.cst-contact-grp .cst-contact-member-items .cst-imge-col {
  width: 100%;
  max-width: 150px;
  float: left;
  padding: 1px;
}
.cst-contact-grp .cst-contact-member-items .cst-contact-details img {
  margin-right: 15px;
  margin-bottom: 0;
  height: 28px;
}
.cst-contact-grp .cst-contact-member-items:last-child hr {
  margin-bottom: 0;
}
.hs-fullwidth-frm-r1-c2-form form fieldset .hs_what_are_you_interested_in_ .input ul li {
  margin-bottom: 5px;
}
.hs-fullwidth-frm-r1-c2-form form fieldset .hs_what_are_you_interested_in_ .input ul li > label .hs-input {
  border: 1px solid #ccc;
  background-color: #fff;
  width: 14px;
  height: 14px;
  margin: 0 10px 0 3px!important;
  display: inline-block;
  vertical-align: baseline;
}
.hs-fullwidth-frm-r1-c2-form form fieldset .hs_what_are_you_interested_in_ .input ul li:last-child {
  margin-bottom: 0;
}
.hs-fullwidth-frm-r1-c2-form form fieldset .hs_what_are_you_interested_in_ .input ul li > label span {
  display: inline;
  vertical-align: baseline;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.hs-fullwidth-frm-r1-c2-form form fieldset .hs_comment_or_message .input textarea {
  height: 120px;
  margin-bottom: 10px!important;
}

.cst-address-grp {
  margin-bottom: 120px;
}

.hs-fullwidth-frm-r1-c2-form form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin-bottom: 15px;
  padding: 10px 5px;
}
.cst-address-items.global-headquarters {
  margin-bottom: 50px;
}
.contact-us-page .hs-fullwidth-frm-r1-c3-form .hs_cos_wrapper_type_rich_text hr {
  margin-top: 0;
}
.cst-address-grp .cst-address-items:last-child p:first-child {
  margin-bottom: 0;
}

.cst-address-grp .cst-address-items:last-child .address .option {
  display: none;
}

.cst-address-grp .cst-address-items:last-child .map-go {
  margin-bottom: 20px;
}

/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.pc .retina-logo {
  display: none;
}
.mac .normal-logo {
  display: none;
}

/************ Chinese Page Styling ***************/

.cn .hs-fullwidth-frm-r1-c1-flexi .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 20px;
}
.cn .hs-fullwidth-frm-r1-c1-flexi {
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
}

.cn .hs-fullwidth-frm-r1-c1-flexi h2,
.cn .hs-fullwidth-frm-r1-c1-flexi h3,
.cn .hs-fullwidth-frm-r1-c1-flexi h1,
.cn .hs-fullwidth-frm-r1-c1-flexi h4 {
  font-family: "Antic Slab", Arial, Helvetica, sans-serif;
}


.cst-image-grp .image-items {
  width: 19.99%;
  padding: 5px;
  float: left;
}


.cst-image-grp .image-items .portfolio-item-wrapper .image {
  position: relative;
  overflow: hidden;
  z-index: 1;
}




div.pp_default .pp_description,
div.pp_default .pp_expand,
.blog div.pp_default .pp_social{
  display: none!important;
}

.blog div.pp_default .pp_expand {
  display: blog!important;
}

.cst-image-grp .image-items .portfolio-item-wrapper .image .image-extras {
  width: 101%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #aad75d), color-stop(1, #d1e990));
  background-image: -webkit-linear-gradient(bottom, #aad75b, #d1e990);
  background-image: -moz-linear-gradient(bottom, #aad75d, #d1e990);
  background-image: -ms-linear-gradient(bottom, #aad75d, #d1e990);
  background-image: -o-linear-gradient(bottom, #aad75d, #d1e990);
  background-image: linear-gradient(to top, #aad75d, #d1e990);
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 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;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(top, rgba(226,226,226,0.8) 0%, rgba(226,226,226,0.8) 100%);
  background-image: -o-linear-gradient(top, rgba(226,226,226,0.8) 0%, rgba(226,226,226,0.8) 100%);
  background-image: -moz-linear-gradient(top, rgba(226,226,226,0.8) 0%, rgba(226,226,226,0.8) 100%);
  background-image: -webkit-linear-gradient(top, rgba(226,226,226,0.8) 0%, rgba(226,226,226,0.8) 100%);
  background-image: -ms-linear-gradient(top, rgba(226,226,226,0.8) 0%, rgba(226,226,226,0.8) 100%);
  background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgba(226,226,226,0.8)), color-stop(1, rgba(226,226,226,0.8)) );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#e2e2e2') progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.cst-image-grp .image-items .portfolio-item-wrapper .image:hover .image-extras {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#e2e2e2') progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.cst-image-grp .image-items .portfolio-item-wrapper .image .image-extras:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.cst-image-grp .image-items .portfolio-item-wrapper .image .image-extras .image-extras-content {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  height: auto;
}

.cst-image-grp .image-items .portfolio-item-wrapper .image .image-extras .image-extras-content .icon.link-icon,
.cst-image-grp .image-items .portfolio-item-wrapper .image .image-extras .image-extras-content .icon.gallery-icon {
  background-color: #333333;
  border-radius: 50%;
  width: 35px;
  height: 36px;
  vertical-align: top;
  text-indent: -10000px;
  position: relative;
  opacity: 0.9;
  font-size: 13px;
  line-height: 20px;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  margin: 0;
  margin-top: 10px;
}

.cst-image-grp .image-items .portfolio-item-wrapper .image .image-extras .image-extras-content .icon.link-icon:before {
  position: absolute;
  left: 50%;
  margin-left: -7.5px;
  text-indent: 0;
  line-height: 36px;
  text-shadow: none;
  font-family: IcoMoon;
  font-size: 15px;
  color: #fff;
  content: '\e619';
}

.cst-image-grp .image-items .portfolio-item-wrapper .image .image-extras .image-extras-content .icon.link-icon:hover,
.cst-image-grp .image-items .portfolio-item-wrapper .image .image-extras .image-extras-content .icon.gallery-icon:hover {
  opacity: 1;
}

.cst-image-grp .image-items .portfolio-item-wrapper .image .image-extras .image-extras-content a.icon.gallery-icon:before {
  position: absolute;
  left: 50%;
  margin-left: -7.5px;
  text-indent: 0;
  line-height: 36px;
  text-shadow: none;
  font-family: IcoMoon;
  font-size: 15px;
  color: #fff;
  content: '\f002';
}

.cst-image-grp .image-items .portfolio-item-wrapper .image .image-extras .image-extras-content h3.entry-title a {
  font-size: 13px;
  line-height: 20px;
  color: #0000FF;
  text-decoration: underline;
}
.cst-image-grp .image-items .portfolio-item-wrapper .image .image-extras .image-extras-content h3.entry-title {
  font-family: "Antic Slab", Arial, Helvetica, sans-serif;
  color: #333333;
  margin: 0;
  margin-top: 10px;
}
body.cn {
  overflow-y: scroll;
}

.cn .header-container-wrapper {
  min-height: 201px;
}
.mac.cn .header-container-wrapper {
  min-height: 201px;
}

.mac .header-container .page-center .cst-logo img {
  max-height: 127px;
  width:250px;
  max-width:100%;
}

.mac.cn .header-container .page-center .cst-logo img {
  max-height: 100%;
}

.mac.sticky .header-container .page-center .cst-logo img {
  max-height: 55px;
  width:100px;
  max-width:100%;
}

.mac.sticky.cn .header-container .page-center .cst-logo img {
  max-height: 100%;
}

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





.mac .hs-button.primary, .mac input[type="submit"], .mac input[type="button"] {
  font-family: system-ui;
}


@-moz-document url-prefix() {
  .mac .hs-button.primary, .mac input[type="submit"], .mac input[type="button"] {
    font-family: -apple-system;
  }
}




.cst-project-grp .cst-inner-grp.clearfix .cst-prjct-description {
  float: left;
  width: 74.4681%;
}

.cst-project-grp .cst-inner-grp.clearfix .rght-col {
  float: right;
  width: 23.4043%;
}

.cst-project-grp .cst-inner-grp.clearfix .cst-prjct-description h3 {
  color: #333333;
  line-height: 24px;
  font-size: 16px;
  font-family: "Antic Slab", Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: 0;
  margin-bottom: 28px;
}

.cst-project-grp {
  margin-bottom: 50px;
}

.cst-project-grp .cst-inner-grp.clearfix .rght-col h3 {
  color: #333333;
  line-height: 24px;
  font-size: 16px;
  font-family: "Antic Slab", Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: 0;
  margin-bottom: 28px;
}

.cst-project-grp .cst-inner-grp.clearfix .rght-col .project-info-box {
  border-bottom: 1px solid #e7e6e6;
  padding-bottom: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  border-color: #e0dede;
}

.cst-project-grp .cst-inner-grp.clearfix .rght-col .project-info-box h4 {
  color: #333333;
  line-height: 20px;
  font-size: 13px;
  font-family: "Antic Slab", Arial, Helvetica, sans-serif;
  margin: 0;
  float: left;
  width: 110px;
  font-weight: 700;
}

.cst-project-grp .cst-inner-grp.clearfix .rght-col .project-info-box .project-terms {
  float: left;
}


.banner-image-gallery.postfolio {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}
.banner-image-gallery.postfolio .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
  padding: 0;
  height: 300px!important;
}

.banner-image-gallery.postfolio .hs_cos_gallery_main ul.slick-dots {
  display: none!important;
}

.banner-image-gallery.postfolio .tp-bannershadow.tp-shadow2 {
  height: 30px;
  bottom: -30px;
  background-image: url(//5531921.fs1.hubspotusercontent-na1.net/hubfs/5531921/GMI_Solutions_April2019%20Theme/Images/shadow1.png);
}

.banner-image-gallery.postfolio .slick-arrow.slick-prev {
  left: 15px;
}
.banner-image-gallery.postfolio .slick-arrow.slick-next {
  right: 15px;
}

.banner-image-gallery.postfolio .slick-arrow.slick-next:before,
.banner-image-gallery.postfolio .slick-arrow.slick-prev:before {
  line-height: 63px;
  text-align: center;
  font-size: 25px;
}


.hs-location.cn .cst-one-col-grp strong {
  font-weight: 700;
}

.hs-location p.btm-image img {
  display: none;
}

.hs-location p.btm-image img {
  display: none;
}

.hs-location .cst-one-col-grp .cst-one-col-items:last-child p.cst-img {
  margin-bottom: 0;
}

.hs-location-rght-flexi form {
  padding-top: 13px;
}
.hs-location-rght-flexi form .hs-form-field > label {
  color: #747474;
  font-size: 13px;
  line-height: 20px;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0;
}

.hs-location-rght-flexi form .hs-form-field > label .hs-form-required {
  display: none;
}

.hs-location-rght-flexi form .hs_comments.hs-form-field .input textarea.hs-input {
  height: 150px;
}

.hs-location-rght-flexi form .hs-form-field .input .hs-input:focus {
  outline: -webkit-focus-ring-color auto 5px;
}

.hs-location-rght-flexi form .hs-form-field .input .hs-input {
  color: #aaa9a9;
  background-color: #ffffff;
  border: 1px solid #d2d2d2;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  padding: 8px 2%;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: normal;
  height: auto;
  margin: 0 0 13px;
}

.hs-location-rght-flexi form .hs_submit.hs-submit .hs-button.primary {
  border-color: #780404;
  border-radius: 2px;
  border-width: 0px;
  border-style: solid;
  text-shadow: none;
  box-shadow: none;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  background: #d60707;
  color: #780404;
  font-weight: bold;
  border-top-color: rgb(120, 4, 4);
  border-right-color: rgb(120, 4, 4);
  font-size: 20px;
  background: #e80707;
  color: #780404;
  background-image: -webkit-gradient( linear, left bottom, left top, from( #d60707 ), to( #e80707 ) );
  background-image: -webkit-linear-gradient( bottom,#d60707, #e80707 );
  background-image: -moz-linear-gradient( bottom, #d60707, #e80707 );
  background-image: -o-linear-gradient( bottom, #d60707, #e80707 );
  background-image: linear-gradient( to top,#d60707, #e80707 );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e80707', endColorstr='#d60707');
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  padding: 1px 6px;
  margin: 7px 0 15px;

}

.hs-location-rght-flexi form .hs_error_rollup ul.hs-error-msgs {
  margin: 0!important;
}

.hs-location-rght-flexi form .hs_error_rollup ul.hs-error-msgs label {
  color: #747474;
  line-height: 20px;
  font-size: 13px;
}

.hs-location-rght-flexi form .hs_error_rollup {
  border: 2px solid #f7e700;
  margin: 2em 0 1em;
  padding: 0.2em 1em;
}

.hs-location-rght-flexi form ul.hs-error-msgs label {
  color: #f00;
  font-size: 13px;
  font-weight: normal;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  line-height: 20px;
}

.hs-location-rght-flexi form ul.hs-error-msgs {
  margin-top: -13px!important;
}

.hs-location-rght-flexi form .hs_submit.hs-submit .hs-button.primary:hover {
  background: #d60707;
  color: #780404;
  background-image: -webkit-gradient( linear, left bottom, left top, from( #e80707 ), to( #d60707 ) );
  background-image: -webkit-linear-gradient( bottom, #e80707, #d60707 );
  background-image: -moz-linear-gradient( bottom, #e80707;}, #d60707 ) background-image: -o-linear-gradient( bottom, #e80707, #d60707 );
background-image: linear-gradient( to top, #e80707, #d60707 ) filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#d60707', endColorstr='#e80707');
}

.environment-bureau-pages-grp p a {
  text-decoration: none!important;
  margin-right: -7px;
}

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

/******************** Homepage Cn Page Styling *******************/


.banner-image-gallery.hs-home-cn .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.below {
  position: absolute;
  width: auto;
  top: 30%;
}
.banner-image-gallery.hs-home-cn .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
  padding-top: 26.275%;
  min-height:500px;
}
.banner-image-gallery.hs-home-cn .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.below h2 span {
  display: block;
  font-size: 58px;
  font-weight: 800;
  font-family: "Open Sans";
  color: rgb(255,255,255);
  line-height: 1.04;
  margin-bottom: 12px;
  opacity: 0;
  transition: opacity .5s ease;
}
.banner-image-gallery.hs-home-cn .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.below {
  position: absolute;
  width: auto;
  top: 49.5%;
  left: 31.15%;
}
.banner-image-gallery.hs-home-cn .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.below h2 span:nth-child(1) {
  transition-delay: .3s;
}
.banner-image-gallery.hs-home-cn .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.below h2 span:nth-child(3) {
  margin-left: 7px;
  transition-delay: .7s;
}
.banner-image-gallery.hs-home-cn .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.below h2 span:nth-child(2) {
  margin-left: 8px;
  margin-bottom: 9px;
  transition-delay: .5s;
}
.banner-image-gallery.hs-home-cn .hs_cos_gallery_main .slick-slide.slick-active .slick-slide-inner-wrapper .caption.below h2 span,
.banner-image-gallery.hs-home-cn .hs_cos_gallery_main .slick-slide.slick-active:nth-child(2) .slick-slide-inner-wrapper .caption.below h3 span,
.banner-image-gallery.hs-home-cn .hs_cos_gallery_main .slick-slide.slick-active:nth-child(3) .slick-slide-inner-wrapper .caption.below h3 span,
.banner-image-gallery.hs-home-cn .hs_cos_gallery_main .slick-slide.slick-active:nth-child(4) .slick-slide-inner-wrapper .caption.below h2 span{
  opacity: 1;
}

.banner-image-gallery.hs-home-cn .slick-arrow.slick-next:before,
.banner-image-gallery.hs-home-cn .slick-arrow.slick-prev:before,
.banner-image-gallery.hs-home .slick-arrow.slick-next:before,
.banner-image-gallery.hs-home .slick-arrow.slick-prev:before  {
  opacity: 1;
  line-height: 63px;
  text-align: center;
  font-size: 25px;
}

.banner-image-gallery.hs-home-cn .hs_cos_gallery_main .slick-slide:nth-child(2) .slick-slide-inner-wrapper .caption.below {
  top: auto;
  left: 30.5%;
  bottom: 26px;
}
.banner-image-gallery.hs-home-cn .hs_cos_gallery_main .slick-slide:nth-child(2) .slick-slide-inner-wrapper .caption.below h3 span {
  font-size: 58px;
  font-weight: 800;
  font-family: "Open Sans";
  color: rgb(0,0,0);
  line-height: 1.04;
}
.banner-image-gallery.hs-home-cn .hs_cos_gallery_main .slick-slide:nth-child(2) .slick-slide-inner-wrapper .caption.below h3 span:last-child {
  margin-right: 0;
}
.banner-image-gallery.hs-home-cn .hs_cos_gallery_main .slick-slide:nth-child(2) .slick-slide-inner-wrapper .caption.below h3 span {
  margin-right: 46px;
  opacity: 0;
  transition: opacity .5s ease;
  transition-delay: .5s;
}

.banner-image-gallery.hs-home-cn .hs_cos_gallery_main .slick-slide:nth-child(3) .slick-slide-inner-wrapper .caption.below {
  top: 0.5%;
  left: 36.15%;
}
.banner-image-gallery.hs-home-cn .hs_cos_gallery_main .slick-slide:nth-child(3) .slick-slide-inner-wrapper .caption.below h3 span {
  font-size: 58px;
  font-weight: 800;
  font-family: "Open Sans";
  color: rgb(0,0,0);
  line-height: 1.04;
  opacity: 0;
  transition: opacity .5s ease;
  transition-delay: .5s;
}
.banner-image-gallery.hs-home-cn .hs_cos_gallery_main .slick-slide:nth-child(4) .slick-slide-inner-wrapper .caption.below h2 span {
  opacity: 0;
  transition: opacity .5s ease;
  transition-delay: .5s;
}

.banner-image-gallery.hs-home-cn .hs_cos_gallery_main .slick-slide:nth-child(3) .slick-slide-inner-wrapper .caption.below {
  top: 15.8%;
  left: 34.23%;
}

.banner-image-gallery.hs-home-cn .hs_cos_gallery_main .slick-slide:nth-child(4) .slick-slide-inner-wrapper .caption.below {
  top: auto;
  left: 42.96%;
  bottom: 61px;
}

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

.banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.below {
  position: absolute;
  opacity: 0;
  transition: opacity .5s ease;
}
.banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide.slick-active .slick-slide-inner-wrapper .caption.below,
.banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide.slick-active:nth-child(1) .slick-slide-inner-wrapper .caption.below h1 span,
.banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide.slick-active:nth-child(1) .slick-slide-inner-wrapper .caption.below h1 strong {
  opacity: 1;
}
.banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(5) .slick-slide-inner-wrapper .caption.below {
  width: 488px;
  height: 69px;
  background-image: url(//5531921.fs1.hubspotusercontent-na1.net/hubfs/5531921/GMI_Solutions_April2019%20Theme/Images/black-rectangle-1.gif);
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -25px;
}

.banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(5) .slick-slide-inner-wrapper .caption.below h2 {
  margin: 0;
  line-height: 30px;
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  font-family: Arial,Helvetica,sans-serif;
  color: rgb(255,255,255);
  text-decoration: none;
  padding: 18px 0 0;
}

.banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(5) .slick-slide-inner-wrapper .caption.below h2 {
  margin: 0;
  color: #fff;
}

.banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(3) .slick-slide-inner-wrapper,
.banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(4) .slick-slide-inner-wrapper,
.banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(2) .slick-slide-inner-wrapper{
  background-position: center center;
}

.banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(3) .slick-slide-inner-wrapper .caption.below,
.banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(4) .slick-slide-inner-wrapper .caption.below {
  width: 361px;
  height: 95px;
  background-image: url(//5531921.fs1.hubspotusercontent-na1.net/hubfs/5531921/GMI_Solutions_April2019%20Theme/Images/black-rectangle-1.gif);
  top: 35%;
  left: 29.69%;
}
.banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(3) .slick-slide-inner-wrapper .caption.below h2,
.banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(4) .slick-slide-inner-wrapper .caption.below h2 {
  margin: 0;
  color: #fff;
  padding: 13px 0 0;
}
.banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(3) .slick-slide-inner-wrapper .caption.below h2 span,
.banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(4) .slick-slide-inner-wrapper .caption.below h2 span {
  display: block;
  text-align: center;
  line-height: 30px;
  font-size: 40px;
  font-weight: 700;
  font-family: Arial,Helvetica,sans-serif;
  color: rgb(255,255,255);
  margin-bottom: 8px;
}







.banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(2) .slick-slide-inner-wrapper .caption.below {
  width: 313px;
  height: 95px;
  background-image: url(//5531921.fs1.hubspotusercontent-na1.net/hubfs/5531921/GMI_Solutions_April2019%20Theme/Images/black-rectangle-1.gif);
  top: 31px;
  left: 26.6%;
}
.banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(2) .slick-slide-inner-wrapper .caption.below h2 {
  margin: 0;
  color: #fff;
}
.banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(2) .slick-slide-inner-wrapper .caption.below h2 span {
  display: block;
  text-align: center;
  line-height: 30px;
  font-size: 40px;
  font-weight: 700;
  font-family: Arial,Helvetica,sans-serif;
  color: rgb(255,255,255);
  margin-bottom: 11px;
}


.banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(2) .slick-slide-inner-wrapper .caption.below h2 span,
.banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(3) .slick-slide-inner-wrapper .caption.below h2 span,
.banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(4) .slick-slide-inner-wrapper .caption.below h2 span{
  opacity: 0;
  transition: opacity .5s ease;
}
.banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide.slick-active:nth-child(2) .slick-slide-inner-wrapper .caption.below h2 span,
.banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide.slick-active:nth-child(3) .slick-slide-inner-wrapper .caption.below h2 span,
.banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide.slick-active:nth-child(4) .slick-slide-inner-wrapper .caption.below h2 span{
  opacity: 1;
}
.banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(2) .slick-slide-inner-wrapper .caption.below h2 span:last-child,
.banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(3) .slick-slide-inner-wrapper .caption.below h2 span:last-child,
.banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(4) .slick-slide-inner-wrapper .caption.below h2 span:last-child {
  transition-delay: .5s;
}
.banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(2) .slick-slide-inner-wrapper .caption.below h2 span:first-child,
.banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(3) .slick-slide-inner-wrapper .caption.below h2 span:first-child,
.banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(4) .slick-slide-inner-wrapper .caption.below h2 span:first-child {
  transition-delay: .3s;
}



.banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(2) .slick-slide-inner-wrapper .caption.below h2 {
  padding-top: 8px;
}
.banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
  min-height: 300px;
}


.banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(1) .slick-slide-inner-wrapper .caption.below {
  background-image: url(//5531921.fs1.hubspotusercontent-na1.net/hubfs/5531921/GMI_Solutions_April2019%20Theme/Images/black-rectangle-1.gif);
    width: 655px;
    height: 105px;
    /* bottom: 35%; */
    /* color: #fff; */
    /* right: 30%; */
    position: relative;
    margin: 0 auto;
    /* display: block; */
    /* padding: 300px; */
    /* vertical-align: middle; */
    top: -120px;
}

.banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(1) .slick-slide-inner-wrapper .caption.below h1 span {
  display: block;
  line-height: 20px;
  font-size: 24px;
  font-weight: 800;
  font-family: "Open Sans",sans-serif;
  text-align: center;
  padding: 12px 0 0;
  opacity: 0;
  transition: opacity .5s ease;
  transition-delay: .5s;
}
.banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(1) .slick-slide-inner-wrapper .caption.below h1 {
  margin: 0;
  color: #fff;
}
.banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(1) .slick-slide-inner-wrapper .caption.below h1 strong {
  display: block;
  text-align: center;
  font-weight: 700;
  font-family: Arial,Helvetica,sans-serif;
  color: rgb(255,255,255);
  font-size: 40px;
  line-height: 38px;
  padding: 14px 0 0;
  opacity: 0;
  transition: opacity .5s ease;
  transition-delay: .7s;
}
.cst-email-sub-form form ul.hs-error-msgs.inputs-list li {
  padding: 0;
}
.cst-email-sub-form form .hs_error_rollup ul.hs-error-msgs.inputs-list {
  background: transparent;
  border: 0;
  padding: 0!important;
  margin: 0 0 0!important;
}
.cst-email-sub-form form ul.hs-error-msgs.inputs-list {
  background-color: #FFBABA;
  border: 1px solid #DD3C10;
  border-radius: 5px;
  color: #D8000C;
  font-size: 13px;
  font-weight: bold;
  padding: 3px 10px!important;
  text-shadow: 0 1px 0 #FFFFFF;
}

.cst-email-sub-form form ul.hs-error-msgs.inputs-list li label {
  color: inherit;
}

.banner-image-gallery.hs-home,
.banner-image-gallery.hs-home-cn {
  -webkit-font-smoothing: antialiased;
}


/****************** 404 Page Styling *************/


.cst-404-title .title-sep-container {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 6px;
  width: 100%;
  color: #747474;
  line-height: 20px;
}

.cst-404-title {
  display: table;
  margin: 0 0 31px;
  overflow: hidden;
  width: 100%;
}
.cst-404-title .title-sep-container .title-sep.sep-double {
  height: 6px;
  border: 0 solid #e7e6e6;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-color: #e0dede;
  position: relative;
  display: block;
  width: 100%;
  border-style: solid;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
}
.cst-404-title h2.title-heading-left {
  line-height: 27px;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  padding-right: 8px;
  margin: 0;
  display: table-cell;
  white-space: nowrap;
}

.cst-error-grp .cst-col-error {
  margin-right: 4%;
  margin-bottom: 20px;
  max-width: 30.6666%;
  width: 100%;
  margin-left: 0;
}
.cst-error-grp .cst-col-error.col1 .hs_cos_wrapper_type_rich_text {
  margin-top: 65px;
  color: #F0F0F0;
  font-size: 170px;
  font-weight: bold;
  margin-bottom: 0;
  white-space: nowrap;
}
.cst-error-grp .cst-col-error.col3 {
  margin-right: 0;
}

.cst-error-grp .cst-col-error.col2 {
  padding-left: 5%;
}

.top-header h3 {
  margin-bottom: 3px;
}

.cst-error-grp .cst-col-error.col2 .quicks-links .hs-menu-wrapper > ul {
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 40px;
}

.cst-404-search-grp .hs-search-field form {
  text-align: right;
  display: table;
  width: 100%;
}

.cst-404-search-grp .hs-search-field form .search-field {
  display: table-cell;
  vertical-align: top;
}

.cst-404-search-grp .hs-search-field form .search-field input[type="text"]:focus {
  color: #aaa9a9;
  outline: -webkit-focus-ring-color auto 5px;
}
.cst-404-search-grp .hs-search-field form .search-field input[type="text"] {
  font-size: 13px;
  padding: 8px 2%;
  height: 33px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #D2D2D2;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
  background-color: #ffffff;
  color: #aaa9a9;
  max-width: 100%;
}

.cst-404-search-grp .hs-search-field form .search-button {
  display: table-cell;
  width: 33px;
  vertical-align: top;
}
.cst-404-search-grp .hs-search-field form .search-button input[type="submit"]:hover {
  background-color: #d60707;
}
.cst-404-search-grp .hs-search-field form .search-button input[type="submit"] {
  background: #000000;
  border: none;
  border-radius: 0;
  color: #FFFFFF;
  font-size: 14px;
  height: 33px;
  line-height: 33px;
  margin: 0;
  padding: 0;
  width: 33px;
  text-indent: 0;
  cursor: pointer;
  font-family: IcoMoon;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  font-weight: 400;
}


body {
  opacity: 0;
}
body.body-sho {
  opacity: 1;
}

.hs-granite .banner-image-gallery .hs_cos_gallery_main .slick-slide:nth-child(1) .slick-slide-inner-wrapper .caption.below {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center!important;
  padding-top: 16px;
}

.hs-granite .banner-image-gallery .hs_cos_gallery_main .slick-slide:nth-child(1) .slick-slide-inner-wrapper .caption.below h4 {
  padding: 13px 4px 0px;
  font-size: 28px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color: rgb(102,102,102);
  text-decoration: none;
  margin-top: 0;
  margin-bottom: 0;
}


.hs-frnt-page-r1-c1-flexi .hs_cos_wrapper_type_rich_text {
  padding-top: 20px;
}
.hs-frnt-page-r1-c1-flexi .hs_cos_wrapper_type_rich_text blockquote {
  width: 800px;
  margin-bottom: 10px;
  border: 1px solid black;
  margin: 0px auto;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.5;
  padding-top: 40px;
  color: red;
  font-size: 16px;
  text-align: left;
  margin-bottom: 20px;
}
.banner-image-gallery.front-page {
  margin: 0 -10px;
  border-top: 1px solid #d2d3d4;
  border-bottom: 1px solid #d2d3d4;
  margin-bottom: 18px;
}

.banner-image-gallery.front-page .shadow-right {
  position: absolute;
  pointer-events: none;
  background-image: url(//5531921.fs1.hubspotusercontent-na1.net/hubfs/5531921/GMI_Solutions_April2019%20Theme/Images/shadow-bottom.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 32px;
  width: 100%;
  bottom: 0;
  z-index: 2;
}

.banner-image-gallery.front-page .shadow-left {
  top: -1px;
  position: absolute;
  pointer-events: none;
  background-image: url(//5531921.fs1.hubspotusercontent-na1.net/hubfs/5531921/GMI_Solutions_April2019%20Theme/Images/shadow-top.png);
  background-repeat: no-repeat;
  background-position: top center;
  height: 42px;
  width: 100%;
  z-index: 99;
}

.banner-image-gallery.front-page .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
  background-size: contain;
  background-position: center center;
}

.banner-image-gallery.front-page .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
  background-size: contain;
  background-position: center center;
  height: 146px;
  padding-top: 0;
}

.banner-image-gallery.front-page .slick-arrow.slick-next:before,
.banner-image-gallery.front-page .slick-arrow.slick-prev:before {
  line-height: 36.5px;
  font-size: 18.25px;
}
.banner-image-gallery.front-page .slick-arrow.slick-next,
.banner-image-gallery.front-page .slick-arrow.slick-prev {
  width: 36.5px !important;
  height: 36.5px !important;
  margin-top: -18.25px !important;
}

/* ———————————————————— Resource Filter ———————————————————— */


/* Dropdown
   ========================================================================== */

.list-type-dropdown {
    position: relative;
    z-index: 4;
}

.list-type-dropdown.open {
    position: relative;
    z-index: 5;
}


.list-type-dropdown.plain-links h1,
.list-type-dropdown.plain-links h2,
.list-type-dropdown.plain-links h3,
.list-type-dropdown.plain-links h4 {
    display: none;
}

.list-type-dropdown ul {
    display: none;
    margin: 0;
    padding: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.15);
    /* border-radius: 0 0 18px 18px; */
}

.list-type-dropdown.open ul {
    display: block;
}

.list-type-dropdown ul li {
    margin: 0;
    padding: 0 !important;
    text-indent: 0 !important;
}

.list-type-dropdown ul li:before {
    display: none !important;
}

.list-type-dropdown ul li a,
.list-type-dropdown .control {
    display: block;
    padding: 6px 20px;
    font-size: 1.3rem;
    line-height: 1.2857;
    font-weight: 500;
    cursor: pointer;
  text-decoration: none;
}

.list-type-dropdown ul li a {
    background-color: #fff;
    color: #484b4c;
}

.list-type-dropdown .control {
    position: relative;
    background-color: #bb1930;
    color: #fff;
}

.list-type-dropdown.theme .control {
    background-color: #369bd5;
    color: #fff;
}

.list-type-dropdown.dark .control {
    background-color: #4d4d4d;
    color: #fff;
}

.list-type-dropdown.white .control {
    background-color: #fff;
    color: #369bd5;
}

.list-type-dropdown .control:after {
    content:"\f078";
    display: block;
    width: 10px;
    height: 0;
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 20px;
    font-family: 'Font Awesome 5 Free';
    font-size: 1.3rem;
    line-height: 0;
    text-align: center;
    font-weight: 900;
}

.list-type-dropdown ul li a:hover,
.list-type-dropdown ul li a:active,
.list-type-dropdown ul li a.active {
    background-color: #bb1930;
    color: #fff;
}
  
.listing-menu.inactive ul li a:not([href="#All"]):not([href="#all"]) {
  visibility: hidden;
  opacity: 0;
}

.listing-container .hs-input[type="text"] {
  padding: 8px 20px;
  font-size: 1.3rem;
  max-width: unset;
}

/* ==========================================================================
   Listing
   ========================================================================== */

/* Loading circle
   ========================================================================== */
/* 
.listing-container:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background: #fff url(https://273774.fs1.hubspotusercontent-na1.net/hubfs/273774/mp/themes/Act-Theme/images/ring-alt.svg) center center no-repeat;
    background-size: 60px 60px;
    transition: .4s;
    pointer-events: none;
}

.listing-container.done:before {
    opacity: 0;
    visibility: hidden;
    transition-delay: .25s;
}

*/
/* Listing items container
   ========================================================================== */

.listing-items {
    width: auto !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.listing-items:not(.no-gutter):not(.col-1) {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.listing-items.drag.equal-height {
    display: flex;
    flex-wrap: wrap;
}

.listing-items.drag.equal-height > .listing-cell,
.listing-items.drag.equal-height > .listing-cell > .row-fluid,
.listing-items.drag.equal-height > .listing-cell > .row-fluid > .span12 {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.listing-items.col-1 .listing-cell {
    width: 100%;
}

/* Listing items
   ========================================================================== */

.listing-container.no-masonry .listing-items:not(.col-1):not(.equal-height) .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper,
.listing-container.no-masonry .listing-items.drag:not(.col-1):not(.equal-height) .listing-cell {
    display: inline-block;
    vertical-align: top;
    margin-right: -0.25em; /* fixes issue with inline-blocks and white spaces */
}

.listing-container.no-masonry .listing-items .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper[style*="opacity:0"],
.listing-container.no-masonry .listing-items .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper[style*="opacity: 0"],
.listing-container.no-masonry .listing-items.drag .listing-cell[style*="opacity:0"],
.listing-container.no-masonry .listing-items.drag .listing-cell[style*="opacity: 0"] {
    position: absolute !important;
    z-index: -1 !important;
    pointer-events: none;
}

/**
 * Fixes an issue with Safari and flexible listings,
 * when column width was not being applied correctly on .no-masonry.equal-height
 */

.listing-container.no-masonry .listing-items.equal-height > .hs_cos_wrapper_type_widget_container:before,
.listing-container.no-masonry .listing-items.equal-height > .hs_cos_wrapper_type_widget_container:after {
    content: none;
}

/* Gutter
   ========================================================================== */

.listing-items:not(.no-gutter) .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper,
.listing-items.drag:not(.no-gutter) .listing-cell {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.listing-items:not(.col-1):not(.no-gutter) .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper,
.listing-items.drag:not(.col-1):not(.no-gutter) .listing-cell {
    padding-left: 15px;
    padding-right: 15px;
}

/* Columns
   ========================================================================== */

.listing-items.col-2 .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper,
.listing-items.drag.col-2 .listing-cell {
    width: calc(100%/2);
}

.col-2 {
  max-width: unset;
}

.listing-items.col-3 .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper,
.listing-items.drag.col-3 .listing-cell {
    width: calc(100%/3);
}

.listing-items.col-4 .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper,
.listing-items.drag.col-4 .listing-cell {
    width: calc(100%/4);
}

@media (max-width: 1080px) {

    .listing-items.md-stack {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .listing-items.md-stack .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper,
    .listing-items.drag.md-stack .listing-cell {
        display: block;
        width: 100% !important;
        margin-right: 0;
    }

    .listing-items.md-col-2 .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper,
    .listing-items.drag.md-col-2 .listing-cell {
        width: calc(100%/2);
    }

    .listing-items.md-col-3 .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper,
    .listing-items.drag.md-col-3 .listing-cell {
        width: calc(100%/3);
    }
}

@media (max-width: 768px) {

    .listing-items {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .listing-items .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper,
    .listing-items.drag .listing-cell {
        display: block;
        width: 100% !important;
        margin-right: 0;
    }
  
  .list-type-dropdown {
    margin-bottom: 25px;
  }
}

/* Pageination
   ========================================================================== */

.listing-pagination a {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 5px 5px 0;
    background-color: #fff;
    box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    line-height: 50px;
    font-weight: ;
    text-align: center;
}

.listing-pagination a:hover,
.listing-pagination a:active,
.listing-pagination a.active {
  background-color: rgba(, 1);
  color: #fff;
}

.listing-search input[type="text"] {
  border-color: rgba( ,1);
}

/* ———————————————————— End Resource Filter ———————————————————— */


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


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

@media (max-width: 1420px) and (min-width: 801px){ 
  .cn .custom-menu-primary1 .hs-menu-wrapper > ul > li > ul > li > ul {
    left: auto!important;
    right: 225px!important;
  }
}

@media (max-width: 1340px) {

  .banner-image-gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
    padding: 0;
    height: 250px;
  }
}

@media (max-width: 1200px) {
  .banner-image-gallery.hs-home-cn .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.below {
    left: 20.15%;
  }
  .banner-image-gallery.hs-home-cn .hs_cos_gallery_main .slick-slide:nth-child(2) .slick-slide-inner-wrapper .caption.below {
    left: 18.5%;
  }
  .banner-image-gallery.hs-home-cn .hs_cos_gallery_main .slick-slide:nth-child(3) .slick-slide-inner-wrapper .caption.below {
    left: 24.23%;
  }
  .banner-image-gallery.hs-home-cn .hs_cos_gallery_main .slick-slide:nth-child(4) .slick-slide-inner-wrapper .caption.below {
    left: 38.96%;
  }
  .cn .hs-home-page-r1-grp .cst-page-inner-grp {
    padding-left: 10px;
    padding-right: 10px;
  }
  .banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(1) .slick-slide-inner-wrapper .caption.below {
    top: 90px;
  }

}

@media (max-width: 1050px) {
  .footer-container,
  .cst-page-inner-grp,
  .header-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sticky .header-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1040px) and (min-width: 768px){
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }
}



@media (max-width: 1040px) and (min-width: 801px){

  .cn .custom-menu-primary1 .hs-menu-wrapper > ul > li:last-child {
    padding-right: 0;
  }
  .cn .custom-menu-primary1 .hs-menu-wrapper > ul > li {
    padding-right: 45px;
  }
  .pc .header-container-wrapper {
    min-height: 140px;
  }
  .mac .header-container-wrapper {
    min-height: 243px;
  }
}

@media (max-width: 980px) {
  .banner-image-gallery.hs-home-cn .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
    padding-top: 52.038%;
  }
  .banner-image-gallery.hs-home-cn .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.below {
    left: 13.15%;
  }
  .hs_cos_gallery_main .slick-slide:nth-child(2) .slick-slide-inner-wrapper .caption.below {
    left: 10.5%;
  }
  .banner-image-gallery.hs-home-cn .hs_cos_gallery_main .slick-slide:nth-child(3) .slick-slide-inner-wrapper .caption.below {
    left: 18.23%;
  }
  .banner-image-gallery.hs-home-cn .hs_cos_gallery_main .slick-slide:nth-child(4) .slick-slide-inner-wrapper .caption.below {
    left: 35.96%;
  }
  .banner-image-gallery.hs-home-cn .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.below h2 span,
  .banner-image-gallery.hs-home-cn .hs_cos_gallery_main .slick-slide:nth-child(3) .slick-slide-inner-wrapper .caption.below h3 span{
    font-size: 5.95483vw;
  }
  .banner-image-gallery.hs-home-cn .hs_cos_gallery_main .slick-slide:nth-child(2) .slick-slide-inner-wrapper .caption.below h3 span{
    font-size: 5.65483vw;
  }
  .banner-image-gallery.hs-home-cn .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
    min-height: 1px;
  }
  .banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
    min-height: 1px;
  }
  .banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
    min-height: 1px;
    padding-top: 31.203%;
  }
  .banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(1) .slick-slide-inner-wrapper .caption.below {
    top: -90px;
  }
  .banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(1) .slick-slide-inner-wrapper .caption.below h1 span {
    font-size: 2.48918vw;
  }
  .banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(2) .slick-slide-inner-wrapper .caption.below {
    left: 3.6%;
  }
  .banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(1) .slick-slide-inner-wrapper .caption.below h1 span,
  .banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(3) .slick-slide-inner-wrapper .caption.below h2,
  .banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(4) .slick-slide-inner-wrapper .caption.below h2 {
    padding: 0 0 0;
  }
  .banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(2) .slick-slide-inner-wrapper .caption.below h2,
  .banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(5) .slick-slide-inner-wrapper .caption.below h2 {
    padding-top: 0;
  }

  .banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(1) .slick-slide-inner-wrapper .caption.below h1 strong,
  .banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(2) .slick-slide-inner-wrapper .caption.below h2 span,
  .banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(3) .slick-slide-inner-wrapper .caption.below h2 span, 
  .banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(4) .slick-slide-inner-wrapper .caption.below h2 span,
  .banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(5) .slick-slide-inner-wrapper .caption.below h2 {
  }
  .banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(3) .slick-slide-inner-wrapper .caption.below,
  .banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide:nth-child(4) .slick-slide-inner-wrapper .caption.below {
    left: 9.69%;
  }
  .banner-image-gallery.hs-home .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.below {
    width: auto!important;
    height: auto!important;
    padding: 2% 4%;
  }
}

@media only screen and (max-width: 930px) and (min-width: 850px) {
  .cst-image-grp .image-items {
    width: 25%;
  }
}

@media only screen and (max-width: 850px) and (min-width: 800px) {
  .cst-image-grp .image-items {
    width: 33%;
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul > li {
    padding-right: 35px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){
  .custom-menu-primary1 .hs-menu-wrapper > ul > li { 
    padding-right: 25px;
  }
}

@media only screen and (max-width: 800px) and (min-width: 700px) {
  .cst-image-grp .image-items {
    width: 50%;
  }
}


@media (max-width: 800px) and (min-width: 768px){
  .custom-menu-primary1.js-enabled {
    float: right;
    margin: 0;
  }
  .custom-menu-primary1.js-enabled {
    opacity: 0;
    visibility: hidden;
  }
  .custom-menu-primary1.js-enabled {
    width: calc(100% - 510.638px);
    transition: width .4s ease, opacity.4s ease;
  }
  .en .header-container-wrapper {
    min-height: 178px;
  }


  .sticky .mobile-trigger1 {
    display: none!important;
  }
  .sticky .header-container .page-center {
    padding: 0 10px;
  }

  .sticky .custom-menu-primary1.js-enabled {
    display: block;
    float: right;
    margin-right: 0;
    width: calc(110% - 200.638px);
    padding-top: 17px;
    position: relative;
    opacity: 1;
    visibility: visible;
  }

  .mobile-trigger {
    display: block;
  }

  .cn .mobile-trigger {
    display: block;
    font-family: "Antic Slab", Arial, Helvetica, sans-serif;
  }
  .cn.sticky .custom-menu-primary1.js-enabled {
    width: calc(110% - 197.638px);
    margin-bottom: 14px;
  }
  .cn.sticky .header-container .page-center .cst-logo img {
    max-width: 99px;
  }
}



@media (max-width: 991px) {
  .banner-image-gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
    padding: 0;
    height: 250px;
  }
  .banner-image-gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
    padding-top: 26.043%;
    height: auto;
  }
  .hs-granite .banner-image-gallery .hs_cos_gallery_main .slick-slide:nth-child(1) .slick-slide-inner-wrapper .caption.below img {
    max-width: 46%!important;
  }
  .hs-granite .banner-image-gallery .hs_cos_gallery_main .slick-slide:nth-child(1) .slick-slide-inner-wrapper .caption.below {
    padding-top: 11px;
  }
  .hs-granite .banner-image-gallery .hs_cos_gallery_main .slick-slide:nth-child(1) .slick-slide-inner-wrapper .caption.below h4 {
    font-size: 2.8vw;
    line-height: .93;
  }
}

@media (max-width: 800px) {
  .header-container .page-center .cst-logo {
    margin: 0;
  }

  .header-container .page-center {
    padding: 20px 20px;
  }
  .header-container {
    padding: 0!important;
  }
  .header-container .page-center > div {
    position: relative;
  }
  .cn .header-container .page-center .cst-logo {
    margin: 0;
  }
  .cn .footer-container .page-center .cst-cn-copyright {
    margin: 0 0 20px;
  }
  .cn .header-container-wrapper {
    min-height: 179px;
  }
  .cst-error-grp .cst-col-error {
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
  }
  .cst-error-grp .cst-col-error.col1 .hs_cos_wrapper_type_rich_text {
    line-height: 170px;
    margin-top: 9px;
  }
  .cst-404-title .title-sep-container {
    display: none;
  }
  .cst-error-grp .cst-col-error.col2 {
    padding-left: 0;
  }
}

@media (min-width: 801px) {
  .custom-menu-primary.js-enabled {
    display:none!important;
  }


}  


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

@media (max-width: 767px) {

  input[type="text"],
  input[type="password"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    max-width: 100% !important;
    width: 100%!important;
  }
  .email-edit.hs-input {
    min-width: 100%;
    width: 100%;
    max-width: 100% !important;
  }

  .blog .blog-post-wrapper .post-body p img {
    float: none!important;
    margin-right: 0!important;
  }

  .footer-container .page-center .col {
    max-width: 100%;
    margin: 0 0 20px;
  }

  .footer-container .page-center .cst-mil.col,
  .footer-widget-col.social_links ul.fusion-social-networks {
    text-align: center;
  }

  a#back-to-top {
    display: none!important;
  }


  .header-container .page-center {
    padding: 20px 10px 18px;
  }
  .cst-page-inner-grp {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .banner-image-gallery .slick-arrow {
    margin-top: -17.25px !important;
    width: 34.5px !important;
    height: 34.5px !important;
  }
  .banner-image-gallery .slick-arrow.slick-next:before,
  .banner-image-gallery .slick-arrow.slick-prev:before {
    line-height: 34.5px;
    font-size: 17.25px;
    opacity: 1;
  }
  .hs-fullwidth-frm-r1-c2-form form {
    max-width: 100%;
    width: 100%;
  }
  .hs-fullwidth-frm-r1-c2-form form .form-columns-2 .hs-form-field {
    width: 100%!important;
  }
  .hs-fullwidth-frm-r1-c2-form form .form-columns-2 .hs-form-field:last-child {
    margin-left: 0;
  }

  .cst-contact-grp .cst-contact-member-items .cst-contact-details {
    width: 100%;
    padding: 9px 1px 0;
  }
  .cn .footer-container .page-center .cst-cn-copyright {
    padding: 0 0;
    margin: 0 0 20px;
  }
  .cn .footer-container .page-center > div {
    margin: 0 0;
  }
  .cn .footer-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .cn .banner-image-gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
    padding-top: 25.425%;
    height: auto;
  }
  .cst-executive-tema-grp .cst-executive-tema-items img.team-meb-img {
    float: none;
    margin-top: 10px;
  }
  .cst-image-grp .image-items {
    width: 100%;
  }

  .hs-fullwidth-frm-r1-c1-flexi > span > div {
    max-width: 100%!important;
    width: 100%;
  }
  .cst-image-grp .image-items .portfolio-item-wrapper .image {
    display: inline-block;
    vertical-align: middle;
  }
  .cst-project-grp .cst-inner-grp.clearfix .cst-prjct-description {
    width: 100%;
    margin-bottom: 30px;
  }
  .cst-project-grp .cst-inner-grp.clearfix .rght-col {
    width: 100%;
  }
  .cst-executive-tema-grp .cst-executive-tema-items p.sp1,
  .cst-executive-tema-grp .cst-executive-tema-items p.sp2 {
    display: none;
  }
  .banner-image-gallery.postfolio .slick-arrow.slick-next:before, .banner-image-gallery.postfolio .slick-arrow.slick-prev:before,
  .banner-image-gallery.hs-home-cn .slick-arrow.slick-next:before, .banner-image-gallery.hs-home-cn .slick-arrow.slick-prev:before,
  .banner-image-gallery.hs-home .slick-arrow.slick-next:before, .banner-image-gallery.hs-home .slick-arrow.slick-prev:before {
    line-height: 34.5px;
    font-size: 20px;
  }
  .banner-image-gallery.postfolio .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
    height: auto!important;
    padding-top: 45%;
  }
  .hs-blog-post .cst-page-inner-grp .blog-content,
  .hs-blog-post .cst-page-inner-grp .blog-sidebar {
    max-width: 100%;
  }
  .cn .banner-image-gallery.hs-home-cn .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
    padding-top: 52.038%;
  }
  .banner-image-gallery.hs-home-cn .hs_cos_gallery_main .slick-slide:nth-child(2) .slick-slide-inner-wrapper .caption.below {
    left: 11.5%;
  }
  .banner-image-gallery.hs-home-cn .hs_cos_gallery_main .slick-slide:nth-child(4) .slick-slide-inner-wrapper .caption.below {
    bottom: 40px;
  }
  .banner-image-gallery.hs-home-cn .hs_cos_gallery_main .slick-slide:nth-child(2) .slick-slide-inner-wrapper .caption.below h3 span {
    margin-right: 28px;
  }


}  

@media (max-width: 600px) {
  .cn .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mac .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cn .header-container .page-center {
    padding: 20px 10px 19px;
  }
  .cn .custom-menu-primary .hs-menu-wrapper > ul > li .child-trigger {
    padding-right: 12px!important;
  }
  .mac .custom-menu-primary .hs-menu-wrapper > ul > li .child-trigger {
    padding-right: 12px!important;
  }
  .cn .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding-left: 22px;
  }
  .mac .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding-left: 22px;
  }
  .cn .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
    padding-left: 35px;
  }
  .mac .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
    padding-left: 35px;
  }
  .cn .custom-menu-primary .hs-menu-wrapper > ul ul ul li a:before {
    content: "--";
    margin-left: -10px;
    margin-right: 2px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li .child-trigger {
    padding-right: 12px!important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding-left: 22px;
  }
  .hs-granite .banner-image-gallery .hs_cos_gallery_main .slick-slide:nth-child(1) .slick-slide-inner-wrapper .caption.below h4 {
    font-size: 3.8vw;
    line-height: .93;
    padding-top: 6px;
  }
  .banner-image-gallery.front-page .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
    background-size: cover;
    height: auto;
    padding-top: 40%;
  }

.featured-post .blog-post-content {
    max-width: 100%;
}
  
  .blog-pagination {
    text-align: left
    margin: 0px auto;
}
  
  ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

  
  #blog-post-header-background h1 {
    font-family: FairplayDisplay;
    font-weight: 600;
    color: #fff;
    padding: 4rem 30px;
    font-size: 3rem;
}

}


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

@media (max-width: 479px) {

  .hs_recaptcha {
    overflow-y: auto;
  }
  .checkbox-row span.fakelabel span {
    float: none;
    margin-left: 0;
    padding-left: 20px;
    text-align: left;
    display: block;
  }
  .blog-post-wrapper .post-body .hs_cos_wrapper_type_rich_text table td {
    display: block;
  }

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

  .subscribe-options label > input {
    float: left;
  }
  .banner-image-gallery .hs_cos_gallery_main ul.slick-dots {
    bottom: 10px;
  }

  .blog-listing-wrapper .post-listing .post-item .post-item-inner .hs-featured-image-link .hs-featured-image {
    float: none;
  }
  .blog-listing-wrapper .post-listing .post-item .post-item-inner .hs-featured-image-link .hs-featured-image {
    width: auto;
    max-width: 100%;
  }
  .banner-image-gallery.hs-home-cn .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.below h2 span {
    margin-bottom: 2px;
  }


}

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


.footer-container-wrapper {
  overflow: hidden;
}
.footer-container { margin: 0px!important; padding: 0px!important;}

.footer-grey {
  color: #8C8989;
  padding: 15px 10px;
  background: #e9eaee;
  position: relative;
}

  .footer-grey h3 a {
    font-size: 22px !important;
    margin-bottom: 15px;
    color: #BE1E2D !important;
}
  .footer-grey h3 {
    font-size: 22px !important;
    margin-bottom: 15px;
    color: #e10707;
}

.footer-grey a {
    text-decoration: none;
    color: #747474;
}

.footer-grey p {
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 5px;
    margin-bottom: 7px;
}

.footer-drk-grey {
  color: #8C8989;
  padding: 25px 0px 0px;
  background: #363839;
  position: relative;
}

.footer-drk-grey a {
    text-decoration: none;
    color: #fff;
}

.footer-container .page-center > div {
  margin: 0px;
}
.footer-container .page-center .col {
  color: #8C8989;
  width: 100%!important;
  max-width: 24%;
  margin-left: 0!important;
}
.footer-widget-col.social_links ul.fusion-social-networks a:hover {
  opacity: .8;
}
.footer-widget-col.social_links ul.fusion-social-networks a {
  margin-left: 0;
  margin-right: 10px;
  margin-bottom 10px;
  font-size: 24px;
  display: inline-block;
  text-decoration: none;
  text-shadow: none;
}
.footer-widget-col.social_links ul.fusion-social-networks {
  font-size: 24px;
  line-height: 26px;
  list-style: none;
  margin: -4px 0px 0px;
  padding: 0px;
}
.footer-container .page-center .cst-copyright.col,
.footer-container .page-center .cst-reserved.col,
.footer-container .page-center .cst-privacy-link.col {
  text-align: center;
}
.footer-container .page-center .cst-privacy-link.col a:hover {
  color: #d60707;
}
.footer-container .page-center .cst-privacy-link.col a {
  color: #BFBFBF;
  text-shadow: none;
  text-decoration: none;
}
a#back-to-top:hover {
  background-color: #d60707;
}
a#back-to-top:before {
  line-height: 35px;
  content: '\f106';
  -webkit-font-smoothing: antialiased;
  font-family: IcoMoon;
  font-size: 22px;
}
a#back-to-top {
  background-color: #333333;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  color: #FFFFFF;
  height: 35px;
  position: fixed;
  right: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 48px;
  opacity: 0.9;
  z-index: 10000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

/* ———————————————————— PrettyPhotoCSS Start———————————————————— */

/* Style.css */
a.pp_next {
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_previous {
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
  height: 13px;
}
div.pp_default .pp_top .pp_left {
  background: url(//5531921.fs1.hubspotusercontent-na1.net/hubfs/5531921/GMI_Solutions_April2019%20Theme/Images/sprite.png) -78px -93px no-repeat;
}
div.pp_default .pp_top .pp_middle {
  background: url(//5531921.fs1.hubspotusercontent-na1.net/hubfs/5531921/GMI_Solutions_April2019%20Theme/Images/sprite_x.png) top left repeat-x;
}
div.pp_default .pp_top .pp_right {
  background: url(//5531921.fs1.hubspotusercontent-na1.net/hubfs/5531921/GMI_Solutions_April2019%20Theme/Images/sprite.png) -112px -93px no-repeat;
}
div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}
div.pp_default .pp_content_container .pp_left {
  background: url(//5531921.fs1.hubspotusercontent-na1.net/hubfs/5531921/GMI_Solutions_April2019%20Theme/Images/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px;
}
div.pp_default .pp_content_container .pp_right {
  background: url(//5531921.fs1.hubspotusercontent-na1.net/hubfs/5531921/GMI_Solutions_April2019%20Theme/Images/sprite_y.png) top right repeat-y;
}
div.pp_default .pp_next:hover {
  background: url(//5531921.fs1.hubspotusercontent-na1.net/hubfs/5531921/GMI_Solutions_April2019%20Theme/Images/sprite_next.png) center right no-repeat;
  cursor: pointer;
}
div.pp_default .pp_previous:hover {
  background: url(//5531921.fs1.hubspotusercontent-na1.net/hubfs/5531921/GMI_Solutions_April2019%20Theme/Images/sprite_prev.png) center left no-repeat;
  cursor: pointer;
}
div.pp_default .pp_expand {
  background: url(//5531921.fs1.hubspotusercontent-na1.net/hubfs/5531921/GMI_Solutions_April2019%20Theme/Images/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
div.pp_default .pp_expand:hover {
  background: url(//5531921.fs1.hubspotusercontent-na1.net/hubfs/5531921/GMI_Solutions_April2019%20Theme/Images/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_contract {
  background: url(//5531921.fs1.hubspotusercontent-na1.net/hubfs/5531921/GMI_Solutions_April2019%20Theme/Images/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
div.pp_default .pp_contract:hover {
  background: url(//5531921.fs1.hubspotusercontent-na1.net/hubfs/5531921/GMI_Solutions_April2019%20Theme/Images/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url(//5531921.fs1.hubspotusercontent-na1.net/hubfs/5531921/GMI_Solutions_April2019%20Theme/Images/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_gallery ul li a {
  background: url(//5531921.fs1.hubspotusercontent-na1.net/hubfs/5531921/GMI_Solutions_April2019%20Theme/Images/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaaaaa;
}
div.pp_default .pp_social {
  margin-top: 7px;
}
div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}
div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
  background: url(//5531921.fs1.hubspotusercontent-na1.net/hubfs/5531921/GMI_Solutions_April2019%20Theme/Images/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}
div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
  background: url(//5531921.fs1.hubspotusercontent-na1.net/hubfs/5531921/GMI_Solutions_April2019%20Theme/Images/sprite.png) -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0;
}
div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}
div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}
div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}
div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px;
}
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}
div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}
div.pp_default .pp_bottom .pp_left {
  background: url(//5531921.fs1.hubspotusercontent-na1.net/hubfs/5531921/GMI_Solutions_April2019%20Theme/Images/sprite.png) -78px -127px no-repeat;
}
div.pp_default .pp_bottom .pp_middle {
  background: url(//5531921.fs1.hubspotusercontent-na1.net/hubfs/5531921/GMI_Solutions_April2019%20Theme/Images/sprite_x.png) bottom left repeat-x;
}
div.pp_default .pp_bottom .pp_right {
  background: url(//5531921.fs1.hubspotusercontent-na1.net/hubfs/5531921/GMI_Solutions_April2019%20Theme/Images/sprite.png) -112px -127px no-repeat;
}
div.pp_default .pp_loaderIcon {
  background: url(//5531921.fs1.hubspotusercontent-na1.net/hubfs/5531921/GMI_Solutions_April2019%20Theme/Images/loader.gif) center center no-repeat;
}
div.pp_pic_holder a:focus {
  outline: none;
}
div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 110000;
}
div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 120000;
}
.pp_content {
  height: 40px;
  min-width: 40px;
}
* html .pp_content {
  width: 40px;
}
.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}
.pp_content_container .pp_left {
  padding-left: 20px;
}
.pp_content_container .pp_right {
  padding-right: 20px;
}
.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}
.pp_description {
  display: none;
  margin: 0;
}
.pp_social {
  float: left;
  margin: 0;
}
.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: auto;
  overflow: hidden;
  width: 75px;
}
.pp_social .twitter {
  float: left;
}
.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}
.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}
a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}
.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}
.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}
.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}
.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}
.pp_gallery ul a img {
  border: 0;
}
.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.pp_gallery li.default a {
  background: url(images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px;
}
a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}
a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}
.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px;
}
#pp_full_res {
  line-height: 1;
}
#pp_full_res .pp_inline {
  text-align: left;
}
#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}
div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
}
div.pp_default .pp_content,
div.light_rounded .pp_content {
  background-color: #ffffff;
}
div.pp_default #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline,
div.light_square .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.facebook #pp_full_res .pp_inline {
  color: #000000;
}
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a,
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #ffffff;
}
div.pp_default .pp_details,
div.light_rounded .pp_details,
div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.light_square .pp_details,
div.facebook .pp_details {
  position: relative;
}
.pp_top,
.pp_bottom {
  height: 20px;
  position: relative;
}
* html .pp_top,
* html .pp_bottom {
  padding: 0 20px;
}
.pp_top .pp_left,
.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_top .pp_middle,
.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}
.pp_top .pp_right,
.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_fade,
.pp_gallery li.default a img {
  display: none;
}

/* ———————————————————— PrettyPhotoCSS End———————————————————— */
.crop-button{
  @media (min-width: 801px) {
        padding-left: 5px;
  }
  @media (min-width: 1001px) {
    padding-right: 10px;
  }
}
.crop-button a{
  @media (min-width: 801px) {
        padding: 8px 6px !important; 
    font-size: 10px !important;
  }
  @media (min-width: 1001px) {
    padding: 10px 20px !important;
        font-size: 14px !important;
  }
}


.dark-nav-button-group .custom-menu-primary1 .hs-menu-wrapper>ul>li{
  @media (min-width: 801px) {
    padding-right: 9px !important;
  }

}

.dark-nav-button-group{

@media (min-width: 801px) {
            width: 100% !important;
          margin-left: 10px !important;
  }
}