/* ==========================================================================
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('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
/* DECOM for candid base
@font-face {
  font-family: "ms-icons";
  src: url("https://learn.guidestar.org/hubfs/Candid_August2019/Fonts/ms-icons.eot") format("embedded-opentype"),
    url("https://learn.guidestar.org/hubfs/Candid_August2019/Fonts/ms-icons.woff2") format("woff2"),
    url("https://learn.guidestar.org/hubfs/Candid_August2019/Fonts/ms-icons.woff") format("woff"),
    url("https://learn.guidestar.org/hubfs/Candid_August2019/Fonts/ms-icons.ttf") format("truetype"), 
    url("https://learn.guidestar.org/hubfs/Candid_August2019/Fonts/ms-icons.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "foundation-center";
  src: url("https://learn.guidestar.org/hubfs/Candid_August2019/Fonts/foundation-center.eot") format("embedded-opentype"),
    url("https://learn.guidestar.org/hubfs/Candid_August2019/Fonts/foundation-center.woff2") format("woff2"),
    url("https://learn.guidestar.org/hubfs/Candid_August2019/Fonts/foundation-center.woff") format("woff"),
    url("https://learn.guidestar.org/hubfs/Candid_August2019/Fonts/foundation-center.ttf") format("truetype"), 
    url("https://learn.guidestar.org/hubfs/Candid_August2019/Fonts/foundation-center.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "LL Akkurat Regular Web";
  src: url("https://learn.guidestar.org/hubfs/Candid_August2019/Fonts/lineto-akkurat-regular.eot") format("embedded-opentype"),
    url("https://learn.guidestar.org/hubfs/Candid_August2019/Fonts/lineto-akkurat-regular.woff2") format("woff2"), 
    url("https://learn.guidestar.org/hubfs/Candid_August2019/Fonts/lineto-akkurat-regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Candid";
  src: url("https://learn.guidestar.org/hubfs/Candid_August2019/Fonts/Candid.woff2") format("woff2"),
    url("https://learn.guidestar.org/hubfs/Candid_August2019/Fonts/Candid.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Algebra";
  src: url("https://learn.guidestar.org/hubfs/Candid_August2019/Fonts/Algebra-Bold.woff2") format("woff2"), 
    url("https://learn.guidestar.org/hubfs/Candid_August2019/Fonts/Algebra-Bold.woff") format("woff");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "Algebra";
  src: url("https://learn.guidestar.org/hubfs/Candid_August2019/Fonts/Algebra-Medium.woff2") format("woff2"), 
    url("https://learn.guidestar.org/hubfs/Candid_August2019/Fonts/Algebra-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Algebra";
  src: url("https://learn.guidestar.org/hubfs/Candid_August2019/Fonts/Algebra-Regular.woff2") format("woff2"), 
    url("https://learn.guidestar.org/hubfs/Candid_August2019/Fonts/Algebra-Regular.woff") format("woff");
  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 Embed Container (iFrame, Object, Embed)*/
