/* ******************************************************************************
*********************************************************************************
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: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */


.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}



@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: "icomoon";
  src:  url("https://7193573.fs1.hubspotusercontent-na1.net/hubfs/7193573/raw_assets/public/MEF_October2020/fonts/icomoon.woff2") format("woff2"), 
    url("https://7193573.fs1.hubspotusercontent-na1.net/hubfs/7193573/raw_assets/public/MEF_October2020/fonts/icomoon.ttf") format("truetype"), 
      url("https://7193573.fs1.hubspotusercontent-na1.net/hubfs/7193573/raw_assets/public/MEF_October2020/fonts/icomoon.woff") format("woff"), 
  url("https://7193573.fs1.hubspotusercontent-na1.net/hubfs/7193573/raw_assets/public/MEF_October2020/fonts/icomoon.svg") format("svg");
  font-style: normal;
  font-weight: 400;
  font-display: block;
          }

@font-face {
  font-family: "sansation";
  src: url("https://7193573.fs1.hubspotusercontent-na1.net/hubfs/7193573/raw_assets/public/MEF_October2020/fonts/SansationLight.woff2") format("woff2"),
    url("https://7193573.fs1.hubspotusercontent-na1.net/hubfs/7193573/raw_assets/public/MEF_October2020/fonts/SansationLight.woff") format("woff"),
      url("https://7193573.fs1.hubspotusercontent-na1.net/hubfs/7193573/raw_assets/public/MEF_October2020/fonts/SansationLight.ttf") format("truetype"), 
  url("https://7193573.fs1.hubspotusercontent-na1.net/hubfs/7193573/raw_assets/public/MEF_October2020/fonts/SansationLight.svg") format("svg");
  font-style: normal;
  font-weight: 300;
  font-display: block;
 }

@font-face {
  font-family: "sansation";
  src: url("https://7193573.fs1.hubspotusercontent-na1.net/hubfs/7193573/raw_assets/public/MEF_October2020/fonts/SansationRegular.woff2") format("woff2"), 
    url("https://7193573.fs1.hubspotusercontent-na1.net/hubfs/7193573/raw_assets/public/MEF_October2020/fonts/SansationRegular.woff") format("woff"),
  url("https://7193573.fs1.hubspotusercontent-na1.net/hubfs/7193573/raw_assets/public/MEF_October2020/fonts/SansationRegular.ttf") format("truetype"), 
  url("https://7193573.fs1.hubspotusercontent-na1.net/hubfs/7193573/raw_assets/public/MEF_October2020/fonts/SansationRegular.svg") format("svg");
  font-style: normal;
  font-weight: 400;
  font-display: block;
 }

@font-face {
  font-family: "sansation";
  src: url("https://7193573.fs1.hubspotusercontent-na1.net/hubfs/7193573/raw_assets/public/MEF_October2020/fonts/SansationBold.woff2") format("woff2"), 
    url("https://7193573.fs1.hubspotusercontent-na1.net/hubfs/7193573/raw_assets/public/MEF_October2020/fonts/SansationBold.woff") format("woff"),
      url("https://7193573.fs1.hubspotusercontent-na1.net/hubfs/7193573/raw_assets/public/MEF_October2020/fonts/SansationBold.ttf") format("truetype"),
   url("https://7193573.fs1.hubspotusercontent-na1.net/hubfs/7193573/raw_assets/public/MEF_October2020/fonts/SansationBold.svg") format("svg");
  font-style: normal;
  font-weight: 700;
  font-display: block;
 }

@font-face {
  font-family: "sansation";
  src: url("https://7193573.fs1.hubspotusercontent-na1.net/hubfs/7193573/raw_assets/public/MEF_October2020/fonts/SansationBoldItalic.woff2") format("woff2"), 
    url("https://7193573.fs1.hubspotusercontent-na1.net/hubfs/7193573/raw_assets/public/MEF_October2020/fonts/SansationBoldItalic.woff") format("woff"),
      url("https://7193573.fs1.hubspotusercontent-na1.net/hubfs/7193573/raw_assets/public/MEF_October2020/fonts/SansationBoldItalic.ttf") format("truetype"),
        url("https://7193573.fs1.hubspotusercontent-na1.net/hubfs/7193573/raw_assets/public/MEF_October2020/fonts/SansationBoldItalic.svg") format("svg"); 
  font-style: italic;
  font-weight: 700;
 font-display: block;
 }


html {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent;

}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; 
  background-color: #fff;

}

