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

.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: "knockout";
  src: url("//19499788.fs1.hubspotusercontent-na1.net/hubfs/19499788/Northern_Bank_April2021/fonts/knockout-htf28-juniorfeatherwt-webfont.9bae4fc.woff2") format("woff2"), 
    url("//19499788.fs1.hubspotusercontent-na1.net/hubfs/19499788/Northern_Bank_April2021/fonts/knockout-htf28-juniorfeatherwt-webfont.3cd7682.woff") format("woff");
  font-style: normal; font-weight: 400; 
  font-display: swap; 
}

@font-face { 
  font-family: "raleway";
  src: url(//19499788.fs1.hubspotusercontent-na1.net/hubfs/19499788/raw_assets/public/Northern_Bank_April2021/fonts/Raleway-Regular.ttf) format("ttf"),
    url(//19499788.fs1.hubspotusercontent-na1.net/hubfs/19499788/raw_assets/public/Northern_Bank_April2021/fonts/Raleway-Regular.woff) format("woff"),
    url(//19499788.fs1.hubspotusercontent-na1.net/hubfs/19499788/raw_assets/public/Northern_Bank_April2021/fonts/raleway-regular-webfont.b3a933e.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face { 
  font-family: "raleway";
  src: url(//19499788.fs1.hubspotusercontent-na1.net/hubfs/19499788/raw_assets/public/Northern_Bank_April2021/fonts/Raleway-Medium.ttf) format("ttf"),
    url(//19499788.fs1.hubspotusercontent-na1.net/hubfs/19499788/raw_assets/public/Northern_Bank_April2021/fonts/Raleway-Medium.woff) format("woff"),
    url(//19499788.fs1.hubspotusercontent-na1.net/hubfs/19499788/raw_assets/public/Northern_Bank_April2021/fonts/raleway-medium-webfont.6fb4dc3.woff2) format("woff2");
  font-style: normal;
  font-weight: 500;
}

@font-face { 
  font-family: "raleway";
  src: url(//19499788.fs1.hubspotusercontent-na1.net/hubfs/19499788/raw_assets/public/Northern_Bank_April2021/fonts/Raleway-SemiBold.ttf) format("ttf"),
    url(//19499788.fs1.hubspotusercontent-na1.net/hubfs/19499788/raw_assets/public/Northern_Bank_April2021/fonts/Raleway-SemiBold.woff) format("woff"),
    url(//19499788.fs1.hubspotusercontent-na1.net/hubfs/19499788/raw_assets/public/Northern_Bank_April2021/fonts/raleway-semibold-webfont.2817301.woff2) format("woff2");
  font-style: normal;
  font-weight: 600;
}

@font-face { 
  font-family: "raleway";
  src: url(//19499788.fs1.hubspotusercontent-na1.net/hubfs/19499788/raw_assets/public/Northern_Bank_April2021/fonts/Raleway-Bold.ttf) format("ttf"),
    url(//19499788.fs1.hubspotusercontent-na1.net/hubfs/19499788/raw_assets/public/Northern_Bank_April2021/fonts/Raleway-Bold.woff) format("woff"),
    url(//19499788.fs1.hubspotusercontent-na1.net/hubfs/19499788/raw_assets/public/Northern_Bank_April2021/fonts/raleway-bold-webfont.4edc70f.woff2) format("woff2");
  font-style: normal;
  font-weight: 900;
}


html {
  font-size: 24px;
  line-height: 1.5;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

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

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.12;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

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

h5 {
  font-size: 1rem;
  line-height: 1.05;
  letter-spacing: .078125em;
}

h6 {
  font-size: .9rem;
  line-height: 1.05;
  letter-spacing: .078125em;
}



strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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 {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  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;
}

img{
  max-width:100%;
}

ul {
  list-style: none;
  padding-left: 20px;
}

.green-dot-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.green-dot-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px; /* Adjust this value to vertically center the bullet */
  width: 14px;
  height: 14px;
  border: 1px solid #00a651; /* Green border/ring */
  border-radius: 50%;
}

.green-dot-list li:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 8px; /* Adjust this value to center the inner dot */
  width: 8px;
  height: 8px;
  background-color: #00a651; /* Green inner dot */
  border-radius: 50%;
}
/* ******************************************************************************
*********************************************************************************
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: 767px;
  font-family: Lato, sans-serif;
  padding:20px;
}

h3.form-title{
  margin:0px;
  padding-left:20px;
  padding-right:20px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
  transition-duration: 0.1s;
  transition-property: background-color, color, border-color, opacity, box-shadow;
  transition-timing-function: ease-out;
  outline: none;
  border: 1px solid transparent;
  margin: 0px;
  box-shadow: rgb(0 0 0 / 10%) 0px 3px 12px 0px;
  height: 40px !important;
  background-color: rgb(0, 132, 61);
  color: rgb(255, 255, 255);
  border-top:none;
  border-right:none;
  border-left:none;
  border-width:1px;
  border-style:solid;
  font-family: raleway,sans-serif;
  text-align: center;
  white-space:normal !important;
  margin-top:18px;
}

.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: #000000;
  display: block;
  float: none;
  max-width: 100%;
  font-weight: unset;
  font-size: 20px;
  line-height: 28px;
  color: rgb(0, 0, 0);
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #ff0000 !important;
  font-size: 20px !imporant;
  line-height: 28px !important;
}

.hs-input, input#hs-pwd-widget-password {
  display: inline-block;
  width: 100% !important;
  height:37px;
  font-family: inherit;
  color: rgb(0, 132, 61);
  padding: 0px 0px 8px;
  font-family: "Raleway", sans-serif;
  border: none;
  outline: none;
  /*appearance: none;*/
  background-image: none;
  background-position: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  transform: translateZ(0px);
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  line-height: unset;
  animation: 1ms ease 0s 1 normal none running native-autofill-in;
  transition: background-color 1e+08s ease 0s, box-shadow 0.1s ease-out 0s;
  box-shadow: rgb(0 132 61 / 30%) 0px 1px;
  background-color: transparent !important;
}

input#hs-pwd-widget-password {
  height:37px !important;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  display:inline-block;
}

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

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

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

.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;
}

/* 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: #00843d;
}
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: #00843d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 15px 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.hs-form-field, .field {
  margin-bottom: 18px;
}

.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: 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;
}


@media (max-width:767px){
  form{
    max-width:100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: 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-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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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 {
  background-color: transparent;
}

.header__container {
  margin: 0 auto;
  padding-right: 16px;
  padding-left:16px;
}

.header-wrapper{
  position:relative;
  z-index: 50;
}
.header-top-wrapper{
  background-color: #00843d;
  height: 36px;
}

.menu1 .hs_cos_wrapper .hs-menu-wrapper >ul{
  padding:0;
  margin:0;
  list-style:none;
}

.menu1 .hs_cos_wrapper .hs-menu-wrapper >ul ul{
  display:none;
}

.menu2 .hs_cos_wrapper .hs-menu-wrapper >ul{
  padding:0;
  margin:0;
  list-style:none;
  right: 0;
  top: 0;
  position: absolute;
  margin-right: 22px;
  display:block;
}
.menu1 .hs_cos_wrapper .hs-menu-wrapper >ul >li:first-child, .menu2 .hs_cos_wrapper .hs-menu-wrapper >ul >li:first-child{
  padding-left: 0;
}

.menu1 .hs_cos_wrapper .hs-menu-wrapper >ul >li, .menu2 .hs_cos_wrapper .hs-menu-wrapper >ul >li{
  display: inline-block;
  height: 36px;
  vertical-align: top;
  position: relative;
  font-weight: 600;
  font-family: raleway,sans-serif;
  letter-spacing: .7px;
  margin-left: 1px;
  line-height: 36px;
}

.menu1 .hs_cos_wrapper .hs-menu-wrapper >ul >li >a, .menu2 .hs_cos_wrapper .hs-menu-wrapper >ul >li >a{
  align-items: center;
  display: flex;
  text-transform: uppercase;
  color:white;
  font-size:13px;
  font-family: raleway,sans-serif;
  letter-spacing: .05em;
  padding-left: 12px;
  padding-right: 12px;
}

.menu2 .hs_cos_wrapper .hs-menu-wrapper >ul >li:nth-child(4) >a{
  background-color:#007737;
}
.menu2 .hs_cos_wrapper .hs-menu-wrapper >ul >li:nth-child(5) >a{
  background-color:#007737;
}
.menu2 .hs_cos_wrapper .hs-menu-wrapper >ul >li:nth-child(4) >a:hover{
  background-color: rgb(0 107 49);
}
.menu2 .hs_cos_wrapper .hs-menu-wrapper >ul >li:nth-child(5) >a:hover{
  background-color: rgb(0 107 49);
}


.menu1 .hs_cos_wrapper .hs-menu-wrapper >ul >li >a:hover, .menu2 .hs_cos_wrapper .hs-menu-wrapper >ul >li >a:hover{
  background-color:#007737;
}
.menu2 .hs_cos_wrapper .hs-menu-wrapper >ul >li >a span svg{
  margin-left: 5px;
  transition: all .3s ease-in-out;
  display: inline-block;
  vertical-align: baseline;
  left: 0;
  top: 0;
  width:12px;
  height:12px;
}

.menu2{
  position: relative;
  top: -36px;
}
.drop-menu{
  background-color: #fff;
  background-color: rgba(255,255,255,var);
  position: absolute;
  top: 0;
  z-index: 101;
  box-shadow: 0 2px 15px 0 rgb(0 0 0 / 11%);
  width: 224px;
  left: 50%;
  margin-left: -112px;
  list-style: none;
  padding: 0;
  margin-top:36px;
}

.menu1 .hs_cos_wrapper .hs-menu-wrapper > ul >li.hs-item-has-children .drop-menu:before, .menu2 .hs_cos_wrapper .hs-menu-wrapper > ul >li.hs-item-has-children  .drop-menu:before{
  content: "";
  display: block;
  width: 16px;
  height: 8px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 8px 8px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: -8px;
  opacity:0;
}

.menu1 .hs_cos_wrapper .hs-menu-wrapper > ul >li.hs-item-has-children:hover .drop-menu:before, .menu2 .hs_cos_wrapper .hs-menu-wrapper > ul >li.hs-item-has-children:hover .drop-menu:before{
  opacity:1;
}

.menu2 .hs_cos_wrapper .hs-menu-wrapper >ul ul, .menu1 .hs_cos_wrapper .hs-menu-wrapper >ul ul{
  display:none;
  margin:0;
  margin-top:8px;
  margin-bottom:8px;
  list-style:none;
  padding:0;
}


.menu2 .hs_cos_wrapper .hs-menu-wrapper >ul li:hover ul, .menu1 .hs_cos_wrapper .hs-menu-wrapper >ul li:hover ul{
  display:block;
}

.menu2 .hs_cos_wrapper .hs-menu-wrapper >ul ul li, .menu1 .hs_cos_wrapper .hs-menu-wrapper >ul ul li{
  display:block;
}

.menu2 .hs_cos_wrapper .hs-menu-wrapper >ul ul li a, .menu1 .hs_cos_wrapper .hs-menu-wrapper >ul ul li a{
  display: block;
  padding: 12px 16px;
  color: #45474a;
  color: rgba(69,71,74);
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.5
}

.menu2 .hs_cos_wrapper .hs-menu-wrapper >ul ul li a:hover, .menu1 .hs_cos_wrapper .hs-menu-wrapper >ul ul li a:hover{
  background:#e9f6f0;
}

.search-btn{
  position: absolute;
  right: -14px;
  line-height: 27px;
  top: 0px;
  background: transparent;
  border: none;
  color: white;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: -16px;
  cursor: pointer;
  padding-top: 7px;
}
.search-btn:hover{
  background: #007737;
}
.search-btn:focus{
  outline:0;
  background: #007737;
}

.header-bottom{
  position:relative;
  z-index: 20;
  font-family: raleway,sans-serif;
}

.custom-menu-primary .navigation-primary >ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-menu-primary .navigation-primary >ul >li{
  display: inline-block;
}

.custom-menu-primary .navigation-primary >ul >li >a{
  align-items: center;
  display: flex;
  cursor: pointer;
  position: relative;
}

.custom-menu-primary .navigation-primary >ul >li:hover .mega-menu{
  opacity: 1;
  visibility: visible;
  top: 58px;
}
.custom-menu-primary .navigation-primary >ul ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu2 .hs_cos_wrapper .hs-menu-wrapper >ul >li >a .arrow svg{
  position: relative;
  top: 2px
}

.custom-menu-primary .navigation-primary >ul >li >a .arrow-icon svg{
  display: inline-block;
  vertical-align: baseline;
  margin-left: .5rem;
}

.mega-menu{
  width: 100%;
  background-color: #fff;
  background-color: rgba(255,255,255);
  position: absolute;
  left: 0;
  text-align: left;
  z-index: 105;
  top: 36px;
  box-shadow: 0 5px 15px 0 rgb(0 0 0 / 11%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.mega-menu > ul.submenu.level-2 > .menu-container{
  background: #e9f6f0;
  line-height:24px;
}

.mega-menu > ul.submenu.level-2 > .menu-container >li{
  max-width: 1175px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

.container{
  margin:0 auto;
  padding-left:16px;
  padding-right:16px;
}

.container-inner {
  font-size: 15px;
  font-weight:500;
}

.mega-menu > ul.submenu.level-2 > .container > .container-inner >li{
  width: 100%;
  max-width: 100%;
}

.mega-menu > ul.submenu.level-2 > .container > .container-inner >li >ul.submenu.level-3 >li >a{
  padding-left: 12px;
  padding-right: 12px;
  color: #45474a;
}
.mega-menu > ul.submenu.level-2 > .container > .container-inner >li >ul.submenu.level-3 >li >a {
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .05em;
  color: #45474a;
}

.mega-menu > ul.submenu.level-2 > .container > .container-inner >li >ul.submenu.level-3 >li >ul.submenu.level-3{
  list-style: none;
  margin: 0;
  padding: 0;
}

.mega-menu > ul.submenu.level-2 > .container > .container-inner >li >ul.submenu.level-3 >li >ul.submenu.level-4 >li{
  padding-right: 64px;
}


.mega-menu > ul.submenu.level-2 > .container > .container-inner >li >ul.submenu.level-3 >li >ul.submenu.level-4 >li >a{
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 4px;
  padding-left: 12px;
  padding-right: 12px;
}
.mega-menu > ul.submenu.level-2 > .container > .container-inner >li >ul.submenu.level-3{
  display:flex;
} 

.mega-menu > ul.submenu.level-2 > .container > .container-inner >li >ul.submenu.level-3 >li >ul.submenu.level-4{
  width: 100%;
  max-width: 100%;
}

.mega-menu > ul.submenu.level-2 > .container > .container-inner >li >ul.submenu.level-3 >li >ul.submenu.level-4 >li{
  width: 100%;
  display:block;
  max-width: 100%;
}

.mega-menu > ul.submenu.level-2 > .container > .container-inner >li >ul.submenu.level-2 >li > a:hover{
  background-color:transparent !important;
  cursor:text;
}
.container-wrapper{
  margin:0 auto;
  padding-left:16px;
  padding-right:16px;
}

.mega-menu > ul.submenu.level-2 > .menu-container >li:nth-child(1) >ul.submenu.level-3 {
  display:inline-flex;
}
.mega-menu > ul.submenu.level-2 > .menu-container >li:nth-child(1) >ul.submenu.level-3 >li{
  align-items: center;
  flex-wrap: wrap;
  display: inline-flex;
  flex-wrap: nowrap;
  padding-right:54px;
  padding-top: 16px;
  padding-bottom: 16px;
  position:relative;
}
.mega-menu > ul.submenu.level-2 > .menu-container >li:nth-child(1) >ul.submenu.level-3 >li img{
  position: absolute;
  right: 0;
  height: 100%;
  margin-right: 20px;
  display: inline-block;
}

.mega-menu > ul.submenu.level-2 > .menu-container >li:nth-child(1) >ul.submenu.level-3 >li >a{
  width: auto;
  white-space: normal;
  text-align: center;
  margin-bottom: 0;
  display: inline-block;
  text-transform: uppercase;
  transition-property: background-color,border-color,color,fill,stroke;
  transition-duration: .15s;
  letter-spacing:.7px;
  color: #00843d !important;
  font-size:13px;
  font-weight: 600;
  cursor: pointer;
  background-color:transparent !important;
}
.mega-menu > ul.submenu.level-2 > .menu-container >li:nth-child(1) >ul.submenu.level-3 >li:last-child{
  padding-right:0px;
}

.mega-menu > ul.submenu.level-2 > .menu-container >li:nth-child(1) >ul.submenu.level-3 >li span{
  margin-left: 5px;
  transition: all .3s ease-in-out;
  margin-top:1px;
  color: #00843d !important;
}

.custom-menu-primary .navigation-primary >ul > li >a:hover:after{
  opacity: 1;
  transition: opacity 75ms ease-in-out .2s;
}


.mega-menu > ul.submenu.level-2 > .container > .container-inner >li >ul.submenu.level-3 >li >a:hover{
  background-color:#e9f6f0 !important;
}
.mega-menu > ul.submenu.level-2 > .menu-container > li > ul.submenu.level-3 >li > a .arrow {
  position: relative;
  left: 0;
  transition: all 0.3s;
}
.mega-menu > ul.submenu.level-2 > .menu-container > li > ul.submenu.level-3 >li:hover > a .arrow {
  position: relative;
  left: 8px;
  transition: all 0.3s;
}


/* Search Modal */

.search-overlay-wrapper{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 901;
  display: none;
}

.container{
  position: relative;
}

.search-overlay-wrapper .search-overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.75);
  z-index: 902;
}

.search-modal{
  z-index: 903;
  height: 58px;
  pointer-events: all;
  width: 41.666667%;
  box-shadow: 0 5px 15px 0 rgb(0 0 0 / 11%);
  right: 0;
  position: absolute;
  top:0;
  background-color: #fff;
  border-radius:4px;
  margin-top: 36px;
  margin-right: 16px;
  padding-left: 24px;
  padding-right: 24px;
  transform: translateY(30px);
  transition: all .5s;
}

.search-modal form{
  background: transparent;
  padding: 0;
}

.search-modal:before {
  content: "";
  width: 0;
  height: 0;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 8px 8px;
  position: absolute;
  right: 14px;
  top: -8px;
}

.search-submit{
  width: 16px;
  height: 16px;
  margin-left: 24px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  opacity: .5;
  left: 0;
  padding: 0;
  cursor: pointer;
  text-transform: none;
  font-size: 100%;
  border: none;
  background: transparent;
  outline: 0;
}

.search-submit svg{
  display: inline-block;
  vertical-align: baseline;
}

#site-header-search-input{
  height: 58px;
  line-height: 58px;
  margin-left: 24px;
  width: calc(100% - 24px);
  font-size: 15px;
  font-weight: 500;
  border: none;
  color: #45474a;
}
#site-header-search-input:focus{
  border: none;
  outline: 0;
}

#site-header-search-input::placeholder{
  color: #a0aec0;
}
#site-header-search-input{
  background:transparent;
}

body .search-overlay-wrapper.search-open{
  overflow:hidden;
}
.close-btn{
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-property: opacity;
  width:24px;
  height:24px;
  right: 0;
  padding: 4px;
  opacity: .5;
  margin-right: 12px;
  display: block;
  border: none;
  background: transparent;
  outline: 0;
  cursor:pointer;
}

.close-btn img{
  display: block;
  vertical-align: middle;
  height:16px;
  width:16px;
}

.close-btn:hover{
  opacity:1;
}
.search-overlay-wrapper.search-open {
  display: block;
}

.menu2 .hs_cos_wrapper .hs-menu-wrapper >ul >li:nth-child(5) >a{
  border-left: 1px solid hsla(0,0%,100%,.5);
}

.menu2 .hs_cos_wrapper .hs-menu-wrapper >ul >li:nth-child(5) {
  margin-right: 12px;
  margin-left: -4px;
}

.menu2 .hs_cos_wrapper .hs-menu-wrapper >ul >li >a .lock-icon svg{
  position:relative;
  top:2px;
}

.search-overlay-wrapper {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
}

.search-overlay-wrapper.search-open {
  opacity: 1;
  visibility: visible;
}

.search-modal {
  transform: translateY(30px);
  transition: all .5s;
}

.search-overlay-wrapper.search-open .search-modal {
  transform: none;
}

/* End */


/* Login Modal */

.modal-wrapper.login-modal, .modal-wrapper.enroll-modal{
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  transform: translateY(30px);
  transition: all .5s;
}
.modal-wrapper.login-modal.modal-open, .modal-wrapper.enroll-modal.enroll-modal-open{
  display:flex;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
  transform:none;
}
.modal-wrapper {
  display: block;
  left: 0;
  width: 100%;
  z-index: 103;
}

.login-modal-wrapper , .enroll-modal-wrapper{
  max-width: 100%;
  max-height: calc(100% - 86px);
  overflow-x: hidden;
  overflow-y: auto;
  width: 750px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 20;
  background-color: #fff;
  top: 42px;
}

.login-container, .enroll-container{
  padding:40px 20px;
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.login-container h3, .enroll-container h3{
  font-size:34px;
  text-align: center;
  font-family: vidaloka,serif;
  line-height: 1.2;
  margin: 0;
  color: #45474a;
}

.login-modal-overlay, .enroll-modal-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0,0,0,.75);
}

.login-button, .enroll-button{
  position: absolute;
  top: 13px;
  right: 0;
  padding: 4px;
  margin-right: 12px;
  margin-left: 12px;
  background: transparent;
  border: none;
  cursor:pointer;
}
.login-button:focus, .enroll-button:focus{
  outline:0;
  border:none;
}

.login-button img, .enroll-button img{
  width:24px;
  height:24px;
}

.login-wrapper, .enroll-wrapper{
  margin-top:24px;
}

.login-inner-wrapper, .enroll-inner-wrapper{
  padding-bottom: 24px;
}

.text{
  text-align: center;
  font-size:15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing:.9px;
}

.login-top, .enroll-top{
  margin-top: 20px;
}
.login-top ul, .enroll-top ul{
  list-style:none;
  padding:0;
  margin:0;
}

.login-top ul li, .enroll-top ul li{
  list-style:none;
}
.login-top ul li:first-child a, .enroll-top ul li:first-child a{
  background:#00843d;
  color:white;
  margin-top: 0px;
}

.login-top ul li a, .enroll-top ul li a{
  color: #00843d;
  padding-left: 24px;
  padding-right: 32px;
  display: inline-block;
  text-transform: uppercase;
  transition-property: background-color,border-color,color,fill,stroke;
  transition-duration: .15s;
  width: 100%;
  font-weight: 700;
  cursor: pointer;
  border-color: #00843d;
  border-style:solid;
  border-width: 1px;
  text-align:center;
  background:white;
  font-size:14px;
  letter-spacing:.7px;
  margin-top: 20px;
}
.login-top span.flex.items-center, .enroll-top span.flex.items-center{
  display: flex;
  align-items: center;
}
.login-top span.w-full, .enroll-top span.w-full{
  width:100%;
}
.login-top span.inline-block.align-middle.flex.items-center, .enroll-top span.inline-block.align-middle.flex.items-center{
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.login-top span.relative, .enroll-top span.relative{
  width:16px;
  height:16px;
}


.login-top span svg, .enroll-top span svg{
  margin-left: 10px;
  transition: all .3s ease-in-out;
  display: inline-block;
  vertical-align: baseline;
}
/* End */


.mega-menu > ul.submenu.level-2 > .container > .container-inner >li:first-child >ul.submenu.level-3 >li:first-child >ul.submenu.level-4 >li:last-child >a{
  color: #00843d;
  margin-top: 62px;
  text-transform:uppercase;
}

.menu2 .hs_cos_wrapper .hs-menu-wrapper >ul >li .lock-icon img {
  vertical-align: -2px;
  margin-left: 5px;
}
.menu2 .hs_cos_wrapper .hs-menu-wrapper > ul >li:nth-child(5) > a .arrow {
  position: relative;
  left: 0px;
  transition: all 0.3s;
}
.menu2 .hs_cos_wrapper .hs-menu-wrapper > ul >li:nth-child(5):hover > a .arrow {
  position: relative;
  left: 8px;
  transition: all 0.3s;
}
ul.submenu.level-1 > li > .mega-menu > ul.submenu.level-2 > .container > .container-inner >li >ul.submenu.level-3 >li:first-child >ul.submenu.level-4 >li:last-child >a {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.65px;
  font-weight: 600;
  background: transparent !important;
  margin-top: 15px;
  margin-bottom: -3px;
}
ul.submenu.level-1 > li:first-child > .mega-menu > ul.submenu.level-2 > .container > .container-inner >li >ul.submenu.level-3 >li:first-child >ul.submenu.level-4 >li:last-child >a{
  margin-top: 94px;
}

.enroll-inner-wrapper.enroll-right-wrapper,
.login-inner-wrapper.login-right-wrapper {
  border-right: 1px solid #d9d9d6;
}
.login-top ul li a svg, 
.enroll-top ul li a svg{
  position: relative;
  left: 0;
  transition: all 0.3s ease;
}
.login-top ul li a:hover svg, 
.enroll-top ul li a:hover svg{
  left: 8px;
  transition: all 0.3s ease;
}
.login-top ul li:first-child a:hover, 
.enroll-top ul li:first-child a:hover {
  background-color: #006730;
}


@media (min-width: 640px){
  .container{
    max-width:640px;
    margin:0 auto;
  }
  .container-inner {
    flex-wrap: wrap;
    display: flex;
  }
  .modal-wrapper {
    position: fixed;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 1002;
  }
  .login-container, .enroll-container{
    padding-left: 40px;
    padding-right: 40px;
    max-width: 100%;
  }
  .login-wrapper, .enroll-wrapper{
    margin-left:-32px;
    margin-right:-32px;
    display: flex;
  }
  .login-inner-wrapper, .enroll-inner-wrapper{
    width: 50%;
    padding-left: 32px;
    padding-right: 32px;
  }
}


@media (min-width:768px){
  .login-wrapper, .enroll-wrapper{
    margin-left:-48px;
    margin-right:-48px;
  }
  .login-inner-wrapper, .enroll-inner-wrapper{
    padding-left: 48px;
    padding-right: 48px;
  }
  .mobile-logo, .container.mobile-toggle-btn-container, .mobile-nav{
    display:none;
  }
  .container-wrapper{
    max-width:768px;
    margin:0 auto;
  }
  .custom-menu-primary .navigation-primary >ul > li.has-submenu >a:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: opacity .15s ease-in-out 0s;
    width: 0;
    height: 0;
    border-color: transparent transparent #e9f6f0;
    border-style: solid;
    border-width: 0 13px 12px;
    z-index: 106;
    left: 50%;
    transform: translate(-50%);
  }
  .custom-menu-primary .navigation-primary >ul > li.has-submenu >a:hover:after{
    opacity:1;
  }
  .mega-menu > ul.submenu.level-2 > .container > .container-inner >li >ul.submenu.level-3 >li >a{
    cursor: text;
    padding-left: 12px;
    padding-right: 12px;
  }
  .mega-menu > ul.submenu.level-2 > .container > .container-inner >li >ul.submenu.level-3 >li >a:hover{
    background-color:transparent !important;
  }
  .mega-menu > ul.submenu.level-2 > .container > .container-inner >li >ul.submenu.level-3 >li > ul.submenu.level-4 > li >a:hover{
    background-color: #e9f6f0;
  }

  .header-top-wrapper{
    display: block;
  }
  .header-bottom{
    padding-top: 0;
    padding-bottom: 0;
    height: 58px;
  }

  .header-main-wrapper{
    padding-top: 0;
    padding-bottom: 0;
    height: 58px;
    align-items: center;
    display: flex;
  }
  .header__logo a img{
    max-width: 208px;
    position: relative;
    z-index: 5;
    height: 40px;
    display: block;
    vertical-align: middle;
    width:auto !important;
  }
  .header-menu-right-wrapper{
    width: calc(100% - 208px);
    text-align: right;
  }
  .custom-menu-primary .navigation-primary >ul >li:not(:last-child){
    padding-right: 16px;
  }
  .custom-menu-primary .navigation-primary >ul >li.has-submenu:not(:first-child){
    margin-left: 8px;
  }
  .custom-menu-primary .navigation-primary >ul >li >a{
    font-weight: 500;
    letter-spacing: .03125em;
    line-height: 1.2;
    padding-left: 13px;
    height: 58px;
    font-size: 17px;
  }
  .custom-menu-primary .navigation-primary >ul >li:last-child{
    margin-left: 8px;
  }
  .custom-menu-primary .navigation-primary >ul >li.has-submenu >a svg{
    width: 12px;
    height: 7px;
    margin-left: 11px;
    display: inline-block;
    vertical-align: baseline;
    color: #00843d;
  }

  .mega-menu{
    top: 70px;
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 11%);
  }
  .container{
    padding-top:40px;
    padding-bottom:40px;
    max-width:768px;
  }
  .mega-menu > ul.submenu.level-2 > .container > .container-inner >li >ul.submenu.level-3{
    width: 100%;
    max-width: 100%;
  }
  .mega-menu > ul.submenu.level-2 > .container > .container-inner >li >ul.submenu.level-3 >li{
    width: 100%;
    padding-right: 24px;
  }
}


