/* ==========================================================================
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('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Roboto:100,100i,300,300i,400|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');

@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.css);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
}
.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;
}
.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;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    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 {
  visibility: visible;
  opacity: 1;
}

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
  background: #fff;
  font-family: "Roboto", serif;
  line-height: 1.42857143;
  font-size: 14px;
  color: #000;
}

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

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


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

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

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", serif;
  margin: 15px 0; 
  line-height: 1.25;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #00416B;
}
h2 {
  font-size: 22px;
  font-weight: regular;
  font-family: "Roboto",sans-serif;
  color: #B12028;
}
h3 {
  font-family: "Roboto",sans-serif;
  color: #000000;
  font-size: 32px;
  font-weight: bold;
}
h4 {
  font-family: "Roboto",sans-serif;
  font-size: 18px;
  color: #C1C5C8;
  font-weight: bold;
}
h5 {
  font-family: "Roboto",sans-serif;
  color: #000000;
  font-weight: bold;
  font-size: 18px;
}
h6 {
  font-size: 18px;
  color: #aaa;
  font-weight: 500;
}

/* Anchor Links */
a { 
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  color: #23527c;
}

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

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

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


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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.header-container-wrapper .page-center {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
}
.header-container {}

.custom-top-header {
  padding-right: 10px;
  background-color: #13426b;
  margin: 0;
  margin-bottom: 0;
  min-height: 30px;
  position: relative;
}

.custom-top-header .page-center {
  padding: 0;
}

.custom-header .custom-logo {
  z-index: 1;
  position: relative;
  width: auto !important;
}

.custom-header .custom-logo a {
  float: left;
}

.custom-header .custom-logo a img {
  position: absolute;
  background: #fff;
  border-radius: 50% 50% 0% 0%;
  top: 6px;
  left: 11px;
  height: 70px;
  display: block;
  z-index: 9999;
  width: 70px;
  max-width: 70px;
}

.custom-header .custom-top-header-menu {
  float: right;
  margin: 0;
}

.custom-header .custom-top-header-menu ul {
  font-family: "Myriad Pro", sans-serif;
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  float: right;
}

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

.custom-header .custom-top-header-menu ul li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 20px;
  padding: 15px;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  background-color: transparent;
  color: #fff;
  font-weight: 500;
  text-transform: none;
  display: block;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}

.custom-header .custom-top-header-menu ul li a:hover {
  color: #dcdcdc;
}

.custom-header .custom-top-header-menu ul li:last-child a {
  padding-right: 0;
}

.custom-bottom-header {
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
          box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
  position: static;
  top: 0;
  width: 100%;
  z-index: 10005;
  margin-bottom: 8px;
}

ul.nav.navbar-nav.navbar-right.main_nav_right_cl {
  margin: 0;
  padding: 0;
  list-style: none;
/*   float: right !important; */
  font-family: "Myriad Pro", sans-serif;
  margin-right: 0;
}

ul.nav.navbar-nav.navbar-right.main_nav_right_cl li {
  position: relative;
  display: block;
  float: left;
}

ul.nav.navbar-nav.navbar-right.main_nav_right_cl li a {
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
  display: inline-block;
  margin-top: 9px;
  font-size: 14px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #b31c27;
  border-color: #b31c27;
  color: #feffff;
  line-height: 20px;
  left: 7px;
}

ul.nav.navbar-nav.navbar-right.main_nav_right_cl li a:hover {
  border-color: #8b0000;
  color: #ccc;
}

.custom-header .custom-header-search {
  margin: 0;
  width: calc(100% - 35.999%) !important;
}

.custom-header .custom-header-search  > div.hs_cos_wrapper{
  display: flex;
}

.header-search > li {
  position: static;
/*   float: left; */
  list-style:none;
}

.header-search > li > form {
  padding: 10px 15px;
  margin-top: 9px;
  margin-right: -15px;
  margin-bottom: 9px;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: left !important;
  padding-left: 14px;
}

.navbar-form .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  display: inline-table !important;
  vertical-align: middle;
}

.input-group-addon {
  position: relative;
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  width: auto;
}

.input-group-addon a.dropdown-toggle {
  color: #337ab7;
  text-decoration: none;
  display: block;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 2px;
  padding-bottom: 4px;
  width: 125px;
  max-width: 125px;
  font-family: "Myriad Pro", sans-serif;
}

.input-group-addon a.dropdown-toggle:hover {
  color: #23527c;
}

.dropdown-menu {
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  margin: 0;
  list-style: none;
  border-radius: 0 !important;
  position: absolute;
  background-color: #fff;
  color: #004065;
  border-color: #004065;
  -webkit-box-shadow: 1px 1px 6px rgba(0,0,0,.2);
          box-shadow: 1px 1px 6px rgba(0,0,0,.2);
  -webkit-transition: all .5s ease 3s;
  -o-transition: all .5s ease 3s;
  transition: all .5s ease 3s;
  margin-top: 8px;
  top: 100%;
  left: 0;
}

.dropdown-menu li {}

.dropdown-menu li a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 5px 15px 5px 15px;
  clear: both;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-align: left;
  font-family: "Myriad Pro", sans-serif;
}

.dropdown-menu li a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #e8e8e8;
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}

.dropdown-menu {
  display: none;
}

.form-open .dropdown-menu {
  display: block;
}

.custom-header .form-control {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  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, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  border-radius: 0;
  width: 458.953px;
  font-family:"Myriad Pro", sans-serif;
}

.custom-header .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

span.caret {
  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;
}

span.input-group-btn {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: auto;
}

span.input-group-btn button.btn.btn-primary {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  background-color: #B31C27;
  border-color: #b12028;
  position: relative;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  z-index: 2;
  margin-left: -1px;
}

