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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Arvo:400,700|Poppins:300,400,500,600,700|Red+Hat+Display:400,700');
@font-face {
  font-family: "Socicon";
  src: url("//6899005.fs1.hubspotusercontent-na1.net/hubfs/6899005/MindWise_March2020/fonts/Socicon.eot?484r1f#iefix") format("embedded-opentype"), 
    url("//6899005.fs1.hubspotusercontent-na1.net/hubfs/6899005/MindWise_March2020/fonts/Socicon.woff2?484r1f") format("woff2"), 
    url("//6899005.fs1.hubspotusercontent-na1.net/hubfs/6899005/MindWise_March2020/fonts/Socicon.ttf?484r1f") format("truetype"), 
    url("//6899005.fs1.hubspotusercontent-na1.net/hubfs/6899005/MindWise_March2020/fonts/Socicon.woff?484r1f") format("woff"),
    url("//6899005.fs1.hubspotusercontent-na1.net/hubfs/6899005/MindWise_March2020/fonts/Socicon.svg") format("svg");
  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 */
}
.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
    vertical-align: top !important;
}

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

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

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

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

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

/* Responsive iFrames */
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}
 
/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;overflow-x: hidden;
}

body {
  background: #fff;
  font-family: "Poppins",sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

/* Highlighted Text */

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

/* Basic text */
p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

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 {
  margin: 0 0 15px;
  font-family: "Red Hat Display",sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #002855;
  text-rendering: optimizeLegibility;
}

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

h1, .h1 {
  font-size: 1.75rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: .5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: .5rem;
}

h3, .h3 {
  font-size: 1.125rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: .5rem;
}

h4, .h4 {
  font-size: 1rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: .5rem;
}

h5, .h5 {
  font-size: .875rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: .5rem;
}

h6, .h6 {
  font-size: .75rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: .5rem;
}

/* Anchor Links */
a {
  line-height: inherit;
  color: #3574e3;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

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

/* Lists */
ul,
ol {
  margin: 0 0 10px;
  padding-left: 25px;
}

ul, ol, dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

ul ul,
ul ol,
ol ol,
ol ul {}

li {}

/* Block Quotes */
blockquote {
  margin: 0 0 1rem;
  padding: 2.5rem 6.25rem 2.5rem 3.125rem;
  border-left: none;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #002855;
}

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-container .row-fluid [class*="span"] {
  min-height: 0;
}

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

.header-container-wrapper {}

.header-container {}

.custom-logo {
  width: auto !important;
}

.custom-header {
  background: #002855;
  position: relative;
  padding-bottom: 15px;
  padding-top: 15px;
}

.custom-header .page-center>div>div:before, .custom-header .page-center>div>div:after {
  display: none;
}

.custom-header .page-center>div>div {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -.625rem;
  margin-left: -.625rem;
}

.custom-header .page-center>div>div>div {
  padding-right: .625rem;
  padding-left: .625rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.utility-menu-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 10px;
  font-size: .8125rem;
}

.utility-menu-container ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.utility-menu-container ul li:first-child {
  padding-right: 30px;
}

.utility-menu-container ul li button:before, .utility-menu-container ul li+li+li a:before {
  color: #fefefe;
  content: "|";
  display: inline-block;
  padding: 0 10px;
}

.utility-menu-container ul li button {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 20px;
  background: transparent;
  line-height: 1;
  cursor: pointer;
  font-family: inherit;
  margin: 0;
  color: #fefefe;
  padding: 0;
  outline: none;
}

.utility-menu-container ul li path {
  fill: #fefefe;
  -webkit-transition: fill .3s;
  transition: fill .3s;
}

.utility-menu-container ul li a:hover path,
.utility-menu-container ul li button:hover path{
  fill: #fdda24;
}

.utility-menu-container ul li a {
  line-height: 1;
  text-decoration: none;
  display: block;
  color: #fefefe;
}
.utility-menu-container ul li a:hover {
  color: #fdda24;
}
/* ==Header Search== */
div#search-modal {
  right: auto;
  overflow-y: auto;
  padding: 1rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1006;
  border: 0;
  border-radius: 0;
  height: 100vh;
  min-height: 100vh;
  width: 100%;
  max-width: none;
  position: fixed;
  background: rgba(0,40,85,0.9);
  padding-bottom: 0;
  padding-top: 0;
  top: 0px;
  left: 0px;
  margin: 0px;
  top: -100%;
  transition: all .3s ease;
}

.search-open div#search-modal {
  top: 0;
  pointer-events: all;
}

