@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');  










































*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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;
}
/* DND Section CSS */ 
 
.dnd-section {
  padding: 80px 0;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  position: relative;
}
.widget-span .dnd-section > .row-fluid, .footer .footer__container, .header .header__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.body-container-wrapper .widget-span .dnd-section>.row-fluid {
  padding-top: 15px;
}

.custom-menu-primary > div{
  max-width: 1140px;
} 


@media (min-width: 576px) and (max-width: 767px) {
  .widget-span .dnd-section > .row-fluid, .footer .footer__container, .header .header__container, .custom-menu-primary > div, .custom_banner .container {
    max-width:540px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .widget-span .dnd-section > .row-fluid, .footer .footer__container, .header .header__container, .custom-menu-primary > div, .custom_banner .container {
    max-width:720px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .widget-span .dnd-section > .row-fluid, .footer .footer__container, .header .header__container, .custom-menu-primary > div, .custom_banner .container {
    max-width:960px;
  }
}

.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;
  }
}
html {
  font-size: 24px;
}

body {
  font-family: montserrat,sans-serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.75;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: montserrat,sans-serif;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.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.2;
}

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
  line-height: 1.5rem;
}

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;
  outline-color: green;
}

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

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

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
form {
  max-width: 500px;
  font-family: montserrat,sans-serif;
}
h3.form-title {
  font: 16px "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 12px 0;
  color: #007935;
  font-family: "IBM Plex Serif", serif;
}

ul.no-list.hs-error-msgs.inputs-list li label {
  font-size: 14px;
  color: #f5463b;
  text-align: left;
}

ul.no-list.hs-error-msgs.inputs-list {
  margin: 10px 0;
  padding: 0;
}
.hs-button {
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1;
  position: relative;
  text-align: center;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 16px;
  padding: 15px 53px;
  
  text-decoration: none !important;
  margin:15px 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border-radius: 3px;
}

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

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


.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-size: 16px;
  display: block;
  margin-bottom: 12px;
  line-height: 1;
  font-weight: bold;
  text-align: left;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input, input[type=text], input[type=password] {
  display: inline-block;
  height: 46px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #b0b6bb;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #323232;
  width:100% !important;
}
.hs-input:focus, input[type=text]:focus, input[type=password]:focus { 
  outline: 1px solid #5dacd6;
}
input[type=password] {
  margin-bottom:10px;
  height: auto !important;
  margin-left: 0 !important;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

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

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.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: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 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;
}

.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: montserrat,sans-serif;
}
.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
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;
}
/* TODO */
/* Missing Template at Path: \'TERC_April2020\/css\/_homepage.css\' */
.body-container__landing .dnd-section:nth-child(odd) {
  background-color: #transparent
}
.body-container__website .dnd-section:nth-child(odd) {
  background-color: #transparent
}
.header {
  background-color: #F8FAFC;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
}
.header__inner_top {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 16px;
  padding-top: 16px;
}
.header__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: auto;
  position: relative;
}
.header__top .header__logo1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 1.5rem;
  text-align: center;
  line-height: 0;
}
.header__logo1 img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  border-style: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin: 0;
  max-height: 100px;
}
.header__top .secondary_menu {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}
.header__top  ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0;
  list-style: none;
}
.header__top ul > li {
  display: inline-block;
  line-height: normal;
}

.header__top ul > li a {
  padding: .5rem 16px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .5px;
  padding-top: 25px;
  position: relative;
  padding-bottom: 0;
  text-decoration: none;
  line-height: 16px;
  color: rgba(112, 114, 113, 1.0);
}
.header__top ul > li a:hover {
  color: rgba(112, 114, 113, 1.0);
}

.header__top ul > li a.search-icon:before {
  content: "\f002";
}

.header__top ul > li a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 20px;
}

.header__top ul > li a.updates-icon:before {
  content: "\f0f6";
}

.header__top ul > li a.contact-icon:before {
  content: "\f1fa";
}
.header__top ul > li a.blog-icon {
  background: url('https://7198293.fs1.hubspotusercontent-na1.net/hubfs/7198293/TERC_April2020/images/comment-alt-lines-regular.jpg') no-repeat top center;
  padding-top: 25px;
  position: relative;
  padding-bottom: 0;
}

.header .custom-menu-primary {
  font-family: "IBM Plex Serif",sans-serif;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 16px;
  padding-top: 0;
  padding-bottom: 0;
  flex-direction: column;
}
button.mobile-trigger {
  margin: 0;
  font-family: inherit;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  font-size: 20px;
  line-height: 20px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 15px 0;
  cursor: pointer;
  font-weight: 400;
}
.custom-menu-primary > div {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.custom-menu-primary nav.navigation-primary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.search_modal {
  transition: all 0.4s ease-in-out;
  position: fixed;
  top: -1000px;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 17px;
  display: block;
  opacity: 0;
  visibility: hidden;
}

.search_modal .modal-dialog-centered {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0,-50px);
  transform: translate(0,-50px);
}
.search_modal .modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.search_modal .modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0;
  padding: 16px;
}
.search_modal button.close:hover {
  opacity: .75;
}
.search_modal button.close {
  margin: 0;
  overflow: visible;
  font-family: inherit;
  float: right;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  text-align: right;
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.search_modal .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 16px;
}

