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











































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



html {
  font-size: 24px;
}

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

p {
  margin-top: 0;
  margin-bottom: 25px;
}

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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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


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

blockquote {
  border-color: #5BBB56;
  margin-left: 25px;
  border-width: 10px;
  padding-left: 15px;
  padding-bottom: 1px;
  padding-top: 10px;
  margin-bottom: 25px;
}
figure {
  margin: 0;
}
/* 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;
}


.dnd-section>.row-fluid , .sys-page {
  padding-left: 15px;
  padding-right: 15px;
}
/* ******************************************************************************
*********************************************************************************
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: 700px;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1;
  position: relative;
  text-align: center;
  border-style: solid;
  font-size: 16px;
  text-decoration: none !important;
  outline: 0;
  text-transform: uppercase;
  -webkit-transition: background-color .25s ease-out,color .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out;
  font-family: sans-serif;
  white-space: normal !important;
}

.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 {
  font-size: 16px;
  display: block;
  float: none;
  width: auto;
  font-weight: 700;
  text-align: left;
  line-height: 21px;
  padding-top: 0;
  margin-bottom: 4px;
}

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

.hs-input , .password-page input#hs-pwd-widget-password {
  display: inline-block;
  width: 100% !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #0a0a0a;
  border: 1px solid;
  box-sizing: border-box;
  padding: 5px 4px;
  letter-spacing: normal;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px hsla(0,0%,4%,.1);
  -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  height: 39px;
  margin-bottom: 16px;
  outline:0;
}

.hs-input:focus {
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  outline: none;
}
.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;
}

.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: #790000;
}
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:22px;
  text-align: left;
  white-space: normal;
  font-weight:700;
  font-size:16px;
}
.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: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  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);
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.header {
  background-color: transparent;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;

}



.toolbar {
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 10px;
  background: #1471AC;
}

.stats {
  color: #72c76c;
  font-weight: 900;
  padding-right: 10px;
  width: 60%;
  width:auto;
  float: left;
}

.stats .st-box-item {
  display: inline-block;
  border-right: 1px solid #3194D3;
  font-size: 12px;
  color: #fff;
  padding-right: 8px;
  padding-left: 8px;
  line-height: 1;
  vertical-align: middle;
  height: 25px;
}

.stats .st-box-item span {
  display: inline-block;
  line-height: 1;
  font-weight: normal;
}

.stats .st-box-item  img {
  width: 60px !important;
  height: auto;
  max-height: 24px;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

.top-bar {
  line-height: 22.4px;
}

.card {
  position: relative;
  float: right;
  float: right;
  margin-right: 20px;
  margin-left: 10px;
}

.card a:before {
  font-family: 'FontAwesome';
  content: "\f07a";
  font-size: 26px;
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  padding-right: 5px;
  vertical-align: bottom;
  color: #fff;
  position: relative;
}

.card a span {
  color: #fff;
  background-color: #72c76c;
  font-weight: bold;
  border-radius: 100%;
  padding: 4px 4px;
  line-height: 1;
  vertical-align: top;
  position: absolute;
  font-size: 13px;
  bottom: -6px;
  right: -13px;
  min-width: 20px;
  text-align: center;
}

.adminbar {
  width: 35%;
  width:auto;
  float: right;
  text-align: right;
  font-size: 15px;
  color: #939495;
}

.adminbar a {
  color: #fff;
  border-right: 1px solid #3194D3;
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.custom-logo {
  line-height: 1.6;
  margin: 0;
  list-style-type: none;
  padding: 0;
  padding-right: 15px;
  width: 83.33333%;
  float: left;
  background: #fff;
}


.custom-logo li {
  outline: 0;
  display: table-cell;
  vertical-align: middle;
  line-height: 25.6px;
}

.custom-logo li a {
  display: block;
  padding: .7rem 1rem;
  line-height: 1;
  font-size: 16px;
}

.custom-logo li a img {
  vertical-align: middle;
  margin-right: .25rem;
  display: inline-block;
  max-width: 100%;
  height: auto;
  width: 376px !important;
}
.header-search {
  width: 100%;
  float: left;
  padding-top: 15px;
  padding-bottom: 17px;
  padding-left: 10px;
  padding-right: 10px;
  background: #fff;
}
.row.collapse {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin: 0;
  padding: 0;
}
.header-search-input {
  width: 100%;
  float: left;
  text-align: right;
  padding-right: 0;
  padding-left: 0;
}
.header-search-button {
  padding-right: 0;
  padding-left: 0;
  float: right;
  width: 100%;
}
.header-search .search-form {
  position: relative;
  margin: auto;
  max-width: 100%;
}

.header-search .search-form .search-field {
  line-height: 1.15;
  -webkit-appearance: textfield;
  outline-offset: -2px;
  -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px hsla(0,0%,4%,.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  padding: .5rem;
  height: 2.4375rem;
  display: inline-block;
  padding-left: 55px;
  max-width: 999px;
  width: 100%;
  border: 1px solid #ccc;
  color: #000;
  margin: 0;
}

.header-search .search-form .search-submit {
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: 0;
  margin: 0;
  background: transparent;
  color: #DCDCDC;
  font-weight: normal;
  text-transform: uppercase;
  border: 0;
  position: absolute;
  top: 5px;
  left: 0;
  width: 40px;
  font-size: 25px;
  -webkit-transition: .25s opacity ease;
  transition: .25s opacity ease;
}

.header-search .search-form .search-submit .fa.fa-search {
  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-search:before {
  content: "\f002";
}

.header-search .search-form .search-field:focus {
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  outline: none;
}
.btn-main-wrap {
  padding-left: 10px;
  padding-top: 8px;
}

.btn-main-wrap a {
  background: #F68A39;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 10px;
  border-radius: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
.menu-wrappe {
  background-color: #3a9fdf;
}
.menu-wrappe .hs-menu-wrapper {
  float: right;
}
.menu-wrappe:before,.menu-wrappe:after{
  display:block;
  clear:both;
  content:"";
}
.menu-wrappe .hs-menu-wrapper > ul {
  margin: 0;
  list-style-type: none;
  line-height: 1.6;
  display: block;
  margin-right: 15px;
}

.menu-wrappe .hs-menu-wrapper > ul > li > a {
  position: relative;
  padding-right: 1.5rem;
  padding-right: 1em;
}
.menu-wrappe .hs-menu-wrapper > ul > li > a {
  outline: 0;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 10px solid transparent;
  padding-bottom: 5px;
  display: block;
  padding: .7rem 1rem;
  line-height: 1;
  padding-bottom: 5px;
}
.menu-wrappe .hs-menu-wrapper > ul > li:hover > a {
  color: #fff;
  border-bottom: 10px solid #1471ac;
}

.menu-wrappe .hs-menu-wrapper>ul>li> ul {
  display: none;
}



.menu-wrappe .hs-menu-wrapper>ul>li {
  position: relative;
}

.menu-wrappe .hs-menu-wrapper>ul>li:hover>ul {
  display: block;
}

.menu-wrappe .hs-menu-wrapper>ul>li>ul > li > a {
  display: block;
  padding: .7rem 1rem;
  line-height: 1;
  color: #222;
}

.menu-wrappe .hs-menu-wrapper>ul>li>ul > li > a:hover {
  color: #3A9FDF;
}
.menu-wrappe .hs-menu-wrapper>ul>li>ul {
  top: 100% !important;
  padding: 20px;
  position: absolute;
  z-index: 1;
  display: none;
  min-width: 250px;
  background: #fefefe;
  border: 1px solid #cacaca;
  list-style-type: none;
  border-top: 10px solid #1471ac;
}

.menu-wrappe .hs-menu-wrapper>ul>li:nth-child(2)>ul , .menu-wrappe .hs-menu-wrapper>ul>li:nth-child(3)>ul {
  width: 725px;
  margin-right: auto;
  min-width: 250px;
  margin-left: -300px !important;
}

.menu-wrappe .hs-menu-wrapper>ul>li:nth-child(2)>ul > li , .menu-wrappe .hs-menu-wrapper>ul>li:nth-child(3)>ul > li {
  width: 50%;
  float: left;
  margin-bottom: 15px;
  margin-top: 0;
  padding: 0;
  margin-top: 15px;
}

.menu-wrappe .hs-menu-wrapper>ul>li:nth-child(2)>ul > li > a , .menu-wrappe .hs-menu-wrapper>ul>li:nth-child(3)>ul > li > a {
  color: #72C96B;
  text-transform: uppercase;
  font-size: 1.05em;
  padding-top: 0;
  font-weight: 600;
  padding-bottom: 5px;
  line-height: 1;
}

.menu-wrappe .hs-menu-wrapper>ul>li:nth-child(2)>ul > li > ul , .menu-wrappe .hs-menu-wrapper>ul>li:nth-child(3)>ul > li > ul {
  margin: 0;
  list-style-type: none;
  line-height: 1.6;
  background: #fefefe;
  z-index: 9999;
  min-width: 250px;
  right: 100%;
  left: auto;
  position: static;
  border: 0;
  display: block;
  padding: 0 !important;
  top: 100%;
  margin-top: -1px;
  margin-left: 10px;
  margin-bottom: 15px;
}

.menu-wrappe .hs-menu-wrapper>ul>li:nth-child(2)>ul > li > ul > li , .menu-wrappe .hs-menu-wrapper>ul>li:nth-child(3)>ul > li > ul > li {
  display: block;
  width: 100%;
}

.menu-wrappe .hs-menu-wrapper>ul>li:nth-child(2)>ul > li > ul > li > a , .menu-wrappe .hs-menu-wrapper>ul>li:nth-child(3)>ul > li > ul > li > a {
  display: block;
  padding: .7rem 1rem;
  line-height: 1;
  padding-bottom: 5px;
  color: #222;
}

.menu-wrappe .hs-menu-wrapper>ul>li:nth-child(2)>ul > li > ul > li > a:hover , .menu-wrappe .hs-menu-wrapper>ul>li:nth-child(3)>ul > li > ul > li > a:hover {
  color: #3A9FDF;
}
.menu-wrappe .hs-menu-wrapper>ul>li:nth-child(3)>ul {
  right: auto;
  left: 0;
}
input[type="search"]::-webkit-search-cancel-button {
display:none; 
} 

input[type="search"]{
-webkit-appearance: none;   
-moz-appearance: none; 
}

input[type="search"]::-webkit-search-cancel-button {
display: none;
}
@media print, screen and (min-width: 40em){
  .custom-logo {
    width: 83.33333%;
  }
  .header-search {
    width: 50%;
  }
  .header-search-input {
    width: 83.33333%;
  }
  .header-search-button {
    width: 25%;
  }
  .menu-wrappe .hs-menu-wrapper > ul > li {
    display: table-cell;
  }
  .menu-wrappe .hs-menu-wrapper>ul>li>ul {
    left: 50%;
    margin-right: auto;
    margin-left: -125px;
    right: auto;
    margin-top: -1px;
  }



}
@media print, screen and (min-width: 64em){
  .mobile-trigger {
    display: none;
  }
  .custom-logo {
    width: 50%;
  } 
  .header-search {
    width: 50%;
  }
  .header-search-input {
    width: 83.33333%;
  }
  .header-search-button {
    width: 16.66667%;
  }
}
@media(min-width:1024px){
  .off-canvas-wrapper {
    display: none;
  } 
}
@media(max-width:1023px){
  .custom-logo li a img {
    max-width: 275px;
    width: 275px !important;
  }
  .header-search {
    display: none!important;
  }

  .mobile-trigger {
    float: right;
    background: #fff;
    padding: 0;
    padding-right: 15px;
    margin: 0;
    list-style-type: none;
    width: 16.66667%;
  }

  .mobile-trigger > li {
    display: table-cell;
    vertical-align: middle;
  }

  .mobile-trigger > li > a {
    display: block;
    padding: .7rem 1rem;
    line-height: 1;
  }

  .mobile-trigger > li > a > i {
    color: #1d72aa;
    margin-right: .25rem;
    display: inline-block;
    vertical-align: middle;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    font-size: 35px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .mobile-trigger > li > a > i:before {
    content: "\f0c9";
  }
  .menu-wrappe {
    display: none;
  }
  .off-canvas-wrapper {
    position: relative;
    overflow: hidden;
  }

  .off-canvas {
    position: fixed;
    z-index: 1;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
    overflow-y: auto;
    outline: 0;
  }

  .mobile-open .off-canvas {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  .off-canvas .hs-menu-wrapper > ul {
    margin: 0;
    list-style-type: none;
    line-height: 1.6;
    padding: 0;
    display: block;
  }

  .off-canvas .hs-menu-wrapper > ul > li {
    display: block;
    outline: 0;
    vertical-align: middle;
    position: relative;
  }

  .off-canvas .hs-menu-wrapper > ul > li > a {
    color: #137fc5;
    display: block;
    padding: .7rem 1rem;
    line-height: 1;
    position: relative;
  }

  .off-canvas .hs-menu-wrapper > ul > li > ul {
    line-height: 1.6;
    margin: 0;
    padding: 0;
    display: none;
  }

  .off-canvas .hs-menu-wrapper > ul > li.active > a {
    color: #fff;
  }

  .off-canvas .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem;
  }

  .off-canvas:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px hsla(0,0%,4%,.7);
    content: " ";
  }
  .child-trigger {}.child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important; /* Button width */
    min-width: 100% !important;
    height: 45px !important; /* Button height */
    padding: 0 !important;

  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:transparent; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .off-canvas-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .5s ease,visibility .5s ease;
    transition: opacity .5s ease,visibility .5s ease;
    background: hsla(0,0%,100%,.25);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    position: fixed;
    cursor: pointer;
  }

  .mobile-open .off-canvas-content {
    opacity: 1;
    visibility: visible;
  }
  .header-group, .body-container-wrapper, .footer-group , .banner-area {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .mobile-open .header-group, .mobile-open .mobile-open .body-container-wrapper, .mobile-open .footer-group, .mobile-open .banner-area {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
  }
  .off-canvas .hs-menu-wrapper > ul > li.li-border > a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .off-canvas .hs-menu-wrapper>ul>li>ul > li.hs-item-has-children > a:after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem;
  }

  .off-canvas .hs-menu-wrapper>ul>li>ul > li > a {
    display: block;
    padding: .7rem 1rem;
    line-height: 1;
    color: #137fc5;
    position: relative;
  }


  .off-canvas .hs-menu-wrapper>ul>li>ul > li {
    display: block;
    position: relative;
  }
  .off-canvas .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children.li-border>a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .off-canvas .hs-menu-wrapper>ul>li>ul>li > ul {
    display: block;
  }

  .off-canvas .hs-menu-wrapper>ul>li>ul>li > ul > li {
    display: block;
    width: 100%;
    position: relative;
  }

  .off-canvas .hs-menu-wrapper>ul>li>ul>li > ul > li > a {
    display: block;
    padding: .7rem 1rem;
    color: #137fc5;
    line-height: 1;
    position: relative;
  }
  .off-canvas .hs-menu-wrapper>ul>li>ul>li>ul {
   display: none;
}
}

