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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/css/font-awesome.css');
@import url('//fonts.googleapis.com/css?family=Raleway:700%2C500italic%2Citalic%2C800%7CRoboto:400%2C500');
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

@font-face {
  font-family: "icomoon";
  src: url("//cdn2.hubspot.net/hubfs/5806462/MarginPoint_May2019%20Theme/Fonts/icomoon.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/5806462/MarginPoint_May2019%20Theme/Fonts/icomoon.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/5806462/MarginPoint_May2019%20Theme/Fonts/icomoon.ttf") format("truetype"), 
    url("//cdn2.hubspot.net/hubfs/5806462/MarginPoint_May2019%20Theme/Fonts/icomoon.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "FontAwesome";
  src: url("//cdn2.hubspot.net/hubfs/5806462/MarginPoint_May2019%20Theme/Fonts/FontAwesome.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/5806462/MarginPoint_May2019%20Theme/Fonts/FontAwesome.svg") format("svg"), 
    url("//cdn2.hubspot.net/hubfs/5806462/MarginPoint_May2019%20Theme/Fonts/FontAwesome.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/5806462/MarginPoint_May2019%20Theme/Fonts/FontAwesome.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}


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


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

body {
  background: #fff;
  font-family: Helvetica,sans-serif;
  font-size: 17px;
  line-height: 23px;
  font-weight: 400;
  color: #333;
  -webkit-font-smoothing: antialiased;
}

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

.container-fluid .row-fluid .page-center > .row-fluid-wrapper{
  margin-left: -15px;
  margin-right: -15px;
}

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


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

/* Basic text */
p {
  -webkit-font-smoothing: subpixel-antialiased;
}
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica, sans-serif;
  margin: 15px 0px;
  line-height: 1.3;
}

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

h1 {
  font-size: 50px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 27px;
  line-height: 27px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

/* Anchor Links */
a { 
  color: #3a83aa;
  text-decoration: none;
}

a:hover, a:focus { 
  color: #23527c;
  text-decoration: underline;
}

/* Lists */
ul, ol {
  padding-left: 19px;
}
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 {}

.cm-header-wrapper {
  background-color: transparent;
  border-bottom: 1px solid rgba(255,255,255,0.25);
  transition: all 0.3s ease;
}

.cm-header-container {
  padding: 0 28px;
}

.cm-header-container > .row-fluid-wrapper {
  margin: 0 -15px;
}

.header-logo {
  max-width: 249px;
  width: 100%;
  margin-bottom: 37px;
  margin-top: 28px;
  transition: all 0.3s ease;
  position: relative;
}

.cm-header-logo-wrapper {
  width: auto !important;
  float: left !important;
  margin: 0 !important;
}

.header-logo .dark-version img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
}

.fixed .header-logo .dark-version img:last-child {
  visibility: hidden;
}

.header-logo .dark-version img:first-child {
  visibility: hidden;
}

.fixed .header-logo .dark-version img:first-child {
  visibility: visible;
}

.dark-version img {
  transition: none;
  width: 100%;
}

.cm-header-navigation-wrapper {
  width: auto !important;
  float: right !important;
  margin: 0 !important;
}

.custom-menu-primary.hide-mobile {
  width: auto !important;
  float: right !important;
  margin-left: 0 !important;
  margin-top: 28px !important;
  padding-right: 30px;
}

.cm-header-navigation-wrapper {
  width: auto !important;
  float: right !important;
  margin: 0 !important;
}

.cm-search-btn {
  padding: 39px 0px 41px 28px;
  border-left: 1px solid rgba(255,255,255,0.25);
  float: right;
  margin-left: 20px;
  position: relative;
  cursor: pointer;
}

span.icon-salient-search {
  color: #ffffff;
  opacity: 0.75;
  transition: opacity 0.2s linear,color 0.2s linear;
  font-size: 18px;
  line-height: 24px;
  height: 24px;
  background-color: transparent;
}

span.icon-salient-search:before {
  content: "\e036";
  font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.cm-search-btn:hover span.icon-salient-search:before {
  border-bottom: 1px solid #fff;
}

.fixed .cm-search-btn:hover span.icon-salient-search:before {
  border-bottom: 1px solid #3a83aa;
}

.cm-search-btn:hover span.icon-salient-search {
  opacity: 1;
}

.cm-header-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
}

.fixed .header-logo {
  max-width: 219.109px;
  margin-bottom: 24px;
  margin-top: 16px;
}

.fixed .cm-header-wrapper {
  background-color: rgba(255,255,255,100);
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
  -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
  -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
}


.simple-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  position: relative;
  top: -1px;
}

.banner-content h1 {
  font-family: Helvetica,sans-serif;
  font-size: 50px;
  line-height: 80px;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
  color: #fff;
  z-index: 101;
  margin-top: 0;
  margin-bottom: 8px;
}

.banner-content {
  padding-top: 163.5px;
  position: relative;
  z-index: 999;
}

.banner-content h6 {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  font-family: 'Open Sans';
  font-weight: 300;
  margin: 0;
}

.banner-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #444444;
  opacity: 0.65;
}


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

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

