/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: 'eraserregular';
  src: url('https://7692624.fs1.hubspotusercontent-na1.net/hubfs/7692624/Sunny_Days_August_2020/Fonts/eraserregular-webfont.eot'),
    url(https://7692624.fs1.hubspotusercontent-na1.net/hubfs/7692624/raw_assets/public/Sunny_Days_August_2020/fonts/eraserregular-webfont.woff) format('woff'),
    url(https://7692624.fs1.hubspotusercontent-na1.net/hubfs/7692624/raw_assets/public/Sunny_Days_August_2020/fonts/eraserregular-webfont.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'allerregular';
  src: url('https://7692624.fs1.hubspotusercontent-na1.net/hubfs/7692624/Sunny_Days_August_2020/Fonts/aller_rg-webfont.eot'),
    url(https://7692624.fs1.hubspotusercontent-na1.net/hubfs/7692624/raw_assets/public/Sunny_Days_August_2020/fonts/aller_rg-webfont.woff) format('woff'),
    url(https://7692624.fs1.hubspotusercontent-na1.net/hubfs/7692624/raw_assets/public/Sunny_Days_August_2020/fonts/aller_rg-webfont.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
img {
  border-style: none;
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
html {
  font-size: 24px;
  color: #393939;
  background: #f3e8bd url(https://7692624.fs1.hubspotusercontent-na1.net/hubfs/7692624/raw_assets/public/Sunny_Days_August_2020/images/bkg-sun.gif) no-repeat;
  background-size: cover;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 175%;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  line-height: 175%;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height:1;
  text-transform: uppercase; 
}


@media (min-width:1025px){
  h1 {
    font-size: 2.1rem;
  }
}
h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin: 1em 0;
  padding:0 0 0 40px;
}

.body-container-wrapper a{
  text-decoration:underline;
}

ul li,
ol li {
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  width: 100%;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}
sup {
  font-size: smaller;
  vertical-align: super;
  position: static;
  line-height: inherit;
}

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


sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size:13.3333px;
  height:39px;
  line-height:normal;
  text-decoration: none !important;
  border-style: outset;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(195, 195, 195));
  text-transform: uppercase;
  padding: 0.75em 1.25em;
  
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: normal;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-form .hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}
input[type="password" i],
.hs-search-field__input,
textarea,
.hs-input {
  -webkit-appearance: none;
  background-color: #FFF;
  font-family: inherit;
  border: 1px solid #CCC;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75) !important;
  display: block;
  font-size: 0.77778em;
  padding: 7.11px;
  height: 32.875px;
  width: 100%;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
textarea{
  min-height:96px;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
input[type="password" i],
textarea,
.hs-search-field__input,
.hs-input:focus {
  outline: none;
}
input[type="password" i] {
  margin: 0 0 10px;
  height: auto !important;
}
textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: normal;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.hs-search-module input{
  margin:0 0 10px; 
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}
input.email-edit.hs-input {
    width: 100% !important;
}
ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}
.hs-landing-page .body-container-wrapper img,
.hs-landing-page .body-container-wrapper form {
    margin: 0 0 30px;
}
.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */


.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:rgba(233, 242, 246, 1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
    color:rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .hs-menu-wrapper ul ul>li>a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:rgba(255, 255, 255, 1.0);
  background-color:rgba(46, 185, 204, 1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
  background-color:rgba(236, 173, 19, 1.0);
  color:rgba(233, 242, 246, 1.0);
}

@media (min-width:1025px){
  .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children > ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background-color:rgba(162, 194, 28, 1.0);
  }
  .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children:hover > ul{
    display:block;
  }
  .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children {
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children > ul > li a{
    color:rgba(221, 221, 221, 1.0);
    background-color:rgba(162, 194, 28, 1.0);
  }
  .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children > ul > li a:hover{
    color:rgba(255, 255, 255, 1.0);
    background-color:rgba(46, 185, 204, 1.0);
  }
  .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children > ul > li.active a{
    color:rgba(221, 221, 221, 1.0);
    background-color:rgba(162, 194, 28, 1.0);
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.two-column-right-content h1 {
  margin-top: 39px;
  font-family: 'eraserregular';
  color: #cb0807;
  line-height: 1;
}
.careers-page .main-sec-wrap .cm-content-with-image {
min-height: auto;
}
.two-column-right-content .cm-content-with-image-wrapper {
  margin-bottom: 30px;
}

.two-column-right-content .button-module.center {
  text-align: left;
  margin: 10px 0 15px;
}

.cm-inner-executive-content .cm-content-with-image {
  padding: 10px 15px;
  font-size: 1em;
}

.cm-inner-executive-content .cm-content-with-image a {
  text-decoration: underline;
}

.cm-inner-executive-content p.cm-content-with-image-top-title {
  font-size: 1.45em;
  padding: 10px 15px;
  text-align: left;
  text-transform: initial;
  background-color: #db1916 !important;
}



.cm-inner-executive-bookmark h3 {
  padding: 10px 15px;
  background-color: #db1916;
  color: #ffffff;
  font-family: 'eraserregular';
  text-transform: initial;
  font-size: 18.4px;
  line-height: 28px;
}

.cm-inner-executive-bookmark h3:after {
  content: "\2002\25bc";
}

.cm-inner-executive-bookmark a {
  text-decoration: none;
}

.cm-full-width-form h1 {
  font-family: 'eraserregular';
  color: #cb0807;
  text-align: center;
  line-height: 1;
}

.cm-full-width-form p {
  text-align: center;
  font-family: 'eraserregular';
}

.cm-full-width-form .actions {
  text-align: center;
}

.cm-full-width-form form {
  width: 50%;
  margin: 0 auto;
}

.cm-website-page fieldset {
  max-width: 100% !important;
}

.cm-website-page .actions{
  text-align:center; 
}

.cm-sitemap-wrapper .hs-menu-wrapper > ul > li {
  font-size: 0.875em;
}

.cm-sitemap-wrapper ul li a {
  text-decoration: underline;
}

.cm-sitemap-wrapper .hs-menu-wrapper > ul {
  margin: 10px 0;
  padding: 0 0 0 38px;
}

.cm-intervention .cm-content-with-image {
  min-height: 100%;
}

.cm-inner-about-wrapper p.cm-content-with-image-top-title {
  font-size: 1.45em;
  text-align: left;
  padding: 10px;
}

.cm-inner-about-wrapper .cm-content-with-image h3 {
  font-size: 1.45em;
  line-height: 28px;
}
.cm-two-column-page .cm-content-with-image-wrapper ,
.resource-page .cm-content-with-image-wrapper {
  margin: 0 0 30px;
}
.cm-two-column-page .cm-content-with-image,
.resource-page .cm-content-with-image {
  min-height: 100%;
}
.cm-left-content h3.form-title {
  font-family: 'eraserregular';
  background-color: #a2c21c;
  color: #fff;
  margin: 0;
  padding: 10px 15px;
}

.cm-left-content form {
  padding: 10px 15px;
  background-color: #fff;
  border-bottom: 3px solid #a2c21c;
}

.cm-left-content form .actions {
  margin: 0 0 30px;
}
.resource-page .span4 .cm-left-content .button-module-item a {
  line-height: 28px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}

.resource-page .span4 .cm-left-content .button-module-item {
  margin: 0 0 40px;
}

.news-and-events-two-col-wrapper.row-fluid .page-center {
  padding: 0 !important;
}

table p {
  margin: 0;
}
.bgred {
  height: 3px;
  width: 100%;
  border: none;
  background: #cb0807 !important;
}
.bgblue {
  height: 3px;
  width: 100%;
  border: none;
  background: #2eb9cc !important;
}
.news-and-events-two-col-wrapper h3 {
    line-height: 28px;
      text-transform: uppercase;
}
@media (max-width: 1200px){
  .cm-two-column-page .span8.al-right ul li {
    word-break: break-word;
  }
}
@media (max-width: 1024px){
  p.cm-content-with-image-top-title {
    font-size: 1.3em !important;
  }
  .two-column-right-content .dnd-section>.row-fluid {
    padding: 0 !important;
  }
  .cm-full-width-form form {
    width: 100%;
    margin: 0 auto;
  }
  .g-recaptcha {
    overflow: auto;
  }
  .cntnt-img-wrapper .span3 {
    width: 50%;
    float: left;
  }
}

@media (max-width: 850px) and (min-width: 767px){
  .cm-two-column-page h3 {
    font-size: 1.2em !important;
  } 
}

@media (max-width:767px){
  .cm-inner-executive-content .dnd-section>.row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }


  .cm-sitemap-wrapper .hs-menu-wrapper > ul > li {
    font-size: 100%;
  }

  .cm-sitemap-wrapper .hs-menu-wrapper > ul {
    margin: 16px 0;
    padding: 0 0 0 40px;
  }

  .cm-inner-executive-content .dnd-section>.row-fluid:before,
  .cm-inner-executive-content .dnd-section>.row-fluid:after {
    display: none;
  }

  .cm-inner-executive-content .span4 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  } 
/*   .span8 .cm-right-content .dnd-section > .row-fluid {
    display: flex;
    flex-wrap: wrap;
  } */

  .span8 .cm-right-content .dnd-section > .row-fluid:before,
  .span8 .cm-right-content .dnd-seection > .row-fluid:after {
    display: none;
  }

  .span8 .cm-right-content .dnd-section > .row-fluid .span3 {
    order: 1;
    width: 100%;
  }

  .span8 .cm-right-content .dnd-section > .row-fluid .span9 {
    order: 2;
  }


}

@media (max-width:640px){
  p.cm-content-with-image-top-title {
    font-size: 1em !important;
  }
  .cm-content-with-image {
    min-height: 100% !important;
  }
  .cm-inner-about-wrapper p.cm-content-with-image-top-title {
    font-size: 1.15em !important;
  }

  .cm-content-with-image {
    font-size: 1em !important;
  }
  .cntnt-img-wrapper .span3 {
    width: 100%;
  }
  .cm-inner-about-wrapper .cm-content-with-image h3 {
    font-size: 1.15em;
  }
}





/*======= contact page =====*/

.contact-page h1 {
  font-family: 'eraserregular';
  font-size: 2em;
  text-transform: uppercase;
  line-height: 1;
  color: #cb0807;
}

.contact-page form {
  padding-top: 22px;
}

.contact-page span.hs-form-required {
  color: #393939;
}

.contact-page h4 {
  font-family: 'eraserregular';
  text-transform: uppercase;
  margin: 1em 0;
  font-size: 16px;
}

.contact-page p {
  color: #393939;
  margin: 1em 0;
}

.contact-page .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin: 26px 0;
}

.contact-page .actions {
  text-align: center;
}

.contact-page input.hs-button.primary.large {
  font-family: arial;
}

.contact-page .field {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}

.contact-page fieldset {
  margin-left: -0.9375em !important;
  margin-right: -0.9375em !important;
}

.contact-page .input {
  margin: 0 !important;
}

.contact-page fieldset.form-columns-3 .hs-form-field {
  width: 33.33% !important;
}

/*====== end contact page =====*/

/*====== services page =========*/
.service-page h1 {
  font-family: 'eraserregular';
  text-transform: uppercase;
  color: #cb0807;
  line-height: 1;
}

.service-page h4 {
  margin: 1em 0;
  font-family: 'eraserregular';
  margin-top: 10px;
  font-size: 16px;
}

.service-page blockquote {
  font-size: 14px;
  font-style: italic;
  border: 3px double #ECAC13;
  padding: 10px 20px;
  background: none repeat scroll 0% 0% #F6F2DD;
  margin: 1em 0;
}

.service-page blockquote p {
  margin: 0;
  text-align: center;
  line-height: 2;
}
/*====== apply page =====*/

.apply-page h3.form-title {
  font-family: 'eraserregular';
  font-size: 2em;
  line-height: 1;
  text-transform: uppercase;
}

.apply-page form {
  padding-top: 22px;
}

.apply-page fieldset.form-columns-3 .hs-form-field {
  width: 33.33333% !important;
}

.apply-page .field {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}

.apply-page fieldset {
  margin: 0 -0.9375em !important;
  max-width: none !important;
}

.apply-page .hs-richtext.hs-main-font-element {
  padding-left: .9375em;
  padding-right: .9375em;
}

.apply-page select option:checked:disabled{
  background-color: transparent !important;
}

.apply-page select {
  padding: 0.15em 0.1em 0.15em 0.2em !important;
  margin: 3px 0;
  font-size: 1em !important;
  border: #c3d9f9 1px solid !important;
  font-family: arial !important;
  color:#000 !important;
}

.hs-fieldtype-file .hs-input {
  background: transparent;
}

.apply-page .hs-form-required{
  margin-left:4px;
}

.apply-page .input {
  margin: 0 !important;
}

.apply-page select.hs-input {
  -webkit-appearance: auto;
}
/*====== end services page =========*/


/*===== two column page ========*/
.cm-two-column-page .page-center {
  padding: 0;
}

.cm-two-column-page h1 {
  font-family: 'eraserregular';
  color: #cb0807;
  margin: 10px 0 8px;
  line-height: 1;
}

.cm-two-column-page .dnd-section{
  padding-bottom: 0;
  padding-top: 0;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-x: auto;
  overflow-y: hidden;
}
.cm-two-column-page p.cm-content-with-image-top-title {
  font-size: 1.45em;
  text-align: left;
  padding: 10px 15px;
  text-transform: none;
}

.cm-two-column-page h3 {
  font-family: 'eraserregular';
  font-size: 1.45em;
  line-height: 28px;
}

.cm-two-column-page .cm-content-with-image {
  font-size: inherit;
  padding: 10px 15px;
}

.cm-two-column-page ul li a {
  text-decoration: underline;
}

.cm-two-column-page .cm-right-content h3 {
  text-transform: uppercase;
}

ul.flt-lt {
  float: left;
  margin-right: 40px;
}

.cm-two-column-page .span8.al-right {
  float: right;
}


/*===== inner resources page ===*/

.inner-res-page .dnd-section {
  padding: 0;
}

.inner-res-page .page-center {
  padding: 0;
}

.inner-res-col-wrap .span8.al-right {
  float: right;
}

.inner-res-col-wrap .cm-right-content ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

.inner-res-col-wrap  .cm-right-content ul li a {
  text-decoration: underline;
}

.inner-res-col-wrap ul li strong {
  color: #cb0807 !important;
}

.inner-res-col-wrap p.cm-content-with-image-top-title {
  text-align: left;
  font-size: 1.45em;
  padding: 10px 15px;
  text-transform: none;
}

.inner-res-col-wrap .cm-content-with-image {
  font-size: 1em;
  padding: 10px 15px;
  min-height: auto;
}

.inner-res-col-wrap .cm-content-with-image li a {
  text-decoration: underline;
}

/*===== end inner resources page ===*/

/*========== locations page ======*/

.location-page h3 {
  font-family: 'eraserregular';
  font-size: 1.45em;
  line-height: normal;
  margin: 20px 0 2px;
  text-transform: uppercase;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}



/*====== careers page ======*/

.careers-page .dnd-section{
  padding:0;
}

.careers-page .page-center {
  padding: 0;
}

.careers-page .row-fluid.main-sec-wrap {
  padding: 18px 0 0;
}

.careers-page .main-sec-wrap p.cm-content-with-image-top-title {
  font-size: 1.45em !important;
  text-align: left;
  padding: 10px 15px;
  text-transform: none;
}

.careers-page .main-sec-wrap .cm-content-with-image {
  padding: 10px 15px;
  font-size: 16px;
}

.redbutton {
  background: #db1916;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.75em 1.25em;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  text-decoration: none !important;
  vertical-align: top;
}

.greenbutton:hover, .redbutton:hover, .bluebutton:hover, .yellowbutton:hover {
  background: #f4b92b;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  color: #fff;
  transition: all .35s ease;
}

.careers-page .app-btn {
  margin: 0 0 -9px;
}

.careers-page h3 {
  font-family: 'eraserregular';
  text-transform: uppercase;
  line-height: 28px;
  font-size: 1.45em;
}

.careers-page .redbutton {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  margin-top: -8px;
}

.careers-page .rt-col ul:last-child {
  margin-bottom: 11px;
}

.contact-page .button-module-item.green .btn {
  text-decoration: none;
}

.cm-newsletter-page h4 {
  font-family: 'Segoe UI', Candara, 'Bitstream Vera Sans', 'DejaVu Sans', 'Bitstream Vera Sans', 'Trebuchet MS', Verdana, 'Verdana Ref', sans-serif;
  font-size: 16px;
  color: #677d0c;
}

.cm-newsletter-page h4 img {
  position: relative;
  top: 3px;
  margin-right: 3px;
}

.cm-newsletter-page .row-fluid [class*="span"] {
  min-height: 0;
}

table.orange-table td {
  background-color: rgb(236, 172, 19);
  border: none !important;
  vertical-align: middle;
  padding: 0;
}

table.orange-table {
  border-collapse: collapse;
  margin: 0 0 8px;
}

table.orange-table p {
  font-size: large !important;
  color: #000 !important;
}

table.blue-tb {
  border: none !important;
  vertical-align: middle;
  padding: 0;
  background-color: #2eb9cc;
  margin-bottom: 17px;
}

table.blue-tb td {
  padding: 0;
  background-color: rgb(99, 205, 220);
  text-align: center;
  line-height: normal;
  color: #000;
  vertical-align: middle;
  font-family: 'Segoe UI', Candara, 'Bitstream Vera Sans', 'DejaVu Sans', 'Bitstream Vera Sans', 'Trebuchet MS', Verdana, 'Verdana Ref', sans-serif;
}

.body_bottom_pane ul.cms-social-icons {
  width: 100%;
  padding: 7px 0 0;
}

.body_bottom_pane ul.cms-social-icons li {
  width: 33%;
}

.body_bottom_pane ul.no-sty {
  width: 100%;
  list-style-type: disc;
  padding: 0 0 0 40px;
  margin: 1em 0;
  font-size: inherit;
  font-family: 'Segoe UI', Candara, 'Bitstream Vera Sans', 'DejaVu Sans', 'Bitstream Vera Sans', 'Trebuchet MS', Verdana, 'Verdana Ref', sans-serif;
  font-size: 14px;
  color: #444444;
  line-height: normal;
}

.body_bottom_pane ul.no-sty li {
  display: list-item;
  width: 100%;
  list-style: inherit;
  text-align: left;
}

table.def-style {
  background: transparent;
  border: none;
}

table.def-style td {
  background: transparent;
  padding: 0;
}

.cm-newsletter-page h4 img {
  float: left !important;
  width: auto !important;
}

table.tab-no-style {
  background: transparent;
  border: none !important;
  margin: 20px 0 24px;
}

table.tab-no-style td {
  padding: 3px;
  background: transparent;
  line-height: normal;
  border: none;
}

table.tab-no-style tr:first-child td {
  vertical-align: top;
  background-color: rgb(102, 153, 0);
}

.contact-page .button-module-item {
  margin: 0;
}
.cm-full-width-form input.hs-button.primary.large {
  text-transform: none !important;
}
.hs-responsive-embed-wrapper {
  max-width: 100% !important;
  min-width: 100% !important;
}
/*======== media queries ========*/

@media(max-width:1024px){
  .contact-page .row-fluid [class*="span"] {
    width: 100%;
  }

  .service-page .row-fluid [class*="span"] {
    width: 100%;
  }

  .service-page .dnd-section .row-fluid {
    display: block !important;
  }


  .contact-page .dnd-section .row-fluid {
    display: block !important;
  }

  .contact-page fieldset {
    max-width: none!important;
  }

  .contact-page .dnd-section>.row-fluid {
    padding: 0;
  }

  .contact-page form {
    margin-bottom: 60px;
  }
}

@media(max-width:767px){
  table.orange-table td,table.blue-tb td {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .cm-newsletter-page .span3 img {
    margin: 0 auto;
    display: block;
  }

  .cm-newsletter-page .span3 img + br {
    display: none;
  }
  fieldset.form-columns-2 .hs-form-field,
  fieldset.form-columns-3 .hs-form-field,
  .contact-page .body-container fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
  }
  .careers-page .redbutton {
    margin-bottom: 5px;
  }
  .location-page {
    text-align: center;
  }

  .location-page h1 {
    text-align: left;
  }

  .location-page h3 {
    font-size: 1.15em;
    line-height: 28px;
    margin-bottom: 0;
  }

  .service-page h4 {
    margin-top: 1em;
  }
  .contact-page  fieldset .hs-form-field,
  .form-columns-2 .hs-form-field .hs-input,
  .form-columns-3 .hs-form-field .hs-input{
    width: 100% !important;
    padding: 0 !important;
  }

  .contact-page fieldset {
    margin: 0 !important;
  }

  .apply-page fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
  }

  .cm-two-column-page .span8.al-right {
    float: none;
  }

  .cm-two-column-page .sidebar-anchor {
    padding: 0 15px;
  }

  .cm-two-column-page .sidebar-anchor a {
    padding: 10px 15px;
    display: block;
    background-color: #2EB9CC;
    color: #ffffff;
    text-decoration:none;
  }

  .cm-two-column-page .sidebar-anchor a h3 {
    font-size: 1.15em;
    color: #fff;
  }

  .cm-two-column-page .sidebar-anchor a h3:after {
    content: "\2002\25bc";
  }

  .cm-inner-executive-bookmark .widget-type-linked_image {
    display: block;
    margin: 0 0 5px;
  }

  .cm-two-column-page h3{
    font-size: 1.15em;
  }

  .inner-res-col-wrap .span8.al-right {
    float: none;
    margin-bottom: 25px;
  }

  .careers-page .row-fluid.main-sec-wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .careers-page .row-fluid.main-sec-wrap:before,.careers-page .row-fluid.main-sec-wrap:after {
    display: none;
  }

  .careers-page .row-fluid.main-sec-wrap .lt-col {
    order: 2;
  }

  .careers-page .top-col {
    padding: 2px 0 2px;
  }

  .careers-page h3 {
    font-size: 1.15em;
  }

  .cm-newsletter-page img{
    padding:0 !important;
  }

  .body_bottom_pane ul li {
    padding: 0 5px;
    vertical-align: middle;
  }
}

@media(max-width:640px){
  .apply-page h3.form-title{
    font-size: 1.75em;
  }
  .blog-wrapper .blog-sidebar h3.uc.eraser,
  .blog-wrapper .blog-sidebar .archive-post-item h1.archive-header,
  .cm-two-column-page p.cm-content-with-image-top-title{
    font-size: 1.15em !important;
  }
}

@media(max-width:479px){
  .cm-newsletter-page img {
    float: none !important;
    display: block;
    margin-left: auto;
    margin-right: auto !important;
    margin-bottom: 5px;
  }
}





/* newsletter style */

.body_foter strong {
  display: block;
  margin: 16px 0;
}
.cm-newsletter-page {
  background: #fff;
}

.cm-newsletter-page .dnd-section {
  padding: 0;
}

.cm-newsletter-page .dnd-section > .row-fluid {
  background-color: rgb(255, 244, 202);
}

::before {
}

.cm-newsletter-page .body_header p {
  margin: 0;
  font-size: 0;
  line-height: 0;
}

.cm-newsletter-page .body-container__website p {
  font-family: 'Segoe UI', Candara, 'Bitstream Vera Sans', 'DejaVu Sans', 'Bitstream Vera Sans', 'Trebuchet MS', Verdana, 'Verdana Ref', sans-serif;
  font-size: 14px;
  color: #444444;
  line-height: normal;
}

.body_header p br {
  display: none;
}

/*   .body-container__website br {
display: none;
} */
.cm-newsletter-page ol a,
.cm-newsletter-page ul a,
.cm-newsletter-page p a {
  color: -webkit-link;
}

.cm-newsletter-page .body-container__website ul {
  font-family: 'Segoe UI', Candara, 'Bitstream Vera Sans', 'DejaVu Sans', 'Bitstream Vera Sans', 'Trebuchet MS', Verdana, 'Verdana Ref', sans-serif;
  font-size: 14px;
  color: #444444;
  line-height: normal;
}

.body_bottom_pane {
}

.body_bottom_pane ul {
  list-style: none;
  padding: 0;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  font-size: 0;
}

.body_bottom_pane ul li {
  display: inline-block;
  width: 25%;
}

.body_bottom_pane ul li img {
  max-width: 92px;
  width: 100%;
}

.body_foter br {
  display: none;
}

.body_foter p:last-child {
  font-family: 'Segoe UI', Candara, 'Bitstream Vera Sans', 'DejaVu Sans', 'Bitstream Vera Sans', 'Trebuchet MS', Verdana, 'Verdana Ref', sans-serif;
  font-size: 14px;
  color: #fff;
  background: #2eb9cc;
  line-height: 1.6em;
  padding: 10px;
  margin-bottom: 0;
}

.body_foter p:last-child br {
  display: block;
}

.cm-newsletter-page h3 {
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #2eb9cc;
  font-family: 'Segoe UI', Candara, 'Bitstream Vera Sans', 'DejaVu Sans', 'Bitstream Vera Sans', 'Trebuchet MS', Verdana, 'Verdana Ref', sans-serif;
  line-height: normal;
}

@media (max-width:767px) {
  .body_foter p {
    display: block !important;
  }
  .body_foter img{
    float:none !important;
    padding:0 !important;
  }
  .body_bottom_pane ul li img {
    padding: 5px;
  }

}

@media (max-width:479px){
  .cm-newsletter-page img{
    width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */


.header-logo img {
  width: 250px !important;
}
.header__container {
  margin: 0 auto;
}
.top-header-menu-inner {
  float: right;
}
.top-header-menu-inner>*>*>ul {
  letter-spacing: 1px !important;
  text-transform: uppercase;
  list-style: none;
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  font-family: 'allerregular';
  display: inline-block;
  vertical-align: top;
}
.top-header-menu {
  padding-left: 10px;
}
.top-header-menu-inner > div {
  display: inline-block;
}
.header-top-menu {
  display: inline-block;
  vertical-align: top;
}
.header-logo {
  margin-top: 20px;
}
.top-header-menu>img {
  float: right;
  margin-top: 20px;
  max-width: 100%;
}
.header-logo img {
  max-width: 100%;
}
@media (min-width:1025px){
  .header-top-menu {
    display: inline-block;
    vertical-align: top;
  }
  .custom-menu-primary ul ul li a {
    padding: 20px 20px 20px 30px;
  }
  .custom-menu-primary ul ul li a:hover{
    background: #2eb9cc; 
  }
  .top-header-menu-inner>*>*>ul li a {
    display: block;
    padding: 12px 12px 14px 12px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
  }

  .top-header-menu-inner>*>*>ul {
    margin-right: -2px;
  }

  .top-header-menu-inner>*>*>ul li {
    display: inline-block;
    border-right: solid 1px #fff;
    margin: 0 -2px;
  }

  .header-top-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 1;
  }

  .header-top-menu ul li {
    position: relative;
    z-index: 99999;
    float: left;
    border-right: solid 1px #fff;
  }

  .header-top-menu .hs-menu-wrapper ul li a {
    display: block;
    padding: 15px 18px 13px 19px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer !important;
    font-size: 12.6px;
    font-family: 'allerregular';
    letter-spacing: 1px;
  }
  .header-top-menu .hs-menu-wrapper ul li:hover a {
    text-decoration: none;
  }
  .header-top-menu ul ul {
    background: #fff;
    list-style: none;
    position: absolute;
    left: -9999px;
    margin: 0;
    padding: 0;
    z-index: 900 !important;
  }

  .header-top-menu ul li:hover ul {
    left: 0;
  }

  .header-top-menu ul li:last-child {
    border: none;
  }

  .header-top-menu .hs-menu-wrapper ul ul li a {
    white-space: nowrap;
    padding: 10px 18px 10px 18px;
  }

  .header-top-menu .hs-menu-wrapper ul ul li {
    display: block;
    border: none;
    float: none;
  }

  div#menu-line,div#menu-button {
    display: none;
  }

  .bottom-header {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.95em;
    font-family: 'allerregular';
    background: #ecac13 !important;
  }

  .bottom-header .custom-menu-primary .hs-menu-wrapper > ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .bottom-header .custom-menu-primary .hs-menu-wrapper > ul >li {
    border-right: #fff solid 1px;
    float: left;
  }

  .bottom-header .custom-menu-primary .hs-menu-wrapper > ul >li > a {
    text-decoration: none;
    padding: 18px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    display: block;
    font-size: 13.0321px;
    font-family: 'allerregular';
    line-height: 1;
  }

  .custom-menu-primary .hs-menu-wrapper ul ul {
    z-index: 999;
    font-size: 1em;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
    left: auto;
  }

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

  .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children>ul>li a {
    padding: 10px 20px;
    width: 400px;
    text-decoration: none;
    border-left: 0;
    border-right: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    display: block;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1;
    font-size: 12.3805px;
    font-family: 'allerregular';
  } 
}
@media (max-width:1600px){
  .custom-menu-primary .hs-menu-wrapper ul li:last-child ul,
  .custom-menu-primary .hs-menu-wrapper ul li:nth-child(6) ul {
    right: 0;
  }
}
@media (max-width:1024px){
  .header__container {
    padding: 0 15px;
  }
  .header-logo {
    margin-bottom: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7) > ul {
    background-color: #a2c21c;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(9) > ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(10) > ul {
    background-color: #cb0807;
  }
  .cntnt-img-wrapper .cm-content-with-image-wrapper img {
    width: 100%;
  }
  .custom-menu-primary ul ul li a {
    padding-left: 30px;
  }
  .top-header-menu-inner {
    display: none;
  } 
  .custom-menu-primary.desktop {
    display: none;
  }
  .custom-menu-primary.mobile {
    background: #ecac13 !important;
    font-size: 15.2px;
    font-family: 'allerregular';
    line-height: 1;
  }
  .custom-menu-primary.mobile ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  div#menu-button {
    font-size: 0.95em;
    font-family: 'allerregular';
    line-height: 1;
    background: #ecac13 !important;
    display: block;
    padding: 20px;
    color: #e9f2f6;
    cursor:pointer;
    text-transform: uppercase;
    position: relative;
  }
  .child-open .child-trigger:after{
    display:none; 
  }
  div#menu-button:before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 8px;
    border-top: 3px solid #e9f2f6;
    border-bottom: 3px solid #e9f2f6;
  }

  div#menu-button:after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    background: #e9f2f6;
  }

  .custom-menu-primary ul ul {
    display: none;
  }

  .custom-menu-primary ul li {
    text-align: left !important;
    width: 100%;
    height: auto;
    position: relative;
    border-right: #fff solid 1px;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  .child-trigger {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  .child-trigger:before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #e9f2f6;
    z-index: 99;
    pointer-events:none;
  }
  .child-trigger:after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #e9f2f6;
    z-index: 99;
    pointer-events:none;
  }
  .custom-menu-primary ul li a {
    width: 100%;
    border-left: 0.5px Solid #e9f2f6;
    border-right: 0.5px Solid #e9f2f6;
    text-decoration: none;
    text-transform: uppercase;
    color: #e9f2f6;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    padding: 20px;
    text-align: left;
    font-size: 12.3462px;
    font-family: 'allerregular';
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper {
    display: none;
  }
  .home-page-slider {
    padding: 0 15px;
  }
  .body-container-wrapper .cntnt-img-wrapper .span3 > div {
    padding: 0 15px !important;
  }
  .mobile-open .custom-menu-primary .hs-menu-wrapper {
    display: block;
  }
}

