/* ******************************************************************************
*********************************************************************************
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;
  padding-left: 15px;
  padding-right: 15px;
}

.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: 'FontAwesome';
    src: url('//7692624.fs1.hubspotusercontent-na1.net/hubfs/7692624/SunnyDays_September2020/fonts/fontawesome-webfont.eot');
    src: url('//7692624.fs1.hubspotusercontent-na1.net/hubfs/7692624/SunnyDays_September2020/fonts/fontawesome-webfont.eot') format('embedded-opentype'), 
	url('//7692624.fs1.hubspotusercontent-na1.net/hubfs/7692624/raw_assets/public/SunnyDays_September2020/fonts/fontawesome-webfont.woff2') format('woff2'),
	url('//7692624.fs1.hubspotusercontent-na1.net/hubfs/7692624/raw_assets/public/SunnyDays_September2020/fonts/fontawesome-webfont.woff') format('woff'),
	url('//7692624.fs1.hubspotusercontent-na1.net/hubfs/7692624/raw_assets/public/SunnyDays_September2020/fonts/fontawesome-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}
@font-face {
  font-family: 'ed-icon';
  src:  url('//7692624.fs1.hubspotusercontent-na1.net/hubfs/7692624/SunnyDays_September2020/fonts/ed-icon.eot');
  src:  url('//7692624.fs1.hubspotusercontent-na1.net/hubfs/7692624/SunnyDays_September2020/fonts/ed-icon.eot') format('embedded-opentype'),
    url('//7692624.fs1.hubspotusercontent-na1.net/hubfs/7692624/raw_assets/public/SunnyDays_September2020/fonts/ed-icon.ttf') format('truetype'),
    url('//7692624.fs1.hubspotusercontent-na1.net/hubfs/7692624/raw_assets/public/SunnyDays_September2020/fonts/ed-icon.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face{
font-family:'Font Awesome 5 Brands';
font-style:normal;font-weight:400;
font-display:auto;
  src:url(//7692624.fs1.hubspotusercontent-na1.net/hubfs/7692624/SunnyDays_September2020/fonts/fa-brands-400.eot);
  src:url(//7692624.fs1.hubspotusercontent-na1.net/hubfs/7692624/SunnyDays_September2020/fonts/fa-brands-400.eot) format("embedded-opentype"),
  url(//7692624.fs1.hubspotusercontent-na1.net/hubfs/7692624/raw_assets/public/SunnyDays_September2020/fonts/fa-brands-400.woff2) format("woff2"),
  url(//7692624.fs1.hubspotusercontent-na1.net/hubfs/7692624/raw_assets/public/SunnyDays_September2020/fonts/fa-brands-400.woff) format("woff"),
  url(//7692624.fs1.hubspotusercontent-na1.net/hubfs/7692624/raw_assets/public/SunnyDays_September2020/fonts/fa-brands-400.ttf) format("truetype");
}

@font-face {
  font-family: 'revicons';
  src:  url('//7692624.fs1.hubspotusercontent-na1.net/hubfs/7692624/SunnyDays_September2020/fonts/revicons.eot');
  src:  url('//7692624.fs1.hubspotusercontent-na1.net/hubfs/7692624/SunnyDays_September2020/fonts/revicons.eot') format('embedded-opentype'),
    url('//7692624.fs1.hubspotusercontent-na1.net/hubfs/7692624/raw_assets/public/SunnyDays_September2020/fonts/revicons.ttf') format('truetype'),
    url('//7692624.fs1.hubspotusercontent-na1.net/hubfs/7692624/raw_assets/public/SunnyDays_September2020/fonts/revicons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	src: url(https://7692624.fs1.hubspotusercontent-na1.net/hubfs/7692624/SunnyDays_September2020/fonts/fa-solid-900.eot) format("embedded-opentype"), 
    url(//7692624.fs1.hubspotusercontent-na1.net/hubfs/7692624/raw_assets/public/SunnyDays_September2020/fonts/fa-solid-900.woff) format("woff"),
    url(//7692624.fs1.hubspotusercontent-na1.net/hubfs/7692624/raw_assets/public/SunnyDays_September2020/fonts/fa-solid-900.ttf) format("truetype");
}

html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 24px;
  letter-spacing: 0.1px;
  font-style: normal;
  -webkit-transition: opacity 0.24s ease-in-out;
  -moz-transition: opacity 0.24s ease-in-out;
  transition: opacity 0.24s ease-in-out;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

p {
  margin: 0 0 10px;
  font-family: Lato, serif;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom:12px;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
   -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}

h1 {
  font-size: 2.1rem;
  line-height: 52px;
  -webkit-transition: opacity 0.24s ease-in-out;
  -moz-transition: opacity 0.24s ease-in-out;
  transition: opacity 0.24s ease-in-out;
}

h2 {
  font-size: 1.6rem;
  line-height: 38px;
  margin-bottom: 15px;
  letter-spacing: 0px;
}

h3 {
  font-size: 1.25rem;
  line-height: 36px;
  margin-top: 22px;
}

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

h5 {
  font-size: 1rem;
  line-height: 24px;
}

h6 {
  font-size: .9rem;
  line-height: 24px;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 0 0 0 28px;
}
ul {
 list-style-type: circle; 
}
ul li,
ol li {
  line-height: inherit;
}

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

blockquote {
  font-size: 14px;
  line-height: 24px;
  margin: 30px 0;
  padding: 21px 32px;
  border-left: 6px solid #e5bf1c;
  color: #020202;
  background-color: #f2f2f2;
  font-weight: normal;
}
blockquote p {
  font-family: Montserrat;
}
blockquote strong, blockquote b {
    font-weight: 400;
}
/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 0px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

.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: 500px;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 13px;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  text-transform: uppercase;
  font-family: Montserrat;

  text-decoration: none;
  white-space: normal;
  margin-bottom: 10px;
}

.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-field {
    margin: 13px 0 .6em;
}

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

.hs-error-msgs label {
  color: #dc3232 !important;
  margin-bottom: 0px;
}

.hs-input,
.hs-search-field__input,
input#hs-pwd-widget-password{
  display: inline-block;
  width: 100%;
  padding: 14px;
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
  min-height: 52px;
  color: #141412;
  background-color: #eee;
  border: 0px solid;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 10px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  display: inline-block;
  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: #7B8085 !important;
}

.hs-input::-webkit-input-placeholder {
  color: #7B8085 !important; 
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}
h3.form-title {
  padding: 10px 0px;
  text-align: center;
  margin-bottom: 12px;
  font-weight: 700;
  font-family: Montserrat;
  line-height: 31px;
  font-size: 20px;
  margin-top: 0px;
  
}
/* 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;
  margin: 0.3em 0 0.6em;
}

.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: 24px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}

.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}
ul.no-list.hs-error-msgs.inputs-list {
  margin-bottom: 0px;
  margin-top: 0px;
}
ul.no-list {
  list-style: none;
}



.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

@media (max-width: 767px) {
  form {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

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

.hs-menu-wrapper ul {
  
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
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-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.
*********************************************************************************
****************************************************************************** */

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