.content-wrapper {
  padding-top: 35px;
  padding-bottom: 35px;
}

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

.custom_error_message p {
  margin: 15px 0px;
}

.custom_error_message .hs-button {
  margin: 15px 0px !important;
}

.submitted-message {
  padding-bottom: 20px;
  color: #333;
}

.hs_error_rollup {
  padding: 0 10px;
}


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

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

.cm-ft-bottom-section {
  background-color: #1F1F1F;
  border-top: 1px solid rgba(255,255,255,0.18);
  padding: 20px 0px;
  font-size: 12px;
  color: #777;
}

.cm-ft-copyright p {
  line-height: 22px;
  margin-top: 3px;
  margin-bottom: 10px;
  font-family: Helvetica, sans-serif;
}

.cm-ft-copyright {
  width: 40.5% !important;
  margin-right: 2%;
}

.cm-ft-copyright p a {
  color: #ffffff!important;
  text-decoration: none;
}

.cm-ft-copyright p a:hover {
  color: #fff;
  text-decoration: underline;
}

.cm-ft-social-icon {
  width: 57.5% !important;
  margin-bottom: 20px;
  margin-left: 0 !important;
}

ul.footer-social-icon {
  margin-top: 0;
  padding: 0;
  list-style: none;
  float: right;
  margin-bottom: 10px;
}

ul.footer-social-icon li {
  float: left;
  margin-left: 21px;
}

ul.footer-social-icon li a {
  display: block;
  line-height: 22px;
  height: 24px;
  position: relative;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  background-position: center top;
}

ul.footer-social-icon li a i:hover:before {
  border-bottom: 2px solid #fff;
}

