/* ==========================================================================
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%3A400%2C400italic%2C700%2C700italic%2C600&subset=latin%2Clatin-ext&ver=1.2.7');
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


@font-face {
  font-family: helveticaneue;
  src: url("/Portals/202646/fonts/helveticaneue.woff") format('woff'),
    url("/Portals/202646/fonts/helveticaneue.ttf") format('ttf'),
    url("/Portals/202646/fonts/helveticaneue.eot");
  font-weight: normal;
  font-style: normal;
}


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

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

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

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

html{
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-size: 14px;
}

body {
  overflow-x: hidden;
  line-height: 1.7;
  font-style: normal;
  font-weight: 400;
  color: #333333;
  background-color: #f3f3f3;
}

body, input, button, select, textarea {
  font-family: "Open Sans",sans-serif;
}
/* Page Center */

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1200px;
  width: 88%;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 auto;
}


/* Highlighted Text */

::-moz-selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}

[data-x-icon], [class*="x-icon-"] {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.x-graphic-icon:before {
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  right: 0 !important;
  width: 1em !important;
  height: 1em !important;
  margin: -0.5em 0 0 -0.5em !important;
  line-height: 1em !important;
  text-align: center !important;
}

[data-x-icon]:before, [class*="x-icon-"]:before {
  content: attr(data-x-icon);
  line-height: 1;
}


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

/* Basic text */

p {
  margin: 0 0 1.313em;
}

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 {
  text-rendering: optimizelegibility;
  margin: 15px 0;
  color: #272727;
  font-family: "Open Sans",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {}

h1 {
  font-family: inherit;
  font-size: 36;
  font-style: normal;
  font-weight: 400;
  line-height: 50.4px;
  letter-spacing: 0em;
  text-transform: none;
}

h2 {
  letter-spacing: -0.035em;
  font-size: 32px;
  color: #2475af;
  font-weight: 400;
  text-transform: none;
  line-height: 1.1;
}

h3 {
  font-size: 32px;
  color: #2475af;
  font-weight: 400;
  text-transform: none;
  letter-spacing: -0.035em;
}

h4 {
  color: #dac262;
  font-size: 18px;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

h5 {}

h6 {}

/* Anchor Links */

a {
  color: #dac262;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #333333;
}

/* Lists */

ul,
ol {
  padding: 0;
  margin: 0 0 1.313em 1.655em;
}

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 {}
.header-wrapper .row-fluid .page-center:not(.top-page-center) {
  padding: 0;
  width: calc(100% - 64px);
}
.header-wrapper .row-fluid .page-center.top-page-center {
  width: 100%;
  padding: 0;
}
.header-wrapper .x-bar-container {
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
  height: inherit;
  font-size: 16px;
}
.header-wrapper .x-bar-content {
  display: -webkit-flex;
  display: flex;
  min-width: 1px;
}
.header-wrapper .hm1.x-bar-content {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  align-content: center;
  height: 3rem;
}
.hm4.x-text, .hm8.x-text {
  margin: 0em;
  padding: 0em;
  font-family: inherit;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0em;
  text-transform: none;
  background-color: transparent;
}
.hm4.x-text > :first-child, .hm8.x-text > :first-child {
  margin-top: 0;
}
.hm4.x-text {
  font-size: 14px;
  font-weight: 600;
  color: rgb(51,51,51);
}
strong {
  font-weight: 700;
}
.header-wrapper .hm2.x-bar-container {
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
}

.header-wrapper .hm2.x-bar-container,.header-wrapper .hm3.x-bar-container,.header-wrapper .hm5.x-bar-container,.header-wrapper .hm7.x-bar-container {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  background-color: transparent;
}

.header-wrapper .hm2.x-bar-container, .header-wrapper .hm3.x-bar-containe {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  align-content: center;
  padding: 6px 0px 6px 0px;
}

.header-wrapper .hm2.x-bar-container {
  -webkit-flex: 1 0 0;
  flex: 1 0 0;
}

.hm3.x-bar-container, .header-wrapper .hm5.x-bar-container, .header-wrapper .hm7.x-bar-container {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
.custom-banner {
  position: relative;
  margin: 0px 0px 0px -1em;
  border-width: 0px 0px 10px 0px;
  border-style: none none solid none;
  border-color: transparent transparent rgb(255, 255, 255) transparent;
  padding: 50px 0px 60px 0px;
  text-align: left;
  background-color: rgb(45,45,45);
  z-index: 1;
}

[class^="x-bg"] {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  speak: none;
}

.x-bg {
  z-index: -1;
}

[class*="x-bg-layer-lower"] {
  z-index: 1;
}

[class^="x-bg"][data-x-params*="parallax"] {
  transition-duration: 0.3s, 0s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1),linear;
}

.x-bg-layer-lower-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  top: auto;
  bottom: 0px;
  height: 100%;
  transform: translate3d(0px, 0px, 0px);
}

.custom-banner .x-container.page-center.max.width {
  padding: 0;
}

.el1.x-section .x-text-headline {
  max-width: 550px !important;
  margin: 0em !important;
  padding: 0em! important;
  font-size: 2em !important;
  background-color: rgba(36,116,174,0.75) !important;
}

.x-text-content {
  display: -webkit-flex;
  display: flex;
}

.x-text-content-text {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-width: 1px;
  display: block;
}

.el4.x-text .x-text-content-text {
  margin: 15px 50px 60px 50px;
}

.el4.x-text .x-text-content-text-primary {
  margin: 0 calc(0em * -1) 0 0;
  font-family: inherit;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  text-transform: none;
  color: rgb(255, 255, 255);
}

.hm6.x-anchor-toggle {
  width: 3em;
  height: 3em;
  border-radius: 100em;
  font-size: 1em;
  background-color: rgba(255, 255, 255, 0);
  margin: 0;
}
.hm6.x-anchor-toggle .x-anchor-content {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.hm6.x-anchor-toggle .x-graphic {
  margin: 4px 4px 6px 4px;
}
.hm6.x-anchor-toggle .x-graphic-icon {
  width: 1em;
  height: 1em;
  line-height: 24px;
  font-size: 24px;
  color: rgb(51,51,51);
  background-color: transparent;
}
.header-wrapper .x-anchor:hover .x-flip-x.x-graphic-primary:not(:only-child) {
  transform: perspective(100px) rotateX(180deg);
}

.header-wrapper .x-anchor:hover .x-graphic-icon {
  color: rgb(218,194,98);
  background-color: transparent;
  transform: perspective(100px) rotateX(0deg);
  opacity: 1;
}
.hm8.x-text {
  font-size: 1em;
  font-weight: 400;
  color: rgba(0,0,0,1);
}
.btn-blue {
  display: block;
  padding: 9px 20px;
  color: #FFFFFF;
  background-color: #2475af;
  font-family: inherit;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  cursor: pointer !important;
}
.btn-blue:hover{
  color: #FFFFFF;
}
.hm9.x-anchor {
  margin: 0.5em;
  font-size: 1em;
  background-color: rgb(218,193,99);
  width:auto;
}
.hm9.x-anchor .x-anchor-content {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 4px 10px 4px 10px;
}
.hm9.x-anchor .x-anchor-text {
  margin: 5px;
}
.hm9.x-anchor .x-anchor-text-primary {
  font-family: inherit;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  color: hsl(0,0%,0%);
}
.x-anchor-text {
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  min-width: 1px;
}
.x-anchor-text-primary, .x-anchor-text-secondary {
  position: relative;
  display: block;
  transition-property: color, text-shadow;
  z-index: 3;
}
.hm2.x-bar-container, .hm3.x-bar-container {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  align-content: center;
  padding: 6px 0px 6px 0px;
}

.header-wrapper {
  font-size: 16px;
  background-color: rgb(255,255,255);
  z-index: 9999;
}

.header-wrapper .main-header-wrapper {
  height: 75px;
  position: relative;
  z-index: 9;
}

.main-header-wrapper > div > div.row-fluid {
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
  height: 75px;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  background-color: transparent;
  -webkit-flex: 1 0 0%;
  flex: 1 0 0%;
}

.custom-header-logo {
  max-width: 190px;
  margin: -50px 0px 0px 0px;
  background-color: transparent;
}

.main-header-wrapper > div > div.row-fluid:after,.main-header-wrapper > div > div.row-fluid:before {
  content: none;
}

.header-wrapper .custom-main-menu {
  width: auto;
  margin-left: 0;
}

.header-wrapper .custom-main-menu .hs-menu-wrapper > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 15px 0px 0px 0px;
  font-size: 1em;
}

.header-wrapper .custom-main-menu .hs-menu-wrapper > ul >li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: inherit;
  flex-direction: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
  -webkit-align-items: inherit;
  align-items: inherit;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}

.header-wrapper .custom-main-menu .hs-menu-wrapper > ul >li > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  min-width: 1px;
  cursor: pointer;
  transition-property: border-color, background-color, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 1em;
  background-color: transparent;
  margin:0;
}
.header-wrapper .custom-main-menu .hs-menu-wrapper > ul >li > a.x-anchor .x-anchor-content{
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 2px 1em 28px 0.3em;
}
.header-wrapper .custom-main-menu .hs-menu-wrapper > ul > li > .x-anchor .x-anchor-text {
  margin: 5px;
}
.header-wrapper .custom-main-menu .hs-menu-wrapper > ul > li > .x-anchor .x-anchor-text-primary {
  font-family: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-right: calc(0.03em * -1);
  text-align: center;
  color: #333333;
}
.header-wrapper .custom-main-menu .hs-menu-wrapper > ul > li > .x-anchor .x-anchor-sub-indicator {
  margin: 5px;
  font-size: 1.25em;
  color: hsl(0,0%,84%);
}
.x-anchor-sub-indicator {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  transition-property: color, text-shadow;
  z-index: 2;
}
.x-anchor-sub-indicator:before {
  display: inherit;
  width: inherit;
  height: inherit;
  line-height: inherit;
  text-align: inherit;
}