.search_modal .modal-body form > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 16px;
}

.search_modal .modal-body form {
  padding: 0;
  border: 0;
  font: inherit;
  max-width: 100%;
}

.search_modal .modal-body label.col-form-label {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 16px;
  color: #212529;
}

.search_modal .modal-body input#search {
  margin: 0;
  font-family: inherit;
  overflow: visible;
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  height: 38px;
  margin-top:0px;
  border-radius: 4px;
}
.search_modal .modal-body input#search:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.search_modal .modal-body button.btn_col_sm {
  position: relative;
  width: 100%;
  margin: 0;
  font-family: inherit;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  text-align: right!important;
  cursor: pointer;
}

.fa, .fas {
  font-weight: 900;
}

.fa, .far, .fas {
  font-family: Font Awesome\ 5 Free;
}

.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.search_open .search_modal {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.search_open  .modal-dialog-centered {
  -webkit-transform: none;
  transform: none;
}
.modal-backdrop {
  transition: opacity .15s linear;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0;
}

.search_open .modal-backdrop {
  opacity: .5;
  z-index: 1040;
}
body.search_open {
  overflow: hidden;
}
.search_modal i.fas.fa-search {
  font: normal normal normal 17px/1 FontAwesome;
}


.fa-search:before {
  content: "\f002";
}

.header_wrapper {
  min-height: 161PX;
}
.header__logo1 img {
  margin-top: 5px;
}

.nav-wrapper {
  border-bottom: 4px solid #007935;
}
.custom-menu-primary.header__container {
  padding: 0 !important;
}

@media (min-width: 576px) {
  .search_modal .modal-dialog-centered {
    max-width: 500px;
    margin: 1.75rem auto;
    min-height: calc(100% - 3.5rem);
  }
  .search_modal .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
  }
  .search_modal .modal-body label.col-form-label {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .search_modal .modal-body input#search {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .search_modal .modal-body button.btn_col_sm {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }


}


@media (min-width: 960px) {
  header.header {
    top: 0;
    position: fixed;
    z-index: 100;
    width: 100%;
    left: 0;
  }
}


@media (min-width: 992px) {
  .custom-menu-primary>div.mobile_menu {
    display: none !important;
  }

  .custom-menu-primary nav.navigation-primary > ul > li label {
    display: none !important;
  }
  .header__top .header__logo1 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: left;
    max-width: 50%;
    padding-bottom: 0;
  }
  .header__top .secondary_menu {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
  }
  .header__top ul {
    margin: 0;
    line-height: 24px;
  }
  .header .custom-menu-primary {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 16px;
  }
  button.mobile-trigger {
    display: none;
  }
  .custom-menu-primary > div {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .custom-menu-primary nav.navigation-primary {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .custom-menu-primary .navigation-primary > ul {
    white-space: normal;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 16px;
    font-size: 0;
  }

  .custom-menu-primary .navigation-primary > ul > li {
    display: inline-block;
    margin: 0;
    text-transform: none;
    padding: 0 !important;
    line-height: normal;
    position: relative;
  }

  .custom-menu-primary .navigation-primary > ul > li > a {
    font-size: 14px;
    display: block;
    padding: 13.600PX;
    line-height: 2;
    font-weight: 800;
    white-space: normal;
    letter-spacing: .1px;
    line-height: 28px;
    font-family: "IBM Plex Serif",sans-serif;
  }
  .custom-menu-primary .navigation-primary>ul>li  label.menu-arrow {
    display: none !important;
  }
  .custom-menu-primary .navigation-primary > ul ul {
    border-radius: 0;
    padding: 0;
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.15);
    box-shadow: 5px 5px 5px rgba(0,0,0,.15);
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    min-width: 177px;
    top: 96%;
    left: 0;
    z-index: 1000;
    transform: translateX(0%);
    width: auto;
    font-weight: normal;
    border-radius: 0;
  }

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

  .custom-menu-primary .navigation-primary > ul > li:hover:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #007935;
  }

  .custom-menu-primary .navigation-primary > ul ul > li {
    margin-right: .5rem;
    display: block;
    width: 100%;
    border-bottom: 1px dotted;
    line-height: normal;
    border-radius: 0 !important;
  }

  .custom-menu-primary .navigation-primary > ul ul > li:last-child {
    margin-bottom: 0;
  }

  .custom-menu-primary .navigation-primary > ul ul > li.menu-item > a.menu-link {
    text-align: inherit;
    border: 0;
    clear: both;
    font-weight: 400;
    width: 100%;
    display: block;
    font-size: 14px;
    padding: 8px 16px;
    font-family: montserrat,sans-serif;
    line-height: 21px;
    background-color: transparent !important;
    white-space: nowrap;
  }
  .custom-menu-primary .navigation-primary>ul ul>li:last-child  a.menu-link {
    padding-bottom: 16px;
  }
  .fadIn .header__logo1 img {
    opacity: 1;
    max-height: 44px;
  }
  .custom-menu-primary .navigation-primary>ul>li.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #007935;
  }

  .custom-menu-primary .navigation-primary>ul ul li.active {
    background: #fff !important;
  }

  
}
@media (min-width: 1200px) {
  .custom-menu-primary .navigation-primary > ul > li:nth-child(1) > a {
    padding-left: 0;
  }
}