.our-staff-wrapper .left-content .hs_cos_wrapper_type_rich_text {
  margin-bottom:35px;
  display: block;
}

.our-staff-page hr {
  padding: 0;
  margin-bottom: 35px !important;
  display: block;
}

.our-staff-wrapper .left-content .hs_cos_wrapper_type_rich_text img  {
  width: 100%;
  height: auto;
  display: block;
}

.our-staff-wrapper .left-content .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom:0;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
[class^="icon-ed"]:before, [class*=" icon-ed"]:before {
  font-family: 'ed-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.banner-section .dnd-section>.row-fluid {
  padding: 0;
}
.service-page .dnd-section>.row-fluid {
  padding: 0;
}
.service-section-2-content.span8 {
  width: 75% !important;
  float: left;
  padding: 15px;
}
.service-section-2-content.right-sidebar-section {
  width: 25% !important;
  margin: 0 !important;
  float: left;
  padding: 15px;
  margin-top: -160px !important;
}
.container-fluid.service-container-right form {
  margin-top: 15px;
}
.container-fluid.service-container-right h4, 
.container-fluid.service-container-right h3.form-title {
  background-color: #1E73BE;
  color: #fff;
  margin-top: 0px;
  padding: 10px 0px;
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
}
.container-fluid.service-container-right p {
  margin: 0.3em 0 0.6em;
}
.container-fluid.service-container-right form textarea.hs-input {
  min-height: 209px;
}
.right-sidebar-section .navigation-primary {
  border-top: 5px solid #1e73be;
  box-shadow: 0px 14px 18px 7px #d4d4d447;
  margin-bottom: 40px;
  padding: 5px 15px;
  background-color: #fff;
}
.right-sidebar-section .navigation-primary ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: block;
}
.right-sidebar-section .navigation-primary ul li {
  display: block;
  float: none !important;
}
.right-sidebar-section .navigation-primary ul li:not (:last-child) {
  border-bottom: 1px solid #E6E7EB;

}
.right-sidebar-section .navigation-primary ul li a {
  color: #152130;
  font-weight: 600;
  padding: 25px 25px 25px 13px;
  display: inline-block;
  width: 100%;
  position: relative;
  font-size: 15px;
  line-height: 21px;
  font-family: Montserrat;
  transition: all 0.2s;
  margin: 0;
  border: none;
  white-space: normal;
  border-bottom: 0px !important;
}
.right-sidebar-section .navigation-primary ul li a:hover {
  color: #1e73be;
  
}
.right-sidebar-section .navigation-primary ul li a.active-item {
  color: #1e73be;
}
.right-sidebar-section .navigation-primary ul li a.active-item:hover {
  color: #1e73be;
}
.right-sidebar-section .widget-type-form, 
.right-sidebar-section .widget-type-rich_text {
  border: 2px solid #1e73be;
  margin-bottom: 34px;
  padding: 0px 10px;
}
.right-sidebar-section .hs-form-required {
  color: #7c7c7c;
  padding-left: 4px;
}
.right-sidebar-section form .hs_recaptcha {
  margin: -0.4em 0 .6em;
}
.right-sidebar-section form .hs_recaptcha iframe,
.right-sidebar-section form .grecaptcha-badge {
  max-width: 100% !important;
}
.hs-breadcrumb-menu-wrapper {
  display: block;
  padding: 32px 15px 20px;

}
.hs-breadcrumb-menu:after, .hs-breadcrumb-menu:before {
  display: table;
  clear:both;
  content:"";
}
.hs-breadcrumb-menu {
  display: inline-block;
  padding: 4px 0px;
  font-family: Montserrat;
  line-height: 16px;
  font-weight: 400;
  font-style: normal;
  color: #7b8085;
  font-size: 12px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.24s ease-in-out;
  -moz-transition: opacity 0.24s ease-in-out;
  transition: opacity 0.24s ease-in-out;
}
.hs-breadcrumb-menu li {
  display: inline-block;
  float: none !important;
  padding: 4px 0;
}
.hs-breadcrumb-menu li a {
  color: #6c98e1;
  font-family: Montserrat;
}
.hs-breadcrumb-menu li a:hover {
  color: #7b8085;
}
.hs-breadcrumb-menu-divider:before {
  content: "\f0da" !important;
  font-family: FontAwesome;
  padding: 0 6px 0 9px;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  top: 1px;
  color: #7f7f84;
}
.service-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}


.service-wrapper blockquote {
  margin-bottom: 35px;
}
.our-staff-wrapper blockquote {
  margin-bottom: 30px;
}
blockquote p:last-child {
  margin-bottom: 0px;
}
.service-container-left .span6 {
  width: 50% !important;
  margin-left: 0px !important;
  display: block !important;
  padding: 0;
}

.service-container-left hr {
  padding-top: 10px;
  margin-bottom: 35px;
  background: transparent;
  height: 0;
  border-bottom: 1px solid #ebebeb;
}
.our-staff-wrapper .left-content .hs_cos_wrapper_type_rich_text{
  margin-bottom:35px;
  display: block;
}

.our-staff-page hr {
  padding: 0;
  margin-bottom: 35px !important;
  display: block;
}

