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



/* 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: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: ETmodules;
  src: url(https://3985062.fs1.hubspotusercontent-na1.net/hubfs/3985062/raw_assets/public/PilotPrecisionProducts_August2020/fonts/ETmodules/modules.woff);
  src: url(https://3985062.fs1.hubspotusercontent-na1.net/hubfs/3985062/raw_assets/public/PilotPrecisionProducts_August2020/fonts/ETmodules/modules.ttf);
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url(https://3985062.fs1.hubspotusercontent-na1.net/hubfs/3985062/raw_assets/public/PilotPrecisionProducts_August2020/fonts/Font%20Awesome%205%20Brands/fa-brands-400.woff);
  src: url(https://3985062.fs1.hubspotusercontent-na1.net/hubfs/3985062/raw_assets/public/PilotPrecisionProducts_August2020/fonts/Font%20Awesome%205%20Brands/fa-brands-400.woff2);
  src: url(https://3985062.fs1.hubspotusercontent-na1.net/hubfs/3985062/raw_assets/public/PilotPrecisionProducts_August2020/fonts/Font%20Awesome%205%20Brands/fa-brands-400.ttf);
  font-style: normal;
  font-weight: 400;
}

html {
  font-size: 18px;
}

body {
  font-family: Open Sans,Arial,sans-serif;
  font-size: 16px;
  color: #666;
  background-color: #fff;
  line-height: 1.7em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  line-height: 1.2;
  font-weight: 500;
  font-family: Open Sans,Arial,sans-serif;
  color: #333;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  padding-left:20px;
}

ul li,
ol li {

}

ul ul,
ol ul,
ul ol,
ol ol {

}

blockquote {
    quotes: none;
    margin: 20px 0 30px;
    border-left: 5px solid;
    padding-left: 20px;
    border-color: #1d4e74;
}
figure {
    margin-left: 0;
    margin-right: 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

h3.form-title {
  font-size: 48px;
  line-height: 1em;
  font-weight: 900;
}

.hs-button {
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  font-size: 22px;
  font-family: arial, helvetica, sans-serif;
  margin: 20px 0;
  white-space: normal;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  position: relative;
  text-align: center;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  text-decoration: none;
}

.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: #666;
  font-family: arial, helvetica, sans-serif;
  font-size: 15px;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-form .hs-error-msgs label {
  color: #f2545b;
      display: block;
    float: none;
    width: auto;
    padding: 0;
    line-height: 18px;
    text-align: left;
    white-space: normal;
    font-weight: normal;
}

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select{
  display: inline-block;
width: 100%!important;
  height: 40px;
  padding: 8px 15px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #666;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  outline: none;
}
.email-edit.hs-input {
  width: 100% !important;
  padding: 8px 15px !important;
  font-size: 16px !important;
}
input[type="password"] {
  height: auto !important;
  margin-top: 0 !important;
}
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus,
.hs-input:focus{

}

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

}
.inputs-list:first-child {

}
.inputs-list > li + li {

}
.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: 16px;
  color: #666;
}
.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: Open Sans,Arial,sans-serif;
}

@media (min-width: 768px){
  form {
    max-width: 1080px;
    font-family: Open Sans,Arial,sans-serif;
  }
}

/*added by HubSpot Support 8/13/20*/
fieldset {
max-width: none!important;
}
@media(min-width: 481px) { 
fieldset.form-columns-3 .hs-form-field:last-child .input {
    margin: 0px!important;
}
fieldset.form-columns-3 .hs-form-field{
width: 33.05%!important;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-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.
*********************************************************************************
****************************************************************************** */

.header.lp .header-logo {
    padding-bottom: 11px;
}
@media (max-width: 980px){
.header.lp .header-logo {
    padding-bottom: 8px;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
.header-top {
  background-image: url(https://3985062.fs1.hubspotusercontent-na1.net/hubfs/3985062/raw_assets/public/PilotPrecisionProducts_August2020/images/PPP-TOP-BAR-.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 18px;
}
.header {
  background-color: #F8FAFC;
  line-height: 23px;
  font-weight: 500;
  top: 0;
  width: 100%;
  box-shadow: 0 1px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
  position: relative;
  z-index: 99999;
}
.header__container::before, .header__container::after {
  display: block;
  content: "";
  clear: both;
}
.header__container {
  max-width: 1080px;
  margin: auto;
  z-index: 99;
  text-align: left;
  position: relative;
}
.logo_container {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.header-logo .hs_cos_wrapper {
  display: inline-block;
}
/* .header-logo {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
} */
span.logo_helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.header-logo {
    float: left;
    width: auto;
    padding-top: 11px;
    padding-left: 4px;
}
.header-logo img {
  max-width: 100%;
  width: 250px !important;
  height: auto;
  opacity: 1;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  margin-bottom: 0;
  display: inline-block;
  float: none;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  max-height: 75%;
}

.custom-menu-primary-wrapper {
    padding-left: 0;
    padding-top: 8px;
    float: right;
    font-weight: 600;
    width: auto;
}

@media screen and (min-width: 981px){
  .mobile{
    display:none!important;
  }
  .mobile_menu_bar{
    display:none!important;
  }
  .header__container {
    width: 100% !important;
  }
  .header-logo img {
    max-height: 90%;
  }
  .custom-menu-primary {
    float: left;
    line-height: 0;
    display: block;
  }
  
  #test2 {
    padding-top: 0px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    float: left;
    line-height: 0;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    display: inline-block;
    font-size: 14px;
    padding-right: 10px;
    position: relative;
    line-height: 1em;
  }
  #test .hs-menu-wrapper > ul > li {
    position: initial;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding-bottom: 33px;
    text-decoration: none;
    display: block;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  #test .hs-menu-wrapper>ul>li>a {
    padding-bottom: 0px;
    font-size: 16px;
/*     font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif; */
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    opacity: .7;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
/*   .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    opacity: 1 !important;
  } */
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>a:hover, .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7)>a:hover {
    color: rgb(29,78,116);
}
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a>img {
    opacity: 1;
    transition: opacity 400ms;
    transition-delay: 0ms;
    max-width: 100%;
    height: auto;
    vertical-align: baseline;
  }
  
  #test .hs-menu-wrapper>ul>li:last-child>a>img {
    display: none;
  }
  
  #test .hs-menu-wrapper>ul>li:last-child>a::after {
      content: "\24";
    font-family: ETmodules!important;
    font-weight: 400!important;
    color: #E02B20;
    position: absolute;
    right: -27px;
    font-size: 24px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
    opacity: .7;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    padding-right: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a::after {
    font-family: ETmodules;
    content: "3";
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 800;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>a, .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7)>a {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 0;
    color: #1d4e74;
    font-weight: 700;
    font-size: 18px;
  }
  .custom-menu-primary ul.hs-menu-children-wrapper {
    width: 300px;
    padding: 0;
    margin-top: 2px;
    position: absolute;
    z-index: 9999;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    border-top: 3px solid #1d4e74;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-transform: translateZ(0);
    text-align: left;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover>ul {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 1;
    visibility: visible;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    padding: 0 20px;
    margin: 0;
    display: inline-block;
    font-size: 14px;
    position: relative;
    line-height: 2em;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 260px;
    padding: 6px 20px;
    text-decoration: none;
    display: block;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6),.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7) {
    background-color: rgb(230,188,60);
    margin-bottom: 15px;
    padding-right: 12px;
  }
  
  #test .hs-menu-wrapper > ul > li:nth-child(4) {
    font-weight: bold;
    border-right: 1px solid rgba(0,0,0,0.6);
    line-height: 2em;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    padding-right: 0;
    padding-left: 20px;
    top: 15px;
  }
}

@media (max-width: 980px){
  .desktop{
    display:none!important;
  }
  .header-logo img {
    max-width: 100%;
    width: 179.78px !important;
  }
.header-logo {
    padding-top: 8px;
    padding-left: 5px;
}
  .mobile_menu_bar {
    position: relative;
    display: block;
    line-height: 0;
    padding-bottom: 24px;
  }
  .mobile_menu_bar:before {
    font-family: ETmodules;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    content: "\61";
    font-size: 32px;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
    color: #1d4e74;
  }
  .custom-menu-primary {
    background-color: #f7f7f7;
    position: absolute;
    left: 0;
    padding: 5%;
    width: 100%;
    display: none;
    z-index: 9999;
    border-top: 3px solid #1d4e74;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1)
  }
  .custom-menu-primary .hs-menu-wrapper > ul  li  a {
    border-bottom: 1px solid rgba(0,0,0,.03);
    color: #666;
    padding: 10px 5%;
    display: block;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
  }
  /*   .custom-menu-primary .hs-menu-wrapper > ul ul li a {
  border-bottom: 1px solid rgba(0,0,0,.03);
  color: #666;
  padding: 10px 5%;
  display: block;
  font-size: 14px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-decoration: none;
} */
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6),
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7) {
    margin-left: 5%;
    background-color: rgb(230,188,60);
    margin-bottom: 15px;
    padding-right: 12px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children>a {
    font-weight: 700;
    background-color: rgba(0,0,0,.03);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6)>a, 
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7)>a {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 0px;
    color: rgb(29,78,116);
    font-weight: 700;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    padding-left: 10px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    padding-left: 5%;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    margin-left: 5%;
    padding-left: 0;
    top: 15px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child>a {
    padding-left: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child>a>img {
    max-width: 100%;
    height: auto;
    vertical-align: baseline;
  }
  
  #test3 .hs-menu-wrapper > ul > li:last-child>a>img {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul  li  a:hover {
    background-color: rgba(0,0,0,.03);
    opacity: .7;
  }
}

@media (max-width: 460px){
.header-logo img {
    width: 177.19px !important;
}
}

@media (max-width: 429px){
.header-logo {
    padding-top: 10px;
}
  .header-logo img {
    width: 165px !important;
}
}

@media (max-width: 399px){
.header-logo img {
    width: 152.8px !important;
}
}

@media (max-width: 356px){
.header-logo img {
    width: 135.594px !important;
}
}

@media (max-width: 320px){
.header-logo {
    padding-top: 15px;
}
  .header-logo img {
    width: 127px !important;
}
}
/* ******************************************************************************
*********************************************************************************
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;
  position: relative;
}
.footer__container::before, .footer__container::after {
  display: block;
  content: "";
  clear: both;
}
.footer-spacer {
  padding: 15px 0 5px;
}
.footer-contact,  
.footer-menu,  
.footer-right-content {
  float: left;
}
.footer__container::before,.footer__container::after {
  display: block;
  content: "";
  clear: both;
}

.footer-contact .hs_cos_wrapper_type_rich_text > div > div {
  line-height: 1.4em;
}

.footer-contact p {
  margin: 0;
}

.footer-contact p a {
  font-size: 14px;
  font-style: italic;
  text-decoration: none;
}

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

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

.footer-menu .hs-menu-wrapper > ul  li  a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.footer-social-icons {
  margin-bottom: 15%;
}

.footer-social-icons a {
  text-decoration: none;
}

.fab, .far {
  font-weight: 400;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa-2x {
  font-size: 2em;
}

.fa, .fab, .fad, .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;
}

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

.fa-linkedin:before {
  content: "\f08c";
}

.fa-youtube-square:before {
  content: "\f431";
}

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

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

.footer__container__inner {
  padding: 6% 0 0;
}

.footer-logo img {
  float: left;
  width: 30% !important;
  margin-right: 6%;
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

.footer-logo.winner img {
  width: 28% !important;
}

.more-logos img {
  width: 18% !important;
}

.footer-menu .hs-menu-wrapper > ul ul li {
  margin-left: 15px;
}
span.menu-closed {
  position: absolute;
  top: 0;
/*   padding-left: 50px; */
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  z-index: 3;
  left: 110px;
}