@media(max-width:435px){

  .adminbar {
    width: 100%;
    float: left;
    margin-top: 15px;
    text-align: left;
  }
}

@media(max-width:370px){
  .custom-logo li a img {
    max-width: 215px;
    width: 215px !important;
  }

}

@media(max-width:336px){
  .card {
    float: left;
    margin-top: 20px;
  } 

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;

}
.footer__container {
  margin: 0 auto;
}
.footer-group {
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 16px solid #3A9FDF;
  clear: both;
  margin-top: 0;
}

.footer__container:before,.footer__container:after {
  display: block;
  clear: both;
  content: "";
}
.footer-left {
  width: 100%;
  float: left;
  padding-right: .625rem;
  padding-left: .625rem;
}
.footer-right {
  width: 100%;
  float: left;
  padding-right: .625rem;
  padding-left: .625rem;
}
.footer-left img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

.contact-info {
  padding: 25px 0;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  line-height: 22px;
}

.footer-social-icons {
  margin-top: 40px;
  line-height: 22.4px;
}

.footer-social-icons a {
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  padding-right: 5px;
  color: #137fc5;
  line-height: 22.4px;
}

.footer-social-icons a i {
  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;
  color: #3A9FDF;
  font-size: 40px;
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-vimeo-square:before {
  content: "\f194";
}


.navigation .hs-menu-wrapper > ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  padding: 0;
  margin: 0 0 50px;
  list-style-type: none;
  display: block;
  line-height: 25.6px;
}