div#search-modal .flex-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

div#search-modal .close-button {
  margin: 0;
  background: transparent;
  border: 0;
  padding: 0;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 20px;
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
  line-height: 1;
  -webkit-appearance: button;
  margin-bottom: 0;
  top: 4rem;
  right: 4rem;
  color: #fdda24;
  display: block;
  font-size: 4rem;
  -webkit-transition: color .3s, -webkit-transform .3s;
  transition: color .3s, -webkit-transform .3s;
  transition: color .3s, transform .3s;
  transition: color .3s, transform .3s, -webkit-transform .3s;
}

div#search-modal .close-button:hover {
  color: #fefefe;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

div#search-modal .flex-container form {
  max-width: 700px;
  width: 100%;
}

div#search-modal .flex-container form .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

div#search-modal .flex-container form .input-group .input-group-label {
  font-size: .875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  border-radius: 5px 0 0 5px;
  background: none;
  border: none;
  padding: 0 40px 0 0;
}

.show-for-sr, .show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

div#search-modal .flex-container form .input-group .input-group-label span.responsive-svg {
  position: relative;
  height: 0;
  padding-top: 45px;
  width: 45px;
}

div#search-modal .flex-container form .input-group .input-group-label span.responsive-svg svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

div#search-modal .flex-container form .input-group .input-group-label span.responsive-svg svg path {
  fill: #fefefe;
}

div#search-modal .flex-container form .input-group .input-group-field {
  overflow: visible;
  -webkit-appearance: textfield;
  outline-offset: -2px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: .5rem;
  border: 1px solid #cacaca;
  border-radius: 5px;
  background-color: #fefefe;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  white-space: nowrap;
  border-radius: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  height: auto;
  min-width: 0;
  background: none;
  border: none;
  border-bottom: 3px solid #fdda24;
  color: #fefefe;
  font-size: 1.625rem;
  padding: 0;
}

button {
  outline: none;
}

div#search-modal .flex-container form .input-group .input-group-field::placeholder {
  color: rgba(254,254,254,0.8);
  -webkit-transition: color .3s;
  transition: color .3s;
}

div#search-modal .flex-container form .input-group .input-group-field:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

div#search-modal .flex-container form .input-group .input-group-field:focus::placeholder {
  color: rgba(254,254,254,0.2);
}

div#search-modal .flex-container form .input-group .input-group-button {
  font-size: 100%;
  overflow: visible;
  text-transform: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 20px;
  background: transparent;
  line-height: 1;
  cursor: pointer;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 3px solid #fdda24;
  border-radius: 0;
  color: #fefefe;
  width: 27px;
}

div#search-modal .flex-container form .input-group .input-group-button .arrow-right {
  position: relative;
  top: 0;
  left: 0;
  background: #fefefe;
  display: block;
  height: 2px;
  -webkit-transition: background-color .3s, left .3s;
  transition: background-color .3s, left .3s;
  width: 100%;
  border-radius: 0 5px 5px 0;
}

div#search-modal .flex-container form .input-group .input-group-button .arrow-right:after {
  position: absolute;
  top: 50%;
  right: 0;
  border-color: #fefefe;
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  height: 10px;
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 10px;
}

div#search-modal .flex-container form .input-group .input-group-button:hover .arrow-right {
  background-color: #fdda24;
  left: 5px;
}

div#search-modal .flex-container form .input-group .input-group-button:hover .arrow-right:after {
  border-color: #fdda24;
}

.search-open {
  overflow: hidden;
}
/* =============== Content =============== */

.body-container-wrapper {}

.body-container {}

.content-wrapper {}

.main-content {}

.sidebar {}

.sidebar.right {}

.sidebar.left {}

body:not(.blog) .body-container-wrapper .page-center.content-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* ==Main Banner== */
.banner-area {
  overflow: hidden;
  height: 525px;
  line-height: 1.6;
  position: relative;
  background-color: #2e2f3a;
}