span.menu-closed:before {
  content: "\4c";
  display: block;
  font-size: 16px;
  font-family: ETmodules;
}

.footer-menu .hs-menu-wrapper > ul > li.hs-item-has-children.child-open span.menu-closed:before {
  content: "\4d";
}
.footer-menu ul.hs-menu-children-wrapper {
  display: none;
}

@media screen and (min-width: 981px){
  .footer__container {
    width: 100% !important;
    padding-left: 10px;
  }
  .footer-contact,  
  .footer-menu {
    width: 29.667%;
    margin-right: 5.5%;
    margin-bottom: 5.5%;
  }
  .footer-right-content {
    width: 29.667%;
    margin-bottom: 5.5%;
  }
}

@media (max-width: 980px){
  .footer__container__inner{
    padding: 8% 0;
  }
  .footer-contact {
    width: 46.25%;
    margin: 0 7.5% 7.5% 0;
  }
  .footer-menu {
    width: 46.25%;
    margin: 0;
  }
  .footer-right-content {
    width: 46.25%;
    margin: 0 7.5% 7.5% 0;
    margin-bottom: 0;
  }
  .footer-spacer {
    padding: 15px 0 11px;
  }
}

@media (max-width: 767px){
  .footer__container__inner {
    padding: 10% 0;
  }
  .footer-contact, .footer-menu,.footer-right-content {
    width: 100%;
    margin: 0;
  }
  .footer-contact, .footer-menu {
    margin: 0;
    margin-bottom: 9.5%;
  }
}

