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


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

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


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


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

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

@import url('//fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700');
/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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



html, body {
	height: 100%; /*changed from "min-height"*/
	font-size: 100%;
	margin: 0;
	padding: 0;
} 

body {
	font-size: 14px;
	color: #777777;
	font-weight: 400;
	line-height: 1.66em;
	font-family: Open Sans,Arial;
	background-color: #fff;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	top: 0 !important;
	-webkit-font-smoothing: antialiased
		-ms-word-wrap: break-word;
	word-wrap: break-word;
	
}


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

/* Highlighted Text */
::-moz-selection {
	background-color: #1567a4;
	color: #fff;
	text-shadow: none;
}
::selection {
	background-color: #1567a4;
	color: #fff;
	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 {
	line-height: 1.3em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-weight: 600;
	text-transform: uppercase;
	color: #404040;
	margin:0 0 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
	color: #006db8;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}

/* Anchor Links */
a { 
	outline: 0 none;
	text-decoration: none;
	color: #2e2e2e;
}
a:hover, a:focus { 
	color: #006fb8;
}

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

/* Block Quotes */
blockquote {
	position: relative;
	background-color: #f6f6f6;
	background-color: rgba(0,0,0,.05);
	padding: 15px 15px 15px 70px;
	margin: 0 0 20px;
}
blockquote:before {
	position: absolute;
	background-image: url(data:image/svg+xml; utf8, <svg class="mk-svg-icon" xmlns="http://www.w3.org…-181 75t-75 181v32q0 40 28 68t68 28h224q80 0 136 56t56 136z"></path></svg>);
	content: "";
	display: block;
	left: 20px;
	top: 20px;
	width: 32px;
	height: 35px;
}
figure {
	margin: 0;
}

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

.goog-te-banner-frame {
	display: none !important;
}

.widget-span.custom-header-logo.lp {
	margin-bottom: 1px;
}
.header-container-wrapper {}
.header-container {}
.custom-header-group {
	min-height: 92px !important;
	border-bottom: 2px solid #ededed;
}
.widget-span.custom-header-logo{
	margin:0;
	float:left;
	width:auto;
	height: 90px;
	line-height: 90px;
	transition: height .25s ease,line-height .25s ease;
	-webkit-transition: height .25s ease,line-height .25s ease;
	-moz-transition: height .25s ease,line-height .25s ease;
	-ms-transition: height .25s ease,line-height .25s ease;
	-o-transition: height .25s ease,line-height .25s ease;
}
.custom-header-logo a {
	display: inline-block;
	margin-left: 20px;
	height: 90px;
	line-height: 90px;
	transition: height .25s ease,line-height .25s ease;
	-webkit-transition: height .25s ease,line-height .25s ease;
	-moz-transition: height .25s ease,line-height .25s ease;
	-ms-transition: height .25s ease,line-height .25s ease;
	-o-transition: height .25s ease,line-height .25s ease;
}
.custom-header-logo a img{
	max-height: 100%;
	width: auto !important;
	vertical-align: baseline;
}

.widget-span.header-side-search {
	margin: 0;
	float: right;
	width: auto;
}
.header-side-search .side-search {
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: top;
	position: relative;
}
.header-side-search a {
	transition: height .25s ease,line-height .25s ease;
	-webkit-transition: height .25s ease,line-height .25s ease;
	-moz-transition: height .25s ease,line-height .25s ease;
	-ms-transition: height .25s ease,line-height .25s ease;
	-o-transition: height .25s ease,line-height .25s ease;
	outline: 0 none;
	text-decoration: none;
	color: #444444;
	height: 90px;
	line-height: 90px;
	display: block;
	font-size: 16px;
}
.header-side-search a i {
	transition: height .25s ease,line-height .25s ease;
	-webkit-transition: height .25s ease,line-height .25s ease;
	-moz-transition: height .25s ease,line-height .25s ease;
	-ms-transition: height .25s ease,line-height .25s ease;
	-o-transition: height .25s ease,line-height .25s ease;
	display: inline-block;
	width: 100%;
	position: relative;
	line-height: normal;
	vertical-align: middle;
}


.header-side-search a i svg {
	height: 16px;
	width: 14.857142857143px;
	display: inline-block;
	fill: currentColor;
}
.header-side-search a:hover  {
	color: #1567a4;
}
.simple-banner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 512px;
	margin-top: -1px;
	background-color: #005bb9;
}
.simple-banner .page-center {
	position: relative;
}
.banner-content {
	position: absolute;
	top: 150px;
	right: 0;
	width: 100%;
	padding: 0 15px;
}
.banner-content h1 {
	color: #ffffff;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 56px;
	text-shadow: 3px 3px 7px #000000;
	text-align: left;
	line-height: 1.66em;
	margin-top: 0;
	margin-bottom: 20px;
}

.search-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0,0,0,.94);
	text-align: center;
	transition: all ease-in-out .25s;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 999;
}
.search-overlay-show {
	visibility: visible;
	opacity: 1;
}
.search-overlay:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -.25em;
}
.search-overlay .close {
	position: absolute;
	right: 50px;
	top: 70px;
	transition: -webkit-transform ease-out .2s;
	transition: transform ease-out .2s;
	transition: transform ease-out .2s,-webkit-transform ease-out .2s;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	height: 26px;
	outline: 0 none;
	text-decoration: none;
	color: #2e2e2e;
}
.search-overlay .close:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.search-overlay .close svg {
	height: 26px;
	fill: #fff;
	width: auto;
}