.banner-area-inner {
  height: 100%;
}

.banner-content {
  position: relative;
  z-index: 5;
}

.title-wrap {
  z-index: 5;
  background: white;
  color: #002855;
  top: 0;
  bottom: auto;
  border-radius: 0 0 45px 45px;
  position: absolute;
  padding: 50px;
  width: 49rem;
  left: 50%;
  margin-left: -14.875rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.banner-image {
  overflow: hidden;
  width: 100%;
  float: none;
  height: 525px;
  margin-top: 0;
}

.banner-image img {
  position: relative;
  top: 0;
  left: 50%;
  height: 275px;
  max-width: none;
  min-width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  height: auto;
  min-height: 100%;
}

.banner-area:after {
  position: absolute;
  left: 0;
  background: url(//6899005.fs1.hubspotusercontent-na1.net/hubfs/6899005/MindWise_March2020/images/bg-content.png) no-repeat center top;
  background-size: cover;
  content: "";
  height: 60px;
  width: 100%;
  bottom: 0;
  z-index: 8;
}

.body-container {
  background: #e7ecee;
}

.title-wrap h2 {
  font-size: 2.1875rem;
}

.title-wrap p {
  font-size: .9375rem;
  font-weight: 300;
  margin-top: 0;
}

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

.footer-container-wrapper {}

.footer-container {}

.custom-footer {
  color: #fefefe;
  font-size: 1.1875rem;
  padding: 30px 0;
  background: #2e2f3a;
}

.custom-footer .page-center>div>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-right: -.625rem;
  margin-left: -.625rem;
  width: auto;
}

.custom-footer .page-center>div>div:before,.custom-footer .page-center>div>div:after {
  display: none;
}

.custom-footer .cm-ftr-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  padding-right: .625rem;
  padding-left: .625rem;
}

.custom-footer .ftr-right-row {
  margin-right: -.625rem;
  margin-left: -.625rem !important;
  width: auto;
  float: none !important;
}

.custom-footer .ftr-right-row>div {
  padding-right: .625rem;
  padding-left: .625rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.custom-footer .ftr-right-row-1 .hs-menu-wrapper ul {
  padding: 0 !important;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.custom-footer .ftr-right-row-1 .hs-menu-wrapper ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.custom-footer .ftr-right-row-1 .hs-menu-wrapper ul li a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
  color: #fefefe;
  display: block;
  border-bottom: 1px solid #fdda24;
  padding-left: 10px;
  padding-right: 10px;
}

.custom-footer .ftr-right-row-1 .hs-menu-wrapper ul li:first-child>a {
  padding-left: 0;
}

.custom-footer .ftr-right-row-1>div:first-child {
  padding-bottom: 1.5625rem;
}

.custom-footer .ftr-right-row-1>div:first-child+div {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.custom-footer .ftr-right-row-1>div:first-child+div+div {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: right;
  margin: 30px 0;
}

.custom-footer .ftr-right-row-2>div>div {
  font-size: 1rem;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-footer .ftr-right-row-2>div>div:before,.custom-footer .ftr-right-row-2>div>div:after {
  display: none;
}

.custom-footer .ftr-right-row-2>div>div {
  margin-right: -.625rem;
  margin-left: -.625rem;
  width: auto;
}

.custom-footer .ftr-right-row-2>div>div>div {
  margin-left: 0 !important;
  float: none !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  padding-right: .625rem;
  padding-left: .625rem;
}

.custom-footer .ftr-right-row-2>div>div>div p {
  margin-top: 1em;
  line-height: 1.2;
}

small {
  font-size: 80%;
  line-height: inherit;
}

.custom-footer .ftr-right-row-2>div>div>div .hs-menu-wrapper ul {
  padding: 0 !important;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.custom-footer .ftr-right-row-2>div>div>div .hs-menu-wrapper ul li,.custom-footer .ftr-right-row-1 .hs-menu-wrapper ul li {
  width: auto;
  display: inline;
}

.custom-footer .ftr-right-row-2>div>div>div .hs-menu-wrapper ul li a {
  color: #fefefe;
  display: block;
  line-height: 1;
}

.custom-footer .ftr-right-row-2>div>div>div .hs-menu-wrapper ul li+li a:before {
  color: #fefefe;
  content: '|';
  display: inline-block;
  padding: 0 10px;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

.custom-footer a {
  color: #fefefe;
  display: block;
}

.custom-footer .ftr-right-row-2>div>div>div:last-child {
  text-align: right;
}
.custom-footer .ftr-right-row-2>div>div>div .hs-menu-wrapper ul li a:hover,
.custom-footer a:hover,
.custom-footer .ftr-right-row-1 .hs-menu-wrapper ul li a:hover {
  color: #fdda24;
}

.button, #donation-form .btn-group input {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-family: inherit;
  padding: 1.33em 2.4em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 2em;
  -webkit-transition: background-color 0.25s ease-out,color 0.25s ease-out;
  transition: background-color 0.25s ease-out,color 0.25s ease-out;
  font-size: 0.94rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #e7ecee;
  color: #fefefe;
}

.button.secondary, #donation-form .btn-group input.secondary {
  background-color: #fdda24;
  color: #0a0a0a;
}

.button.primary, #donation-form .btn-group input, .button.secondary, #donation-form .btn-group input.secondary {
  background-color: #79b858;
  color: white;
}

.button.secondary:hover, #donation-form .btn-group input.secondary:hover, .button.secondary:focus, #donation-form .btn-group input.secondary:focus {
  background-color: #e5c002;
  color: #0a0a0a;
}

.button.primary:active, #donation-form .btn-group input:active, .button.primary:hover, #donation-form .btn-group input:hover, .button.secondary:active, #donation-form .btn-group input.secondary:active, .button.secondary:hover, #donation-form .btn-group input.secondary:hover {
  background-color: #619b42;
}