@media (max-width: 479px){
  .footer-contact, .footer-menu,.footer-right-content {
    margin-bottom: 11.5%;
  }
  .footer-spacer {
    padding: 20px 0 5px;
  }
  .footer__container__inner {
    padding: 12% 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */

.hr_above-footer {
  margin: 20px 0; 
  width="100%" 
  border-top: 3px solid #000000;

}

.blog-footer-ban {
    color: rgb(29,78,116);
    text-align: center;
    font-size: 32px;
    font-weight: 600;
}

.content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}

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

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

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

.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}

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

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

.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: Open Sans,Arial,sans-serif;
}
.blog-index__post-content a {
  color: #666;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Open Sans,Arial,sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #666;
  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: #666;
  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: #666;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-post h1 {
  font-size: 30px;
  color: #333;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
  margin: 0;
}
.post-featured-image img {
  width: 100%;
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
  max-width: 100%;
  height: auto;
}
.blog-post__body {
  padding-top: 30px;
}

.hs-blog-post .post-meta {
  padding-bottom: 15px;
}
.hs-blog-post .post-meta a {
  text-decoration: none;
  color: #666;
}
.hs-blog-post .post-meta a:hover {
  color: #666;
}
.blog-post__tags {
  font-family: Open Sans,Arial,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;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #666;
  padding: 1rem;
}

