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


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

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


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


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

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


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'));
@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  src: url("//2042382.fs1.hubspotusercontent-na1.net/hubfs/2042382/Access_Systems_June2018/fonts/icomoon.eot"),
    url("//2042382.fs1.hubspotusercontent-na1.net/hubfs/2042382/Access_Systems_June2018/fonts/icomoon.woff") format("woff"),
    url("//2042382.fs1.hubspotusercontent-na1.net/hubfs/2042382/Access_Systems_June2018/fonts/icomoon.ttf") format("truetype")	
}
@font-face {
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  src: url("//2042382.fs1.hubspotusercontent-na1.net/hubfs/2042382/Access_Systems_June2018/fonts/glyphicons-halflings-regular.eot"),
    url("//2042382.fs1.hubspotusercontent-na1.net/hubfs/2042382/Access_Systems_June2018/fonts/glyphicons-halflings-regular.woff") format("woff"),
    url("//2042382.fs1.hubspotusercontent-na1.net/hubfs/2042382/Access_Systems_June2018/fonts/glyphicons-halflings-regular.ttf") format("truetype")	
}



/* 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 {
    float:none !important; 
  height: 30px;
    padding:10px 0px;
  list-style: none !important;
}
  
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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




/* LANDING PAGE REDUCED IMAGE GALLERY SIZE */
.landing-page-2 .slick-slider{
  width: 50%;
  margin: 0 auto;
}


@media (max-width: 768px) {
  .landing-page-2 .slick-slider{
    width: 100% !important;

  } 
}


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

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

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
html {
  font-size: 100%;
  line-height: 1.75em;
}
body {
  font-family: "Poppins",helvetica,arial,sans-serif;
  line-height: 1.42857;
  color: #333;
  font-size: 1rem;
  background-color: #fff;
}

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

/* Highlighted Text */



.small-padding {
  padding-top: 25px;
  padding-bottom: 25px
}

.medium-padding {
  padding-top: 60px;
  padding-bottom: 60px
}

.large-padding {
  padding-top: 85px;
  padding-bottom: 85px
}



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

/* Basic text */
p {
  font-size: 1rem;
  line-height: 2.1rem;
  color: #000;
} 
small {}
strong {
  font-weight:bold;
}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}
h1, h2, h3 {
  font-family: "Poppins",helvetica,arial,sans-serif;
  font-weight: 600;
  color: #ee3747;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 3.5625rem;
  margin-top: 0rem;
  margin: 0 0 .4375rem;
}
h2 {
  font-size: 3.125rem;
  line-height: 1;
}
h3 {
  font-size: 2.125rem;
  line-height: 2.45rem;
}
h4 {}
h5 {}
h6 {}

/* Anchor Links */
a { 
  color: #ee3747;
  font-weight: 700;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none;
}
a:hover, a:focus { 
  text-decoration: underline;
}
a:active, a:hover {
  outline: 0;
}
/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}
.screen-reader-text {
  display:none;
}
/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

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

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  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;
}
.icon-arrow:before {
  content: "\e901"
}

.icon-curve-arrow:before {
  content: "\e902"
}

.icon-facebook:before {
  content: "\e903"
}

.icon-laptop:before {
  content: "\e904"
}

.icon-linkedin:before {
  content: "\e905"
}

.icon-networking:before {
  content: "\e906"
}

.icon-phone:before {
  content: "\e907"
}

.icon-phone2:before {
  content: "\e908"
}

.icon-printer:before {
  content: "\e909"
}

.icon-printer2:before {
  content: "\e90a"
}

.icon-server:before {
  content: "\e90b"
}

.icon-twitter:before {
  content: "\e90c"
}

.icon-youtube:before {
  content: "\e90d"
}

.icon-Play:before {
  content: "\e900"
}

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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.header-container {}
.custom-header {
  position:  fixed;
  top: 0;
  left:  0;
  width:  100% !important;
  z-index:  111;
  background:  #fff;
  transition: all 200ms linear;
}

.scroll-top .custom-header {
  -moz-transform: translateY(0%) !important;
  -webkit-transform: translateY(0%) !important;
  -o-transform: translateY(0%) !important;
  -ms-transform: translateY(0%) !important;
  transform: translateY(0%) !important;
}

.scroll-down .custom-header {
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  border-bottom: 1px solid #000 !important;
}