ul.footer-social-icon li a i {
  font-size: 20px;
  width: auto;
  color: #777777;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

ul.footer-social-icon li a i:hover {
  color: #fff;
}

[class*="fa-"] {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  top: -2px;
  word-spacing: 1px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
}

.cm-ft-bottom-section .page-center>.row-fluid-wrapper {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.cm-ft-top-section {
  background-color: #313233;
  color: #fff;
}

.cm-ft-navigation-wrapper {
  padding: 55px 0px;
}

.cm-ft-menu ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
}

.cm-ft-menu ul li {
  padding: 4px 0;
  line-height: 24px;
  font-size: 14px;
}

.cm-ft-menu ul li:first-child {
  padding-top: 0;
}

.cm-ft-menu ul li a {
  color: #fff;
  text-decoration: none;
}

.cm-ft-menu ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.cm-ft-navigation-wrapper .col {
  margin-left: 0;
  margin-right: 2%;
}

.cm-ft-navigation-wrapper .col1 {
  width: 35%;
}

.cm-ft-navigation-wrapper .col2 {
  width: 19.5%;
}

.cm-ft-navigation-wrapper .col3 {
  width: 19.5%;
}

.cm-ft-navigation-wrapper .col4 {
  width: 19.5%;
  margin-right: 0;
}

.cm-ft-menu ul {
  margin-bottom: 10px !important;
}

.cm-ft-menu ul li:first-child > a {
  font-family: Helvetica,sans-serif;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: normal;
  color: #d8d8d8;
  text-transform: uppercase;
  pointer-events: none;
}

.cm-ft-menu ul li:first-child {
  margin-bottom: 8px;
  padding: 0;
  margin-top: 10px;
}

.cm-ft-menu ul li:nth-child(2) {
  padding-top: 0;
}

.cm-ft-menu {
  margin-top: 15px;
}

.cm-ft-logo {
  margin-top: 30px;
}



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


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

/* Parent List */
.custom-menu-primary.hide-mobile .hs-menu-wrapper > ul {}

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

.custom-menu-primary.hide-mobile .hs-menu-wrapper > ul > li > a {
  padding-bottom: 39px;
  padding-top: 11px;
  color: #ffffff;
  opacity: 0.75;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Helvetica,sans-serif;
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  margin: 0 1px;
  transition: opacity 0.2s linear,color 0.2s linear;
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper>ul>li:last-child>a:before {
  display: block;
  position: absolute;
  left: 0;
  transform: translateY(-7px);
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  width: 100%;
  content: ' ';
  z-index: -1;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  background-color: #3a83aa;
  height: 36px;
  padding-bottom: 40px;
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper>ul>li:last-child>a {
  margin-left: 8px;
  margin-right: 8px;
  color: #fff;
  opacity: 1;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 999999;
  background-color: transparent;
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper > ul > li > a:hover {
  opacity: 1;
  text-decoration: underline;
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper > ul > li.active > a {
  opacity: 1;
}

/* Child List */
.custom-menu-primary.hide-mobile .hs-menu-wrapper > ul ul{
  box-shadow: 0 2px 2px rgba(0,0,0,0.2);
  top: 78px;
  width: 192px;
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper > ul ul li{
  line-height: 0px;
  font-size: 12px;
  font-weight: normal;
  position: relative;
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper > ul ul li a{
  background-color: rgba(28,28,28,0.91);
  color: #CCCCCC;
  font-family: Helvetica,sans-serif;
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  padding: 14px;
  text-decoration: none;
  white-space: pre-wrap !important;
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper > ul ul li a:hover{
  color: #fff;
  text-decoration: underline;
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper > ul ul li.active > a {
  color: #fff;
}

.fixed .custom-menu-primary.hide-mobile .hs-menu-wrapper>ul>li>a {
  color: #333333;
  padding-bottom: 23px;
  padding-top: 8px;
  opacity: 1;
}

.fixed .custom-menu-primary.hide-mobile {
  margin-top: 16px !important;
}

.fixed .cm-search-btn {
  padding-top: 25px;
  padding-bottom: 24px;
  border-left: 1px solid rgba(0,0,0,0.07);
}

.fixed span.icon-salient-search {
  color: #333333;
  opacity: 1;
}

.fixed .cm-search-btn:hover span.icon-salient-search {
  color: #3a83aa;
}

.fixed .custom-menu-primary.hide-mobile .hs-menu-wrapper>ul>li>a:hover {
  color: #3a83aa;
}

.fixed .custom-menu-primary.hide-mobile .hs-menu-wrapper>ul>li.active>a {
  color: #3a83aa;
}

.fixed .custom-menu-primary.hide-mobile .hs-menu-wrapper>ul ul {
  top: 59px;
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper>ul>li:last-child>a {
  color: #fff;
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper>ul>li:last-child>a:hover {
  color: #fff;
}

.fixed .custom-menu-primary.hide-mobile .hs-menu-wrapper>ul>li:last-child>a:hover:before {
  opacity: 0.85;
}

.cm-header-wrapper * {
  transition: all 0.3s ease;
}


/* 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:1001px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  .custom-menu-primary.hide-mobile {
    display:block !important;
  }

  .custom-menu-primary.show-mobile {
    display:none !important;
  }

}


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

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

@media (max-width: 1000px){

  .custom-menu-primary.hide-mobile {
    display:none !important;
  }

  .custom-menu-primary.show-mobile {
    display:block !important;
  }

  .cm-lp-page .mobile-trigger {
    display: none !important; 
  }

  /* 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;
    position: absolute;
    right: 13px;
    top: 50%;
    z-index: 10000;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: 20px;
    z-index: 9999999999;
    cursor: pointer;
  }

  .mobile-trigger span {
    width: 22px!important;
    height: 2px;
    color: #333333!important;
    font-size: 16px;
    line-height: 34px;
    transition: color 0.3s linear;
    -webkit-transition: color 0.3s linear;
    display: block;
    background-color: transparent;
    position: relative;
    top: 9px;
  }

  .mobile-trigger span:before,.mobile-trigger span:after {
    display: block;
    background: #ecf0f1;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.142rem center;
    transform-origin: 0.142rem center;
    height: 2px!important;
    width: 22px!important;
    background-color: #333333!important;
  }

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

  .mobile-trigger span:after {
    top: -6px!important;
  }

  .mobile-trigger span:before, .mobile-trigger span:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: -webkit-transform 0.45s ease,background-color 0.2s linear,opacity 0.2s linear;
    transition: transform 0.45s ease,background-color 0.2s linear,opacity 0.2s linear;
  }

  .mobile-open .mobile-trigger span:before {
    -webkit-transform: translateY(-6px) rotateZ(-45deg)!important;
    -moz-transform: translateY(-6px) rotateZ(-45deg)!important;
    -ms-transform: translateY(-6px) rotateZ(-45deg)!important;
    -o-transform: translateY(-6px) rotateZ(-45deg)!important;
    transform: translateY(-6px) rotateZ(-45deg)!important;
  }

  .mobile-open .mobile-trigger span:after {
    -webkit-transform: translateY(6px) rotateZ(45deg)!important;
    -moz-transform: translateY(6px) rotateZ(45deg)!important;
    -ms-transform: translateY(6px) rotateZ(45deg)!important;
    -o-transform: translateY(6px) rotateZ(45deg)!important;
    transform: translateY(6px) rotateZ(45deg)!important;
    background-color: #999;
  }

  .mobile-open .mobile-trigger span {
    -webkit-transform: scale3d(0.8,0.8,0.8);
    transform: scale3d(0.8,0.8,0.8);
  }

  .mobile-trigger:after {
    background-color: #333333;
    display: inline-block;
    width: 1.4rem;
    height: 2px;
    transition: transform 0.45s ease,opacity 0.2s ease,background-color 0.2s linear;
    -webkit-transition: -webkit-transform 0.45s ease,opacity 0.2s ease,background-color 0.2s linear;
    position: absolute;
    left: 0;
    top: 9px;
    content: '';
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
  }

  .mobile-open .mobile-trigger:after {
    transform: scale(0,1);
    -webkit-transform: scale(0,1);
  }

  .mobile-open .mobile-trigger {
    opacity: 0.2;
  }


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

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: 0px;
    width: 41px;
    height: 55px;
    padding: 0;
    text-align: center;
  }

  .child-open .child-trigger i.icon-angle-down {
    color: #3a83aa;
  }

  i.icon-angle-down {
    font-size: 12px;
    color: #888;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    top: -2px;
    word-spacing: 1px;
    line-height: 55px;
  }

  i.icon-angle-down:before {
    content: "\f107";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child > .child-trigger {
    top: 11px;
  }

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

  .custom-menu-primary.js-enabled{
    position: relative;
    z-index: 100000;
  }

  /* 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;
    background-color: #1F1F1F;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

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

  .custom-menu-primary .hs-menu-wrapper .page-center > ul > li:first-child {
    padding-top: 10px;
  }

  .custom-menu-primary .hs-menu-wrapper .page-center > ul li a {
    border-bottom: 1px dotted rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.6);
    font-size: 12px;
    display: block;
    position: relative;
    padding: 16px 0;
    line-height: 23px;
    text-decoration: none;
  }

  .custom-menu-primary .hs-menu-wrapper .page-center > ul li a:hover {
    color: #fff;
    text-decoration: underline;
  }

  .custom-menu-primary .hs-menu-wrapper .page-center > ul li.child-open > a,
  .custom-menu-primary .hs-menu-wrapper .page-center > ul li.active > a {
    color: #fff;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper .page-center > ul ul {
    background-color: transparent;
    padding-left: 20px;
  }
  .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{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


/* ==========================================================================
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-width: 100%;
  height: auto;
  width: 100%;
  display: inline-block !important;
  float: none;
  margin: 0px;
}

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

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

/* Pagination */
.blog-pagination {
  clear: both;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 40px;
  display: inline-block;
  width: 100%;
}

.blog-pagination a {
  display: inline-block;
  text-indent: -9999px;
  height: 32px;
  width: 32px;
  background-repeat: no-repeat;
  background-color: #333;
  padding: 11px 13px 10px 13px;
  position: relative;
  text-transform: capitalize;
  color: #FFF;
  transition: all .45s cubic-bezier(0.25,1,0.33,1);
  font-family: 'Open Sans';
  font-weight: 700;
  margin: 0 5px 0 0;
}

.blog-pagination a:hover {
  background-color: #3a83aa;
}

a.next-posts-link {
  background-image: url(//cdn2.hubspot.net/hubfs/5806462/MarginPoint_May2019%20Theme/Images/portfolio-arrows.png);
  background-position: -20px 12px;
}

a.previous-posts-link {
  background-image: url(//cdn2.hubspot.net/hubfs/5806462/MarginPoint_May2019%20Theme/Images/portfolio-arrows.png);
  background-position: 13px 12px;
}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  padding-top: 0;
}
h2.post-listing-simple {}
h2.post-listing-simple a {
  color: #333 !important;
  display: inline-block !important;
}


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

.blog .blog-sidebar {}

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


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

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

.hs_cos_wrapper_type_blog_subscribe, .hs_cos_wrapper_type_google_search, 
.hs_cos_wrapper_type_form, .hs_cos_wrapper_type_password_prompt,
#email-prefs-form,#comment-form,.hs-search-field{
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  max-width:767px;
  border: 1px solid #ececec;
  background-color: white;
}

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

#hs_cos_wrapper_blog_subscription {
  display: block;
  padding:0;
  margin-bottom: 0;
  background: transparent;
  max-width:100%;
}

#email-prefs-form,
.hs-search-field {
  padding: 10px;
}

.hs_cos_wrapper_type_password_prompt {
  padding: 20px 10px 0px 10px;

}

#submitbutton {
  margin: 10px 0;
}

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

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-family: Arial;
  color: #000;
}

span.hs-form-required {
  color: red;
}

.hs-form {}

.form-title {
  font-family: Helvetica,sans-serif;
  font-weight: 600;
  line-height: 23px;
  margin: 0;
  text-align: left;
  color: black;
  font-size: 14px;
  padding: 10px;
  background-color: #fcfcfc;
  border-bottom: 1px solid #ececec;
}

.hs-form .hs-form-field {
  border-bottom: 1px solid #ECECEB;
  padding: 10px;
  background-color: #ffff;
}

.hs-form .hs-form-field:first-child {
  border-top: 0;
}

.hs-form .hs-form-field:nth-child(even) {
  background-color: #fcfcfc;
}

/* 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 {
  width: 100%;
  max-width: 767px;
  display: block;
  -webkit-appearance: none;
  font-family: 'Open Sans';
  font-weight: 400;
  background-color: transparent;
  border: 1px solid #ccc;
  -webkit-transition: all 0.2s linear;
  font-size: 16px;
  padding: 16px;
  line-height: 22px;
  color: #555;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}

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 {
  outline:none;
  border-color: #999;
}

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

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

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

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

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

/* Error */
.hs-error-msgs label{
  font-size: 12px;
  font-family: Arial;
  display: block;
  margin-top: 10px;
  color: red;
}

.hs-error-msgs {
  margin: 0px;
  list-style: none;
  padding: 0;
}

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none;
  display: inline-block;
  white-space: pre-wrap;
  padding: 10px 22px;
  font-size: 12px;
  color: #131307;
  background-color: #3a83aa;
  border: 0;
  font-family: Helvetica,sans-serif;
  letter-spacing: 2px;
  font-weight: normal;
  line-height: 1;
  margin: 10px;
  transition: all .45s cubic-bezier(0.25,1,0.33,1);
  -moz-transition: all .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: all .45s cubic-bezier(0.25,1,0.33,1);
  -o-transition: all .45s cubic-bezier(0.25,1,0.33,1);
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #3a83aa;
  opacity: 0.85;
}

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


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


div#captcha_wrapper {
  width: 100%;
  overflow-x: auto;
}

.custom_error_message p {
  margin: 15px 0px;
}

.custom_error_message .hs-button {
  margin: 15px 0px !important;
}

div#hubspot-author_data span {
  display: inline-block;
}

.blog .blog-sidebar{
  margin-top: 30px;
}


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

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


#comments-listing.no-comments {
  border: none;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 0px 10px !important;
}

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

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

.blog-post-wrapper h2 a:hover, .post-header h2 a:hover{}
#hs_cos_wrapper_blog_subscription_title{}
#comment-form h4{}

.comment-body {
  border-bottom: medium none;
  color: #333;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
.comment-date {
  color: #333 !important;
  display: block !important;
  text-align: left;
}
.post-listing #hubspot-author_data{
  margin-top: 0;
}
.hs-form .input ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hs-form .input ul li{
  padding: 0 !important;
}

.more-link{
  display: inline-block;
  padding-top: 20px;
}
.hs-blog-social-share{
  height: auto;
}
.blog-template .blog-sidebar .cell-wrapper{
  margin-bottom: 15px;
}
.blog-template .blog-sidebar ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-template .blog-sidebar ul li{
  padding: 0 0 10px;
}

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

#recaptcha_response_field{
  width:auto !important;
  display:inline-block !important;
}
#captcha_wrapper > #recaptcha_area {
  margin: 0 0 20px;
}

.post-item {
  width: 25%;
  float: left;
  overflow: hidden;
  position: relative;
  padding-top: 25.8%;
}

.post-listing {
  margin: 0 -15px;
}

.hs-blog-listing .hs-featured-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: opacity 300ms cubic-bezier(0.42,0,0.58,1) 0s;
  opacity: 0.85;
  background-color: #ddd;
}

.article-content-wrap {
  position: absolute;
  bottom: 10px;
  width: 100%;
  z-index: 999;
  text-align: center;
  padding: 20px;
  color: #fff;
}

h2.cm-post-title {
  font-family: Helvetica,sans-serif;
  letter-spacing: 2px;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 6px;
  line-height: 26px;
  margin-top: 20px;
}

h2.cm-post-title a {
  color: #fff;
  display: block;
}

.post-meta {
  padding-bottom: 0;
  padding: 0 18px 0px 18px;
  font-family: Helvetica,sans-serif;
  text-transform: capitalize;
  letter-spacing: .5px;
  line-height: 18px;
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
}

span.meta-author {
  font-family: Helvetica,sans-serif;
  text-transform: capitalize;
  line-height: 18px;
  font-style: italic;
  font-size: 13px!important;
  font-weight: normal;
}

span.meta-author a {
  color: #fff!important;
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  font-style: normal;
  font-size: 14px;
  font-family: Helvetica,sans-serif;
  letter-spacing: 2px;
  font-weight: normal;
  margin-left: 4px;
  line-height: 23px;
}

span.meta-author a:hover {
  opacity: 0.85;
}

.hs-blog-listing .hs-featured-image-wrapper:before {
  background: -moz-linear-gradient(center top,rgba(255,255,255,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.06) 16%,rgba(0,0,0,0.4) 75%,rgba(0,0,0,0.6) 100%) repeat scroll 0 0 rgba(0,0,0,0);
  background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.06) 16%,rgba(0,0,0,0.4) 75%,rgba(0,0,0,0.6) 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  transition: all 300ms cubic-bezier(0.42,0,0.58,1) 0s;
  width: 100%;
  opacity: 1;
  z-index: 1;
}