.navigation .hs-menu-wrapper > ul > li {
  vertical-align: middle;
  outline: 0;
  display: block;
}

.navigation .hs-menu-wrapper > ul > li > a {
  padding: 0;
  color: #000;
  padding: 5px 0;
  font-style: italic;
  line-height: 1;
  display: block;
}

.subscribe {
  margin: 0;
  padding: 0;
  border: 0 !important;
  padding-bottom: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  position: relative;
  line-height: 22.4px;
}

.subscribe .form-title {
  display: none;
}

.subscribe form .hs_email .hs-input::placeholder {
  color: #999;
  opacity: .9;
}

.subscribe form label {
  display: none;
}

.subscribe form .hs_email {
  margin: 0;
  width: 70%;
  float: left;
  padding-right: 16px;
  margin-top: 24px;
  margin-bottom: -5px;
}

.subscribe form .hs_email .hs-input {
  margin: 0;
  border: 1px solid #4fb948;
  padding: 5px 12px;
  color: #222222;
  box-shadow: none;
}

.subscribe form .hs_email .hs-input:focus {
  border-color: #4fb948;
}

.subscribe form .hs_submit {
  float: right;
  width: 20%;
  position: absolute;
  top: 6px;
  right: 0;
  padding: 0;
  margin: 16px 0 0 0;
  clear: both;
}