@media (min-width: 1280px) {
  .custom-menu-primary .navigation-primary > ul > li > a {
    padding-right: 54px;
    letter-spacing: 0;
    padding-left: 0 !IMPORTANT;
  }
}
.no_navigation .custom-menu-primary {
  display: none !important;
}
@media (min-width: 992px) and (max-width:1005px) {
  .custom-menu-primary .navigation-primary>ul>li>a {
    font-size: 12px;
  }
}

@media (min-width: 960px) and (max-width:991.98px) {
  .custom-menu-primary nav.navigation-primary>ul ul li.menu-item>a.menu-link {
    text-align: left !important;
  }
  .custom-menu-primary nav.navigation-primary>ul ul label.child-trigger {
    left: 44px!important;
  }

}


@media (max-width: 991px) {
  .header__top ul {
    margin: 0;
  }

  .header__top .header__logo1 {
    padding-bottom: 23px;
  }

  .custom-menu-primary nav.navigation-primary {
    display: none;
  }

  button.mobile-trigger {
    line-height: 21px;
  }

  .header_wrapper {
    min-height: 239px;
  }

  .fa, .fas {
    font-weight: 900;
  }

  .fa, .far, .fas {
    font-family: Font Awesome\ 5 Free;
  }

  .fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }
  .fadIn .header__logo1 img {
    opacity: 1;
    max-height: 44px;
  }


  .custom-menu-primary nav.navigation-primary > ul {
    width: 100%;
    display: block;
    white-space: normal;
    text-align: center;
  }

  .custom-menu-primary nav.navigation-primary > ul > li {
    width: 100%;
    padding: 0;
  }

  .custom-menu-primary nav.navigation-primary > ul > li > a {
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: 800;
    letter-spacing: .1px;
    padding: 13.600px;
    font-size: 14px;
    line-height: 28px;
    font-family: "IBM Plex Serif",sans-serif;
    text-transform: none;
  }

  .custom-menu-primary nav.navigation-primary > ul ul {
    position: static !important;
    opacity: 1;
    visibility: visible;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    transform: translateX(0%);
    border: 1px solid rgba(0,0,0,.15);
    margin: .125rem 0 0;
    min-width: 10rem;
    display: none;
  }

  .custom-menu-primary nav.navigation-primary > ul ul > div {
    display: none;
  }

  .custom-menu-primary nav.navigation-primary > ul ul li {
    display: block;
    width: 100%;
    background: #eee;
    border-bottom: 1px dotted #b0b0b0;
    border-radius: 0 !important;
  }

  .custom-menu-primary nav.navigation-primary > ul ul li.menu-item > a.menu-link {
    background-color: transparent !important;
    border: 0;
    text-align: left;
    clear: both;
    font-weight: 400;
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 8px 16px;
    font-family: montserrat,sans-serif;
    line-height: 21px;
    text-align: center;
  }

  .custom-menu-primary nav.navigation-primary > ul ul li.menu-item:nth-child(1) > a.menu-link {
    padding-top: 16px;
  }
  .custom-menu-primary nav.navigation-primary>ul ul li.menu-item:last-child>a.menu-link {
    padding-bottom: 16px;
  }
  .custom-menu-primary nav.navigation-primary > ul > li:hover {
    color: rgb(255, 255, 255);
    background: rgb(0, 121, 53);
  }
  .header__top .secondary_menu {
    margin-bottom: -2px;
  }
  label.child-trigger {
    position: absolute;
    width: 40px;
    height: 30px;
    top: 10px;
    margin-left: -20px;
  }

  label.child-trigger:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
  }

  .custom-menu-primary nav.navigation-primary>ul>li:last-child {
    padding-right: 0;
  }
  .custom-menu-primary>div {
    padding-right: 0;
    padding-left: 0;
  }
  .custom-menu-primary>div.desktop_menu {
    display: none !important;
  }

  .custom-menu-primary nav.navigation-primary>ul ul li.menu-item:last-child>a.menu-link {
    padding-bottom: 16px;
  }

  .custom-menu-primary nav.navigation-primary>ul ul label.child-trigger:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #707271;
  }

  .custom-menu-primary nav.navigation-primary>ul ul li {
    position: relative;
  }

  .custom-menu-primary nav.navigation-primary>ul ul label.child-trigger {
    margin-left: 20px;
    top: 0px;
  }

  body .custom-menu-primary .navigation-primary>ul ul li.has-submenu:hover ul {
    background: #fff !important;
  }

  body .custom-menu-primary .navigation-primary>ul ul li.has-submenu ul {
    border-radius: 0;
    padding: 0;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
  }

  body .custom-menu-primary .navigation-primary>ul ul li.has-submenu ul li {
    background: #fff;
    border-bottom: 1px dotted #eee;
  }

  body .custom-menu-primary .navigation-primary>ul ul li.has-submenu ul li a.menu-link {
    color: #007935;
    font-size: 13px;
    padding: 8px 16px;
    line-height: 19px;
    font-weight: 500;
  }

  body .custom-menu-primary .navigation-primary>ul ul li.has-submenu ul li:hover {
    text-decoration: none;
    background-color: #f8f9fa;
  }
  .custom-menu-primary nav.navigation-primary>ul ul li.menu-item {
    border-bottom: 1px dotted #b0b0b0;
  }

  .custom-menu-primary nav.navigation-primary>ul>li.active {
    background: #007935 !IMPORTANT;
  }

  .custom-menu-primary nav.navigation-primary>ul ul li.active {
    background: #fff !IMPORTANT;
  }
  .custom-menu-primary nav.navigation-primary>ul ul li.menu-item.clicked > a.menu-link {
    font-weight: bold;
  }
  .custom-menu-primary nav.navigation-primary>ul>li:nth-child(6) ul li .child-trigger {
    margin-left: 80px;
  }

}