@media only screen and (max-width: 767px){
  .hs-responsive-embed,
  .hs-responsive-embed.hs-responsive-embed-youtube,
  .hs-responsive-embed.hs-responsive-embed-wistia,
  .hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-responsive-embed iframe, 
  .hs-responsive-embed object, 
  .hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-top: 0px;
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
* {
  transition: all .3s ease;
  transition-property: background-color,background-image,border-color,box-shadow,color,opacity,max-height,text-shadow,visibility,-webkit-transform;
  transition-property: background-color,background-image,border-color,box-shadow,color,opacity,max-height,text-shadow,transform,visibility;
  transition-property: background-color,background-image,border-color,box-shadow,color,opacity,max-height,text-shadow,transform,visibility,-webkit-transform;
}

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

body {
  font-family: Algebra,Georgia,serif;
  font-size: 1.125rem;
  overflow-x: hidden;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1220px;
  margin: 0 auto;
  border-left: 1px solid #faa21b;
  padding-left:40px;
  padding-right:40px;
}
.container-fluid .black-bg .row-fluid .page-center {
   border-left: solid 1px black;
}
.container-fluid .gold-bg .row-fluid .page-center {
   border-left: solid 1px #febe10;
}
.page-center .block-container-col {
  width: 100%;
  padding: 40px 40px 40px 20px;
}
.callout.block-container-col {
  padding: 2em;
}
.callout.block-container-col h4 {
  margin: 0;
}
.page-center .anchor-bar-wrap {
  padding: 0.57rem 1rem 0.1rem;
  width: 75%;
}

@media screen and (max-width: 1219px) {
  .container-fluid {
    padding: 0 !important;
  }
}

@media screen and (min-width: 993px) {
.block-container-col,
  .page-center .block-container-col,
  .callout.block-container-col,
  .page-center .anchor-bar-wrap {
    width: 75%;
    padding: 40px 40px 40px 0;
}
}
.gray-bg {
  background-color: #eeebe9
}
.gold-bg {
  background-color: #febe10
}
.gold-bg ul>li::before {
    background: #1e1e1e;
}
.gold-bg a:hover {
    border-color: #ffffff;
}
.black-bg {
  background-color: #000
}

hr.block-divider {
  border-top: .5px solid #ccc2c0;
  border-bottom: .5px solid #ccc2c0;
  margin-top: 40px;
  margin-bottom: 40px;
}
.content-block {
  border-bottom: 1px solid #faa21b;
}
/* Highlighted Text */
/* ::-moz-selection {
color: #fff;
background: #333;
text-shadow: none;
}
::selection {
color: #fff;
background: #333;
text-shadow: none;
}
*/

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

/* Basic text */
p {} 
p.small{
  font-family: LL Akkurat Regular Web,Open Sans,Calibri,Arial,sans-serif;
  font-size: 1rem;
  line-height: 1.333
}
small {
  font-family: LL Akkurat Regular Web,Open Sans,Calibri,Arial,sans-serif;
  font-size: 12px;
  line-height: 1.333;
  margin-bottom: 0;
}
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: Algebra,Georgia,serif;
  font-weight: 400;
  line-height: 1.33em;
  margin-top: 0;
}
.gold-bg h1 a, .gold-bg h2 a, .gold-bg h3 a, .gold-bg h4 a, .gold-bg h5 a, .gold-bg h6 a {
  text-decoration: none;
  font-weight: normal;
  border-bottom: solid 1px #1e1e1e;
  padding-bottom: 3px;
}
.gold-bg h1 a:hover, .gold-bg h1 a:focus, .gold-bg h2 a:hover, .gold-bg h2 a:focus, .gold-bg h3 a:hover, .gold-bg h3 a:focus, 
.gold-bg h4 a:hover, .gold-bg h4 a:focus, .gold-bg h5 a:hover, .gold-bg h5 a:focus, .gold-bg h6 a:hover, .gold-bg h6 a:focus {
  color: #ffffff;
  background-color: #000000;
  border-bottom: solid 1px #000000;
}
.black-bg h1, .black-bg h2, .black-bg h3, .black-bg h4, .black-bg h5, .black-bg h6 {
  color: #ffffff;
}
.black-bg h1 a, .black-bg h2 a, .black-bg h3 a, .black-bg h4 a, .black-bg h5 a, .black-bg h6 a {
  text-decoration: none;
  font-weight: normal;
  color: #ffffff;
  border-bottom: solid 1px #febe10 !important;
  padding-bottom: 3px;
}
.black-bg h1 a:hover, .black-bg h1 a:focus, .black-bg h2 a:hover, .black-bg h2 a:focus, .black-bg h3 a:hover, .black-bg h3 a:focus, 
.black-bg h4 a:hover, .black-bg h4 a:focus, .black-bg h5 a:hover, .black-bg h5 a:focus, .black-bg h6 a:hover, .black-bg h6 a:focus {
  color: #ffffff;
  background-color: #febe10;
  border-bottom: solid 1px #febe10;
}
h1 {
  font-size: 2.25rem;
}
h1.page-title {
  padding: 1.75em 0 .25em;
  margin: 0;
}
h1.mar-top {
  margin-top: 0.75em;
}
h2 {
  font-size: 1.5rem;
  margin: .5em 0 .5em;
}
h3 {
  font-size: 1.52rem;
}
h4 {
  font-size: 1.25rem;
  margin-bottom: .625rem;
}
h5 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 10px;
}
h6 {    
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 481px) and (max-width:680px) {
  h1{
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 681px) and (max-width:768px) {
  h1{
    font-size: 3rem;
  }
  h3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width:992px) {
  h1{
    font-size: 3rem;
  }
  h3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 993px){
  h1{
    font-size: 3.75rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size:36px;
    font-size: 2.25rem
  }
  h4{
    font-size: 1.5rem;
  }
}
/* Anchor Links */
nav.anchors > a {
  font-family: "LL Akkurat Regular Web","Open Sans","Calibri","Arial",sans-serif;
  font-size: 1rem;
  line-height: 1;

  margin-right: 2.5em;
  transition-property: background-color;
  transition-timing-function: ease-in-out;
  border-bottom: 2px solid transparent;
  height: 100%;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  padding: .5rem 0 .85rem;
  position: relative;
  bottom: -1px;
  z-index: 4;
}
nav.anchors > a:hover {
  cursor: pointer;
  background-color: transparent;
  border-bottom: 2px solid #1e1e1e;
}

a { 
  cursor: pointer;
  border-bottom: 1px solid #1e1e1e;
  padding-bottom: 2px;
  color: #1e1e1e;
  text-decoration: none;
}

a:hover, a:focus { 
  border-bottom: 1px solid #febe10;
  background-color: #febe10;
}

h1 a, h1 span.item-title, h2 a, h2 span.item-title, h3 a, h3 span.item-title, 
h4 a, h4 span.item-title, h5 a, h5 span.item-title {
  cursor: pointer;
  border-bottom: 0;
  padding-bottom: 0;
  color: #1e1e1e;
  text-decoration: none;
  font-weight: 600
}
h1 a:hover, h1 a:foucs, h1 span.item-title:hover, h1 span.item-title:foucs, 
h2 a:hover, h2 a:focus, h2 span.item-title:hover, h2 span.item-title:focus, 
h3 a:hover, h3 a:focus, h3 span.item-title:hover, h3 span.item-title:focus, 
h4 a:hover, h4 a:focus, h4 span.item-title:hover, h4 span.item-title:focus, 
h5 a:hover, h5 a:focus, h5 span.item-title:hover, h5 span.item-title:focus {
  background-color: #febe10;
}


/* temporary transition anchor links nav menu styles */

.anchor-links-menu .content-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}
.anchor-links-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.anchor-links-menu li {
  display: inline-block;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.anchor-links-menu li a {
  display: block;
  margin: 5px;
  padding: 0 3px 0 3px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  border-bottom: none
}

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

/* em dash list */
ul.dash-list {
  margin: 0;
  padding-left: 31px
}
ul.dash-list li {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0.75em
}
ul.dash-list li::before {
  content: "—";
  color: #faa21b;
  margin-left: -31px;
  padding-right: 10px;
}
/* Akkurat list */
ul.akkurat-list li {
  font-family: "LL Akkurat Regular Web","Open Sans","Calibri","Arial",sans-serif;
	font-size: 1rem;
}

/* no bullet list */
ul.clean-list {
  margin: 0;
  padding: 0
}
ul.clean-list li {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0.75em
}

/* secondary list */
ul.disc-list {
  margin: 0;
  padding: 0;
  padding-left: 15px
}

ul.disc-list li {
  list-style-type: disc;
  padding-left: 0;
  margin-bottom: 0.75em
}


/* Block Quotes */
blockquote {

}
blockquote p {}
blockquote small {}
blockquote.smQuote {
  font-size: 1.25em;
}

p.byline {
  font-family: LL Akkurat Regular Web,Open Sans,Calibri,Arial,sans-serif;
  font-size: 16px;
  margin-top: 15px
}


/* Other text styles */
p.attribute-category {
  font-family: LL Akkurat Regular Web,Open Sans,Calibri,Arial,sans-serif;
  font-size: 1rem;
  line-height: 1.333;
  margin: 0;
}
p.akkurat, span.akkurat {
  font-family: LL Akkurat Regular Web,Open Sans,Calibri,Arial,sans-serif;
  font-size: 1rem;
}
p.mb-less {
  margin-bottom: .5em;
}

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

/* Images */
.side-illus img {
  width: 100%;
  max-width: 345px;
}
/* .intro {
  width: 100% !important;
}
.side-illus {
  margin-left: 0 !important;
  margin-top: 5%;
  width: 100% !important;
}

@media screen and (min-width:769px) {
  .intro {
  width: 58% !important;
}
.side-illus {
  margin-left: 5% !important;
  margin-top: 0 !important;
  width: 37% !important;
}
} */
/* =============== 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 {}

.widget-span.cm-header-top-inner {
  font-size: 16px;
  line-height: 1.5;
  transition-delay: 100ms;
  transition-duration: 500ms;
  transition-timing-function: ease-out;
  transition-property: max-height;
  text-align: left;
  transition: all .3s ease;
  box-sizing: border-box;
  color: #1e1e1e;
  font-family: "Algebra", Georgia, serif;
  overflow: hidden;
  max-height: 30px;
}

.widget-span.cm-header-top-inner * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #1e1e1e;
  font-family: "Algebra", Georgia, serif;
  overflow: hidden;
  *
  zoom: 1;
  font-size: 16px;
  line-height: 1.5;
  transition-delay: 100ms;
  transition-duration: 500ms;
  transition-timing-function: ease-out;
  transition-property: max-height, opacity, transform;
  z-index: 10000;
  text-transform: none;
  text-align: left;
}

.widget-span.top-content-trigger {
  background-color: #febe10;
  position: relative;
  z-index: 10001;
  line-height: 1;
}

.widget-span.top-content-trigger > div > div > div {
  line-height: 1;
  max-width: 1200px;
  margin: 0 auto !important;
  padding: 0;
  float: none;
}

.widget-span.cm-header-top-inner .trigger-wrapper {
  padding-top: 5px;
  padding-bottom: 8px;
  position: relative;
  z-index: 4;
  text-align: right;
  line-height: 1;
}

.trigger-wrapper #ms-trigger {
  line-height: 1;
  cursor: pointer;
  font-weight: 600;
}

.trigger-wrapper #ms-trigger .ms-icon- {
  color: #000;
  background: #fff;
  display: inline-block;
  line-height: 1;
  vertical-align: bottom;
}
[class^="ms-icon-"]:before, [class*=" ms-icon-"]:before {
  font-family: "ms-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  /* font-size: 120%; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


.trigger-wrapper #ms-trigger .ms-icon-:before {
  font-family: "ms-icons";
  line-height: 1;
  display: block;
  text-decoration: none;
  content: '\e801';
  margin: 0;
}
.top-content-open .widget-span.cm-header-top-inner {
  max-height: 600px;
}

.widget-span.header-top-content-wrap {
  position: relative;
  background-color: #febe10;
  color: #1e1e1e;
  border-top: 1px solid #fff;
  transform: translateY(-100%);
}

.top-content-open .widget-span.header-top-content-wrap {
  transform: translateY(0%);
}

.widget-span.header-top-content-bottom {
  background: #000;
  color: #fff;
}

.widget-span.header-top-content-bottom .page-center {
  border: 0;
  padding: 0;
  max-width: 1200px;
}

.widget-span.header-top-content-bottom .ms-find-location {
  display: flex;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.widget-span.header-top-content-bottom .ms-find-location h1 {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
}

.widget-span.header-top-content-bottom .find-us {
  margin-left: auto;
  text-align: right;
  display: flex;
  align-items: center;
}

.widget-span.header-top-content-bottom .find-us h2 {
  line-height: 1.5;
  letter-spacing: 0;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  display: inline;
  font-weight: normal;
}

.widget-span.header-top-content-bottom .find-us form {
  display: inline-block;
  white-space: nowrap;
  margin: 0 0 0 8px;
}

.widget-span.header-top-content-bottom .find-us form input[type="text"] {
  vertical-align: top;
  padding: 4px 8px;
  background-color: #fff;
  border: 0;
  min-width: 244px;
  width: auto;
  height: 36px;
  border-radius: 0;
  font-family: "Akkurat", "Open Sans", Tahoma, sans-serif;
  font-size: 13px;
  color: #1e1e1e;
  display: inline;
  box-shadow: none;
  max-width: 100%;
}

.widget-span.header-top-content-bottom .find-us form input[type="submit"] {
  text-indent: -9999px;
  background: #febe10 url(https://learn.guidestar.org/hubfs/Candid_August2019/Images/search-black.svg) center center/20px no-repeat;
  margin: 0;
  display: block;
  float: right;
  width: 36px;
  height: 36px;
  border: 0;
  cursor: pointer;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  vertical-align: top;
}

.widget-span.header-top-content-top.page-center {
  padding: 0;
  border: 0;
  max-width: 1200px;
}

.widget-span.header-top-content-top > div > div {
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
}

.widget-span.header-top-left-col {
  width: 17%;
  min-width: 200px;
  border-right: 1px solid #fff;
  position: relative;
  flex-shrink: 0;
}

.widget-span.header-top-left-col h1 {
  letter-spacing: 0;
  font-style: normal;
  text-decoration: none;
  font-size: 44px;
  line-height: 1;
  margin-bottom: 8px;
  font-weight: normal;
}

.widget-span.header-top-left-col h1 a {
  cursor: pointer;
  color: #1e1e1e;
  text-decoration: none;
  font-weight: normal;
  border-bottom: none;
  padding-bottom: 0;
  display: block;
  font-size: 44px;
  line-height: 1;
}

.widget-span.header-top-left-col h1 a span {
  font-size: 44px;
  line-height: 1;
}

.widget-span.header-top-left-col h1 a span .screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.widget-span.header-top-left-col h1 a span .logo-text {
  font-family: "Candid";
}

.widget-span.header-top-left-col h2 {
  line-height: 1.5;
  letter-spacing: 0;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  font-size: 24px;
}

.widget-span.header-top-left-col .contact {
  position: absolute;
  bottom: 0;
  left: 0;
}

.widget-span.header-top-left-col .contact > a {
  cursor: pointer;
  color: #1e1e1e;
  text-decoration: none;
  font-weight: normal;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
  margin-bottom: 12px;
  display: inline-block;
}

.widget-span.header-top-left-col .contact > a:hover {
  border-bottom-color: #000;
  text-decoration: none;
  color: #1e1e1e;
}

.widget-span.header-top-left-col .social {
  list-style-type: none;
  display: flex;
}

.widget-span.header-top-left-col .social li {
  list-style-type: none;
  margin: 0 8px 0 0;
  font-size: 20px;
}

.widget-span.header-top-left-col .social li a {
  cursor: pointer;
  color: #1e1e1e;
  text-decoration: none;
  font-weight: normal;
  font-size: 20px;
  border-bottom: 0;
  display: block;
  padding-bottom: 0;
}

.widget-span.header-top-left-col .social li a .ms-icon {
  color: #000;
  background: #fff;
  font-size: 20px;
  display: block;
  line-height: 1;
}
.widget-span.header-top-left-col .social li a:hover .ms-icon {
  background: #f7941d;
}
.widget-span.header-top-left-col .social li a .ms-icon:before {
  font-family: "ms-icons";
  font-size: 20px;
  display: block;
  line-height: 1;
  margin: 0;
}

.ms-icon-facebook:before {
  content: '\e806';
}

.ms-icon-twitter:before {
  content: '\e805';
}

.ms-icon-youtube:before {
  content: '\e809';
}

.ms-icon-linked-in:before {
  content: '\e807';
}

.ms-icon-instagram:before {
  content: '\e808';
}

.widget-span.header-top-right-col {
  width: 83%;
  padding-left: 32px;
}

.widget-span.header-top-right-col .heading h1 {
  line-height: 1.5;
  letter-spacing: 0;
  font-style: normal;
  text-decoration: none;
  font-size: 24px;
  margin: 0 0 16px;
  font-weight: normal;
}

.widget-span.header-top-sitemap .hs-menu-wrapper > ul {
  display: flex;
}

.widget-span.header-top-sitemap .hs-menu-wrapper > ul > li:first-child {
  width: 40.5%;
  margin-right: 3.5%;
}

.widget-span.header-top-sitemap .hs-menu-wrapper > ul:before, 
.widget-span.header-top-sitemap .hs-menu-wrapper > ul:after {
  display: none;
}

.widget-span.header-top-sitemap .hs-menu-wrapper > ul > li:last-child {
  width: 56%;
}

.widget-span.header-top-sitemap .hs-menu-wrapper > ul > li > a {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-style: normal;
  text-decoration: none;
  font-size: 20px;
  margin: 0 0 4px;
  border: 0;
  cursor: text;
  width: fit-content;
}

.widget-span.header-top-sitemap .hs-menu-wrapper > ul > li {
  float: none;
}

.widget-span.header-top-sitemap .hs-menu-wrapper > ul ul li {
  list-style-type: none;
  padding: 0 0 5px;
  line-height: 1.65;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.widget-span.header-top-sitemap .hs-menu-wrapper > ul ul li a {
  cursor: pointer;
  color: #1e1e1e;
  text-decoration: none;
  font-weight: normal;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
  display: inline !important;
  width: auto;
  white-space: normal !important;
}

.widget-span.header-top-sitemap .hs-menu-wrapper > ul ul li a:hover {
  border-bottom-color: #000;
  text-decoration: none;
  color: #1e1e1e;
}
@media (min-width:768px){
  .widget-span.header-top-sitemap .hs-menu-wrapper > ul > li:first-child > ul {
    display: flex !important;
  }
}
.widget-span.header-top-sitemap .hs-menu-wrapper > ul > li:first-child > ul > li:first-child {
  width: 45%;
  margin-right: 2%;
}

.widget-span.header-top-sitemap .hs-menu-wrapper > ul > li:first-child > ul > li:last-child {
  width: 56%;
}

.widget-span.header-top-sitemap .hs-menu-wrapper > ul > li:first-child > ul > li {
  padding: 0;
  line-height: 1.5;
}

.widget-span.header-top-sitemap .hs-menu-wrapper > ul > li:first-child > ul > li > a {
  display: none !important;
}


.widget-span.header-top-sitemap .hs-menu-wrapper > ul ul {
  margin-top: -2.6px;
}

.widget-span.header-top-sitemap .hs-menu-wrapper > ul > li:last-child > ul {
  column-count: 2;
  margin-top: -4.7px;
}
.top-content-open .trigger-wrapper #ms-trigger .ms-icon-:before {
  content: '\e804';
}
.widget-span.cm-header-outer {
  position: relative;
  z-index: 1001;
  border-bottom: 1px solid #faa21b;
}

.widget-span.cm-header-outer .page-center > div {
  margin-left: -20px;
  margin-right: -20px;
  padding-top: .5rem;
}

.widget-span.cm-logo-wrap {
  position: relative;
  width: 16.6666666667%;
  float: none;
  display: inline-block;
  vertical-align: bottom;
  padding-right: 20px;
  padding-left: 20px;
}

.widget-span.cm-logo-wrap .custom-logo {
  /*   margin: .5rem 0 .75rem; */
  margin: .1rem 0;
  line-height: 1.33em;
  font-size: 3.75rem;
  max-width: 180px;
}