.subscribe form .hs_submit input.hs-button.primary.large {
  font-size: 1em;
  width: auto;
  margin: 0 16px 0 0;
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: normal;
  display: -moz-inline-stack;
  display: inline-block;
  background: #4fb948;
  border: 0;
  color: #fff;
  float: right;
  text-transform: uppercase;
}

.subscribe form .hs_submit input.hs-button.primary.large:hover {
  background: #0F7B08;
  color: #fff;
}
.footer__copyright p {
  color: #7b7c7d;
  font-size: 14px;
  padding-top: 40px;
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 22.4px;
}

.footer__copyright p em {
  line-height: 22.4px;
  font-style: italic;
  font-family: 'Lato', sans-serif;
}
.subscribe form .hs_error_rollup {
    display: none;
}

.subscribe form .hs-error-msgs label {
    display: block;
    color: #790000;
    font-weight: 700;
    font-size: 13px;
    line-height: 21px;
}
@media print, screen and (min-width: 40em){
  .footer-left {
    padding-right: .9375rem;
    padding-left: .9375rem;
    width: 100%;
  }
  .footer-right {
    padding-right: .9375rem;
    padding-left: .9375rem;
    width: 100%;
  }
}

@media print, screen and (min-width: 64em){
  .footer-left {
    width: 25%;
  }
  .footer-right {
    margin-left: 8.33333%;
    width: 58.33333%;
    float: right;
  }
}