.hs-blog-listing .hs-featured-image-wrapper:hover {
  opacity: 1;
  cursor: pointer;
}

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

.blog .content-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
}

.search-wrapper {
  background-color: rgba(255,255,255,0.96);
  height: 95%;
  position: fixed;
  transform: rotateX(90deg);
  padding: 0;
  z-index: 1010;
  left: 0px;
  width: 100%;
  transition: all 0.3s ease;
  top: 116px;
  visibility: hidden;
  opacity: 0;
}

.active-search .search-wrapper {
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}

.search-box {
  position: absolute;
  top: 43%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}

.ui-autocomplete-input {
  color: #000!important;
  height: auto!important;
  font-size: 80px!important;
  text-align: center!important;
  line-height: 43px !important;
  position: relative;
  font-family: 'Open Sans' !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  max-width: 100% !important;
  width: 100% !important;
  border: none !important;
  padding: 0 !important;
}

div#close {
  position: absolute;
  top: 25px;
  right: 23px;
  display: block;
  width: 24px;
  height: 17px;
  line-height: 22px;
  z-index: 10;
  color: #333333;
}

span.icon-salient-x {
  font-size: 20px;
  height: 20px;
  line-height: 19px;
  background-color: transparent;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

span.icon-salient-x:before {
  content: "\e117";
}

div#close:hover {
  transform: rotate(90deg) translateZ(0);
  -webkit-transform: rotate(90deg) translateZ(0);
  color: #3a83aa;
  top: 27px;
  right: 25px;
}