@media (max-width: 767px) {
  .header__top ul {
    margin-bottom: 19px;
    font-size: 11px;
    margin-top: -3px;
  }

  button.mobile-trigger {
    line-height: 20px;
  }
  .custom-menu-primary nav.navigation-primary>ul>li {
    border: 0;
  }

  .custom-menu-primary nav.navigation-primary>ul>li>a {
    width: auto;
    text-transform: none;
  }
  .fadIn .header__logo1 img {
    max-height: 100px;
  }
  .header__top .header__logo1 {
    padding-bottom: 27px;
  }
  .custom-menu-primary>div > div {
    width: 100%;
  }

  .custom-menu-primary nav.navigation-primary>ul ul li.menu-item>a.menu-link {
    line-height: 21px;
  }

  .submenu.level-2 .menu-item {
    background: #eee;
    border-bottom: 1px dotted #b0b0b0;
  }
  .custom-menu-primary nav.navigation-primary>ul ul li.menu-item {
    background: #eee;
  }
  label.child-trigger span {
    display: none !important;
  }

  body .custom-menu-primary .navigation-primary>ul ul ul li {
    border-top: 0;
  }
  .header .custom-menu-primary {
    overflow: hidden;
  }
  .header_wrapper {
    min-height: inherit !important;
  }
  .custom-menu-primary nav.navigation-primary>ul ul li {
    border-top: 0 !important;
  }
  .custom-menu-primary nav.navigation-primary>ul ul li.menu-item:hover {
    background-color: #ffffff;
  }
  
  
}

@media (max-width: 575px) {
  .header .custom-menu-primary, .header .custom-menu-primary > div {
    padding: 0;
  }
  .search_modal .modal-body label.col-form-label {
    line-height: 22px;
  }

  .search_modal .modal-body button.btn_col_sm {
    line-height: 17px;
  }

}
.footer {
  background-color: #transparent;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  margin-bottom: 4px;
}
.footer__container {
  margin: 0 auto;
}
.footer__container_inner .cols_4 > div > span {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer__container_inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.footer__container_inner .cols_ {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.footer__container_inner .cols_4 {
  text-align: center;
}
.footer__container_inner p {
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 21px;
}

.footer__container_inner img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

.footer__container_inner .cols_4 a img {
  vertical-align: middle;
  display: inline;
  border: 0;
  padding: 0;
  opacity: 0.8;
  max-width: 19px;
  height: auto;
  margin: 0 2px 4px 0;
}

.footer__container_inner .cols_4 a:hover img {
  opacity: 1;
}

.footer__container_inner .cols_4 a {
  font-size: 0;
}

.footer__container_inner select {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  word-wrap: normal;
  background: #fff;
}

.footer__container_inner .cols_5 a i {
  margin: 0 0 8px 8px;
  font-size: 25px!important;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px!important;
  border-radius: 3px;
  padding: 2px 0;
  background-color: rgba(129, 188, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.footer__container_inner .cols_5 a i:hover {
  color: rgba(0, 86, 179, 1.0);
}
.footer__container_inner .cols_4 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  height: auto;
  align-items: flex-start;
}

.footer__container_inner select {
  margin-top: -13px;
}


@media (min-width: 992px) {
  .footer__container_inner .cols_1, .footer__container_inner .cols_3, .footer__container_inner .cols_5 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .footer__container_inner .cols_2 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .footer__container_inner .cols_4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .footer__container_inner .cols_5 {
    text-align: right;
    padding-right: 0;
  }

}

@media (min-width: 1200px) {
  .footer__container_inner .cols_5 {
    text-align: right;
    padding-right: 0;
  }
}


@media (max-width: 1199px) {
  .footer__container {
    text-align: center;
  }

  .footer__container_inner > div {
    padding-bottom: 15px;
  }

  .footer__container_inner .cols_5 {
    padding-right: 5px;
  }
}


@media (max-width:991px) {
  .footer__container_inner .cols_4 > div > span {
    display: block;
  }

  .footer__container_inner .cols_4 {
    padding-bottom: 12px;
    margin-top: -4px;
    display: block;
  }

  .footer__container_inner .cols_5 {
    padding-right: 15px;
  }
}
/* TODO: Find a better place for this */
.content-wrapper {
  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;
}

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

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: montserrat,sans-serif;
  margin-bottom:1.8rem;
}
.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-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: montserrat,sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #transparent;
  padding: 2rem 0;
  overflow: hidden;
}
.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 .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.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;
}