.our-staff-wrapper .left-content .hs_cos_wrapper_type_rich_text img  {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.our-staff-wrapper .left-content .hs_cos_wrapper_type_rich_text figure {
  margin: 0 auto;
  text-align: center;
}
.our-staff-wrapper .left-content .hs_cos_wrapper_type_rich_text p:last-child,
.intake-packet-wrapper .left-content .hs_cos_wrapper_type_rich_text p:last-child{
  margin-bottom:0;
}

.our-staff-page .widget-type-header h1 {
  margin-bottom: 30px;
  font-family: Montserrat;
  line-height: 38px;
  letter-spacing: 0px;
  font-weight: 700;
  font-style: normal;
  color: #0a0a0a;
  font-size: 30px;
}
.intake-packet-section-2-content .service-container-left h6 {
  font-size: 14px;
  color: #6c98e1;
  margin-bottom: 17px;
}
.intake-packet-section-2-content .advanced-content-wrapper p {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  text-align: left;
  margin-top: 3px;
  margin-bottom: 0px;
}
.intake-packet-section-2-content .hs-button {
  color: #fff;
  border-color: #f90;
  background-color: #f90;
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 60px;
  padding-right: 25px;
  border-radius: 5px;
  text-transform: inherit;
  font-family: Roboto;
  font-weight: 400;
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-repeat: repeat-x;
  margin-bottom: 21.73913043px;
  margin-top: 30px;
  line-height: normal;
}
.intake-packet-section-2-content .hs-button:hover {
  color: #f7f7f7;
  border-color: #e08700;
  background-color: #e08700;
}
.contact-wrapper .service-section-2-content.right-sidebar-section {
  margin-top: 0px !important;
}
.contact-wrapper .left-content .span4 {
  width: 33.33333333%;
  display: block !important;
  padding-right: 17px;
}
.contact-wrapper .left-content .span8 {
  width: 66.66666667%;
  padding-left: 13px;
  margin-left: 10px !important;
}
.contact-wrapper .left-content .span8 .hs_cos_wrapper_type_rich_text span,
.middle-content .hs_cos_wrapper_type_rich_text span {
  position: relative;
}
.contact-wrapper .left-content .span8 .hs_cos_wrapper_type_rich_text span > i,
.middle-content .hs_cos_wrapper_type_rich_text span > i{
  position: absolute;
  color: #6c98e1;
  font-size: 5px;
}
.contact-wrapper .left-content .span8 .hs_cos_wrapper_type_rich_text span > i:before,
.middle-content .hs_cos_wrapper_type_rich_text span > i:before {
  content: "\e954";
  color: #6c98e1;
  font-size: 5px;
  line-height: 22px;
  position: absolute;
  left: 0;
  top: 8px;
  font-family: 'ed-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contact-wrapper .left-content .span8 .widget-type-rich_text p,
.middle-content .hs_cos_wrapper_type_rich_text p{
  margin: 0 0 10px;
  padding-left: 17px;
  position: relative;
}

.cm-contact-bottom-section {
  margin-left: -15px;
  margin-right: -15px;
}
.contact-wrapper .cm-contact-bottom-section .span4 {
  width: 33.33333333% !important;
  display: block !important;
  margin-left: 0px !important;
  padding: 0 15px;
}

.contact-wrapper .left-content .span4 .hs_cos_wrapper_type_linked_image {
  margin-bottom: 35px;
}
.contact-wrapper .left-content .span4 .hs_cos_wrapper_type_linked_image a {
  padding: 6px;
  background-color: #ebebeb;
  display: block;
}
.contact-wrapper .left-content .span4 .hs_cos_wrapper_type_linked_image a img {
  display: block;
}
.contact-wrapper .left-content .cm-contact-bottom-section .span4 h5 a {
  font-family: Montserrat;
  line-height: 24px;
  font-weight: 700;
  font-style: normal;
  color: #555555;
  font-size: 17px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.contact-wrapper .left-content .cm-contact-bottom-section .span4 h5 a:hover {
  opacity: .85;
}
.body-bottom-container {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 15px;
}
.body-bottom-container .row-fluid > .span4 {
  display: block !important;
  width: 33.33333333% !important;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0px !important;
}
.body-bottom-container .row-fluid > .span3 {
  display: block !important;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0px !important;
}
.body-bottom-container .hs_cos_wrapper_type_rich_text ul {
  margin-top: 16px;
  margin-bottom: 0px;
}
.cm-monmouth-wrapper .left-content,
.cm-monmouth-wrapper .middle-content,
.cm-monmouth-wrapper .right-sidebar-section {
  width: 33.33333333% !important;
  margin-left: 0px !important;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0px;
}
.cm-monmouth-wrapper .middle-content {
  padding-left: 25px;
}
.cm-monmouth-wrapper .service-section-2-content.right-sidebar-section {
  padding-top: 0px;
}
.cm-monmouth-wrapper .heading-section {
  padding: 15px 15px 0px;
}
.cm-monmouth-wrapper .heading-section h1 {
  margin-bottom: 15px;
}
.cm-monmouth-wrapper .service-section-2-holder {
  margin-top: 35px;
  margin-bottom: 20px;
}
.cm-monmouth-wrapper .hs_cos_wrapper_type_linked_image img,
.contact-wrapper .hs_cos_wrapper_type_linked_image img{
  display: block;
}
.service-wrapper .advanced-content-wrapper p:first-child {
  padding-top: 10px;
}
.cm-career .body-bottom-container {
  background-color: #f5f5f5;
  padding-top: 54px;
  padding-bottom: 35px;
  margin-bottom: 0px;
}
.cm-career .body-bottom-container form {
  max-width: 100%;
  margin: 0;
}
.cm-career .body-bottom-container .dnd-section>.row-fluid > div {
  padding: 6px 20px 16px !important;
  background-color: #fff;
  width: 75%;
}
.cm-career .body-bottom-container .widget-type-form {
  padding-top: 35px;
}
.cm-career .body-bottom-container .hs-error-msgs label {
  line-height: 30px;
}
.cm-career .body-bottom-container h3.form-title {
  padding-bottom: 20px;
  margin-bottom: 15px;
  font-family: Montserrat;
  line-height: 38px;
  letter-spacing: 0px;
  font-weight: 700;
  font-style: normal;
  color: #0a0a0a;
  font-size: 30px;
  background: transparent;
  text-align: left;
  padding-left: 15px;
}
.cm-career .body-bottom-container .hs-form-field>label {
  display: none;
}

.cm-career .body-bottom-container fieldset {
  width: 50%;
  padding-left: 15px !important;
  padding-right: 15px !important;
  max-width: 100% !important;
  float: left;
}

.cm-career .body-bottom-container fieldset .hs-form-field {
  width: 100% !important;
  margin: 0 0 10px;
}
.cm-career .body-bottom-container fieldset.form-columns-2 .input {
  margin-right: 0px;
}
.cm-career .body-bottom-container .hs-input[type=file] {
  background-color: #eee;
  padding: 14px;
  width: 81%;
}
.cm-career .body-bottom-container .hs-richtext {
  margin-top: 10px;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 10px;
  color: #7c7c7c;

}
.cm-career .body-bottom-container form select {
  width: 60.5%;
}
.cm-career .body-bottom-container .actions {
  margin-top: 0px;
}
.cm-career .body-bottom-container .hs_submit.hs-submit,
.cm-career .body-bottom-container .hs_error_rollup {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.career-wrapper .left-content {
  margin-bottom: -35px;
}
.cm-career .body-bottom-container .hs_error_rollup {
  display: none;
}
.cm-career .body-bottom-container fieldset.form-columns-0 {
  clear: both;
}
.cm-career .body-bottom-container .hs-recaptcha {
  float: left;
  margin: 0;
}
.contact-wrapper .cm-contact-bottom-section .hs_cos_wrapper_type_rich_text figure {
  margin-top: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding-right: 23px;
}
.contact-wrapper .cm-contact-bottom-section .hs_cos_wrapper_type_rich_text img{
  display: block;
  width: 100%;
  padding-right: 15px;
}

.banner-section.home-banner .dnd-section .widget-type-cell {
  padding: 0;
}

.home-banner .slick-slider {
  padding: 0 !important;
  margin: 0 !important;
}
.home-banner .hs_cos_gallery .slick-slide-inner-wrapper {
  display: block !important;
  padding-bottom: 28.6%;
  background-position: center;
  background-size: cover;
}

.home-banner .hs_cos_gallery .slick-slide-inner-wrapper .caption {
  max-width: 1170px;
  margin: 0 auto;
}

.caption-content-holder {
  padding: 20px;
  display: inline-block;
  min-width: 302px;
  min-height: 170px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); 
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: -16px;
}
.caption-content-holder h2 {
  color: rgb(83, 83, 85);
  font-size: 30px;
  line-height: 37px;
}
.caption-content-holder p{
  color: rgb(51, 51, 51);
  font-size: 15px;
  line-height: 22px;
  transition: none 0s ease 0s;
  font-family: Montserrat;
}
.home-banner .hs_cos_gallery .slick-slide-inner-wrapper .caption {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
}
.caption-content-holder .caption-inner {
  padding-left: 20px;
}
.banner-border {
  width: 8px;
  height: 100%;
  background: rgb(230, 190, 30);
  left: 0;
  position: absolute;
  top: 0;
  z-index: 11;
}

.home-banner  .hs_cos_gallery_slide.slick-slide.slick-active .banner-border  {
  -webkit-animation-name: slideInLeft;
  -moz-animation-name: slideInLeft;
  -ms-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: .7s;
  -moz-animation-duration: .7s;
  -ms-animation-duration: .7s;
  -o-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  -ms-animation-delay: .9s;
  -o-animation-delay: .9s;
  animation-delay: .9s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.home-banner .hs_cos_gallery_slide.slick-slide.slick-active .caption-inner h2{
  -webkit-animation-name: slideInLeft2;
  -moz-animation-name: slideInLeft2;
  -ms-animation-name: slideInLeft2;
  -o-animation-name: slideInLeft2;
  animation-name: slideInLeft2;
  -webkit-animation-duration: .8s;
  -moz-animation-duration: .8s;
  -ms-animation-duration: .8s;
  -o-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  -ms-animation-delay: .9s;
  -o-animation-delay: .9s;
  animation-delay: .9s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.home-banner .hs_cos_gallery_slide.slick-slide.slick-active .caption-content-holder p {
  -webkit-animation-name: fadeIn1;
  -moz-animation-name: fadeIn1;
  -ms-animation-name: fadeIn1;
  -o-animation-name: fadeIn1;
  animation-name: fadeIn1;
  -webkit-animation-duration: .8s;
  -moz-animation-duration: .8s;
  -ms-animation-duration: .8s;
  -o-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  -ms-animation-delay: .9s;
  -o-animation-delay: .9s;
  animation-delay: .9s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn1 {
  from {
    opacity: 0
  }

  to{
    opacity: 1
  }
}

@keyframes fadeIn1 {
  from {
    opacity: 0
  }

  to{
    opacity: 1
  }
}

.home-banner .hs_cos_gallery_slide.slick-slide.slick-active .banner-bg-test {
  background: #fff;
  width: 100%;
  left: 8px;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 9;
  -webkit-animation-name: slideInLeft5;
  -moz-animation-name: slideInLeft5;
  -ms-animation-name: slideInLeft5;
  -o-animation-name: slideInLeft5;
  animation-name: slideInLeft5;
  -webkit-animation-duration: .6s;
  -moz-animation-duration: .6s;
  -ms-animation-duration: .6s;
  -o-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  min-width: 370px;
}

@-webkit-keyframes slideInLeft5 {
  from {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
    visibility: visible;
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes slideInLeft5 {
  from {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
    visibility: visible;
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.caption-content-holder h2 {
  position: relative;
  z-index: 10;
}
.caption-content-holder p {
  position: relative;
  z-index: 10;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-250%, 0, 0);
    transform: translate3d(-250%, 0, 0);
    visibility: visible;
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-250%, 0, 0);
    transform: translate3d(-250%, 0, 0);
    visibility: visible;
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes slideInLeft2 {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    visibility: visible;
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes slideInLeft2 {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    visibility: visible;
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.home-banner .slick-prev, .home-banner .slick-next {
  background: rgba(0,0,0,0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 10;
  margin-top: -20px;
}
.home-banner .slick-prev {
  left: 20px !important;
}
.home-banner .slick-next {
  right: 20px !important;
}
.home-banner .slick-prev:hover, .home-banner .slick-next:hover,
.home-banner .slick-prev:focus, .home-banner .slick-next:focus {
  background: rgba(0, 0, 0, 1);
}
.home-banner .slick-prev:before, .home-banner .slick-next:before {
  font-family: "revicons";
  font-size: 20px;
  color: #fff !important;
  display: block;
  line-height: 40px;
  text-align: center;
  opacity: 1;
}
.home-banner .slick-prev:before {
  content: "\e82c";
  margin-left: -3px;
}
.home-banner .slick-next:before {
  content: "\e82d";
  margin-right: -3px;
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cm-home-page .service-section-2-content.right-sidebar-section {
  margin-top: 0px !important;
}
.cm-home-wrapper .left-content {
  width: 66.66666667% !important;
  padding-top: 35px;
}
.cm-home-wrapper .home-right-sidebar {
  width: 33.33333333% !important;
  float: left;
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
}
.cm-home-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
}
.home-left-row1 p {
  font-size: 30px;
  color: #ff0000;
  line-height: 1.2;
  margin: 0 0 20px;
}
.home-left-row1 p a {
  color: #ff0000;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.home-left-row2 .hs_cos_wrapper_type_rich_text p {
  font-size: 16px;
  line-height: 26px;
}
.home-left-row2 .hs_cos_wrapper_type_rich_text p:last-child {
  padding-bottom: 20px;
}
.home-left-row2 .span6 {
  width: 50% !important;
  float: left;
  display: block !important;
  margin-left: 0px !important;
}
.home-left-row2 .advanced-content-wrapper p:first-child {
  padding-top: 0px;
}
.home-left-row2 .advanced-content-wrapper p {
  color: #333;
}
.cm-home-wrapper .home-right-sidebar .service-container-right {
  padding-top: 35px;
}
.home-right-sidebar .span12 > .dnd-section {
  background-color: #f7f7f7;
  border: 2px solid #1e73be;
  font-size: 1em;
  padding: 28px 28px !important;
  margin-bottom: 35px;
}
.home-right-sidebar .hs_cos_wrapper_type_rich_text {
  text-align: center;
  margin-bottom: 1em;
  display: block;
}
.home-right-sidebar .hs_cos_wrapper_type_rich_text p {
  margin: 0;
}
.home-right-sidebar .cta_button.cm-contact-cta:hover {
  background: #1E73BE !important;
  opacity: 1 !important;
  background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1)) !important;
  background-image: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1)) !important;
  background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1)) !important;
}
.home-right-sidebar .cta_button.cm-account-cta:hover {
  background: #1e73be !important;
  opacity: 1 !important;
      background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1)) !important;
  background-image: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1)) !important;
  background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1)) !important;
}
.home-page-footer .footer__container {
  max-width: 1140px;
}
.home-page-footer .footer-top {
  background: none;
}
.home-page-footer .footer-top .footer__container {
  background: #2d2d2d url(//7692624.fs1.hubspotusercontent-na1.net/hubfs/7692624/raw_assets/public/SunnyDays_September2020/images/new-pixel.png);
  background-repeat: repeat-y;
  background-size: 100%;
}
.home-page-header .fix .header-bottom-section {
  position: relative;
}
.contact-wrapper .left-content .widget-type-linked_image {
    padding-right: 17px;
}
.contact-wrapper .cm-contact-bottom-section .hs_cos_wrapper_type_rich_text img {
  padding-right: 23px;
}