.header-wrapper .custom-main-menu .hs-menu-wrapper > ul > li > .x-anchor .x-anchor-particle-primary {
  width: 100%;
  height: 5px;
  color: #f9cd08;
  transform-origin: 0% 100%;
  bottom: 0;
  left:0;
  transform: scale3d(0, 1, 1);
  display: block;
  position: absolute;
  opacity: 0;
  border-radius:0;
}
.header-wrapper .custom-main-menu .hs-menu-wrapper > ul >li:hover > .x-anchor .x-anchor-particle-primary{
  opacity: 1;
  transition-delay: 1ms;
  transition-duration: 0s, 0.3s;
  transform: scale3d(1, 1, 1);
}
.header-wrapper .custom-main-menu .hs-menu-wrapper > ul > li:hover > .x-anchor .x-anchor-sub-indicator {
  color: rgb(218,193,98);
}
.header-wrapper .custom-main-menu .hs-menu-wrapper > ul > li:hover > .x-anchor > .x-anchor-particle-primary {
  transition-delay: 1ms;
}
.header-wrapper .custom-main-menu .hs-menu-wrapper > ul > li:not(.hs-item-has-children) > .x-anchor .x-anchor-sub-indicator {
  display: none;
}
.header-wrapper .custom-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  position: absolute;
  margin: 0;
  padding: 0;
  opacity: 0;
  transform: translate3d(0, 5%, 0);
  transition-delay: 0s, 0s, 0.5s;
  transition-duration: 0.5s, 0.5s, 0s;
  transition-property: opacity, transform, visibility;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 9999;
  right: auto;
  bottom: auto;
  top: 100%;
  left: 0;
  width: 15em;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  background-color: rgb(41,128,185);
  box-shadow: 0em 0.5em 3em 0em rgba(0,0,0,0.25);
}

.header-wrapper .custom-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul > li.hs-item-has-children:hover > ul.hs-menu-children-wrapper{
  visibility: visible;
  opacity: 1;
  transform: none;
  transition-duration: 0.5s;
  transition-property: opacity, transform;
  pointer-events: auto;
}

.header-wrapper .custom-main-menu .hs-menu-wrapper > ul ul .x-anchor {
  display: -webkit-flex;
  display: flex;
  border-width: 2px 0px 0px 0px;
  border-style: solid none none none;
  border-color: rgba(255,255,255,0.15) transparent transparent transparent;
  font-size: 1em;
  background-color: rgb(41,128,185);
  box-shadow: inset 0em 0em 0em 0em transparent;
  margin:0;
  white-space:normal !important;
}
.header-wrapper .custom-main-menu .hs-menu-wrapper > ul ul li .x-anchor .x-anchor-content {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 1em;
}
.header-wrapper .custom-main-menu .hs-menu-wrapper > ul ul li .x-anchor .x-anchor-text {
  margin: 4px auto 4px 4px;
}
.header-wrapper .custom-main-menu .hs-menu-wrapper > ul ul li .x-anchor .x-anchor-text-primary {
  font-family: inherit;
  font-size: 0.875em;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.035em;
  margin-right: calc(0.035em * -1);
  color: white;
  white-space:normal !important;
}
.header-wrapper .custom-main-menu .hs-menu-wrapper > ul ul li .x-anchor .x-anchor-sub-indicator {
  margin: 0px 4px 0px auto;
  font-size: 1.25em;
  color: rgba(255,255,255,0.5);
}
.header-wrapper .custom-main-menu .hs-menu-wrapper > ul ul li .x-anchor .x-anchor-particle-primary {
  width: 100%;
  height: 100%;
  color: rgba(255,255,255,0.05);
  transform-origin: 0% 50%;
  transform: translate3d(-50%, -50%, 0) scale3d(0, 1, 1);
}
.header-wrapper .custom-main-menu .hs-menu-wrapper > ul ul li:not(.hs-item-has-children) .x-anchor-sub-indicator {
  display: none;
}

.header-wrapper .custom-main-menu .hs-menu-wrapper > ul ul li:hover > .x-anchor .x-anchor-particle-primary {
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  transition-delay: 0s;
  transition-duration: 0s, 0.3s;
  opacity: 1;
  top: 50%;
  left: 50%;
}

.header-wrapper .custom-main-menu .hs-menu-wrapper > ul ul .x-anchor {
  position: relative;
}
/* =============== Content =============== */

.body-container-wrapper {
  background-color:#fff;
}

.body-container {}

.content-wrapper {}

.main-content {}

.sidebar {}

.sidebar.right {}

.sidebar.left {}


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

.footer-container-wrapper {}

.footer-container {}

.footer-wrapper .copyright-outer-wrapper {
  background-color: #dac164;
  padding-bottom: 1px;
}

.copyright p {
  padding: 0em;
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  text-transform: none;
  background-color: transparent;
  font-size: 14px;
}

.copyright-outer-wrapper .row-fluid .page-center {
  padding: 0;
}