@media (max-width:767px){
  .header-logo img {
    width: 316px !important;
  } 
  .header-logo {
    margin-bottom: 0;
  }
  .top-header-menu>img {
    float: none;
    margin: 20px auto 0;
    display: block;
  }
  .contact-page .dnd-section {
    padding-bottom: 0px !important;
  }
  #indeed-ia-1597138760282-0-modal{
    width: 90% !important; 
  }
  #indeed-ia-1597138760282-0-modal-container{
    width:100% !important; 
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.cm-top-footer {
  padding: 20px 0 12px;
}
.cm-top-footer .span3 h4{
  font-family: 'eraserregular';
}
.cm-top-footer .span3 {
  text-align: center;
}
.cm-top-footer .span3 p {
  font-size: 0.875em;
}
.cm-top-footer .span3 h6 {
  font-size: 100%;
}

.location a img:last-child{
  display: none;
}
.cm-top-footer .span3.Site h6 {
  margin: 30px 0 -13px 0;
}
.cm-top-footer .span3 a:last-child {
  text-decoration: none;
  text-transform: uppercase;
  padding: .75em 1.25em;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  margin-top: 10px;
  display: inline-block;
  line-height: normal;
}

.location a:hover img:first-child {
  display: none;
}

.location a:hover img:last-child {
  display: inline-block;
}