@media (max-width: 1600px) {
  .home-banner .hs_cos_gallery .slick-slide-inner-wrapper {
    padding-bottom: 33.2%;
  }
}
@media (max-width: 1295px) {
  .home-banner .hs_cos_gallery .slick-slide-inner-wrapper {
    padding-bottom: 43%;
  }
}
@media (max-width: 1240px) {
  .caption-content-holder {
    left: 8%;
  } 
 
  .cm-career .body-bottom-container form select {
    width: 75%;
}
}
@media (max-width: 1280px) {
  .home-banner .hs_cos_gallery .slick-slide-inner-wrapper {
    padding-bottom: 43.05%;
  }
} 
@media (max-width: 980px) {
  padding-bottom: 39%;
}
.contact-wrapper .cm-contact-bottom-section .hs_cos_wrapper_type_rich_text figure {
  padding-right: 0;
}
}
@media (max-width: 959px) {
  .right-sidebar-section .submenu.level-1>li>a:hover {
    padding-left: 13px !important;
  }
}
@media (max-width: 949px) {
  .home-banner .hs_cos_gallery .slick-slide-inner-wrapper {
    padding-bottom: 39.05%;
  }
  .cm-career .body-bottom-container form select {
    width: 90%;
  }
  .right-sidebar-section .navigation-primary ul li a:hover {
    padding-left: 13px;
  }
  .caption-content-holder p {
    font-size: 1.9vw;
  }
  .cm-career .body-bottom-container .hs-input[type=file] {
    width: 100%;
  }
  
}
@media (max-width: 780px) {
  .caption-content-holder h2 {
    font-size: 3.9vw;
    line-height: 4.9vw;
  }
  .cm-career .body-bottom-container .hs-input[type=file] {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .service-wrapper .page-center {
    display: flex;
    flex-wrap: wrap-reverse;
    flex-direction: row-reverse;
  }
  .service-section-2-content.span8, .service-section-2-content.right-sidebar-section,
  .service-container-left .span6{
    width: 100% !important;
    float: none !important;
  } 
  .service-section-2-content.right-sidebar-section {
    margin-top: 0px !important;
  }

  .service-container-left .span6 {
    margin-bottom: 30px;
  }
  .intake-packet-wrapper .service-container-left .hs_cos_wrapper_type_module {
    margin-bottom: 0px;
  }
  .intake-packet-wrapper {
    margin-bottom: 64px;
  }
  .container-fluid.service-container-right form {
    margin-bottom: 0px;
  }
  .contact-wrapper .page-center {
    display: block;
  }
  .contact-wrapper .left-content .span4 {
    width: 100%;
    display: block !important;
    padding-right: 0px;
  }
  .contact-wrapper .cm-contact-top-section .span8 {
    width: 100%;
    padding-left: 0px;
    margin-bottom: 30px;
  }
  .contact-wrapper .left-content .span4 {
    width: 100%!important;
    margin-left: 0px !important;
    padding: 0 0;
  }
  .cm-monmouth-wrapper .left-content,
  .cm-monmouth-wrapper .middle-content, 
  .cm-monmouth-wrapper .right-sidebar-section {
    width: 100%!important;
    float: none;
    margin-bottom: 30px;
  }
  .cm-monmouth-wrapper .service-container-left .hs_cos_wrapper_type_module {
    margin-bottom: 0px;
  }
  .body-bottom-container .row-fluid>.span4,
  .body-bottom-container .row-fluid>.span3 {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .cm-monmouth-wrapper .body-bottom-container {
    margin-bottom: 45px;
  }
  .cm-monmouth-wrapper .heading-section {
    padding-bottom: 30px;
  }
  .cm-service .service-section-2-content.span8 {
    margin-bottom: 30px;
  }


  .cm-monmouth-page .service-container-right,
  .cm-monmouth-page .service-container-left {
    margin-bottom: 30px;
  }
  .our-staff-page .service-container-left {
    margin-bottom: 30px;
  }
  .cm-career .body-bottom-container .dnd-section>.row-fluid>div {
    width: 100%;
  }
  .cm-career .body-bottom-container fieldset, 
  .cm-career .body-bottom-container  .hs_error_rollup,
  .cm-career .body-bottom-container .hs_submit.hs-submit {
    width: 100%;
    float: none;
  }
  .cm-career .body-bottom-container .widget-type-form {
    margin-bottom: 30px;
  }
  .cm-career .body-bottom-container form select {
    width: 100%;
  }
  .cm-career .body-bottom-container form select:focus {
    outline: auto;
    outline-color: #000;
  }
  .cm-career .body-bottom-container .hs-input[type=file] {
    width: 100%;
  }
  .contact-wrapper .cm-contact-top-section .span4 {
    margin-bottom: 30px;
  }
  .contact-wrapper .cm-contact-bottom-section .span4 {
    width: 100% !important;
    padding: 0 0;
  }
  .cm-contact-bottom-section {
    margin-left: 0;
    margin-right: 0;
  }
  .cm-career .body-bottom-container .hs-recaptcha {
    float: none;
  }
  .cm-career .body-bottom-container .grecaptcha-badge {
    margin-left: 15px;
    margin-bottom: 15px;
  }
  .right-sidebar-section form .grecaptcha-badge {
    margin-left: 0px;
  }
  .contact-wrapper .cm-contact-bottom-section .hs_cos_wrapper_type_rich_text figure {
    margin: 0;
  }
  .cm-home-wrapper .home-right-sidebar,
  .cm-home-wrapper .left-content {
    width: 100% !important;
    float: none;
  }
  .cm-home-page .service-wrapper .page-center {
    display: block;
  }
  .cm-home-page .advanced-content-wrapper{
    margin-bottom: 30px;
  }
  .cm-home-wrapper .home-right-sidebar{
    margin-bottom: 93px;
    padding-bottom: 30px;
  }
  .home-left-row2 .hs_cos_wrapper_type_rich_text {
    margin-bottom: 30px;
  }
  .home-page-footer .footer-top .footer__container {
    background-image: none !important;
  }
  .home-banner .hs_cos_gallery .slick-slide-inner-wrapper {
    padding-bottom: 46%;
  }
  .our-staff-wrapper .left-content .hs_cos_wrapper_type_rich_text img {

  }
  .contact-page .service-section-2-content.span8 {
    margin-top: 0px;
  }
  .contact-wrapper .left-content .widget-type-linked_image {
    padding-right: 0px;
}
  .contact-wrapper .cm-contact-bottom-section .hs_cos_wrapper_type_rich_text figure {
    margin-bottom: 65px;
    padding-right: 15px;
  }
  .caption-content-holder {
    margin-top: 0px;
  }
  .home-left-row2 .span6 {
    padding-left: 0px !important;
    width: 100% !important;
  }
  .cm-home-wrapper .left-content {
    margin-bottom: 60px;
  } 
  .caption-content-holder {
    left: 9%;
  }
  .caption-content-holder p {
    font-size: 1.9vw;
  }
  .contact-wrapper .cm-contact-bottom-section .hs_cos_wrapper_type_rich_text img {
  padding-right: 0px;
}
}
@media (max-width: 640px) {
  .caption-content-holder {
    left: 11%;
}
  .home-banner .hs_cos_gallery_slide.slick-slide.slick-active .banner-bg-test,
  .caption-content-holder {
    min-width: auto;
    max-width: 100%;
  }
  .caption-content-holder p {
    font-size: 2.5vw;
}
  .caption-content-holder {
    left: 0;
    right: 0;
    max-width: 300px !important;
    margin: 0 auto;
}
  
}
@media (max-width: 480px) {

  .contact-page .service-section-2-content.span8 {
    padding-top: 0px;
  }
  
  .our-staff-wrapper .left-content ul li a {
    word-break: break-word;
  }
  
  .caption-content-holder {
    display: block;
    min-height: auto;
  }
  .bottom-left-content p {
    word-break: break-all;
  }
  .caption-content-holder {
    max-width: 240px !important;
  }
  .bottom-left-content {
    padding: 25px 10px 10px 0px !important;
  }
  .home-banner .hs_cos_gallery .slick-slide-inner-wrapper {
    padding-bottom: 75%;
}
}
@media (max-width: 360px) {
.our-staff-wrapper .hs_cos_wrapper_type_rich_text  h1{
  font-size: 35px;
}
  .caption-content-holder .caption-inner {
    padding-left: 10px;
}
  .home-banner .hs_cos_gallery_slide.slick-slide.slick-active .banner-bg-test {
    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.
*********************************************************************************
****************************************************************************** */

.site-header {
  background-color: #F8FAFC;
}
.header-top-section {
  margin-top: .6em;
  position: relative;
}
.header-top-section .header__container {
  border-bottom: 1px solid;
}
.header__container {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0px;

}
.header-logo {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  width: 50%;
  float: left;
}
.header-contact {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.header-contact h4 {
  text-align: right;
}
.header-logo img {
  max-width: 374px;
  vertical-align: top;
  width: 100% !important;
  height: auto;
}
.header-navigation {
  width: 75%;
  padding-right: 15px;
  padding-bottom: 3px;
  float: left;
  display: block;
}
.header-social {
  float: left;
  width: 25%;
}
header.site-header {
  min-height: 154px;
  padding-bottom: 1.2em;
}
.fix .header-bottom-section {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
  padding-bottom: 0.55em;
}

.cm_icon_element-inner.cm-icon-1 {
  background-color: #5472d2;
}
.cm_icon_element-inner.cm-icon-2 {
  background-color: #55acee;
}
.header-mobile-logo {
  display: none;
}
header.site-header.lp-header {
      min-height: auto;
    padding-bottom: 0px;
}
@media (min-width: 950px) {
.header-navigation {
  display: block;
}
}
/* Mobile Styles */
@media (max-width: 949px) {
  header.site-header {
    border-bottom: 1px solid #f5f5f5;
    padding: 15px;
    margin: 0;
  }
  .header-top-section {
    margin-top : 0px;
    min-height: 50px;
  }
  .header-logo {
    display: none;
  }
  .header-mobile-logo {
    display: block;
    width: 50%;
    padding-bottom: 6px;
  }
  .header-mobile-logo img {
    max-width: 241px;
    width: 100% !important;
    height: auto;
    display: block;
  }
  .header-top-section .header__container {
    border-bottom: none;
  }
  .header-contact, .header-social {
    display: none;
  }
  .header-logo {
    float: none;
    width: 100%;
    padding: 0px 0px;
  }
  .header-navigation {
    float: none;
    width: 100%;
    display: none;
    padding: 0;
  }
  header.site-header {
    min-height: 81px;
  }
  .fix .header-bottom-section {
     padding-bottom: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
}
.footer__container {
  padding: 0px 15px;
  margin: 0 auto;
}
.bottom-left-content {
  width: 50%;
  float: left;
  padding: 25px 15px 10px 0px;
}
.bottom-left-content p {
  margin: 0 0 10px;
}
.footer__copyright {
  width: 50%;
  float: left;
  padding: 25px 0px 10px 15px;
  text-align: right;
}
.footer-top {
  background: #2d2d2d url(//7692624.fs1.hubspotusercontent-na1.net/hubfs/7692624/raw_assets/public/SunnyDays_September2020/images/new-pixel.png);
  background-repeat: repeat-y;
  background-size: 100%;
}
.footer-top .footer__container {
  padding: 0 0; 
}
.footer h6 a {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 20px;
  font-family: Montserrat;
}

.footer h6 a:hover {
  opacity: .85;
}

.footer h6 {
  margin-bottom: 20px;
  font-family: Montserrat;
  line-height: 24px;
}

.footer-top-left-col p {
  margin-bottom: 25px;
}

.footer-top-left-col {
  width: 75%;
  float: left;
  position: relative;
  padding: 0 15px;
  padding-top: 35px;
  padding-bottom: 60px;
  background-color: #eaeaea;
}

.footer-top-left-col .col1 {
  width: 50%;
  float: left;
  padding-right: 15px;
}

.footer-top-left-col .col2 {
  width: 50%;
  float: left;
  padding-left: 15px;
}
.footer-top-left-col .col2 .widget-type-logo {
  margin-bottom: 35px;
} 
.footer-top-left-col .col2 img {
  max-width: 360px;
  width: 100% !important;
  display: block;
}
.footer-top-left-col .col1 button {
  border: none;
  background: transparent;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 21.73913043px;
  max-width: 100%;
  padding: 0;
}

.footer-top-left-col .col1 button a {
  display: block;
  font-size: 14px;
  padding: 14px 20px;
  border: 1px solid;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-repeat: repeat-x;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
  letter-spacing: .1px;
}
.footer-top-left-col .col1 button a:hover {
  color: #f7f7f7;
  border-color: #464646;
  background-color: #464646;
}
.footer-right-col {
  width: 25%;
  float: left;
  position: relative;
}

@media (max-width: 852px) and (min-width: 768px) {
  .get-in-touch .cm-container {
    padding-left: 0 !important;
}
}
@media (max-width: 767px) {
  .footer-top-left-col {
    width: 100%;
    float: none;
    background-color: #eaeaea;
  }
  .footer-top-left-col .col1 {
    width: 100%;
    float: none;
    padding: 0 0 30px;
  }
  .footer-top-left-col .col2 {
    width: 100%;
    float: none;
    padding: 0 0 30px;
  }
  .footer-top {
    background-image: none;
  }
  .footer-right-col {
    width: 100%;
    float: none;
  }
}
/* ******************************************************************************
*********************************************************************************
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 */
.banner {
  min-height: 220px;
  background-position: center center;
  border-bottom: 1px solid #e1e1e1;
  background-color: #d0dae3
}

.blog-content-setion img {
  max-width: 100%;
}

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

.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { 
    font-size: 13px;
    display: block !important;
    text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { 
    padding: 10px 0; 
    border-bottom: medium none;
    display: block;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}

.breadcrumbs {
  padding: 32px 15px 20px;
}

.breadcrumbs ul {
  padding: 4px 0;
  margin: 0;
  list-style: none;
  font-size: 12px;
  font-family: Montserrat,sans-serif;
  line-height: 16px;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
}

.breadcrumbs ul li {
  display: inline-block;
  padding: 4px 0;
}

.custom-blog-wrapper a {
  font-family: inherit;
}

.breadcrumbs a {
  color: #6c98e1;
}

.breadcrumbs a:hover {
  color: #7b8085;
}

.breadcrumbs ul li:after {
  content: "\f0da";
  font-family: FontAwesome;
  padding: 0 6px;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  top: 1px;
  color: #7f7f84;
}

.breadcrumbs ul li:last-child:after {content: no-close-quote;}

.blog-content-setion {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.blog-content-setion .span9.blog-left {
  width: 75%;
  padding: 15px;
  float: left;
  position: relative;
}

.blog-content-setion .span3.blog-right {
  padding: 15px;
  float: left;
  position: relative;
  width: 25%;
  margin-left: 0;
}

.post-item {
  margin-bottom: 60px;
  padding: 0;
  overflow: hidden;
  clear: both;
}

.thumbnail img {
  width: 100%;
}

.thumbnail {
  margin-bottom: 13px;
}

.entry-meta {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 16px;
  overflow: hidden;
  width: 100%;
  margin: 5px 0 13px 0;
  margin-top: 0;
  min-height: 39px;
}

.entry-meta span {
  margin: 0;
  font-size: 15px;
  padding: 0 8px;
  display: inline-block;
}

.entry-meta span.date {
  margin-bottom: 14px;
  display: inline-block;
}

.entry-meta span:first-child {
  border-left: none;
  padding-left: 0;
  margin: 0;
}

.entry-meta span i {
  font: normal normal normal 14px/1 FontAwesome;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #6c98e1;
  position: relative;
  font-size: 15px;
  margin-right: 3px;
}

.fa.fa-calendar:before {
  content: "\f073";
}

.entry-meta span a {
  font-size: 15px;
  color: inherit;
}

.fa-folder:before {
  content: "\f07b";
}

.fa-user:before {
  content: "\f007";
}

.categories-links a {
  text-transform: capitalize;
}

.post-item h2.entry-title {
  font-size: 24px;
  line-height: 32px;
  margin-top: 5px;
  color: #0a0a0a;
  margin-bottom: 13px;
}

.post-item h2.entry-title a {
  color: #0a0a0a;
}

.post-item h2.entry-title a:hover {
  color: #4e86e0;
}

.entry-summary {
  margin-bottom: 25px;
}

.post-item .read-more a {
  display: inline-block;
  text-decoration: none;
  box-shadow: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #e6be1e;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  line-height: 13px;
  border: 1px solid #e6be1e;
  color: #fff;
  padding: 13px 21px 13px 21px;
  text-transform: uppercase;
  font-family: Montserrat,sans-serif;
}

.anim {
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.anim:before {
  position: relative;
  content: '';
  display: block;
  margin-top: 100%;
}

.anim:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
}

.post-item .read-more a:hover {
  background-color: #d6ab01;
  border: 1px solid #d6ab01;
  color: #fff;
}

.post-item .read-more a:hover .anim:after {
  -moz-animation: anim-out-pseudo 0.75s;
  -webkit-animation: anim-out-pseudo 0.75s;
  animation: anim-out-pseudo 0.75s;
}

.post-item .read-more a:hover .anim {
  -moz-animation: anim-out 0.75s;
  -webkit-animation: anim-out 0.75s;
  animation: anim-out 0.75s;
}

@-webkit-keyframes anim-in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes anim-in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes anim-in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes anim-in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes anim-in-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}
@-moz-keyframes anim-in-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}
@-ms-keyframes anim-in-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}
@keyframes anim-in-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}
@-webkit-keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}
@-moz-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}
@-ms-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}
@keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}