div#close a {
  color: inherit;
}

.ui-autocomplete-input::-webkit-input-placeholder {
  color: inherit;
}

.blog-post-banner {
  background-color: #333!important;
  height: 100vh;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -1px;
}

.blog-post-content h1 {
  font-size: 5.5vw;
  line-height: 5.9vw;
  font-family: Helvetica,sans-serif;
  font-weight: 700;
  display: block;
  color: #fff;
  z-index: 101;
  letter-spacing: -1px;
  position: relative;
  top: 3px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 8px;
}

.blog-post-content {
  text-align: center;
}

.date.banner {
  color: rgba(255,255,255,0.8);
}

.blog-post-content span.meta-author a {
  font-size: 14px !important;
  line-height: 20px;
}

.scroll-down-wrap {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 60px;
  margin-left: -30px;
  z-index: 101;
}

i.icon-salient-down-arrow {
  height: 60px!important;
  width: 60px;
  font-size: 20px!important;
  color: #fff!important;
  line-height: 60px!important;
  z-index: 10;
  animation: 3.4s ease-in-out infinite fadebottom;
  -webkit-animation: 3.4s ease-in-out infinite fadebottom;
  top: -2px;
  word-spacing: 1px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}

i.icon-salient-down-arrow:before {
  content: "\e008";
  font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}