span.input-group-btn button.btn.btn-primary:hover {
  background-color: #b12028;
  border-color: #b12028;
  background-position: 0 -15px;
}

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

.body-container-wrapper .page-center {
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1170px;
}
.body-container {}

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


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

.footer-container-wrapper {}
.footer-container-wrapper .page-center {
  max-width: 1170px;
  padding-left:15px;
  padding-right:15px;
}

.custom-footer {
  bottom: 0;
  width: 100%;
  font-size: 10px;
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3);
}

.row.footer-upper {
  margin: 0;
  overflow: hidden;
  font-size: 12px;
  color: #777;
  padding-top: 3px;
}

.row.footer-upper .col-sm-2 {
  width: 16.66666667%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.row.footer-upper .col-sm-3 {
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 25%;
}

div#social-footer {
  width: 25%;
  float: left;
  position: relative;
  padding:0;
}

.custom-footer {
}

.brand-3M-home {
  float: left;
  position: absolute;
  left: -69px;
  top: 20px;
  display: inherit;
}

.list-inline {
  margin: 0;
  margin-left: -5px;
  list-style: none;
  padding-left: 0;
  float: right;
  margin-bottom: 2px;
}

.list-inline li {
  display: inline-block;
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  font-size: 11px;
  line-height: 18px;
  padding-left: 5px;
  font-size: 11px;
}

.list-inline li a {
  color: #337ab7;
  text-decoration: none;
}

.list-inline li a:hover {
  color: #23527c;
  text-decoration: none;
}

.footer-copy {
  text-align: right;
  display: inline-block;
  font-size: 11px;
  padding-top: 7px;
  float: right;
}

.top-social.hidden-xs {
  float: right;
  list-style: none;
  margin: 0;
  padding-left: 0;
  margin-top: 6px;
  margin-bottom: 4px;
}

.top-social.hidden-xs li {
  float: left;
  display: inline;
  margin: 0 2px;
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  font-size: 11px;
  line-height: 18px;
  border: 0;
  height: 35px;
}

.top-social.hidden-xs li a {
  text-decoration: none;
  display: block;
  width: 34px;
  height: 33px;
  background-image: url('//5541471.fs1.hubspotusercontent-na1.net/hubfs/5541471/Grimco_June2019%20/Images/socials.png');
}

.top-social.hidden-xs li a.social1-top {
  background-position: 306px 100%;
}

.top-social.hidden-xs li a.social2-top {
  background-position: 442px 100%;
}

.top-social.hidden-xs li a.social3-top {
  background-position: 272px 100%;
}

.top-social.hidden-xs li a.social4-top {
  background-position: 374px 100%;
}

.top-social.hidden-xs li a.social5-top {
  background-image: url(//5541471.fs1.hubspotusercontent-na1.net/hubfs/5541471/Grimco_June2019%20/Images/igram.png);
}

.brand-3M-home img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  vertical-align: middle;
}

div#google_translate_element select {
  color: #666;
}

.footer-upper .title {
  margin: 5px 0 2px;
  background: none;
  padding: 0;
  color: #000;
  cursor: auto;
  font-size: 13px;
  line-height: 1.42857143;
}

.footer-upper .title strong {
  font-weight: 500;
}

.row.footer-upper .col-sm-2 ul.list {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-left: 0;
  list-style: none;
}

.row.footer-upper .col-sm-2 ul.list li {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  font-size: 11px;
  line-height: 18px;
}

.row.footer-upper .col-sm-2 ul.list li a {
  color: #337ab7;
  text-decoration: none;
}

.row.footer-upper .col-sm-2 ul.list li a:hover {
  color: #23527c;
  text-decoration: none;
}

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