.blog-pagination a {
  display: inline-block;
  padding: 10px 17px;
  font-size: 15px;
  color: #939393;
  font-weight: bold;
  border: 1px solid #c1c1c1;
  margin-right: 5px;
  line-height: 24px;
  letter-spacing: 0.1px;
}

.blog-pagination a:hover {
  color: #4e86e0;
  border-color: #4e86e0;
}

.blog-pagination {
  padding-top: 40px;
  clear: both;
  overflow: hidden;
  margin: 30px 0 19px;
}

.blog-pagination a.blog-pagination__link--active {
  border: 1px solid #666666;
  color: #666666;
}

.blog-content-setion .blog-right>div {
  margin-bottom: 34px;
}

.cl-today-sec {
  border: 2px solid #1e73be;
  text-align: center;
}

.cl-today-sec h4 {
  margin: 0;
  margin-bottom: 12px;
  background-color: #1e73be;
  color: #fff;
  margin-top: 0px;
  padding: 10px 0px;
  text-align: center;
}

.cl-today-sec h3 {
  margin-top: 22px;
  margin-bottom: 12px;
}

.cl-today-sec p {
  margin: 0.3em 0 0.6em;
}

.cl-today-sec p:last-of-type {
  margin-bottom: 20px;
}

.contct-blog-form {
  border: 2px solid #1e73be;
}