@media(max-width:641px){
  .subscribe form .hs_submit input.hs-button.primary.large {
    line-height: 2;
  } 
  .navigation .hs-menu-wrapper>ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  .subscribe form .hs_email {
    width: 100%;
  }

  .subscribe form .hs_submit {
    position: relative;
    float: left;
    width: 100%;
    top: 0;
  }

  .subscribe form .hs_submit input.hs-button.primary.large {
    width: 100%;
    margin: 0;
  }
}
.body-wrapper {
  overflow-x: hidden;
}
.content-wrapper {
  margin: 0 auto;
}
.banner-area {
  display: inline-block;
  width: 100%;
  background: #1681c5;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  line-height: 22.4px;
}
.banner-area .content-wrapper {
  padding: 0;
}

.banner-content-wrapper {
  width: 100%;
  float: left;
  padding-right: .625rem;
  padding-left: .625rem;
}
.banner-area img {
  max-height: 60px;
  width: auto;
  margin: 0 auto 5px;
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.blog-subtitle {
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.2em;
  border-top: 1px solid #88d7ff;
  padding-top: 10px;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
}

.hs-blog-listing .banner-area h1 , .hs-blog-post .banner-area h1 {
  font-family: 'Playfair Display', serif;
  color: #fff;
  font-size: 36px;
  line-height: 1.1em;
}

.inner-content {
  padding-top: 45px;
}

.blog-post {
  width: 100%;
  float: left;
  padding-right: .625rem;
  padding-left: .625rem;
}




.single-title {
  font-family: 'Lato', sans-serif;
  margin-bottom: 15px;
  font-size: 28px;
  color: #53BC4C;
  font-weight: 900;
  text-transform: none;
  line-height: 1.3em;
}

.byline {
  color: #222;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 22.4px;
}

.byline strong {
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}

.content-wrapper:before,.content-wrapper:after {
  display: block;
  clear: both;
  content: "";
}



.post-footer form {
  max-width: 100%;
}

.post-footer .actions {
  text-align: center;
}

.back-button {
  margin-right: -.9375rem;
  margin-left: -.9375rem;
  width: 100%;
  text-align: right;
}



.back-to {
  width: 100%;
  float: left;
  padding-right: .625rem;
  padding-left: .625rem;
  margin-top:20px;
}

.back-to a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem;
  padding: .85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color .25s ease-out,color .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  color: #fefefe;
  border-radius: 25px;
  white-space: nowrap;
  outline: 0;
  font-size: .75rem;
  padding-right: 30px;
  padding-left: 30px;
  text-transform: uppercase;
  background-color: #0C74B6;
}