.footer-wrapper .copyright {
  margin: 27px 0px 0px 0px;
  color: rgba(0,0,0,1);
}

.footer-wrapper {
  background-color: rgb(45,45,45);
  color: #fff;
  font-size: 16px;
}


.about-outer-wrapper .row-fluid .page-center {
  border-width: 1px 0px 10px 10px;
  border-style: solid none none none;
  border-color: rgb(119,119,119) transparent rgb(119,119,119) transparent;
  background-color: rgb(45,45,45);
  padding: 16px 0 27px;
}

.about-outer-wrapper .row-fluid .page-center > div {
  margin: 20px 0rem 0px 0px;
}

.footer-wrapper .about-us {
  padding: 0em;
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  text-transform: none;
  background-color: transparent;
  font-size: 14px;
}

.about-outer-wrapper .row-fluid .page-center > div > div.row-fluid {
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
  width: auto;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.about-outer-wrapper .row-fluid .page-center > div > div.row-fluid > div {
  width: 50%;
  margin-left: 0;
}

.footer-wrapper .footer-contact {
  text-align: right;
  margin: 0em;
  font-size: 1em;
}

.about-outer-wrapper .row-fluid .page-center > div > div.row-fluid:after,
.about-outer-wrapper .row-fluid .page-center > div > div.row-fluid:before {
  content: none;
}

.footer-wrapper .footer-contact {
  position: relative;
  top: 1px;
}

.main-header-outer .row-fluid .page-center > div > div.row-fluid {
  display: -webkit-flex;
  display: flex;
  z-index: 5;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
}

.footer-wrapper .custom-footer-logo {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
}

.footer-wrapper .custom-footer-logo a {
  display: block;
  max-width: 180px;
  background-color: transparent;
}

.main-header-outer .row-fluid .page-center > div > div.row-fluid > div {
  margin-left: 0;
}

.footer-wrapper .custom-footer-menu {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
}

.footer-wrapper .custom-footer-social-links {
  margin: 25px 0px 0px 0px !important;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  width: auto;
}
.footer-wrapper .custom-footer-menu .hs-menu-wrapper > ul:after, 
.footer-wrapper .custom-footer-menu .hs-menu-wrapper > ul:before {
  content: none;
}
.footer-wrapper .custom-footer-menu .hs-menu-wrapper > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  align-items: stretch;
  font-size: 1em;
  -webkit-align-self: center;
  align-self: center;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 25px 0px 0px 0px;
}

.footer-wrapper .custom-footer-menu .hs-menu-wrapper > ul > li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: inherit;
  flex-direction: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
  -webkit-align-items: inherit;
  align-items: inherit;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  float: none;
}

.footer-wrapper .custom-footer-menu .hs-menu-wrapper > ul > li > a {
  font-family: inherit;
  font-style: normal;
  line-height: 1;
  background-color: transparent;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-right: calc(0.05em * -1);
  color: hsl(0,0%,100%);
  padding: 0.75em;
}

.footer-wrapper .custom-footer-menu .hs-menu-wrapper > ul > li > a:hover {
  color: #dac164;
}

.main-header-outer .row-fluid .page-center {
  padding: 37px 0 8px;
}

.custom-footer-social-links .x-anchor:hover .x-flip-x.x-graphic-primary:not(:only-child) {
  transform: perspective(100px) rotateX(180deg);
}

.custom-footer-social-links .x-anchor:hover .x-graphic-icon {
  background-color: transparent;
  color: #319cd5;
  transform: perspective(100px) rotateX(0deg);
  opacity: 1;
}

.footer-wrapper .custom-footer-social-links > div {
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex: 0 1 auto;
}

.x-anchor {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  min-width: 1px;
  cursor: pointer;
  transition-property: border-color, background-color, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  margin: 0em 0em 0em 16px;
  font-size: 16px;
  outline:0;
}

.x-anchor-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  transform: translate3d(0, 0, 0);
}

