/* ******************************************************************************
*********************************************************************************
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;
}
@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(100%)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
}

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-60%)
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0)
  }
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-60%);
    transform: translatey(-60%)
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }
}

@-webkit-keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(-60%)
  }
}

@keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(-60%);
    transform: translatey(-60%)
  }
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(60%)
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0)
  }
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(60%);
    transform: translatey(60%)
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }
}

@-webkit-keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(60%)
  }
}

@keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(60%);
    transform: translatey(60%)
  }
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(-70%)
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(-70%);
    transform: translateX(-70%)
  }
}

@-webkit-keyframes fadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@keyframes fadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes Grow {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(.5)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1)
  }
}

@keyframes Grow {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
  }

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

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

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

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding-bottom: 10px;
  line-height: 1;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
  overflow-wrap: normal;
}

h1 {
  font-size: 2.1rem; 
  letter-spacing: 1px;
}

h2 {
  font-size: 1.6rem;  
}

h3 {
  font-size: 1.25rem;  
}

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

h5 {
  font-size: 1rem;  
}

h6 {
  font-size: .9rem;  
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: none;  
}

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

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

form {
  padding: 30px;
  margin-bottom: 30px;
}

.hs-button {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  
  text-decoration: none;
  white-space: normal; 
  background-color: transparent;
  color: #fff;
  padding: 10px 25px;
  text-transform: uppercase;
  border-radius: 0px;
  border: 2px solid #fff;
  font-size: 16px;
  letter-spacing: 1px;
}

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

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

.form-title {
  padding: 15px;
}
.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  margin-bottom: 8px;
}

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

.hs-input,
.hs-search-field__input,
form input[type="password"] {
  display: inline-block;
  width: 100%;
  background: #fff;
  border: 1px solid;
  border-radius: 0px;
  color: #011936;
  padding: 7px;
  letter-spacing: normal;
  font-size: inherit;
  font-family: inherit;
}

.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 input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus,
.hs-search-field__input:focus,
form input[type="password"]:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}
::-webkit-input-placeholder {
  color: #172f5e;
  text-transform: uppercase;
}
textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}
form#email-prefs-form,.systems-page form {
  max-width: 500px;
}
form,form h2,form h3, form .hs-form-field label {
  color: #fff;
}
/* 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;
  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;
}

@media (max-width: 767px) {
  form#email-prefs-form,.systems-page form {
	 max-width: 500px;
  }
}
form h3.form-title {
  color: #fff;
  padding: 0;
  margin: 0 0 20px;
}
h3.form-title {
  font-size: 40px;
}
.hs-error-msgs label {
  background-color: rgba(255,223,224,.25);  
  border-top: 1px solid #c89797;
  border-bottom: 1px solid #c89797;
  padding-bottom: 6px;
  padding-top: 8px;
  color: #fff !important;
  font-size: 13px;
  line-height: inherit;
  display: block !important;
  margin: 6px 0;
  font-weight: 700;
  letter-spacing: normal;
}
.error-page .hs-button, .error-page .button--primary {
  color: #011936;
  border-color: #011936;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  display: block;
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.lp .footer-top {
  padding: 54px 0;
}
@media (max-width: 980px) {
  .lp .footer-top {
	 padding: 54px 0 13px;
  }
}
/* ******************************************************************************
*********************************************************************************
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-wrap {
  min-height: 78px;
}

header.header {
  position: fixed;
  line-height: 23px;
  font-weight: 500;
  -webkit-transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
  -webkit-transition: background-color .4s,color .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  transition: background-color .4s,color .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
  transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  top: 0px;
  width: 100%;
  z-index: 99;
}

header.header .page-center {
  width: 100%;
  max-width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

header.header .et_search_outer {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: -1;
}

.search-open header.header .et_search_outer {
  z-index: 9;
}

header.header .et_search_outer .page-center {
  position: relative;
  opacity: 0;
  height: 78px;
  width: 100%;
  max-width: 100%;
  padding-right: 30px;
  padding-left: 30px;  -webkit-animation: fadeOutTop 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeOutTop 1s cubic-bezier(.77,0,.175,1) 1;
  z-index: 1;
}

.logo_container {
  position: absolute;
  height: 100%;
  /*   width: 100%; */
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

header.header>.page-center {
  min-height: 78px;
  position: relative;
}

span.logo_helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.logo_container img {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin-bottom: 0;
  padding: 15px 10px 15px 10px;
  max-width: 200px;  
}