.contct-blog-form form {
  max-width: 100%;
  padding: 0px 10px;
}

.contct-blog-form h3.form-title {
  margin-bottom: 15px;
}

.contct-blog-form form .hs-form-required {
  color: inherit;
  margin-left: 4px;
}

.contct-blog-form form .hs-form-field {
  margin-bottom: 12px;
  margin-top: 0;
}

.contct-blog-form form textarea {
  min-height: 208px;
  margin-bottom: 0;
}

.contct-blog-form form .grecaptcha-badge {
  width: 100% !important;
  overflow-x: auto;
}

.thumbnail img {
  height: 428.02px;
  object-fit: cover;
}

.entry-meta span + span {
  padding-left: 4.5px;
}

.entry-meta span.author i {
  font-size: 14px;
  margin-right: 5px;
}

.entry-meta span.author {
  padding-left: 4px;
}

.post-page h1.page-title {
  color: #333436;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 30px;
}

.has-medium-font-size {
  font-size: 20px;
}

.blog-post__body p {
  margin: 0.3em 0 0.6em;
}

.editor-styles-wrapper .has-cyan-bluish-gray-color,
.has-cyan-bluish-gray-color {
  color: #abb8c3;
}

.has-small-font-size {
  font-size: 13px;
}

.prev-next-item {
  display: table;
  padding: 20px 0;
  width: 100%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 49px;
  margin-bottom: 30px;
  font-family: Montserrat,sans-serif;
  padding-top: 23px;
  padding-bottom: 20px;
}