.x-anchor .x-anchor-content {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.x-graphic {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  letter-spacing: 0;
  line-height: 1;
  z-index: 2;
}

.x-anchor .x-graphic-icon {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 1em;
  height: 1em;
  line-height: 1em;
  background-color: transparent;
  font-size: 1.5em;
  color: rgb(255, 255, 255);
  transition-property: opacity, transform, color, background-color, text-shadow, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.x-flip-x.x-graphic-primary:not(:only-child) {
  transform: perspective(100px) rotateX(0deg);
}

.x-flip-x.x-graphic-secondary {
  transform: perspective(100px) rotateX(-180deg);
}

.x-graphic-primary:not(:only-child) {
  opacity: 1;
  z-index: 2;
}

.x-graphic-secondary {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}

.footer-wrapper .copyright-outer-wrapper {
  padding-top: 1px;
  padding-bottom: 0;
}

.about-outer-wrapper .row-fluid .page-center {
  padding-bottom: 26px;
  padding-top: 17px;
}

.main-header-outer .row-fluid .page-center {
  padding-bottom: 7px;
  padding-top: 38px;
}

.footer-wrapper .row-fluid .page-center {
  width: calc(100% - 64px);
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */

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

/* Parent List */

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

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

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

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

/* Child List */

.custom-menu-primary .hs-menu-wrapper > ul ul {
  background-color: #fff;
}

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

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

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

/* Override max width on menu links */

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

/* Fix menu disappearing on desktop after toggling mobile menu */

@media screen and (min-width:768px) {

  .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: 767px) {

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

  /* ===== Mobile Toggle Button ===== */
  .mobile-trigger {
    display: inline-block !important;
    /* Show button on mobile */
    cursor: pointer;
    /* Mouse pointer type on hover */
    position: absolute;
    /**************************************/
    top: 0px;
    /* Position Button at right of screen */
    right: 10px;
    /**************************************/
    width: auto;
    /* Button width */
    height: auto;
    /* Button height */
    padding: 7px 10px 8px 10px;
    background: #ffffff;
    /* Background color */
    border: 1px solid #000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
  }

  .mobile-trigger:hover {
    text-decoration: none;
    /* Removes link text underline on button */
  }



  /* Toggle Button Icon */
  .mobile-trigger i {
    display: inline;
    position: relative;
    top: -4px;
  }

  .mobile-trigger i:before,
  .mobile-trigger i:after {
    position: absolute;
    content: '';
  }

  .mobile-trigger i,
  .mobile-trigger i:before,
  .mobile-trigger i:after {
    width: 22px;
    /* Icon line width */
    height: 2px;
    /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000;
    /* Icon color */
    display: inline-block;
  }

  .mobile-trigger i:before {
    top: -6px;
  }

  /* Position top line */
  .mobile-trigger i:after {
    top: 6px;
  }

  /* Position bottom line */
  .mobile-trigger:hover i,
  .mobile-trigger:hover i:before,
  .mobile-trigger:hover i:after,
  .mobile-open .mobile-trigger i,
  .mobile-open .mobile-trigger i:before,
  .mobile-open .mobile-trigger i:after {
    background-color: #000
      /* Icon color */
  }

  /* ===== Mobile Child Toggle Buttons ===== */
  .child-trigger {
    display: block !important;
    /* Hide button on Desktop */
    cursor: pointer;
    /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    /* Button width */
    min-width: 55px !important;
    height: 45px !important;
    /* Button height */
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }

  .child-trigger:hover {
    text-decoration: none;
  }

  .child-trigger i {
    position: relative;
    top: 50%;
    /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .child-trigger i:after {
    position: absolute;
    content: '';
  }

  .child-trigger i,
  .child-trigger i:after {
    width: 10px;
    /* Icon line width */
    height: 1px;
    /* Icon line height */
    background-color: #fff;
    /* Icon color */
    display: block;
  }

  .child-trigger i:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .child-trigger.child-open i {}

  .child-trigger.child-open i:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */
  .custom-menu-primary.js-enabled {
    position: relative;
  }

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

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

  /* Mobile Menu Styles */
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper {
    background-color: #000;
    width: 100%;
    /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    overflow: visible;
  }

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

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

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

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: 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 {}
}


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

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

/* Blog Post and Listing Body Class */

.blog {}

/* Blog Post */

.hs-blog-post {}

/* Blog Listing */

.hs-blog-listing {}

/* Blog Columns Wrapper */

.blog .content-wrapper {}


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

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */

.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */

.blog-post-wrapper {}

/* Blog Title */

.hs-blog-header h1 {}

.hs-blog-header h1 a {}

/* Blog Post Title */

.post-header h2 {}

.post-header h2 a {}

/* Blog Author and Avatar */

#hubspot-author_data {}

#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}

#hubspot-author_data a.author-link {}

#hubspot-author_data .hs-author-avatar {}

#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */

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

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

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

/* Post Featured Image on Listings Page */

.hs-featured-image-wrapper {}

.hs-featured-image-wrapper .hs-featured-image-link {}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */

a.more-link {}

/* Blog Topics List */

#hubspot-topic_data {}

#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */

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

/* Blog Commments */

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

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

.comment-date {
  font-size: 13px;
  text-align: left;
  display: block;
}

.comment-from {
  font-weight: bold;
}

.comment-body {
  padding: 10px 0;
}

/* Pagination */

.blog-pagination {}

.blog-pagination a {}

.blog-pagination a.previous-posts-link {}

.blog-pagination a.all-posts-link {}

.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */

.hs-content-path-blog-all {}

div.post-listing-simple {}

div.post-listing-simple .post-item {}

h2.post-listing-simple {}

h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

/* Blog Modules */

.blog .blog-sidebar .widget-span {}


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

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}

.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}

.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */

.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}

.hs-author-profile .hs-author-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/

.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */

.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */

.hs-author-profile .hs-author-social-section {}

.hs-author-profile .hs-author-social-label {}

.hs-author-profile .hs-author-social-links {}

.hs-author-profile .hs-author-social-link {}

.hs-author-profile .hs-social-facebook {}

.hs-author-profile .hs-social-linkedin {}

.hs-author-profile .hs-social-twitter {}

.hs-author-profile .hs-social-google-plus {}



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

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

/* Form Field */

.hs-form-field {
  margin-bottom: 9px;
}

/* Descriptions */

.hs-field-desc {}

/* Labels and Legends */

label {
  font-size: 100%;
  line-height: 1.7;
  display: block;
  margin-bottom: 2px;
}

.hs-form-field > label {
  display: inline-block;
  margin-bottom: 5px;
}

/* 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 {
  max-width: 500px;
  -webkit-appearance: none;
  width: 100%;
  display: block;
  padding: 0 0.65em;
  font-size: 13px;
  line-height: normal;
  color: #555;
  background-color: #fff;
  height: 2.65em !important;
  -webkit-transition: border linear 0.2s;
  transition: border linear 0.2s;
  border: 1px solid rgba(0,0,0,.7);
}
#hs-pwd-widget-password{
  height: 2.65em !important;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
}

/* Separate Styles for Multiple Line Inputs */

textarea {}

textarea:focus {}

/* Separate Styles for Drop Downs */

select {}

select:focus {}

/* Multiple Selection Inputs */

form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}

form.hs-form .hs-form-field ul.inputs-list li input {}

input[type="radio"] {}

input[type="checkbox"] {
  margin-top: 5px;
}

.hs-form-required {
  font-style: normal;
}

/* 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 {
  padding: 0;
  margin: 0;
}

.hs-error-msgs li {
  list-style: none;
}

.hs-error-msgs label {
  max-width: 500px;
  margin-bottom: 15px;
  display: block;
  margin-top: 10px;
  color:red;
}

.hs-input.invalid.error {}


/* Placeholder Text */

::-webkit-input-placeholder {
  color: #999
}

/* Webkit Browsers */

:-moz-placeholder {
  color: #999;
  opacity:1;
}

/* Firefox 18- */

::-moz-placeholder {
  color: #999;
  opacity:1;
}

/* Firefox 19+ */

:-ms-input-placeholder {
  color: #999;
  opacity:1;
}

/* IE10 */

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

.hs-form fieldset.form-columns-1 {}

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

.hs-form fieldset.form-columns-2 {}

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

.hs-form fieldset.form-columns-3 {}

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

/* Multiple Selection Inputs */

form.hs-form .hs-form-field ul.inputs-list li input {}

input[type="radio"] {}

input[type="checkbox"] {}

form.hs-form fieldset {
  max-width: none;
}

form.hs-form fieldset .hs-form-field {
  padding: 0 10px 0 0;
}

form.hs-form fieldset[class*="form-columns"] .input {
  margin-right: 0;
}

form.hs-form fieldset[class*="form-columns"] .hs-input {
  width: 100%;
}

form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
  width: auto;
}

form.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 33.33%;
}

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field {
    padding: 0;
  }

  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input,
  form.hs-form .form-columns-3 .hs-form-field .hs-input {
    width: 100%;
  }

  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] {
    width: auto;
  }
}


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

#comment-form .hs-form-field > label {}

#comment-form label {
  margin: 8px 0 5px;
  line-height: 18.2333px;
}

/* Inputs */

#comment-form input[type="text"],
#comment-form input[type="email"] {
  border-radius: 0;
  padding: 2px;
  box-shadow: none;
  border: 1px solid #abadb3;
  line-height: 16px;
  width: 300px;
}

#comment-form input[type="text"]:focus,
#comment-form input[type="email"]:focus {
  border: 1px solid #abadb3;
}

#comment-form input[type="text"]:hover,
#comment-form input[type="email"]:hover {
  border: 1px solid #7EB4EA;
}

#comment-form textarea {
  border-radius: 0;
  padding: 2px;
  box-shadow: none;
  border: 1px solid #abadb3;
  width: 300px;
}

#comment-form textarea:focus {
  border: 1px solid #abadb3;
}

#comment-form textarea:hover {
  border: 1px solid #7EB4EA;
}