.widget-span.cm-logo-wrap .custom-logo a {
  display: block;
  line-height: 1;
  border: none;
  padding: 0;
}

.widget-span.cm-logo-wrap .custom-logo a img {
  width: 100%;
  height: auto;
  min-width: 176px;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  vertical-align: 4px;
}
.widget-span.cm-logo-wrap .custom-logo a:hover {
  border: none;
  background-color: transparent;
}

.widget-span.cm-sitemap-wrap {
  padding: 0 0 0 40px;
  width: 83.3333333333%;
  max-height: 9000px;
  transition-timing-function: ease-in;
  overflow: visible;
  float: none;
  display: inline-block;
  margin-left: -4px;
  vertical-align: bottom;
  text-align: right;
}
.widget-span.cm-sitemap-wrap ul>li {
  margin-bottom: 0;
  padding-left: 0;
}
.widget-span.cm-sitemap-wrap ul>li::before {
  content: none;
}
#search-trigger {
  text-decoration: none;
  position: relative;
  display: block;
  border: none;
}

#search-trigger span {
  position: absolute;
  right: 0;
  cursor: pointer;
  font-size: 1rem;
  top: 3px;
  display: block;
}
#search-trigger span:hover {
  background-color: #febe10;
}

#search-trigger span:before {
  font-family: foundation-center;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  content: "\e805";
}

#site-search {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  bottom: 0;
  pointer-events: none;
}

#site-search .site-search-container {
  border-left: 1px solid transparent;
  max-width: 1220px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  padding-left: 0;
  padding-right: 2.5em;
}

#site-search .site-search-container .site-search-wrapper {
  margin: 0;
  pointer-events: none;
  margin-left: calc(16.66667% + 40px);
}

#site-search .site-search-container .site-search-wrapper form {
  box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
  min-height: 1px;
  width: 100%;
  white-space: nowrap;
  padding-top: 1.25rem;
  float: right;
  max-width: 0;
  transition-property: max-width;
  transition-duration: .5s;
  transition-timing-function: ease-out;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

#site-search .site-search-container .site-search-wrapper form input[type="search"] {
  border: none;
  padding: .75rem 1rem .5rem;
  vertical-align: top;
  border-radius: 0;
  border-bottom: 1px solid #000;
  font-size: 1.125rem;
  margin: 0;
  height: 45px;
  font-family: LL Akkurat Regular Web,Open Sans,Calibri,Arial,sans-serif;
  background-color: #f0ece9;
  margin-right: -2px;
  margin-bottom: .3125em;
  width: calc(100% - 130px);
  display: inline-block;
  max-width: 100%;
  box-shadow: none;
  transition: all .3s ease;
  transition-property: background-color,background-image,border-color,box-shadow,color,opacity,max-height,text-shadow,transform,visibility,-webkit-transform;
  color:#000;
}
#site-search .site-search-container .site-search-wrapper form input[type="search"]:focus {
  outline: none;
  border: 2px dotted #000;
  border-bottom: 1px solid #000;
}

#site-search .site-search-container .site-search-wrapper form button {
  cursor: pointer;
  line-height: 1;
  margin: 0;
  background-color: #febe10;
  display: inline-block;
  border-radius: 0;
  border: none;
  height: 45px;
  font-family: Algebra,Georgia,serif;
  font-size: 1.125rem;
  margin-left: -2px;
  padding: .415em 2em;
  width: auto;
}
.search-open #search-trigger span:before {
  content: "\e867";
}

.search-open #search-trigger span {
  font-size: 1.5rem;
  top: -9px;
}

.widget-span.header-search {
  min-height: 0 !important;
}

.widget-span.header-search > div > div > div {
  min-height: 0;
}
.search-open #site-search .site-search-container .site-search-wrapper {
  background-color: #fff;
}

.search-open #site-search .site-search-container .site-search-wrapper form {
  max-width: 9000px;
  transition-property: max-width;
  transition-duration: .5s;
  transition-timing-function: ease-in;
  opacity: 1;
}
#site-search .site-search-container .site-search-wrapper:before,
#site-search .site-search-container .site-search-wrapper:after {
  display: table;
  content: '';
  width: 100%;
}

.search-open #site-search .site-search-container .site-search-wrapper form input[type="search"] {
  pointer-events: all;
}

.search-open #site-search .site-search-container .site-search-wrapper form button {
  pointer-events: all;
}

#site-search .site-search-container .site-search-wrapper form button:hover {
  text-decoration: none;
  background-color: #faa21b;
  border: none;
  border-color: #daa001;
}