.post-pagination {
  min-height: 250px;
  color: #000;
  text-align: center;
  background-color: #333;
  margin-bottom: -1px;
  position: relative;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.post-pagination-content h3 {
  font-family: Helvetica,sans-serif;
  font-weight: 400;
  -webkit-transition: opacity 0.2s linear;
  padding: 0 15%;
  color: #fff;
  margin: 0;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
}

.post-pagination-content i {
  font-family: Helvetica,sans-serif;
  text-transform: capitalize;
  letter-spacing: .5px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  display: block;
  color: #fff;
  margin-bottom: 8px;
}

.post-pagination:before {
  content: " ";
  top: 0;
  margin-bottom: 0!important;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #282b30;
  z-index: 2;
  opacity: 0.3;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  position: absolute;
}

.post-pagination .page-center {
  width: 100%;
}

.post-pagination-content a {
  text-decoration: none;
}

.post-pagination-content {
  position: relative;
  z-index: 999;
}

.post-pagination:hover:before {
  opacity: 0;
}

span.author-subheader {
  font-size: 20px;
  line-height: 20px;
  color: #888;
  position: relative;
  text-transform: none;
  font-family: 'Open Sans';
  display: block;
  margin-bottom: 20px;
}

h2.hs-author-name {
  font-family: Helvetica,sans-serif;
  font-size: 50px;
  line-height: 80px;
  font-weight: 700;
  letter-spacing: -1px;
  position: relative;
  margin-top: 20px;
}

.fixed .search-wrapper {
  top: 85px;
}

.post-content {
  margin-bottom: 10px;
}

.error-template .header-container-wrapper,
.subscription-template .header-container-wrapper,
.password-template .header-container-wrapper,
.cm-search-template .header-container-wrapper {
  min-height: 116px;
}

.error-template .custom-menu-primary.hide-mobile .hs-menu-wrapper>ul>li>a,
.subscription-template .custom-menu-primary.hide-mobile .hs-menu-wrapper>ul>li>a,
.password-template .custom-menu-primary.hide-mobile .hs-menu-wrapper>ul>li>a,
.cm-search-template .custom-menu-primary.hide-mobile .hs-menu-wrapper>ul>li>a {
  color: #333333;
}

.error-template span.icon-salient-search,
.subscription-template span.icon-salient-search,
.password-template span.icon-salient-search,
.cm-search-template span.icon-salient-search {
  color: #333333;
}

.error-template .cm-header-wrapper,
.subscription-template .cm-header-wrapper,
.password-template .cm-header-wrapper,
.cm-search-template .cm-header-wrapper {
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
  -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
  -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
}

.error-template .cm-search-btn,
.subscription-template .cm-search-btn,
.password-template .cm-search-btn,
.cm-search-template .cm-search-btn {
  border-left: 1px solid rgb(226, 229, 232);
}

.error-template .header-logo .dark-version img:first-child,
.subscription-template .header-logo .dark-version img:first-child,
.password-template .header-logo .dark-version img:first-child,
.cm-search-template .header-logo .dark-version img:first-child {
  visibility: visible;
}

.error-template .header-logo .dark-version img:last-child,
.subscription-template .header-logo .dark-version img:last-child,
.password-template .header-logo .dark-version img:last-child,
.cm-search-template .header-logo .dark-version img:last-child {
  visibility: hidden;
}



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


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
@media (max-width: 1500px) {
  .custom-menu-primary.hide-mobile .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
  }

  h1 {
    font-size: 45px;
  }

  .banner-content h1 {
    font-size: 45px;
    line-height: 72px;
  }

  .banner-content {
    padding-top: 167.5px;
  }

}