@media screen and (min-width:992px) {
  .custom-menu-primary.mobile.js-enabled.outer-menu {
    display: none !important;
  }
  .custom-header.mobile {
    display: none !important;
  }

  /* =============== Custom Menu Primary =============== */
  .custom-header .custom-menu-primary.js-enabled {
    margin-left: 80px;
    width: auto  !important;
  }

  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul{}
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    display: block;
    position: static !important;
    padding-bottom: 7px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    display: inline-block;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
    line-height: 20px;
    padding-top: 9px;
    padding-bottom: 8px;
    font-size: 14px;
    margin-top: 8px;
    font-size: 14px;
    padding-left: 7px;
    padding-right: 7px;
    font-family:"Myriad Pro", sans-serif;
    color: #337ab7;
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > a:after {
    position: relative;
    vertical-align: top;
    font-family: FontAwesome;
    border: none;
    content: "";
    margin-left: 7px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > a:after {
    margin-left: 3px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(3) > a:after {
    margin-left: 4px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    background-color: #b31c27;
    color: #fff;
  }
  .custom-bottom-header {
    height: 52px;
  }
  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul{
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    top: 88%;
    bottom: auto;
    left: 0;
    right: 0;
    padding: 15px;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: -16px;
    margin-right: -16px;
    background-color: #fff;
    color: #004065;
    -webkit-box-shadow: 1px 1px 6px rgba(0,0,0,.2);
            box-shadow: 1px 1px 6px rgba(0,0,0,.2);
    -webkit-transition: all .5s ease 3s;
    -o-transition: all .5s ease 3s;
    transition: all .5s ease 3s;
  }
  .custom-bottom-header .page-center {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    width: 25%;
    position: static !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    position: relative;
    display: block;
    padding: 5px 15px 5px 15px;
    clear: both;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    margin-right: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid transparent;
    color: #337ab7;
    text-decoration: none;
    font-family: "Myriad Pro", sans-serif;
    font-weight: 400;
  } 
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:after{
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: .3em;
    position: absolute;
    right: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:hover > a{
    background-color: #b31c27;
    color: #fff;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li > ul ul {
    left: 25% !important;
    right: auto !important;
    width: 75% !important;
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul ul li {
    width: 50%;
    padding: 0 23px;
    float: left;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul h2.title {
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 22px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 25px;
    border-bottom: 0;
    font-family: "Open Sans",sans-serif;
    font-size: 30px;
    line-height: 1;
    clear: both;
    font-weight: 500;
    color:rgb(0, 64, 101);
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
    display: block;
    padding: 5px 15px 4px 14px;
    clear: both;
    font-weight: 400;
    line-height: 20px;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    font-size: 14px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul ul li.hs-menu-depth-4:hover > a{
    background-color: #b31c27;
    color: #fff;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul ul li ul {
    height: auto !important;
    display: block !important;
    position: static !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    height: 100% !important;
    width: 100% !important;
    padding: 15px 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:hover ul li ul {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .custom-menu-primary .hs-menu-wrapper >ul ul ul ul li {
    width: 100%;
    float: none;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:nth-child(1) ul > li {
    float:none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:nth-child(3) ul ul {
    padding-top: 4px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:nth-child(3) > ul > li > a {
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) h2.title {
    margin: 3px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-family: "Myriad Pro", sans-serif;
    position:absolute;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul li.hs-menu-item.hs-menu-depth-2 > a:after {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul li.hs-menu-item.hs-menu-depth-2 {
    padding-top: 39px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) li.hs-menu-item.hs-menu-depth-2 {
    float: left !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) li.hs-menu-item.hs-menu-depth-2 ul li {
    float: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul {
    display: block !important;
    position: static !important;
    width: 75% !important;
    height: 100% !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2):hover li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul {
    visibility: visible !important;
    opacity: 1  !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) li.hs-menu-item.hs-menu-depth-2.hs-item-has-children {
    padding-top: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper {
    padding: 0;
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper h2.title {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-3 {
    padding: 0;
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-3 a {
    padding: 5px 15px 5px 15px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > a {
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:hover a {
    background: transparent;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-3 a {
    padding: 5px 15px 5px 15px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-3 a:hover {
    background-color: #b31c27;
    color: #fff;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child li.hs-menu-item.hs-menu-depth-2.hs-item-has-children li.hs-menu-item.hs-menu-depth-3.hs-item-has-children > a {
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child li.hs-menu-item.hs-menu-depth-2.hs-item-has-children li.hs-menu-item.hs-menu-depth-3.hs-item-has-children > ul {
    padding-top: 3px;
  }

  .menu-1 .custom-menu-primary .hs-menu-wrapper>ul>li > ul {
    min-height: 295px;
  }

  .menu-2 .custom-menu-primary .hs-menu-wrapper>ul>li > ul {
    min-height: 355px;
  }

  .menu-3 .custom-menu-primary .hs-menu-wrapper>ul>li > ul {
    min-height: 235px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child li.hs-menu-item.hs-menu-depth-3.hs-item-has-children:hover a {
    background: transparent;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child li.hs-menu-item.hs-menu-depth-3.hs-item-has-children li.hs-menu-item.hs-menu-depth-4 a:hover {
    background-color: #b31c27;
    color: #fff;
  }


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

  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
}


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

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

@media (max-width: 991px){

  /* 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;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 15px;
    width: auto;
    height: auto;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    border-radius: 4px;
    color: #000;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 9px 10px;
    margin-top: 7px;
    margin-right: 20px;
    margin-bottom: 7px;
    background-color: #b31c27;
    z-index: 9999;
  }

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

  .mobile-trigger .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    height: 3px;
    background-color: #feffff;
  }

  .mobile-trigger .icon-bar + .icon-bar {
    margin-top: 4px;
  }

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

  .child-trigger{
    display: none !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: 53px !important; /* Button height */  
    padding: 0 !important;
  }

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

  .custom-menu-primary.js-enabled{
    /* position: relative; */
    padding-top: 00;
    margin: 0;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    display: none;
    position: fixed;
    width: 80%;
    min-width: 140px;
    max-width: 440px;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    border-color: rgba(255,255,255,.2);
    color: rgba(255,255,255,.6);
    border-color: rgba(255,255,255,.2);
    color: rgba(255,255,255,.6);
    -webkit-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
    transform: translate(-100%,0);
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    height: 100%;
    background: #333;
    display: block !important;
    overflow-y: auto !important;
  }
  body {
    overflow-x: hidden;
  }
  .mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  .custom-menu-primary ul li {
    position: static !important;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    overflow: hidden;
  }

  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    position: absolute !important;
    padding: 0;
    top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: .5s all !important;
    -o-transition: .5s all !important;
    transition: .5s all !important;
    height: 100%;
    left: 100% !important;
    width: 100%;
    z-index: 999;
    background: #333;
    display: block !important;
    padding-top: 100px;
    padding-bottom: 41px;
    overflow-y: auto !important;
  }

  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.active-menu > ul.hs-menu-children-wrapper {
    left: 0 !important;
  }

  .dl-back {
    padding: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Candara', sans-serif;
    cursor: pointer;
  }

}


/* ==========================================================================
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,
h2.post-listing-simple {
  margin: 0 0 10px;
  padding: 0;
}

.post-header h2 a,
h2.post-listing-simple a {
  text-decoration: none;
}

/* Blog Author and Avatar */
#hubspot-author_data {
  margin: 0 0 10px;
  padding: 0;
}

#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;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

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

/* Blog Topics List */
#hubspot-topic_data {
  color: #888888;
  font-weight: bold;
  margin: 4px 0;
}
#hubspot-topic_data a.topic-link {}

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

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  margin-right: 10px !important;
}

.hs-blog-social-share-list{
  list-style:none;
  margin:0;
  padding:0;
}
.hs-blog-social-share-list li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.custom_listing_comments{
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

#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;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-from h4 a {
  text-decoration: none;
}
.comment-date {
  color: inherit !important;
  display: block !important;
  text-align: left !important;
}



.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }



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

  padding: 0;

}


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

}


.comment-from h4 {

  margin: 0;

  padding-top: 15px;

}



.comment-from h4 a {

  text-decoration: none;

}


.comment-date {

  color: inherit !important;

  display: block !important;

  text-align: left;

}



/* Pagination */
.blog-pagination {}
.blog-pagination a{
  display: inline-block;
  padding-right: 10px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

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


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

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  border-radius: 50%;
  max-width: 100%;
}

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

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


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

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


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


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

.subscription-template .body-container #email-prefs-form .email-edit {
  max-width: 100% !important;
}

.hs-search-field,
.body-container .hs_cos_wrapper_type_blog_subscribe, 
.body-container .hs_cos_wrapper_type_google_search, 
.body-container .hs_cos_wrapper_type_form, 
.body-container .hs_cos_wrapper_type_password_prompt,
.body-container #email-prefs-form,
.body-container #comment-form{
  max-width:700px;
  display:block;
  margin-bottom:30px;
}

.subscription-template-form .body-container #email-prefs-form{
  max-width: 100%;
  border-top:none;
  border-bottom:none;
  padding: 0px;
  background-color: transparent;
  display:block;
}

.body-container #hs_cos_wrapper_blog_subscription {
  background: none;
  max-width: 100%;
}

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

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

/* Labels and Legends */
label {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.42857143;
  color: #333;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.hs-form-field > label {}

ul.hs-error-msgs.inputs-list label {
  color: red;
  display: block;
}

ul.hs-error-msgs.inputs-list {
  list-style: none;
  padding: 0;
}

/* One Line Inputs */
body .body-container-wrapper input[type="text"],
body .body-container-wrapper input[type="password"], 
body .body-container-wrapper input[type="datetime"], 
body .body-container-wrapper input[type="datetime-local"], 
body .body-container-wrapper input[type="date"], 
body .body-container-wrapper input[type="month"], 
body .body-container-wrapper input[type="time"], 
body .body-container-wrapper input[type="week"], 
body .body-container-wrapper input[type="number"], 
body .body-container-wrapper input[type="email"], 
body .body-container-wrapper input[type="url"], 
body .body-container-wrapper input[type="search"], 
body .body-container-wrapper input[type="tel"], 
body .body-container-wrapper input[type="color"],
body .body-container-wrapper input[type="file"],
body .body-container-wrapper textarea,
body .body-container-wrapper select {
  -webkit-appearance: none;
  margin: 0;
  font: inherit;
  font-family: inherit;
  display: block;
  width: 100%;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  margin-bottom: 15px;
}

body .body-container-wrapper input[type="text"]:focus,
body .body-container-wrapper input[type="password"]:focus, 
body .body-container-wrapper input[type="datetime"]:focus, 
body .body-container-wrapper input[type="datetime-local"]:focus, 
body .body-container-wrapper input[type="date"]:focus, 
body .body-container-wrapper input[type="month"]:focus, 
body .body-container-wrapper input[type="time"]:focus, 
body .body-container-wrapper input[type="week"]:focus, 
body .body-container-wrapper input[type="number"]:focus, 
body .body-container-wrapper input[type="email"]:focus, 
body .body-container-wrapper input[type="url"]:focus, 
body .body-container-wrapper input[type="search"]:focus, 
body .body-container-wrapper input[type="tel"]:focus, 
body .body-container-wrapper input[type="color"]:focus,
body .body-container-wrapper input[type="file"]:focus,
body .body-container-wrapper textarea:focus,
body .body-container-wrapper select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}


.hs_recaptcha {
  margin: 15px 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"] {}

#comment-form input.hs-button.primary {
  margin-top: 10px;
}


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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-block;
  text-decoration: none !important;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #B31C27;
  border-color: #b12028;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
  text-decoration: none;
  background-color: #b12028;
  border-color: #b12028;
  background-position: 0 -15px;
  color: #fff;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


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

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


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

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


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

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


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

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


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

.menu-is-not-here .custom-top-header {
  height: 30px;
}

.menu-is-not-here .custom-copyright.list-inline ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  padding-bottom: 2px;
}

.menu-is-not-here .custom-copyright.list-inline {
  text-align: right;
}

.menu-is-not-here .custom-copyright.list-inline p {
  margin: 0;
  text-align: right;
  display: inline-block;
  font-size: 11px;
  padding-top: 7px;
  color: #777;
}

.hs-author-social-section {
  margin-top: 15px;
}

.replying {
  padding: 1em;
}

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


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


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

@media (max-width: 1439px) {
  .input-group-addon a.dropdown-toggle {
    width: 100px;
    max-width: 100px;
  }
  .custom-header .form-control {
    width: 513.953px !important;
  }
  .custom-header .custom-logo a img {
    top: 37px;
    left: 9px;
    height: 40px;
    width: 40px;
  }
  .custom-header .custom-menu-primary.js-enabled {
    margin-left: 50px;
  }
/*   .custom-header .custom-header-search {
    margin: 0;
    width: calc(100% - 28.999%) !important;
  } */
  ul.nav.navbar-nav.navbar-right.main_nav_right_cl li a {
    left: 2px;
  }
}

@media (max-width: 1229px) and (min-width: 1198px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    width:100%;
  }
}

@media (max-width: 1199px) {
  .footer-container-wrapper .page-center,
  .header-container-wrapper .page-center {
    max-width: 970px;
  }
  .custom-header .form-control {
    width: 388.203px !important;
  }
  .custom-header .custom-header-search {
    margin: 0;
    width: calc(100% - 38.999%) !important;
  }
  .custom-header .custom-menu-primary.js-enabled {
    margin-left: 36px;
  }
  .header-search>li>form {
    padding-left: 8px;
    padding-right: 5px;
  }
  ul.nav.navbar-nav.navbar-right.main_nav_right_cl {
    margin-right: -17px;
  }
}

@media (max-width: 1024px) {
  .custom-header .custom-logo a img {
    top: 36px;
    left: 5px;
    height: 40px;
  }
}

@media (max-width: 1020px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    width:100%;
  }
}

@media (max-width: 991px) and (max-height: 700px) {
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    height: 139vh !important;
  }
}

@media (max-width: 991px) and (max-height: 500px) {
  html.no-js.menu-open-m {
    overflow: hidden;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    height: 100vh;
    overflow-y: scroll !important;
  }
}
@media (max-width: 991px) {
  .custom-menu-primary.mobile.js-enabled {
    display: none !important;
  }
  .custom-menu-primary.mobile.js-enabled.outer-menu {
    display: block !important;
  }
  .footer-container-wrapper .page-center,
  .header-container-wrapper .page-center {
    max-width: 750px;
  }
  .brand-3M-home {
    display: none;
  }
  .custom-header.desktop {
    display: none !important;
  }
  .custom-header {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    z-index: 1;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
            box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
    position: static;
    top: 0;
    width: 100%;
    z-index: 10005;
    margin-bottom: 8px;
    background-color: #13426b;
  }
  .custom-header .custom-logo a img {
    display: block;
    padding: 0;
    overflow: hidden;
    vertical-align: top;
    height: 45px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: 3px;
    -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
            transform: translate(-50%,0);
    -webkit-transform-origin: inherit;
        -ms-transform-origin: inherit;
            transform-origin: inherit;
    background: transparent;
    width: 45px;
  }
  .custom-header .custom-logo {
    position: static;
  }
  .custom-header > div {
    min-height: 50px;
  }
  .header-container-wrapper .page-center {
    position: relative;
  }
  .user-login-icon {
    position: absolute;
    top: 0;
    right: 0;
  }
  .user-login-icon a {
    color: white;
    font-size: 35px;
  }
  .rght-side-user-mmenu {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: inherit;
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    width: 80%;
    min-width: 140px;
    max-width: 440px;
    background: #000;
    border-color: rgba(255,255,255,.2);
    color: rgba(255,255,255,.6);
    background: #333;
    left: auto;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    -webkit-transform: translate(100%,0);
    -ms-transform: translate(100%,0);
    transform: translate(100%,0);
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    z-index: 999999;
  }
  .user-popup-open .rght-side-user-mmenu {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  body.user-popup-open {
    overflow: hidden;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #000;
    width: 100%; /* Full screen width */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li{
    padding: 0 20px;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 20px 10px 19px 20px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding-right: 20px;
    text-align: center;
    color: rgba(255,255,255,.6);
    text-transform: uppercase;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 12px;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,.6);
    color: rgba(255,255,255,.6);
    line-height: 20px;
    border-color: rgba(255,255,255,.2);
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
  }
  .custom-menu-primary .hs-menu-wrapper > ul 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{
  }
  .footer-container-wrapper, .header-container-wrapper, .body-container-wrapper {
    position: relative;
    left: 0;
    transition: -webkit-all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    transition: all .4s ease,-webkit-transform .4s ease;
  }
  body.mobile-open {
    overflow: hidden;
  }
  .mobile-open .footer-container-wrapper, .mobile-open .header-container-wrapper, .mobile-open .body-container-wrapper {
    left: 440px;
    transition: -webkit-all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    transition: all .4s ease,-webkit-transform .4s ease;
  }
  span.mm-next.mm-fullsubopen {
    position: absolute;
    right: -7px;
    top: 30px;
  }
  span.mm-next.mm-fullsubopen:after {
    content: '';
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 10px;
    left: auto;
    border-color: rgba(0,0,0,.3);
    border-color: rgba(255,255,255,.4);
  }
  span.mm-next.mm-fullsubopen:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li.dl-back {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    border-color: rgba(255,255,255,.2);
  }
  .custom-menu-primary .hs-menu-wrapper>ul li.dl-back i {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1;
    display: block;
    padding: 10px 0;
    color: rgba(255,255,255,.4);
    left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li.dl-back i:before {
    content: '';
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto;
    border-color: rgba(255,255,255,.4);
    bottom: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li.dl-back a {
    padding: 0;
    width: 100%;
    text-transform: none;
    border: 0 !important;
    position: static !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li.dl-back h2.title {
    margin: 0;
    display: block;
    padding: 10px 0;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: rgba(255,255,255,.4);
    font-size: 12px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    line-height: 20px;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper:before {
    content: '';
    display: block;
    height: 20px;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    padding-top: 80px;
  }
  .mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    border-color: rgba(255,255,255,.2);
  }
  .mm-navbar a.mm-title {
    text-decoration: none;
    display: block;
    padding: 10px 0;
    color: rgba(255,255,255,.4);
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
  }
  .mm-search {
    height: 40px;
    padding: 7px 10px 0 10px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    top: 40px;
  }
  .mm-search input {
    border: none !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border-radius: 4px;
    font: inherit;
    font-size: 14px;
    line-height: 26px;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 26px;
    min-height: 26px;
    max-height: 26px;
    margin: 0;
    padding: 0 10px;
    background: rgba(255,255,255,.3);
    color: rgba(255,255,255,.6);
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:last-child {
    padding-bottom: 41px;
  }
  .custom-menu-primary .hs-menu-wrapper ul ul ul li a span {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    border: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:last-child > a {
    border: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li:last-child > a {
    border: 0;
  }
  ul.mm-listview {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 60px;
  }

  ul.mm-listview li {
    font: inherit;
    font-size: 14px;
    line-height: 20px;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    position: relative;
  }

  ul.mm-listview li a {
    padding-right: 20px !important;
    text-align: center;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
  }
  ul.mm-listview li:after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    left: 20px;
    border-color: rgba(255,255,255,.2);
  }
  ul.mm-listview li a:hover {
    color: #fff;
  }
  ul.mm-listview li:last-child:after {
    display: none;
  }
  div#mm-blocker {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    z-index: 1;
    background: rgba(3,2,1,0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    right: 0;
    bottom: 0;
  }
  .user-popup-open div#mm-blocker {
    display: block;
    -webkit-transform: translate(-440px,0);
    -ms-transform: translate(-440px,0);
    transform: translate(-440px,0);
    -webkit-transform: translate3d(-440px,0,0);
    transform: translate3d(-440px,0,0);
  }
  .mobile-open div#mm-blocker {
    display: block;
    -webkit-transform: translate(440px,0);
    -ms-transform: translate(440px,0);
    transform: translate(440px,0);
    -webkit-transform: translate3d(440px,0,0);
    transform: translate3d(440px,0,0);
  }
  .mobile-open div#site-wrapper {
    overflow: hidden;
  }
}

@media (max-width: 784px) {
  .user-login-icon {
    right: 15px;
  }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .hs-author-profile .hs-author-avatar {
    float: none;
    margin-bottom: 10px;
  }
  .footer-container-wrapper .page-center,
  .header-container-wrapper .page-center {
    max-width: 100%;
  }
  .brand-3M-home {
    display: none;
  }
  .row.footer-upper .col-sm-2 {
    display: none;
  }
  .row.footer-upper .col-sm-3 {
    display: none;
  }
  div#social-footer {
    display: block;
    width: 100%;
  }
  .text-center {
    text-align: center;
  }
  .top-social.hidden-xs {
    display: none;
  }
  .footer-copy {
    display: inline-block;
    font-size: 11px;
    padding-top: 7px;
    float: right;
  }
  .footer-policy {
    text-align: center;
    width: 100%;
  }
  .list-inline {
    display: inline;
    width: 100%;
    height: 100%;
    float: left;
  }
  .list-inline li {
    display: inline;
    float: left;
    padding-left: 6px;
    width: 50%;
  }
  .menu-is-not-here .custom-copyright.list-inline p {
    display: block;
    text-align: center;
  }
  .section.post-body img {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .menu-is-not-here .custom-copyright.list-inline ul {
    text-align: center;
  }
}  

@media (max-width: 549px) {
  .mobile-open .footer-container-wrapper, .mobile-open .header-container-wrapper, .mobile-open .body-container-wrapper{
    left:80%;
  }
  .user-popup-open div#mm-blocker {
    display: block;
    -webkit-transform: translate(-80%,0);
    -ms-transform: translate(-80%,0);
    transform: translate(-80%,0);
    -webkit-transform: translate3d(-80%,0,0);
    transform: translate3d(-80%,0,0);
  }
  .mobile-open div#mm-blocker {
    -webkit-transform: translate(80%,0);
    -ms-transform: translate(80%,0);
    transform: translate(80%,0);
    -webkit-transform: translate3d(80%,0,0);
    transform: translate3d(80%,0,0);
  }

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

@media (max-width: 479px) {

  .subscription-template .subscribe-options label {
    margin-left: 0;
    margin-right: 0;
  }

  #captcha_wrapper {
    overflow-x: auto;
  }

  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    display: block !important;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .list-inline li {
    display: inline;
    float: left;
    padding-left: 6px;
    width: 50%;
    font-size: 10px;
  }
  .footer-copy {
    text-align: center;
    width: 100%;
    padding-bottom: 5px;
  }
  .list-inline li + li {
    padding-left: 26px;
  }
}

@media (max-width: 320px) {
  .emulator .custom-menu-primary.js-enabled .hs-menu-wrapper {

  }
}

/* Captiva Custom */

.hs-blog-header h1{
    text-align: center;
}

.intro-text div{
    text-align: center;
}

.feed .hs_cos_wrapper_type_blog_social_sharing{
    display: none;
}

.feed .custom_listing_comments{
    display: none;
}

.feed .post-listing{
    padding: 2rem 0;
}

.post-item{
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
            box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    background-color: #ffffff;
    border-top: 10px solid #13426B;
    margin: 2rem 0;
}

.post-item__grid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.post-item__body{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
    padding: 2rem;
}
.post-item__header{}
.post-item__title{
    font-size: 22px;
    color: #13426B;
    margin: 0;
    margin-bottom: 1rem;
}
.post-item__title__link{
    font-size: 22px;
    color: #13426B;
}
.post-item__content{}

.post-item__content p{
    font-size: 16px;
    margin: 0;
    margin-bottom: 2rem;
}
.post-item__media{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
    overflow: hidden;
}
.post-item__image__link{}
.post-item__image{}

@supports((-o-object-fit: cover) or (object-fit: cover)){
    .post-item__image {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
}

.post-item__footer{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    background-color: rgba(19, 66, 107, 0.1);
    padding: 0.66rem 2rem;
}
.post-item__info{
    color: #13426B;
    font-size: 16px;
    font-weight: 800;
    display: inline-block;
}
.post-item__date{
    display: inline-block;
    margin-right: 0.25rem;
}
.post-item__author{
    display: inline-block;
    margin-left: 0.25rem;
}

.btn-group{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
}

@media(min-width: 1024px){
    .btn-group{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}

.btn{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50px;
    background-color: #b12028;
    color: #fff;
    padding: .55rem 2.5rem;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    margin: 0.25rem 0;
}

.btn:hover,
.btn:focus{
    color: #fff;
}

.btn__icon{
    margin-left: 1rem;
    margin-right: -0.5rem;
    font-size: 12px;
}

.btn--flip .btn__icon{
    margin-right: 1rem;
    margin-left: -0.5rem;
}

.post{

}
.post__header{
    text-align: center;
}
.post__title{
    font-size: 30px;
    font-weight: 800;
    color: #13426B;
}
.pill{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50px;
    background-color: #b12028;
    color: #fff;
    padding: .55rem 2.5rem;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
}
.post__info{
    color: #fff;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
}
.post__date{
    display: inline-block;
    margin-right: 0.5rem;
}
.post__author{
    display: inline-block;
    margin-left: 0.5rem;
}
.post__body{
    padding: 2rem 0;
}

.text-right{
    text-align: right;
}

body{
    font-size: 16px;
    line-height: 1.6;
}

.body-container-wrapper .page-center{
    max-width: 1170px;
}

.hs-blog-post .body-container-wrapper .page-center{
    max-width: 960px;
}

/*  */

.row {
    /* max-width: 62.5rem; */
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
}

.columns {
    -ms-flex: 1 1 0px;
    -webkit-box-flex: 1;
            flex: 1 1 0px;
    padding-right: .625rem;
    padding-left: .625rem;
    min-width: 0;
}

.small-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
}

@media print,
screen and (min-width: 40em) {
    .medium-4 {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

/*  */

.list-box {
    background-color: #F5F5F5;
    border-top: 5px solid #B32028;
    padding: 0.25rem;
    margin-bottom: 1rem;
}

@media(min-width: 1024px){
    .list-box {
        margin-bottom: 0;
    } 
}

.list-box--full{
    height: 100%;
}

.list-box__title {
    color: #B32028;
    text-align: center;
    text-transform: uppercase;
}

.list-box__container {
    padding: 0.25rem;
}

.list-box__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-box__list__item {
    padding: 0.75rem 0;
    border-bottom: 1px solid #D1D1D1;
}

.list-box__list__item:last-of-type{
    border-bottom: 0;
}

.list-box__list__overflow{
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.list-box__list__overflow.is-open{
    max-height: 1000px;
}

.list-box__list__link {
    color: #13426B;
    font-size: 18px;
    font-weight: 500;
    padding: 0.25rem;
    line-height: 1;
}

.list-box__trigger{
    background-color: #13426B;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    margin: 0.5rem 0.25rem;
    width: calc(100% - 0.5rem);
    text-align: center;
    padding: 0.75rem 0;
    line-height: 1;
}

.list-box__trigger__text{

}

/* Blog Grid */

.blog-grid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.blog-grid__item{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0.625rem;
}

@media(min-width: 1024px){
    .blog-grid__item{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33%;
                flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

.blog-grid__item--double{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
}

@media(min-width: 1024px){
    .blog-grid__item--double{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66%;
                flex: 0 0 66.66%;
        max-width: 66.66%;
    }
}

/* Post Card */

.post-card{
    background-color: #F5F5F5;
    height: 100%;
}

.post-card--large{
    
}

.post-card__header{
    position: relative;
}

.post-card__media{

}

.post-card__image{
    
}

.post-card__label{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #b12028;
    color: #fff;
    padding: 0.5rem 1rem;
    line-height: 1;
    font-size: 14px;
    font-weight: bold;
}

.post-card__label:hover{
    color: #b12028;
    background-color: #fff;
}

.post-card__body{
    padding: 2rem 1rem;
}

.post-card__title{
    color: #13426B;
    font-size: 24px;
    margin: 0;
}

.post-card__title--large{
    font-size: 30px;
}

/* Popular List */

.popular-list{
    list-style: none;
    counter-reset: my-counter;
    margin: 0 0.5rem;
    padding: 0;
}

.popular-list__item{
    counter-increment: my-counter;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #D1D1D1;
}

.popular-list__item:last-of-type{
    border: 0;
}

.popular-list__item::before{
    content: counter(my-counter);
    color: #13426B;
    font-size: 40px;
    font-weight: bold;
    margin-right: 1rem;
    line-height: 1;
}

.popular-list__title{
    font-size: 18px;
    color: #13426B;
    margin: 0;
    line-height: 1.33;
}

/*  */

.blog-wrapper{
    padding: 1rem 0;
}

@media(min-width: 1024px){
    .blog-wrapper{
        padding: 3rem 0;
    }  
}

.blog-title{
    text-align: center;
    color: #13426B;
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 3rem;
    line-height: 1;
}

.blog-title--tag{
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*  */

.post-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

@media(min-width: 1024px){
    .post-header{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}

.post-header__media{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
}

@media(min-width: 1024px){
    .post-header__media{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
    max-width: 50%;
    }

    @supports((-o-object-fit: cover) or (object-fit: cover)){
        .post-header__media{
            height: 550px;
        }
    }
}

.post-header__image{
    width: 100%;
}

@supports((-o-object-fit: cover) or (object-fit: cover)){
    .post-header__image{
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
}

.post-header__content{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

@media(min-width: 1024px){
    .post-header__content{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
    } 
}

.post-header__info{
    background: #F5F5F5;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    padding-left: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
}

.post-tags{
    list-style: none;
    margin: 1rem 0;
    padding: 0;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media(min-width: 1024px){
    .post-tags{
        margin: 1rem 0;
    } 
}

.post-tags__item{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-right: 1px solid #b12028;
}

.post-tags__item:last-of-type{
    border-right: 0;
}

.post-tags__item:first-of-type{
    padding-left: 0;
}

.post-tags__item:last-of-type{
    padding-right: 0;
}

.post-tags__label{
    color: #b12028;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

@media(min-width: 1024px){
    .post-tags__label{
        font-size: 18px;
    } 
}

.post-header__title{
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 40px;
    font-weight: bold;
    color: #13426B;
    max-width: 24ch;
    margin: 0 0 3rem 0;
}

@media(min-width: 1024px){
    .post-header__title{
        margin: 0;
        margin-top: 2rem;
    } 
}

.post-header__meta{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    padding-left: 2rem;
    margin-top: -1rem;
}

@media(min-width: 1024px){
    .post-header__meta{
        margin: 0;
    }
}

.post-header__meta__media{
    height: 80px;
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #F5F5F5;
    border: 2px solid #FFF;
}

@media(min-width: 1024px){
    .post-header__meta__media{
        border: 0;
    }
}

.post-header__meta__image{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.post-header__meta__info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 1rem;
}

.post-header__meta__author{
    font-size: 18px;
    font-weight: bold;
    color: #13426B;
    margin: 0;
}

.post-header__meta__date{
    margin: 0;
}

.post-body{
    padding: 2rem 0;
}

@media(min-width: 1024px){
    .post-body{
        padding: 3rem 0;
    }
}

.post-header__back{
    margin-top: 0.5rem;
    color: #12426b;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    border-radius: 60px;
    font-weight: 700;
    letter-spacing: 0.33px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media(min-width: 1024px){
    .post-header__back{
        margin-top: 0;
        margin-bottom: 2rem;
    }
}

.post-header__back__icon {
    font-size: 0.8rem;
    margin-right: 0.33rem;
}



/*  */

.social__wrapper{
    position: relative;
    display: block;
    overflow: visible;
    min-height: 1px;
}

.social{
    list-style: none;
    margin: 1rem 0;
    padding: 0 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media(min-width: 1024px){
    .social{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

@media(min-width: 1024px){
    .social.is-sticky{
        position: fixed;
        top: 1rem;
    }
}

.social__item{
    height: 38px;
    width: 38px;
    margin: 0.5rem;
}

@media(min-width: 1024px){
    .social__item{
        margin: 0.5rem 0;
    } 
}

.social__icon{
    width: 100%;
}

/*  */

.custom-bottom-header{
    margin-bottom: 0;
}
/*  */

blockquote{
    padding: 5rem 3rem 4rem;
    background-color: #F5F5F5;
    margin: 1rem 0;
    position: relative;
}

blockquote::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 75px;
    width: 75px;
    background-color: #ffffff;
}

blockquote::after{
    content: '“';
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    top: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #b12028;
    font-size: 85px;
    line-height: 1;
}

blockquote p{
    margin-bottom: 1rem;
}

blockquote p:last-child{
    margin: 0;
}

/*  */

.header-container-wrapper{
    position: relative;
    z-index: 100;
}

span.input-group-btn button.btn.btn-primary{
    margin: 0;
}

.input-group-addon a.dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    line-height: 1;
    height: 100%;
}

/*  */

.search__container{
    margin: 0 0 0.625rem 0;
    background-color: #F5F5F5;
    padding: 1rem;
}

.search__form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search__input,
body .body-container-wrapper input[type="text"].search__input{
    margin: 0;
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #cccccc;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.search__submit{
    line-height: 1;
    display: inline-block;
    -webkit-appearance: none;
    border: 0;
    border-radius: 0;
    background: #12426b;
    color: rgb(255, 255, 255);
    margin-left: 0.5rem;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    cursor: pointer;
}

/*  */

.blog-title__search{
    text-transform: capitalize;
    color: #b32028;
    font-weight: 400;
    font-size: 2.25rem;
}

.align-middle{
  align-items: center;
}
 
.blog-desc{
  color: #333333;
}

.post-body h2{
    font-size: 30px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.post-body h3{
    font-size: 24px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    color: #13426B;
}

.post-body h4{
    font-size: 20px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.mb-4{
    margin-bottom: 2rem;
}

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

.pagination-wrapper{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.pagination{
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}
.pagination li {
    line-height: 1;
    padding: 1rem 0.75rem;
    background-color: #fff;
    font-weight: 600;
    border: 1px solid hsl(208, 21%, 75%);
    border-right: 0;
    overflow: hidden;
}

.pagination li,
.pagination li a,
.pagination li span,
.pagination li i{
    color: #13426B;
}

.pagination li.active{
    background-color: #13426B;
    border-top-color: #13426B;
    border-bottom-color: #13426B;
}

.pagination li.active,
.pagination li.active a,
.pagination li.active span,
.pagination li.active i{
    color: #fff;
}

.pagination li.disabled{
    background-color: hsl(208, 21%, 95%);
    color: hsl(208, 31%, 75%);
}

.pagination li:first-child {
    margin-left: 0;
    border-radius: 8px 0 0 8px;
    border: 1px solid hsl(208, 21%, 75%);
    border-right: 0;
}

.pagination li:last-child {
    margin-right: 0;
    border-radius: 0 8px 8px 0;
    border: 1px solid hsl(208, 21%, 75%);
}