.search-open .widget-span.custom-menu-primary {
  opacity: 0;
  pointer-events: none;
}
/* =============== Content =============== */

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

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


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

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

.widget-span.cm-footer-bottom {
  clear: both;
  text-align: left;
  line-height: 1.5;
  font-size: 16px;
  padding: 24px 0;
  position: relative;
  background: #000;
  color: #fff;
  font-family: "Algebra", Georgia, serif;
  width: 100%;
  transition: all .3s ease;
}

.widget-span.cm-footer-bottom * {
  color: #fff;
  font-family: "Algebra", Georgia, serif;
  * zoom: 1; font-size: 16px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  z-index: 1000;
  text-align: left;
}

.widget-span.copyright-wrap .page-center {
  max-width: 1140px!important;
  padding: 0!important;
  border: 0;
}

.widget-span.copyright > * > * {
  display: flex;
}

.widget-span.copyright > * > * > p {
  width: 150px;
  flex-shrink: 0;
}

.widget-span.copyright small {
  font-size: 12px;
  font-family: "Akkurat", "Open Sans", Tahoma, sans-serif;
  padding-top: 16px;
  display: block;
}

.widget-span.copyright small a {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  padding-bottom: 2px;
  border-bottom: 1px solid #f7941d;
  font-size: 12px;
  font-family: "Akkurat", "Open Sans", Tahoma, sans-serif;
}
.widget-span.copyright small a:hover {
  border-bottom-color: #fff;
}

.widget-span.footer-logo-wrap {
  width: 100%;
  border-bottom: 1px solid #f7941d;
}

.widget-span.footer-logo-wrap .page-center {
  max-width: 1140px!important;
  margin: 0 auto!important;
  padding: 0!important;
  border: 0;
}

.widget-span.footer-logo > * > * {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

.widget-span.footer-logo > * > * > p {
  width: 150px;
  flex-shrink: 0;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 8px;
}

.widget-span.footer-logo > * > * > h2 {
  font-weight: 700;
  font-size: 18px;
}

.widget-span.footer-logo > * > * > p a {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  border-bottom: none;
  padding-bottom: 0;
  display: block;
  font-size: 36px;
  line-height: 1;
}

.widget-span.footer-logo > * > * > p a > span {
  font-size: 36px;
  line-height: 1;
}

.widget-span.footer-logo > * > * > p a > span > span:first-child {
  font-size: 36px;
  line-height: 1;
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.widget-span.footer-logo > * > * > p a > span > span + span {
  font-size: 36px;
  line-height: 1;
  font-family: "Candid";
}

.widget-span.cm-footer-top {
  background-color: #febe10;
  padding: 1.5em 0;
}

.widget-span.cm-footer-top .page-center {
  border: 0;
}

.widget-span.custom-footer-menu .hs-menu-wrapper > ul > li {
  display: inline-block;
  float: left;
  padding-left: 40px;
}

.widget-span.custom-footer-menu .hs-menu-wrapper > ul > li:first-child {
  padding: 0;
}

.widget-span.custom-footer-menu .hs-menu-wrapper > ul > li:last-child {
  float: right;
  padding-left: 0;
  clear: none;
}

.widget-span.custom-footer-menu .hs-menu-wrapper > ul {
  display: block;
}

.widget-span.custom-footer-menu .hs-menu-wrapper > ul > li > a {
  font-size: 1rem;
  line-height: 1.333;
  font-weight: 700;
  border-bottom-color: transparent;
  padding-top: calc(.25em + 2px);
  font-family: LL Akkurat Regular Web,Open Sans,Calibri,Arial,sans-serif;
  margin: 1.5em 0;
  margin-top: 1.5em;
  display: inline;
  width: fit-content;
}

.widget-span.custom-footer-menu .hs-menu-wrapper > ul > li > a:hover {
  border-bottom-color: #1e1e1e;
}

.widget-span.custom-footer-menu .hs-menu-wrapper > ul > li:last-child > a {
  border: 2px solid #fff;
  padding: .25em 1em;
  margin: 0;
}

.widget-span.custom-footer-menu .hs-menu-wrapper > ul > li:last-child > a:hover {
  background: #000;
  color: #fff;
}

/* GuideStar by Candid Footer */
#gs-by-c .page-center {
  border-left: none;
}
#gs-by-c ul>li {
  padding-left: 0;
  margin-right: 2em;
  list-style-type: none;
  font-family: "Akkurat","Open Sans",Tahoma,sans-serif;
  font-size: 0.9rem;
  width: calc(25% - 2em);
}
#gs-by-c ul>li.hs-menu-depth-1>a {
  border-bottom: none;
  font-family: "LL Akkurat Bold Web", "Open Sans", "Calibri", "Arial", sans-serif;
  margin-bottom: 1em;
  cursor: default;
}
#gs-by-c ul>li>a:hover {
  border-bottom: none;
  background-color: transparent;
}
#gs-by-c ul>li.hs-menu-depth-2>a {
  font-family: "LL Akkurat Regular Web", "Open Sans", "Calibri", "Arial", sans-serif;
}
#gs-by-c ul>li.hs-menu-depth-1>a:focus {
    outline: none;
    background: transparent;
}
#gs-by-c ul>li::before {
  content: none;
}
#gs-by-c ul>li>ul>li {
  padding-left: 0;
  list-style-type: none;
}
#gs-by-c ul>li>ul>li>a {
  display: inline-block;
  border-bottom: solid 1px transparent;
  font-weight: normal;
  margin-bottom: 0;
  cursor: pointer;
  width: fit-content;
}
#gs-by-c ul>li>ul>li>a:hover {
  border-bottom: solid 1px #1e1e1e;

}
.span9.widget-span.widget-type-menu.footer-link {
  width: 83%;
  transition: all .3s ease-in-out;
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  width: 100%;
}
.span3.widget-span.widget-type-raw_html {
  width: 15%;
  margin-left: 2%;
}

.span3.widget-span.widget-type-raw_html table, th, td {
  border: solid 1px black;
    padding: 5px;
    vertical-align: top;
}

@media screen and (max-width: 1259px) {
  .span9.widget-span.widget-type-menu.footer-link {
    width: 60%;
  }
  #gs-by-c ul>li {
    width: calc(50% - 2em);
  }  
}
@media screen and (max-width: 875px) {
  #gs-by-c ul>li {
    width: calc(100% - 2em);
  } 
  #gs-by-c ul>li {
    margin-bottom: 2em; 
  } 
  #gs-by-c ul>li>ul>li {
    margin-bottom: .75em;
  }
}
@media screen and (max-width: 767px) {
  .span3.widget-span.widget-type-raw_html {
    width: 15%;
    margin-left: 2%;
    float: left;
  }
}

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


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

/* Parent List */