.custom_banner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  position: relative;
  margin-left: auto;
  padding-bottom: 48px;
  margin-bottom: 16px;
}

.custom_banner.h1-bg:before, .custom_banner.h1-bg:after {
  content: "";
  background: rgba(255,255,255,.75);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.custom_banner.h1-bg:before {
  height: 110px;
}

.banner-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 278px;
  background-color:#333;
}

.custom_banner .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  background-color: transparent !important;
}

.custom_banner .container > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 48px;
}

.custom_banner .container > div > div {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}

.custom_banner h1 {
  position: relative;
  z-index: 1;
  font-size: 54px;
  color: #333;
  font-family: "IBM Plex Serif",sans-serif;
  font-weight: 300;
  line-height: 100px;
  margin-bottom: .5rem;
}

.custom_banner.h1-bg:after{
  background: 0 0;
  border-bottom: 1px dotted #fff;
  position: absolute;
  top: 110px;
  height: 10px;
}
.hs-blog-listing .content-wrapper {
  margin-top: -79px;
  position: relative;
  z-index: 10;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.blog-index {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.blog-index__posts {
  display: inline-block;
  width: calc(32% - 16px);
  vertical-align: top;
  margin: 8px;
}
.blog-index__posts .blog_title {
  background-color: rgba(129,188,0,1.0);
  padding: 8px;
}
.blog-index__posts .blog_title h2 {
  color: white;
  margin-bottom: 0;
  text-align: center;
  font-size: 20px;
}
.blog-index__posts .blog_title h2 > a {
  color: white;
}
.blog-index__posts:hover .blog_title h2 > a {
  color: rgba(129,188,0,1.0);
}
.blog-index__posts .listing_content {
  margin-top: 8px;
  margin-bottom: 8px;
}
.blog-index__posts:hover .blog_title {
    background-color: white;
}
.blog-index__posts:hover .blog_title h2 {
    color: rgba(129,188,0,1.0);
}
.blog-index__posts,
.blog-index__posts * {
    transition: all 0.2s;
}
@media ( min-width: 979px ) {
  .blog-index__posts .blog_title {
    height: 140px;
  }
  .blog-index__posts .blog_title h2 {
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
  }
}
@media ( max-width: 980px ) {
  .blog-index__posts {
    display: block;
    width: 100%;
    margin: 0px;
  }
  .blog-index__posts .feature_image {
    height: 60vw;
  }
}

.blog-index__posts .feature_image {
  max-width: 100%;
  width: 100%;
  height: 220px;
  margin: 0;
  margin-left: 0;
  margin-right: 0;
  background-size: cover;
  background-position: center center;
}

.blog-index__posts .feature_image img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

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

.read_more {
  margin-bottom: 1.5em;
  color: #32373c;
  text-align: center;
}

.read_more a {
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  overflow-wrap: break-word;
  border-radius: 28px;
  box-shadow: none;
  background-color: transparent;
  border: 2px solid;
  color: #007935 !important;
  font-weight: 600;
  line-height: 27px;
}
.blog-index_inner {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  background: #fff;
  min-height: 400px;
  padding: 30px 15px;
}

.sharethis-share-listing {
  margin-top: 10px;
  margin-bottom: 50px;
  z-index: 94034;
  opacity: 1;
  font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
  direction: ltr;
  -moz-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  -ms-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  -o-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  -webkit-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  display: flex;
  text-align: center;
}

.sharethis-share-listing .st-btn {
  font-size: 11px;
  height: 32px;
  line-height: 32px;
  margin-right: 8px;
  padding: 0 8px;
  position: relative;
  text-align: center;
  top: 0;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  min-width: 120px;
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.sharethis-share-listing .st-btn img {
  border-style: none;
  max-width: 100%;
  display: inline-block;
  height: 16px;
  width: 16px;
  position: relative;
  top: 8px;
  vertical-align: top;
}

.sharethis-share-listing .st-btn span {
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.5px;
  min-width: 60px;
  opacity: 1;
  padding: 0 6px;
  position: relative;
  vertical-align: top;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #fff;
}
.st-btn.st-first {
  background-color: #55acee;
}

.st-btn.st-second {
  background-color: #4267B2;
}

.st-btn.st-third {
  background-color: #0077b5;
}

.st-btn.st-last {
  background-color: #7d7d7d;
}

.sharethis-share-listing .st-btn:hover {
  opacity: .8;
  top: -4px;
}
.section.post-footer form::before {
  content: "Leave a reply";
  display: block;
  margin: 20px 0;
  font-size: 26px;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: hidden;
  overflow-x: auto;
  margin: 20px 0;
}
.section.post-footer input.hs-button.primary {
  background-color: rgba(129,188,0,1.0);
  border-color: rgba(129,188,0,1.0);
  color: #fff;
}

.section.post-footer input.hs-button.primary:hover {
  background-color: rgba(124,199,0,1.0);
  border-color: rgba(124,199,0,1.0);
  color: rgba(255,255,255,1.0);
}
.hs-blog-post .content-wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.blog-post-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  background: #fff;
  min-height: 400px;
  padding: 30px 15px;
}
.blog-post-wrapper h1 {
  color: #007935;
  font-family: "IBM Plex Serif",sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.blog-post__body p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: montserrat,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}
.blog-post-wrapper h3.dots {
  background: url(https://7198293.fs1.hubspotusercontent-na1.net/hubfs/7198293/TERC_April2020/images/Screen-Shot-2020-02-10-at-3.49.14-PM.png) no-repeat top left;
  padding-top: 15px;
  margin-top: 20px;
  font-family: "IBM Plex Serif",sans-serif;
  font-size: 1.55rem;
  background-position: 0px -7px;
}

.blog-post-wrapper .blog-posts-left {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
} 
.blog-post-wrapper .blog-posts-right {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.feature_image_post {
  padding-bottom: 30px;
}

.feature_image_post img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
}

.blog-posts-right .author_data {
  margin-top: 0;
  margin-bottom: 16px;
  padding-bottom: 30px;
}

.feature_image_post + p, .feature_image_post + p + p {
  padding-bottom: 30px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: inherit;
}

.blog-posts-right .author_data p {
  margin: 0;
  font-family: inherit;
  color: #212529;
}

.blog-post-wrapper .st-btn {
  min-width: 50px;
}

.blog-post-wrapper .st-btn span {
  display: none;
}
.blog-post-wrapper .sharethis-share-listing {
  flex-wrap: wrap;
}


.blog_post_share {
  width: 100%;
  text-align: left;
  font-family: inherit;
  line-height: 1.5;
  color: #212529;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 10px;
}

.blog_post_share strong {
  font-weight: bolder;
}
.blog-recent-posts__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.blog-recent-posts__posts {
  padding: 15px;
  position: relative;
  width: 100%;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.blog-recent-posts__posts img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
  width: 100%;
  margin-bottom: 16px;
}

.blog-recent-posts__posts a {
  font-weight: 600;
  color: #007935 !important;
}

.blog-recent-posts__posts h6 {
  color: inherit;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: .5rem;
  line-height: 1.2;
  font-family: montserrat,sans-serif;
}
.blog-recent-posts {
  background: #e6e6e6;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.blog-recent-posts h2 {
  background: #e6e6e6;
  display: block;
  padding: 8px 16px;
  font-weight: 600;
  border-radius: 0;
  border: 1px solid #e6e6e6;
  color: #333;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin: 0;
  font-size: 16px;
  font-family: inherit;
}
.blog_post_form {
  color: #323232;
  border-radius: 5px;
  padding: 24px;
  font: 16px "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-family: montserrat;
  background-color: #eeeeee;
}

.blog_post_form h3 {
  display: none;
}

.blog_post_form form {
  border: 0;
  max-width: 100%;
}

.blog_post_form h2 {
  font: 16px "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 12px 0;
  color: #323232;
  font-family: "IBM Plex Serif", serif;
}

.blog_post_form form > div > label span.hs-form-required {
  display: none;
}

.blog_post_form form > div > label:before {
  content: "\2217";
  position: absolute;
  top: -4px;
  left: -12px;
  color: #f5463b;
}

.blog_post_form form > div > label {
  position: relative;
  color: #323232;
}

.blog_post_form form input.hs-button.primary.large {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 40px;
}

.blog_post_form form input.hs-button.primary.large:hover {
  background-color: #a4ef00 !important;
  border: 1px solid #a4ef00 !important;
}

.blog_post_form form .field {margin: 0;}


.blog_post_form form .input input:focus {
  outline: 1px solid #5dacd6;
}
.blog-post-wrapper .blog-posts-right {
  margin-top: 40px;
}
figure.wp-block-image {
  margin: 0 0 1rem;
  max-width: 100%;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}

.wp-block-image img.wp-image-4973 {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}
.blog-index__posts:nth-child(4) .wp-block-image {
  /*display: none;*/
}

.blog-index__top p {
  margin-top: -4px;
  margin-bottom: 16px;
  font-family: montserrat,sans-serif;
  line-height: 1.5;
  color: #212529;
}
.hubspot-topic_data {
  padding-bottom: 30px;
}
.hubspot-topic_data .topic-link {
  position: relative;
  display: inline-block;
}

.hubspot-topic_data .topic-link span {
  position: absolute;
  z-index: 99;
  display: block;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 1;
  background: rgba(0,0,0,.75);
  color: #fff;
  font-size: 12px;
  padding: 3px 5px;
  border-radius: 3px;
  text-align: center;
  -webkit-transform: translate(-50%,-5px);
  transform: translate(-50%,-5px);
  left: 50%;
  min-width: 110px;
  opacity: 0;
}

.hubspot-topic_data .topic-link:hover span {
  opacity: 1;
}

.hubspot-topic_data .topic-link span:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgba(0,0,0,.75);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%,-100%);
  transform: translate(-50%,-100%);
  content: "";
}
.hubspot-topic_data .topic-image {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
  position: relative;
  margin: 0 5px 0 0;
  width: 60px;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.hubspot-topic_data .topic-image.science_image {
  background-image: url('https://7198293.fs1.hubspotusercontent-na1.net/hubfs/7198293/TERC_April2020/images/icon_science.png');
}
.hubspot-topic_data .topic-image.profdev_image {
  background-image: url('https://7198293.fs1.hubspotusercontent-na1.net/hubfs/7198293/TERC_April2020/images/icon_profdev.png');
}
.hubspot-topic_data .topic-image.tech_image {
  background-image: url('https://7198293.fs1.hubspotusercontent-na1.net/hubfs/7198293/TERC_April2020/images/icon_tech.png');
}
.hubspot-topic_data .topic-image.researcheval_image {
  background-image: url('https://7198293.fs1.hubspotusercontent-na1.net/hubfs/7198293/TERC_April2020/images/icon_researcheval.png');
}
.hubspot-topic_data .topic-image.outofschool_image {
  background-image: url('https://7198293.fs1.hubspotusercontent-na1.net/hubfs/7198293/TERC_April2020/images/icon_outofschool.png');
}
.hubspot-topic_data .topic-image.engineering_image {
  background-image: url('https://7198293.fs1.hubspotusercontent-na1.net/hubfs/7198293/TERC_April2020/images/icon_engineering.png');
}
.hubspot-topic_data .topic-image.math_image {
  background-image: url('https://7198293.fs1.hubspotusercontent-na1.net/hubfs/7198293/TERC_April2020/images/icon_math.png');
}
.hubspot-topic_data .topic-image.compthinking_image {
  background-image: url('https://7198293.fs1.hubspotusercontent-na1.net/hubfs/7198293/TERC_April2020/images/icon_compthinking.png');
}
.hubspot-topic_data .topic-image.compsci_image {
  background-image: url('https://7198293.fs1.hubspotusercontent-na1.net/hubfs/7198293/TERC_April2020/images/icon_compsci.png');
}

button.slick-arrow {
  position: absolute;
  left:-66px;
  top: 50px;
  font-size: 0;
  background-color: transparent;
  border: 0;
  padding: 0;
  height: 75px;
  width: 75px;
  outline: 0;
  z-index: 99;
}

button.slick-next {
  right: -66px;
  left: auto;
}

button.slick-arrow img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

@media (min-width: 576px) {
  .hs-blog-listing .content-wrapper, .hs-blog-post .content-wrapper  {
    max-width: 540px;
  }
}


@media (min-width: 768px) {
  .banner-background {
    height: 378px;
  }
  .hs-blog-listing .content-wrapper, .hs-blog-post .content-wrapper  {
    max-width: 720px;
  }
  .blog-index_inner {
    padding: 30px;
  }
  .hs-blog-post .content-wrapper {
    margin-top: 50px;
  }
  .blog-post-wrapper {
    padding: 30px;
  }
 
  
}

@media (min-width: 960px) {
  .blog-post-wrapper .blog-posts-left {
    padding-right: 75px;
  }

}

@media (min-width: 992px) {
  .hs-blog-listing .content-wrapper, .hs-blog-post .content-wrapper  {
    max-width: 960px;
  }
  .blog-post-wrapper .blog-posts-left {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .blog-post-wrapper .blog-posts-right {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .blog-recent-posts__posts {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .blog-post-wrapper .blog-posts-right {
    margin-top: 0px;
  }
  .hubspot-topic_data .topic-link {
    width: 32%;
    padding: 0 12px 12px 0;
  }
  .hubspot-topic_data .topic-image {
    width: 100%;
  }



}


@media (min-width: 1200px) {
  .banner-background {
    height: 478px;
  }
  .hs-blog-listing .content-wrapper, .hs-blog-post .content-wrapper  {
    max-width: 1140px;
  }
  .hs-blog-post .content-wrapper {
    margin-top: 75px;
  }

}

@media (max-width: 991px) {
  .blog-post-wrapper .st-btn span {
    display: inline-block;
  }

  .blog-post-wrapper .st-btn {
    min-width: 120px;
  }

  .blog-post-wrapper .st-btn.st-last span {
    display: none;
  }
  button.slick-arrow {
    top: 30px;
  }
}


@media (max-width: 959px) {
  .blog_mobile_border {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .blog_mobile_border > div {
    position: relative;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background: #fff;
    padding: 30px;
    border-top: 4px solid #25798b;
    text-align: center;
  }

}

@media (max-width: 767px) {
  .custom_banner h1 {
    font-size: 30px;
    line-height: 30px;
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .blog-index__posts h2 {
    font-size: 26px;
  }

  .st-btn.st-last span.st-label, .st-btn.st-third span.st-label {
    display: none;
  }
  .sharethis-share-listing .st-btn {
    min-width: 50px;
  }
  button.slick-arrow {
    height: 35px;
    width: 35px;
  }
  button.slick-arrow {
    left: 0;
    top: 40px;
  }

  button.slick-next {
    right: 0;
    left: auto;
  }

}


@media (max-width: 480px) {
  button.slick-arrow {
    left: 0;
    top: 80px;
  }

  button.slick-next {
    right: 0;
    left: auto;
  }
}
.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: montserrat,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 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  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;
}
.systems-page .success {
  min-width: auto;
}


@media (max-width: 767px) {
  .systems-page form h1 {
    font-size: 28px;
  }
  .systems-page {
    overflow: hidden;
  }
  .error-page {
    padding: 10rem 20px;
  }
}
.browse-by-tags-container {
    background-color: #e6e6e6;
}
.browse-by-tags {
  background-color: transparent !important;
}
.browse-by-tags h2 {
    display: block;
    padding: 8px 16px;
    padding-top: 40px;
    font-weight: 600;
    border-radius: 0;
    border: 1px solid #e6e6e6;
    color: #333;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 0;
    font-size: 16px;
    font-family: inherit;
    text-align: center;
}
.browse-by-tags .tags {
    list-style: none;
    margin: 0px;
    padding: 40px 0;
    text-align: center;
}
.browse-by-tags .tags li {
    display: inline-block;
    width: 33%;
}
@media (max-width: 980px) {
    .browse-by-tags .tags li {
        width: 100%;
    }
}
.browse-by-tags .tags li a {
    display: inline-block;
    margin: 0 0.5em 0.75em 0.5em;
    padding: 0.5em 2em;
    box-shadow: 4px 4px 4px #0000004f;
    border-radius: 2px;
    font-weight: bold;
    color: #007935;
    background-color: white;
    width: 100%;
    padding-top: 140px;
    background-repeat: no-repeat;
    background-position: center 20px;
}
.browse-by-tags .tags li a:hover {
    color: white;
    background-color: #007935;
    text-decoration: none;
}

.browse-by-tags .tags li a.math {
    color: #f49200;
    background-image: url('https://7198293.fs1.hubspotusercontent-na1.net/hubfs/7198293/TERC_April2020/images/icon_math.png');
}
.browse-by-tags .tags li a.math:hover {
    color: white;
    background-color: #f49200;
}

.browse-by-tags .tags li a.research-evaluation {
    color: #966445;
    background-image: url('https://7198293.fs1.hubspotusercontent-na1.net/hubfs/7198293/TERC_April2020/images/icon_researcheval.png');
}
.browse-by-tags .tags li a.research-evaluation:hover {
    color: white;
    background-color: #966445;
}

.browse-by-tags .tags li a.out-of-school {
    color: #2fa3df;
    background-image: url('https://7198293.fs1.hubspotusercontent-na1.net/hubfs/7198293/TERC_April2020/images/icon_outofschool.png');
}
.browse-by-tags .tags li a.out-of-school:hover {
    color: white;
    background-color: #2fa3df;
}

.browse-by-tags .tags li a.computational-thinking {
    color: #636464;
    background-image: url('https://7198293.fs1.hubspotusercontent-na1.net/hubfs/7198293/TERC_April2020/images/icon_compthinking.png');
}
.browse-by-tags .tags li a.computational-thinking:hover {
    color: white;
    background-color: #636464;
}

.browse-by-tags .tags li a.professional-development {
    color: #b83a41;
    background-image: url('https://7198293.fs1.hubspotusercontent-na1.net/hubfs/7198293/TERC_April2020/images/icon_profdev.png');
}
.browse-by-tags .tags li a.professional-development:hover {
    color: white;
    background-color: #b83a41;
}

.browse-by-tags .tags li a.science {
    color: #6cb300;
    background-image: url('https://7198293.fs1.hubspotusercontent-na1.net/hubfs/7198293/TERC_April2020/images/icon_science.png');
}
.browse-by-tags .tags li a.science:hover {
    color: white;
    background-color: #6cb300;
}

.browse-by-tags .tags li a.engineering {
    color: #7c3772;
    background-image: url('https://7198293.fs1.hubspotusercontent-na1.net/hubfs/7198293/TERC_April2020/images/icon_engineering.png');
}
.browse-by-tags .tags li a.engineering:hover {
    color: white;
    background-color: #7c3772;
}

.browse-by-tags .tags li a.technology {
    color: #1d798d;
    background-image: url('https://7198293.fs1.hubspotusercontent-na1.net/hubfs/7198293/TERC_April2020/images/icon_tech.png');
}
.browse-by-tags .tags li a.technology:hover {
    color: white;
    background-color: #1d798d;
}

.browse-by-tags .tags li a.computer-science {
    color: #116f3d;
    background-image: url('https://7198293.fs1.hubspotusercontent-na1.net/hubfs/7198293/TERC_April2020/images/icon_compsci.png');
}
.browse-by-tags .tags li a.computer-science:hover {
    color: white;
    background-color: #116f3d;
}

.browse-by-tags .tags li a.news {
    padding-top: 0.5em;
}