.custom-footer .ftr-right-row-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icons-wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.social-icons-wrap ul li a {
  line-height: 1;
  color: #fefefe;
  display: block;
  padding: 0.7rem 1rem;  
  text-decoration: none;
  font-size: 1.375rem; 
  position: relative;
  top: 0;
  left: 0;
}

.social-icons-wrap ul li:first-child a {
  padding-left: 0;  
}

.social-icons-wrap ul li a:hover {
  color: #fdda24;
  top: -3px;  
}

[class^="socicon-"], [class*=" socicon-"] {
  font-family: 'Socicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.socicon-twitter:before {
  content: "\e08d";
}

.socicon-facebook:before {
  content: "\e028";
}

.socicon-linkedin:before {
  content: "\e04c";
}

.socicon-youtube:before {
  content: "\e0a5";
}



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

  .custom-menu-primary .hs-menu-wrapper {
    overflow: visible !important;
  }

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

  /* ==========================================================================
  4. MAIN NAVIGATION                                            
  ========================================================================== */
  .custom-header .page-center>div>div>div.header-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto !important;
    margin-left: 0 !important;
  }

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

  .custom-menu-primary {
    width: 100% !important;
    margin-left: 0 !important;
  }

  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper>ul {  
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    line-height: 1;
    text-decoration: none;
    display: block;
    color: #fefefe;
    border-bottom: 1px solid #fdda24;
    padding: 0 1rem 5px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(2) {
    padding-right: 1rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(2)>a {
    padding-right: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>a {
    padding-left: 0;
  }

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

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    min-width: 200px;
    border: none;
    background: #e7ecee;
    padding: 15px 0;
    top: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    text-decoration: none;
    display: block;  
    color: #002855;
    font-family: "Red Hat Display",sans-serif;
    line-height: 1.4;
    padding: 15px 20px;
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {  font-weight: 700;}

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


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

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

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


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

/* Blog Post and Listing Body Class */
.blog {}

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

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

.post-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
  border: none;
  border-radius: 20px;
  background: #002855;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  color: #fefefe;
  font-size: 1.25rem;
  background: none;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-left: .9375rem;
  margin-right: .9375rem;
  width: calc(33.33333% - 1.875rem);
  -webkit-box-flex: unset;
  -ms-flex-positive: unset;
  flex-grow: unset;
  margin-top: 30px;
}

.post-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -.9375rem;
  margin-right: -.9375rem;
  margin-top: -30px;
}

.post-item a {
  display: block;
  height: 100%;
}

.post-item-content {
  background: #cdcdcd;
  border-radius: 0 0 25px 25px;
  padding: 25px;
}

.post-item-content h3 {
  font-size: 1.875rem;
  font-weight: 400;
  margin-bottom: 0;
}

.post-body.clearfix {
  font-weight: 300;
  padding-top: 30px;
}

.post-body.clearfix p {
  margin: 0;
}

.blog .body-container {
  background: #e7ecee;
}

.blog .page-center.content-wrapper {
  padding-top: 30px;
  padding-bottom: 50px;
      padding-right: 50px !important;
    padding-left: 50px !important;
}

.breadcrumbs-separator {
  padding: 0 6px 0 10px;
}

.breadcrumbs span.active {
  font-weight: 600;
}

.breadcrumbs a {
  color: #002855;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs {
  color: #002855;
  margin: 0 0 40px 0;
}

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

.no-image .hs-featured-image-wrapper {
  height: 227px;
  position: relative;
  background: #002855;
  min-height: 225px;
  border-radius: 25px 25px 0 0;
}

.no-image .hs-featured-image-wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  background: url(//6899005.fs1.hubspotusercontent-na1.net/hubfs/6899005/MindWise_March2020/images/circle-pattern-sm.png) center center no-repeat;
  background-size: 40%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
/* =============== 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 {
  color: inherit;
  text-decoration: none !important;
}

span.filter-link-count {
  display: none;
}

/* 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 {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}

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

.hs-blog-social-share .hs-blog-social-share-list * {
  float: left;
}

/* 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 img {
  float: none;
  width: auto;
  max-width: 100%;
  margin: 0;
}

.hs-featured-image-wrapper-post img {
  float: none;
  max-width: 100%;
  margin: 0;
}

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

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

.body-container .hs-blog-social-share li {
  background: none;
  padding: 0;
}

#comment-form .hs_subscribe li {
  list-style: none;
  padding: 0;
}


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

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

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

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

.comment-body {
  border-bottom: medium none;
  color: ;
  display: block;
  font-family: ;
  font-size: ;
  line-height: ;
  padding: 0;
}

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

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

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

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

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

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

/* Pagination */
.blog-pagination {
  clear: both;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
}

.blog-pagination a {
  display: inline-block;
  margin-right: .0625rem;
  border-radius: 0;
  font-size: .875rem;
  padding: .1875rem .625rem;
  border-radius: 0;
  color: #0a0a0a;
}

.blog-pagination a:not(.active) {}

.blog-pagination a:hover:not(.active):not(.inactive) {  background: #e6e6e6;}

.blog-pagination a.active {
  padding: .1875rem .625rem;
  background: #002855;
  color: #fefefe;
  cursor: default;
}

.blog-pagination a.inactive {
  color: #cacaca;
  cursor: not-allowed;
}
/* 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 h1,
.blog .blog-sidebar .widget-span h2,
.blog .blog-sidebar .widget-span h3,
.blog .blog-sidebar .widget-span h4,
.blog .blog-sidebar .widget-span h5,
.blog .blog-sidebar .widget-span h6 {
  font-size: 25px;
}

.blog .blog-sidebar>div {}

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

/*Author Page*/
.hs-author-profile {
  margin-bottom: 20px;
}

.hs-author-profile h2.hs-author-name {}

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

.hs-author-profile .hs-author-avatar {
  max-width: 75px;
  border-radius: 100%;
}

.hs-author-profile .hs-author-avatar img {
  border-radius: 100%;
}

h3.hs-author-listing-header {}


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


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

.hs_recaptcha {
  margin: 15px 0;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.form-title:empty {
  display: none;
}

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

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

/* Labels and Legends */
label {}

body .hs-form-field>label,
.widget-type-google_search label,
li.hs-form-booleancheckbox label {
  display: block;
  margin-bottom: 4px;
  font-size: .875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

/* 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 {
  white-space: normal;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  padding: 6.5px .5rem;
  border: 1px solid #cacaca;
  border-radius: 5px;
  background-color: #fefefe;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out;
}

input[type="search"] {
  -webkit-appearance: none;
}

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: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out;
}

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

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

/* Error */
.hs-error-msgs label {
  color: red;
}

ul.hs-error-msgs.inputs-list {
  margin: 0 0 10px;
  padding: 0 !important;
  list-style: none;
}

ul.hs-error-msgs.inputs-list li {
  padding-left: 0 !important;
}

ul.hs-error-msgs.inputs-list li:before {
  display: none;
}

.hs-input.invalid.error {}

/* 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="submit"] {
  margin-top: 15px;
}

#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 {}

.section.post-footer .hs_subscribe.hs-subscribe 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;
  text-decoration: none !important;
  display: inline-block;
  white-space: normal;
  margin: 10px 0 15px;
  padding: 4px 12px;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  font-family: inherit;
  border-radius: 0;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}

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


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

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

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

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


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

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

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

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


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

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

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

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


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

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

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

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


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

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

.landing-page.one-column .body-container form,
.password-template.one-column .body-container form,
.subscription-template.one-column .body-container form {
  width: 50%;
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul {
  padding: 0 0 15px;
}

.hs-search-field__bar {
  max-width: 600px;
}

.blog-sidebar .hs-search-field__bar {
  max-width: 100%;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
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;
}

#recaptcha_area,
#recaptcha_table {
  width: 318px !important;
  overflow-x: auto !important;
  max-width: 100% !important
}

.lp .mobile-trigger,
.lp .child-trigger,
.lp button.search-toggle{
  display: none !important;
}

.section.post-footer {
  padding-top: 30px;
}

.section.post-footer form {
  max-width: 500px;
}

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

.no-list-style li {
  display: inline-block;
}

#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
}

#comments-listing:not([data-has-comments="true"]) {
  display: none;
}

ul.hs-menu-children-wrapper.open-menu-list {
  display: none !important;
}

.custom-footer .cm-ftr-col {
  margin-left: 0;
}

.section.post-footer form:before {
  content: 'Leave a reply';
  font-size: 27px;
  margin-bottom: 15px;
  display: block;
  font-weight: bold;
  color: #002855;
  font-family: "Red Hat Display",sans-serif;
}

.replying {
  padding: 0 2em;
}

span.replying-to {
  padding-bottom: 20px;
  display: inline-block;
}

.no-image .post-item-content {
  width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.post-listing-simple>div {
  width: 100%;
  margin: 0 0 20px;
}
/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
@media (max-width: 1369px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(2)>ul {
    right: 0;
    left: auto !important;
  }
}

@media (max-width: 1289px) {

  /*==Banner==*/
  .title-wrap {
    left: 15px;
    border-radius: 0 0 45px 45px;
    transform: none;
    padding: 50px;
    width: 49rem;
    margin-left: 0;
  }


}

@media screen and (min-width: 80.625em){
  .utility-menu-container ul {
    font-size: .9375rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {  
    font-size: 1.1875rem;
  }
}

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

@media screen and (max-width: 63.9375em) {
  .custom-footer .ftr-right-row-2>div>div>div:last-child {
    text-align: center;
  }

  .custom-footer .ftr-right-row-2>div>div>div .hs-menu-wrapper ul {
    margin-top: 20px !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .custom-footer .ftr-right-row>div {
    padding: 0;
  }

  .custom-footer .ftr-right-row-1>div:first-child+div {
    width: 50%;
    padding-right: .9375rem;
    padding-left: .9375rem;
  }

  .custom-footer .ftr-right-row-1 {
    flex-wrap: wrap;
    margin-right: -.9375rem !important;
    margin-left: -.9375rem !important;
  }

  .custom-footer .ftr-right-row-1>div:first-child+div+div {
    padding-right: .9375rem;
    padding-left: .9375rem;
    text-align: center;
  }

  .social-icons-wrap ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .custom-footer .ftr-right-row-1 .hs-menu-wrapper ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .custom-footer .cm-ftr-col {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }

  .custom-footer .cm-ftr-col-1 {
    margin-bottom: 30px;
    text-align: center;
  }

}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 2.5rem;
  }
  h2, .h2 {
    font-size: 2.3125rem;
  }
  h3, .h3 {
    font-size: 1.75rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
  h5, .h5 {
    font-size: 1.125rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
  /* ==Header== */
  .custom-header .page-center>div>div,
  .custom-footer .ftr-right-row-2>div>div {
    margin-right: -.9375rem;
    margin-left: -.9375rem;
  }

  .custom-header .page-center>div>div>div {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }

  .custom-logo {
    width: 25% !important; 
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  /*   ==Footer== */
  .custom-footer {
    padding: 65px 0;
  }

  .container-fluid .row-fluid .page-center,
  .custom-footer .ftr-right-row>div,
  .custom-footer .ftr-right-row-2>div>div>div {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }

  .custom-footer .page-center>div>div,
  .custom-footer .ftr-right-row {
    margin-right: -.9375rem;
    margin-left: -.9375rem !important;
  }
  .custom-footer .ftr-right-row-1>div:first-child+div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .custom-footer .ftr-right-row-1>div:first-child+div+div {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .custom-footer .ftr-right-row-2>div>div>div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .custom-footer .ftr-right-row-2>div>div{
    padding-top: 65px;
  }
  .title-wrap p {    
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .custom-header {
    padding-bottom: 35px;
    padding-top: 35px;
  }

  .custom-footer .cm-ftr-col {
    padding-right: .9375rem;
    padding-left: .9375rem;  
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .custom-footer .cm-ftr-col-1 {
    width: 25%;
  }
  .custom-footer .cm-ftr-col-2 {
    width: 75%;
  }

}

@media (max-width: 1024px) {

  .custom-menu-primary.desktop {
    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 !important;
    position: static;
  }

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

  .mobile-trigger {
    display: inline-block !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 20px;
    background: transparent;
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    border: 0;
    background-color: transparent;
    float: right !important;
    height: 24px;
    padding: 0;
    width: 30px;
    color: #fefefe;
  }

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

  .child-trigger {
    border-left: 1px dotted rgba(255,255,255,.20);
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: block;
  }

  .child-trigger:after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #002855 transparent transparent;
    top: 16px;
    bottom: 0;
    margin: auto;
    position: relative;
  }

  .child-open>.child-trigger:after {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

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

  .custom-menu-primary.js-enabled {}

  /* Hide menu on mobile */
  .custom-menu-primary .hs-menu-wrapper{}
  .custom-menu-primary .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 {
    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 {}

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


  .custom-header .page-center>div>div>div.header-right-mobile {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-right: .9375rem;
    padding-left: .9375rem;
    width: auto;
  }

  .hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
  }

  .hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
  }

  .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #000;
  }

  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #fefefe;
    height: 3px;
    width: 30px;
  }

  .hamburger-inner {
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: .22s;
  }

  .hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: "";
  }

  .hamburger-inner:before {
    top: -10px;
  }

  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #fefefe;
    height: 3px;
    width: 30px;
  }

  .hamburger-inner:before {
    transition: top .1s ease-in .25s,opacity .1s ease-in;
  }

  .hamburger-inner:after {
    transition: bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19);
    bottom: -10px;
  }

  button.search-toggle {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 20px;
    background: transparent;
    line-height: 1;
    cursor: pointer;
    font-family: inherit;
    float: right;
    color: #fefefe;
    margin-right: 15px;
    margin-top: -2px;
  }

  button.search-toggle svg {
    height: 26px;
  }

  button.search-toggle svg path {
    fill: currentColor;
  }

  .mobile-trigger:hover {
    opacity: .7;
  }

  .header-right.mobile {
    position: fixed;
    z-index: 12;
    transition: all .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6;
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px;
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);
    visibility: hidden;
    -webkit-box-shadow: inset 13px 0 20px -13px rgba(10,10,10,0.25);
    box-shadow: inset 13px 0 20px -13px rgba(10,10,10,0.25);padding: 0;
    margin-left: 0;
  }

  .mobile-open .header-right.mobile {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
  }

  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .5s ease,visibility .5s ease;
    transition: opacity .5s ease,visibility .5s ease;
    background: rgba(254,254,254,0.25);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    cursor: pointer;
  }

  .mobile-open .menu-overlay {
    opacity: 1;
    visibility: visible;
  }

  .span8.widget-span.widget-type-cell.header-right.desktop {
    display: none;
  }

  .utility-menu-container ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    font-size: 100%;
  }

  .utility-menu-container ul li,.utility-menu-container ul li:first-child {
    padding: 0;
    display: block;
  }

  .utility-menu-container ul li button:before, .utility-menu-container ul li+li+li a:before {
    display: none;
  }

  .utility-menu-container ul li a,.utility-menu-container ul li a:hover {
    padding: 0.7rem 1rem;
    line-height: 1;
    color: #002855;
  }

  .utility-menu-container ul li a:hover {
  }

  .utility-menu-container ul li a:hover path, .utility-menu-container ul li button:hover path,
  .utility-menu-container ul li path {
    fill: #000;
  }

  .utility-menu-container ul li:last-child {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li a {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul {
    padding-left: 1rem;
  }

  .mobile-open .hamburger-inner,
  .mobile-open .hamburger-inner:after,
  .mobile-open .hamburger-inner:before {
    background-color: #000;
  }

  .mobile-open .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: rotate(225deg);
  }

  .mobile-open .hamburger-inner:before {
    top: 0;
    transition: top .1s ease-out,opacity .1s ease-out .12s;
    opacity: 0;
  }

  .mobile-open .hamburger-inner:after {
    bottom: 0;
    transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
    transform: rotate(-90deg);
  }

  #site-wrapper {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .mobile-open #site-wrapper {
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
  }

  .title-wrap {
    position: absolute;
    left: 15px;
    border-radius: 0 0 45px 45px;
    width: 70%;
    padding: 25px;
  }

  .blog-pagination {
    padding-top: 30px;
    padding-bottom: 0;
    margin-bottom: -20px;
  }
  /*   1024 */
}

@media (min-width: 992px) {}

@media (max-width: 991px) {

  /*==Header==*/


  /*==Footer==*/

}

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


@media (min-width: 768px) {}

@media (max-width: 767px) {

  .landing-page.one-column .body-container form,
  .password-template.one-column .body-container form,
  .subscription-template.one-column .body-container form {
    width: 100%;
  }

  .hs-search-field__bar {
    max-width: 100%;
  }

  .subscribe-options label {
    margin: 0;
  }

  body:not(.blog) .body-container .hs-form {
    margin-bottom: 30px
  }

  #comment-form .hs-form {
    margin-bottom: 0;
  }

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

  .section.post-footer form {
    max-width: 100%;
  }

  /*==Header==*/


  /*==Footer==*/

  .custom-footer .cm-ftr-col {
    width: 100%;
    float: none;
  }

}