.scroll-down .animate .custom-header {
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.custom-logo a {
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  padding: 20px 0 19px 25px;
}
.hs-top-menu ul {
  float: right;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.hs-top-menu ul:after {
  content: '';
  display: block;
  clear: both;
}

.hs-top-menu ul>li {
  float: left;
  position: relative;
  display: block;
}

.hs-top-menu ul>li>a {
  font-family: "Poppins",helvetica,arial,sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.75rem;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding-top: 13px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 7px;
  margin-left: 13px;
  margin-right: 12px;
  color: #000;
  display: inline-block;
  margin: 0;
}

.hs-top-menu ul>li>a.btn-login {
  position: relative;
  background-color: #e6e7e8;
  color: #000;
  padding: 10px 15px;
  margin-top: 0;
  margin-right: 0;
  margin: 0 0px 10px 15px;
}

.hs-top-menu ul>li>a:hover {
  text-decoration: none;
  color: #ee3747;
}

.hs-top-menu ul>li>a.btn-login:hover {
  background-color: #ee3747;
  color: #fff;
}


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

.body-container-wrapper {}
.body-container {}
body:not(.hs-site-page) .body-container {
  padding: 84px 0 042px;
}

body.blog-list:not(.hs-site-page) .body-container,  body.blog-post:not(.hs-site-page) .body-container {
  padding: 0px 0px !important;
}

body:not(.hs-site-page) .body-container .page-center {
  padding-bottom: 42px;
}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.hs-banner {
  padding-top: 48px;
  padding-bottom: 48px;
  height: 625px;
  margin-bottom: 0rem;
  border-bottom: 10px solid #595959;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-position: center center;
  margin-top: -1px;
  background-color: #313129;
}

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

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

@media(max-width:767px){

  .custom-footer{
    padding:20px !important;

  }
}


.flex-item h1{
  margin-top:10vh; 
}


.custom-footer {
  line-height: 2.275rem;
  font-size: 1rem;
  padding-bottom: 0rem;
  color: #fff;
  background-color: #000;
  width: 100%;
  padding-top: 2.8rem;
  padding-left: 70px;
  padding-right: 70px;
}

ul.social {
  margin-top: -5px;
  float: right;
  list-style-type: none;
  padding: 0;
}

.custom-footer ul.social li {
  margin-left: 4px;
  display: inline-block;
}

.custom-footer ul.social li:first-child {
  margin-left: 0;
}

.custom-footer ul.social li .ico {
  font-size: 36px;
}

.custom-footer a {
  color: #fff;
  font-weight: normal;
}

.custom-copyright p {
  line-height: 1.75rem;
  text-align: left;
  color: #fff;
  font-size: 1rem;
  padding: 0;
  margin-top: -2px;
}
.custom-footer .hs-col {
  padding: 0 15px;
}

.custom-footer hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.hs-footer-menu .hs-menu-wrapper > ul {
  float: right;
}

.hs-footer-menu .hs-menu-wrapper > ul > li {
  display: inline-block;
  width: auto;
}


.hs-footer-menu .hs-menu-wrapper > ul > li+li>a:before {
  content: ' | ';
  margin: 0 -1px 0 -4px;
  color: #fff !important;
}

.hs-footer-menu .hs-menu-wrapper > ul > li > a {
  margin: 154px 2px 0px 2px;
}

.custom-footer a:hover {
  text-decoration: none;
  color: #ee3747;
}

.custom-copyright img {
  vertical-align: text-top;
}

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


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


/* FOOTER MENU STYLING */

.single-menu{

  font-size:18px;
  font-family: "Poppins",helvetica,arial,sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}


/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  float:  right;
  padding: 2px 15px 0 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  padding-bottom: 15px;
  color: #ee3747;
  font-family: "Poppins",helvetica,arial,sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  line-height: 28px;
  line-height: 1.75rem;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding-top: 13px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 7px;
  margin-left: 13px;
  margin-right: 12px;
  text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li.child-open > a{
  color: #595959;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: '';
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  top: 100%;
  float: left;
  min-width: 160px;
  margin: 0;
  list-style: none;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  background-clip: padding-box;
  right: 0;
  left: auto !important;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  border-radius: 0;
  padding: 0;
  border-top: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333;
  color: #ee3747;
  transition: none;
  padding: 5px 20px;
  line-height: 34px;
  line-height: 2.1rem;
  font-family: "Cairo","Open Sans",helvetica,arial,sans-serif;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color: white;
  background-color: #ee3747;
}

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


.custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  opacity:  1 !important;
  visibility:  visible !important;
  display:  none !important;
}

.custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children.child-open > ul.hs-menu-children-wrapper {
  display:  block !important;
}
/* Fix menu disappearing on desktop after toggling mobile menu */
@media (max-width: 1416px) and (min-width: 1200px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 14px;
    font-size: .875rem;
    line-height: 28px;
    line-height: 1.75rem;
    line-height: 28px;
    line-height: 1.75rem;
  }

  .hs-top-menu ul>li>a {
    font-size: .875rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 1310px) and (min-width: 1200px) {
  .custom-logo img {
    max-width: 330px;
    max-height: 61px;
    margin-top: 20px;
    width:  auto !important;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .custom-logo img {
    max-width: 335px;
    max-height: 66px;
    margin-top: 15px;
    width:  auto !important;
  }
}
@media screen and (min-width:1200px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

}

@media screen and (min-width:768px) {
  .custom-logo {
    width:  auto !important;
  }

  .custom-menu-grp {
    margin-left:  0 !important;
    width:  auto !important;
    float:  right !important;
  }
}


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

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

@media (max-width: 1277px) {
  .custom-footer {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1199px){
  .hs-top-menu ul {
    margin: 5px 0 0;
  }
  .custom-logo a {
    padding: 20px 0 15px 25px;
  }
  /* 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;
  }

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: -1px;
    right: 15px;
    width: auto;
    height: auto;
    padding: 9px 10px;
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    background-color: #ee3747;
    width: 28px;
    height: 3px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -7px; } /* Position top line */
  .mobile-trigger i:after{ top: 7px; } /* Position bottom line */


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

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

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

  .custom-menu-primary.js-enabled {
    position: relative;
    padding-top: 0;
    margin: 0;
    min-height: 0;
  }
  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: auto;
    position: absolute;
    top: 53px;
    right: 0;
    padding: 0;
    background-color: #fff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    padding: 2px 0 8px;
    max-height: calc(100vh - 120px);
    overflow-y: auto !important;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #000;
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    /* Font size of top level list items */
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    width:  auto;
    display:  block !important;
    float:  none !important;
    clear: both;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    font-family: "Poppins",helvetica,arial,sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-top: 13px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 7px;
    margin-left: 13px;
    margin-right: 12px;
    font-size: 1rem;
    line-height: 1.75rem;
    padding-bottom: 10px;
    width: auto !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    border: 0;
    margin: 0;
    box-shadow: none;
    padding: 0 0 0 15px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 1rem;
    text-transform: none;
    color: #ee3747;
    transition: none;
    padding: 5px 20px;
    line-height: 2.1rem;
    font-family: "Poppins",helvetica,arial,sans-serif;
    margin: 0;
  }

}

@media (max-width: 767px) {
  .hs-top-menu {
    display: none !important;
  }

  .custom-logo img {
    max-width: 330px;
    max-height: 61px;
    margin-top: 0;
    width: auto !important;
  }

  .custom-logo a {
    padding: 20px 0 14px 25px;
  }

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

  .mobile-trigger {
    top: 25px;
    right: 30px;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: relative;
    top: 0;
    padding: 3px 0 8px;
    max-height: calc(100vh - 95px);
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    padding: 0 0 7px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:last-child> ul {
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: #777;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: #333;
    background-color: transparent;
  }
  .hs-footer-menu .hs-menu-wrapper > ul > li > a {
    margin: 2px 2px 0px 2px;
  }

  ul.social {
    float:  none;
  }
  body:not(.hs-site-page) .body-container {
    padding: 28px 0 0;
  }

  body:not(.hs-site-page) .body-container .page-center {
    padding-bottom: 28px;
  }
}
@media (max-width: 479px)  {
  .custom-logo img {
    width: 190px !important;
  }
  .mobile-trigger {
    right: 10px;
  }
}
/* ==========================================================================
5. BLOG                                        
========================================================================== */

.blog .custom-header {
  border-bottom: 1px solid #000 !important;
}

.blog .body-container {
  padding-top: 107px !important;
}

.custom-blog-header h1 {
  border-bottom: 1px solid #eee;
  padding: 0 0 20px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.custom_listing_comments {

}
span.filter-link-count {
  display: none;
}
/* Blog Post and Listing Body Class */
body.blog {}

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


.blog-post .cta_button {
		border:none;
    background-color: transparent;

} 

.blog-post .cta_button:hover {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    background-color:transparent;
    border:none;
    font-weight: 400;
    line-height: 1.75rem;
    padding: 10px 50px;
    transition: none;
    color: #ee3747;
    display: inline-block;
    white-space: normal;
}


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

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

.blog-sidebar{
  background:#e6e7e8; 
  padding:0px 15px;
}

/* 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{}
  color: #c4379c;
/* Blog Post Title */
.post-header h2 {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 56px;
  line-height: 3.5rem;
  line-height: 56px;
  line-height: 3.5rem;
  margin:10px 0px;

}

.post-item h2{
  min-height:112px; 
}

.hs-byline {
  font-size: .875rem;
  line-height: 1.75rem;
}

.post-header h2 a:hover {
  color: #999;
  text-decoration: none;
}
.hs-byline a:hover,
.blog-pagination a:hover,
.blog .body-container a:hover{
  color: #999;
}
/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

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


div.post-body > p > img
{
  display:none;
}



.post-item{
  margin:10px;
  box-shadow: 0 3px 9px -2px grey;
  height:300px;
  overflow: hidden;
}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}



.blog-list-image-container{
  height:300px !important;
  background-size: cover;
}

@media(max-width:767px){
  .blog-list-image-container{
    height:136px !important;
    background-size: cover;
  }

  .blog-section .post-item{
    height:460px !important; 
  }

}

/* Read More Link */
a.more-link {
  display:inline-block;
  padding:20px 0;
  text-decoration:underline;
}

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

/** 
* Blog Social Sharing icons
*
* Overrides defaults to better align icons and prevent overlapping 
*/


/** 
* Blog Commments 
*
* Custom styles are listed below, as the COS does not provide default styles.
*/

#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}


/* -------------- Default Code for comment ------------ */

#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: inherit;
  display: block;
  font-family: inherit;

  font-size: inherit;

  line-height: inherit;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  color: inherit !important;
  display: block !important;
  text-align: left !important;
}

/* -------------------- Ends ----------- */

/* -------------- Default Code for Author Bio ------------ */

#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%;
}

.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 10px 0 0;
}