.article-footer {
  border-top: 1px dotted #ccc;
  padding-top: 10px;
  margin-top: 15px;
}

.back-button:before,.back-button:after {
  display: block;
  clear: both;
  content: "";
}
@media print, screen and (min-width: 40em){
  .banner-content-wrapper {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .back-to {

    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .blog-post {
    padding-right: .9375rem;
    padding-left: .9375rem;
    margin-left: 8.33333%;
    width: 83.33333%;
  }

}

@media print, screen and (min-width: 64em){
  .banner-content-wrapper {
    margin-left: 16.66667%;
    width: 66.66667%;
  }
}





.blog-subtitle {
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.2em;
  border-top: 1px solid #88d7ff;
  padding-top: 10px;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
}

.hs-blog-listing .banner-area h1 {
  font-family: 'Playfair Display', serif;
  color: #fff;
  font-size: 36px;
  line-height: 1.1em;
}

.search-block {
  margin-bottom: 10px;
  text-align: center;
  line-height: 22.4px;
}

.search-block .text-success {
  color: #53BC4C;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 5px;
}

.search-block form {
  max-width: 100%;
}

.search-block form input.hs-search-field__input {
  width: 400px;
  display: inline-block;
  line-height: 1.15;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: .5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px hsla(0,0%,4%,.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  color: #0a0a0a;
  -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search-block form input.hs-search-field__input:focus , .search-block form input.hs-search-field__input:hover {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition: box-shadow .5s,border-color .25s ease-in-out;
}

.search-block .search-submit {
  margin-left: -30px;
  color: #72c76c;
  background: transparent;
  line-height: 1;
  font-family: sans-serif;
  font-size: 100%;
  outline: 0;
  border: 0;
  padding: 0;
}

.search-block .search-submit .fa.fa-search {
  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-search:before {
  content: "\f002";
}

.blog-top {
  line-height: 22.4px;
  position: relative;
  top: -5px;
}

.filter-block {
  text-align: center;
}

.filter-block .text-success {
  color: #53BC4C;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 5px;
}

.blog-categories {
  margin-bottom: 30px;
}

.blog-categories a {
  font-size: 16px;
}


.featured-block .content-wrapper {
  align-items: center;
  display: flex;
  max-width: 1040px;
}

.featured-block .content-wrapper:before,.featured-block .content-wrapper:after {
  display: block;
  clear: both;
  content: "";
}

.fweature-image {
  width: 100%;
  float: left;
  padding-right: .625rem;
  padding-left: .625rem;
}


.featured-text-col {
  width: 100%;
  padding-right: .625rem;
  padding-left: .625rem;
  float: right;
}



.fweature-image img {
  max-width: 100%;
  width: 100%;
  height: 476px;
  object-fit: cover;
}

.featured-label {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #0a0a0a;
}

.featured-heading {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: bold;
}

.main-blog-content {
  margin-top: 50px;
}

.main-blog-content .content-wrapper {
  max-width: 1040px;
}

.blog-post-content.post-item {
  padding-right: .625rem;
  padding-left: .625rem;
  margin-bottom: 1.25rem;
  padding-bottom: 20px;
  float: left;
  width: 100%;
}
.img-holder {
  border: 1px solid #979797;
  margin-bottom: 10px;
}

.img-holder img {
  width: 100%;
  height: 314px;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  object-fit: cover;
}

.blog-item-heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

.blog-item-heading a {
  color: rgba(19,127,197,1.0);
}
.blog-pagination-wrapper {
  text-align: center;
}

.blog-pagination {
  margin-top: 25px;
  margin-bottom: 26px;
  display: inline-block;
  width: 100%;
  line-height: 1.6;
}

.blog-pagination-wrapper:before,.blog-pagination-wrapper:after {
  display: block;
  clear: both;
  content: "";
}

.blog-pagination a {
  background: #e6e6e6;
  padding: 5px 8px;
  margin: 0 2px 0;
  color: #0a0a0a;
  line-height: 22.4px;
  font-size: 14px;
}

.blog-pagination a.blog-pagination__link--active {
  background: #000;
  color: #fefefe;
  cursor: default;
  padding: 5px 8px;
  margin: 0 2px 0;
}

.blog-pagination a.blog-pagination__next-link {
  position: relative;
  top: -2px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 30px;
  padding-left: 30px;
  text-transform: uppercase;
  background: #3a9fdf;
  color: #fff;
  border-radius: 25px;
  font-size: 16px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  -webkit-transition: background-color .25s ease-out,color .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.blog-pagination a.blog-pagination__next-link:hover {
  background: #e6e6e6;
  color: #fff;
}
.about-block {
  background: #e1f3fe;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-style: italic;
}

.about-block .text-success {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: bold;
  color: #53BC4C;
  text-align: center;
  font-size: 17px;
  line-height: 23.8px;
  font-style: normal;
}

.medium-offset-2 {
  width: 100%;
  float: left;
  padding-right: .625rem;
  padding-left: .625rem;
}

.about-block .about-text {
  margin: 0;
  color: #1681C4;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  line-height: 22.4px;
}

.about-block:before,.about-block:after {
  display: block;
  clear: both;
  content: "";
}
.blog-footer {
  background-color: #fff;
  padding: 0;
}

.related-content-group {
  width: 100%;
  float: left;
  padding-right: .625rem;
  padding-left: .625rem;
}

.blog-footer .related-title {
  font-size: 26px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #53BC4C;
  text-align: center;
  font-weight: bold;
}
.related-row {
  margin-right: -.625rem;
  margin-left: -.625rem;
}

.realted-item {
  width: 100%;
  float: left;
  padding-right: .625rem;
  padding-left: .625rem;
}

.related-row:before,.related-row:after {
  display: block;
  clear: both;
  content: "";
}

.lesson-type {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.related-title-inner {
  text-transform: uppercase;
  color: #0097dd;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}

.realted-item .img-holder {
  height: 200px;
  border: 0;
  margin: 0;
}

.realted-item .img-holder img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

.related-excerpt {
  padding-top: 10px;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 25px;
}

.related-excerpt a {
  font-weight: bold;
  font-size: 14px;
  color: #137fc5;
}
.bottom-text {
  text-align: center;
  line-height: 22.4px;
}

.bottom-text a {
  color: #137fc5;
  font-style: italic;
  font-size: 18px;
  font-weight: bold;
  line-height: 22.4px;
}

.back-to a:hover {
  color: #fff;
}
.about-block p {
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 22.4px;
  font-style: normal;
  text-align: center;
}

.sticky-container {
  display: inline-block;
  width: 100%;
  position: relative;
}

.share-buttons.is_stuck {
  list-style: none;
  padding: 0;
  margin: 10px 0 15px;
  text-align: center;
  right: 35px;
  position: absolute;
  top: auto;
  bottom: 0;
  width: 72px;
  line-height: 25.6px;
  z-index: 500;
}

.share-buttons.is_stuck li {
  display: inline;
}

.share-buttons.is_stuck li a {
  -webkit-transition: .25s ease opacity;
  transition: .25s ease opacity;
  display: block;
  font-size: 18px;
  width: auto;
  height: auto;
  padding: 5px 16px;
  margin-bottom: 8px;
  color: #137fc5;
  line-height: 28.8px;
}

.share-buttons .facebook-icon a {
  background: #3D5C97;
}

.share-buttons i {
  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;
  font-size: 23px;
  color: #fff;
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.share-buttons span {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  display: block;
  text-align: center;
  margin-top: 10px;
}

.share-buttons .twitter-icon a {
  background: #1DADEA;
}

.fa-twitter:before {
  content: "\f099";
}

.share-buttons a:hover {
  opacity: .8;
}

.share-buttons .pinterest-icon a {
  background: #C8232D;
}

.fa-pinterest:before {
  content: "\f0d2";
}

.share-buttons .mail-icon a {
  background: #86CD84;
}

.fa-envelope-o:before {
  content: "\f003";
}
.scroll-header .share-buttons.is_stuck {
  position: fixed;
}
.share-buttons.is_stuck {
  top: 32em;
  right: 35px;
}
.scroll-header .share-buttons.is_stuck {
  position: fixed;
  top: 40px;
}
@media print, screen and (min-width: 40em){
  .blog-post-content.post-item {
    padding-right: .9375rem;
    padding-left: .9375rem;
    margin-bottom: 1.875rem;
    float: left;
    width: 33.33333%;

  }
  .featured-text-col {
    padding-right: .9375rem;
    padding-left: .9375rem;
    width: 33.33333%;
  }
  .fweature-image {
    padding-right: .9375rem;
    padding-left: .9375rem;
    width: 66.66667%;
  }
  .medium-offset-2 {
    padding-right: .9375rem;
    padding-left: .9375rem;
    margin-left: 16.66667%;
    width: 66.66667%;
  }
  .realted-item {
    width: 50%;
  }
  .realted-item {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .related-row {
    margin-right: -.9375rem;
    margin-left: -.9375rem;
  }
  .related-content-group {
    width: 83.33333%;
    margin-left: 8.33333%;
    padding-right: .9375rem;
    padding-left: .9375rem;
}
}
@media print, screen and (min-width: 64em){
  .related-content-group {
    margin-left: 16.66667%;
    width: 66.66667%;
  }
  .related-content-group {
    padding-right: .9375rem;
    padding-left: .9375rem;

  }
  .realted-item {
    width: 50%;
  }
  .related-row {
    margin-right: -.9375rem;
    margin-left: -.9375rem;
  }
  .blog-post {
    margin-left: 16.66667%;
    width: 66.66667%;
  }
}
@media(max-width:767px){
  .fweature-image {
    width: 100%;
  }

  .featured-text-col {
    width: 100%;
  }

  .featured-block .content-wrapper {
    display: block;
  }

  .blog-post-content.post-item {
    float: none;
    width: 100%;
  }

  .fweature-image img {
    height: auto;
  }

  .img-holder img {
    height: auto;
  }

  .search-block {
    margin-left: 15px;
    margin-right: 15px;
  }

  .search-block form input.hs-search-field__input {
    display: inline-block;
    width: 100%;
    max-width: 200px;
  }

  .filter-block {
    margin-left: 15px;
    margin-right: 15px;
  }

}

@media (max-width: 1028px){
  .share-buttons {
    right: 0 !important;
  }
  .share-buttons i {
    font-size: 20px;
  }

  .share-buttons span {
    margin-top: 5px;
    font-size: 10px;
  }

  .scroll-header .share-buttons.is_stuck {
    width: 66px;
  }
}

@media(max-width:640px){
  .share-buttons.is_stuck {
    position: static;
    right: 0;
    width: 100%;
  }

  .scroll-header .share-buttons.is_stuck {
    position: static;
    right: 0;
    width: 100%;
  }

  .share-buttons.is_stuck li a {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width:auto;
  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-edit.hs-input {
    font-size: 16px !important;
    padding: 5px 4px !important;
}
ul.no-list.hs-error-msgs {
    margin: 0;
    padding: 0;
}

.password-page input#hs-pwd-widget-password {
  height: 39px!important;
  margin-top: 0px !important;
  margin-bottom: 15px;
}