.location a {
  position: relative;
  margin: 0 -2px;
}

.footer__copyright span{
  color:inherit; 
}
.cm-bottom-footer {
  font-size: 0.875em;
  padding: 24px 0;
  text-align: center;
  font-family: 'allerregular', sans-serif;
}
.footer__container {
  padding: 0 15px;
  margin: 0 auto;
}
.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu ul li {
  display: inline-block;
}

.footer-menu ul li:after {
  content: " | ";
}

.footer-menu ul li:last-child:after {
  display: none;
}

.reveal-modal {
  visibility: hidden;
  opacity: 0;
  display: none;
  position: fixed;
  z-index: 99999;
  width: 100vw;
  border-radius: 3px;
  left: 0;
  background-color: #fff;
  padding: 1.25rem;
  border: solid 1px #666;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
  padding: 1.875em;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  margin: 30px auto;
  top: 50%;
  transform: translateY(-150%);
  transition-property: all;
  transition-duration: 0.35s;
  transition-timing-function: ease-in-out;
}

.tiny1 .reveal-modal.letter,
.tiny .reveal-modal.ques {
  display: block;
}
.tiny1.in1 .reveal-modal.letter,
.tiny.in .reveal-modal.ques {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
}

.reveal-modal .close-reveal-modal {
  font-size: 2.5em;
  line-height: 1;
  position: absolute;
  top: .225em;
  right: .375em;
  color: #aaa;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}
.cm-top-footer .span3.location a.redbutton {
  margin-top: 38px;
}
.cm-footer-form-wrapper {
  color: #393939;
  background: #f3e8bd url(https://7692624.fs1.hubspotusercontent-na1.net/hubfs/7692624/raw_assets/public/Sunny_Days_August_2020/images/bkg-sun.gif) no-repeat;
  background-size: cover;
  min-height: 544px;
}

.cm-footer-form-content {
  padding: 20px 15px;
  text-align: center;
}

.cm-footer-form-content h1 {
  font-size: 1.75em;
  text-align:center;
  color: #cb0807;
  font-family: 'eraserregular';
  font-weight: normal;
  line-height: 175%;
}

.ques .cm-footer-form-content h1 {
  text-align: left;
}

.cm-footer-form-content p{
  font-family: 'eraserregular';
}

.cm-footer-form form {
  padding-bottom: 81px;
}

.cm-footer-form .actions {
  margin: 43px 0 0;
}
.tiny1 .reveal-modal.letter,
.tiny .reveal-modal.ques{
  display: block;
}
.reveal-modal .actions{
  text-align:center; 
}
.reveal-modal form {
  padding: 0 15px;
}
.cm-top-footer .span3 a{
  cursor:pointer; 
}


.reveal-modal-bg {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 99999;
  transition: 0.35s;
}

.reveal-modal-bg.active {
  display: block;
}

.reveal-modal-bg.active.in {
  opacity: 1;
  visibility: visible;
}
.cm-top-footer .hs-search-field {
  margin-bottom: 10px;
}
@media only screen and (min-width: 40.063em){
  .tiny1 .reveal-modal,
  .tiny .reveal-modal {
    width: 30%;
    max-width: 62.5em;
    left: 0;
    right: 0;
  }
  .reveal-modal {
    width: 80%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
  }
}

@media only screen and (min-width: 1025px){
  .hide-for-large-up{
    display: none !important;
  }

}

@media only screen and (max-width: 1024px){
  .hide-for-large-up a {
    display: inline-block;
    margin: 0 -2px;
    padding: 0px 12px 4px !important;
  }
  .cm-bottom-footer {
    padding: 10px 0 24px;
  } 
}

@media only screen and (max-width: 991px){
  .tiny1 .reveal-modal, .tiny .reveal-modal {
    width: 80%;
  } 
}

@media only screen and (max-width: 767px){
  .cm-bottom-footer {
    font-size: 100%;
    padding: 10px 0 26px;
  }
  .tiny1 .reveal-modal, .tiny .reveal-modal {
    width: 100%;
  } 
  .hide-for-large-up a {
    padding: 0px 12px 7px !important;
  }

  .cm-top-footer .span3.location a.redbutton {
    margin-top: 38px;
  }

  .location a img {
    vertical-align: middle;
    margin: 0 -2px;
  }

  .span3.questions {
    margin: 0 0 40px;
  }

  .cm-top-footer .span3 p {
    font-size: 100%;
    margin: 16px 0;
  }

  .cm-top-footer .span3.questions a {
    margin-top: 6px;
  }

  .cm-top-footer .span3.newsletter a {
    margin-bottom: 40px;
    margin-top: 6px;
  }

  .cm-top-footer .span3.Site h6 {
    margin: 45px 0 48px 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .featured-image-wrapper.span4 {
    padding-right: 10px;
  }

}
.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
}

.blog-header__form {
  margin: 0 1rem;
}
.blog-pagination.span12 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-sidebar.span3 {
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.author-title {
  color: black;
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  color: #000;
}
.blog-header__title {
  color: inherit;
}
.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
  flex-wrap: wrap;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img{
  max-width: 100% !important;
}
@media(max-width: 767px) {
  .post-item .page-center {
    display: block !important;
    padding-left: 0;
    padding-right: 0;
  }
  .blog-index__post {
    padding-left: 0;
    padding-right: 0;
  }
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}
p.header {
  border: none;
  background: transparent;
}
.systems-page {
  padding: 3rem 0;
}
.cm-error-menu-wrapper {
  margin: 0 -15px;
  font-size: 0.875em;
  padding-top: 20px;
}

.cm-error-menu .span4 {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}

.errors-page h1 {
  padding-top: 19px;
}
.systems-page form {
  max-width: 767px;
}

.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}
.cm-error-menu ul li a {
  text-decoration: underline;
}
.hs-search-results {
  margin-top: 2rem;
}
input#hs-reset-request-widget-email {
    margin: 0 0 20px;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

@media (max-width:707px){
  .cm-error-menu-wrapper {
    font-size: 1em;
  }
}