@media (min-width:1024px){
  .login-top ul li a, .enroll-top ul li a{
    line-height: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
  }
  .login-top span svg, .enroll-top span svg{
    width:16px;
    height:16px;
  }
  .menu1 .hs_cos_wrapper .hs-menu-wrapper >ul{
    margin-left: -25px;
  }
  .menu1 .hs_cos_wrapper .hs-menu-wrapper >ul >li >a,  .menu2 .hs_cos_wrapper .hs-menu-wrapper >ul >li >a{
    padding-left: 20px;
    padding-right: 16px;
  }
  .container{
    max-width:1024px;
  }
  .container-wrapper{
    max-width:1024px;
  }
}

@media (min-width:1175px){
  .container{
    max-width:1175px;
  }
  .container-wrapper{
    max-width:1175px;
  }
}

@media (max-width:1023px){
  .menu1{
    right: 11px;
    position: relative;
  }
  .menu1 .hs_cos_wrapper .hs-menu-wrapper >ul >li >a, .menu2 .hs_cos_wrapper .hs-menu-wrapper >ul >li >a{
    padding-right:10px;
    padding-left:10px;
  }
  .login-top ul li a, .enroll-top ul li aa {
    padding: 9px 24px;
    text-align: left;
    font-size: 12px;
    letter-spacing: 0.375px;
    line-height: 14px;
  }
  .login-top span svg, .enroll-top span svg {
    width: 12px;
    margin-left: 5px;
  }
  .login-container h3, .enroll-container h3 {
    font-size: 30px;
  }
}