#comments-listing.no-comments {
  border: none;
}



.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

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

/** 
* Blog Author Page 
*
* ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
*/

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {}

/** 
* Blog All Posts Page
*
* ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
*/

body.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 {
  border-left: 1px solid #eee;
  padding-left: 30px;
}

.blog .blog-sidebar h3 {
  font-size: 2.125rem;
  line-height: 3.5rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  color: #ee3747;
  font-family: "Poppins",helvetica,arial,sans-serif;
}

.blog .blog-sidebar ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0rem;
}

.blog .blog-sidebar ul li a {
  padding: 10px 0 10px 0;
  display: block;
  text-transform: capitalize;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 0rem;
  padding-top: .35rem;
  padding-bottom: 6px;
  padding-bottom: .35rem;
  color: #999;
}

.blog .blog-sidebar ul li a:hover {
  color: #ee3747;
  text-decoration: none;
}

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


#comments-listing.no-comments {
  border: none;
}
/* Post Page */
.hs-blog-post .custom-blog-header h1 {
  margin: -28px 0 28px;
  border:  0;
  padding:  0;
}

.hs-blog-post .widget-type-blog_comments h3 {
  font-size: 2.125rem;
  line-height: 1.75rem;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}




@media(max-width:767px){
  .blog-content table .mcnImage{
    width:100vw;
  }
  
  .blog-content table p{
    width:100vw;
  }
  
  .blog-content table{
  display:block !important;
    width:100%;
    overflow:hidden;

}
  
 .blog-content table tr td img{
    width:100% !important;

}
    .blog-content td 
  {
    padding: 0px !important;
    float: left;
    width: 100%;
}
}


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