@media (min-width: 576px) {}

@media (max-width: 639px) {
  .custom-footer .ftr-right-row-2>div>div {
    flex-direction: column-reverse;
  }

  .custom-footer .ftr-right-row>div {
    padding-right: .625rem;
    padding-left: .625rem;
  }

  .custom-footer .cm-ftr-col {
    padding-right: .625rem;
    padding-left: .625rem;
  }

  .custom-footer .ftr-right-row-1>div:first-child+div {
    width: 100%;
  }

  .custom-header .page-center>div>div>div.header-right-mobile {
    padding-right: .625rem;
    padding-left: .625rem;
  }
  .custom-logo {
    width: 50% !important;
  }

  .post-item {
    width: calc(100% - 1.25rem);
    margin-left: .625rem;
    margin-right: .625rem;
  }

  .post-listing {
    margin-left: -.625rem;
    margin-right: -.625rem;
  }

  div#search-modal .close-button {
    top: 3rem;
    right: 1rem;
  }
  .blog-pagination a.num {
    display: none;
  }

  .title-wrap h2 {
    font-size: 1.25rem;
  }

  .title-wrap {
    position: relative;
    top: 0;
    bottom: auto;
    left: 0;
    z-index: 5;
    background: white;
    border-radius: 0 0 25px 25px;
    color: #002855;
    width: 100%;
    padding: 25px;
  }

  .banner-image {
    float: left;
    margin-top: -25px;
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .banner-area {
    height: auto;
  }

  .banner-image img {
    position: relative;
    top: 0;
    left: 50%;
    height: 275px;
    max-width: none;
    min-width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.lp .custom-footer .ftr-right-row-2>div>div {
  padding-top: 0;
}

/* =============== Landscape phones and smaller devices =============== */
@media (min-width: 480px) {}

@media (max-width: 479px) {

  /*==Header==*/


  /*==Footer==*/


  /*==Blog==*/
  .section.post-body img {
    float: none !important;
  }
}