#comment-form input[type="submit"] {
  border: 1px solid #acacac;
  background-color: #eaeaea;
  background-image: -moz-linear-gradient(top, #f0f0f0, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f0f0f0, #e5e5e5);
  background-image: -o-linear-gradient(top, #f0f0f0, #e5e5e5);
  background-image: linear-gradient(to bottom, #f0f0f0, #e5e5e5);
  background-repeat: repeat-x;
  border-radius: 0;
  line-height: 16px;
  font-size: 13.33px;
  color: #000;
  padding: 1px 7px;
}

#comment-form input[type="submit"]:hover {
  border: 1px solid #7eb4ea;
  background-color: #e4f0fc;
  background-image: -moz-linear-gradient(top, #ecf4fc, #dcecfc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ecf4fc), to(#dcecfc));
  background-image: -webkit-linear-gradient(top, #ecf4fc, #dcecfc);
  background-image: -o-linear-gradient(top, #ecf4fc, #dcecfc);
  background-image: linear-gradient(to bottom, #ecf4fc, #dcecfc);
  background-repeat: repeat-x;
}


/* =============== 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) =============== */
.x-btn {
  color: #ffffff;
  border-color: #dac164;
  background-color: #dac164;
}
.x-btn:hover {
  color: #ffffff;
  border-color: #333333;
  background-color: #333333
}

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  white-space: normal;
  text-align: center;
  transition: all 0.15s linear;
  font-size: 16px;
  font-weight: inherit;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  border: 1px solid #ac1100;
  padding: 0.563em 1.125em 0.813em;
  color: #ffffff;
  border-color: #dac164;
  background-color: #dac164;
  text-shadow: none;
  margin: 15px 0;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-decoration: none;
  color: #ffffff;
  border-color: #333333;
  background-color: #333333
}

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

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

.hs_cos_wrapper_type_form .hs-button.primary.large {}

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

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


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

#add-comment-button.hs-button.primary {}

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

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


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

#hs_form_target_blog_subscription .hs-button.primary.large {}

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

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


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

.widget-type-google_search .hs-button.primary {}

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

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


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.post-header h2 a {
  color: inherit;
}

.section.post-footer textarea {
  min-height: 100px;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.section.post-footer form:before {
  content: "Leave A Reply";
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #202020;
  margin: 20px 0;
}
[data-x-particle] {
  display: block;
  position: absolute;
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  speak: none;
  z-index: 1;
}
[data-x-particle*="inside"][data-x-particle*="c_c"] {
  top: 50%;
  left: 50%;
}
[data-x-particle*="overlap"][data-x-particle~="scale-x_y"], 
[data-x-particle*="inside"][data-x-particle*="c_c"][data-x-particle~="scale-x_y"] {
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
}
.x-anchor .x-anchor-particle-primary {
  width: 100%;
  height: 100%;
  border-radius: 0.25em;
  color: #f9cd08;
  transform-origin: 50% 50%;
}
[data-x-particle] span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background-color: currentColor;
}

.footer-wrapper .custom-footer-social-links > div > a:hover [data-x-particle][data-x-particle*="scale"]{
  transition-delay: 0s;
  transition-duration: 0s, 0.3s;
  transform: scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  opacity: 1;
}

.header-wrapper .custom-header-logo img {
  width: 100% !important;
  vertical-align: middle;
}


/*** Site Search ***/
.x-modal {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: visibility 0s linear 0.525s,opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  pointer-events: none;
  z-index: 99999999;
}
.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
.hm6.x-modal {
  font-size: calc(1.5vw + 12px);
}
.x-modal-bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.hm6.x-modal .x-modal-bg {
  background-color: rgba(0,0,0,0.8);
}
.x-modal-close {
  display: block;
  position: fixed;
  width: 1em;
  height: 1em;
  margin: 0;
  border: 0;
  padding: 0;
  line-height: 1em;
  text-align: center;
  background-color: transparent;
  opacity: 0;
  transform: scale(0);
  transition-duration: 0.5s;
  transition-property: color, opacity, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 3;
}
.x-modal-close-top {
  top: 0;
}
.x-modal-close-right {
  right: 0;
}
.hm6.x-modal .x-modal-close {
  width: calc(1em * 1.5);
  height: calc(1em * 1.5);
  font-size: 2.5em;
  color: hsl(0,100%,50%);
  outline:0;
  cursor:pointer;
}
.x-modal-close span {
  display: block;
}
.hm6.x-modal .x-modal-close:hover{
  color: #ffffff
}
.x-modal-content-outer {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.x-modal-content-inner {
  display: table-cell;
  vertical-align: middle;
}
.hm6.x-modal .x-modal-content-inner {
  padding: calc(2.5em * 1.5);
}
.x-modal-content {
  width: 100%;
  margin: 0 auto;
  transform: translate3d(0, -15px, 0);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.hm6.x-modal .x-modal-content {
  max-width: 32em;
  background-color: transparent;
}
.x-search {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  border: 0;
  padding: 0;
  transition-duration: 0.3s;
  transition-property: border-color, background-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: text;
}
.hm6.x-search {
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0em 0em 1em 0em;
  border-radius: 100em;
  font-size: 1em;
  background-color: rgba(255,255,255,0.05);
  box-shadow: 0em 0em 0em 0.1em hsl(0,0%,100%);
}
.visually-hidden{
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
}
.x-search-input {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-order: 2;
  order: 2;
  width: 100%;
  min-width: 1px;
  height: auto !important;
  border: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  transition-duration: 0.3s;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.x-search-input::-webkit-input-placeholder {
  color: currentColor;
  opacity: 1;
}
.hm6.x-search .x-search-input {
  display: inline-block;
  -webkit-transition: border linear 0.2s;
  transition: border linear 0.2s;
  order: 2;
  margin: 0em;
  font-family: inherit;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  color: white;
  max-width: 100%;
  height: auto !important;
}
.x-search-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin: 0;
  border: 0;
  padding: 0;
  line-height: 1;
  transition-duration: 0.3s;
  transition-property: color, border-color, background-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.x-search-btn-submit {
  -webkit-order: 1;
  order: 1;
}
.hm6.x-search .x-search-btn-submit {
  order: 1;
  width: 1em;
  height: 1em;
  margin: 1em;
  font-size: 1em;
  color: white;
  background-color: transparent;
}
.x-search-btn svg {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0 auto;
  line-height: inherit;
  stroke: currentColor;
}
.x-search-btn-clear {
  -webkit-order: 3;
  order: 3;
  visibility: hidden;
  pointer-events: none;
}
.hm6.x-search .x-search-btn-clear {
  order: 3;
  width: 1em;
  height: 1em;
  margin: 1em;
  font-size: 1em;
  color: white;
  background-color: transparent;
  outline:0;
}
.hm6.x-search .x-search-btn-submit:hover, .hm6.x-search .x-search-btn-submit:focus {
  color: white;
  background-color: transparent;
}
.hm6.x-search .x-search-btn-clear:hover, .hm6.x-search .x-search-btn-clear:focus {
  color: white;
  background-color: transparent;
}
.x-modal.x-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  pointer-events: auto;
}
.x-modal.x-active .x-modal-close {
  opacity: 1;
  transform: scale(1);
}
.x-modal.x-active .x-modal-content {
  transform: translate3d(0, 0, 0);
}
.x-modal.x-search-focused .hm6.x-search .x-search-input {
  border-color: #dac262;
}

.hm6.x-search.x-search-focused {
  background-color: rgba(255,255,255,0.05);
  box-shadow: 0em 0em 0em 0.1em #f9cd08;
}
.x-search-has-content .x-search-btn-clear {
  visibility: visible;
  pointer-events: auto;
}


/*** Blog Post ***/
.hs-blog-post .x-bg-layer-lower-image{
  height: 150%;
}
.hs-blog-post .custom-banner {
  margin: 0;
  border:0;
}
.content_posttitle.x-section {
  position: relative;
  margin: 0 0 1.313em;
  padding: 45px 0;
}
.el10.x-section, .el20.x-section {
  margin: 0em;
  background-color: transparent;
}
.el10.x-section {
  padding: 50px 0px 0px 0px;
}
.content_posttitle.x-section:before, .content_posttitle.x-section:after {
  content: " ";
  display: table;
}
.content_posttitle.x-section:after {
  clear: both;
}
.content_posttitle .x-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.content_posttitle  .x-column {
  position: relative;
  z-index: 1;
  float: left;
  margin-right: 4%;
}
.content_posttitle .x-column.x-1-2 {
  width: 48%;
}
.content_posttitle .x-column {
  align-self: flex-end;
}
.content_posttitle .x-column.last, .content_posttitle .x-column:last-of-type {
  margin-right: 0;
}

.single-post h2 {
  margin: 1.25em 0 0.2em;
  font-weight: 500;
  font-size: 32px;
  color: #333333;
  text-transform: none;
  margin-top: 0;
  letter-spacing: -0.035em;
  line-height: 1.2;
}
.single-post h3 {
  margin: 1.25em 0 0.2em;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  text-transform: none;
  letter-spacing: -0.035em;
  line-height: 1.3;
}
.x-img {
  margin-bottom: 1.313em;
}
.single-post .content_posttitle .x-img {
  margin-bottom: 0;
  float: right;
}
.hs-blog-post .blog-content {
  padding: 50px 0px 50px 0px;
}

.hs-blog-post .page-center.content-wrapper {
  padding: 0;
}

#x-isotope-loading {
  position: absolute;
  top: 150px;
  left: 50%;
  display: block;
  width: 100px;
  height: 9px;
  margin-left: -50px;
  background-image: url('//cdn2.hubspot.net/hubfs/5310735/loading.gif');
}

.hs-blog-listing .page-center.content-wrapper {
  max-width: 100%;
  width: 100%;
  padding: 10px;
}

.hs-blog-listing .body-container-wrapper {
  background-color: #deeaf3;
}

.isotope-item {
  z-index: 2;
}
.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -ms-transition-property: -ms-transform;
  -o-transition-property: top, left;
  transition-property: transform;
}
.x-iso-container>.hentry {
  margin: 0;
  opacity: 0;
}
.x-iso-container>.hentry {
  padding: 10px;
}
.x-iso-container>.hentry {
  width: 33.28%;
}

.hentry .entry-wrap{
  position: relative;
  border-top: 1px solid #dfdfdf;
  border-top: 1px solid rgba(0,0,0,0.075);
  padding: 50px 0;
}
.x-iso-container>.hentry .entry-wrap {
  border: 1px solid #dfdfdf;
  border: 1px solid rgba(0,0,0,0.075);
  background-color: #fff;
}
.hentry .entry-wrap {
  padding: 20px;
}
.x-iso-container>.hentry .entry-wrap {
  border: none;
}
.x-iso-container .x-container.width {
  width: 100%;
}
.entry-featured {
  margin-top: 0 !important;
  padding: 0 0 0 0;
}
.entry-thumb {
  display: block;
  position: relative;
  background-color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.entry-thumb:before {
  content: "\f0c1";
  display: block;
  position: absolute;
  margin: -36px 0 0 -35px;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  font-size: 42px;
  line-height: 72px;
  text-align: center;
  vertical-align: middle;
  color: #566471;
  border-radius: 100em;
  opacity: 0;
  -webkit-transition: opacity 0.75s ease;
  transition: opacity 0.75s ease;
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.entry-thumb:before, .p-meta {
  color: #333333;
}
.entry-thumb img {
  min-width: 100%;
  -webkit-transition: opacity 0.75s ease;
  transition: opacity 0.75s ease;
  vertical-align: middle;
}
a.entry-thumb:hover:before {
  opacity: 1;
}
a.entry-thumb:hover img {
  opacity: 0.35;
}
.entry-header, .entry-content {
  font-size: 1rem;
}
.x-iso-container .entry-title {
  font-family: "Open Sans",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.035em;
  position: relative;
  width: 88%;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 314%;
  line-height: 1;
  text-align: center;
  word-wrap: break-word;
  width: 100%;
  padding: 0 0 0 0;
  text-align: left;
  font-size: 125%;
  margin: 1em 0 0 0;

}
.entry-title a {
  border: 0;
  opacity: 1;
  color: #272727;
}
.entry-title a:hover{
  color: #272727;
  opacity: 0.65;
}
p.author-byline {
  margin: 0 0 15px;
  line-height: 1.25em;
  font-size: 14px;
}
.entry-content {
  margin-top: 3%;
  padding: 0 10%;
}
.entry-content.excerpt {
  width: 100%;
  padding: 0 0 0 0;
  text-align: left;
}
.x-iso-container .excerpt {
  font-size: 14px;
}
.entry-content.excerpt p {
  margin-bottom: 0;
}
.hs-blog-listing .page-center.content-wrapper {
  margin-bottom: 50px;
}

.blog-pagination {
  margin: 50px 0 0;
  height: 32px;
  text-align: center;
}

.blog-pagination > div {
  display: inline-block;
  margin: 0 -2.4px;
}

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

.blog-pagination-center > * {
  display: inline-block;
}

.blog-pagination a,.blog-pagination span {
  float: left;
  margin: 0 0.25em;
  border: 1px solid #dfdfdf;
  border: 1px solid rgba(0,0,0,0.075);
  width: 32px;
  height: 32px;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  color: #e0e0e0;
  background-color: #fff;
}

.blog-pagination a:hover,
.blog-pagination span{
  color: #dac262;
  border-color: #dac262;
}

.blog-pagination {
  margin-bottom: -10px;
}

.blog.hs-blog-listing .blog-content {
  position: relative;
}

.lp-space-top {
  height: 54px;
}

body:not(.blog) .body-container-wrapper h1 {
  margin-top: 0;
}

body:not(.blog) .body-container-wrapper {
  padding: 44px 0em 40px 0em;
}

.content_posttitle .x-column.x-1-2.full-width {
  width: 100%;
}

.x-search-input::placeholder {
  color: currentColor;
  opacity: 1;
}
/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
@media (min-width: 500px){
  html {
    font-size: calc(14px + (18 - 14) * ((100vw - 500px) / (1000 - 500)));
  }
}

@media(min-width:980px){
  .footer-wrapper .x-particle {
    display:none !important;
  }
  .header-wrapper .custom-menu-trigger {
    display: none;
  }
  .mobile-menu-wrapper {
    display: none !important;
  }
}

@media (min-width: 1000px){
  html {
    font-size: 18px;
  }
}
/* =============== Screen sizes smaller than .page-center =============== */

@media(max-width:1450px){
  .header-wrapper .custom-main-menu .hs-menu-wrapper > ul >li:nth-last-child(-n+2) > ul {
    right: 0 !important;
    left: auto !important;
  }
}


@media screen and (max-width: 1136px){
  .header-wrapper .custom-main-menu .hs-menu-wrapper .x-anchor .x-anchor-text-primary {
    font-size: 12px!important;
  }
}

@media (max-width: 979px) and (min-width: 768px){
  .x-iso-container>.hentry {
    width: 49.95%;
  }
}
@media (max-width: 979px) {
  .footer-wrapper .about-outer-wrapper {
    display: none;
  }
  .hm6.x-anchor-toggle .x-graphic-icon{
    display:block;
  }
  .header-wrapper .custom-main-menu{
    display: none;
  }
  .main-header-outer .row-fluid .page-center > div > div.row-fluid {
    width: 100%;
    flex-direction: column;
    -webkit-flex-direction: column;
  }

  .main-header-outer .row-fluid .page-center > div > div.row-fluid > div {
    width: 100%;
    text-align: center;
  }

  .footer-wrapper .custom-footer-logo a {
    margin: 0 auto;
  }

  .footer-wrapper .custom-footer-menu {
    order: 1;
  }

  .footer-wrapper .custom-footer-menu .hs-menu-wrapper > ul {
    justify-content: center;
    align-items: center;
  }

  .main-header-outer .row-fluid .page-center {
    width: 100% !important;
    height: auto;
    padding: 4em 7vw 4em 7vw;
    background-color: #222222;
  }

  .footer-wrapper .main-header-outer {
    background-color: rgb(45,45,45);
    padding-top: 2.51em;
  }
  .footer-wrapper .custom-footer-menu .hs-menu-wrapper > ul > li > a {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0.25em;
    margin-right: calc(0.25em * -1);
    text-transform: uppercase;
    color: white;
  }

  .footer-wrapper .custom-footer-menu .hs-menu-wrapper > ul > li {
    display: inline-block !important;
    width: auto;
    white-space: nowrap;
  }

  .footer-wrapper .custom-footer-menu .hs-menu-wrapper > ul {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    align-items: stretch;
    font-size: 1em;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-wrapper .custom-footer-social-links > div {
    display: block;
  }

  .footer-wrapper .custom-footer-social-links > div > a {
    display: inline-block !important;
    width: auto;
  }
  .footer-wrapper .custom-footer-social-links > div > a {
    margin: 0 1px 0px 1px;
  }
  .footer-wrapper .custom-footer-social-links > div > a .x-anchor-content{
    padding: 0.25em;
  }
  .footer-wrapper .custom-footer-social-links > div > a .x-graphic{
    margin: 4px;
  }
  .footer-wrapper .custom-footer-social-links > div > a i {
    font-size: 1.25em;
    color: white;
  }

  .footer-wrapper .custom-footer-social-links {
    margin: 0.5em 0em 1.25em 0em !important;
  }

  .footer-wrapper .custom-footer-menu .hs-menu-wrapper > ul {
    margin-top: 0;
  }
  .footer-wrapper .custom-footer-social-links > div > a:hover {
    color: #dac262;
  }

  .custom-footer-social-links .x-anchor:hover .x-graphic-icon {
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
    color: #fff;
  }

  .custom-footer-social-links .x-anchor:hover .x-flip-x.x-graphic-primary:not(:only-child) {
    transform: perspective(100px) rotateX(-180deg);
  }
  .x-flip-x.x-graphic-secondary {
    display: none;
  }
  .custom-footer-social-links .x-anchor:hover .x-flip-x.x-graphic-primary:not(:only-child) {
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }

  .footer-wrapper .custom-footer-menu .hs-menu-wrapper > ul > li > a:hover {
    color: rgb(4,206,218);
  }

  .footer-wrapper .custom-footer-menu .hs-menu-wrapper > ul > li > a:after {
    content: '';
    top: 0;
    left: 0;
    background: rgba(4,206,218,0.1);
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: 50% 0%;
    opacity:0;
    transform: scale3d(1, 0, 1);
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

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

  .footer-wrapper .custom-footer-menu .hs-menu-wrapper > ul > li > a:hover:after {
    opacity:1;
    transition-delay: 0s;
    transition-duration: 0s, 0.3s;
    transform: scale3d(1, 1, 1);
  }
  .header-wrapper .custom-menu-trigger {
    width: auto;
    margin: 0;
    margin-top: 13px;
  }

  .hm14.x-anchor-toggle {
    width: 3.5em;
    height: 3.5em;
    border-radius: 1em;
    font-size: 1em;
    background-color: rgb(218,194,98);
    outline: none;
    margin:0;
  }

  .hm14.x-anchor-toggle .x-anchor-content {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0.5em;
  }

  .hm14.x-anchor-toggle .x-graphic {
    margin: 5px;
  }

  .hm14 .x-toggle-burger {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: opacity, transform, color, background-color, text-shadow, box-shadow;
    display: block;
    position: relative;
    transform: translate3d(0, 0, 0);
    pointer-events: none;
    speak: none;
    height: 1em;
    color: #ffffff;
    width: 13em;
    margin: 3.5em 0;
    font-size: .2em;
  }

  [data-x-toggle-anim] {
    animation: none 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s infinite alternate forwards paused;
  }

  .x-toggle>span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: inherit;
    background-color: currentColor;
  }

  .hm14 .x-toggle-burger-bun-t {
    transform: translate3d(0,-3.5em,0);
  }

  .hm14 .x-toggle-burger-bun-b {
    transform: translate3d(0,3.5em,0);
  }
  .hm14.x-anchor-toggle .x-anchor-particle-primary {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
    width: 100%;
    height: 100%;
    border-radius: 1em;
    color: #dac262;
    transform-origin: 50% 50%;
  }
  .hm14.x-anchor-toggle .x-anchor-particle-secondary {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border-radius: 0.85em;
    color: rgba(255,255,255,0.25);
    transform-origin: 50% 50%;

  }

  .hm14.x-anchor-toggle[class*="active"] {
    background-color: transparent;
  }
  .hm14.x-anchor-toggle:hover .x-anchor-particle-primary {
    opacity: 1;
    transition-delay: 0s;
    transition-duration: 0s, 0.3s;
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  }
  .hm14.x-anchor-toggle:hover .x-anchor-particle-secondary {
    opacity: 1;
    transition-duration: 0s, 0.3s;
    transition-delay: 0.15s;
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  }
  .hm14.x-anchor-toggle:hover {
    background-color: transparent;
  }

  .hm14.x-anchor-toggle:hover .x-toggle {
    color: #ffffff;
  }
  .mobile-menu-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: visibility 0s linear 0.525s;
    pointer-events: none;
    z-index: 99999998;
    font-size: 16px;
  }

  .mobile-open .mobile-menu-wrapper {
    visibility: visible;
    transition-delay: 0s;
    pointer-events: auto;
  }

  .x-off-canvas-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: rgba(22,37,54,0.95);
  }

  .mobile-open .x-off-canvas-bg {
    opacity: 1;
  }

  .x-off-canvas-close {
    display: block;
    position: absolute;
    top: 0;
    margin: 0;
    border: 0;
    padding: 0;
    line-height: 1;
    text-align: center;
    background-color: transparent;
    opacity: 0;
    transform: scale(0);
    transition-duration: 0.3s, 0.5s, 0.5s;
    transition-property: color, opacity, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3;
    width: calc(1em * 1.5);
    height: calc(1em * 1.5);
    font-size: 2.5em;
    color: rgb(255, 255, 255);
    outline:0;
    cursor:pointer;
  }

  .x-off-canvas-close-right {
    right: 0;
  }

  .x-off-canvas-close span {
    display: block;
  }

  .x-off-canvas-close:hover,.x-off-canvas-close:focus {
    color: rgb(255, 0, 0);
  }

  .mobile-open .x-off-canvas-close {
    opacity: 1;
    transform: scale(1);
  }
  .custom-main-menu.mobile {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
    right: 0;
    transform: translate3d(115%, 0, 0);
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none;
    max-width: 400px;
    padding: calc(2.5em * 1.5);
    background-color: rgb(41,128,185);
    box-shadow: 0em 0.5em 3em 0em rgba(0,0,0,0.25);
    overflow-y: auto !important;
  }

  .mobile-open .custom-main-menu.mobile {
    transform: translate3d(0, 0, 0);
  }
  .custom-main-menu.mobile .hs-menu-wrapper > ul {
    margin: 0em -2.25em 0em -2.25em;
    font-size: 1em;
    width: auto;
  }
  .custom-main-menu.mobile .hs-menu-wrapper > ul > li > .x-anchor {
    border-width: 2px 0px 0px 0px;
    border-style: solid none none none;
    border-color: rgba(255,255,255,0.15) transparent transparent transparent;
    font-size: 1em;
    background-color: rgb(41,128,185);
    box-shadow: inset 0em 0em 0em 0em transparent;
    margin:0;
  }
  .custom-main-menu.mobile .hs-menu-wrapper > ul > li > .x-anchor .x-anchor-content {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 1em 2.25em 1em 2.25em;
  }
  .custom-main-menu.mobile .hs-menu-wrapper > ul > li > .x-anchor .x-anchor-text {
    margin: 4px auto 4px 4px;
  }
  .custom-main-menu.mobile .hs-menu-wrapper > ul > li > .x-anchor .x-anchor-sub-indicator {
    margin: 0px 4px 0px auto;
    font-size: 1.25em;
    color: rgba(255,255,255,0.5);
  }
  .custom-main-menu.mobile .hs-menu-wrapper > ul li:not(.hs-item-has-children)>a .x-anchor-sub-indicator {
    display: none;
    visibility: hidden;
    speak: none;
  }
  .custom-main-menu.mobile .hs-menu-wrapper > ul  li > .x-anchor .x-anchor-particle-primary {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) scale3d(0, 1, 1);
    width: 100%;
    height: 100%;
    color: rgba(255,255,255,0.05);
    transform-origin: 0% 50%;
  }
  .custom-main-menu.mobile .hs-menu-wrapper > ul > li > .x-anchor .x-anchor-text-primary {
    font-family: inherit;
    font-size: 0.875em;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.035em;
    margin-right: calc(0.035em * -1);
    color: white;
  }
  .custom-main-menu.mobile .hs-menu-wrapper > ul  li:hover > .x-anchor .x-anchor-particle-primary,
  .custom-main-menu.mobile .hs-menu-wrapper > ul  li.child-open > .x-anchor .x-anchor-particle-primary{
    opacity: 1;
    transition-delay: 0s;
    transition-duration: 0s, 0.3s;
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  }
  .custom-main-menu.mobile .hs-menu-wrapper > ul ul{
    display:none;
  }
  .custom-main-menu.mobile .hs-menu-wrapper > ul ul li a {
    display: -webkit-flex;
    display: flex !important;
    font-size: 1em;
    background-color: rgba(0,0,0,0.25);
    box-shadow: inset 0em 0em 0em 0em transparent;
    white-space: normal !important;
    margin: 0;
  }
  .custom-main-menu.mobile .hs-menu-wrapper > ul ul li .x-anchor .x-anchor-content {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 1em 2.25em 1em 2.25em;
  }
  .custom-main-menu.mobile .hs-menu-wrapper > ul ul li .x-anchor .x-graphic {
    margin: 4px;
  }
  .custom-main-menu.mobile .hs-menu-wrapper > ul ul li .x-anchor .x-graphic-icon {
    width: 1em;
    height: 1em;
    line-height: 1em;
    font-size: 1.25em;
    color: rgba(255,255,255,0.5);
    background-color: transparent;
  }
  .custom-main-menu.mobile .hs-menu-wrapper > ul ul li .x-anchor .x-graphic-icon {
    width: 1em;
    height: 1em;
    line-height: 1em;
    font-size: 1.25em;
    color: rgba(255,255,255,0.5);
    background-color: transparent;
  }
  .custom-main-menu.mobile .hs-menu-wrapper > ul ul li .x-anchor .x-anchor-text {
    margin: 4px auto 4px 4px;
  }
  .custom-main-menu.mobile .hs-menu-wrapper > ul ul li .x-anchor .x-anchor-text-primary {
    font-family: inherit;
    font-size: 0.875em;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.035em;
    margin-right: calc(0.035em * -1);
    color: white;
  }
  .custom-main-menu.mobile .hs-menu-wrapper > ul ul li .x-anchor .x-anchor-sub-indicator {
    margin: 0px 4px 0px auto;
    font-size: 1.25em;
    color: rgba(255,255,255,0.5);
  }
  .custom-main-menu.mobile .hs-menu-wrapper > ul ul li .x-anchor .x-anchor-particle-primary {
    width: 100%;
    height: 100%;
    color: rgba(255,255,255,0.05);
    transform-origin: 0% 50%;
  }
  .custom-main-menu.mobile .hs-menu-wrapper > ul ul li:hover > .x-anchor .x-anchor-particle-primary{
    opacity: 1;
    transition-delay: 0s;
    transition-duration: 0s, 0.3s;
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  }
  .custom-main-menu.mobile .hs-menu-wrapper > ul ul li .x-anchor .x-graphic {
    position: relative;
    top: -1px;
  }
  .custom-main-menu.mobile .hs-menu-wrapper > ul * {
    width: auto;
  }

}

@media screen and (max-width: 900px){
  .el1.x-section .x-text-headline {
    width: 100% !important;
  }
}

@media screen and (max-width: 776px){
  .top-general {
    display: none;
  }
  .lp-space-top{
    display:none !important;
  }
  .header-wrapper .custom-header-logo {
    max-width: 125px !important;
    margin: -5px 0px 0px 0px !important;
    width: 100% !important;
  }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {

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

  .hs-blog-post span#hs_cos_wrapper_post_body img {
    margin: 15px auto !important;
    float: none !important;
    width: auto !important;
    display: block;
  }

  .subscribe-options label {
    font-size: 13px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    width: 100%;
    display: inline-block;
    max-width: 300px;
    overflow: auto;
    overflow-y: hidden !important;
    margin: 10px 0;
  }

  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    float: none !important;
    width: auto;
    max-width: 100%;
    max-height: none;
    margin: 15px auto !important;
  }

  .hs-error-msgs label {
    max-width: 100%;
  }
  .content_posttitle .x-container {
    display: block;
  }
  .content_posttitle .x-column.x-sm {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .x-iso-container>.hentry {
    width: 100%;
  }
  .single-post .content_posttitle .x-img {
    float: none;
  }
  .content_posttitle .x-column.x-sm.feat-img {
    text-align: center;
    margin-top: 10px;
  }
}

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

@media (max-width: 480px) {
  .hs-author-profile .hs-author-avatar {
    margin: 0 0 15px;
    float: none;
  }
  .x-hide-xs {
    display: none !important;
  }
  .el1.x-section.custom-banner {
    padding: 30px 15px 30px 0px !important;
    margin: 0 !important;
  }

  .el1.x-section .x-text-headline {
    font-size: 24px !important;
  }
  .el1.x-section .x-text-headline .x-text-content-text {
    margin: 10px 10px !important;
  }
  .entry-header, .entry-content {
    font-size: 1.25rem !important;
  }
  .footer-wrapper .copyright {
    margin: 16px 0px 0px 0px;
  }
}

@media (max-width: 345px) {
  .btn-blue {
    padding: 9px 13px;
    font-size: 11px;
  }
}

[data-x-toggle-anim].x-running {
  animation-play-state: running
}

@keyframes xBunT-1 {
  50% {
    transform: translate3d(0, 0, 0)
  }

  100% {
    transform: translate3d(0, 0, 0) rotate(45deg)
  }
}

@keyframes xPatty-1 {
  49% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

@keyframes xBunB-1 {
  50% {
    transform: translate3d(0, 0, 0)
  }

  100% {
    transform: translate3d(0, 0, 0) rotate(-45deg)
  }
}