@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 .grecaptcha-badge {
  margin: 0 0 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: right;
}
.blog-comments .hs-button {
  font-size: 20px;
  font-weight: 500;
  padding: .3em 1em;
  line-height: 1.7em;
  background-color: transparent;
  background-repeat: no-repeat;
  border: 2px solid;
  border-radius: 3px;
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #1d4e74;
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-decoration: none ;
}
.blog-comments h3 {
  font-size: 22px;
  color: #333;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
}
.comment-date {
  display: block !important;
}
.comment-reply-to {
    padding-left: 25px !important;
}
.blog-comments .hs-button:hover{
  background-color: rgba(0,0,0,.05);
  color: #1d4e74;
  border: 2px solid transparent;
}
.blog-comments .comment-reply-to {
  border: 0 !important;
  text-decoration: none !important;
  background-color: transparent !important;
  color: #1d4e74!important;
}

.post-item:nth-child(3n+1) { clear: left; }

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

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}


@media 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--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}

.blog-index {
  position: relative;
  background-color: #fff;
}
.post-item {
  width: 33.3333333333%;
  padding: 0 30px;
  float: left;
  max-width: 100%;
}
.post-item-inner {
  /*border: 1px solid #d8d8d8;*/
  padding: 19px;
  background-color: #fff;
}