@media screen and (min-width:815px) {
  .widget-span.custom-menu-primary {
    margin-right: 20px;
    height: 100%;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li {
    font-size: 1rem;
    font-family: LL Akkurat Regular Web,Open Sans,Calibri,Arial,sans-serif;
    font-weight: 700;
    vertical-align: bottom;
    text-align: left;
    display: inline-block;
    margin-right: 2.5em;
    float: none;
    position: static;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    transition-property: background-color;
    transition-timing-function: ease-in-out;
    border-bottom: 2px solid transparent;
    height: 100%;
    display: block;
    text-decoration: none;
    line-height: 1;
    padding: .5rem 0 .85rem;
    position: relative;
    bottom: -1px;
    z-index: 4;
    width: fit-content;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    cursor: pointer;
    background-color: transparent;
    border-bottom: 2px solid #000;
  }
  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > .custom-menu-inner-wrapper {
    clip: rect(1px,1px,1px,1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    background-color: #fff;
    color: #1e1e1e;
    display: block;
    visibility: visible;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 3;
    opacity: 0;
    transition: opacity .3s ease-in-out;
  }
  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > a:focus {
    background: transparent;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li.child-open > .custom-menu-inner-wrapper {
    clip: auto;
    height: auto;
    width: 100%;
    overflow: visible;
    opacity: 1;
    border-top: 1px solid #faa21b;
    border-bottom: 1px solid #000;
  }

  .custom-menu-inner-wrapper .page-center {
    border-color: transparent !important;
  }

  .custom-menu-inner-wrapper .page-center > .hs-menu-children-wrapper {
    padding: 60px 0;
  }

  .custom-menu-inner-wrapper .page-center .hs-menu-children-wrapper .nav-second-level {
    vertical-align: top;
    float: left;
    display: inline-block;
    background-color: #fff;
    padding-right: 1.875rem;
    padding-left: 0;
    border-right: 1px solid #faa21b;
    width: 25%;
  }

  .custom-menu-inner-wrapper .page-center .hs-menu-children-wrapper .expanded-nav {
    display: inline-block;
    min-height: 1px;
    float: left;
    box-sizing: border-box;
    vertical-align: top;
    background-color: #fff;
    padding-left: 1.875rem;
    padding-right: 0;
    border-left: 1px solid #faa21b;
    margin-left: -1px;
    width: 74%!important;
  }
body.mobile-open ul.hs-menu-children-wrapper {
    display: block !important;
}
  .custom-menu-inner-wrapper .page-center .hs-menu-children-wrapper:before,
  .custom-menu-inner-wrapper .page-center .hs-menu-children-wrapper:after {
    display: table;
    width: 100%;
    content: '';
  }

  /*   .custom-menu-inner-wrapper .page-center .hs-menu-children-wrapper .nav-second-level > a {
  display: none !important;
} */

  .custom-menu-inner-wrapper .page-center .hs-menu-children-wrapper .nav-second-level ul li {
    margin-bottom: .625rem;
    font-weight: 400;
  }

  .custom-menu-inner-wrapper .page-center .hs-menu-children-wrapper .nav-second-level ul li a {
    border: none;
    display: block;
    text-decoration: none;
    line-height: 1.2;
    white-space: normal !important;
  }

  /*   .custom-menu-inner-wrapper .page-center .hs-menu-children-wrapper .expanded-nav > a {
  display: none !important;
} */

  .custom-menu-inner-wrapper .page-center .hs-menu-children-wrapper .expanded-nav > ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  .custom-menu-inner-wrapper .page-center .hs-menu-children-wrapper .expanded-nav ul:before,
  .custom-menu-inner-wrapper .page-center .hs-menu-children-wrapper .expanded-nav ul:after {
    display: none;
  }

  .custom-menu-inner-wrapper .page-center .hs-menu-children-wrapper .expanded-nav ul li {
    margin-bottom: 1.25rem;
    font-weight: 400;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }

  .custom-menu-inner-wrapper .page-center .hs-menu-children-wrapper .expanded-nav > ul > li > a {
    font-family: Algebra,Georgia,serif;
    margin-top: 0;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    border: none;
    text-decoration: none;
    line-height: 1.2;
    white-space: normal !important;
    font-weight: 600;
  }

  .custom-menu-inner-wrapper .page-center .hs-menu-children-wrapper .expanded-nav > ul > li ul {
    margin: 0 0 1.5em;
  }

  .custom-menu-inner-wrapper .page-center .hs-menu-children-wrapper .expanded-nav > ul > li ul li {
    line-height: 1.5;
    margin-bottom: .625rem;
    font-weight: 400;
  }

  .custom-menu-inner-wrapper .page-center .hs-menu-children-wrapper .expanded-nav > ul > li ul li a {
    border: none;
    display: block;
    text-decoration: none;
    line-height: 1.2;
    white-space: normal !important;
  }

  .custom-menu-inner-wrapper .page-center .hs-menu-children-wrapper .expanded-nav ul li.Useour.data ul li:first-child a {
    line-height: 1.5;
    pointer-events: none;
  }
  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li.Aboutus .expanded-nav > ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    max-width: 500px;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li.Aboutus .expanded-nav > ul > li {
    margin-bottom: .625rem;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li.Aboutus .expanded-nav > ul > li > a {
    font-family: Algebra,Georgia,serif;
    font-weight: 400;
    line-height: 1.33em;
    margin-top: 0;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li.Aboutus .expanded-nav > ul > li > a:hover,
  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li.Aboutus .expanded-nav > ul > li > a:focus {
    background: transparent;
  }
  /*   .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > ul{
  display:none !important;
} */
  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li.child-open > a {
    border-bottom: 2px solid #000;
  }
  /* Override max width on menu links */
  .custom-menu-primary .hs-menu-wrapper > ul li a, 
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
  }

  /* Fix menu disappearing on desktop after toggling mobile menu */
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
}


/* GuideStar by Candid menu */

ul.social>li::before {     
  content: none !important; 
}
#nav-multisite .ms-find-location #ms-find-us-Form .input-zipcode {
    padding: 4px 8px !important;
}

.cm-sitemap-wrap .custom-menu-primary .hs-menu-wrapper ul li:last-child a {
  display: inline-block;
  padding: 0.5em;
  background-color: #febe10;
  margin-bottom: 0.5em;
  border: dotted 1px transparent;
  text-align: center;
}

.cm-sitemap-wrap .custom-menu-primary .hs-menu-wrapper ul li:last-child a:hover {
  background: #faa21b;
}

.cm-sitemap-wrap .custom-menu-primary .hs-menu-wrapper ul li:last-child a:focus {
  border-color: #000000;
}

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

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

@media (max-width: 814px){

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

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin:0;
  }

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

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

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

/* =============== Side menu on page navigation =============== */

.aside-content-container,
.aside-content-container .aside-content {
  position: relative;
  visibility: hidden;
    display: none;
    width: 100%;
}

.aside-nav ul li {
  margin: 0;
  padding: 1rem 0;
  border-bottom: 1.25px dotted #faa21b;
  font-weight: 600;
}
.aside-nav li:first-child {
  border-top: 1.25px dotted #faa21b;
}

.aside-nav-desc {
    font-family: "LL Akkurat Regular Web","Open Sans",Calibri,Arial,sans-serif;
    line-height: 1.333;
    font-size: .875rem;
    margin-top: 0.25em;
}

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

  .aside-content-container .aside-content {
    display: block;
    visibility: visible;
    position: absolute;
    width: 25%;
    top: 3em;
    right: 0;
    padding-left: 40px;
    padding-right: 20px;
  }
}
/* ==========================================================================
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 {
  margin-bottom: 10px;
}
.post-header h2 a {
  text-decoration: none;
  color: inherit;
  border: none;
}
.post-header h2 a:hover {} 

.blog-post-wrapper h2{
  margin-bottom: 10px;
}
.blog-post-wrapper h2 a{
  text-decoration: none;
  color: inherit;
  border: none;
}
.blog-post-wrapper h2 a:hover,
/* 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 {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: auto !important;
  max-width: 100%;
}

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

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

/* Read More Link */
a.more-link {
  display: inline-block;
  padding-top: 10px;
}

/* Blog Topics List */
#hubspot-topic_data {
  color: #888888;
  font-weight: 700;
}
#hubspot-topic_data a.topic-link {}

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

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0;
}

.new-comments.no-comments {
  border: none !important;
  margin:0px;
}


/* Pagination */
.blog-pagination {}
.blog-pagination a {
  display: block;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin-bottom:20px;	
}

.blog .blog-sidebar ul li {
  padding: 0 0 10px;
}

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

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

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

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

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

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



/* Default Comment Form */

#comment-form {
  border:1px solid #000;
  padding:20px;
  margin-top:20px;
  margin-bottom:20px;
  max-width:500px;
}



@media (max-width: 767px) {
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  #comment-form {
    max-width:100%;
  }
}





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


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

input.hs-button.primary.large {
    text-transform: none;
}

h3.form-title {
  font-size: 2.25rem;
}

@media screen and (min-width: 993px){
  h3.form-title {
    font-size: 3.75rem;
  }
}
/* Form Field */
.hs-form-field {
  margin-bottom: 0.5em;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
/*   margin-bottom: 5px; */
  display: inline-block;
  color: #1e1e1e;
  font-weight: 400;
  font-size: 1rem;
  font-family: LL Akkurat Regular Web,Open Sans,Calibri,Arial,sans-serif;
}

/* 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"],
textarea,
select { 
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  line-height: normal;
  background: transparent;
  outline: 0;
  font-size: 1rem;
  width: 100%;
  margin: 0;
  font-family: LL Akkurat Regular Web,Open Sans,Calibri,Arial,sans-serif;
  color: #1e1e1e;
  background-color: #f0ece9;
  border: none;
  padding: 1rem 1rem .75rem !important;
  border-bottom: 1px solid #000;  
  max-width:767px;
  box-shadow: 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,
textarea:focus,
select:focus {
  outline:none;
  border:1px dotted #000;
  background-color:#fff
}


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

form.hs-form .hs-form-field ul.inputs-list li:before {
    display: none;
}

form.hs-form .inputs-list input[type=checkbox],
form.hs-form .inputs-list input[type=radio]{
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    background: transparent;
    border: 0 !important;
    padding: 0 !important;
}

form.hs-form .inputs-list input[type=checkbox]:before {
    font-family: "Material Icons Sharp";
    font-size: 1.25em;
    content: "check_box_outline_blank";
}

form.hs-form .inputs-list input[type=checkbox]:checked:before {
    content: "check_box";
    width: auto;
}

form.hs-form .inputs-list input[type=radio]:before {
    font-family: "Material Icons Sharp";
    font-size: 1.25em;
    content: "radio_button_unchecked";
}

form.hs-form .inputs-list input[type=radio]:checked:before {
    content: "radio_button_checked";
    width: auto;
}

/* 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{
  display: inline-block;
  font-weight: 400;
  font-size: 1rem;
  font-family: LL Akkurat Regular Web,Open Sans,Calibri,Arial,sans-serif;
}

ul.no-list li::before {
    display: none;
}
ul.no-list li {
    padding-left: 0;
}
ul.no-list.hs-error-msgs.inputs-list {
    margin-top: 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"] {}


/* =============== HubSpot CTA Pop-up Forms =============== */

.leadinModal.leadinModal-v3 .leadinModal-overlay {
    background-color: rgba(255,255,255,0.8) !important;
}

.leadinModal.leadinModal-theme-default.leadinModal-v3 .leadinModal-content {
  background-color: #ffffff !important;
  border-radius: 0 !important;
  border: solid 1px #000 !important;
}

.leadinModal .leadinModal-content {
    box-shadow: none !important;
}

.leadinModal.leadinModal-theme-default .leadinModal-content {
  border-radius: 0 !important;
}

.leadinModal .leadin-button {
  width: auto !important;
  border-radius: 0 !important;
}

.leadinModal .leadin-button-wrapper {
  text-align: left !important;
}