@media (max-width:767px){
  .mega-menu > ul.submenu.level-2 > .container > .container-inner >li >ul.submenu.level-3 >li >ul.submenu.level-4 >li{
    line-height:normal;
  }
  .mega-menu > ul.submenu.level-2 > .container > .container-inner >li >ul.submenu.level-3 >li >ul.submenu.level-4 >li >a{
    padding-left:0px;
    padding-right:0px;
  }
  .mega-menu > ul.submenu.level-2 > .container > .container-inner >li >ul.submenu.level-3 >li >a:hover{
    background-color:transparent !important;
  }
  .mega-menu > ul.submenu.level-2 > .menu-container >li:nth-child(1) >ul.submenu.level-3{
    display:block;
  }
  .mega-menu > ul.submenu.level-2 > .menu-container >li:nth-child(1) >ul.submenu.level-3 >li:first-child{
    display: block;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 2px solid white;
    line-height: normal;
  }
  .mega-menu > ul.submenu.level-2 > .menu-container >li:nth-child(1) >ul.submenu.level-3 >li{
    padding-bottom: 4px;
    padding-top: 4px;
    line-height: normal;
  }
  .mega-menu > ul.submenu.level-2 > .menu-container >li {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .header-top-wrapper{
    display:none;
  }
  .main-wrapper{
    padding-top:10px;
    padding-bottom:10px;
    position: relative;
    z-index: 20;
  }

  .container{
    max-width:100% !important;
  }

  .menu-icon{
    cursor:pointer;
  }

  .header__logo a img{
    max-width: 159px;
    width:auto !important;
    height: 30px;
    position: relative;
    z-index: 5;
    max-width: 100%;
    display: block;
    vertical-align: middle;
  }

  .mobile-toggle-btn-container{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    height: 50px;
    left: 50%;
    transform: translate(-50%);
    max-width:100% !important;
    padding-right: 16px;
    padding-left: 16px;
    z-index: 10;
  }

  .mobile-toggle-btn-container button {
    pointer-events: all;
  }

  .mobile-toggle-btn{
    position: absolute;
    top: 11px;
    right: 0;
    margin-right: 6px;
    cursor: pointer;
    background-color: transparent;
    background-image: none;
    border: none;
    outline: 0;
  }
  .mobile-toggle-btn img{
    width: 25px;
    height: 25px;
    display: block;
    vertical-align: middle;
  }
  .desktop-logo{
    display:none;
  }

  .header__container{
    max-width: 100% !important;
  }
  .header-bottom{
    background-color: #00843d;
    left: 0;
    width: 100%;
    height: 36px;
    line-height:36px;
  }
  .custom-menu-primary .navigation-primary>ul>li>a{
    color:white;
    font-weight: 500;
    font-size: 15px;
    font-family: raleway,sans-serif;
  }
  .custom-menu-primary .navigation-primary>ul>li:nth-child(2){
    margin-left: 20px;
  }
  .custom-menu-primary .navigation-primary>ul>li:last-child{
    margin-left:24px;
    float:right;
  }
  .custom-menu-primary .navigation-primary>ul>li>a .arrow-icon svg{
    display:none;
  }

  .custom-menu-primary .navigation-primary>ul>li>a span svg{
    width: 10px;
    height: 6px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: baseline;
  }
  .mobile-container{
    padding: 0 16px;
  }
  .container{
    padding-top:28px;
    padding-bottom:28px;
  }
  .mega-menu > ul.submenu.level-2 > .container  .container-inner > li > ul.submenu.level-3{
    display:contents;
  }
  .mega-menu > ul.submenu.level-2 > .container  .container-inner >li > ul.submenu.level-3 >li{
    width:50%;
    padding-bottom:36px;
  }
  .mega-menu > ul.submenu.level-2 > .container  .container-inner > li > ul.submenu.level-3 > li > ul.submenu.level-3 > li{
    line-height:normal;
  }
  .navigation-primary>ul>li:hover>a {
    background-color: rgb(0 131 61) !important;
    color: white !important;
  }
  .mega-menu > ul.submenu.level-2 > .container  .container-inner >li >ul.submenu.level-3 >li >a{
    padding:0px;
  }

  #mobile-site-header-search-input{
    height: 50px;
    font-size: 15px;
    font-size: 15px;
    font-family: raleway,sans-serif;
    border: none;
    outline: none;
    width: calc(100% - 68px);
    font-weight: 500;
    margin-left: 4px;
    background-color:transparent;
  }
  #mobile-site-header-search-input::placeholder{
    color: #a0aec0;
  }

  #mobile-site-header-search-input:focus{
    border: none;
    outline: none;
  }

  .mobile-search-submit{
    margin-left: 12px;
    opacity: .4;
    left: 0;
    padding: 0;
    cursor: pointer;
    text-transform: none;
    font-size: 100%;
    border: none;
    background: transparent;
    outline: 0;
    width: 25px;
    height: 25px;
    top: 7px;
    position: relative;
  }
  .search-container{
    padding-right: 16px;
    padding-left: 0px;
    height:50px;
  }
  .mobile-toggle-btn1{
    position: absolute;
    top: 13px;
    right: 0;
    margin-right: 6px;
    cursor: pointer;
    background-color: transparent;
    background-image: none;
    border: none;
    outline: 0;
  }
  .mobile-toggle-btn1 img{
    width: 22px;
    height: 22px;
    display: block;
    vertical-align: middle
  }
  .contact-us-container{
    height: 36px;
    line-height: 36px;
    background-color: #00843d;
    padding-left: 16px;
    padding-right: 16px;
  }
  .contact-us-container a{
    font-size: 15px;;
    height: 36px;
    line-height: 36px;
    color:white;
    float: right;
    cursor:pointer
  }
  .mobile-container-wrapper{
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left:16px;
    padding-right:16px;
  }
  .custom-menu-mobile-primary .hs_cos_wrapper .hs-menu-wrapper >ul{
    list-style:none;
    padding:0;
    margin:0;
  }
  .custom-menu-mobile-primary .hs_cos_wrapper .hs-menu-wrapper >ul >li:first-child{
    margin-top:0px;
  }

  .custom-menu-mobile-primary .hs_cos_wrapper .hs-menu-wrapper >ul >li{
    margin-top:12px;
  }
  .custom-menu-mobile-primary .hs_cos_wrapper .hs-menu-wrapper >ul >li >a{
    color: #45474a;
    display:block;
    width:100%;
    font-size: 15px;
    font-weight: 500;
  }
  button.btn.border-green{
    margin-top:24px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    padding-left: 24px;
    padding-right: 32px;
    text-align: center;
    text-transform: uppercase;
    transition-property: background-color,border-color,color,fill,stroke;
    transition-duration: .15s;
    width: 100%;
    color: #00843d;
    font-size: 15px;
    border: 1px solid #00843d;
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
  }

  .btn.border-green svg,
  .enroll-btn svg{
    left: 0;
    position: relative;
    transition: all 0.3s ease-in-out;
  }

  .btn.border-green:hover svg,
  .enroll-btn:hover svg{
    left: 7px;
    transition: all 0.3s ease-in-out;
  }
  .enroll-btn{
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    padding-left: 24px;
    padding-right: 32px;
    text-align: center;
    text-transform: uppercase;
    transition-property: background-color,border-color,color,fill,stroke;
    transition-duration: .15s;
    width: 100%;
    color: #00843d;
    font-size: 15px;
    border: 1px solid #00843d;
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    margin-top:20px;
    cursor: pointer;
  }
  div#mobile-nav{
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .mobile-menu-open div#mobile-nav{
    display:block;
    opacity: 1;
    visibility: visible;
  }
  .mobile-menu-open div#mobile-nav {
    display: block;
    position: fixed;
    background: #fff;
    z-index: 1001;
    width: 100%;
    top: 0;
    overflow-y: auto;
    max-height: 100vh;
  }
  .search-container form{
    padding: 0;
    background: transparent;
  }
  .contact-us-container a:hover{
    color:white;
  }
  .mega-menu > ul.submenu.level-2 > .container > .container-inner >li{
    display:contents;
  }
  .custom-menu-primary .navigation-primary >ul >li:hover .mega-menu {
    top: 36px;
  }
  .mega-menu > ul.submenu.level-2 > .menu-container >li:nth-child(1) >ul.submenu.level-3 >li img {
    display: none;
  }
  .modal-wrapper {
    display: none;
  }
  .custom-menu-primary .navigation-primary >ul >li.has-submenu.menu-item > a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: opacity .15s ease-in-out 0s;
    width: 0;
    height: 0;
    border-color: transparent transparent #e9f6f0;
    border-style: solid;
    border-width: 0 8px 8px;
    left: 50%;
    transform: translate(-50%);
  }
  .custom-menu-primary .navigation-primary >ul >li.has-submenu.submenu-open > a:after{
    opacity: 1;
  }
  .custom-menu-primary .navigation-primary > ul >li > a > .angle-wrap {
    position: absolute;
    right: 0;
    width: 100%;
    text-align: right;
    z-index: 999;
  }
  .custom-menu-primary .navigation-primary>ul>li>a {
    padding-right: 20px;
  }

  .custom-menu-primary .navigation-primary >ul >li:hover .mega-menu {
    opacity: 0;
    visibility: hidden;
  }
  .custom-menu-primary .navigation-primary >ul >li.submenu-open .mega-menu,
  .custom-menu-primary .navigation-primary >ul >li.submenu-open:hover .mega-menu{
    opacity: 1;
    visibility: visible;
  }
  .mega-menu > ul.submenu.level-2 > .menu-container >li:nth-child(1) >ul.submenu.level-3 >li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .custom-menu-primary .navigation-primary>ul>li:last-child>a {
    padding-right: 0;
  }
}