.featured-image {
  position: relative;
  margin: -20px -20px 29px;
}
.post-item-wrapper {
  margin: 0 -30px;
}
.entry-title {
  font-size: 18px;
  color: #333;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
  margin: 0;
}

.entry-title a {
  text-decoration: none;
  color: inherit !important;
}
.blog-listing-form {
  position: relative;
  background-color: #fff;
}
.post-meta {
  font-size: 14px;
  margin-bottom: 6px;
}

.post-meta a {
  text-decoration: none;
  color: #1d4e74;
}
.post-content p {
  margin: 0;
}
.more-link {
  color: #1d4e74;
  text-decoration: none;
}
.post-item-wrapper::before,.post-item-wrapper::after {
  display: block;
  content: "";
  clear: both;
}
.featured-image a {
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.featured-image img {
  min-width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
}
.content-wrapper::before,.content-wrapper::after {
  display: block;
  content: "";
  clear: both;
}
.blog-listing-middle-section {
  background-color: rgb(248,247,246);
  position: relative;
  margin-bottom: 10px;
      padding-top: 31px;
    padding-bottom: 30px;
}
.blog-listing-middle-section .left-content,  
.blog-listing-middle-section .right-content {
  float: left;
}
.blog-listing-middle-section .et_pb_image_0 {
  text-align: center;
}
.blog-listing-middle-section .et_pb_image_wrap {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.blog-listing-middle-section .et_pb_text_inner p {
  margin: 0;
}
.blog-listing-form fieldset {
  max-width: 100% !important;
}

.blog-listing-form .hs-richtext p {
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: arial, helvetica, sans-serif;
}
.hs-blog-post .content-wrapper {
  padding-top: 58px;
  text-align: left;
  position: relative;
}

.blog-listing-form .hs-fieldtype-file .hs-field-desc {
    display: block;
    font-family: arial, helvetica, sans-serif;
    color: #7C98B6;
    font-size: 11px;
    margin: 0px 0px 6px;
}
.blog-listing-form .hs-richtext {
  font-family: arial, helvetica, sans-serif;
  color: #33475b;
  font-size: 14px;
  word-break: break-word;
  margin-bottom: 3px;
  line-height: 24px;
}
.blog-sidebar {
  padding-left: 30px;
}
.top_search {
  margin-bottom: 30px;
  width: 100%;
  float: none;
  max-width: 100%;
}

.top_search form {
  max-width: 100%;
  position: relative;
}

.top_search input[type="text"] {
  width: 100%;
  border-radius: 3px;
  padding: .7em;
  height: 40px;
  margin: 0;
  font-size: 14px;
  line-height: normal;
  border: 1px solid #ddd;
  color: #666;
  background-color: #fff;
  font-family: inherit;
}

.top_search input[type="submit"] {
  background-color: #ddd;
  width: 70px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  right: 0;
  top: 0;
  padding: .7em;
  height: 40px;
  margin: 0;
  font-size: 14px;
  line-height: normal;
  border: 1px solid #ddd;
  color: #666;
  cursor: pointer;
  font-family: inherit;
}

.recent-posts,.recent-comments {
  margin-bottom: 30px;
  width: 100%;
  float: none;
}
.blog-comments .hs-input {
    padding: 12px;
    color: #999;
    line-height: 1em;
    background-color: #eee;
    font-size: 18px;
    border-width: 0;
    height: auto;
    font-family: "Open Sans", Arial, sans-serif;
}
.blog-sidebar h4 {
  font-size: 18px;
  color: #333;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
  margin: 0;
}

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

.recent-posts ul li a {
  text-decoration: none;
  color: #666;
}

.recent-posts ul li a:hover {
  color: #1d4e74;
}
.blog-listing-form .hs-richtext p a {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
}
.blog-listing-form form {
  max-width: 100%;
}
.blog-listing-form h3.form-title {
  text-align: center;
  padding-bottom: 20px;
}

.blog-listing-middle-section .et_pb_text_inner p span {
  color: rgb(29,78,116);
  font-weight: 700;
}
.blog-listing-middle-section .et_pb_image_wrap img {
  max-height: 200px;
  position: relative;
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
  max-width: 100%;
  height: auto;
}

@media (min-width: 981px){
  .blog-index {
  padding: 4% 0;
  }
  .post-content-area {
    width: 79.125%;
    padding-bottom: 23px;
    float: left;
    padding-right: 5.5%;
  }
  .blog-sidebar {
    padding-bottom: 28px;
    float: left;
    width: 20.875%;
  }
  .hs-blog-post .content-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #e2e2e2;
    right: 20.875%;
  }
  .hs-blog-post .content-wrapper {
    width: 100%!important;
  }
  .blog-listing-middle-section {
    padding: 4% 0;
  }
  .blog-listing-form {
    padding: 4% 0;
  }

  .hs-blog-listing .content-wrapper {
    padding: 2% 0;
  }
  .post-item-inner {
    margin-bottom: 30px;
  }
  .blog-listing-form h3.form-title {
    margin-bottom: 2.75%;
  }
  .blog-listing-middle-section .left-content {
    /*width: 47.25%;*/
    width: 29.6667%;;
    margin-right: 5.5%;
  }
  .blog-listing-middle-section .right-content {
    
    width: 64.833%;
  }
  .blog-listing-middle-section .et_pb_image_0 {
    margin-bottom: 5.82%;
  }
}

@media only screen and (min-width: 1350px){
  .blog-index {
    padding: 54px 0;
  }
  .blog-listing-form {
    padding: 54px 0;
  }
  .hs-blog-listing .content-wrapper {
    padding: 27px 0;
  }
  .blog-listing-middle-section {
    padding: 24px 0;
  }
}

@media (max-width: 980px){
  .blog-index {
    padding: 50px 0;
  }
  .blog-listing-form .field {
    width: 100% !important;
}
  .blog-sidebar {
    margin: 0;
    padding-left: 0;
    width: 100%;
    padding-bottom: 28px;
}
  .blog-listing-middle-section {
    padding: 50px 0;
  }
  .blog-listing-form {
    padding: 50px 0;
  }
  .hs-blog-listing .content-wrapper {
    padding: 30px 0;
  }
  .post-item {
    width: 100%;
    padding: 0;
  }
  .blog-listing-middle-section .et_pb_image_0 {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-listing-middle-section .left-content {
    width: 100%;
    margin-bottom: 30px;
  }

  .blog-listing-middle-section .right-content {
    width: 100%;
  }
  .post-item-inner {
    margin-bottom: 42px;
  }
  .post-item-wrapper {
    margin: 0;
  }
}

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

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Open Sans,Arial,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 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  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: Open Sans,Arial,sans-serif;
  font-size: 1.25rem;
  color: #666;
  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: #666;
}

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

.systems-page .form-input-validation-message label {
  color: #f2545b;
}

.systems-page .form-input-validation-message ul {
  padding: 0;
  margin: 0;
}
#email-prefs-form .header {
  background: transparent;
}
.widget-type-email_subscriptions form {
  max-width: 100%;
}

@media (max-width: 767px){
  .systems-page .success{
    min-height:auto;
    min-width:auto;
  }
  .systems-page {
    padding: 3rem 0px;
  }
}

@media (max-width: 567px){
  .systems-page h1 {
    font-size: 20px;
  }
  .systems-page h2 {
    font-size: 18px;
  }
}