@media (max-width: 1300px) {
  .custom-menu-primary.hide-mobile .hs-menu-wrapper>ul>li>a {
    font-size: 12px;
  }

  h1{
    font-size: 42.5px;
  }

  .banner-content h1{
    font-size: 42.5px;
    line-height: 68px;
  }

  .banner-content h6 {
    font-size: 16px;
    line-height: 16px;
    padding-top: 3px;
  }

  .banner-content {
    padding-top: 169.5px;
  }


}

@media (max-width: 1195px) {
  .cm-search-btn {
    margin-left: 5PX;
  }

  .custom-menu-primary.hide-mobile {
    padding-right: 0;
  }

  .custom-menu-primary.hide-mobile .hs-menu-wrapper>ul>li>a {
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (max-width: 1120px) {
  .custom-menu-primary.hide-mobile .hs-menu-wrapper>ul>li>a {
    font-size: 10px;
    padding-left: 3px;
    padding-right: 3px;
  }
}

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

@media (max-width: 1000px) {
  ul.footer-social-icon li {
    width: 33px;
    margin-top: 9px;
    margin-bottom: 9px;
    margin-left: 20px;
  }

  .cm-ft-copyright {
    margin-left: -15px !important;
  }

  .cm-ft-social-icon {
  }

  ul.footer-social-icon {
    margin-right: -30px;
  }

  .cm-ft-navigation-wrapper .col {
    width: 48%!important;
    padding: 15px;
    float: left;
  }

  .cm-ft-navigation-wrapper .col2 {
    margin-right: 0px;
  }

  .cm-ft-navigation-wrapper .col1, .cm-ft-navigation-wrapper .col3 {
    clear: both;
    margin-right: 15px;
  }

  .cm-ft-logo {
    margin-bottom: 15px;
  }

  .cm-ft-navigation-wrapper .col1,.cm-ft-navigation-wrapper .col2 {
    margin-bottom: 40px;
  }

  .cm-search-btn {
    display: none;
  }

  .cm-header-wrapper {
    background-color: #fff !important;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
    -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
  }

  .header-logo {
    max-width: 139.438px !important;
    margin-bottom: 16px !important;
    margin-top: 17px !important;
  }

  .header-logo .dark-version {
    display: block !important;
  }

  .header-logo .starting-logo {
    display: none !important;
  }

  .cm-header-wrapper {
    position: relative !important;
  }

  .header-container-wrapper {
    min-height: auto;
  }

  .header-logo .dark-version img:first-child {
    visibility: visible;
  }

  .header-logo .dark-version img:last-child {
    visibility: hidden;
  }

  h1{
    font-size: 35px;
  }

  .banner-content h1 {
    font-size: 35px;
    line-height: 39px;
  }

  .banner-content {
    padding-top: 72.5px;
  }


  li.mobile-search {
    margin: 10px 0px 0px 0px;
    padding-bottom: 20px;
    display: inline-block;
    width: 100%;
  }

  .ui-autocomplete-input {
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #171717 !important;
    color: rgba(255,255,255,0.7) !important;
    padding: 15px 15px 15px 40px!important;
    border: 0px!important;
    border-bottom: 1px solid #2e2e2e!important;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.7) inset;
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.7) inset;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.7) inset;
    -o-box-shadow: 0px 1px 3px rgba(0,0,0,0.7) inset;
    background-image: url(//cdn2.hubspot.net/hubfs/5806462/MarginPoint_May2019%20Theme/Images/mag-glass-mobile.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 22px !important;
    text-align: left !important;
    text-transform: unset;
    letter-spacing: 0;
  }

  .ui-autocomplete-input::-webkit-input-placeholder {
    color: rgb(117, 117, 117);
  }

  .blog-post-banner {
    margin-top: -63px;
  }

  .error-template .header-container-wrapper, 
  .subscription-template .header-container-wrapper, 
  .password-template .header-container-wrapper, 
  .cm-search-template .header-container-wrapper {
    min-height: auto;
  }

  ul.footer-social-icon li a {
    width: 19px;
  }

}

@media (max-width: 999px) {
  .container-fluid .row-fluid .page-center {
    max-width: 600px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .container-fluid .row-fluid .page-center {
    max-width: 600px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .cm-ft-copyright {
    margin-left: 0 !important;
    margin-right: 0;
    width: 50% !important;
    float: left !important;
  }

  .cm-ft-social-icon {
    width: 50% !important;
    margin-bottom: 20px;
    margin-left: 0 !important;
    float: right !important;
  }

  ul.footer-social-icon {
    margin-right: 0;
  }

  .simple-banner {
    min-height: 187.5px;
    top: -2px;
  }

  .banner-content h6 {
    font-size: 20px;
    line-height: 20px;
  }

}  


@media (max-width: 989px) {
  .post-item {
    width: 50%;
    padding-top: 50%;
  }
}

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

@media (max-width: 767px) {
  .cm-ft-navigation-wrapper .col1, .cm-ft-navigation-wrapper .col2 {
    margin-bottom: 50px;
    margin-top: 10px;
  }

  .cm-ft-logo {
    margin-top: 20px;
  }

  h2 {
    font-size: 27px;
  }

  h3 {
    font-size: 22.95px;
    line-height: 22.95px;
  }

  .post-body img[style*="float"] {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }

  .post-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .blog-pagination {
    margin-top: 25px;
    margin-bottom: 20px;
  }


}  

@media (max-width: 690px) { 
  ul.footer-social-icon {
    margin-right: 0px;
    float: left;
    margin-left: 4px;
  }
  .cm-ft-social-icon {
    margin-bottom: 55px;
  }

  .container-fluid .row-fluid .page-center {
    max-width: 420PX;
    padding-right: 15px;
    padding-left: 15px;
  }

  ul.footer-social-icon li {
    margin-left: 0;
    margin-right: 10px;
  }

  .cm-ft-navigation-wrapper .col3 {
    margin-bottom: 40px;
  }

  .banner-content {
    padding-top: 84.5px;
    padding-bottom: 20px;
  }

  .banner-content h6 {
    font-size: 15px;
    padding-top: 0;
  }

  .banner-content h1 {
    margin-bottom: 5px;
  }

  .blog-post-content h1 {
    font-size: 22.5px!important;
    line-height: 36px!important;
    margin-top: 52px!important;
    margin-bottom: 15px;
  }

  .blog-post-content span.meta-author {
    display: none;
  }

  span.author-subheader {
    display: none;
  }


}


@media (max-width: 689px) { 
  .cm-ft-copyright {
    width: 100% !important;
  }

  .cm-ft-social-icon {
    width: 100% !important;
  }

  ul.footer-social-icon {
    margin-left: 0;
  }

  .cm-ft-navigation-wrapper .col {
    width: 100% !important;
    padding: 0;
    margin-right: 0;
  }

  .cm-ft-logo {
    margin-top: 30px;
  }

  .cm-ft-navigation-wrapper .col1 {
    margin-bottom: 40px;
  }

  h1 {
    font-size: 24px;
  }

  .banner-content h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
  }

  .banner-content {
    padding-top: 88.5px;
    padding-bottom: 20px;
  }



}

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

@media (max-width: 479px) {
  .container-fluid .row-fluid .page-center {
    max-width: 330px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .banner-content {
    padding-top: 66.5px;
    padding-bottom: 20px;
  }

}

@media (max-width: 400px) {
  .email-prefs .item .item-inner * {
    font-size: 12px;
  }   
  .subscribe-options label {
    margin-left: 0px;
  }
  .hs_recaptcha {
    overflow-y: auto;
    width: 100%;
  }

  .post-listing {
    margin: 0;
  }

}

@media (max-width: 338px) {
  .email-prefs .item .item-inner * {
    font-size: 11px;
  }  

  .subscribe-options label span {
    font-size: 12px;
  }
  .subscribe-options label {
    margin-left: 0px;
  }
}

@keyframes fadebottom {
  0% {
    opacity: 1;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px)
  }

  25% {
    opacity: 0;
    transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px)
  }

  30% {
    opacity: 0;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px)
  }

  45% {
    opacity: 1;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px)
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px)
  }
}