span.hs-form-required {
  color: #ee3747;
}
.hs-form ul.inputs-list.multi-container {
  margin: 0;
  padding: 0 0 0 21px !important;
}

.hs-form ul.inputs-list.multi-container li {
  padding-left: 0;
  font-size: .875rem;
  line-height: 1;
  margin-bottom: 5px;
  padding: 3.5px 0;
}

.hs-form ul.inputs-list.multi-container li input[type="radio"] {
  margin: 0 10px 0 0;
}

textarea {
  height: 200px;
  margin-bottom: 40px;
}
.hs-about-sec.hs-sec3 .hs-form input.hs-button.primary {
  margin: 25px 0 45px;
}
.landing-page.one-column .body-container form,
.error-template.one-column .body-container form,
.password-template.one-column .body-container form,
.subscription-template.one-column .body-container form,
.hs-half-form {
  max-width: 500px !important;
}


.landing-form {
  background-color:#e6e7e8;
  padding:15px;
}

.thank-you .header-hero{
  margin-top:125px; 
}

.thank-you .cta_button{
  background-color:inherit; 
}

ul.hs-error-msgs.inputs-list {
  margin: 0 0 10px;
  padding:  0;
  list-style:  none;
  color: #ee3747
}
.password-template .hs-button.primary {
  margin-top: 15px;
}
.input.has-textarea+ul.hs-error-msgs.inputs-list {
  margin-top: -40px;
}
.subscribe-options label {
  margin: 0 !important;
}

/* BUTTONS */

.cta_button{
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  background-color: #ee3747;
  border-color: #ee3747;
  border-radius: 0;
  border-style: solid;
  font-family: "Poppins",helvetica,arial,sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  padding: 10px 50px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #fff;
  display: inline-block;
  white-space: normal;
}

.cta_button:hover{
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  background-color: #fff;
  border-color: #ee3747;
  border-radius: 0;
  border-style: solid;
  font-family: "Poppins",helvetica,arial,sans-serif;

  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  padding: 10px 50px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #ee3747;
  display: inline-block;
  white-space: normal;
}


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

/* Form Field */
.hs-form-field {
  margin-bottom: 15px;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 2.275rem;
  font-size: 1.125rem;
}

/* 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;
  padding: 2.5px 12px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-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-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 0;
  width: 100%;
  font-weight: normal;
  font-family: "Poppins", helvetica, arial, sans-serif;
}


.inputName  {
  display: block;
  padding: 2.5px 12px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-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-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 0;
  width: 100%;
  font-weight: normal;
  font-family: "Poppins", helvetica, arial, sans-serif;
}


select {
  height:34px;
  font-size:16px !important;
}
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 {
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(0,130,199,0.6);
  border-color: #66afe9;
  outline: 0;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


/* =============== All Global Buttons (Excluding CTAs) =============== */
.custom-btn,
.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  background-color: #ee3747;
  border-color: #ee3747;
  border-radius: 0;
  border-style: solid;
  font-family: "Poppins",helvetica,arial,sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  padding: 10px 50px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #fff;
  display: inline-block;
  white-space: normal;
}

.custom-btn:hover,
.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #fff;
  border-color: #ee3747;
  color: #ee3747;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  background-color: #fff;
  border-color: #ee3747;
  color: #ee3747;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}


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