.prev-next-item .left-cell {
  position: relative;
  width: 50%;
  display: table-cell;
  padding-right: 20px;
}
.prev-next-item .left-cell i {
  position: absolute;
  top: 50%;
  left: -31px;
  margin-top: 9px;
}
.prev-next-item .right-cell {
  position: relative;
  width: 50%;
  display: table-cell;
  text-align: right;
  padding-left: 20px;
}
.prev-next-item .right-cell i {
  position: absolute;
  top: 50%;
  right: -31px;
  margin-top: 9px;
}

.prev-next-item .label {
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 8px;
  color: #6c98e1;
  font-family: Montserrat,sans-serif;
}

.prev-next-item i {
  font-size: 16px;
}

.prev-next-item a {
  font-size: 14px;
  color: #151515 !important;
  text-transform: uppercase;
  line-height: 21px;
  display: block;
  font-weight: 600;
  word-break: break-word;
}

.author-info .author-tag {
  text-transform: uppercase;
  font-size: 11px;
  color: #c5b1bc;
  line-height: 11px;
  margin-bottom: 7px;
}
.author-info .author-title {
  margin-top: 0;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 12px;
}
.author-info .author-avatar {
  position: absolute;
  margin-right: 20px;
}
.author-info .author-description {
  padding-left: 108px;
  margin-bottom: 50px;
}
.author-info .author-link {
  display: block;
}