.search-overlay .search-wrapper {
	display: inline-block;
	max-width: 1000px;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
	ms-transform: scale(.9);
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out .3s;
}
.search-overlay-show .search-wrapper {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	ms-transform: scale(1);
}
.search-overlay .search-wrapper p {
	margin:0;
	font-size: 14px;
	margin-bottom: 40px;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 1.66em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.search-overlay .search-wrapper form {
	position: relative;
}
.search-overlay .search-wrapper input[type="text"] {
	width: 800px;
	background-color: transparent;
	box-shadow: 0 3px 0 0 rgba(255,255,255,.1);
	border: 0;
	text-align: center;
	padding: 20px;
	color: #fff;
	transition: all .3s ease-out;
	box-sizing: border-box;
	margin: 0;
	outline: 0;
	margin-bottom: 4px;
	cursor: text;
	font-family: "Open Sans";
	font-size: 35px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	display: inline-block;
	line-height: normal;
	padding-right: 51px;
}
.search-overlay .search-wrapper .search-icon {
	font-size: 25px;
	position: absolute;
	right: 15px;
	top: 30px;
	color: #fff;
	color: rgba(255,255,255,.2);
	transition: all .2s ease-out;
}
.search-overlay .search-wrapper .search-icon:hover {
	color: rgba(255,255,255,.3);
}
.search-overlay .search-wrapper .search-icon svg {
	height: 25px;
	width: 23.214285714286px;
	fill: currentColor;
}

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

.body-container-wrapper {}
.body-container {
	padding: 0 0 0 0;  /* Editid by Graham - removed the bottom padding for all pages */
}

.body-container .page-center {
	padding: 0 20px;
}

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


/* =============== Footer =============== */
.custom-footer-bottom {
	padding: 0 10px;
}
.footer-container-wrapper {}
.footer-container {}

.custom-footer-group {
	font-size: 14px;
	color: #808080;
	font-weight: 400;
	background-color: #1f2326;
	width: 100%;
	position: relative;
	padding: 20px 0 0;
	z-index: 10;
}
.custom-footer-bottom {
	background-color: #000000;
}
.footer-copyright p {
	margin: 0;
	color: #8e8e8e;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 16px;
	padding: 25px 0 20px;
	font-size: bold;
	filter: alpha(opacity=@opacity * 100);
	-moz-opacity: 80;
	-khtml-opacity: 80;
	opacity: 80;
	opacity: .8;
}
.custom-footer-top .page-center {
	padding: 30px 20px;
	position: relative;
}

.widget-span.cutom-footer-column,
.widget-span.footer-twitter-feeds{
	margin: 0;
	padding: 0 2%;
	width: 25%;
	float: left;
}
.widget-span.footer-twitter-feeds {
	margin-bottom: 10px;
}
.footer-logo-group img.footer-logo-top {
	padding: 10px 0 20px 0;
}

a.footer-links {
	color: #999999;
	outline: 0 none;
	text-decoration: none;
}
.footer-menu-group {
	padding: 4px;
	margin-bottom: 10px;
}
a.footer-links:hover,
.footer-menu .hs-menu-wrapper > ul > li > a:hover,
.cm-footer-contact-info ul li a:hover {
	color: #1567a4;
}

.footer-logo-group img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
.footer-heading {
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	font-weight: bolder;
	position: relative;
	display: block;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

.footer-menu .hs-menu-wrapper > ul {
	display: block;
}
.footer-menu .hs-menu-wrapper > ul > li {
	float: none !important;
}
.footer-menu .hs-menu-wrapper > ul > li > a {
	color: #999999;
	padding: 5px 15px 5px 5px;
	display: inline-block;
	outline: 0 none;
	text-decoration: none;
}
.footer-menu .hs-menu-wrapper > ul > li > a > svg {
	height: 14px;
	width: 5px;
	margin-right: 7px;
	position: relative;
	top: 2px;
	fill: currentColor;
}
.footer-menu .hs-menu-wrapper > ul > li.active > a{
	background-color: rgba(0,0,0,.03);
	font-weight: 700;
}


.cm-footer-contact-info ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
}
.cm-footer-contact-info ul li {
	position: relative;
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	line-height: 20px;
}
.cm-footer-contact-info ul li svg {
	height: 16px;
	width: 16px;
	position: absolute;
	top: 2px;
	left: 0;
	vertical-align: middle;
	fill: currentColor;
}
.cm-footer-social-icons {
	margin-bottom: 10px;
}

.cm-footer-social-icons a {
	color: #ebebeb;
	position: relative;
	display: inline-block;
	margin: 5px 12px 0 0;
	line-height: 100%;
	opacity: .5;
	transition: all .2s ease;
}
.cm-footer-social-icons a:hover{
	opacity: 1;
} 
.cm-footer-social-icons a svg {
	height: 24px;
	width: 24px;
	fill: currentColor;
}
.cm-footer-contact-info ul li a {
	color: #999999;
	display: inline-block;
	text-decoration: none;
	line-height: 18px;
}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1141px) {
	.custom-menu-primary .hs-menu-wrapper,
	.custom-menu-primary .hs-menu-wrapper > ul ul { 
		display:block !important;
	}
	.widget-span.custom-mobile-search{
		display:none;
	}

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


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

	/* Parent List */
	.widget-span.custom-menu-primary{
		float:right;
		margin:0;
		width:auto;
		float: right;
		margin: 0;
		width: auto;
		position: relative;
		right: 3.5px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul{
		display:block;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li{
		height: 90px;
		line-height: 90px;
		display: inline-block;
		position: relative;
		transition: height .25s ease,line-height .25s ease;
		-webkit-transition: height .25s ease,line-height .25s ease;
		-moz-transition: height .25s ease,line-height .25s ease;
		-ms-transition: height .25s ease,line-height .25s ease;
		-o-transition: height .25s ease,line-height .25s ease;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a{
		line-height: 20px;
		vertical-align: middle;
		color: #444444;
		font-size: 13px;
		font-weight: 600;
		padding: 2px 20px 0 20px;
		display: inline-block;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		position: relative;
		box-sizing: border-box;
		white-space: normal;
		outline: 0 none;
		transition: color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease;
		-webkit-transition: color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease;
		-moz-transition: color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease;
		-ms-transition: color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease;
		-o-transition: color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

	.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a::after{
		-webkit-transform: scale(1,1);
		-ms-transform: scale(1,1);
		transform: scale(1,1);
		filter: alpha(opacity=@opacity * 100);
		-moz-opacity: 100;
		-khtml-opacity: 100;
		opacity: 100;
		opacity: 1;
		background-color: #1567a4;
		color: #fff;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.active > a::after {
		background-color: #1567a4;
		color: #fff;
		-webkit-transform: scale(1,1);
		-ms-transform: scale(1,1);
		transform: scale(1,1);
		filter: alpha(opacity=@opacity * 100);
		-moz-opacity: 100;
		-khtml-opacity: 100;
		opacity: 100;
		opacity: 1;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a::after {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		-webkit-transform: scale(0,1);
		-ms-transform: scale(0,1);
		transform: scale(0,1);
		-ms-transform-origin: left center;
		transform-origin: left center;
		-webkit-transform-origin: left center;
		transition: all .15s ease-out;
		filter: alpha(opacity=@opacity * 100);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
	}

	/* Child List */
	.custom-menu-primary .hs-menu-wrapper > ul > li > ul {
		left: 20px !important;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > ul::after{
		background-color: #1567a4;
		height: 2px;
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 10;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul{
		background-color: #333333;
		right: auto;
		padding: 8px 0;
		width: 270px ;
	}

	.custom-menu-primary .hs-menu-wrapper > ul ul li{
		line-height: 1;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li a{
		font-size: 12px;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: 1px;
		display: block;
		position: relative;
		line-height: 18px;
		text-align: left;
		float: none;
		margin: 0;
		padding: 10px 20px;
		transition: all .2s ease-in-out;
		color: #b3b3b3;
		text-decoration: none;
		white-space: normal !important;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover,
	.custom-menu-primary .hs-menu-wrapper > ul ul li.active a{
		color: #ffffff;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li:hover .menu-sub-level-arrow svg{
		fill: #ffffff;
	}
	.menu-sub-level-arrow {
		position: absolute;
		right: 16px;
		top: 10px;
		height: 100%;
	}
	.menu-sub-level-arrow svg {
		fill: #b3b3b3;
		height: 16px;
		width: 5.7142857142857px;
		vertical-align: middle;
		position: absolute;
	}
	.custom-header {
		background-color: #fff;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 200;
		width: 100% !important;
		transition: all .3s ease-in-out;
		border-bottom: 1px solid #ededed;
	}
	.scroll-header .custom-header-logo a {
		height: 55px;
		line-height: 55px;
	}
	.scroll-header .custom-header-logo{
		height: 55px;
		line-height: 55px;
	}
	.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li {
		height: 55px;
		line-height: 55px;
	}
	.scroll-header .header-side-search a {
		height: 55px;
		line-height: 55px;
	}
	.scroll-header .widget-span.custom-header-logo.lp {
		margin-bottom: 0;
	}
}


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

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

@media (max-width: 1140px){

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

	.mobile-trigger{
		display: inline-block !important;
		cursor: pointer;
		right: 20px;
		position: absolute;
		top: 27px;
		line-height: 8px;
		cursor: pointer;
		padding: 10px;
		transition: all .15s ease-in-out;
		z-index: 12;
	}

	.mk-css-icon-menu {
		width: 18px;
		height: 18px;
	}
	.mk-css-icon-menu div {
		background-color: #444444;
		height: 3px;
		margin-bottom: 3px;
		border-radius: 3px;
		display: block;
		position: relative;
	}
	.mk-css-icon-menu-line-1, .mk-css-icon-menu-line-3 {
		transition: all .2s ease;
	}

	.mk-css-icon-menu-line-2 {
		transition: opacity .1s ease;
	}

	.mobile-open .mk-css-icon-menu-line-1 {
		-webkit-transform: rotate3d(0,0,1,45deg);
		transform: rotate3d(0,0,1,45deg);
		top: 6px;
	}
	.mobile-open  .mk-css-icon-menu-line-2 {
		opacity: 0;
	}
	.mobile-open .mk-css-icon-menu-line-3 {
		-webkit-transform: rotate3d(0,0,1,-45deg);
		transform: rotate3d(0,0,1,-45deg);
		top: -6px;
	}

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

	.child-trigger{
		display: block !important;
		cursor: pointer;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 55px;
		min-width: 55px;
		height: 45px;
		padding: 0;
		color: #444444;
		text-align: center;
		filter: alpha(opacity=@opacity * 100);
		-moz-opacity: 70;
		-khtml-opacity: 70;
		opacity: 70;
		opacity: .7;
		width: 70px;
		height: 100%;
		line-height: 50px;
	}
	.child-trigger:hover {
		filter: alpha(opacity=@opacity * 100);
		-moz-opacity: 100;
		-khtml-opacity: 100;
		opacity: 100;
		opacity: 1;
	}
	.child-trigger svg {
		height: 16px;
		width: 16px;
		fill: currentColor;
		display: inline-block;
	}

	/* ===== Mobile Menu Styles ===== */  
	.mobile-open .custom-header-group {
		border-bottom: 1px solid #ededed;
	}
	.custom-menu-primary{
		padding: 0px;
		margin: -1px 0 0 0 !important;
		width: 100% !important;
		background-color: #fff;
	}
	.mobile-open .custom-menu-primary{
		margin: 0 0 0 0 !important;
	}

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

	/* 	.custom-menu-primary.js-enabled .hs-menu-wrapper{
	display:block;
}
	.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	opacity: 1;    
	display: none;
	visibility: visible;
}  */

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

	/* Level 1 Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul {
		display: block;
		border-bottom: 1px solid rgba(255,255,255,.1);
		border-top: 1px solid #ededed;
		position: relative;
		width: 100%;
		margin: 0;
		padding: 0;
		float: left;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li{
		border-bottom: 1px solid rgba(128,128,128,.2);
		position: relative;
		width: 100%;
		margin: 0;
		padding: 0;
		display: inline-block;
	}

	.custom-menu-primary .hs-menu-wrapper > ul > li > a{
		color: #444444;
		border-top: 1px solid rgba(255,255,255,.1);
		display: block;
		padding: 15px 20px;
		text-align: left;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: 700;
		font-size: 13px;
		line-height: 1;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
		background-color: rgba(0,0,0,.03);
	}

	/* Level 2 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul ul {
		background-color: transparent;
		margin: 0;
		padding: 0 0 0 5px !important;
		border-top: 1px solid rgba(128,128,128,.2);
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li{
		display: block;
		margin: 0;
		position: relative;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li a{
		font-size: 12px;
		line-height: 12px;
		margin: 0;
		padding: 12px 15px 12px 15px;
		text-align: left;
		text-transform: none;
		font-weight: 400;
		color: #444444;
		border-top: 1px solid rgba(255,255,255,.1);
		display: block;
		text-decoration: none;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
		background-color: rgba(0,0,0,.03);
	}
	/* Level 3 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul ul ul {
		display: block !important;
		overflow: visible !important;
		border: 0;
	}
	.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{

	}
}


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

.post-header h1 a {
	text-decoration: none;
}
.blog-listing-wrapper .post-listing .post-item {
	/*border-bottom: 1px solid #cccccc;     removed the border on the bottom and changed the padding to 10px from 0 0 20px 0 - GT  */
	padding: 10px;
	margin: 0 0 20px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}

.blog-post-wrapper h2, .post-header h2{
	margin-bottom: 10px;
	    color: #006db8;
}

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

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


#hs_cos_wrapper_blog_subscription_title{}

#comment-form h4{}

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

#hubspot-author_data .hs-author-avatar {
	max-width: 70px;
	padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
	height: auto !important;
	max-width: 100%;
}
#comments-listing.no-comments {
	border: none;
}

div#comment-form input.hs-button.primary {
	margin: 20px 0!important;
}

.blog-pagination a{
	display:inline-block;
	padding-right:10px;
}
.blog .blog-sidebar {}  

/* Blog Modules */    
.blog .blog-sidebar .widget-span {
	margin: 0 0 40px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6{
	font-size: 24px;
	line-height: 1.3em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-weight: 600;
	text-transform: uppercase;
	color: #404040;
	margin: 0 0 15px;
}

.hs-blog-post .section.post-footer form::before {
	content: "Leave A Reply";
	display: block;
	font-size: 24px;
	line-height: 1.3em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-weight: 600;
	text-transform: uppercase;
	color: #404040;
	margin: 0 0 15px;
}

.blog-listing-wrapper .post-listing .post-item {
	border-bottom: 1px solid #cccccc;
	padding: 0 0 20px;
	margin: 0 0 20px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}

.blog-post-wrapper h2, .post-header h2{
	margin-bottom: 10px;
}

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

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


#hs_cos_wrapper_blog_subscription_title{}

#comment-form h4{}

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

.blog .blog-sidebar ul li{
	padding: 0 0 10px;
}
/* ------------- Default Code for comment --------------------------- */

.custom_listing_comments {
	border: 1px solid #e2e2e2;
	display: block;
	line-height: 165%;
	padding: 15px;
}

#comments-listing {
	border: 1px solid #ccc;
	margin-bottom: 30px;
	margin-top: 30px;
}
#comments-listing.no-comments {
	border: none;
}
.comment.depth-0 {
	border-bottom: 1px solid #000 !important;
	border-top: medium none !important;
	margin: 0 10px 10px !important;
	padding: 0 15px !important;
}
.comment-body {
	border-bottom: medium none;
	color: ;
	display: block;
	font-family: ;
	font-size: ;
	line-height: ;
	padding: 0;
}
.comment-reply-to{
	margin-bottom: 15px;
}
.comment-from h4 {
	margin: 0;
	padding-top: 15px;
}
.comment-date {
	color:  !important;
	display: block !important;
	text-align: left;
}
#comments-listing:not([data-has-comments="true"]) {
	display: none;
}
.replying {
	padding: 0 15px !important;
}

.hs-author-profile .hs-author-avatar {
	float: none;
	margin: 0 auto;
	max-width: 100px;
}
.hs-blog-listing .hs-author-profile {
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	text-align: center;
}
.hs-author-avatar img {
	border-radius: 100px;
}

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


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


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

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

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

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

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
	padding: 10px 10px 10px 10px;
	width: 100%;
	border: 1px solid #e3e3e3;
	font-size: 14px;
	outline: 0;
	transition: all .15s ease-in-out;
	-webkit-perspective: 1000;
	line-height: normal;
	color: #767676;
	font-family: "Open Sans";
	font-weight: 400;
	margin: 10px 0;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {}

/* 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 {
	color: red;
	display: block;
	margin: 5px 0;
}
.hs-error-msgs {
	list-style: none;
	padding: 0;
	margin: 0;
}

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
	cursor: pointer;
	-webkit-appearance: none;
	text-decoration: none;
	border: 0;
	padding: 17px 30px 16px;
	font-weight: 700;
	font-size: 12px;
	color: #fff;
	outline: 0;
	background-color: #1567a4;
	line-height: 100%;
	transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
	-webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
	display: inline-block;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-family: "Open Sans";
	margin: 20px 0;
	white-space: normal !important;
}

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

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

.hs-input.invalid.error{
	border: 1px solid red;
}
/* =============== 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                                      
========================================================================== */
.custom-form{
	width:50%;
	max-width:50%;
}
div#glt-translate-trigger {
	background: #f89406;
	right: 100px;
	bottom: 40px !important;
}


a.nturl.notranslate.en.flag.united-states.tool-item {

	background: url(//5297945.fs1.hubspotusercontent-na1.net/hubfs/5297945/Woodard_September2019/Images/flags.png) -116px -351px no-repeat !important;
}

a.nturl.notranslate.es.flag.Spanish.tool-item {

	background: url(//5297945.fs1.hubspotusercontent-na1.net/hubfs/5297945/Woodard_September2019/Images/flags.png) 0 -322px no-repeat !important;
}

/* 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: 1580px) {

	.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul {
		left: auto !important;
		right: 0 !important;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul {
		left: auto !important;
		right: 100% !important;
	}


}


@media (max-width: 1170px){
	.header-side-search .side-search {
		margin: 0 10px 0 10px;
	}
}

@media (max-width: 1140px){
	.custom-footer-bottom {
		padding: 0;
	}
	.footer-copyright p {
		padding-left: 20px;
		padding-right: 20px;
	}
	.cm-footer-social-icons a {
		margin: 5px 11px 0 0;
	}
	.widget-span.header-side-search {
		display: none;
    /* Trying to turn back on */
	}
	.custom-header .page-center {
		position: relative;
	}
	.custom-mobile-search form {
		margin: 10px;
		position: relative;
		line-height: 24px;
		margin-bottom: 0;
	}
	.custom-mobile-search form input[type="text"] {
		margin: 0;
		width: 100%;
		padding: 12px;
		border: 1px solid rgba(0,0,0,.15);
		background-color: rgba(0,0,0,.02);
		box-shadow: none;
		border-radius: 0;
		color: #9e9e9e;
		font-size: 13px;
		outline: 0;
		margin-bottom: 4px;
		vertical-align: middle;
		padding-right: 43px;
	}
	.custom-mobile-search form i {
		position: absolute;
		right: 15px;
		bottom: 14px;
	}
	.custom-mobile-search form i input[type="submit"] {
		width: 100%;
		height: 100%;
		background: 0 0;
		border: none;
		outline: 0;
		position: absolute;
		left: 0;
		top: 0;
		margin: 0;
		line-height: normal;
		border-radius: 0;
		padding: 1px 6px;
	}
	.custom-mobile-search form i svg {
		fill: #ccc;
		fill: rgba(0,0,0,.3);
		height: 20px;
		width: 19px;
		vertical-align: middle;
	}
	.widget-span.custom-mobile-search {
		display: none;
	}
	.mobile-open .widget-span.custom-mobile-search {
		display: block;
	}
	.menu-sub-level-arrow {
		display: none;
	}
	.widget-span.custom-header-logo {
		width: 100%;
	}
}

@media (max-width: 1290px) {
	.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul {
		left: auto !important;
		right: 0 !important;
	}

}

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

@media (max-width: 960px){

}




/* =============== Landscape tablet and smaller devices =============== */
@media only screen and (max-width: 780px){
	.custom-header-logo a img {
		max-width: 200px;
		padding-top: 3px;
	}
}

@media (max-width: 832px) {
	.simple-banner {
		min-height: 604px;
	}
}

@media (max-width: 768px) {
	.footer-menu-group {
		margin-bottom: 0px;
	}
	.cm-footer-social-icons {
		margin-bottom: 0px; 
	}
	.widget-span.cutom-footer-column,
	.widget-span.footer-twitter-feeds{
		margin-bottom: 20px;
		width: 100%;
		float: none;
	}
	.footer-menu .hs-menu-wrapper > ul > li > a > svg {
		display: inline-block;
	}
}  

@media (max-width: 767px) {
	.custom-form{
		width:100%;
		max-width:100%;
	}
	.footer-copyright p {
		clear: both;
		padding: 10px 10px 5px;
		display: block;
		float: none;
		text-align: center;
	}
	.blog-sidebar {
		margin-top: 40px;
	}
}  


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

@media (max-width: 479px) {
	.hs-recaptcha {
		margin-top:10px;
		overflow-y:hidden !important;
		overflow-x:auto !important;
	}

	.subscribe-options label {
		margin:0;
	}
	.subscribe-options label span {
		font-weight: normal;
		margin-left: 3px;
		font-size: 11px;
		font-weight: bold;
	}
}

@media (max-width: 441px){
	.simple-banner {
		min-height: 696px;
	}
}

@media (max-width: 400px){
	.custom-header-logo a img {
		max-width: 160px;
		padding-top: 11px;
	}
}

@media (max-width: 346px){
	.simple-banner {
		min-height: 788px;
	}
}




/* ----------    Custom style by @Graham_Outright    ---------- */

.pgwidth  {max-width: 1100px; float: none !important; margin: 0 auto 0 auto !important; padding: 0 5px;}
.pgles    {max-width: 850px; float: none !important; margin: 0 auto 0 auto !important; padding: 0 5px;}

.six-percent                    {width: 6%;}
.ten-percent										{width: 10%;}
.fifteen-percent                {width: 10%;}
.fifty-percent									{width: 50%;}
.ninety-percent                 {width: 90%;}
.fourty-percent									{width: 40%;}
.fourty8-percent                {width: 48%;}
.fourty7-percent                {width: 47%;}
.eighteen-percent               {width: 18%;}
.fifteen-percent               {width: 15%;}
.thirty-percent									{width: 30%;}
.thirty3-percent                {width: 33%;}
.thirty4-percent                {width: 34%;}
.twenty-percent									{width: 20%;}
.twenty2-percent                {width: 22%;}
.twenty5-percent								{width: 25%;}
.sixty-percent									{width: 60%;}
.sixty6-percent                 {width: 66%;}
.seventy-percent								{width: 70%;}
.eighty-percent									{width: 80%;}
.seventy5-percent               {width: 75%;}

.float-left											{float: left;}
.float-right										{float: right;}
.clear-both, .clear-float	  		{display: block; clear: both; height: 0px; padding: 0 0 0 0;}

.hdnhorz-spcr {height: 0px;}

.blustrp {background-color: #006fb8; color: #ffffff; padding: 30px 0; }
.grystrp {background-color: #777777; color: #ffffff;}
.spltr		{width: 60%; margin: 30px auto; border-top: 1px solid #e4e4e4; border-left: 0px; border-right: 0px; border-bottom: 0px;}


.btn_btr_blue {max-width: 220px; margin: 0 auto;}
  .btn_btr_blue a {text-decoration: none; max-width: 220px; color: #ffffff !important;}
  .btn_btr_blue p {text-align: center; max-width: 220px; background-color: #006fb8; color: #ffffff !important; display: block; margin: 0 auto; padding: 15px 20px;}

.wht_btn {max-width: 180px; border: 1px solid #fff;  display: block; margin: 0 auto; padding: 0 0 0 0; }
  .wht_btn a, .wht_btn a:hover, .wht_btn a:visited, .wht_btn a:active
  {display: block; text-align: center; padding: 20px; text-decoration: none; color: #fff;}

.streamsect strong {color: #006fb8;} .streamsect a {color: #006fb8;}

/* - Responsive - */
@media screen and (max-width: 768px) {
.fifty-percent, .fifteen-percent, .seventy5-percent, .fifteen-percent, .eighteen-percent, .ninety-percent, .fourty7-percent, .fourty8-percent, .six-percent, .fourty-percent, .thirty-percent, .thirty3-percent, .thirty4-percent, .twenty-percent, .twenty2-percent, .twenty5-percent, .sixty-percent, .sixty6-percent, .seventy-percent, .eighty-percent	
  {width: 100%;}
  .hdnhorz-spcr {height: 30px;}

  .banner-text-area h1 {font-size: 30px !important;}
} 

.institute i {display: none;}                              
.scaling-new-heights-2019 i {display: none;}



/* each block for podcasts - It contains padding on top and bottom. Also has a border on bottom - this will not apply to last row.*/
/* last row of block(s) for podcast ... does not have bottom border */

.podblk {padding: 30px 15px; border-bottom: 2px solid #006fb8;}
.firstblk {padding: 30px 15px; }  

/* Spnosor remote pages */
.spnsrimgleft {max-width: 35px; float: left; margin: 10px;}


/* --OVERRIDES-- */

.utlzr-listitem {flex-grow: 4;}
.utlzr-image img {float: none !important; margin: 0 0 0 0 !important; max-width: 100% !important;}
.blog-listing-wrapper .post-listing .post-item {border: 1px solid #e4e4e4 !important; max-width: 46%;}

/* Box Sizing / Border Box */
.bsbb {box-sizing: border-box;}

/* What's not to love about Flex box??!!! https://css-tricks.com/snippets/css/a-guide-to-flexbox/ */
.flxbox-leftjst {display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.flxbox-cntrjst {display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center;}
.flxbox-cntrjst-top {display: flex; flex-flow: row wrap; justify-content: space-around;}
.flxbox-pods {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center;}

/* Marquee - use sparringly ... */
.marq {-moz-animation: marquee 10s linear; -webkit-animation: marquee 10s linear;
       animation: marquee 10s linear; animation-iteration-count: 1;}
@-moz-keyframes marquee {
        0% {transform: translateX(100%);}
        100% {transform: translateX(-100%);}
      }

@-webkit-keyframes marquee {
        0% {transform: translateX(100%);}
        100% {transform: translateX(-100%);}
      }
 
@keyframes marquee {
        0% {-moz-transform: translateX(100%); -webkit-transform: translateX(100%); transform: translateX(100%)}
        100% {-moz-transform: translateX(-100%); -webkit-transform: translateX(-100%); transform: translateX(-100%);}
      }

/* End Marquee */

/* bump up the chat icon so that people can click on the cookie notic button */
/* the following id is actually set to position fixed  */
/*#hubspot-messages-iframe-container {margin-bottom: 50px;}*/

/* The above fix worked on one page for one issue but removes the ability to close out the chat on mobile. 
 * I reccommend not re-enabling
 * -Graham
 *  */


/*  6/30/2021 noticed the logo was smaller in header ??  */
.custom-header-logo a img {vertical-align: middle; height: 94%;}
@media only screen and (max-width: 400px) {
  .custom-header-logo a img {max-width: 100%; padding-top: 0px;}
}
@media only screen and (max-width: 780px) {
  .custom-header-logo a img {padding-top: 0px;}
}


/* HS System generated pages have big logo at top and a very small footer causing problems with the chat bot */
.auth-container {margin: 0 auto 80px auto !important;}

/* Overriding form styles */

.df-main{
    max-width: 550px;
    padding: 4%;
    background-color: #fff;
    border: 0px solid #eee;
    border-radius: 3px;
    font-family: Open Sans, Arial;
    color: #333333;
}


/* TWR  - Navigation bg colors */

li.hs-menu-item-.hs-menu-depth-2::before {background: #EAF0F6 !important; color: #0066b3 !important;}
.module_163431920160147 .header .nav .hs-menu-wrapper ul ul li a {background: #EAF0F6 !important; color: #0066b3 !important;}
li.hs-menu-item.hs-menu-depth-2.hs-item-has-children::before {background: #EAF0F6 !important; color: #0066b3 !important;}


.module_163431920160147 .header .nav .hs-menu-wrapper > ul > li > ul > li:first-child:before {background: #EAF0F6 !important; color: #0066b3 !important;}

li.hs-menu-item.hs-menu-depth-2.hs-item-has-children::before {background: #EAF0F6 !important; color: #0066b3 !important;}

li.hs-menu-item.hs-menu-depth-2.hs-item-has-children::before {background: #EAF0F6 !important; color: #0066b3 !important;}
.module_163431920160147 .header .nav .hs-menu-wrapper > ul > li > ul > li:first-child:hover:before {background: #EAF0F6 !important; color: #0066b3 !important;}

.hs-menu-item .hs-menu-depth-2 .hs-item-has-children::before {background: #EAF0F6 !important; color: #0066b3 !important;}
.hs-item-has-children::before {background: #EAF0F6 !important; color: #0066b3 !important;}