/* Basic Styling for Custom Modules */
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3, 
.col-sm-4, 
.col-sm-5, 
.col-sm-6, 
.col-sm-7, 
.col-sm-8,
.col-sm-9,
.col-sm-10, 
.col-sm-11,
.col-sm-12,
.col-lg-3,
.col-lg-9,
.col-xs-12{
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left:0 !important;
}
.col-xs-12 {
  width: 100%;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
/* Two Column With Right Image - Access Systems June 2018 */
.hs-two-col-img {
  padding: 0 15px;
  background-color: #e6e7e8;
  position: relative;
}
.focus-content {
  padding-top: 3.5rem;
  padding-bottom: 5.25rem;
  padding-left: 70px;
  padding-right: 10%;
}

.focus-content h2 {
  font-family: "Poppins",helvetica,arial,sans-serif;
  font-size: 32px;
  font-size: 2rem;
  line-height: 56px;
  line-height: 3.5rem;
  line-height: 46px;
  line-height: 2.8875rem;
}

.hs-two-col-img .col-sm-6.focus-img {
  position: absolute;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-position: center center;
}
.focus-content ul li {
  margin-bottom: .875rem;
  line-height: 1.75rem;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, 
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Solutions Group - Access Systems June 2018 */


.hs-office-solutions {
  background-size: cover;
  padding-top: 7.35rem;
  padding-bottom: 9.1rem;
  text-align:  center;
}
.hs-office-solutions .custom-btn {
  border-width: 1px;
}

.hs-office-solutions span.ico {
  font-size: 70px;
  color: #595959;
  margin: 10px auto 20px auto;
  display: table;
}

.icon-server:before {
  content: "\e90b";
}

.icon-printer2:before {
  content: "\e90a";
}

.icon-printer:before {
  content: "\e909";
}

.icon-phone:before {
  content: "\e907";
}

.hs-office-solutions .callout-block {
  min-height: 420px;
}
.hs-office-solutions .col-md-3 {
  position:relative;
  margin-bottom: 16px;
}
.hs-office-solutions .button-holder {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.hs-office-solutions hr {
  border: 1px solid #000;
}
/* Three Column With Icon */

.hs-three-icon {
  padding: 0 15px;
  border-bottom: 11px solid #595959;
  background-color: #e6e7e8;
}

.row.hs-equal-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hs-three-icon .col-sm-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.hs-three-icon .col-sm-4>a {
  height: 100%;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  text-decoration: none;
  font-weight: normal;
  min-height: 240px;
  background-color: #e6e7e8;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-left: 1px solid #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.hs-three-icon .col-sm-4>a:hover {
  background-color: #999;
  color: #fff;
}

.hs-three-icon .col-sm-4>a:hover * {
  color: inherit;
}

.col-sm-4 {
}

.hs-three-icon .ico {
  margin-top: 10px;
  font-size: 90px;
  float: none;
}

.hs-three-icon h3 {
  margin: 0;
}

/* Awards Froup */
.hs-awards img {
  max-height:  190px;
  width:  auto;
  margin:  0 auto;
  display:  block;
}

.hs-awards p {
  padding-right: 20px;
}
.hs-padding.hs-awards {
  padding-top:0;
}


/* Careers Group - Access Systems June 2018 */
.hs-career-block {
  max-width: 750px;
  margin: 0 auto;
}

.hs-career-head {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 5px;
  margin-top: 5px;
}

.hs-jobSection {
  margin: 0;
  padding: 5px 0;
}

.jobLinkContainer {
  display: inline-block;
  width: 60%;
}

.separatorDash {
  display:  none;
}

.hs-job-wrap {
  padding: 0 0 15px;
}



/* ==========================================================================
# Site Pages                                 
========================================================================== */
.hs-padding {
  padding-top: 5.25rem;
  padding-bottom: 5.25rem;
}
.page-header.section-header h1 {
  text-align: center;
  line-height: 5.25rem;
  position: relative;
}

.page-header.section-header {
  margin-top: -9px;
}

.page-header.section-header h1:after {
  content: '';
  display: block;
  width: 82px;
  margin: 25px auto;
  background: #595959;
  height: 2px;
  position: relative;
  left: -1px;
}

/* About Access Website Page */
.hs-about-sec.hs-sec1 {
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
}


.page-header.section-header p,
.hs-about-sec.hs-sec1 p {
  line-height: 2.45rem;
}
.hs-about-sec.hs-sec1 .hs-flex,
.hs-about-sec.hs-sec3 .hs-flex,
.hs-about-sec.hs-sec3 .hs-form {
  float: none;
  margin: 0 auto;
  padding: 0 15px;
}

.hs-about-sec.hs-sec1 .page-center>.row-fluid-wrapper,
.hs-about-sec.hs-sec3 .page-center>.row-fluid-wrapper{
  margin: 0 -15px;
}
.hs-about-sec.hs-sec3 li {
  margin-bottom: .875rem;
  line-height: 1.75rem;
}
.focus-content ol li {
  margin-bottom: 14px;
  margin-bottom: .875rem;
  line-height: 28px;
  line-height: 1.75rem;
}
.hs-about-sec.hs-sec3 .page-header.section-header h1 {
  font-size: 3.125rem;
  margin: 23px 0 0;
}

.hs-about-sec.hs-sec3 .page-header.section-header h1:after {
  margin-top: 13px;
}
/* Privacy Policy Website Page */

.hs-privacy-sec.hs-sec1 h1 {
  padding-bottom: 1.75rem;
  margin: -1px 0 23px;
}

.hs-privacy-sec.hs-sec1 ul li {
  margin-bottom: .6125rem;
  line-height: 1.75rem;
}

/* Home Website Page */
.hs-home-page .header-container-wrapper.banner-fix {
  padding: 0;
}
.hs-has-col .page-center>.row-fluid-wrapper {
  margin: 0 -15px;
}

.body-container hr {
  border: 1px solid #595959;
  width: 80px;
  margin: 25px auto 25px auto;
  display: table;
}
.hs-ban-slider-grp {
  margin-top: 93px !important;
  position: relative;
  overflow: hidden;
}

.hs-ban-slider-grp .slick-slide {
  height: 700px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hs-ban-slider-grp .slick-slider {
  padding: 0;
  margin: 0;
}

.hs-ban-slider-grp .hs-slider-cap {
  padding: 30px;
  margin: auto;
  display: block;
  background-color: rgba(234,11,37,0.93);
  color: #fff;
  text-align: center;
}

.hs-ban-slider-grp .hs-slider-cap * {
  color: inherit;
}

.hs-ban-slider-grp .hs-slider-cap hr {
  border: 1px solid #fff;
  width: 80px;
  margin: 25px auto 25px auto;
  display: table;
}
.hs-slider-cap-wrap {
  padding-top: 270px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
}

.hs-slider-cap-wrap .hs-slider-cap {
  width: 83.33333%;
  max-width: 749.48px;
  margin-left: 100px !important;
  position: relative;
  z-index: 100;
}

.hs-slider-cap-wrap .hs-slider-cap h1 {
  color: #fff;
  font-size: 3.5625rem;
  line-height: 5.25rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin-bottom: 0rem;
  text-align: center;
}

.hs-slider-cap-wrap .hs-slider-cap a.learn-more {
  text-align: center;
  font-style: italic;
  font-weight: 400;
  color: #fff;
  margin: auto;
  display: block;
  font-size: 1.8125rem;
  line-height: 1.75rem;
}

.hs-ban-slider-grp ul.slick-dots {
  display: none !important;
}
.hs-ban-slider-grp .slick-arrow {
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  color: transparent !important;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
  background-color: transparent;
  height: 100%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: 0;
  margin:0;
}

.hs-ban-slider-grp .slick-next {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
  background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
}

.hs-ban-slider-grp .slick-prev {
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)
}


.hs-ban-slider-grp .slick-arrow:hover {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}

.hs-ban-slider-grp .slick-next:before {
  content: "\e080";
  color:  #fff !important;
  font-size: 50px;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
  right: 50%;
  width: 30px;
  height: 30px;
  margin-top: -47px;
  margin-right: -75px;
  opacity: 1;
}

.hs-ban-slider-grp .slick-prev:before {
  opacity: 1;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -47px;
  font-size: 30px;
  margin-left: -75px;
  content: "\e079";
  font-size: 50px;
  color:  #fff !important;
}

.hs-ban-slider-grp .slick-prev {
  color:  transparent !important;
}
.hs-slider-cap-wrap .hs-slider-cap a.learn-more:hover {
  text-decoration: none;
  color: #999;
}
.hs-home-sec.hs-sec2 .hs-flex:first-child {
  padding-bottom: 1.75rem;
  padding-top: 3.5rem;
}

.hs-home-sec.hs-sec2 h2 {
  margin: 31px 0 30px;
}
.hs-co-sec.hs-sec3 .hs-center {
  margin: 0 auto !important;
  max-width: 750px;
  float: none;
}

.hs-co-sec.hs-sec3 .hs-form p {
  margin: 0;
  line-height: 1.42857;
  color: #333;
}

.hs-co-sec.hs-sec3 .hs-form span.hs-form-required {
  display: none;
}

.hs-co-sec.hs-sec3 .hs-form {
  position: relative;
}

.hs-co-sec.hs-sec3 .hs-form .hs-form-field {
  margin: 0;
}

.hs-co-sec.hs-sec3 .hs-form .hs-button.primary {
  margin: 15px 0 0;
  padding: 7px 12px;
  font-size: 1rem;
  line-height: 1;
}

.hs-co-sec.hs-sec3 .hs-form .hs-richtext {
  margin: 0 0 -12px;
  width: 100%;
}

.featured-blog-header{
  text-align:center;

}


/* Career Opportunities Website Page */

.fluid-iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
  margin-top: -16px;
}

.fluid-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hs-rec-laser-sec.hs-sec1 p {
  line-height: 1.42857;
  color: #333;
  font-size: 16px;
}

.hs-rec-laser-sec.hs-sec1 h1 {
  margin: -1px 0 35px;
}
/* Full Width Website Page */

.hs-msa-sec .hs-flex {
  width: 83.33333%;
  float: none;
  margin: 0 auto !important;
  padding: 0 15px;
}

.hs-msa-sec .hs-flex h1 {
  text-align: center;
  line-height: 3.5rem;
}

.header-container-wrapper.banner-fix {
  padding: 115px 0 0;
}

.hs-msa-sec .hs-flex hr {
  margin-top: 20px;
  margin-bottom: 36px;
  border: 0;
  border-top: 1px solid #eee;
  width: 100%;
  max-width: 883.33px;
}
.hs-co-page .hs-about-sec.hs-sec3 .hs-form {
  width: 100%;
  padding: 0;
}
/* Contact Us Website Page */

ul.unstyled {
  list-style-type: none;
  padding: 0;
}

ul.unstyled li {
  margin-bottom: .6125rem;
  line-height: 1.75rem;
}
.hs-addre-wrap {
  padding: 45px 0 0px;
}

ul.unstyled.address {
  margin-bottom: 40px;
  margin-top: 0;
}
/* Sitemap Website Page */

.hs-sitemap-menu .hs-menu-wrapper>ul>li>a {
  font-size: 1rem;
  line-height: 2.1rem;
  margin: 1rem 0 0;
  width: auto !important;
  display: inline-block;
}
.hs-sitemap-menu .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper {
  margin-top: 1rem;
}
.hs-sitemap-menu a {
  color: #337ab7;
  text-decoration: none;
  font-weight:  normal;
  width: auto !important;
  display: inline-block !important;
}

.hs-sitemap-menu .hs-menu-wrapper>ul {
  margin: -16px 0 0;
}

.hs-sitemap-menu .hs-menu-wrapper>ul>li>a[href="javascript:;"] {
  color: #000;
  text-decoration:  none;
  cursor: text;
}

.hs-sitemap-menu a:hover {
  text-decoration:  underline;
}

.hs-sitemap-menu .hs-menu-wrapper>ul ul.hs-menu-children-wrapper {
  font-size: 1rem;
  line-height: 2.1rem;
  color: #000;
  padding-left: 30px;
}
.hs-msa-sec .hs-flex h1,
.hs-msa-sec .hs-flex hr {
  max-width:  750px;
  margin-left:  auto;
  margin-right:  auto;
}
/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

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


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

@media (min-width: 768px) {
  .container-fluid .row-fluid .page-center {
    max-width: 750px;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-6,
  .hs-home-sec.hs-sec2 .col-sm-6{
    width: 50%;
  }
  .hs-about-sec.hs-sec1 .hs-flex {
    width: 66.66667%;
  }
  .hs-about-sec.hs-sec3 .hs-flex,
  .hs-about-sec.hs-sec3 .hs-form{
    width: 83.33333%;
  }
  .col-sm-12 {
    width: 100%;
    float: left;
  }
  .col-sm-4 {
    width: 33.33333%;
    float: left;
  }
  .col-xs-12 {
    width: 100%;
    float: left;
  }
  .hs-three-icon .col-sm-4 {
    width: 33.30%;
  }
}


@media (min-width: 992px) {
  .container-fluid .row-fluid .page-center {
    max-width: 970px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-1, .hs-section .col-md-1 {
    width: 8.33333%;
    margin-left:0 !important;
  }

  .col-md-2, .hs-section .col-md-2 {
    width: 16.66667%;
    margin-left:0 !important;
  }

  .col-md-3, .hs-section .col-md-3 {
    width: 25%;
    margin-left:0 !important;
  }

  .col-md-4, .hs-section .col-md-4 {
    width: 33.33333%;
    margin-left:0 !important;
  }

  .col-md-5, .hs-section .col-md-5 {
    width: 41.66667%;
    margin-left:0 !important;
  }

  .col-md-6, .hs-section .col-md-6 {
    width: 50%;
    margin-left:0 !important;
  }

  .col-md-7, .hs-section .col-md-7 {
    width: 58.33333%;
    margin-left:0 !important;
  }

  .col-md-8, .hs-section .col-md-8 {
    width: 66.66667%;
    margin-left:0 !important;
  }

  .col-md-9, .hs-section .col-md-9 {
    width: 75%;
    margin-left:0 !important;
  }

  .col-md-10, .hs-section .col-md-10 {
    width: 83.33333%;
    margin-left:0 !important;
  }

  .col-md-11, .hs-section .col-md-11 {
    width: 91.66667%;
    margin-left:0 !important;
  }

  .col-md-12, .hs-section .col-md-12 {
    width: 100%;
    margin-left:0 !important;
  }
  .hs-office-solutions .col-md-3 {
    width: 24.9%;
  }
}


@media (min-width: 1200px) {
  .container-fluid .row-fluid .page-center {
    max-width: 1170px;
  }
  .col-lg-3 {
    width: 25%;
    float: left;
  }
  .col-lg-9 {
    width: 75%;
    float: left;
  }
  .custom-logo img.hs-image-widget {
    max-width: 355px;
    max-height: 86px;
    width: auto !important;
  }
}



@media (min-width: 1400px) {
  .container-fluid .row-fluid .page-center {
    max-width: 1370px;
  }
}

@media (min-width: 1200px) and (max-width: 1350px){
  .hs-ban-slider-grp .slick-next:before {
    margin-right: -50px;
  }

  .hs-ban-slider-grp .slick-prev:before {
    margin-left: -50px;
  }
}
@media (min-width: 1200px) and (max-width: 1310px){ 
  .custom-logo img.hs-image-widget {
    max-width: 330px;
    max-height: 61px;
    margin-top: 20px;
  }
}
/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1199px) {
  .hs-ban-slider-grp .slick-arrow:before {
    left: 50% !important;
    right:  auto !important;
    height:  50px;
    width:  50px;
    margin-left: -15px;
  }

  .hs-ban-slider-grp {
    margin-top: 83px !important;
  }

  .hs-slider-cap-wrap .hs-slider-cap {
    margin-left: 65px !important;
    padding: 30px 15px 30px 15px;
    max-width: 720px;
  }

  .hs-three-icon .col-sm-4>a {
    padding-bottom: 0;
    text-align: center;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  h1 {
    font-size: 2.75rem;
    line-height: 4.8125rem;
  }
  .hs-home-sec.hs-sec2 .hs-flex:first-child {
    padding-top: 0;
  }

  .hs-home-sec.hs-sec2 .hs-flex .video-container {
    margin-top: 4.375rem;
  }

  .hs-office-solutions .col-md-3 {
    margin-bottom: 5.25rem;
  }

  .hs-office-solutions .callout-block {
    padding-bottom: 3.5rem;
  }

  .hs-slider-cap-wrap .hs-slider-cap {
    max-width: 435px;
  }
  .hs-awards img {
    margin: 0;
  }
  .hs-about-sec.hs-co-sec.hs-sec3 .hs-flex {
    width: 100%;
  }
  .hs-co-sec.hs-sec3 .hs-center {
    padding: 0 15px;
  }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .landing-page.one-column .body-container form,
  .error-template.one-column .body-container form,
  .password-template.one-column .body-container form,
  .subscription-template.one-column .body-container form{
    max-width: 100% !important;
  }
  p {
    font-size: .875rem;
    line-height: 1.75rem;
  }
  h1 {
    font-size: 1.875rem;
    line-height: 1.75rem;
  }
  h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  h3 {
    font-size: 1.875rem;
    line-height: 1.75rem;
  }
  .hs-padding {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .hs-banner {
    height: 275px;
  }
  .hs-banner {
    height: 275px;
  }

  .page-header.section-header h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 56px;
    line-height: 3.5rem;
    line-height: 28px;
    line-height: 1.75rem;
  }

  .hs-about-sec.hs-sec1 {
    padding-top: 2.625rem;
    padding-bottom: 1.75rem;
    margin-bottom: 0rem;
  }

  .page-header.section-header h1:after {
    margin: 15px auto;
  }

  .page-header.section-header p, .hs-about-sec.hs-sec1 p {
    font-size: 14px;
    font-size: .875rem;
    line-height: 28px;
    line-height: 1.75rem;
    line-height: 28px;
    line-height: 1.75rem;
  }

  .focus-content {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    padding-left: 0;
    padding-right: 0;
  }

  .focus-content h2 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .hs-two-col-img .col-sm-6.focus-img {
    position: static;
    height: 600px;
  }
  .focus-content ol {
    padding-left: 15px;
  }
  .hs-about-sec.hs-sec3 .page-header.section-header h1 {
    line-height: 1.75rem;
    font-size: 1.5rem;
    margin: 29px 0 20px;
  }

  .hs-about-sec.hs-sec3 .page-header.section-header h1:after {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .page-header.section-header h1:after {
    left: 0;
  }
  .hs-privacy-sec.hs-sec1 h1 {
    margin: 0px 0 21px;
  }
  .hs-ban-slider-grp {
    margin-top: -1px !important;
  }

  .hs-slider-cap-wrap {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }

  .hs-slider-cap-wrap .hs-slider-cap {
    width: 100% !IMPORTANT;
    margin: 0 !important;
    max-width: 100% !IMPORTANT;
    padding: 10px 15px;
  }

  .hs-slider-cap-wrap .hs-slider-cap h1 {
    font-size: 1.875rem;
    line-height: 2.45rem;
    text-align: center;
    margin-top: 0rem;
  }

  .hs-ban-slider-grp .hs-slider-cap hr {
    margin: 10px auto 4px auto;
  }

  .hs-slider-cap-wrap .hs-slider-cap a.learn-more {
    ]: 24px font-size: 1.5rem;
    line-height: 2.45rem;
    font-size: 1.5rem;
  }

  .hs-ban-slider-grp .slick-slide {
    height: 350px;
  }

  .hs-ban-slider-grp .slick-arrow:before {
    font-size: 30px !important;
    top: 50% !important;
    height: 30px;
    width: 30px;
    margin-top: 0;
  }

  .hs-ban-slider-grp .slick-arrow {
    height: 100%;
    bottom: 0 !important;
    margin:0;
  }

  .hs-ban-slider-grp .slick-next:before {
    margin-right: 0px;
    margin-top: -10px;
    margin-left: -30px;
  }

  .hs-ban-slider-grp .slick-prev:before {
    margin-left: 0;
    margin-top: -10px;
  }
  .row.hs-equal-col {
    display: block;
  }

  .hs-three-icon .col-sm-4 {
    display: block;
  }

  .hs-three-icon .col-sm-4>a {
    display: block;
  }

  .hs-home-sec.hs-sec2 .hs-flex:first-child {
    padding-bottom: 0;
    padding-top: 0;
  }

  .hs-home-sec.hs-sec2 h2 {
    margin: 20px 0;
  }

  .hs-office-solutions .callout-block {
    min-height: 1px;
    min-height: 335px;
    margin-bottom: 5.25rem;
    position: relative;
  }

  .hs-office-solutions .button-holder {
    position: relative;
    bottom: 0;
    width: 100%;
  }

  .hs-office-solutions .col-md-3 {
    margin: 0;
  }
  .hs-padding.hs-awards .col-md-6 {
    min-height: 1px !important;
  }
  .hs-jobSection {
    padding: 0;
  }

  .hs-job-wrap {
    padding: 0 0 10px;
  }
  .hs-co-sec.hs-sec3 .hs-center {
    padding: 0 15px;
  }
  .hs-msa-sec .hs-flex h1 {
    line-height: 1.75rem;
  }

  .hs-msa-sec .hs-flex {
    width: 100%;
  }

  .header-container-wrapper.banner-fix {
    padding: 79px 0 0;
  }

  .hs-msa-sec .hs-flex hr {
    margin-bottom: 20px;
  }

  form.hs-form fieldset .hs-form-field {
    width:  100% !important;
    padding: 0 !important;
  }

  form.hs-form .hs-input:not([type="redio"]),
  form.hs-form .hs-input:not([type="checkbox"]){
    width:  100% !important;
  }
  form.hs-form .hs-input[type="redio"],
  form.hs-form .hs-input[type="checkbox"] {
    width: auto !important;
    display: inline-block !important;
  }
  form.hs-form fieldset .hs-form-field  input[type="radio"] {
    width:  auto !important;
  }
  .hs-sitemap-menu .hs-menu-wrapper>ul>li>a {
    font-size: .875rem;
    line-height: 1.75rem;
    margin: 1em 0;
  }

  .hs-sitemap-menu .hs-menu-wrapper a {
    font-size: .875rem;
    line-height: 1.75rem;
  }

  .hs-sitemap-menu .hs-menu-wrapper>ul {
    margin: -14px 0 0;
  }
  .hs-office-solutions {
    padding-bottom: 60px;
  }
  .custom-blog-header h1 {
    font-size: 2.25rem;
    line-height: 3.5rem;
  }

  .blog .body-container {
    padding-top: 88px !important;
  }
  .blog .blog-sidebar {
    border-left: 0;
    padding-left: 0;
    padding-top: 5.25rem;
  }
}  


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

@media (max-width: 479px) {
  .hs-two-col-img .col-sm-6.focus-img {
    height: 400px;
  }
  .jobLinkContainer {
    display:  block;
    width:  100%;
    margin: 0 0 5px;
  }

  .hs-jobSection {
    padding: 0 0 15px;
  }
}

/* open position button */

.open-positions-btn
{
  -webkit-font-smoothing: antialiased !important;
    cursor: pointer !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    -o-user-select: none !important;
    user-select: none !important;
    display: inline-block !important;
    font-weight: normal !important;
    text-align: center !important;
    text-decoration: none !important;
    -moz-transition: all .4s ease !important;
    -webkit-transition: all .4s ease !important;
    -o-transition: all .4s ease !important;
    background: rgb(238,55,71) !important;
    border-radius: 6px !important;
    border-width: 0px !important;
    color: rgb(255,255,255) !important;
    font-family: sans-serif !important;
    height: auto !important;
    transition: all .4s ease !important;
    padding: 10px 36px!important;
    text-shadow: none !important;
    width: auto !important;
    font-size: 24px !important;
    line-height: 1.5em !important;
}
.open-positions-btn:hover
{
  transform: translateY(-0.1rem);
    box-shadow: 0px 5px 10px rgba(0,0,0,.2);
}