.blog-comments {
  margin-top: 50px;
  border: 1px solid #E6E6E6;
  overflow: hidden;
  padding: 50px;
  clear: both;
  margin-bottom: 30px;
}

.author-info {
  clear: both;
  overflow: hidden;
}

.blog-comments .hs-richtext h3 {
  margin-top: 22px;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 500;
}

.blog-comments .hs-richtext p {
  padding: 8px 0;
  margin: 0;
  line-height: 24px;
  font-size: 15px;
  color: #7c7c7c;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments form .grecaptcha-badge {
  margin: 0 0 30px;
}

.blog-post__body .aligncenter {
  display: table;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}

.blog-post__body img {
  height: auto;
}

.blog-post__body .wp-block-image {
  margin-bottom: 8px;
}

.blog-post__body img.alignleft {
  margin: 5px 20px 5px 0;
}

.blog-post__body blockquote+p {
  padding-bottom: 14px;
}

.blog-post__body img.alignright {
  margin: 5px 0 5px 20px;
  float: right;
}
.editor-styles-wrapper .has-vivid-green-cyan-color,
.has-vivid-green-cyan-color {
  color: #00d084;
}
.editor-styles-wrapper .has-vivid-red-color,
.has-vivid-red-color {
  color: #cf2e2e;
}

@media(max-width: 1180px) {
  .post-item .thumbnail img {
    height: 36.05vw;
  }
}

@media(max-width: 767px) {
  .blog-content-setion .span9.blog-left {
    width: 100%;
    float: none;
  }

  .blog-content-setion .span3.blog-right {
    width: 100%;
    float: none;
  }

  .thumbnail img {
    height: 47.4vw;
  }

  .blog-pagination {
    margin-bottom: 0;
  }

  .author-info .author-description {
    padding-left: 0;
  }

  .author-info .author-avatar {
    position: static;
  }

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

  img.alignleft {
    margin-right: 0 !important;
  }

  .blog-post__body img.alignright,.blog-post__body img.alignleft {
    float: none !important;
    margin: 5px auto 20px!important;
    display: block;
  }
}

@media(max-width: 480px) {
  .banner {
    min-height:100px
  }

  .blog-content-setion {
    padding-top: 5px;
  }

  .thumbnail img {
    height: 43.09vw;
    object-fit: inherit;
  }

  .blog-pagination a {
    margin-bottom: 5px;
  }

  .blog-comments form .grecaptcha-badge {
    width: 100% !important;
    overflow: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
    width: 100%;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
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;
}
input.email-edit.hs-input {
    width: 100%;
    max-width: 100%;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.systems-page ul.no-list.hs-error-msgs {
    padding-left: 0px;
}
@media (max-width: 480px) {
.systems-page h1 {
  font-size: 30px;
}
 .systems-page h2 {
    font-size: 24px;
  }
}