@media (max-width:640px){
  .mega-menu > ul.submenu.level-2 > .container  .container-inner >li >ul.submenu.level-3 >li{
    width:100% !important;
    padding-bottom:36px;
  }
  .modal-wrapper {
    position: fixed;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 1002;
    padding-top: 45px;
  }
  .enroll-inner-wrapper.enroll-right-wrapper, 
  .login-inner-wrapper.login-right-wrapper {
    border-right: 0 none;
  }
  .login-container h3,
  .enroll-container h3 {
    font-size: 24px;
  }
  .login-button img, 
  .enroll-button img {
    width: 20px;
    height: 20px;
  }
  .login-top ul li a, 
  .enroll-top ul li a {
    margin-top: 16px;
  }
}

@media (max-width:479px){
  .custom-menu-primary .navigation-primary>ul>li>a {
    font-size: 11px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer-bottom{
  background-color: #00843d;
}

.footer-container{
  padding-top: 16px;
  padding-bottom: 16px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

.footer-container-wrapper{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer-left-content{
  opacity: .6;
  display: block;
}

.footer-left-content p{
  margin-bottom:0px;
  font-size:13px;
  color:#ffffff;
}

.footer-right-content ul{
  list-style:none;
  padding:0;
  margin:0;
  line-height:19.5px;
}

.footer-right-content ul li:first-child{
  margin-left:0px;
}

.footer-right-content ul li{
  display: inline-block;
  opacity: 1;
  color: #ffffff;
  font-size: 13px;
  line-height: normal;
  margin-left: 15px;
  vertical-align: middle;
  margin-top: -2px;
}
.footer-right-content ul li:nth-child(4), .footer-right-content ul li:nth-child(5), .footer-right-content ul li:nth-child(6){
  opacity:.6;
}

.footer-right-content ul li a{
  display:inline-block;
  color:#ffffff;
  opacity:1 !important;
  cursor: pointer;
  font-size:13px;
}

.footer-right-content ul li span{
  display: inline-block;
}
.footer-right-content ul li span img{
  width: 16px;
  height: 12px;
  display: inline-block;
  vertical-align: -2px;
  border: none;
  margin-right: 6px;
  opacity: 1;
}

.footer-row{
  margin-right:-16px;
  margin-left:-16px;
} 

.footer-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
}
.footer-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li >a{
  display: block;
  width: 100%;
  text-align: left;
  font-weight: 700;
  letter-spacing: .9px;
  text-transform: uppercase;
  position: relative;
  color: #45474a;
}
.footer-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul ul{
  list-style:none;
  padding:0;
  margin:0;
}

.footer-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul ul li{
  margin-top:16px;
  line-height: 1.2;
  font-size:14px;
  font-family: raleway,sans-serif;
  color: #45474a;
}

.footer-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul ul li a{
  line-height: 1.2;
  font-size:14px;
  font-family: raleway,sans-serif;
  color: #63666a;
  font-weight: 500;
}

.footer-image-wrapper{
  margin-top:40px;
}

.footer__logo a{
  cursor: pointer;
}

.footer__logo a img{
  max-width: 162px;
  height: 31px;
  vertical-align:middle;
  width:auto !important;
}

.footer__logo1{
  text-align:center;
}

.footer__logo1 a img{
  max-width: 170px;
  height: 13px;
  vertical-align:middle;
  width:auto !important;
  margin-left: auto;
  margin-right: auto;
}

.social-icon-wrapper{
  text-align:center;
  margin-top: 32px;
}

.social-icon ul{
  list-style:none;
  padding:0;
  margin:0;
}

.social-icon ul li:first-child{
  margin-left:0px;

}

.social-icon ul li{
  display: inline-block;
  margin-left: -4px;
}

.social-icon ul li a{
  margin-left: 5px;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  display: inline-block;
  background-color: #00843d;
}

.social-icon img{
  width: 23px;
  height: 23px;
  max-width: 100%;
  display: block;
  vertical-align: middle;
}


/* Footer Top */

.call-to-action-wrapper{
  display:block;
}
.call-to-action-inner-wrapper{
  background-color: #00843d;
  color: #fff;
  font-family: raleway,sans-serif;
}

.call-to-action-container{
  padding-left: 16px;
  padding-right: 16px;
  margin:0 auto;
}

.heading-wrapper{
  text-align: center;
  margin:0 auto;
  color:white;
}


.sub-heading-wrapper{
  margin-top:12px;
  text-align:center;
  margin:0 auto;
}

.sub-heading-wrapper p{
  margin-top: 14px;
  display: block;
  margin-bottom: 0px;
  font-weight: 500;
  font-size:16px;
}

.button-wrapper{
  margin-top:24px;
  margin-bottom:-24px; 
  text-align: center;
}

.button-inner-wrapper{
  margin-left: 16px;
  margin-right: 16px;
  display: inline-block;
}

.button-inner-wrapper p{
  margin-bottom:0px;
}

.button-inner-wrapper a{
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  transition-property: background-color,border-color,color,fill,stroke;
  transition-duration: .15s;
  color: #00843d;
  background:white;
  font-weight: 700;
  font-family: raleway,sans-serif;
  font-size:14px;
  transition: all .3s ease-in-out;
}

.button-inner-wrapper a span svg{
  margin-left: 10px;
  transition: all .3s ease-in-out;
  display: inline-block;
  vertical-align: baseline;
  height:16px;
  width:16px;
  color: #00843d;
  left: 0;
  position:relative;
  transition:all 0.3s ease-in-out;
}

.button-inner-wrapper a span{
  position:relative;
  top:3px;
  transition:all 0.3s ease-in-out;
}

.button-inner-wrapper a:hover span svg{
  left: 8px;
  position:relative;
  transition:all 0.3s ease-in-out;
}






@media (min-width: 768px){
  .button-inner-wrapper{
    margin-bottom:24px;
  }
  .footer-bottom{
    font-size: .8125rem;
  }
  .footer-container-wrapper{
    padding-top:72px;
    padding-bottom:40px;
  }
  .footer-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li >a{
    font-size:15px;
  }
  .footer__logo a img{
    max-width: 270px;
    height: 51px;
    width:auto !important;
    vertical-align:middle;
  }
  .footer__logo1 a img{
    max-width: 260px;
    height: 20px;
    width:auto !important;
    vertical-align:middle;
  }
  .footer-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li{
    width:25%;   
  }
  .footer-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul>li>a span{
    display:none;
  }
  .heading-wrapper{
    width: 66.666667%;
  }
  .sub-heading-wrapper{
    width: 66.666667%;
  }
}


@media (min-width: 1024px){
  .button-inner-wrapper a{
    line-height: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    letter-spacing: .7px;
    font-size:14px;
  }
  .call-to-action-container{
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .footer-container{
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .footer-left-content{
    text-align:left;
    display: inline-block;
    float:left;
  }
  .footer-right-content{
    text-align:right;
    float: right;
  }
  .footer-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li{
    width:25%;   
    padding-left: 16px;
    padding-right: 16px;
  }
  .footer-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li:nth-child(2){
    padding-left: 8px;
    padding-right: 0;
  }
  .footer-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li:nth-child(3){
    padding-left: 0px;
  }
  .footer-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li:nth-child(4){
    margin-left: -24px;
  }
  .footer-image-wrapper{
    text-align: left;
    align-items: center;
    display: flex;
  }

  .footer-col-3{
    width: 33.333333%;
  }
  .social-icon-wrapper{
    margin-top:0px;
  }
  .heading-wrapper h2{
    font-size: 50px;
    line-height: 1.12;
    color:white !important;
  }
}


@media (min-width: 768px) and (max-width:1023px){
  .mega-menu > ul.submenu.level-2 > .menu-container >li >ul.submenu.level-3 >li > a.menu-link {
    font-size: 11px;
  }
  .mega-menu > ul.submenu.level-2 > .menu-container >li >ul.submenu.level-3 >li {
    padding-right: 32px !important;
  }
}


@media (max-width:1023px){
  .footer__logo{
    text-align:center;
    margin-top:40px;
  }
  .footer__logo1{
    margin-top:32px;
  }
  .footer-right-content ul{
    text-align:center;
  }
  .footer-right-content ul li{
    margin-bottom: 11px;
    margin-top: 2px;

  }
  .footer-left-content p{
    text-align:center;
  }

  .heading-wrapper h2{
    font-size:38px;
    color:white !important
  }
  .sub-heading-wrapper p{
    font-size:15px;
  }
  .button-inner-wrapper a{
    font-size:12px;
    padding:10px 32px 10px 24px;
  }
  .call-to-action-container{
    padding-top:48px;
    padding-bottom:48px;
  }
  .button-inner-wrapper a span svg{
    height:12px;
    width:12px;
  }
  .button-wrapper{
    margin-bottom:0px;
  }
  .button-inner-wrapper {
    margin-bottom: 0;
  }
  .call-to-action-wrapper p {
    font-size: 15px;
  }
  .button-inner-wrapper a {
    font-size: 12px;
    padding: 10px 24px 10px 24px;
    letter-spacing: 0.375px;
    line-height: 14px;
  }

}

@media (max-width:992px){
  .footer-row{
    margin:0px;
  }
  .footer__logo1 {
    margin-top: 29px;
  }
}

@media (max-width:767px){
  .footer-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul{
    display:block;
    margin: 0 auto;
    max-width:384px;
  }

  .footer-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul>li:first-child{
    margin-top:0px;
  }
  .footer-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul>li{
    margin-top:24px;
  }
  .footer-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul>li>a{
    font-size:12px;
  }
  .footer-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul ul{
    display:none;
    visibility:visible;
    opacity:1;
  }

  .footer-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul>li>a span{
    position: absolute;
    right: 0;
    display: inline-block;
    top: 50%;
    margin-top: -8px;
  }

  .footer-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul>li>a span svg{
    transition-property: transform;
    transition-duration: .15s;
    display: inline-block;
    vertical-align: baseline;
  }
  .footer-row{
    margin:0px;
  }
  .heading-wrapper h2{
    font-size:28px;
    color:white !important
  }
  .call-to-action-container{
    padding-top:32px;
    padding-bottom:32px;
  }
  .footer__container{
    max-width:100% !important;
  }
  .footer-right-content ul li a{
    font-size:12px;
  }
  .footer-left-content p{
    font-size:12px;
  }
  .footer-right-content ul li {
    margin-bottom: 12px;
    font-size: 12px;
  }
  .footer__logo1 {
    margin-top: 25px;
  }
  .social-icon-wrapper {
    text-align: center;
    margin-top: 28px;
  }
  .call-to-action-wrapper p {
    font-size: 14px;
  }
  .footer-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li >a{
    letter-spacing: 0.75px;
  }
  .footer-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul>li.active svg.angle-down {
    transform: rotate(
      180deg
    );
  }
}

@media (max-width:640px){
  .footer-right-content ul li {
    margin-bottom: 11px;
    font-size: 12px;
  }
}
/* ******************************************************************************
*********************************************************************************
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;

  margin: 0 auto;
}

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

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

.blog-header__form {
  margin: 0 1rem;
}

.blog-sidebar-inner {
  position: sticky;
  top: 15px;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {

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

}


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




.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {

}
.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;
  margin-top: 12px;

}
.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%);
}



.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.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.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}



.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}



@media screen and (max-width: 767px) {

}





.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */





.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {

}

/* Blog Comments */

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

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}

/* ***** Blog Custom Style **** */

.hs-blog-listing,
.hs-blog-post {
  font-weight: 500;
}

.blog-wrapper .content-wrapper {
  padding-left:  16px;
  padding-right:  16px;
}

.blog-listing-wrapper {
  padding-top: 44px;
  padding-bottom: 36px;
}

.blog-wrapper .flex-row {
  display: flex;
}

.blog-content {
  width: 66.666667%;
  padding-top: 16px;
  padding-right: 8px;
}
.blog-sidebar {
  width: 33.333333%;
  padding-left: 36px;
  padding-top: 16px;
}

.blog-index {
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
  flex-wrap: wrap;
  margin-top: -12px;
}

.blog-index_post {
  width: 50%;
  padding: 12px;
  margin-bottom: 12px;
}


.blog-index__post-image {
  margin-bottom: 17px;

  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 44%;
  background-image: url('./images/grayscale-mountain.png');
    }

.blog-index_post-title {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 8px;

}
.blog-index_post-title a {
  color: inherit !important;
  text-decoration: none;
}

.blog-index-meta {
  margin-bottom: 8px;
  line-height: 20px;
}

.blog-index-meta > span:not(:last-child) {
  display: inline-block;
  position: relative;
  font-family: knockout,sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  opacity: .5;
  letter-spacing: .0625em;
  margin-bottom: 4px;
  padding-right: 28px;
  font-weight: 500;

}

.blog-index-meta > span:not(:last-child):after {
  content: "";
  width: 1px;
  display: block;
  height: 12px;
  opacity: .5;
  background-color: #45474a;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 14px;
}

.blog-index-meta span.topics a {
  font-family: knockout,sans-serif;
  font-size: 20px;
  line-height: 1.05;
  letter-spacing: .078125em;
  padding: 0 4px;
  margin-bottom: 4px;
  color: #fff;
  background-color: #52b062;
}
.blog-index-text {
  font-size: 16px;
  line-height: 1.75;
}

.blog-index-text p:last-child {
  margin-bottom: 0;
}

.blog-index-read-more {
  display: block;
  font-weight: 700;
  padding: 12px 0;
  font-size: 14px;
  font-family: raleway, sans-serif;
  letter-spacing: .046875em;
  line-height: 1.5;
  text-transform: uppercase;
}
.blog-index-read-more:hover {
  color: #006730;
}

.blog-index-read-more span.arrow svg {
  margin-left: 1px;
  transition: all .3s ease-in-out;
  vertical-align: middle;
  width: 12px;
  height: 12px;
}
.blog-index-read-more:hover span.arrow svg {
  margin-left: 9px;
}


.blog-sidebar > div:not(:last-child) {
  margin-bottom: 40px;
}

.blog-sidebar h3 {
  margin-bottom: 16px;
  text-transform: uppercase;
  font-family: knockout,sans-serif;
  font-size: 1.375rem;
  line-height: 1.05;
  letter-spacing: .09375em;
  font-size: 26px;
}
a.Featured {
  display: none;
}
.blog-sidebar-social-links {
  margin-top: 40px;
}
.blog-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-sidebar-topics h3 {
  margin-bottom: 12px;
}

.blog-sidebar-topics ul a {
  font-weight: 700;
  margin-bottom: 12px;
  border-bottom: 1px solid #d9d8d6;
  display: block;
  font-size: 16px;
  padding: 10px 0;
  position: relative;
  padding-right: 50px;
  color: #63666a;
}

.featured-posts-wrapper {
  margin-top: 40px;
}

.blog-sidebar-topics ul a span.filter-link-count {
  width: 50px;
  text-align: center;
  padding: 8px 0;
  background-color: #c8d91b;
  position: absolute;
  top: 0;
  right: 0;
  height: 44px;
  display: block;
  align-items: center;
  color: #fff;
  font-size: 16px;

}

.blog-sidebar-topics ul a:hover {
  color: #45474a;
}


.blog-sidebar-social-links .social-items-wrap {
  margin-top: 16px;
}

.blog-sidebar-social-links .social-item {
  margin-bottom: 20px;
}

.blog-sidebar-social-links .social-item a {
  display: flex;
  transition-property: background-color,border-color,color,fill,stroke;
  transition-duration: .15s;
  transition-timing-function: ease-in-out;
  color: #63666a;
}

.blog-sidebar-social-links .social-item span.i {
  width: 36px;
}

.blog-sidebar-social-links .social-item span.t {
  margin-left: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  width: calc(100% - 36px);
}

.blog-sidebar-social-links img.icon {
  max-width: 100%;
  background-color: #00843d;
  vertical-align: middle;
  width: 34.75px;
  height: 36px;
}



.blog-latest-posts-wrapper {
  background-color: #F8F8F8;
  padding: 72px 0 24px;
}

.blog-latest-posts-wrapper h5 {
  line-height: 1.05;
  letter-spacing: .09375em;
  font-family: knockout,sans-serif;
  text-transform: uppercase;
  color: #00843d;
  font-size: 26px;
  margin-bottom: 28px;
}

.blog-latest-posts-wrapper .page-center {
  padding-left: 16px;
  padding-right: 16px;
}

.blog-latest-posts-index {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -12px;
}
.blog-latest-posts-index .latest-post-item {
  width: 33.333333%;
  padding: 12px;

}

/* Blog Post Page */

.blog-post-banner {
  background-color: #f8f8f8;

}
.blog-post-banner .page-center {
  position: relative;
  padding: 40px 16px 48px;
}
.blog-post-banner h6 {
  opacity: .6;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: knockout,sans-serif;
  font-size: 20px;
  line-height: 1.05;
  letter-spacing: .078125em;
}

.blog-post_title {
  line-height: 1.2;
  font-size: 34px;
  margin: 0;
}

.blog-post-banner .topics {
  position: absolute;
  left: 16px;
  bottom: 0;
}

.blog-post-banner .topics a {
  padding: 8px 12px;
  display: inline-block;
  margin-right: 15px;
  font-family: knockout,sans-serif;
  font-size: 1rem;
  line-height: 1.05;
  letter-spacing: .078125em;
  background-color: #00843d;
  font-size: 20px;
  color: #fff;
}
.post_byline {
  color: #63666a;
  margin-top: 4px;
}

.blog-breadcrumbs {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f8f8f8;
}
.blog-breadcrumbs .page-center {
  padding: 0 16px;
}
.blog-breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-breadcrumbs ul li {
  position: relative;
  vertical-align: top;
  display: inline-block;
  line-height: 24px;
  padding-right: 4px;
  font-size: 13px;
  color: #63666a;

}
.blog-breadcrumbs ul li + li {
  padding-left: 28px;
}
.blog-breadcrumbs ul li a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

.blog-breadcrumbs ul li + li:before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjMgMjMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIzIDIzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cjxwb2x5Z29uIGZpbGw9IiNmMmYyZjIiIHBvaW50cz0iMTQuMywxMS42IDYuNywyMyA4LjUsMjMgMTYuMSwxMS42IDguMywwIDYuNSwwICIvPgo8L3N2Zz4K);
}


.blog-post-wrapper {
  padding-top: 16px;
}
.blog-post-wrapper .blog-content {
  padding-right: 0;
}
.blog-post-wrapper .blog-sidebar {
  padding-left: 44px;
}

.blog-post-featured-image img {
  width: 100%;
  margin-bottom: 36px;

}
.blog-post__body {
  line-height: 1.75;
}
.blog-latest-posts-wrapper.post-page {
  background: #fff;
}
.blog-latest-posts-wrapper .all-posts-btn-wrap {
  padding-top: 16px;
  text-align: center;
  padding-bottom: 24px;
}
.blog-latest-posts-wrapper .all-posts-btn-wrap a {
  border: 1px solid #00843d;
  background-color: #00843d;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .046875em;
  display: inline-block;
  text-transform: uppercase;
  transition-property: background-color,border-color,color,fill,stroke;
  transition-duration: .15s;
  text-align: center;
  padding: 15px 24px;
  line-height: 16px;

  color: #fff!important;
  display: inline-flex;
  align-items: center;
  padding-right: 16px;

}

.blog-latest-posts-wrapper .all-posts-btn-wrap a svg {
  margin-left: 10px;
  transition: all .3s ease-in-out;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 8px;

}
.blog-latest-posts-wrapper .all-posts-btn-wrap a:hover svg {
  margin-left: 18px;
  margin-right: 0px;

}



.blog-latest-posts-wrapper .all-posts-btn-wrap a:hover {
  background-color: #006730;
}


@media (max-width: 1024px) {
  .blog-index_post-title {
    font-size: 24px;
  }
  .blog-index-text {
    font-size: 15px;
    line-height: 1.5;
  }
  .blog-index-read-more {
    font-size: 12px;
  }
  .blog-sidebar h3 {
    font-size: 24px;
  }
  .blog-sidebar-topics ul a {
    font-size: 14px;
    padding: 9px 0;
  }
  .blog-sidebar-topics ul a span.filter-link-count {
    height: 41px;
  }

  .blog-latest-posts-wrapper {
    padding: 48px 0 24px;
  }
  .blog-latest-posts-wrapper h5 {
    font-size: 24px;
  }

  .blog-post-banner .page-center {
    padding: 24px 16px 48px;
  }
  .blog-post-banner h6 {
    font-size: 18px;
  }
  .blog-post_title {
    font-size: 30px;
  }
  .blog-post-banner .topics a {
    font-size: 18px;
  }

  .blog-latest-posts-wrapper .all-posts-btn-wrap a {
    padding: 10px 24px;
    padding-right: 16px;
    font-size: 12px;
    line-height: 14px;
  }
  .blog-latest-posts-wrapper .all-posts-btn-wrap a svg {
    width: 12px;
    height: 12px;
  }
  .blog-post__body {
    font-size: 15px;
    line-height: 1.5;
  }

}


@media (max-width: 767px) {
  .blog-wrapper .content-wrapper {
    max-width: 100%!important;
  }
  .blog-wrapper .flex-row {
    display: block;
  }

  .blog-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .blog-sidebar {
    width: 100%;
    padding-left: 0;
    padding-right: 0px;
    padding-top: 64px;
  }
  .blog-listing-wrapper {
    padding-top: 28px;
  }

  .blog-index_post-title {
    font-size: 20px;
  }
  .blog-index-text {
    font-size: 14px;
    line-height: 1.5;
  }
  .blog-latest-posts-wrapper {
    padding: 24px 0 0px;
  }
  .blog-latest-posts-wrapper h5 {
    font-size: 22px;
  }

  .blog-latest-posts-wrapper .page-center {
    max-width: 100%!important;
  }

  .blog-latest-posts-index .latest-post-item {
    width: 50%;
    max-width: 50%;
    margin: 0;
    margin-bottom: 12px;
  }

  .blog-sidebar h3 {
    font-size: 22px;
  }

  .blog-post-banner .page-center {
    max-width: 100% !important;
  }
  .blog-post-banner h6 {
    font-size: 16px;
  }
  .blog-post_title {
    font-size: 24px;
  }
  .blog-post-banner .topics a {
    font-size: 16px;
  }

  .blog-latest-posts-wrapper .all-posts-btn-wrap {
    display: none;
  }

  .blog-post-wrapper .blog-sidebar {
    padding-left: 0;
  }
  .blog-breadcrumbs .page-center {
    padding: 0 16px;
    max-width: 100%;
  }
  .blog-post__body {
    font-size: 14px;
    line-height: 1.5;
  }

}


@media (max-width: 640px) {
  .blog-index {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .blog-index_post {
    width: 100%;
    max-width: 365px;
    margin: 0 auto;
    padding: 12px 0;
  }
  .blog-latest-posts-wrapper h5 {
    text-align: center;
  }
  .blog-latest-posts-index .latest-post-item {
    width: 100%;
    max-width: 365px;
    margin: 0 auto;
    padding: 12px 0;
  }

  .blog-latest-posts-index {
    margin-left: 0;
    margin-right: 0;
  }

  .blog-sidebar {
    max-width: 364px;
    margin: 0 auto;
  }
  .blog-sidebar-topics ul a {
    font-size: 12px;
    display: flex;
    align-items: center;
    min-height: 41px;
  }
  .featured-posts-wrapper .featured-post-title {
    font-size: 14px;
  }


}
/* ******************************************************************************
*********************************************************************************
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: 6rem 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: 15rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 100px 16px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width: auto !important;
  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;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
#email-prefs-form input#submitbutton {
  width: auto;
}
.error-page a.hs-button {
  width: auto;
}

form#email-prefs-form h1,
.systems-page h1 {
  font-size: 29px;
}
form#email-prefs-form h2,
.systems-page h2 {
  font-size: 22px;
}
.systems-page h3 {
  font-size: 23px;
}