.et-top-navigation {
  padding: 28px 0px 0px 0px;
  font-weight: 600;
  float: right;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.custom-menu-primary {
  line-height: 0;
  float: left;
}

.et_top_search {
  float: right;
  margin: 3px 0 0 22px;
  position: relative;
  display: block;
  width: 18px;
}

.et_mobile_nav_menu {
  float: right;
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  margin-left: 20px;
  line-height: 0;
  margin-top: 5px;
  float: left;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  margin-bottom: 5px;
  line-height: 1.2em;
  display: inline-block;
  font-size: 14px;
  padding-right: 22px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  font-size: 15px;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  color: #011936;
  padding-bottom: 10px;
  transition: none !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>a,.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>a {
  margin: -16px -5px 16px 0px;
  border: 2px solid #ed7747;
  padding: 10px 18px;
  line-height: 9px;
  background-color: #ed7747;
  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)>a {
  background-color: transparent;
  border: 2px solid #011936;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
  padding-right: 0;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
  margin-top: -3px;
  font-family: 'ETmodules';
  font-size: 18px;
}
span.et_search_icon {
  cursor: pointer;
}
.et_search_icon:before {
  content: "\55";
  font-size: 17px;
  left: 0;
  position: absolute;
  top: -3px;
  color: #011936;
}

.et_search_icon:before,#et-info-email:before, #et-info-phone:before, #et_search_icon:before, .comment-reply-link:after, .et-cart-info span:before, .et-pb-arrow-next:before, .et-pb-arrow-prev:before, .et-social-icon a:before, .et_audio_container .mejs-playpause-button button:before, .et_audio_container .mejs-volume-button button:before, .et_overlay:before, .et_password_protected_form .et_submit_button:after, .et_pb_button:after, .et_pb_contact_reset:after, .et_pb_contact_submit:after, .et_pb_font_icon:before, .et_pb_newsletter_button:after, .et_pb_pricing_table_button:after, .et_pb_promo_button:after, .et_pb_social_icon a.icon:before, .et_pb_testimonial:before, .et_pb_toggle_title:before, .form-submit .et_pb_button:after, .mobile_menu_bar:before, .woocommerce #content input.button.alt:after, .woocommerce #content input.button:after, .woocommerce #respond input#submit.alt:after, .woocommerce #respond input#submit:after, .woocommerce-page #content input.button.alt:after, .woocommerce-page #content input.button:after, .woocommerce-page #respond input#submit.alt:after, .woocommerce-page #respond input#submit:after, .woocommerce-page a.button.alt:after, .woocommerce-page a.button:after, .woocommerce-page button.button.alt:after, .woocommerce-page button.button:after, .woocommerce-page input.button.alt:after, .woocommerce-page input.button:after, .woocommerce a.button.alt:after, .woocommerce button.button.alt:after, .woocommerce button.button:after, .woocommerce button.single_add_to_cart_button.button:after, .woocommerce input.button.alt:after, .woocommerce input.button:after, a.et_pb_more_button:after {
  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;
}




/* ==Search== */
.search-open header.header .et_search_outer .page-center {
  z-index: 999;
  -webkit-animation: fadeInTop 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInTop 1s cubic-bezier(.77,0,.175,1) 1;
  opacity: 1;
}

header.header .et_search_outer .page-center form {
  margin: 0;
  background: no-repeat;
  padding: 0;
  position: absolute;
  z-index: 1000;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 30px;
  max-width: 702px;
}

span.et_close_search_field {
  display: block;
  width: 30px;
  height: 30px;
  z-index: 99999;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
}

span.et_close_search_field:after {
  font-family: ETmodules;
  content: "\4d";
  speak: none;
  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;
  font-size: 32px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #011936;
}

header.header .et_search_outer .page-center form input {
  width: 90%;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  background: transparent;
  color: #011936;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
}

.search-open header.header>.page-center {
  z-index: -1;
}

.search-open .et_search_icon:before {
  opacity: 0;
  -webkit-animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
}
.custom-menu-primary .hs-menu-wrapper>ul {
  -webkit-animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
  opacity: 1;
  z-index: 99;
}

.et_search_icon:before {
  z-index: 99;
  opacity: 1;
  -webkit-animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
}

.fixed header.header .et_search_outer .page-center {
  height: 68px;
}

.fixed header.header .et_search_outer .page-center form input {
  font-size: 12px;
}

.fixed header.header .et_search_outer .page-center form {
  max-width: 651px;
}


/* ==Mega Menu== */

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
  position: relative;
  z-index: 2;
  min-height: 1px;
  float: left;
  padding-top: 30px;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-left: 40px;
  width: 50%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
  font-weight: 700;
  font-size: 22px;
  color: #172f5e;
  transition: color 300ms ease 0ms;
  padding-bottom: 10px;
  line-height: 1em;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li {
  margin-bottom: 7px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a:before {
  font-family: ETmodules;
  content: attr(data-icon);
  speak: none;
  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;
  font-size: 96px;
  font-style: normal;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  opacity: 1;
  font-size: 14px;
  color: #ed7747;
  content: '';
  position: absolute;
  left: 0;
}

@-webkit-keyframes fadeTop {
  0% {
	 opacity: 0;
	 -webkit-transform: translateY(-10%)
  }

  to {
	 opacity: 1;
	 -webkit-transform: translateX(0)
  }
}

@keyframes fadeTop {
  0% {
	 opacity: 0;
	 -webkit-transform: translateY(-10%);
	 transform: translateY(-10%)
  }

  to {
	 opacity: 1;
	 -webkit-transform: translateX(0);
	 transform: translateX(0)
  }
}


.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 700;
  font-size: 17px;
  color: #172f5e;  
  padding-left: 47px;  
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:last-child {
  background-image: linear-gradient(180deg,rgba(23,47,94,0.88) 0%,rgba(23,47,94,0.65) 100%),url(https://8126398.fs1.hubspotusercontent-na1.net/hubfs/8126398/raw_assets/public/BPD_Zenith_October_2020/images/blog-thumb-v2.jpg);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child~li>ul>li:last-child {
  padding-top: 8.5%;
  padding-bottom: 8.5%;
  text-align: center;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:last-child {
  background-position: bottom right;
  background-image: url(https://8126398.fs1.hubspotusercontent-na1.net/hubfs/8126398/raw_assets/public/BPD_Zenith_October_2020/images/MegaMenu-Services-platinum.jpg);
  background-color: #172f5e;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child~li>ul>li:last-child>a {
  padding-bottom: 30px;
  line-height: 1em;
  font-family: 'Bebas Neue',sans-serif;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child~li>ul>li:last-child>ul>li:first-child>a {
  line-height: 1.7em;
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  position: relative;
  display: inline-block;
  min-width: 180px;
  text-align: center;
  font-weight: 600;
  transition: background-color 300ms ease 0ms;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  border-color: #ffffff;
  padding: 2px 8px;
  position: relative;
  z-index: 99;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child~li>ul>li:last-child>ul>li>a:before {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child~li>ul>li:last-child>ul>li:first-child+li>a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child~li>ul>li:last-child>ul>li:first-child>a:hover {
  background-color: #ed7747;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child~li>ul>li:last-child>ul>li {
  margin: 0;
  display: flex;
  justify-content: center;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:last-child {
  background-image: url(https://8126398.fs1.hubspotusercontent-na1.net/hubfs/8126398/raw_assets/public/BPD_Zenith_October_2020/images/MegaMenu-Products-v2-1.jpg);
  background-color: #172f5e;
  padding-top: 10.5%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li:last-child {
  background-image: url(https://8126398.fs1.hubspotusercontent-na1.net/hubfs/8126398/raw_assets/public/BPD_Zenith_October_2020/images/MegaMenu-Solutions-v2-1.jpg);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li:last-child>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li:last-child>ul>li:first-child {
  order: 1;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li:last-child>ul>li:first-child+li {
  order: 3;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li:last-child>ul>li:first-child+li+li>a {
  font-family: 'Source Sans Pro',sans-serif;
  font-weight: 400;
  padding: 0;
  line-height: inherit;
  font-size: inherit;
  color: #fff;
  line-height: 1.4;
  padding: 0 0 20px;
  position: static;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li:last-child>a {
  padding: 0 0 10px;
}

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

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>a {
  text-transform: none;
  margin-left: -15px;
  margin-top: -4px;
  margin-bottom: 16px;
  letter-spacing: normal;
  transition: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>a img {
  margin: auto;
  margin-right: 7px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child:hover>ul>li>a img {
  -webkit-animation: fadeTop 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeTop 1s cubic-bezier(.77,0,.175,1) 1;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:first-child>a img {
  width: 114px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:first-child+li>a img {
  width: 30px;
  margin-left: 0;
  margin-right: 16px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:first-child+li>a {
  margin-left: -9px;
  margin-top: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

/* ==Region Selector== */
.region_selector {
  position: absolute;
  right: 0;
  box-shadow: 0px 12px 18px 0px rgba(0,0,0,0.3);
  max-width: 260px;
  top: calc(100% + 8px);
  visibility: hidden;
  opacity: 0;
  width: 100%;
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 40px;
  background-image: url(https://8126398.fs1.hubspotusercontent-na1.net/hubfs/8126398/raw_assets/public/BPD_Zenith_October_2020/images/BPDzenith-blue-navy-gradient-bg-v3.jpg);
  background-color: #172f5e;
  background-size: cover;
  background-position: 50%;
}

.region_selector h3 {
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 15px;
}

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

.region_selector ul li:not(:last-child) {
  margin-bottom: 7px;
  line-height: inherit;
}

.region_selector ul li a {
  font-size: 17px;
  color: #ffffff;
  transition: color 300ms ease 0ms;
  position: relative;
  padding-left: 47px;
  padding-bottom: 10px;
  line-height: 1em;
  display: block;
  font-weight: 700;
}

.region_selector ul li a:hover {
  color: #7cd3ff;
}

.region_selector ul li a:before {
  font-family: ETmodules;
  content: attr(data-icon);
  speak: none;
  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;
  font-size: 96px;
  font-style: normal;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  opacity: 1;
  font-size: 14px;
  color: #ed7747;
  content: '';
  position: absolute;
  left: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child:hover:after {
  content: '';
  position: absolute;
  left: -4px;
  top: 11px;
  width: 26px;
  height: 65px;
}

.region-hover .region_selector {
  opacity: 1;
  visibility: visible;
}





/* ==Floating Social Share== */
.side-fixed-social-share {
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  line-height: 1em;
  text-transform: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-image: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  line-height: 1em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 0;
  position: fixed;
  top: 50%;
  z-index: 999999;
  right: 0;
  left: auto;
  transform: translateY(-50%);
}

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

ul.et_social_icons_container li {
  position: relative;
  width: 40px;
  overflow: hidden;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  float: right;
  clear: both;
  background: #ed7747;
  left: 0;
  right: 0;
  transition: none;
}

ul.et_social_icons_container li a {
  display: block;
  padding: 12px 0 12px;
  float: left;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul.et_social_icons_container li a i {
  color: #ffffff;
  text-align: center;
  font-variant: normal;
  font-variant: normal;
}

ul.et_social_icons_container li a i:before {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-family: 'ETmonarch';
  speak: none;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  display: block;
  position: relative;
  width: 100%;
}

ul.et_social_icons_container li a i:after {
  display: none;
}

.et_social_network_label {
  display: none;
}

.et_social_icon_twitter:before {
  content: "\e640";
}

.et_social_icon_linkedin:before {
  content: "\e631";
}

.et_social_icon_facebook:before {
  content: "\e63f";
}

span.et_social_hide_sidebar.et_social_icon {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background: rgba(0,0,0,0.3);
  height: 24px;
  width: 24px;
  display: block;
  cursor: pointer;
  margin: 8px 0 0 8px;
  border-radius: 12px;
  opacity: 0;
  float: right;
  margin: 8px 8px 0 0;
  clear: both;
  color: #fff;
}

span.et_social_hide_sidebar.et_social_icon:before {
  font-family: 'ETmonarch';
  speak: none;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  display: block;
  position: relative;
  width: 100%;
  content: "\e649";
  transform: rotate(-90deg);
  font-size: 20px;
  line-height: 24px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: rotate(90deg);
  right: -1px;
  left: auto;
}

.side-fixed-social-share:hover span.et_social_hide_sidebar.et_social_icon {
  opacity: 1;
}

ul.et_social_icons_container li:hover {
  width: 50px;
  background: #ed9b7b;
}

span.et_social_hide_sidebar.et_social_icon.et_social_hidden_sidebar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  opacity: 1;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

span.et_social_hide_sidebar.et_social_icon.et_social_hidden_sidebar:before {
  right: -1px;
  transform: rotate(-90deg);
  left: 0;
}

.side-fixed-social-share.et_social_hidden_sidebar ul {
  margin-right: -50px;
  margin-left: -50px;
}

.logo_container>* {
  display: inline;
}

@media only screen and (min-width: 1025px) {
  .blog-post-mobile-social-share {
	 display: none;
  }
}  
@media(max-width: 1024px) {
  .et_social_sidebar_networks {
	 display:none !important
  }

  .blog-post-mobile-social-share {
	 position: fixed;
	 bottom: 0;
	 background: rgba(0,0,0,0.5);
	 width: 100%;
	 z-index: 999999;
	 max-height: 100%;
	 font-family: 'Open Sans',helvetica,arial,sans-serif;
	 line-height: 1em;
	 float: left;
	 width: 100%;
	 left: 0;
	 right: 0
  }

  .mobile-share-button {
	 font-family: 'Open Sans',helvetica,arial,sans-serif;
	 line-height: 1em;
	 text-transform: none;
	 font-weight: normal;
	 margin: 0;
	 padding: 0;
	 border: 0;
	 outline: 0;
	 font-size: 100%;
	 vertical-align: baseline;
	 background-image: none;
	 -webkit-box-sizing: content-box;
	 -moz-box-sizing: content-box;
	 box-sizing: content-box;
	 -webkit-transform: translate3d(0,0,0);
	 transform: translate3d(0,0,0);
	 -moz-transform: translate3d(0,0,0);
	 -o-transform: translate3d(0,0,0);
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
	 -moz-transition: all 1s ease;
	 -webkit-transition: all 1s ease;
	 -o-transition: all 1s ease;
	 transition: all 1s ease;
	 position: fixed;
	 bottom: 0;
	 cursor: pointer;
	 margin-left: -45px;
	 display: block
  }

  .mobile-share-button:before {
	 content: "\e605";
	 display: inline-block;
	 padding: 10px 12px;
	 background: rgba(0,0,0,0.5);
	 color: #ddd;
	 line-height: 20px;
	 -webkit-border-top-right-radius: 5px;
	 -moz-border-radius-topright: 5px;
	 border-top-right-radius: 5px;
	 font-family: 'etmonarch';
	 speak: none;
	 font-style: normal;
	 font-weight: normal;
	 font-variant: normal;
	 text-transform: none;
	 font-size: 16px
  }

  .et_social_heading {
	 text-align: center;
	 padding: 10px 0;
	 color: white;
	 cursor: pointer;
	 line-height: 19px;
	 font-size: 14px
  }

  .et_social_heading:after {
	 -moz-transform: rotate(180deg);
	 -webkit-transform: rotate(180deg);
	 -o-transform: rotate(180deg);
	 transform: rotate(180deg);
	 font-family: 'etmonarch';
	 speak: none;
	 font-style: normal;
	 font-weight: normal;
	 font-variant: normal;
	 text-transform: none;
	 content: "\e649";
	 color: #ccc;
	 display: inline-block;
	 -moz-transition: all 1s ease;
	 -webkit-transition: all 1s ease;
	 -o-transition: all 1s ease;
	 transition: all 1s ease;
	 font-size: 32px;
	 top: 10px;
	 position: absolute
  }

  span.et_social_close {
	 position: absolute;
	 right: 10px;
	 top: 0;
	 line-height: 40px;
	 cursor: pointer
  }

  span.et_social_close:after {
	 font-family: 'etmonarch';
	 speak: none;
	 font-style: normal;
	 font-weight: normal;
	 font-variant: normal;
	 text-transform: none;
	 font-size: 16px;
	 content: "\e60C";
	 color: #ccc
  }

  .bottom-fixed-social-share {
	 display: none
  }

  .bottom-fixed-social-share-inner {
	 font-family: 'Open Sans',helvetica,arial,sans-serif;
	 line-height: 1em;
	 font-weight: 400;
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
	 text-shadow: none;
	 text-align: left;
	 position: relative;
	 width: 100%;
	 overflow: auto;
	 padding: 20px 20px 20px;
	 background-color: #fff;
	 line-height: 1em;
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
	 margin-bottom: -10px
  }

  .bottom-fixed-social-share ul.et_social_icons_container {
	 padding: 0 !important;
	 margin: 0 !important;
	 line-height: 1em !important;
	 display: inline-block;
	 width: inherit;
	 list-style: none
  }

  .bottom-fixed-social-share ul.et_social_icons_container li {
	 width: 23.5%;
	 margin: 0 2% 2% 0;
	 float: left;
	 text-align: center;
	 background: #d3d3d3;
	 -webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	 border-radius: 4px;
	 min-height: 40px;
	 transition: all .3s;
	 -moz-transition: all .3s;
	 -webkit-transition: all .3s
  }

  .bottom-fixed-social-share ul.et_social_icons_container li:nth-child(4n) {
	 margin-right: 0 !important
  }

  .et_social_icons_container li a {
	 padding: 0;
	 line-height: 0
  }

  .et_social_icons_container li i {
	 width: 40px;
	 height: 40px;
	 line-height: 40px;
	 display: inline-block;
	 -webkit-border-radius: 100px;
	 -moz-border-radius: 100px;
	 border-radius: 100px;
	 float: left;
	 display: inline-block
  }

  .bottom-fixed-social-share ul.et_social_icons_container li:hover {
	 background: #1b9ed6
  }

  .bottom-fixed-social-share ul.et_social_icons_container li:hover i {
	 color: #b5151a
  }

  .et_social_icons_container .et_social_icon:before {
	 position: relative;
	 width: 100%
  }

  .et_social_icons_container .et_social_icon:before {
	 font-family: 'ETmonarch';
	 speak: none;
	 font-style: normal;
	 font-size: 16px;
	 line-height: 16px;
	 font-weight: normal;
	 font-variant: normal;
	 text-transform: none;
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
	 text-align: center;
	 display: block;
	 transition: all .3s;
	 -moz-transition: all .3s;
	 -webkit-transition: all .3s;
	 width: 40px;
	 height: 40px;
	 line-height: 40px;
	 display: inline-block;
	 -webkit-border-radius: 100px;
	 -moz-border-radius: 100px;
	 border-radius: 100px
  }

  .et_social_icons_container .et_social_icon_facebook:before {
	 content: "\e63f"
  }

  .et_social_icons_container .et_social_icon_twitter:before {
	 content: "\e640"
  }

  .et_social_icons_container .et_social_icon_googleplus:before {
	 content: "\e626"
  }

  .et_social_icons_container .et_social_icon_linkedin:before {
	 content: "\e631"
  }

  .et_social_network_label {
	 font-size: 14px;
	 margin-left: 40px;
	 padding: 7px 14px 10px 10px;
	 color: #FFF;
	 position: relative;
	 z-index: 2;
	 text-align: left;
	 display: block;
	 transition: all .3s;
	 -moz-transition: all .3s;
	 -webkit-transition: all .3s;
	 font-family: 'Open Sans',helvetica,arial,sans-serif;
	 line-height: 1em;
	 text-transform: none;
	 font-weight: normal;
	 vertical-align: baseline
  }

  .et_social_networkname {
	 line-height: 1em;
	 display: inline-block;
	 margin: 6px 4px 0 0;
	 font-weight: 700;
	 position: relative;
	 z-index: 2;
	 transition: all .3s;
	 -moz-transition: all .3s;
	 -webkit-transition: all .3s;
	 font-family: 'Open Sans',helvetica,arial,sans-serif
  }

  .mobile-social-overlay {
	 background: rgba(0,0,0,0.7);
	 position: fixed;
	 width: 100%;
	 height: 100%;
	 top: 0;
	 left: 0;
	 display: none;
	 z-index: 99999
  }

  .mobile-social-open .et_social_heading:after {
	 -moz-transform: rotate(0);
	 -webkit-transform: rotate(0);
	 -o-transform: rotate(0);
	 transform: rotate(0)
  }

  .mobile-social-open:not(.all-social-hidden) .mobile-social-overlay {
	 -webkit-animation: et_social_fadeIn 1s 1 cubic-bezier(0.77,0,.175,1);
	 -moz-animation: et_social_fadeIn 1s 1 cubic-bezier(0.77,0,.175,1);
	 -o-animation: et_social_fadeIn 1s 1 cubic-bezier(0.77,0,.175,1);
	 animation: et_social_fadeIn 1s 1 cubic-bezier(0.77,0,.175,1)
  }

  .all-social-hidden .mobile-share-button {
	 margin-left: 0
  }


  .blog-post-mobile-social-share {
	 background: rgba(23, 47, 94, 0.8);
  }

  .et_social_heading {
	 text-align: center;
	 padding: 10px 0;
	 color: white;
	 cursor: pointer;
	 height: 20px;
	 line-height: 19px;
	 text-transform: uppercase;
	 font-size: 14px;
	 box-sizing: content-box;
	 font-family: 'Open Sans', helvetica, arial, sans-serif;
  }

  .bottom-fixed-social-share {
	 width: 100%;
	 overflow: auto;
	 padding: 20px 20px 20px;
	 background-color: #fff;
	 line-height: 1em;
	 max-height: 103px;
	 height: 103px;	 
	 margin-bottom: -10px;
  }

  .bottom-fixed-social-share ul.et_social_icons_container li {
	 clear: none;
	 background: #ed7747;
  }

  ul.et_social_icons_container li a {
	 line-height: 0;
	 height: auto;
	 width: auto;
	 padding: 0;
  }

  .et_social_network_label {
	 color: #FFF;
	 margin-left: 40px;
	 padding: 7px 14px 10px 0;
	 font-size: 14px;
	 text-align: left;
  }

  .bottom-fixed-social-share ul.et_social_icons_container li:hover {
	 background: #ed9b7b;
  }

  .bottom-fixed-social-share ul.et_social_icons_container li:hover i {
	 color: #fff;
  }

  .side-fixed-social-share {
	 display: none;
  }
}

@media (max-width: 1010px) {
  .logo_container img {
	 max-height: 50px;
	 padding: 0px;
  }
}

@media (min-width: 981px) {
  .fixed header.header>.page-center {
	 min-height: 68px;
  }
  .fixed .custom-menu-primary .hs-menu-wrapper>ul>li>a {
	 font-size: 12px;
  }
  .fixed .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>a,
  .fixed .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>a {
	 padding: 8px 18px;
	 margin: -10px 5px 10px 5px;
  }
  .fixed .et-top-navigation {
	 padding-top: 25px;
  }
  .fixed .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
	 font-size: 18px;
  }
  .fixed .logo_container img {
	 max-height: 60px;
	 padding: 15px 10px 15px 10px;
	 max-width: 140px;
  }
  .fixed header.header {
	 box-shadow: 0 0 7px rgba(0,0,0,.1);
	 -moz-box-shadow: 0 0 7px rgba(0,0,0,.1);
	 -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul>li>ul>li>a:before {
	 -webkit-animation: fadeTop 1s cubic-bezier(.77,0,.175,1) 1;
	 animation: fadeTop 1s cubic-bezier(.77,0,.175,1) 1;
  }
  .search-open .custom-menu-primary .hs-menu-wrapper>ul {
	 opacity: 0;
	 -webkit-animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
	 animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
	 position: absolute;
	 right: 0;
	 box-shadow: 0px 12px 18px 0px rgba(0,0,0,0.3);
	 max-width: 800px;
	 top: calc(100% + 11px);
	 visibility: hidden;
	 opacity: 0;
	 width: 100%;
	 z-index: 9;
	 background-color: white;  
	 display: flex !important;
	 flex-wrap: wrap;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.child-menu-hover>ul,
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
	 visibility: visible;
	 opacity: 1;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover:after {
	 content: '';
	 position: absolute;
	 left: auto;
	 top: 49px;
	 width: 73px;
	 height: 63px;
  }

  .region_selector.mobile {
	 display: none;
  }
}

@media (max-width: 980px) {
  .region_selector.desktop {
	 display: none;
  }
  header.header {
	 position: relative;
  }

  header.header .page-center {
	 width: 80%;
	 max-width: 1080px;
	 padding: 0;
  }

  .logo_container img {
	 content: url(https://8126398.fs1.hubspotusercontent-na1.net/hubfs/8126398/raw_assets/public/BPD_Zenith_October_2020/images/RGB-BPDZenith_mobile.png);
	 max-width: 50%;
	 max-height: 50px;
	 padding: 0;
	 width: unset !important;
  }

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

  .et_mobile_nav_menu {
	 display: block;
  }

  .mobile_nav .select_page {
	 display: none;
  }

  .mobile_menu_bar {
	 position: relative;
	 display: block;
	 line-height: 0;
	 padding-bottom: 24px;
  }

  .mobile_menu_bar:before {
	 content: "\61";
	 font-size: 32px;
	 position: relative;
	 left: 0;
	 top: 0;
	 cursor: pointer;
	 color: #172f5e;
  }

  .et_top_search {
	 margin: 0 35px 0 0;
	 float: left;
  }

  .et_search_icon:before {
	 top: 7px;
  }

  header.header .page-center {
	 min-height: 84px;
	 z-index: 99;
  }

  .logo_container {
	 width: 100%;
  }

  .mobile-open .mobile_menu_bar:before {
	 content: '\4d';
  }

  header.header .et_search_outer .page-center form {
	 width: 50%;
	 max-width: 50%;
	 right: 0;
  }

  .mobile_menu_bar {
	 z-index: 99;
	 opacity: 1;
	 -webkit-animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
	 animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
  }

  .search-open .mobile_menu_bar {
	 opacity: 0;
	 -webkit-animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
	 animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
  }

  .search-open header.header>.page-center {
	 z-index: 99;
  }

  header.header .et_search_outer {
	 z-index: unset;
  }



  nav.custom-menu-primary.mobile {
	 display: none;
	 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);
	 background: #fff;
	 position: absolute;
	 left: 0;
	 width: 100%;	 
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
	 padding: 5%;
	 border-top: 3px solid #172f5e;
	 text-align: center;
	 width: 100%;
	 margin-left: 0px;
	 margin: 0; 
	 animation: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
	 margin-bottom: 5px;
	 line-height: 1.2em;
	 font-size: inherit;
	 padding: 0;
	 display: block;
	 position: relative;
	 float: none;
	 clear: both;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
	 font-size: 14px;
	 -webkit-transition: all .2s ease-in-out;
	 transition: all .2s ease-in-out;
	 padding: 10px 5%;
	 display: block;
	 margin: 10px 0px 5px 0px;
	 text-transform: uppercase;
	 font-weight: 700;
	 position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>a {
	 margin: 10px 0px 5px 0px;
	 text-transform: uppercase;
	 font-weight: 700;
	 color: #011936;
	 padding: 16px 10px;
	 animation: highlight-nav .8s ease;
	 -webkit-animation: highlight-nav .8s ease;
	 border: 2px solid #011936;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>a {	 
	 border: 2px solid #011936 !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
	 margin: 10px 0px 5px 0px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
	 position: static;
	 visibility: visible;
	 opacity: 1;
	 max-width: 100%;
	 box-shadow: none;
	 display: none;
	 box-shadow: 0px 12px 18px 0px rgba(0,0,0,0.3);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
	 width: 100%;
	 float: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
	 font-family: 'ETmodules';
	 content: '\4c';
	 font-weight: bold;
	 position: absolute;
	 font-size: 16px;
	 top: 10px;
	 right: 60px;
  }

  .child-trigger {
	 position: absolute;
	 right: 53px;
	 width: 29px;
	 height: 40px;
	 cursor: pointer;
	 top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a:before,
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>a img {
	 -webkit-animation: fadeTop 1s cubic-bezier(.77,0,.175,1) 1;
	 animation: fadeTop 1s cubic-bezier(.77,0,.175,1) 1;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
	 text-align: left;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>a {
	 text-align: left;
	 max-width: 550px;
	 margin-left: auto;
	 margin-right: auto;
	 display: block;
  }

  .region_selector {
	 top: 100%;
	 width: 100%;
	 max-width: 100%;
  }

  .region-hover .region_selector {
	 visibility: hidden;
	 opacity: 0;
  }

  .region-hover li:hover>.region_selector,li:hover>.region_selector {
	 opacity: 1;
	 visibility: visible;
  }

  .region_selector>* {
	 width: 100%;
  }

  .region_selector ul li a {
	 text-align: left;
  }

  header.header .et_search_outer .page-center {
	 width: 80%;
	 max-width: 1080px;
	 padding: 0;
  }

  span.et_close_search_field {
	 right: 0;
  }
}

@media (max-width: 767px) {
  .bottom-fixed-social-share ul.et_social_icons_container li {
	 margin: 2% 0 0 2% !important;
	 width: 49% !important;
  }

  .bottom-fixed-social-share ul.et_social_icons_container li:nth-child(2n+1) {
	 margin-left: 0 !important;
	 clear: both !important;
  }

  .bottom-fixed-social-share {
	 max-height: 135px;
	 height: 135px;
  }

  .bottom-fixed-social-share ul.et_social_icons_container li:nth-child(-n+2) {
	 margin-top: 0 !important;
  }
}

@media (max-width: 479px) {
  .bottom-fixed-social-share ul.et_social_icons_container li {
	 width: 100% !important;
	 margin-left: 0 !important;
	 clear: both !important;
  }

  .bottom-fixed-social-share ul.et_social_icons_container li:nth-child(-n+2) {
	 margin: 2% 0 0 0% !important;
  }

  .bottom-fixed-social-share ul.et_social_icons_container li:first-child {
	 margin-top: 0 !important;
  }

  .bottom-fixed-social-share {
	 max-height: 179px;
	 height: 179px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.footer_bottom>div>*>span {
  width: 12.5%;
  float: left;
  font-size: 14px;
  line-height: 1.2em;
  margin-bottom: 25px;
}

.footer_bottom>div>* {
  display: flex;
  flex-wrap: wrap;
}

.footer_bottom>div {
  border-top-width: 1px;
  border-top-color: rgba(242,242,242,0.5);
  border-top-style: solid;
  padding: 27px 0; 
  max-width: 90%;
  width: 100%;
}

.footer_bottom>div>*>span h3 {
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-family: 'Source Sans Pro',sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  padding-bottom: 10px;
  line-height: 1em;
  margin: 0;
}

.footer_bottom>div>*>span h4 {
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-family: 'Source Sans Pro',sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #ed7747;
  line-height: 1.2em;
  text-align: center;
  padding-bottom: 10px;
  margin: 0;
}

.footer_bottom>div>*>span h4 a {
  color: #15b1ff;
}

.footer_bottom>div>*>span h4 a:hover {
  color: #7cd3ff;
}

.footer-top .page-center {
  width: 80%;
  max-width: 1080px;
  margin: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.footer-top {
  padding: 54px 0 0;
}

.ftr-col-1 {
  width: 31.3333%;
  margin-right: 3%;
  padding: 2.855% 0 0;
}

.ftr-col {
  position: relative;
  z-index: 2;
  min-height: 1px;
  float: left;
}

.ftr-col-2 {
  width: 65.667%;
}

.footer_logo {
  margin-bottom: 4.787%;
  margin-top: -20px;
  text-align: left;
  width: 80%;
  font-size: 0;
}

.social_share ul {
  padding: 0;
  margin: 0 0 14px;
  line-height: 26px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.social_share ul li {
  line-height: 1.2em;
  display: inline-block;
  margin-bottom: 8px;
  position: relative;
}

.social_share ul li a {
  margin-right: 8px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  position: relative;
  height: 32px;
  width: 32px;
  padding: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 100% 100% 100% 100%;
  border-width: 2px;
  border-color: #15b1ff;
  border-style: solid;
}

.social_share ul li a: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;
  height: 32px;
  width: 32px;
  font-size: 16px;
  line-height: 32px;
  display: block;
  transition: color .3s;
  -moz-transition: color .3s;
  -webkit-transition: color .3s;
  position: relative;
  z-index: 10;
  transition: color 300ms ease 0ms;
}

.social_share ul li:first-child a:before {
  content: "\e09d";
}

.social_share ul li:first-child+li a:before {
  content: "\e094";
}

.social_share ul li:first-child+li+li a:before {
  content: "\e0a3";
}

.footer_logo img {
  width: 100% !important;
  display: inline-block;
  max-width: 224px;
}

.ftr-inner-col-wrap {
  padding: 10px 0 10px 50px;
  display: flex;
  flex-wrap: wrap;
}

.ftr-inner-col {
  position: relative;
  z-index: 2;
  min-height: 1px;
  float: left;
}

.ftr-inner-col-1 {
  width: 33.33333%;
}

.ftr-inner-col-2 {
  width: 33.33333%;
  padding-left: 40px;
}

.ftr-inner-col-3 {
  width: 33.33333%;
}

.ftr-inner-col-2 .hs-menu-wrapper>ul li a {
  font-family: 'Source Sans Pro',sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2em;
  display: block;
  padding-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: #15b1ff;
  transition: color 300ms ease 0ms;
}

.ftr-inner-col-2 .hs-menu-wrapper>ul li {
  display: block;
  line-height: inherit;
}

.ftr-inner-col-2 .hs-menu-wrapper>ul {
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 1.2em;
  margin-bottom: 10px;
  max-width: 50%;
}

.touch-btn a {
  line-height: 1.7em;
  font-size: 15px;
  transition: all 300ms ease 0ms;
  min-width: 180px;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  background-color: transparent;
  color: #fff;
  padding: 4px 11px;
  text-transform: uppercase;
  border-radius: 0px;
  border: 2px solid #fff;
  letter-spacing: 1px;
}

.touch-btn a:hover {
  background-color: #ed7747;
  color: #fff;
}

.touch-btn {
  margin-bottom: 19px;
}

.touch-btn+div {
  margin-bottom: 15px;
  width: 190px;
}

.touch-btn+div img {
  width: 100% !important;
}

.footer .mobile-col {
  display: none;
}

.ftr-gallery {
  width: 205px;
}

.slick-slide img {
  width: 100%;
}

@media (max-width: 1349px) {
  .footer_bottom>div {
	 padding: 2% 0;
  }
}
@media (max-width: 980px) {
  .footer_bottom>div {
	 padding: 30px 0;
  }
  .footer_bottom>div>*>span {
	 width: 47.5%;
  }
  .footer_bottom>div>*>span h3 {
	 font-size: 18px;
  }
  .footer .mobile-col {
	 display: block;
	 width: 100%;
  }
  .ftr-col.ftr-col-2 {
	 display: none;
  }
  .footer-top {
	 padding: 50px 0 13px;
  }

  .touch-btn {
	 padding-bottom: 30px;
	 text-align: center;
  }

  .touch-btn a {
	 padding: 4px 11px;
	 text-transform: uppercase;
	 border-radius: 0px;
	 font-size: 14px;
	 letter-spacing: 1px;
	 width: 80%;
  }

  .mobile-col.mobile-col-1 {
	 padding: 10px 0;
	 display: flex;
	 flex-wrap: wrap;
  }

  .mobile-col.mobile-col-1>div {
	 width: 50%;
	 padding: 0;
  }

  .mobile-col.mobile-col-1 .ftr-inner-col.ftr-inner-col-2 {
	 margin-bottom: 34px;
  }

  .ftr-inner-col-2 .hs-menu-wrapper>ul {
	 max-width: 80%;
	 margin: 0 auto;
  }

  .mobile-col.mobile-col-1 .right_col {
	 padding-top: 15px;
	 padding-bottom: 10px;
  }

  .mobile-col.mobile-col-1 .right_col .ibm_lgo {
	 width: 150px;
	 margin: 0 auto 3px;
  }

  .mobile-col.mobile-col-1 .right_col .ftr-gallery {
	 margin: -20px 0 30px;
	 width: 160px;
  }

  .ftr-col.ftr-col-1 {
	 width: 100%;
	 margin-bottom: 29px;
	 padding: 0;
	 margin-right: 0;
  }

  .footer_logo {
	 margin-top: -20px;
	 margin-bottom: -45px;
	 width: 50%;
  }

  .social_share {
	 margin-bottom: 14px;
	 float: right;
	 text-align: right;
  }

  .social_share ul {
	 margin: 0;
  }

  .social_share ul li:last-child a {
	 margin-right: 0;
  }

}

@media only screen and (max-width: 767px) {
  .footer_bottom>div>*>span h3 {
	 font-size: 16px;
  }

  .mobile-col.mobile-col-1 .right_col .ftr-gallery {
	 margin: -20px auto 10px;
	 width: 140px;
  }

  .mobile-col.mobile-col-1 .ftr-inner-col.ftr-inner-col-2 {
	 margin-bottom: 20px;
  }

  .footer_logo img {
	 max-width: 120px;
  }

  .footer_logo {
	 margin-bottom: -40px;
  }

}
/* ******************************************************************************
*********************************************************************************
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 */
.blog_header_wrap {
  background-image: linear-gradient(45deg,#172f5e 28%,#15b1ff 100%);
  padding-top: 1%;
  padding-bottom: 9%;
}

.blog_header_wrap .blog_header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 27px 0 0.1%;
  margin-top: 2%;
  flex-wrap: wrap;
}

.blog_header_wrap .blog_header_inner>div {
  position: relative;
  z-index: 2;
  min-height: 1px;
}

.blog_head_left {
  width: 20%;
}

.blog_head_right {
  width: 60%;
}

.blog_head_left .left_icon {
  width: 120px;
  margin-top: -40px;
  line-height: 0;
  font-size: 0;
}

.blog_head_left .the_title {
  font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
  text-transform: uppercase;
  font-size: 43px;
  line-height: 1.1em;
  padding-top: 3px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.blog_head_left .the_title h1 {
  font-size: 45px;
  color: #ffffff;
  line-height: 1.1em;
}

.blog_head_left .the_title h1 a {
  color: inherit;
}

.blog_head_right h3 {
  font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
  font-size: 23px;
  margin-top: 4px;
  width: 80%;
  max-width: 700px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.3em;
}

.blog_head_right form {
  background: none;
  margin: 0;
  padding: 0;
}

.blog_listing .page-center {
  background-color: #ffffff;
  box-shadow: 0px -7px 18px -10px rgba(0,0,0,0.72);
  width: 80%;
  max-width: 1080px;
  padding: 35px 0 27px;
  padding-right: 2vw;
  padding-left: 2vw;
  margin-top: -8%;
}

.blog_listing {
  padding-top: 2%;
  padding-bottom: 55px;
  margin-bottom: 0px;
  background-color: #ffffff;
}

.post-item {
  width: 29.667%;
  margin-right: 5.5%;
  max-width: 100%;
  float: left;
}

.post-item:nth-child(3n) {
  margin-right: 0;
}

.post-item>div {  
  padding: 19px;
  box-shadow: 0px 2px 18px 0px #eaeeef;
  background-color: #ffffff;
  margin-bottom: 18.539%;
}

.news_form_wrap {
  margin: 15px auto 0;
  max-width: 520px;
  border: 1px solid #fff;
}

.pagination {
  clear: both;
  margin-bottom: 50px;
}

.pagination a {
  font-weight: 600;
  text-transform: uppercase;
  text-decoration-style: solid;
  -webkit-text-decoration-color: #15b1ff;
  text-decoration-color: #15b1ff;
  font-size: 20px;
  color: #15b1ff!important;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.bot_newsletter_wrap {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  padding: 27px 3%;
  background-image: linear-gradient(45deg,#15b1ff 0%,#172f5e 100%);
  background-color: #eaeeef;
  width: 80%;
  max-width: 1080px;
  margin: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.bot_newsletter_wrap>div {
  position: relative;
  z-index: 2;
  min-height: 1px;
}

.bot_newsletter_left {
  width: 40%;
}

.bot_newsletter_right {
  width: 60%;
}

.bot_newsletter_left h4 {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.2em;
}

.bot_newsletter_right form {
  padding: 0;
  background: 0;
  margin: 16px auto;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: calc(100% - 16px);
}

.bot_newsletter_right form>div>label {
  display: none;
}

.bot_newsletter_right form .hs-input {
  background: #fff;
  border: none;
  border-radius: 0px;
  color: #011936;
  padding: 7px;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: normal;
  width: 100% !important;
  line-height: inherit;
}

.bot_newsletter_right form .hs-form-field {
  margin: 0;
}

.post-item>div .hs-featured-image-wrapper {
  margin: -20px -20px 19px;
}

.post-item>div .hs-featured-image-wrapper img {
  filter: saturate(40%);
  backface-visibility: hidden;
  min-width: 100%;
  max-width: 100%;
}

.post-item>div .hs-featured-image-wrapper img:hover {
  backface-visibility: hidden;
  filter: saturate(100%);
}

.post-item .entry-title {
  font-family: 'Source Sans Pro',sans-serif;
  letter-spacing: normal;
  font-size: 19px;
}

.post-item .entry-title a {
  color: #292f61;
}

.post-item:hover .entry-title a {
  color: #15b1ff;
}

p.post-meta {
  font-size: 12px;
  color: #011936;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 6px;
}

p.post-meta a {
  font-size: 12px;
  color: #011936;
  line-height: 1.5em;
  text-align: left;
}

.news_form_wrap input.hs-search-field__input {
  margin: 0;
  font-size: 14px;
  width: 100%;
  line-height: normal;
  background: transparent;
  display: inline-block;
  padding-top: 0.715em;
  padding-right: 0.715em;
  padding-bottom: 0.715em;
  padding-left: 0.715em;
  border-color: #ffffff;
  border: 2px solid #fff;
  height: 46px;
  color: #fff;
  overflow: hidden;
}

.news_form_wrap input.hs-search-field__input::-webkit-input-placeholder {
  color: inherit;
}

.news_form_wrap button {
  padding: .715em;
  margin: 0;
  font-size: 14px;
  line-height: normal;
  background-color: #ddd;
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 1px;
  background-color: #ffffff;
  border-color: #ffffff;
  right: 0;
  font-weight: 500;
  border: 2px solid #fff;
  height: auto;
  max-height: 46px;
}

.news_form_wrap button svg {
  display: none;
}

.news_form_wrap button:before {
  content: 'Search';
}

.news_form_wrap button:hover {
  color: #ffffff;
  background: #ed7747;
  border-color: #ed7747;
}

.news_form_wrap:hover {
  border-color: #ed7747;
}

.news_form_wrap input.hs-search-field__input:hover {
  border-color: #ed7747;
}

.bot_newsletter_right form>*>div>label {
  display: none;
}

.bot_newsletter_right form fieldset {
  max-width: 75%;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  min-inline-size: 0;
  float: left;
}

.bot_newsletter_right form .hs_submit.hs-submit {
  width: auto;
  max-width: 25%;
  clear: both;
  vertical-align: top;
  float: left;
}

.bot_newsletter_right form .hs_submit.hs-submit input.hs-button.primary.large {
  margin: 0;
  background-color: transparent;
  color: #fff;
  padding: 6px 20px;
  text-transform: uppercase;
  border-radius: 0px;
  border: 2px solid #fff;
  font-size: 14px;
  letter-spacing: 1px;
  min-width: 170px;
  margin: 0 16px 0 0;
  line-height: inherit;
}

.bot_newsletter_right form .hs_error_rollup {
  position: absolute;
  top: calc(100% - -7px);
  left: 0;
}

.bot_newsletter_right form .hs_error_rollup ul {
  padding: 0;
}

.bot_newsletter_right form .hs_error_rollup ul label {
  margin: 0;
}

.bot_newsletter_right form fieldset ul {
  display: none !important;
}

.bot_newsletter_right form fieldset>div {
  width: auto !important;
}

.bot_newsletter_right form fieldset>div .input {
  margin: 0 !important;
}

.bot_newsletter_right form .hs_submit.hs-submit input.hs-button.primary.large:hover {
  color: #fff;
  background-color: #ed7747;
  border: 2px solid #fff;
}

.alignleft {
  margin: 10px 20px 10px 0px;
}

.alignright {
  margin: 0px 20px 10px 10px;
}

/* ==Post== */
.blog-content {
  position: relative;
  z-index: 2;
  min-height: 1px;
  float: left;
  background-color: #ffffff;
  padding-top: 4%;
  padding-right: 5%;
  padding-bottom: 4%;
  padding-left: 5%;
  margin-right: 5.5%;
  width: 73.625%;
}

.blog-sidebar {
  position: relative;
  z-index: 2;
  min-height: 1px;
  float: left;
  background-color: #ffffff;
  padding-top: 50px;
  width: 20.875%;
}

.blog-content p.title_meta_container {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  color: #011936;
  letter-spacing: 1px;
  margin: 0;
  font-family: 'Source Sans Pro',sans-serif;
}

.blog-content p.title_meta_container a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  color: #011936;
  letter-spacing: 1px;
}

.blog-content>h2 {
  font-weight: 700;
  font-size: 42px;
  color: #172f5e;
  line-height: 1.2em;
}

.blog_listing.single_post .page-center {
  margin-top: -10%;
  padding-top: 27px;
}

.blog_listing.single_post {
  padding-top: 4%;
}

.just_divider {
  margin: 0 0 3.735%;
  position: relative;
  margin-top: 5px;
  width: 13%;
}

.just_divider:before {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px solid rgba(0,0,0,.1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  border-top-color: #ed7747;
  border-top-width: 3px;
}

.author_sec {
  border: 0 solid #333;
  font-size: 14px;
  line-height: 1.3em;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-top-color: #eaeeef;
  border-bottom-color: #eaeeef;
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  margin-top: 50px;
  margin-bottom: 3.735%;
}

.author_image_sec {
  float: left;
  max-width: 320px;
  margin-right: 30px;
  display: table-cell;
  line-height: 0;
  position: relative;
  border-color: #eaeeef;
  padding-bottom: 20px;
  width: 96px;
}

.author_content_sec {
  vertical-align: top;
  position: relative;
  display: block;
}

.author_content_sec h4 {
  text-transform: uppercase;
  font-size: 20px;
}

.author_image_sec img {
  width: 100%;
}

.bot_cats a {
  text-transform: uppercase;
  font-size: 14px;
  color: #172f5e !important;
}

.hs-blog-post .blog-post-mobile-social-share, .hs-blog-post .side-fixed-social-share {
  display: none !important;
}

.post_sharer {
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  line-height: 1em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.post_sharer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.post_sharer ul li {
  min-height: 40px;
  float: left;
  position: relative;
  margin: 0 2% 2% 0 !important;
  background: #172f5e;
}

.post_sharer ul li a {
  line-height: 0;
  overflow: hidden;
  display: block;
}

.post_sharer ul li a i {
  position: relative;
  z-index: 2;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  float: left;
  color: #ffffff;
  overflow: hidden;
}

.post_sharer ul li a i:before,.post_sharer ul li a i:after {
  font-family: 'ETmonarch';
  speak: none;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.et_social_icon_twitter:after {
  content: "\e640";
}

.et_social_icon_linkedin:after {
  content: "\e631";
}

.et_social_icon_facebook:after {
  content: "\e63f";
}

.post_sharer ul li a>div {
  position: relative;
  z-index: 2;
  color: #FFF;
  margin-left: 40px;
  padding: 7px 14px 10px 10px;
  font-size: 14px;
  display: block;
}

.post_sharer ul li a>div .et_social_networkname {
  position: relative;
  z-index: 2;
  font-weight: 700;
  color: #ffffff;
  margin: 6px 4px 0 4px;
  line-height: 1em;
  display: inline-block;
}

.post_sharer ul li:hover {
  background: #ed7747;
}

.post_sharer ul li:hover a i:before {
  margin-left: 40px;
  margin-top: 0;
  opacity: 0;
}

.post_sharer ul li a i:after {
  display: inline-block;
  position: absolute;
  left: -40px;
  top: 0;
}

.post_sharer ul li:hover a i:after {
  left: 0;
}

.blog-sidebar .post-item>div {
  min-height: auto;
}

.blog-sidebar .post-item .entry-title {
  font-size: 18px;
}

.blog-sidebar .post-item .hs-featured-image-wrapper {
  margin-bottom: 10px;
}

.blog-sidebar .post-item .entry-title a {
  font-weight: 600;
  color: #172f5e;
}

.blog-sidebar .post-item:hover .entry-title a {
  color: #525982;
}

.bot_newsletter_right form .hs_submit.hs-submit {
  width: 33.333%;
  max-width: 100%;
}

.bot_newsletter_right form .hs_submit.hs-submit input.hs-button.primary.large {
  margin: 0;
  min-width: auto;
  width: 100%;
}

.bot_newsletter_right form fieldset {
  width: calc(100% - 33.33%);
}

.bot_newsletter_right form fieldset>div {
  width: 50% !important;
}

.bot_newsletter_right form fieldset>div .input {
  padding-right: 16px;
}

.hs-search-field--open .hs-search-field__suggestions {
  padding: 15px;
  border: none !important;
}

.hs-search-field--open .hs-search-field__suggestions * {
  color: #fff;
}

.blog-post__body {
  font-size: 15px;
  color: #011936;
}

@media (max-width: 1349px) {
  .blog_header_wrap .blog_header_inner {
	 padding-top: 2%;
  }
}

@media (max-width: 980px) {
  .blog_header_wrap {
	 padding-top: 30px;
	 padding-right: 0px;
	 padding-bottom: 11%;
	 padding-left: 0px;
  }

  .blog_header_wrap .blog_header_inner>div {
	 width: 100%;
  }

  .blog_head_left .left_icon {
	 margin-left: 70px;
	 width: 120px;
  }

  .blog_header_wrap .blog_header_inner {
	 width: 80%;
	 padding-top: 30px;
  }

  .blog_head_left .the_title {
	 margin-left: 77px;
  }

  .blog_head_right h3 {
	 font-size: 20px;
	 text-align: left;
  }

  .news_form_wrap {
	 max-width: 80%;
  }

  .blog_listing .page-center {
	 margin-top: -10%;
	 padding-right: 4vw;
	 padding-left: 4vw;
  }

  .post-item {
	 margin: 0 5.5% 7.5% 0;
	 width: 47.25%;
  }

  .post-item>div {
	 margin: 0;
  }

  .post-item:nth-child(3n) {
	 margin: 0 5.5% 7.5% 0;
  }

  .post-item:nth-child(2n) {
	 margin-right: 0;
  }

  .bot_newsletter_wrap>div {
	 width: 100%;
  }

  .bot_newsletter_left h4 {
	 text-align: center;
	 max-width: 65%;
	 margin: 0 auto;
  }

  .bot_newsletter_wrap {
	 padding: 30px 3%;
  }

  .bot_newsletter_right form .hs-input {
	 width: 100% !important;
	 height: 34px;
  }

  .bot_newsletter_right form .hs_submit.hs-submit input.hs-button.primary.large {
	 padding: 7px 20px;
  }


  .blog_head_left .the_title h1 {
	 font-size: 47px;
  }


  .blog_listing.single_post .page-center {
	 margin-top: -10%;
	 padding-top: 32px;
  }

  .blog-content {
	 margin-right: 0;
	 width: 100%;
	 margin-bottom: 30px;
  }

  .blog-sidebar {
	 width: 100%;
  }

  .just_divider {
	 margin-bottom: 50px;
  }

}

@media (min-width: 981px) {
  .blog-sidebar .post-item {
	 width: 100%;
	 margin-right: 0;
  }
}

@media (max-width: 767px) {
  .blog_head_left .left_icon {
	 margin-left: 40px;
	 width: 80px;
  }

  .blog_header_wrap .blog_header_inner {
	 margin-top: 0%;
  }

  .blog_head_left .the_title h1 {
	 font-size: 36px;
  }

  .blog_head_left .the_title {
	 margin-left: 47px;
  }

  .blog_head_right h3 {
	 font-size: 16px;
	 text-align: left;
  }

  .blog_listing .page-center {
	 padding-right: 6vw;
	 padding-left: 6vw;
  }

  .post-item {
	 margin: 0;
	 width: 100%;
  }

  .post-item>div {
	 margin-bottom: 9.5%;
	 min-height: 0;
  }

  .post-item:nth-child(3n) {
	 margin: 0;
  }

  .post-item:last-child>div {
	 margin-bottom: 30px;
  }

  .bot_newsletter_left h4 {
	 max-width: 100%;
  }

  .bot_newsletter_right form .hs_submit.hs-submit {
	 width: 33.333%;
	 max-width: 100%;
  }

  .bot_newsletter_right form .hs_submit.hs-submit input.hs-button.primary.large {
	 margin: 0;
	 min-width: auto;
	 width: 100%;
  }

  .bot_newsletter_right form fieldset {
	 width: calc(100% - 33.33%);
  }

  .bot_newsletter_right form fieldset>div {
	 width: 50% !important;
  }

  .bot_newsletter_right form fieldset>div .input {
	 padding-right: 16px;
  }
  .author_image_sec {
	 float: none;
	 width: auto;
	 margin: 0 0 12px;
	 display: block;
	 text-align: center;
  }

  .author_image_sec img {
	 max-width: 96px;
  }
}

@media (min-width: 768px) {
  .bot_newsletter_right form .hs-input,
  .bot_newsletter_right form .hs_submit.hs-submit input.hs-button.primary.large {	 
	 height: 34px;
  }
}

@media (max-width: 641px) {
  .bot_newsletter_right form fieldset {
	 width: 100%;
	 max-width: 100%;
  }

  .bot_newsletter_right form .hs_submit.hs-submit {
	 width: 100%;
  }

  .bot_newsletter_right form .hs_submit.hs-submit input.hs-button.primary.large {
	 margin: 0 0 16px 0;
	 line-height: 2;
	 min-height: 2rem;
	 padding: 6px 20px;
  }

  .bot_newsletter_right form .hs_submit.hs-submit .actions {
	 padding: 16px 0 10px 0;
	 margin: 16px 0 0 0;
  }

  .bot_newsletter_right form fieldset>div {
	 width: 100% !important;
  }

  .bot_newsletter_right form fieldset>div .input {
	 padding: 0;
  }

  .bot_newsletter_right form .hs-input {
	 min-height: 2rem;
	 line-height: 2;
	 height: auto;
	 margin-bottom: 8px;
  }
  .bot_newsletter_right form .hs_error_rollup {
	 position: static;
	 width: 100%;
  }
  .bot_newsletter_right form {
	 flex-wrap: wrap;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 200px 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: #e2e2e2;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
	 font-size: 400px  ;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  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: 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;
}
.hs-form-field {
  margin: 0 0 10px;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
form#email-prefs-form input[type="email"] {
  width: 100% !important;
}
.hs-error-msgs {
  padding: 0;
  margin: 0;
}
.hs-form-field label {
  margin-bottom: 8px;
  display: inline-block;
}
label:empty {
  display: none !important;
}
input#hs-pwd-widget-password {
  height: 40px !important;
}
.subs form#email-prefs-form {
  max-width: 100%;
}
@media (max-width: 767px) {
  form {
	 max-width: 100%;
  }
  .blog-post img {
	 float: none !important;
	 margin: 0 !important;
	 max-width: 100%;
  }
  .error-page:before {
	 font-size: 46vw;
  }
}
.error-page {
  position: relative;
  z-index: 2;
}
.comment-date, .comment-from {
  display: block !important;
}
.grecaptcha-badge {
  max-width: 100%;
  overflow: auto hidden;
  margin: 0;
}
h3:empty {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
}
span.replying-to {
  display: block;
  padding-bottom: 30px;
}