.leadinModal .leadinModal-content h1, .leadinModal .leadinModal-content h2, 
.leadinModal .leadinModal-content h3, .leadinModal .leadinModal-content h4, 
.leadinModal .leadinModal-content h5, .leadinModal .leadinModal-content h6 {
  color: #1e1e1e !important;
  font-weight: normal !important;
  font-size: 24px !important;
}

.leadinModal .leadinModal-content p, .leadinModal .leadinModal-content ul, 
.leadinModal .leadinModal-content li, .leadinModal .leadinModal-content input[type="text"], 
.leadinModal .leadinModal-content input[type="email"], .leadinModal .leadinModal-content input[type="tel"], 
.leadinModal .leadinModal-content input[type="number"], .leadinModal .leadinModal-content input[type="checkbox"], 
.leadinModal .leadinModal-content select, .leadinModal .leadinModal-content textarea, 
.leadinModal .leadinModal-content .secondary-dismiss {
  color: #1e1e1e !important;
  font-size: 18px !important;
}

.leadinModal .leadinModal-content label {
    color: #1e1e1e !important;
    font-family: "LL Akkurat Regular Web", "Open Sans", Calibri, sans-serif !important;
}

.leadinModal .leadin-input-wrapper label {
    font-weight: normal !important;
    font-size: 16px !important;
}

.leadinModal .leadinModal-content textarea, .leadinModal .leadinModal-content input[type="text"], 
.leadinModal .leadinModal-content input[type="email"], .leadinModal .leadinModal-content input[type="tel"], 
.leadinModal .leadinModal-content input[type="number"], .leadinModal .leadinModal-content input[type="file"], 
.leadinModal .leadinModal-content select {
  border: 0 !important;
  border-bottom: 1px solid #000 !important;
}

.leadinModal .leadinModal-content textarea:focus, .leadinModal .leadinModal-content input[type="text"]:focus, 
.leadinModal .leadinModal-content input[type="email"]:focus, .leadinModal .leadinModal-content input[type="tel"]:focus, 
.leadinModal .leadinModal-content input[type="number"]:focus, .leadinModal .leadinModal-content input[type="file"]:focus, 
.leadinModal .leadinModal-content select:focus {
  background-color: #efecea !important; 
  border: dotted 1px #000 !important;
}

.leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner.leadinModal-form .leadinModal-content, 
.leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner.leadinModal-thanks .leadinModal-content, 
.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner.leadinModal-form .leadinModal-content, 
.leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner.leadinModal-thanks .leadinModal-content, 
.leadinModal-v3.leadinModal.leadinEmbedded-theme-default.leadinModal-form .leadinModal-content, 
.leadinModal-v3.leadinModal.leadinEmbedded-theme-default.leadinModal-thanks .leadinModal-content {
  background-color: #ffffff !important;
  border-bottom-width: 1px !important;
}

.leadinModal.leadinModal-theme-bottom-left-corner .leadinModal-content {
  border-radius: 0 !important;
}

.leadinModal.leadinModal-theme-bottom-right-corner .leadinModal-content, 
.leadinModal.leadinModal-theme-bottom-left-corner .leadinModal-content {
  border: solid 1px #000000 !important;
  border-left-width: 0 !important;
}

.leadinModal.leadinModal-v3 .leadin-button {
  padding: 1em 1.7em !important;
}

.leadinModal .leadin-button {
  font-size: 18px !important;
}

.leadinModal.leadinModal-v3 .thank-you-message a {
    color: #1e1e1e !important;
    font-weight: normal !important;
}

.leadinModal .leadin-footer-link, .leadinModal .leadin-close-button {
    color: #1e1e1e !important;
}

.leadin-button.leadin-advance-button.leadin-button-primary, 
.leadin-button.leadin-button-primary.leadin-primary.leadin-submit,
.leadinModal.leadinModal-v3 .leadin-button {
  background: #febe10 !important;
  color: #1e1e1e !important;
}

.leadin-button.leadin-advance-button.leadin-button-primary:hover,
.leadin-button.leadin-button-primary.leadin-primary.leadin-submit:hover,
.leadinModal.leadinModal-v3 .leadin-button:hover,
.leadinModal-425447 .leadin-button-secondary:hover {
  background: #faa21b !important;
}

.leadinModal-v3 .leadinModal-close::before {
    color: #1e1e1e !important;
}

.leadinModal .leadinModal-close::before {
  font-size: 36px !important;
  line-height: 36px !important;
}



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


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

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

ul.hs-error-msgs.inputs-list label {
  color: #9F2018;
}
.hs-button.primary,
input[type="submit"],
input[type="button"] {

  border-radius: 0;
  user-select: none;
  margin-bottom: 15px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  font-size: 1.125rem;
  padding-left: 27px;
  padding: .84375rem 1.6875rem;
  padding-right: 27px;
  padding-top: 13.5px;
  padding-bottom: 13.5px;
  background-color: #febe10;
  font-family: Algebra,Georgia,serif;
  display: inline-block;
  width: auto;
  color: #1e1e1e;
  font-weight: 400;
  line-height: 1;
  height: auto;
}

.hs-button.primary:hover,
.btn.btn-cta:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #1e1e1e !important;
  background-color: #faa21b !important;
}

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

}
span.hs-form-required {
  color: #9F2018;
  margin-left: 2px;
}

li.hs-form-radio {
  padding-left: 0;
}
/* ul>li.hs-form-radio::before {
  font-family: "Material Icons";
  display: inline-block;
  font-size: 1.25em;
  content: "radio_button_unchecked"; 
  padding-right: 10px;
  line-height: 1;
  vertical-align: middle;

  width: auto;
  height: auto;
  position: relative;
  left: auto;
  top: auto;
  background: transparent;
} */

ul>li.hs-form-radio:before {
  content: none;
}
ul>li.hs-form-radio input[type=radio] + label:before {
  font-family: "Material Icons";
	display: inline-block;
	font-size: 1.25em;
  content: "radio_button_unchecked"; 
  padding-right: 10px;
  line-height: 1;
  vertical-align: middle;
}
input[type=radio]:checked + label::before {
    content: "radio_button_checked";
    color: #000000;
} 

li.hs-form-booleancheckbox {
    padding-left: 0;
}

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

.SmFeatImgRow img {
  width: 100%;
  max-width: 6.5em;
}
.Pricing-2CardsRow.card-row .row-fluid-wrapper .row-fluid {
    display: flex;
    flex-wrap: wrap;
}
.Pricing-2CardsRow.card-row .card {
    margin: 0;
    padding: 0 2em;
    border-right: solid 1px #faa21b;
    flex-basis: 50%;
}
.Pricing-2CardsRow.card-row .card:first-child {
  padding-left: 0;
}
.Pricing-2CardsRow.card-row .card:last-child {
  border-right: none;
  padding-right: 0;
}

ul.hs-search-field__suggestions {
  padding: 10px;
}
ul.hs-search-field__suggestions li {
  margin-bottom: 5px;
}
ul.hs-search-field__suggestions a {
  padding: 5px;
}
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; 
}
.subscribe-options label {
  margin: 0;
}
.comment-date {
  display: table;
}
input[type="checkbox"] {
  display: inline-block;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  padding: 5px;
  overflow: hidden;
  overflow-x: auto;
}
.lp a.mobile-trigger {
  display: none;
}

.widget-span.cm-header-top-inner,
.widget-span.header-top-content-wrap {
  transition: all .3s ease-in-out;
}
@media (max-width:767px){
  .post-body img {
    margin: 0 auto !important;
    display: block !important;
    float: none !important;
    width: auto !important;
  }

  .hs-author-profile .hs-author-avatar {
    float: none;
    margin: 0 0 10px;
  }
}
@media (min-width:768px){
  @media only screen and (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){
    .widget-span.cm-logo-wrap .custom-logo {
      /*       margin: 1.09rem 0 0.15rem; */
      margin: 0.1rem 0;
    }
  }
}
/* Styles that do not fit into any of the available sections above can go here. */