p {
  margin-top:0;
  margin-bottom: 2em;
  font-family: Lato, serif;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {

  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  margin-top:0;
  font-size: 2.1rem;
  line-height: 1.2;
  margin-bottom: .4em;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: .7em;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: .4em;
}

h4 {
  font-size: 1.175rem;
  line-height: 1.2;
  margin-bottom: .4em;
}

h5 {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0;
}

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  padding-left:0;
  margin: 0 0 2em 1.2em;
}

ul li,
ol li {

}

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus { 
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form { 
  font-family: Lato, sans-serif;
  background: #f0f0f0;
  padding: 20px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all .2s ease-in-out 0s;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 2px;
  font-size: 16px;
  padding: 15px 53px;
  
  text-decoration: none;
  white-space:normal;
  margin-top: 15px;
  margin-bottom: 15px;
}

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

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


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

.hs-error-msgs label {
  margin-top: .5rem;
  color: red !important;
}

.hs-input {
  display: inline-block;
  width: 100%;
  height: 38px;
  padding: 4px 8px;
  font-size: 16px;
  font-weight: 400;
  color: #33475b;
  background-color: #ffffff;
  border: none;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.5;
  margin: 0 0 10px;
}

.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 { 
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

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

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.lp .header__logo {
    position: relative !important;
    top: 11px;
}

.lp {
  min-height: 129px;
}


@media (max-width: 1150px) {
  .lp {
  min-height: 123px;
  }
  .lp .header__logo {
    position: relative !important;
    top: 8px;
  }
}

@media (max-width: 992px) {
  .lp {
  min-height: 78px;
  }
  .lp .header__logo {
    position: relative !important;
    top: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background: 0 0;
  border-bottom: solid 1px #e3e3e3;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: all .25s ease-in-out;
  padding: 8px 0 0;

}

.header.sticky {
  background: #000136;
}

.header__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.top-header {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.mobile-search-wrapper {
  display: none;
  height: 0;
  text-align: center;
}

.mobile-search-wrapper.active {
  display: inline-block;
  height: 40px;
  margin: 0 0 25px;
  width: 100%;
}

.mobile-search-wrapper .searchform {
  margin: 12px 0 0;
  background: none !important;
  padding:0 ;
  max-width:100%;
}

.top-nav-wrapper form.searchform {
  background: none !important;
  padding:0 !important ; 
}
.mobile-search-wrapper .searchform ::-webkit-input-placeholder {
  color: transparent;
}
.mobile-search-wrapper .searchform input[type=text] {
  background-image: none;
  border: none;
  font-size: 16px;
  margin-right: 5px;
  line-height: 1.5;
  padding: 8px;
  width: 65%;
}
.mobile-search-wrapper .searchform input[type=submit] {
  font-weight: 700;
  border-radius: 50px;
}
.mobile-search-wrapper .searchform input[type=submit] {
  background: #3d7bc7;
  border: none;
  color: #fff;
  font-size: 16px;
  height: 39px;
  letter-spacing: .1em;
  padding: 8px 15px;
  text-transform: uppercase;
}

.top-header-menu {
  flex: 0 0 100%;
  max-width: 100%;
  display: block;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}


.top-nav-wrapper form.searchform {
  float: right;
  margin-left: 10px;
  position: relative;
}

.top-nav-wrapper form.searchform input[type=text] {
  border: solid 1px #e3e3e3;
  opacity: 0;
  font-size: 16px;
  font-weight: 400;
  left: 0;
  margin-left: 15px;
  padding: 4px;
  position: absolute;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 0;
  line-height: 1.5;
  z-index: -1;
}

.top-nav-wrapper form.searchform input[type=submit] {
  display: none;
}

.top-nav-wrapper form.searchform .search-toggle {
  display: block;
}

.top-nav-wrapper form.searchform .search-toggle [class^=icon-],
.top-nav-wrapper form.searchform .search-toggle [class*=" icon-"] {
  color: #fff;
  font-size: 14px;
  margin-left: 6px;
  padding: 6px;
}
.top-nav-wrapper form.searchform input[type=text].show-search {
  display: block;
  left: -352px;
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 340px;
  z-index: 1;
}

[type=button]:not(:disabled), 
[type=reset]:not(:disabled), 
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.top-nav-wrapper form.searchform .search-toggle.active [class^=icon-],
.top-nav-wrapper form.searchform .search-toggle.active [class*=" icon-"] {
  color: #7bccfe;
}

[class^=icon-], [class*=" icon-"] {
  display: inline-block;
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.icon-02:before {
  content: "\e901";
}

.top-header-menu ul {
  float: right;
  margin: 0;
  padding: 0 0 5px;
}

.top-header-menu ul>li {
  margin: 0;
  padding: 0 10px;
  display: inline-block;
  font-weight: 400;
  letter-spacing: normal;
  list-style: none;
}

.top-header-menu ul>li>a {
  text-decoration: none;
  font-size: 16px;
  letter-spacing: normal;
  text-transform: none;
}

.top-header-menu ul>li:last-child {
  border-right: none;
  padding: 0 0 0 10px;
  margin: 0;
}

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

.header__logo img {
  float: left;
  max-width: 100%;
}

.custom-menu-primary {
  float: right;
  padding: 25px 0 0;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1 {
  margin: 0;
  padding:0;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li {
  display: inline-block;
  margin: 0 -4.3px 0 0;
  padding: 0;
  position: relative;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:first-child {
  margin-left: 0;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li.has-submenu>a {
  display: block;
  font-weight: 500;
  padding: 10px 15px 20px;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2 {
  border: solid 1px #c4c4c4;
  border-top: solid 1px transparent;
  display: none;
  left: 15px;
  margin: 0;
  position: absolute;
  top: 100%;
  z-index: 100;
  padding: 0;
  background-color: #f0f1f2;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li {

  display: flex;
  flex-direction: column;
  float: none;
  margin: 0;
  padding: 5px 10px;
  position: relative;
  white-space: nowrap;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li.has-submenu:after {
  color: #010137;
  content: '\25B6';
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li.has-submenu:hover::after {
  color: #fff;
}

span.search-icon:hover {
  color: #7bccfe;
}


.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li>a {
  font-size: .8em;
  font-weight: 400;
  letter-spacing: normal;
  padding: 0;
  text-transform: none;
  display: block;
}
.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li>ul.submenu.level-3>li>a,
.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li>a:hover,
.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li>a{
  background-color:transparent !important;
  transition:none;
}
.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li.has-submenu {
  position: relative;
}
.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li>a { 
  position: relative;
  z-index: 1;
}
.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li>ul.submenu.level-3 {
  border: solid 1px #c4c4c4;
  border-top: solid 1px #c4c4c4;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  margin: 0;
  z-index: 100;
  padding: 0;

  background-color: #f0f1f2;
}
.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li:hover>a {
  color: #fff;
}
.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li>ul.submenu.level-3>li {

  display: flex;
  flex-direction: column;
  float: none;
  margin: 0;
  padding: 5px 10px;
  white-space: nowrap

    ;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li>ul.submenu.level-3>li>a {
  color: #010137;
  font-size: .8em;
  font-weight: 400;
  letter-spacing: normal;
  padding: 0;
  text-transform: none;
  display: block;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:hover ul.submenu.level-2 {
  display: block;
  padding:0;
  width: 250px;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li:hover ul.submenu.level-3 {
  display: block;
}

button.menu-button {
  background: 0 0;
  border: none;
  cursor: pointer;
  float: right;
  height: 44px;
  margin-top: 10px;
  outline: none;
  overflow: hidden;
  position: relative;
  text-indent: -900em;
  width: 50px;

}

.icon-11:before {
  content: "\e90a";
}

button.menu-button:after {
  content: '';
  position: absolute;
  width: 60%;
  height: 5px;
  background: #fff;
  top: 9px;
  left: 16%;
  box-shadow: 0 9px 0 #fff, 0 18px 0 #fff;
}

span.search-icon {
  background: 0 0;
  border-radius: initial;
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 24px;
  margin: 9px 2px 0 0;
  padding: 10px;
  position: relative;
  z-index: 20;
}

.icon-02:before {
  content: "\e901";
}

button.menu-button.active:before {
  box-shadow: none;
  position: absolute;
  display: block;
  height: 4px;
  background-color: #fff;
  content: "";
  left: 5px;
  top: 18px;
  width: 65%;
  transform: rotate(45deg);
}

button.menu-button.active:after {
  box-shadow: none;
  position: absolute;
  display: block;
  height: 4px;
  background-color: #fff;
  content: "";
  left: 5px;
  top: 18px;
  width: 65%;
  bottom: 0;
  transform: rotate(-45deg);
}

.mobile-menu ul li ul.active {
  max-height: none;
  opacity: 1;
  transition: none;
  border-top: none;
}
.banner-section .row-fluid [class*="span"] {
  min-height: 1px;
}
/*-Media-Query-*/

@media (min-width: 576px) {
  .header__container {
    max-width: 540px !important;
  }
}

@media (min-width: 768px) {
  .header__container {
    max-width: 720px !important;
  }
}

@media (min-width: 992px) {
  .header {
    padding: 8px 0 0;
  }
  .header__container {
    max-width: 960px !important;
  }
  .top-header-block {
    display: none;
  }
  .header__logo {
    position: absolute;
    top: -24px;  
  }
  .header__logo img {
    height: auto;
    margin: 0;
    max-height: 90px;
  }
  .mobile-menu {
    display: none;
  }
  button.menu-button {
    display: none;
  }
  span.search-icon {
    display: none;
  }
}
body.no-banner .banner-section {
  padding-top: 119px;
}
@media (min-width: 1200px) {
  .header__container {
    max-width: 1140px !important;
  }
  .custom-menu-primary .navigation-primary>ul.submenu.level-1>li.has-submenu>a {
    letter-spacing: .1em;
  }
}

@media (min-width: 1450px) {
  .header__container {
    max-width: 1390px !important;
  }
}


@media (max-width: 1150px) {
  .top-nav-wrapper form.searchform {
    font-size: 18px;
    line-height: 27px;
  }
  .top-header-menu ul {
    font-size: 18px;
    line-height: 27px;
  }
  .custom-menu-primary .navigation-primary>ul.submenu.level-1>li.has-submenu>a {
    font-size: 18px;
    line-height: 27px;
  }
}


@media (max-width: 992px) {
  body.no-banner .banner-section {
    padding-top: 80px;
  }
  .top-header-menu {
    display: none;
  }
  .custom-menu-primary {
    display: none;
  }
  .header__logo img {
    float: left;
    height: 60px;
    margin: 0 0 8px;
    width: 101px !important;
  }
  .mobile-menu .hs-menu-wrapper > ul {
    opacity: 0;
    border-top: 1px solid #dadada;
    transition: none;
    list-style-type: none;
    overflow: hidden;
    margin: 0 auto;
    max-height: 0;
    width: 100%;
    display: block;
    flex-direction: column;
    padding-left: 0;
    list-style: none;
    flex-wrap: wrap;
    overflow-y: auto;
  }
  .mobile-menu .hs-menu-wrapper > ul.active{
    max-height: calc(100vh - 80px);
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  .mobile-menu ul li {
    border-bottom: 1px solid #dadada;
    overflow: hidden;
    position: relative;
  }
  .mobile-menu .child-trigger {
    align-items: center;
    display: flex;
    height: 43px;
    justify-content: center;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 0;
    width: 49px;
    z-index: 999;
  }
  .mobile-menu .child-trigger i {
    background: 0 0;
    color: #333;
    font-size: 16px;
    margin: 0;
    position: relative;
    font-family: 'icomoon';
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    padding: 10px;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
  }
  .mobile-menu ul li ul {
    background: #fff;
    padding: 0;
  }
  .mobile-menu .child-trigger i:before {
    content: "\e90a";
  }
  .mobile-menu .child-trigger.active i {
    transform: rotate(270deg);
  }
  .mobile-menu ul li a {
    background: #fff;
    color: #333;
    display: block;
    font-size: 18px;
    overflow: hidden;
    padding: .45em .75em;
    position: relative;
    text-decoration: none;
    text-transform: none;
    z-index: 2;
    -webkit-transition: none;
    transition:none;
  }
  .mobile-menu ul li ul {
    display: none;
    list-style-type: none;
    margin: 0;
    width: 100%;
  }
  .mobile-menu ul li ul li {
    border-bottom: none;
    font-size: 100%;
    overflow: hidden;
    position: relative;
  }
  .mobile-menu ul li ul li a {
    display: block;
    padding: .25em 2em .25em .75em;
    background: #fff;
    color: #333;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-transform: none;
    z-index: 2;
  }
}

@media(max-width:370px){
  .mobile-search-wrapper .searchform input[type=text]{
    width:56%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  padding: 65px 0 95px;
  position: relative;
  box-shadow: 0px 500px 0px 500px rgba(0,1,54,1);
  display: block;
}

.footer-buttons {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  padding: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.contact-us-button {
  bottom: 0;
  left: 0;
}

.contact-us-button a, .scroll-to-top-button a {
  background-color: #790072;
  color: #fff;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: -ms-flexbox!important;
  display: flex!important;
  align-items:center;
  -ms-flex-align:center;
}


.contact-us-button a:hover,
.scroll-to-top-button a:hover {
  background-color: #3e7bc7;
  text-decoration: none;
  color: #fff;
}
.scroll-to-top-button a {
  opacity: 0;
  -moz-transform: translateX(calc(100% - 60px));
  -webkit-transform: translateX(calc(100% - 60px));
  -o-transform: translateX(calc(100% - 60px));
  -ms-transform: translateX(calc(100% - 60px));
  transform: translateX(calc(100% - 60px))
}

.scroll-to-top-button a.on {
  opacity: 1;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10
}
.icon-14:before {
  content: "\e90d"
}
.scroll-to-top-button a:hover {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}
.scroll-to-top-button [class^=icon-]{
  font-size:20px;
}
.scroll-to-top-button [class^=icon-],
.scroll-to-top-button [class*=" icon-"] {
  color: #fff;
  padding: 0;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.scroll-to-top-button .button-text {
  padding-left: 20px
}


.footer__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.footer-section {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-logo {
  margin-bottom: 12px;
}

.footer-logo img {
  max-width: 100%;
  height: auto;
}

.section-content {
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0;
}

.footer-social-icons ul li {
  display: inline-block;
  margin-right: -4.3px;
}

.footer-social-icons ul li:first-child [class^=icon-] {
  margin-left: 0;
}

.footer-social-icons [class^=icon-], .footer-social-icons [class*=" icon-"] {
  font-size: 25px;
  padding: 10px;
  margin-left: 8px;
}

.icon-18:before {
  content: "\e911";
}

.icon-15:before {
  content: "\e90e";
}

.icon-19:before {
  content: "\e912";
}

.footer-content {
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0;
}

.footer-heading h5 {
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top:0;
  font-family: Roboto;
  line-height: 30px;
}

.section3 {
  margin-top: 20px;
}

.footer-section2-bottom {
  margin-top: 20px;
  padding-left: 15px;
}

.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.footer-menu ul li {
  border-bottom: none;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-transform: none;
}

.footer-menu ul li a {
  font-weight: 400;
  font-family: Roboto;
  line-height: 30px;
  display: block; 
}

.footer-menu ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.anchor {
  margin-top: 20px;
}

.bottom-footer {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.footer__copyright {
  margin-top: 50px;
}

.copyright-text {
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0;
}

.copy_text {
  display: block;
  margin-top: 20px;
}

.copy_text p {
  margin-bottom: 1em;
  font-family: Roboto;
}

.copy_text p a {
  text-decoration: underline;
}

.copy_text p a:hover {
  text-decoration: none;
}

.copy_text p:nth-child(2) {
  margin-bottom:0;
}
.mfp-bg {
  background: rgb(119, 119, 119) !important;
  opacity: 0.7 !important;
}
.mfp-wrap .mfp-container button.mfp-close {
  background: #000 !important;
  border-radius: 50% !important;
  opacity: 1 !important;
  top: -19px !important;
  right: -22px !important;
  color: #fff !important;
  border: 2px solid #fff !important;
  width: 25px !important;
  height: 25px !important;
  font-size: 23px !important;
  line-height: 1 !important;
  z-index: 1 !important;
}
.custom-pop-form-wrapper {
  max-width: 910px;
  border: 10px solid #fff;
  margin: 20px auto;
  background: #fff;
  position:relative;
}

.custom-pop-form-wrapper .hentry > p {
  margin: 0;
}

.custom-pop-form-wrapper  form {
  background: transparent;
  padding: 0;
}
.custom-pop-form-wrapper .hs-form .legal-consent-container p {
  margin: 0 0 24px;
  font-size: 12px;
  color: #333;
}
.custom-pop-form-wrapper  input.hs-button.primary.large {
  margin: 0;
}
.custom-pop-form-wrapper  .hs-fieldtype-checkbox label {
  display: block;
  font-size: 16px;
}
.custom-pop-form-wrapper  .hs-form-checkbox-display span {
  font-size: 14px;
}
.custom-pop-form-wrapper  .hs-form-booleancheckbox label {
  align-items: center;
  display: flex;
  font-size: 1em;
  letter-spacing: normal;
  text-transform: none;
}
.custom-pop-form-wrapper h3.form-title {
  display: none;
}
.custom-pop-form-wrapper  .legal-consent-container .hs-form-booleancheckbox-display>span {
  display: inline-block;
  margin-left: 0;
}

.custom-pop-form-wrapper input[type=text].error,
.custom-pop-form-wrapper input[type=email].error, 
.custom-pop-form-wrapper input[type=tel].error,
.custom-pop-form-wrapper textarea.error {
  border: solid 1px #de2e2e;
}
.custom-pop-form-wrapper  ::-webkit-input-placeholder {
  color: #333
}
.footer-content.section3 .footer-menu ul li:last-child {
  margin-top: 20px;
}
.custom-pop-form-wrapper .hs-form-required {
  color: #333;
}
.custom-pop-form-wrapper  ul.hs-error-msgs {
  color: #de2e2e;
  list-style-type: none;
  margin: -.5em 0 1em;
}
.custom-pop-form-wrapper  ul.hs-error-msgs label{
  color: #de2e2e !important; 
}
.custom-pop-form-wrapper  ::-moz-placeholder {
  color: #333
}

.custom-pop-form-wrapper  :-ms-input-placeholder {
  color: #333
}

.custom-pop-form-wrapper  ::-ms-input-placeholder {
  color: #333
}

.custom-pop-form-wrapper ::placeholder {
  color: #333
}
.custom-pop-form-wrapper  h3 {
  font-size: 28px;
  margin-bottom: 28px;
  position: relative;
  margin-top:0;
  color: #000136;
  font-family: 'sansation, sans-serif';
  font-weight: 700;
  line-height: 1.2;
}
.custom-pop-form-wrapper  label {
  display: none;
  font-size: 16px;
}
.custom-pop-form-wrapper .hs-form .legal-consent-container {
  font-size: 12px;
  margin: 0 0 30px;
}
.custom-pop-form-wrapper .field {
  margin: 0 0 10px;
}
.custom-pop-form-wrapper  h3:after {
  background: #fd7801;
  bottom: -10px;
  content: '';
  left: 0;
  height: 3px;
  position: absolute;
  width: 35px;
}
.custom-pop-form-wrapper  {
  background: #f0f0f0;
  background-image: url(//www.mef.net/wp-content/themes/base/css/../images/bkg-gray-pattern.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  display: block;
  padding: 40px;
}

@media(max-width:950px){
  .custom-pop-form-wrapper {
    max-width: 94%; 
  }
}
/*-MediaQuery--*/

@media (min-width: 576px) {
  .footer__container {
    max-width: 540px !important;
  }
  .bottom-footer {
    flex: 0 0 100%;
    max-width: 100%;  
  }
}

@media (min-width: 768px) {
  .footer__container {
    max-width: 720px !important;
  }
  .footer-social-icons ul {
    display: block;
    float: none;
    margin: 0;
    padding:0;
  }
}

@media (min-width: 992px) {
  .footer__container {
    max-width: 960px !important;
  }
  .footer-section:first-of-type {
    border: 0;
    padding-right: 30px;
  }
  .footer-section  {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    border-left: 1px solid #fff;
  }
  .footer-logo img {
    width: 130px !important;
  }
  .footer-content {
    padding-left: 15px;  
  }
  .footer-content:first-of-type {
    margin-top: 0;
  }
  .footer__copyright {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .footer__container {
    max-width: 1140px !important;
  }
}

@media (min-width: 1450px) {
  .footer__container {
    max-width: 1390px !important;
  }
}


@media (max-width: 1150px) {
  .section-content p {
    font-size: 18px;
    line-height: 27px;

  }
  .footer-heading h5 {
    font-size: 18px;
    line-height: 27px;
  }
  .footer-menu ul li a {
    font-size: 18px;
    line-height: 27px;
  }
  .copy_text p, .copy_text p a {
    font-size: 18px;
    line-height: 27px;
  }
}


@media (max-width: 991px) {
  .footer-logo img {
    width: 90px !important;
  }
  .custom-pop-form-wrapper  {
    padding: 20px;
  }
  .footer-heading h5 {
    margin-top: 20px;
  }
  .footer-section2-bottom {
    padding-left:0;
  }
  .footer-social-icons ul {
    display: block;
    float: none;
    margin: 0;
    padding: 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
*********************************************************************************
****************************************************************************** */

/*-Blog-Listing-*/

.hs-blog-listing {
  background: #fff;
}
.hs-blog-listing .blog-content h2.page-title {
  color: #333;
  font-size: 40px;
  line-height: 1.1em;
  text-align: left;
  text-transform: none;
}
.blog-pagination-left a.active {
  color: #333;
  pointer-events: none;
}
.band-hr hr {
  border: 0;
  border-top: 1px solid #e3e3e3;
  height: 0;
  margin: 0;
  width: 100%;
}
.custom-span {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.hs-blog-banner-area {
  background-position: center top;
  background-repeat: no-repeat;
  height: 350px;
  position: relative;
  background-color: rgba(0,1,54,1.0);
  scroll-margin-top: 2em;
}
.hs-blog-listing .blog-sidebar .widget h3 {
  text-transform: capitalize;
}
.hs-blog-banner-area .inner-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  padding-top: 78px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.hs-blog-banner-area h1:first-child {
  display: none;
}

.hs-blog-banner-area h1.blog-header__title {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  line-height: 1em;
  font-family: 'sansation', sans-serif;
  margin-top: 0;
}

.hs-blog-banner-area h1.blog-header__title:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 3px;
  margin: 15px 0 -4px;
  width: 220px;
}

.hs-blog-banner-area p { 
  color: #fff;
}

.hs-blog-listing .band-top-bottom-padding {
  padding: 35px 0 ;
}

.hs-blog-listing .page-center {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.hs-blog-listing .col-lg-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.hs-blog-listing .col-lg-6 h2 {
  font-size: 32px;
  font-weight: 400;
  color: #000136;
  font-family: 'sansation', sans-serif;
  line-height: 1.2;
  margin-bottom: .7em;
  margin-top: 0;
}

.hs-blog-listing .col-lg-6 aside {
  background: #f0f1f2;
  border-left: 4px solid #7bccff;
  padding: 30px;
}

.hs-blog-listing .col-lg-6 aside h3 {
  margin-top:0;
  font-family: 'sansation', sans-serif;
}
.hs-blog-listing .blog-content h2.page-title a {
  font-family: 'sansation', sans-serif;
}
.hs-blog-listing .col-lg-6 aside .btn {
  background: #fd7801;
  border: 2px solid #fd7801;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.hs-blog-listing .col-lg-6 aside .btn:hover {
  background: #fff;
  color: #fd7801;
  text-decoration: none;
}

.hs-blog-listing .hs-blog-main-wrapper {
  padding: 75px 0 ;
}

.hs-blog-listing .blog-sidebar {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.hs-blog-listing .blog-content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.hs-blog-listing .blog-content h2.page-title { 
  margin-top:0;
}

.hs-blog-listing .blog-content h2.page-title a { 
  color: #333;
}

.hs-blog-listing .blog-content h2.page-title a:hover { 
  color: #3d7bc7;
}

.hs-blog-listing .hs-blog-main-wrapper .main-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.hs-blog-listing .blog-post-wrapper {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 40px;
  padding-bottom: 15px;
}

.hs-blog-listing .entry-content img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: 100%;
}



.hs-blog-listing .entry-content p.posted-by {
  background: #fbfbfb;
  border-bottom: 1px dotted #cdcdcd;
  font-size: 14px;
  padding: 8px 10px;
  text-transform: uppercase;
}

.hs-blog-listing .screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  position: absolute !important;
  height: 1px;
  overflow: hidden;
  width: 1px;
}

.hs-blog-listing span.posted-on time+time {
  visibility: hidden;
}

.hs-blog-listing .blog-sidebar .widget {
  background: #f0f1f2;
  border-left: 4px solid #7bccff;
  margin-bottom: 30px;
  padding: 30px;
}

.hs-blog-listing .blog-sidebar .widget h3 {
  margin-top:0;
  font-family: 'sansation', sans-serif;
}

.hs-blog-listing .blog-sidebar ul {
  box-shadow: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget.widget_categories ul li span {
    display: none;
}
.hs-blog-listing .blog-sidebar ul li {
  border-bottom: dotted 1px #cdcdcd;
  margin: 0 0 15px;
  padding-bottom: 15px;
}

.hs-blog-listing .blog-sidebar ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.hs-blog-listing .blog-sidebar ul li a:hover {
  color: #3d7bc7;
}

.hs-blog-listing .blog-sidebar span.post-date {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}


/*-Blog Post--*/


.hs-blog-post .header {
  background: #000136;
}

.hs-blog-post .only-post {
  padding-top: 119px;
}

.hs-blog-post .page-center {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.hs-blog-post .main-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.hs-blog-post .blog-sidebar {
  position: relative;
  width: 100%;
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.hs-blog-post .blog-content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.hs-blog-post .blog-content .hs-single-post {
  padding: 35px 0;
}

.hs-blog-post .blog-content .hs-single-post h1 {
  margin-top:0;
  font-family: 'sansation', sans-serif;
}

.hs-blog-post .blog-content .blog-post__body img { 
  width: 100%;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.hs-blog-post .blog-sidebar {
  padding: 35px 0;
}

.hs-blog-post .blog-sidebar .widget {
  background: #f0f1f2;
  border-left: 4px solid #7bccff;
  margin-bottom: 30px;
  padding: 30px;
}

.hs-blog-post .blog-sidebar .widget h3 {
  margin-top:0;
  font-family: 'sansation', sans-serif;
}

.hs-blog-post .blog-sidebar ul {
  box-shadow: none;
}

.hs-blog-post .blog-sidebar .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hs-blog-post .blog-sidebar .widget ul li {
  border-bottom: dotted 1px #cdcdcd;
  margin: 0 0 15px;
  padding-bottom: 15px;
}

.hs-blog-post .blog-sidebar ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.hs-blog-post .blog-sidebar .widget span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}


.hs-blog-post .blog-sidebar .widget ul li a:hover {
  color: #3d7bc7;
}

.grecaptcha-badge {
  margin: 0;
}

/*-Media-Query-*/

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


}

@media (min-width: 768px) {
  .hs-blog-listing .page-center {
    max-width: 720px;
  }
  .hs-blog-banner-area {
    background-size: cover; 
  }
  .hs-blog-banner-area h1.blog-header__title {
    font-size: 46px;
    line-height: 46px;
    text-transform: uppercase;
  }
  .hs-blog-banner-area p { 
    font-size: 24px;
  }
  .hs-blog-listing .band-top-bottom-padding {
    padding: 75px 0;
  }
  .hs-blog-post .page-center {
    max-width: 720px;
  }
  .hs-blog-post .blog-content .hs-single-post {
    padding: 75px 0;
  }
  .hs-blog-post .blog-sidebar {
    padding: 75px 0;
  }
  .hs-blog-post .blog-content {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .hs-blog-post .blog-sidebar {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 992px) {
  .hs-blog-listing .page-center {
    max-width: 960px;
  }
  .hs-blog-banner-area {
    height: 450px;
  }
  .hs-blog-banner-area .inner-wrapper {
    padding-top: 119px;
  }
  .hs-blog-banner-area h1.blog-header__title {
    font-size: 60px;
    line-height: 60px;
  }
  .hs-blog-listing .wide-gutter.row {
    margin-right: -40px;
    margin-left: -40px;
  }
  .hs-blog-listing .wide-gutter>[class^=col-] {
    padding-right: 40px;
    padding-left: 40px;
  }
  .hs-blog-listing .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .hs-blog-listing .col-lg-6 h2 {
    font-size: 34px;
  }
  .hs-blog-listing .blog-content {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .hs-blog-listing .blog-sidebar {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .hs-blog-post .page-center {
    max-width: 960px;
  }

}

@media (min-width: 1200px) {
  .hs-blog-listing .page-center {
    max-width: 1140px;
  }
  .hs-blog-banner-area {
    height: 500px;
  }
  .hs-blog-post .page-center {
    max-width: 1140px;
  }
}

@media (min-width: 1450px) {
  .hs-blog-listing .page-center {
    max-width: 1390px;
  }
  .hs-blog-post .page-center {
    max-width: 1390px;
  }
}

@media (max-width: 1150px) {
  .hs-blog-listing .col-lg-6 p {
    font-size: 18px;
    line-height: 27px;
  }
  .hs-blog-listing .blog-sidebar ul li a {
    font-size: 18px;
    line-height: 27px;
    display: block;
  }
  .hs-blog-listing .entry-content p {
    font-size: 18px;
    line-height: 27px;
  }
  .hs-blog-post .blog-sidebar .widget ul li a {
    font-size: 18px;
    line-height: 27px;
    display: block;
  }
  .blog-post__body {
    font-size: 18px;
    line-height: 27px;
  }
}
@media(max-width:991px){
  .blog-pagination {
    padding-bottom: 75px;
  }
}

@media (max-width: 767px) {
  .hs-blog-banner-area p {
    font-size: 18px;
    line-height: 27px;
  }
  .hs-blog-listing .col-lg-6 aside h3 {
    font-size: 24px;
  }
  .hs-blog-post .blog-content .hs-single-post h1 {
    font-size: 50px;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

body.no-banner .header {
  background-color: rgba(0,1,54,1.0);
}
.systems-page form {
  max-width: 767px;
}
.content-wrapper {
  margin: 0 auto;
}
.custom-system-pages {
  padding-top: 119px;

}
.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;
}
.systems-page .header {
  position: static;
  background: transparent !important;
  border: none !important;
  margin: 0 !IMPORTANT;
}
ul.no-list.hs-error-msgs {
  margin: 0;
}
input#hs-pwd-widget-password {
  width: 100%;
  display: block;
  padding: 8px;
  height: auto !important;
  border-style: solid;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 15px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width:500px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 16px;
  color: #4F7D24;
  padding: 8px;
}

.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;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
.systems-page input.email-edit.hs-input {
  width: 100% !important;
}
.systems-page form .hs-form-field {
  margin-bottom: 15px;
}

.systems-page form .hs-error-msgs label {
  font-size: 16px;
}

.systems-page  input#hs-login-widget-remember {
  display: inline-block;
}
@media(max-width:991px){
  .custom-system-pages {
    padding-top: 80px;
  }
}
@media (max-width:767px) {
  .systems-page h1 {
    font-size: 26px;
  }

  .systems-page h2 {
    font-size: 21px;
  }
}