/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
@media (max-width: 1394px) {
  .container-fluid .row-fluid .page-center {
    margin-left: 40px;
    width: auto;
  }
  .widget-span.footer-logo-wrap .page-center {
    max-width: 1200px !important;
    padding-left: 40px!important;
    margin-left: 80px!important;
  }

  .widget-span.copyright-wrap .page-center {
    margin-left: 80px!important;
    padding-left: 40px!important;
    max-width: 1200px !important;
  }
  #site-search .site-search-container {
    margin-left: 40px;
    padding: 0 40px;
    padding-left: 0;
    padding-right: 2.5em;
  }
}
@media (max-width: 1219px) {
  .widget-span.cm-sitemap-wrap {
    padding: 0 40px;
  }
}
@media (max-width: 1260px) and (min-width: 1100px){
  .widget-span.top-content-trigger>div>div>div {
    max-width: 1248px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .widget-span.header-top-content-top.page-center {
    max-width: 1248px;
    padding-left: 24px !important;
    padding-right: 24px !important;
    margin: 0 auto !important;
  }

  .widget-span.header-top-content-bottom .page-center {
    max-width: 1248px;
    padding-left: 24px !important;
    padding-right: 24px !important;
    margin: 0 auto !important;
  }
  .widget-span.custom-menu-primary .hs-menu-wrapper>ul>li {
    margin-right: 1.5em;
    margin-bottom: 1px;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper>ul>li > a {
    line-height: 1;
  }
  .widget-span.custom-menu-primary .hs-menu-wrapper>ul>li.child-open {
    margin-bottom: 0;
  }
}

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

@media (max-width: 1100px) and (min-width: 1024px){
  .widget-span.header-top-content-bottom .ms-find-location h1 {
    margin-bottom: 16px;
  }

  .widget-span.header-top-content-bottom .ms-find-location {
    display: block;
    padding-bottom: 20px;
  }
  .widget-span.top-content-trigger>div>div>div {
    max-width: 1248px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .widget-span.header-top-content-top.page-center {
    max-width: 1248px;
    padding-left: 24px !important;
    padding-right: 24px !important;
    margin-left: 0;
  }

  .widget-span.header-top-content-bottom .page-center {
    max-width: 1248px;
    padding-left: 24px !important;
    padding-right: 24px !important;
    margin-left: 0;
  }
}


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

@media (max-width: 1024px) {
  .widget-span.copyright-wrap .page-center {
    padding-right: 24px !important;
  }

  .widget-span.top-content-trigger>div>div>div {
    max-width: 1248px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .widget-span.header-top-content-top.page-center {
    max-width: 1248px;
    padding-left: 24px !important;
    padding-right: 24px !important;
    margin-left: 0 !important;
  }

  .widget-span.header-top-content-bottom .page-center {
    max-width: 1248px;
    padding-left: 24px !important;
    padding-right: 24px !important;
    margin-left: 0;
  }

  .widget-span.header-top-content-bottom .ms-find-location {
    display: block;
    padding-bottom: 20px;
  }

  .widget-span.header-top-content-bottom .ms-find-location h1 {
    margin-bottom: 16px;
  }
  .widget-span.header-top-content-top>div>div {
    display: block;
    padding-top: 16px;
  }

  .widget-span.header-top-left-col {
    border-right: 0;
    min-width: 100%;
    width: 100%;
  }

  .widget-span.header-top-left-col .contact {
    position: relative;
    bottom: auto;
    left: auto;
    display: flex;
    align-items: center;
    margin-top: 16px;
  }

  .widget-span.header-top-left-col h1 {
    display: inline;
    width: auto;
  }

  .widget-span.header-top-left-col h2 {
    display: inline;
    width: auto;
    font-size: 20px;
  }

  .widget-span.header-top-left-col h1 a {
    display: inline;
  }

  .widget-span.header-top-left-col .contact>a {
    margin-bottom: 0;
    margin-right: 12px;
  }

  .widget-span.header-top-right-col {
    width: 100%;
    padding-left: 0;
    padding-top: 12px;
  }

  .widget-span.header-top-right-col .heading h1 {
    font-size: 20px;
  }
  .top-content-open .widget-span.cm-header-top-inner {
    max-height: 700px;
  }
}

@media (max-width: 992px) {
  .widget-span.cm-logo-wrap {
    width: 25%;
  }

  .widget-span.cm-sitemap-wrap {
    width: 75%;
  }
  .widget-span.custom-footer-menu .hs-menu-wrapper>ul>li {
    padding-left: 20px;
  }
  .widget-span.cm-logo-wrap .custom-logo a img {
    vertical-align: 2px;
  }
  .widget-span.cm-sitemap-wrap {
    padding: 0 20px;
  }

  #site-search .site-search-container {
    padding-left: 25%;
    padding-right: 40px;
    pointer-events: none;
  }

  #site-search .site-search-container .site-search-wrapper {
    margin: 0;
  }
}  

@media (max-width: 991px) {
  .container-fluid .row-fluid .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }
  .widget-span.footer-logo-wrap .page-center {
    padding-right: 24px !important;
    padding-left: 0 !important;
    margin-left: 40px!important;
  }

  .widget-span.copyright-wrap .page-center {
    margin-left: 40px!important;
    padding-left: 0 !important;
  }
  .widget-span.cm-sitemap-wrap {
    padding: 0 20px;
  }
  .custom-menu-inner-wrapper .page-center {
    padding: 2.5rem 20px;
  }

  .custom-menu-inner-wrapper .page-center .hs-menu-children-wrapper .expanded-nav>ul>li>a {
    font-size: 1.25rem;
  }

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

@media (max-width: 814px) {
  .widget-span.copyright-wrap .page-center {
    padding-right: 16px !important;
  }

  .widget-span.copyright>*>*>p {
    display: none;
  }

  .widget-span.cm-footer-bottom {
    padding: 16px 0;
  }

  .widget-span.footer-logo-wrap .page-center {
    padding-right: 16px !important;
  }

  .widget-span.footer-logo>*>* {
    display: block;
  }

  .widget-span.footer-logo>*>*>p a>span>span+span {
    font-size: 32px;
  }

  .widget-span.footer-logo>*>*>h2 {
    font-size: 16px;
    padding-bottom: 8px;
  }

  .widget-span.footer-logo>*>*>p a>span {}

  .widget-span.footer-logo>*>*>p {
    line-height: 32px;
  }

  .widget-span.footer-logo>*>*>p a {
    line-height: 32px;
    font-size: 32px;
  }

  .widget-span.footer-logo>*>*>p a>span {
    font-size: 32px;
    line-height: 32px;
  }

  .widget-span.custom-footer-menu .hs-menu-wrapper>ul>li {
    width: auto;
    padding-left: 10px;
  }

  .widget-span.custom-footer-menu .hs-menu-wrapper>ul>li:last-child {
    margin: 1em 0;
    display: inline-block;
    clear: both;
    float: left;
  }
  .widget-span.top-content-trigger>div>div>div {
    padding-left: 16px;
    padding-right: 16px;
  }

  .widget-span.header-top-content-top.page-center {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .widget-span.header-top-sitemap .hs-menu-wrapper>ul {
    display: block;
  }

  .widget-span.header-top-sitemap .hs-menu-wrapper>ul>li:first-child {
    width: 100%;
  }

  .widget-span.header-top-sitemap .hs-menu-wrapper>ul>li:last-child {
    margin-top: 16px;
    width: 100%;
  }

  .widget-span.header-top-sitemap .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul ul.hs-menu-children-wrapper {
    display: none;
    margin: 0;
  }

  .widget-span.header-top-content-bottom .page-center {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .widget-span.header-top-sitemap .hs-menu-wrapper>ul>li>a {
    cursor: pointer;
  }
  .header-top-child-trigger {
    display: inline-block;
    vertical-align: bottom;
    transform: rotate(180deg);
    transition-delay: 0s;
    transition-duration: 300ms;
    width: auto;
  }

  .header-top-child-trigger:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-variant: normal;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    margin-left: .2em;
    content: '\e80a';
    font-size: 16px;
    line-height: 1.5;
    transition-delay: 100ms;
    transition-duration: 500ms;
    transition-timing-function: ease-out;
    transition-property: max-height, opacity, transform;
    z-index: 10000;
    text-transform: none;
    text-align: left;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #1e1e1e;
    overflow: hidden;
    font-family: "ms-icons";
  }

  .child-open .header-top-child-trigger {
    transform: rotate(0);
  }
  .widget-span.header-top-sitemap .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper {
    display: block;
  }
  .top-content-open .widget-span.cm-header-top-inner {
    max-height: 1280px;
  }


  .widget-span.header-top-sitemap .hs-menu-wrapper > ul > li:first-child > ul > li {
    float: none;
  }

  .widget-span.header-top-sitemap .hs-menu-wrapper > ul > li:first-child > ul > li:first-child {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }

  .widget-span.header-top-sitemap .hs-menu-wrapper > ul > li:first-child > ul > li:last-child {
    width: 100%;
  }

  .widget-span.header-top-sitemap .hs-menu-wrapper > ul > li:first-child > ul > li:last-child > ul {
    column-count: 1;
  }

  .widget-span.header-top-sitemap .hs-menu-wrapper>ul>li:last-child > ul {
    column-count: 1;
  }
  .widget-span.header-top-sitemap .hs-menu-wrapper > ul ul {
    padding: 0 !important;
    margin: 0 !important;
  }
  .widget-span.cm-header-outer .page-center > div {
    padding-top: 0;
  }

  .widget-span.cm-logo-wrap {
    width: 100%;
  }

  .mobile-trigger {
    width: 50px;
    height: 45px;
    display: block;
    padding: 5px 10px;
    cursor: pointer;
    float: right;
    transition-property: width,height,padding,-webkit-transform;
    transition-property: width,height,padding,transform;
    transition-property: width,height,padding,transform,-webkit-transform;
    transition-duration: .125s;
    transition-timing-function: linear;
    border: none;
    margin-top: 1px;
  }

  .mobile-trigger span {
    background-color: #000;
    height: 5px;
    display: block;
    margin: 5px 0;
  }

  .mobile-trigger:hover {
    background-color: #febe10;
    transition-duration: .125s;
    transition-timing-function: linear;
    border: 0;
  }
  body.mobile-open .widget-span.cm-sitemap-wrap {
    display: block !important;
  }
  body.mobile-open ul.hs-menu-children-wrapper {
    display: block !important;
  }
  .widget-span.cm-logo-wrap .custom-logo {
    font-size: 3rem;
    margin: .5rem 0 .75rem;
    max-width: 180px;
    position: relative;
    bottom: -1px;
  }

  .widget-span.cm-logo-wrap .custom-logo a img {
    vertical-align: 3px;
  }

  .widget-span.cm-sitemap-wrap {
    display:none;
    width:100%;
    margin:0;
  }

  #search-trigger {
    display: none;
  }
  .widget-span.custom-menu-primary {
    margin-right: 20px;
    height: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper {
    background: transparent;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li {
    font-size: 0.88rem;
    font-family: LL Akkurat Regular Web,Open Sans,Calibri,Arial,sans-serif;
    font-weight: 700;
    vertical-align: bottom;
    text-align: left;
    line-height: 24px;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #1e1e1e;
    border: none;
    z-index: 4;
    bottom: -1px;
    height: 100%;
    display: block;
    text-decoration: none;
    transition-property: background-color;
    transition-timing-function: ease-in-out;
    border-bottom: 2px solid transparent;
    margin-top: 1em;
    font-size: 1.5em;
    padding: .5rem 0 .85rem;
    position: relative;
    line-height: 36px;
    font-weight: 700;
    width: fit-content;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li.hovered > a, 
  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover, 
  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li.child-open > a {
    cursor: pointer;
    background-color: transparent;
    border-bottom: 2px solid #000;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > .custom-menu-inner-wrapper > .page-center {
    margin: 0;
    padding: 1.5em 0;
    border-left: 1px solid transparent;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > .custom-menu-inner-wrapper {
    display: none;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > .custom-menu-inner-wrapper > .page-center > ul > li.nav-second-level {
    display: none;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > .custom-menu-inner-wrapper > .page-center > ul > li.expanded-nav > a {
    display: none;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > .custom-menu-inner-wrapper > .page-center > ul > li.expanded-nav > ul > li {
    margin-bottom: 1.25rem;
    font-weight: 400;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > .custom-menu-inner-wrapper > .page-center > ul > li.expanded-nav {
    padding-right: 20px;
    padding-left: 20px;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > .custom-menu-inner-wrapper > .page-center > ul > li.expanded-nav > ul > li > a {
    font-family: Algebra,Georgia,serif;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #1e1e1e;
    cursor: pointer;
    font-weight: 600;
    border-bottom: 1px dotted transparent;
    border: none;
    display: block;
    text-decoration: none;
    line-height: 1.2;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > .custom-menu-inner-wrapper > .page-center > ul > li.expanded-nav > ul > li > a:hover {
    background-color: #febe10;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > .custom-menu-inner-wrapper > .page-center > ul > li.expanded-nav > ul > li > ul {
    margin: 0 0 1.5em;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > .custom-menu-inner-wrapper > .page-center > ul > li.expanded-nav > ul > li > ul > li {
    line-height: 1.5;
    margin-bottom: .625rem;
    font-weight: 400;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > .custom-menu-inner-wrapper > .page-center > ul > li.expanded-nav > ul > li > ul > li > a {
    color: #1e1e1e;
    display: block;
    text-decoration: none;
    line-height: 1.2;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > .custom-menu-inner-wrapper > .page-center > ul > li.expanded-nav > ul > li > ul > li > a:hover {
    background-color: #febe10;
  }
  .child-trigger {
    display: block;
    width: 100%;
    height: 59px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    cursor: pointer;
  }
  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > .custom-menu-inner-wrapper > .page-center > ul > li.nav-second-level {
    display: block;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > .custom-menu-inner-wrapper > .page-center > ul > li.expanded-nav {
    display: none;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > .custom-menu-inner-wrapper > .page-center > ul > li.nav-second-level > a {
    display: none;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > .custom-menu-inner-wrapper > .page-center > ul > li.nav-second-level > ul > li {
    margin-bottom: .625rem;
    font-weight: 400;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > .custom-menu-inner-wrapper > .page-center > ul > li.nav-second-level > ul > li > a {
    color: #1e1e1e;
    border: none;
    display: block;
    text-decoration: none;
    line-height: 1.2;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > .custom-menu-inner-wrapper > .page-center > ul > li.nav-second-level > ul > li > a:hover {
    background-color: #febe10;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > .custom-menu-inner-wrapper .child-trigger {
    display: none;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li.child-open > .custom-menu-inner-wrapper {
    border-top: 1px solid #faa21b;
    border-bottom: 1px solid #000;
  }
  #site-search {
    padding-bottom: 15px;
    position: static;
    pointer-events: all;
  }

  #site-search .site-search-container {
    margin: 0;
    padding: 0 20px;
    pointer-events: all;
  }

  #site-search .site-search-container .site-search-wrapper {
    margin-left: -20px;
    margin-right: -20px;
    pointer-events: all;
  }

  #site-search .site-search-container .site-search-wrapper form {
    display: inline-block;
    min-height: 1px;
    float: left;
    box-sizing: border-box;
    vertical-align: top;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
    opacity: 1;
    pointer-events: all;
    max-width: 100%;
  }

  #site-search .site-search-container .site-search-wrapper form input[type="search"] {
    border: none;
    padding: .75rem 1rem .5rem;
    vertical-align: top;
    border-radius: 0;
    border-bottom: 1px solid #000;
    font-size: 1.125rem;
    margin: 0;
    height: 45px;
    font-family: LL Akkurat Regular Web,Open Sans,Calibri,Arial,sans-serif;
    background-color: #f0ece9;
    margin-right: -2px;
    display: inline-block;
    width: 50%;
  }

  #site-search .site-search-container .site-search-wrapper form button {
    display: inline-block;
    width: 50%;
  }
  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > .custom-menu-inner-wrapper > .page-center > ul > li.expanded-nav > ul > li:nth-child(6) > ul > li:first-child > a {
    line-height: 1.5;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){
    .widget-span.cm-logo-wrap .custom-logo {
      bottom: 0;
      margin: 0.4rem 0 0.85rem;
    }

    .mobile-trigger {
      margin-top: 3px;
    }

    .widget-span.cm-logo-wrap .custom-logo a img {
      vertical-align: middle !important;
    }
  }
} 
@media (max-width:767px) and (min-width: 681px) {
  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    top: 0;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li.child-open > a {
    padding-bottom: 14.2px;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li:last-child.child-open {
    top: 0px;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li:last-child.child-open > a {
    padding-bottom: 13px;
  }
}

@media (max-width: 680px) {
  .widget-span.custom-footer-menu .hs-menu-wrapper>ul>li {
    width: 100%;
    padding: 0;
  }
  .widget-span.cm-logo-wrap .custom-logo {
    font-size: 2.625rem;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0;
  }
}

@media (max-width: 600px) {
  .widget-span.header-top-left-col h1 {
    line-height: 1.25;
    font-size: 36px;
    display: block;
  }

  .widget-span.header-top-left-col h1 a {
    font-size: 36px;
  }

  .widget-span.header-top-left-col h1 a span {
    font-size: 36px;
  }

  .widget-span.header-top-content-top>div>div {
    padding-top: 12px;
    padding-bottom: 16px;
  }

  .widget-span.header-top-left-col h2 {
    font-size: 18px;
  }

  .widget-span.header-top-left-col .contact {
    margin-top: 8px;
  }

  .widget-span.header-top-right-col .heading h1 {
    font-size: 18px;
    margin: 0 0 8px;
  }

  .widget-span.header-top-sitemap .hs-menu-wrapper>ul>li:last-child {
    margin-top: 4px;
  }

  .widget-span.header-top-content-bottom .ms-find-location h1 {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .widget-span.header-top-content-bottom .find-us {
    display: block;
  }

  .widget-span.header-top-content-bottom .find-us h2 {
    font-size: 16px;
    display: block;
    margin-bottom: 4px;
  }

  .widget-span.header-top-content-bottom .find-us form {
    margin: 0;
    display: block;
  }

  .widget-span.header-top-content-bottom .find-us form input[type="text"] {
    width: calc(100% - 36px);
    min-width: 0;
  }
}
/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  .container-fluid .row-fluid .page-center {
    margin-left: 0;
    border-left: none;
  }
  
  .page-center .block-container-col {
    padding: 20px 10px 20px 0;
  }

  .widget-span.footer-logo-wrap .page-center {
    margin-left: 20px !important;
  }

  .widget-span.copyright-wrap .page-center {
    margin-left: 20px !important;
  }
  .widget-span.header-top-left-col h1 {
    font-size: 32px;
  }

  .widget-span.header-top-left-col h1 a {
    font-size: 32px;
  }

  .widget-span.header-top-left-col h1 a span {
    font-size: 32px;
  }

  .widget-span.header-top-right-col .heading h1 {
    font-size: 16px;
  }

  .widget-span.header-top-sitemap .hs-menu-wrapper>ul>li>a {
    font-size: 16px;
  }

  .widget-span.header-top-content-bottom .page-center {
    margin-left: 0;
  }
  .widget-span.cm-logo-wrap .custom-logo {
    line-height: 36px;
  }

  .widget-span.cm-logo-wrap .custom-logo a img {
    max-width: 40%;
    vertical-align: 5px;
  }

  .widget-span.cm-logo-wrap .custom-logo a {
    display: inline-block;
    line-height: 36px;
  }

  #site-search .site-search-container .site-search-wrapper form input[type="search"] {
    width: 100%;
    display: block;
  }

  #site-search .site-search-container .site-search-wrapper form button {
    width: 100%;
    margin-left: 0;
  }

  #site-search .site-search-container .site-search-wrapper form {
    display: block;
  }
  h1.mar-top {
    margin-top: 0;
  }
}