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











































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

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

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

.dnd-section > .row-fluid {
  width: 80%;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

.banner-section .dnd-section > .row-fluid {
  width: 100% !important;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@font-face {
  font-family: ETmodules;
  src: url("//7307559.fs1.hubspotusercontent-na1.net/hubfs/7307559/Vyopta_September2020/Fonts/ETmodules/modules.eot") format("embedded-opentype"), 
    url("//7307559.fs1.hubspotusercontent-na1.net/hubfs/7307559/Vyopta_September2020/Fonts/ETmodules/modules.ttf") format("truetype"), 
    url("//7307559.fs1.hubspotusercontent-na1.net/hubfs/7307559/Vyopta_September2020/Fonts/ETmodules/modules.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "proxima-nova";
  src: url("//use.typekit.net/af/cebe0e/00000000000000003b9b3060/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), 
    url("//use.typekit.net/af/cebe0e/00000000000000003b9b3060/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), 
    url("//use.typekit.net/af/cebe0e/00000000000000003b9b3060/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "proxima-nova";
  src: url("//use.typekit.net/af/705e94/00000000000000003b9b3062/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), 
    url("//use.typekit.net/af/705e94/00000000000000003b9b3062/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), 
    url("//use.typekit.net/af/705e94/00000000000000003b9b3062/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "proxima-nova";
  src: url("//use.typekit.net/af/6e816b/00000000000000003b9b3064/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), 
    url("//use.typekit.net/af/6e816b/00000000000000003b9b3064/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), 
    url("//use.typekit.net/af/6e816b/00000000000000003b9b3064/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "proxima-nova";
  src: url("//use.typekit.net/af/576d53/00000000000000003b9b3066/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), 
    url("//use.typekit.net/af/576d53/00000000000000003b9b3066/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), 
    url("//use.typekit.net/af/576d53/00000000000000003b9b3066/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "proxima-nova";
  src: url("//use.typekit.net/af/949f99/00000000000000003b9b3068/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), 
    url("//use.typekit.net/af/949f99/00000000000000003b9b3068/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), 
    url("//use.typekit.net/af/949f99/00000000000000003b9b3068/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
}


@font-face {
  font-family: "proxima-nova";
  src: url("//use.typekit.net/af/d82519/00000000000000003b9b306a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff2"), 
    url("//use.typekit.net/af/d82519/00000000000000003b9b306a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff"), 
    url("//use.typekit.net/af/d82519/00000000000000003b9b306a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("opentype");
  font-style: normal;
  font-weight: 800;
}
*/

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

/* html {
font-size: 24px;
} */

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, serif;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.3em;
  letter-spacing: -0.03em;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

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

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

blockquote, q {
  quotes: none;
}

blockquote {
  margin: 20px 0 30px;
  padding-left: 20px;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

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

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

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
} */
/* ******************************************************************************
*********************************************************************************
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: 500px;
  font-family: Lato, sans-serif;
  border:1px solid;
  padding:5px;
}

.body-wrapper .hs-error-msgs {
  list-style: none;
  margin: 10px 0;
  padding: 0 !important;
  display: block;
}

.body-wrapper .hs-error-msgs li {
  line-height: inherit;
}

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

.hs-button {
  cursor: pointer;
  text-decoration: none !important;
  outline: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: auto;
  height: auto;
  margin: 0;
  white-space: normal;
  margin-top: 15px;
  border-style: solid;
  font-weight: 700;
  line-height: 1;
  position: relative;
  font-size: 20px;
  font-family: Open Sans;
  transition: none;
}

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

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


.hs-form label {
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: Open Sans;
  font-size: 14px;
}

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

.hs-input,
.hs-search-field__input,
#hs-pwd-widget-password {
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  width: 100% !important;
  border-style: solid;
  border-width: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  height: 40px;
  background-color: #f5f8fa;
  padding: 0 15px;
  min-height: 27px;
}

.hs-input:focus,
.hs-search-field__input:focus,
#hs-pwd-widget-password:focus {
  outline: none;
}

#hs-pwd-widget-password {
  height: 40px !important;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

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

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

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

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

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

.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: 767px) {
  form {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    border: 0;
  }
}

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

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

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

/* .hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

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

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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-color: #F8FAFC;
}

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

.custom-header {
  font-family: 'Merriweather Sans',Helvetica,Arial,Lucida,sans-serif;
  line-height: 23px;
  font-size: 16px;
  font-weight: 500;
  top: 0;
  width: 100%;
  box-shadow: 0 1px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
  position: relative;
  z-index: 99999;
  display: block;
  -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;
}

.custom-header .header__container {
  text-align: left;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-right: 30px;
  padding-left: 0;
  z-index: 99;
}

.custom-header .header__container:before,
.custom-header .header__container:after {
  display: block;
  clear: both;
  content: "";
}

.custom-logo {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  position: absolute;
  height: 100%;
  width: 100%;
  padding-left: 30px;
}

.custom-logo>div.hs_cos_wrapper {
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
}

.logo_helper {
  display: inline-block;
  height: calc(100% - 2px);
  vertical-align: middle;
  width: 0;
}

.custom-logo>div.hs_cos_wrapper div.hs_cos_wrapper {
  position: static;
  height: auto;
  width: auto;
  display: inline;
}

.custom-logo a {
  border: 0 !important;
  text-decoration: none !important;
}

.custom-logo img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  margin-bottom: 0;
  display: inline-block;
  float: none;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  max-height: 30%;
  width: auto !important;
  border: 0 !important;
}

.custom-menu-group {
  float: right;
  padding-left: 250px !important;
  font-family: 'proxima-nova', Helvetica, Arial, Lucida, sans-serif !important;
  width: 100%;
  font-weight: 500 !important;
  padding: 43px 0 0 0;
}

#et_top_search {
  display: block;
  float: right;
  position: relative;
  width: 1px;
  margin: -55px 0 0 10px !important;
  cursor: pointer;
}

#et_top_search #et_search_icon:before {
  content: "\55";
  font-size: 17px;
  left: 0;
  position: absolute;
  top: -3px;
  font-family: ETmodules !important;
  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: 0px 0px;
  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 #et_top_search #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;
  z-index: auto;
}

.et_search_outer {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
}

.et_search_outer .content-wrapper.et_search_form_container {
  text-align: left;
  width: 100%;
  max-width: 100%;
  padding: 0 !important;
  padding-right: 30px !important;
  padding-left: 0 !important;
  height: 100px;
  -webkit-animation: fadeOutTop 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeOutTop 1s cubic-bezier(.77,0,.175,1) 1;
  position: relative;
  opacity: 0;
  z-index: 1 !important;
}

.search-open .et_search_outer .content-wrapper.et_search_form_container {
  z-index: 999 !important;
  -webkit-animation: fadeInTop 1s cubic-bezier(.77, 0, .175, 1) 1;
  animation: fadeInTop 1s cubic-bezier(.77, 0, .175, 1) 1;
  opacity: 1;
}

.search-open .custom-header .header__container {
  z-index: -1;
}

.custom-header-search form.et-search-form,
.custom-header-search form{
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1000;
  width: 100%;
  background: transparent !important;
  max-width: 1677px;
  padding: 0 !important;
  border: 0;
  right: 30px;
  font-family: 'Merriweather Sans',Helvetica,Arial,Lucida,sans-serif;
}
.custom-header-search form {
  height: 100px;
}

.custom-header-search form.et-search-form input,
.custom-header-search form input.hs-search-field__input{
  font-family: inherit;
  width: 90% !important;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  background: transparent;
  color: #253035;
  font-size: 14px;
  outline: 0 !important;
  padding: 1px 2px;
  letter-spacing: normal;
  line-height: normal;
}

.custom-header-search form.et-search-form input:focus,
.custom-header-search form input.hs-search-field__input:focus{
  outline: 0 !important;
}

.et_search_form_container input::-webkit-input-placeholder {
  color: #253035;
}

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

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: #253035;
}

.custom-menu-primary-desktop .navigation-primary > ul {
  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 .custom-menu-primary-desktop .navigation-primary > ul {
  opacity: 0;
  -webkit-animation: fadeOutBottom 1s cubic-bezier(.77, 0, .175, 1) 1;
  animation: fadeOutBottom 1s cubic-bezier(.77, 0, .175, 1) 1;
  z-index: auto;
}

input[type="search" i]::-webkit-search-cancel-button {
  display: none !important;
}

.custom-header-hor-space {
  height: 100px;
}


.custom-header-search .hs-search-field {
  position: static;
}
.custom-header-search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: auto;
  top: 100%;
  z-index: 9999;
  background: #fff;
  left: 30px;
  right: 30px;
  padding: 20px;
}
.et_search_outer {
  overflow: unset;
}

/* media query */


@media(min-width:981px) {
  .custom-mobile-menu-group,
  .mobile-trigger {
    display: none !important;
  }
}

@media(min-width:1299px) {
  .custom-header-search form.et-search-form,
  .custom-header-search form{
    max-width: calc(100% - 220px);
  }
}

@media (max-width:1298px) and (min-width:981px) {
  #et_top_search {
    margin: -70px 0 0 10px !important;
  }

  .custom-header-search {
    height: 100%;
  }

  .custom-header-search form.et-search-form,
  .custom-header-search form{
    max-width: 867px;
  }

  .et_search_outer .content-wrapper.et_search_form_container {
    height: 100%;
  }

  .custom-header-hor-space {
    height: 114px;
  }
  .custom-header-search form {
    height: 114px;
  }
}

@media (max-width:1100px) and (min-width:981px) {
  #et_top_search {
    margin: -80px 0 0 10px !important;
  }

  .custom-header-search form.et-search-form,
  .custom-header-search form{
    max-width: 742px;
  }
  .custom-header-search form {
    height: 128px;
  }
  .custom-header-hor-space {
    height: 128px;
  }
}

@media (max-width:980px) {
  .custom-menu-primary-desktop .navigation-primary>ul>li.online.demo {
    margin-top: 0 !important;
  }
  .custom-header {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
  }

  .custom-header .header__container {
    padding: 0;
    max-width: 1200px;
    width: 80%;
  }

  .custom-logo {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    padding-left: 0;
  }

  .custom-logo>div.hs_cos_wrapper {
    width: 100%;
  }

  .custom-logo img {
    max-width: 50%;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    max-height: 54%;
  }

  .custom-menu-group {
    padding-top: 24px;
    display: block;
  }

  .custom-menu-primary-desktop.desktop-menu {
    display: none !important;
  }

  #et_top_search {
    display: none !important;
  }

  .custom-mobile-menu-group {
    display: block;
    float: right;
  }

  .mobile-trigger {
    position: relative;
    display: block;
    line-height: 0;
    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;
    padding-bottom: 24px;
  }

  .mobile-trigger:before {
    font-family: ETmodules!important;
    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: 0px 0px;
    content: "\61";
    font-size: 32px;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
    color: #0ca8ed;
  }

  .custom-header-hor-space {
    height: 80px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
}

.footer__container {
  margin: 0 auto;
}

.custom-footer {
  display: block;
  width: 100%;
  line-height: 1.8em;
  font-size: 16px;
}

.custom-footer .footer__container {
  width: 80%;
  text-align: left;
  position: relative;
}

.custom-footer-menu {
  padding: 6% 0 0;
}

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

.custom-footer-menu .hs-menu-wrapper > ul > li {
  float: left;
  line-height: inherit;
  font-size: 13px;
  margin-right: 5.5%;
  margin-bottom: 5.5%;
  width: 12.083%;
}

.custom-footer-menu .hs-menu-wrapper > ul:before, 
.custom-footer-menu .hs-menu-wrapper > ul:after {
  display: block;
  clear: both;
  content: "";
}

.custom-footer-menu .hs-menu-wrapper > ul > li:last-child {
  margin-right: 0;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a {
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none !important;
  line-height: 1.3em;
  font-family: 'proxima-nova', Helvetica, Arial, Lucida, sans-serif !important;
  padding-bottom: 10px;
  font-size: 12px;
  padding-left: 14px;
  margin-bottom: 5px;
  font-weight: 600;
  letter-spacing: -0.01em !important;
  display: block;
  cursor: text;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  line-height: 1.7em;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > ul > li {
  font-weight: 400 !important;
  line-height: inherit;
  font-size: 13px;
  padding-left: 14px;
  position: relative;
  margin-bottom: 10px !important;
  font-family: 'proxima-nova', Helvetica, Arial, Lucida, sans-serif !important;
  letter-spacing: -0.03em !important;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > ul > li > a {
  text-decoration: none !important;
  line-height: 15px !important;
  font-size: 13px;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > ul > li:before {
  border-color: #ffffff;
  border-radius: 3px;
  border-style: solid;
  border-width: 3px;
  content: "";
  left: 0;
  position: absolute;
  top: 9px;
  top: 8.05px;
}

.custom-footer-bottom {
  padding: 15px 0 5px;
}

.custom-footer-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  float: right;
}

.custom-footer-social ul li {
  font-family: 'proxima-nova', Helvetica, Arial, Lucida, sans-serif !important;
  letter-spacing: -0.03em !important;
  font-weight: 400 !important;
  display: inline-block;
  margin-left: 20px;
  line-height: inherit;
  vertical-align: middle;
}

.custom-footer-social ul li a {
  text-decoration: none;
  position: relative;
  text-align: center;
  display: inline-block;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  font-size: 14px;
}

.custom-footer .et-social-icon span {
  display: none;
}

.custom-footer .et-social-icon a:hover,
.custom-footer .et-social-icon a:focus {
  text-decoration: underline;
  opacity: .7;
}

.custom-footer-bottom .bottom-container:before, 
.custom-footer-bottom .bottom-container:after {
  display: block;
  clear: both;
  content: "";
}

.custom-footer-social {
  float: right;
}

.custom-footer-copyright {
  text-align: left;
  padding-bottom: 10px;
  float: left;
  font-family: 'proxima-nova', Helvetica, Arial, Lucida, sans-serif !important;
  letter-spacing: -0.03em !important;
  font-weight: 400;
  line-height: 15px;
  font-size: 13px;
}

.custom-footer-copyright p {
  font-family: inherit;
  font-weight: inherit;
  margin: 0;
}

.et-pb-icon {
  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;
}

.et_pb_scroll_top.et-pb-icon {
  text-align: center;
  background: rgba(0,0,0,.4);
  text-decoration: none;
  position: fixed;
  z-index: 99999;
  bottom: 125px;
  right: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: none;
  cursor: pointer;
  font-size: 30px;
  padding: 5px;
  color: #fff;
  opacity: 0;
  -webkit-animation: fadeOutRight 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeOutRight 1s cubic-bezier(.77,0,.175,1) 1;
  display: inline;
}

.et_pb_scroll_top:before {
  content: "2";
}

.scroll-header .et_pb_scroll_top.et-pb-icon {
  opacity: 1;
  -webkit-animation: fadeInRight 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInRight 1s cubic-bezier(.77,0,.175,1) 1;
}

.custom-footer-hor-space {
  height: 30px;
  float: right;
}

@media (max-width:980px) {
  .custom-footer-menu {
    padding: 8% 0;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li:nth-child(n) {
    width: 46.25%!important;
    margin: 0 7.5% 7.5% 0!important;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li:nth-child(2n) {
    margin-right: 0!important;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li:nth-last-child(-n+2) {
    margin-bottom: 0!important;
  }

  .custom-footer-social {
    float: none;
    text-align: center;
  }

  .custom-footer-social ul {
    margin: 0 0 5px;
    float: none;
    text-align: center;
  }

  .custom-footer-copyright {
    float: none;
    text-align: center;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li>a {
    font-size: 19px;
    display: inline-block;
  }

  .custom-footer-hor-space {
    display: none;
  }
}


@media (max-width:767px) {
  .custom-footer-menu {
    padding: 10% 0;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li {
    width: 100%!important;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li:nth-child(n) {
    width: 100% !important;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li:nth-child(n) {
    margin-bottom: 9.5%!important;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li:last-child {
    margin-bottom: 0!important;
  }
}

@media (max-width:479px) {
  .custom-footer-menu {
    padding: 12% 0;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li:nth-child(n) {
    margin-bottom: 11.5%!important;
  }
}
/* ******************************************************************************
*********************************************************************************
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 */
.content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}

.hs-blog-listing, .hs-blog-post {
  line-height: 1.8em;
  font-size: 16px;
  font-family: Open Sans,Arial,sans-serif;
  font-weight: 500;
}

.custom-blog-outer-main-body {
  display: block;
  width: 100%;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}

.custom-blog-banner {
  display: block;
  width: 100%;              
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: relative;
  padding: 0;
  background-color: #ffffff !important;
}

.blog-banner-wrap {
  display: block;
  width: 100%;
  height: 200px;
  text-align: left !important;
  color: #fff;
  padding: 25px 0;
  position: relative;
  background-position: 30% !important;
  background-size: cover !important;
}

.custom-blog-banner .content-wrapper {
  position: relative;
  z-index: 3;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-header-content-container {
  width: 100%;
  -webkit-align-self: left;
  -ms-align-self: left;
  -ms-flex-item-align: left;
  align-self: left;
  -webkit-align-self: left;
  -ms-align-self: left;
  -ms-flex-item-align: left;
  align-self: left;
  vertical-align: center !important;
}

.blog-banner-content {
  padding: 0px;
  text-align: left;
  margin: 0px;
  width: 80%;
  max-width: 800px;
  vertical-align: center !important;
}

.custom-blog-banner h1.blog-title {
  font-family: 'proxima-nova', Helvetica, Arial, Lucida, sans-serif !important;
  letter-spacing: -0.03em !important;
  margin: 0;
  padding-bottom: 0px !important;
  line-height: 1.3em;
  color: #fff !important;
  font-weight: 900;
  font-size: 42px;
  text-align: left;
}

.blog-text-group {
  display: block;
  font-family: 'proxima-nova', Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 500;
  font-size: 24px;
}

.et_pb_header_content_wrapper {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 300;
}

.blog-banner-subscribe-button {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  line-height: .3em !important;
  position: relative;
  color: inherit;
  text-shadow: none;
  font-family: 'proxima-nova', Helvetica, Arial, Lucida, sans-serif !important;
  letter-spacing: -0.03em !important;
  font-size: 15px;
  background-color: #0ca8ed;
  border-width: 2px !important;
  border-color: #ffffff;
  border-radius: 25px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 300ms ease 0ms,background-color 300ms ease 0ms,border 300ms ease 0ms;
  margin-top: 20px;
  display: inline-block;
  padding: 15px 40px !important;
}

.blog-banner-subscribe-button:hover,
.blog-banner-subscribe-button:focus {
  border: 2px solid transparent;
  color: #404e55 !important;
  background: rgba(255,255,255,0) !important;
  border-color: #404e55 !important;
  border-radius: 24px;
  text-decoration: none !important;
}

.custom-blog-content-group {
  position: relative;
  padding: 105px 0;
  background-color: #ffffff;
  display: block;
  width: 100%;
}

.custom-blog-content-group .content-wrapper {
  padding: 15px 0;
  position: relative;
}

.blog-index {
  width: 100%;
  position: relative;
  z-index: 2;
}

.post-listing {
  position: relative;
  display: block;
  width: 100%;
}

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

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

.post-item-inner {
  padding: 19px;
  background-color: #fff;
  display: block;
  border: none !important;
  margin-bottom: 30px;
}

.custom-featured-image-wrapper {
  position: relative;
  margin: -20px -20px 29px;
}

.custom-featured-image-wrapper a.entry-featured-image-url {
  text-decoration: none !important;
  display: block;
  position: relative;
  margin-bottom: 30px;
  font-family: "Open Sans", Arial, sans-serif;
}

.custom-featured-image-wrapper img {
  min-width: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  vertical-align: bottom;
  border: 0;
}

.post-item h2.entry-title {
  font-weight: 500;
  margin: 0;
  padding-bottom: 10px;
  font-family: 'proxima-nova', Helvetica, Arial, Lucida, sans-serif !important;
  letter-spacing: -0.03em !important;
  color: #253035;
  line-height: 1.3em;
  font-size: 19px;
}

.post-item h2.entry-title a {
  text-decoration: none !important;
  color: inherit;
  font-family: proxima-nova, Helvetica, Arial, Lucida, sans-serif;
}

.post-item p.post-meta {
  text-transform: uppercase;
  font-size: 11px;
  color: #253035!important;
  line-height: 1em;
  margin-bottom: 6px;
  padding: 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 500;
}

.post-item p.post-meta a {
  text-transform: uppercase;
  font-size: 11px;
  color: #253035!important;
  line-height: 1em;
  text-decoration: none !important;
  font-family: inherit;
}

.blog-pagination {
  border-top: 1px solid #e2e2e2;
  padding-top: 13px;
  clear: both;
  margin-bottom: 30px;
  text-align: center!important;
}

.blog-pagination a, .blog-pagination span {
  padding: 3px 5px;
  font-weight: 400!important;
  border: none!important;
  margin: 0 5px;
  text-decoration: none;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px!important;
  color: #253035!important;
}

.blog-pagination a:hover, .blog-pagination a:focus {
  text-decoration: underline;
  color: #253035!important;
}

.blog-pagination a.active {
  color: #253035!important;
  text-decoration: none !important;
  pointer-events: none;
}

.custom-blog-subscribe-section {
  position: relative;
  padding: 105px 0;
  padding-top: 0px;
  background-color: #ffffff!important;
}

.custom-blog-subscribe-section .content-wrapper {
  padding: 15px 0;
  position: relative;
}

.subscribe-title-group {
  width: 100%;
  position: relative;
  z-index: 2;
}

.subscribe-title-group h2 {
  font-family: 'proxima-nova', Helvetica, Arial, Lucida, sans-serif !important;
  letter-spacing: -0.03em !important;
  font-weight: 500;
  padding-bottom: 10px;
  margin: 0;
  text-align: center;
  color: #253035;
  line-height: 1.3em;
  font-size: 27px;
}

.custom-blog-subscribe-hor-space {
  min-height: 1px;
  width: 20.875%;
}

.col-subscribe {
  position: relative;
  z-index: 2;
  float: left;
  margin-right: 5.5%;
}

.col-subscribe:last-child {
  margin-right: 0 !important;
}

.custom-blog-subscribe-section .content-wrapper.bottom-subscribe-container:before, 
.custom-blog-subscribe-section .content-wrapper.bottom-subscribe-container:after {
  display: block;
  clear: both;
  content: "";
}

.custom-blog-subscribe-form.col-subscribe {
  width: 47.25%;
}

.custom-blog-subscribe-form h3.form-title {
  display: none !important;
}

.custom-blog-subscribe-form form {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  font-family: inherit;
}

.custom-blog-subscribe-form .hs-form-field > label {
  color: #253035;
  font-family: Open Sans;
  font-size: 15px;
}

.custom-blog-subscribe-form input.hs-button.primary.large {
  font-size: 12px;
  font-family: Open Sans;
  padding: 12px 24px;
  margin: 0;
}

.custom-blog-subscribe-form .actions {
  margin-top: 18px;
  margin-bottom: 17px;
  padding: 17px 0px;
  text-align: left;
  padding-bottom: 0;
}

.body-wrapper .custom-blog-subscribe-form .hs-error-msgs label {
  font-family: Open Sans;
  font-size: 15px;
}

.body-wrapper .custom-blog-subscribe-form .hs_error_rollup .hs-error-msgs label {
  font-size: 14px;
}

/* hs blog post */

.vyopta-blog-heading {
  background: #fff;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.vyopta-blog-heading .content-wrapper {
  text-align: center;
  max-width: 700px;
  padding-left: 0!important;
  padding-right: 0!important;
  position: relative;
  padding-top: 58px;
  margin: auto;
}

.vyopta-blog-heading .content-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #e2e2e2;
  background-color: transparent;
  right: 20.875%!important;
}

.blog-post-banner .entry-title {
  font-weight: 500;
  margin: 0;
  padding-bottom: 10px;
  font-family: 'proxima-nova', Helvetica, Arial, Lucida, sans-serif !important;
  letter-spacing: -0.03em !important;
  color: #253035;
  font-size: 50px;
  line-height: 1em;
}

.blog-post-banner .vyopta-post-meta {
  display: block;
  color: #253035;
  text-transform: uppercase;
  font-family: 'proxima-nova', Helvetica, Arial, Lucida, sans-serif;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.blog-post-banner .vyopta-post-meta a {
  color: #253035;
  font-family: 'proxima-nova', Helvetica, Arial, Lucida, sans-serif;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.hs-blog-post .custom-blog-content-group {
  padding: 0;
}

.hs-blog-post .custom-blog-content-group .content-wrapper {
  max-width: 700px;
  padding-left: 0!important;
  padding-right: 0!important;
  padding-top: 58px;
  padding-bottom: 0;
}

.hs-blog-post .custom-blog-content-group .content-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: transparent;
  right: 20.875%!important;
}

.post-featured-image img {
  width: 100%;
  height: auto;
  display: block;
  margin: -70px auto 0 auto;
  max-width: 100%;
  border: 0;
}

.post-featured-image {
  display: block;
  width: 100%;
}

.blog-post {
  margin-bottom: 27px;
  padding-bottom: 25px;
  display: block;
}

.custom-blog-post-content {
  padding: 105px 0;
  position: relative;
  background-color: #fff;
}

.custom-blog-post-content .col-post-content {
  padding: 15px 0;
  width: 100%;
  position: relative;
}

.blog-post__body p {
  font-family: 'proxima-nova', Helvetica, Arial, Lucida, sans-serif !important;
  letter-spacing: -0.03em !important;
  font-weight: 400 !important;
  color: #253035 !important;
  text-align: left;
  padding-bottom: 1em;
  margin: 0;
}

.blog-post__body p:last-of-type {
  padding-bottom: 0;
}

.col-author {
  position: relative;
  z-index: 2;
  float: left;
  width: 47.25%;
  margin-right: 5.5%;
}

.custom-blog-post-content .blog-post-author-section:before,
.custom-blog-post-content .blog-post-author-section:after {
  display: block;
  clear: both;
  content: "";
}

.col-author:last-child {
  margin-right: 0!important;
}

.custom-blog-author-image p {
  font-family: 'proxima-nova', Helvetica, Arial, Lucida, sans-serif !important;
  letter-spacing: -0.03em !important;
  font-weight: 400 !important;
  color: #253035 !important;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.custom-blog-author-image .image-container {
  width: 500px;
  margin-left: auto!important;
  margin-right: auto!important;
  margin-bottom: 0;
}

.custom-blog-author-image .image-container .author-image-wrap {
  vertical-align: top;
  position: relative;
  display: block !important;
}

.custom-blog-author-image img.author-img {
  display: inline;
  float: left;
  margin-right: 15px;
  max-width: 300px;
  height: auto;
  width: 100%;
}

.custom-blog-author-bio .bio-inner {
  text-align: left;
  position: relative;
}

.custom-blog-author-bio p {
  font-family: 'proxima-nova', Helvetica, Arial, Lucida, sans-serif !important;
  letter-spacing: -0.03em !important;
  font-weight: 400 !important;
  color: #253035 !important;
  padding-bottom: 1em;
  margin: 0;
}

.custom-blog-author-bio p:last-of-type {
  padding-bottom: 0;
}

.blog-comments {
  max-width: 100%;
  margin: 0 auto;
  margin-top:0;
}

.blog-comments form {
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  border: 0 !important;
  margin-top: 30px !important;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

.comment-date {
  display: block !important;
  text-align: left !important;
}

.custom-related-posts-section {
  position: relative;
  background-color: #fff;
  display: block;
  width: 100%;
  padding: 105px 0;
}

.custom-related-posts-section .content-wrapper {
  padding: 15px 0;
  width: 100% !important;
  position: relative;
}

.custom-related-posts-section h2 {
  font-size: 19px;
  margin-top: 30px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
  font-family: 'proxima-nova', Helvetica, Arial, Lucida, sans-serif !important;
  letter-spacing: -0.03em !important;
  color: #253035;
  line-height: 1.3em;
  font-weight: 500;
  padding-bottom: 10px;
}

.custom-related-posts-section h2:before {
  border-top: 2px solid #dfdfdf;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.custom-related-posts-section h2 span {
  background: #fff;
  padding: 0 15px;
}

.custom-related-posts-wrap {
  display: block;
  width: 100%;
}

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

.related-post-item {
  position: relative;
  z-index: 2;
  float: left;
  margin-right: 5.5%;
  width: 29.6667%;
  margin-left: 0px;
}

.related-post-item:last-child {
  margin-right: 0!important;
}

.related-image a {
  text-decoration: none !important;
}

.related-image img {
  width: 100%;
  max-width: 340px;
  height: 235px;
  object-fit: cover;
  border: 0;
}

.related-post-item h4.related-title {
  font-weight: 500;
  padding-bottom: 10px;
  font-family: 'proxima-nova', Helvetica, Arial, Lucida, sans-serif !important;
  letter-spacing: -0.03em !important;
  color: #253035;
  line-height: 1.3em;
  font-size: 18px;
  margin: 0;
}

.related-post-item h4.related-title a {
  color: inherit;
}

.blog-outer-page {
  background: #e2e2e2;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover !important;
  background-position: 30% !important;
}

.blog-outer-page .category-name {
  max-width: 700px;
}

.blog-outer-page h1 {
  font-weight: 800 !important;
  font-family: 'proxima-nova', Helvetica, Arial, Lucida, sans-serif !important;
  letter-spacing: -0.03em !important;
  text-align: left !important;
  color: #ffffff !important;
  line-height: 1em;
  margin: 0;
}

.topic-page .blog-outer-page h1 {
  text-transform: capitalize;
  color: #ffffff !important;
  font-size: 42px !important;
  text-align: left !important;
  font-weight: 800 !important;
  padding-right: 350px !important;
}



.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #F3F3F3;
  margin-bottom: 10px;
  max-width: 96%;
  padding: 8px;
  text-align: center;
}
.aligncenter, div.post .new-post .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.et_pb_post .entry-content p {
  font-family: 'proxima-nova', Helvetica, Arial, Lucida, sans-serif !important;
  letter-spacing: -0.03em !important;
  font-weight: 400 !important;
  color: #253035 !important;
}
.wp-caption p.wp-caption-text {
  font-size: 12px;
  padding: 0 4px 5px;
  margin: 0;
  text-align: center;
}
.custom-blog-post-content img {
  max-width: 100%;
  height: auto;
}

.custom-blog-post-content figure {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  margin-bottom: 10px;
  max-width: 96%;
  padding: 8px;
  margin-top: 0;
}

.custom-blog-post-content figcaption {
  font-size: 12px;
  padding: 0 4px 5px;
  margin: 0;
  font-family: 'proxima-nova', Helvetica, Arial, Lucida, sans-serif !important;
  letter-spacing: -0.03em !important;
  font-weight: 400 !important;
  color: #253035 !important;
}

.custom-blog-post-content h2 {
  font-size: 27px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 10px;
}

.custom-blog-post-content ul {
  margin: 0;
  padding: 0 0 1em 1em;
  font-family: 'proxima-nova',Helvetica,Arial,Lucida,sans-serif !important;
  letter-spacing: -0.03em !important;
  font-weight: 400 !important;
}

.custom-blog-post-content ul li {
  line-height: 26px;
  list-style: disc;
}
.custom-blog-post-content .testimonial {
  background-color: #F5F5F5;
  padding-top: 60px!important;
  margin-top: 60px!important;
  margin-bottom: 60px!important;
  background-color: #F5F5F5;
}
.custom-blog-post-content .testimonial * {
  font-size: 25px;
}
.custom-blog-post-content .testimonial * {
  font-size: 25px;
}
.custom-blog-post-content .testimonial_description,
.custom-blog-post-content .testimonial_description_inner {
  display: block;
  position: relative;
}
.custom-blog-post-content .testimonial .testimonial_content p {
  padding-bottom: 1em;
  text-align: center;
}
.custom-blog-post-content .testimonial:before {
  font-family: ETmodules!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  content: "\7c";
  font-size: 32px;
  left: 50%;
  position: absolute;
  top: -16px;
  background: #F5F5F5;
  margin-left: -16px;
  border-radius: 31px;
  z-index: 2;
}
.custom-blog-post-content .testimonial {
  position: relative;
  padding: 30px;
  line-height: 1.5;
  text-align:center;
}

.blog-post__body pre {
  color: #FFFFFF!important;
  text-align: center;
  line-height: 1.3em;
  font-size: 23px;
  font-family: 'proxima-nova', Helvetica, Arial, Lucida, sans-serif !important;
  letter-spacing: -0.03em;
  /* padding-bottom: 10px; */
  background-color: #253035;
  padding: 50px 50px 30px 50px;
  margin-top: 50px;
  margin-bottom: 0;
}
.blog-post__body pre .hs_button {
  display: inline-block;
  transition: all 300ms ease 0ms;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  position: relative;
  font-family: 'proxima-nova', Helvetica, Arial, Lucida, sans-serif !important;
  letter-spacing: -0.03em !important;
  font-size: 15px;
  background-color: #0CA8ED;
  border-width: 1px!important;
  border-color: #0CA8ED;
  border-radius: 24px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  padding: .3em 1em;
  color: #fff;
  line-height: 1.7em;
}
.blog-post__body pre .hs_button:hover {
  color: #0CA8ED!important;
  background: rgba(255,255,255,0)!important;
  border-color: #0CA8ED!important;
  border-radius: 24px;
  border: 2px solid transparent;
}

.custom-blog-post-content table {
  border: 1px solid #eee;
  margin: 0 0 15px;
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.custom-blog-post-content table td {
  border-top: 1px solid #eee;
  padding: 6px 24px;
  border: 0;
  border-top: 1px solid #eee;
}

.custom-blog-post-content img.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}

.custom-blog-post-content h1 {
  font-size: 32px;
  font-family: 'proxima-nova', Helvetica, Arial, Lucida, sans-serif !important;
  letter-spacing: -0.03em !important;
  font-weight: 500;
}

.custom-blog-post-content h3 {
  font-size: 23px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 10px;
}

.custom-blog-post-content ol {
  list-style-position: inside;
  padding: 0 0 23px;
  line-height: 26px;
  margin: 0;
  font-family: 'proxima-nova', Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: normal;
  letter-spacing: -0.03em !important;
}

.custom-blog-post-content ol li {
  line-height: 26px;
}

.custom-blog-post-content ol li ol {
  padding: 2px 0 2px 35px;
}

.blog-post__body .hs_button {
  display: inline-block;
  transition: all 300ms ease 0ms;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  position: relative;
  font-family: 'proxima-nova', Helvetica, Arial, Lucida, sans-serif !important;
  letter-spacing: -0.03em !important;
  font-size: 15px;
  background-color: #0CA8ED;
  border-width: 1px!important;
  border-color: #0CA8ED;
  border-radius: 24px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  padding: .3em 1em;
  color: #fff;
  line-height: 1.7em;
  margin: 3px 0 42px;
}
.blog-post__body .hs_button:hover {
  color: #0CA8ED!important;
  background: rgba(255,255,255,0)!important;
  border-color: #0CA8ED!important;
  border-radius: 24px;
  border: 2px solid transparent;
}

.blog-post__body h4 {
  font-size: 19px;
  padding-bottom: 10px;
  font-weight: 500;
  margin: 0;
}

.blog-post__body blockquote p {
  padding-bottom: 0;
}

.hs-responsive-embed-inner-wrapper {
  margin-bottom: 30px !important;
}

.custom-blog-post-content .hs_testimonial {
  position: relative;
  padding: 30px;
  line-height: 1.5;
  color: #fff;
  background-color: #212E33;
  background-color: #212E33;
  text-align: center;
  margin-bottom: 30px;
}
.custom-blog-post-content .hs_testimonial .hs_testimonial_content p {
  font-family: 'proxima-nova', Helvetica, Arial, Lucida, sans-serif !important;
  letter-spacing: -0.03em !important;
  font-weight: 400 !important;
  color: #fff !important;
  text-align: center;
  padding-bottom: 1em;
}
.custom-blog-post-content .hs_testimonial  span.hs_testimonial_author {
  margin-top: 32px;
  font-weight: 700;
  display: block;
}
.custom-blog-post-content .hs_testimonial:before {
  font-family: ETmodules!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  content: "\7c";
  font-size: 32px;
  left: 50%;
  position: absolute;
  top: -16px;
  background: #F5F5F5;
  margin-left: -16px;
  border-radius: 31px;
  z-index: 2;
}

ol.list li,
ul.list li{
  margin-left: 50px;
}

ol.list {
  padding-bottom: 1em;
}


.col-wrapper:after {
  content: "";
  display: table;
  width: 100%;
}

.et_pb_testimonial {
  position: relative;
  padding: 30px;
  line-height: 1.5;
}

.et_pb_bg_layout_dark {
  color: #fff!important;
}

.et_pb_testimonial_1.et_pb_testimonial {
  background-color: #222d32;
}

.et_pb_testimonial:before {
  font-family: ETmodules!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  content: "\7c";
  font-size: 32px;
  left: 50%;
  position: absolute;
  top: -16px;
  background: #f5f5f5;
  margin-left: -16px;
  border-radius: 31px;
  z-index: 2;
}

.et_pb_testimonial_author {
  margin-top: 32px;
  font-weight: 700;
  display: block;
}

.et_pb_testimonial_description .et_pb_testimonial .et_pb_testimonial_meta {
  padding-bottom: 0;
  font-family: 'proxima-nova', Helvetica, Arial, Lucida, sans-serif !important;
  letter-spacing: -0.03em !important;
  font-weight: 400 !important;
  color: #253035 !important;
}

.et_pb_text_align_center {
  text-align: center;
}

.et_pb_bg_layout_dark .et_pb_testimonial_description a {
  color: #fff;
}

.et_pb_testimonial_description  p.et_pb_testimonial_meta {
  text-align: center;
}

.et_pb_testimonial p.et_pb_testimonial_meta {
  text-align: center;
}

.et_pb_testimonial .et_pb_testimonial_content p {
  padding-bottom: 1em;
}

.custom-blog-post-content iframe {
  border: 0;
}

.custom-blog-post-content img.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
}

.custom-blog-post-content .et_pb_team_member_image {
  float: left;
  max-width: 320px;
  margin-right: 30px;
  display: table-cell;
  line-height: 0!important;
  position: relative;
}
.custom-blog-post-content .et_pb_team_member_description {
  display: table-cell;
  vertical-align: top;
  position: relative;
}

.custom-blog-post-content .et_pb_member_social_links {
  list-style-type: none!important;
  margin-top: 20px !important;
  padding: 0 !important;
}

.custom-blog-post-content .et_pb_member_social_links li {
  display: inline-block;
  margin-right: 15px;
}

.custom-blog-post-content .et_pb_member_social_links a {
  display: inline-block;
  font-size: 16px;
  position: relative;
  text-align: center;
  -webkit-transition: color .3s ease 0s;
  transition: color .3s ease 0s;
  color: #b2b2b2;
  text-decoration: none;
}

.custom-blog-post-content .et_pb_linkedin_icon:before {
  font-family: ETmodules!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  content: "\e09d";
}

.custom-blog-post-content .et_pb_member_social_links span {
  display: none;
}

.custom-blog-post-content .et_pb_team_member_1 {
  margin-bottom: 30px;
}

.custom-blog-post-content ul.et_pb_social_media_follow {
  list-style-type: none!important;
  margin: 0 0 22px;
  padding: 0;
  line-height: 26px;
}

.custom-blog-post-content .et_pb_social_media_follow li {
  display: inline-block;
  margin-bottom: 8px;
  position: relative;
}

.custom-blog-post-content .et_pb_social_media_follow li a {
  margin-right: 8px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  position: relative;
}

.custom-blog-post-content .et_pb_social_media_follow_network_2 a.icon {
  background-color: #00aced!important;
}

.custom-blog-post-content .et_pb_social_media_follow li a.icon {
  height: 32px;
  width: 32px;
  padding: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.custom-blog-post-content .et_pb_social_media_follow li a.icon {
  border-radius: 3px;
}

.custom-blog-post-content .et-social-twitter a.icon:before {
  content: "\e094";
}

.custom-blog-post-content .et_pb_social_icon a.icon:before{
  font-family: ETmodules!important;
  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;
}

.custom-blog-post-content .et_pb_social_media_follow li a.icon:before {
  height: 32px;
  width: 32px;
  font-size: 16px;
  line-height: 32px;
  display: block;
  color: #fff;
  transition: color .3s;
  -moz-transition: color .3s;
  -webkit-transition: color .3s;
  position: relative;
  z-index: 10;
}

.custom-blog-post-content .et_pb_social_media_follow_network_name {
  display: none;
}

.custom-blog-post-content .et_pb_social_media_follow li a {
  margin-right: 8px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  position: relative;
}

.custom-blog-post-content .et_pb_social_media_follow li a.follow_button {
  padding: 0 12px;
  margin-top: 5px;
  margin-right: 25px;
  font-size: 14px;
  line-height: 1.6em;
  background: rgba(0,0,0,.1);
  color: rgba(0,0,0,.5);
  border-radius: 3px;
  border-width: 0;
  border-style: solid;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
}

.custom-blog-post-content .et_pb_social_media_follow.has_follow_button li:last-child a.icon {
  margin-right: 8px;
}

.custom-blog-post-content .et_pb_social_media_follow_network_3 a.icon {
  background-color: #00aced!important;
}

.custom-blog-post-content .et_pb_social_media_follow li a.follow_button:hover {
  background: rgba(0,0,0,.2);
  color: rgba(0,0,0,.6);
}
.custom-blog-post-content .et_pb_promo_description {
  background-color: #0ca8ed;
  padding: 40px;
  text-align: center;
  color: #fff!important;
}

.custom-blog-post-content .et_pb_promo_description h2 {
  color: inherit;
}

.custom-blog-post-content a {
  font-family: inherit;
}

.custom-blog-post-content hr {
  height: 0px;
  border-style: inset;
  border-width: 1px;
}

.cm_pb_testimonial.et_pb_testimonial_1.et_pb_testimonial {
  border-left: 6px solid #0a8dc6;
  padding-top: 45px!important;
  margin-top: -40px!important;
  background-color: #ffffff;
  box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}
.cm_pb_testimonial.et_pb_testimonial_1.et_pb_testimonial:before {
  color: #0a8dc6;
  background-color: #ffffff;
}

.cm_pb_testimonial.et_pb_testimonial .et_pb_testimonial_content p {
  font-size: 21px;
  text-align: center;
}

.cm_pb_testimonial.et_pb_testimonial .et_pb_testimonial_author {
  color: #0ca8ed!important;
  font-size: 22px;
}

.custom-blog-post-content h2 a {
  color: inherit;
  text-decoration: none;
}

.custom-blog-post-content .et_pb_row:after {
  content: "";
  display: table;
  width: 100%;
}

.custom-blog-post-content .et_pb_column_1_3 .et_pb_team_member_image {
  margin: 0 0 12px;
  text-align: center;
}

.custom-blog-post-content .et_pb_column_1_3 h4 {
  font-size: 18px;
}

.custom-blog-post-content .et_pb_testimonial_blue_border {
  border: 0 solid #333;
  box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
  background-color: #FFFFFF;
  border-color: #0A8DC6;
  border-left-width: 6px;
  padding-top: 45px!important;
  margin-top: -40px!important;
  background-color: #FFFFFF;
  position: relative;
  padding: 30px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.custom-blog-post-content .et_pb_testimonial_blue_border::before {
  content: "\7c";
  font-size: 32px;
  left: 50%;
  position: absolute;
  top: -16px;
  background: #F5F5F5;
  margin-left: -16px;
  border-radius: 31px;
  z-index: 2;
  color: #0A8DC6;
  background-color: #FFFFFF;
}
.custom-blog-post-content .et_pb_testimonial_blue_border .et_pb_testimonial_content p {
  font-size: 21px;
  text-align: center;
}

.custom-blog-post-content .et_pb_testimonial_blue_border span.et_pb_testimonial_author {
  font-size: 22px;
  color: #0CA8ED;
}

.et_pb_testimonial_1.et_pb_testimonial.cm_testimonial {
  background-color: #f5f5f5;
}

.custom-blog-post-content .custom-blue-box-group {
  text-align: center;
  background-color: #253035;
  padding: 50px 50px 30px 50px!important;
  color: #fff;
  margin-top: 21px;
}
.custom-blog-post-content .custom-blue-box-group h3,
.custom-blog-post-content .custom-blue-box-group h2,
.custom-blog-post-content .custom-blue-box-group h1 {
  color: #fff;
  margin-bottom: 17px;
}

.custom-blog-post-content h3 a {
  color: inherit;
}

.blog-post__body a.hs_button.webinar {
  border-radius: 12px;
  font-size: 24px;
  padding: .3em 1em;
}

.blog-post__body a.hs_button.webinar:before {
  position: absolute;
  -webkit-transition: all .2s;
  transition: all .2s;
  text-transform: none;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  content: attr(data-icon);
  font-family: "ETmodules"!important;
  line-height: inherit;
  font-size: inherit!important;
  opacity: 0;
  margin-left: -1.3em;
  right: auto;
  display: inline-block;
}

.blog-post__body a.hs_button.webinar:hover {
  padding-right: 0.7em!important;
  padding-left: 2em!important;
}

.blog-post__body a.hs_button.webinar:hover:before {
  margin-left: .3em;
  right: auto;
  margin-left: -1.3em;
  opacity: 1;
}

.custom-blog-author-bio.col-author.full_width {
  width: 100%;
}
.et_pb_testimonial_description_inner+.et_pb_testimonial_meta>span {
  display: inline-block;
  margin-top: 32px;
}
.cm_pb_testimonial.et_pb_testimonial_1.et_pb_testimonial .et_pb_testimonial_meta {
  font-size: 21px;
  color: #0ca8ed !important;
}
.custom-blog-post-content .et_pb_row > .et_pb_column.et_pb_column_1_4 .et_pb_team_member_image{
  float: none;
  display: block;
  width: auto;
  margin: 0 0 12px;
  text-align: center;
}
.custom-blog-post-content .et_pb_row > .et_pb_column {
  float: left;
}
.custom-blog-post-content .et_pb_row > .et_pb_column.et_pb_column_1_4:last-child {
  margin-right: 0 !important;
}
.custom-blog-post-content h3 a img {
  vertical-align: bottom;
}
.et_pb_member_social_links a:hover {
  color: #0ca8ed;
  text-decoration: underline;
}
.custom-blog-post-content .et_pb_blurb_content {
  max-width: 550px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.custom-blog-post-content iframe {
  width: 100%;
  height: 100%;
}

.cm-author-content > div img {
  border-radius: 50%;
  width: 90px;
  float: left;
}

.cm-author-content * {
  color: #fff;
}

.cm-author-content p.et_pb_testimonial_meta {
  text-align: left;
}

.cm-author-content:before{
  display: none;
}

.cm-author-content a:hover {
  color: #fff;
}
.et_pb_testimonial_portrait {
  float: left;
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  margin-right: 30px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;    
  border-radius: 90px;
}
.et_pb_testimonial_portrait:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
  box-shadow: inset 0 0 3px rgba(0,0,0,.3);
}

.et_pb_testimonial.et_pb_testimonial_no_bg {
  padding: 30px 0 0;
}
.custom-blog-post-content table td {
  vertical-align: middle;
}
.et_pb_testimonial.et_pb_testimonial_no_bg:before {
  display: none;
}

.et_pb_testimonial.et_pb_testimonial_no_bg .et_pb_testimonial_portrait:before {
  border-radius: 90px;
}
.et_pb_testimonial.et_pb_testimonial_no_bg .et_pb_testimonial_description {
  display: block;
  position: relative;
}
.et_pb_text_align_center p {
  text-align: center;
}
.et_pb_testimonial_2.et_pb_testimonial {
  background-color: #e2e2e2;
  background-color: #e2e2e2;
}
.et_pb_testimonial_3.et_pb_testimonial {
  background-color: #e2e2e2;
  background-color: #e2e2e2;
}
.et_pb_section_3.et_pb_section {
  padding: 40px!important;
  background-color: #253035!important;
}

.et_pb_text_11 h3 {
  font-size: 18px;
  color: #ffffff!important;
  text-align: center;
}

.et_pb_text_11 h2 {
  font-size: 24px;
  color: #ffffff!important;
  text-align: center;
}

.et_pb_button_module_wrapper.et_pb_button_alignment_center {
  text-align: center;
}

.et_pb_row_11.et_pb_row {
  padding: 0 !important;
}

/* Accordion js */

.custom-blog-post-content .et_builder_inner_content {
  position: relative;
  z-index: 1;
}
.custom-blog-post-content .et_pb_toggle {
  border: 1px solid #d9d9d9;
}
.custom-blog-post-content .et_pb_toggle_close {
  background-color: #f4f4f4;
  padding: 20px;
}
.custom-blog-post-content .et_pb_toggle_open {
  padding: 20px;
  background-color: #fff;
}
.custom-blog-post-content .et_pb_toggle_open {
  z-index: 1;
}
.custom-blog-post-content .et_pb_accordion .et_pb_toggle {
  margin-bottom: 10px;
  position: relative;
}
.custom-blog-post-content .et_pb_toggle .et_pb_toggle_title, .et_pb_toggle h5.et_pb_toggle_title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3em;
  cursor: pointer;
  position: relative;
  padding: 0 50px 0 0;
  margin: 0;
}
.custom-blog-post-content .et_pb_toggle_open .et_pb_toggle_title, 
.custom-blog-post-content .et_pb_toggle_open h5.et_pb_toggle_title {
  color: #333;
}
.custom-blog-post-content .et_pb_toggle_content {
  padding-top: 20px;
  position: relative;
}
.custom-blog-post-content .et_pb_toggle_close .et_pb_toggle_title, .et_pb_toggle_close h5.et_pb_toggle_title {
  color: #666;
}
.custom-blog-post-content .et_pb_toggle_title:before{
  font-family: ETmodules!important;
  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;
}
.custom-blog-post-content .et_pb_toggle_title:before {
  content: "\e050";
  position: absolute;
  right: 0;
  font-size: 16px;
  color: #ccc;
  top: 50%;
  margin-top: -.5em;
}
.custom-blog-post-content .et_pb_accordion .et_pb_toggle_title:before, 
.custom-blog-post-content .et_pb_toggle .et_pb_toggle_title:before {
  right: 0;
  left: auto;
}

.custom-blog-post-content .et_pb_gutters3 .et_pb_row {
  padding: 0;
}

.et_pb_toggle_close .et_pb_toggle_content {
  display: none;
}
.et_pb_toggle_open h5.et_pb_toggle_title:before {
  display: none;
}
.custom-blog-post-content {
  padding-bottom: 0;
}

.custom-blog-post-content hr.border-hr {
  border: none;
  background: transparent;
  border-top: 1px solid #B3B3B3;
}
.custom-blog-post-content  .et_pb_testimonial_1.et_pb_testimonial .et_pb_testimonial_portrait:before {
  box-shadow: none;
}
.vidyard_player span {
  max-width: 100%;
}
.custom-slider-wrapper button.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
  color: #fff;
  margin-top: -24px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 0;
  width: 48px;
  height: 48px;
  color: #333;
}

.custom-slider-wrapper button.slick-prev.slick-arrow {
  left: -22px;
}

.custom-slider-wrapper button.slick-next.slick-arrow {
  right: -22px;
}

.custom-slider-wrapper:hover button.slick-prev.slick-arrow {
  opacity: 1;
  left: 22px;
}

.custom-slider-wrapper button.slick-arrow:before {
  font-family: ETmodules!important;
  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;
  font-size: 48px;
  opacity: 1;
  color: #333;
}

.custom-slider-wrapper button.slick-prev.slick-arrow:before {
  content: "\34";
}

.custom-slider-wrapper button.slick-next.slick-arrow:before {
  content: "\35";
}

.custom-slider-wrapper:hover button.slick-next.slick-arrow {
  right: 22px;
  opacity: 1;
}

.custom-slider-wrapper ul.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
  padding: 0;
}

.custom-slider-wrapper ul.slick-dots li {
  margin: 0 10px 0 0;
  display: inline-block;
  width: auto;
  height: auto;
}

.custom-slider-wrapper ul.slick-dots li button {
  display: inline-block;
  text-indent: -9999px;
  border-radius: 7px;
  width: 7px;
  height: 7px;
  padding: 0;
  opacity: 1;
  background-color: rgba(0,0,0,.3);
}

.custom-slider-wrapper ul.slick-dots li button:before {
  display: none;
}

.custom-slider-wrapper ul.slick-dots li:last-child {
  margin-right: 0;
}

.custom-slider-wrapper ul.slick-dots li.slick-active button {
  background-color: #333;
}

.custom-blog-post-content .col-post-content:after {
  content: "";
  display: table;
  width: 100%;
}
.et_pb_testimonial_no_image-1:before {
  display: none !important;
}
.et_pb_testimonial_no_image.et_pb_testimonial_no_image-1 {
  font-size: 25px !important;
  padding-top: 60px !important;
  margin-top: 20px;
  margin-bottom: 36px;
}

.hs-blog-post {
  overflow-y: hidden;
}
.et_pb_video,.et_pb_video_box {
  position: relative;
  margin-bottom: 30px;
}
.et_pb_video_box {
  display: block;
  z-index: 1;
  line-height: 0
}
.et_pb_video_box video {
  width: 100%!important;
  height: auto!important
}
.et_pb_video_overlay {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer
}
.et_pb_video_play:before {
  font-family: ETmodules;
  content: "\49"
}
.et_pb_video_play,a.et_pb_video_play {
  display: block;
  position: absolute;
  z-index: 100;
  color: #fff !important;
  left: 50%;
  top: 50%;
  font-size: 2;
  font-size: 6rem;
  line-height: 6rem;
  margin-left: -3rem;
  margin-top: -3rem;
  text-decoration: none !important;
}
.et_pb_bg_layout_light .et_pb_video_play {
  color: #333
}
.et_pb_video_overlay_hover {
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.et_pb_video .et_pb_video_overlay_hover:hover {
  background: rgba(0,0,0,.6)
}
.et_pb_video .hs-responsive-embed-wrapper.hs-responsive-embed {
  /* max-height: initial !important; */
  /* min-width: 100% !important; */
}
.et_pb_video .hs-responsive-embed-wrapper.hs-responsive-embed iframe.hs-responsive-embed-iframe {
  /* position: static !important; */
}
.video-played .et_pb_video_overlay{
  display:none;
}
.et_pb_video .hs-responsive-embed-wrapper.hs-responsive-embed .hs-responsive-embed-inner-wrapper {
  padding-bottom: 87% !important;
} 
.et_pb_circle_counter canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: auto!important;
}
p.piechart.easyPieChart {
  position: relative;
}
.et_pb_circle_counter {
  max-width: 225px;
  margin-top: 0px!important;
  margin-right: auto!important;
  margin-bottom: 30px!important;
  margin-left: auto!important;
}
.custom-blog-post-content .et_pb_circle_counter h3.et_pb_module_header {
  font-size: 19px;
}
.blog-post__body p.piechart.easyPieChart {
  font-family: 'proxima-nova', Helvetica, Arial, Lucida, sans-serif !important;
  letter-spacing: -0.03em !important;
  font-weight: 400 !important;
  color: #E5E5E5 !important;
  font-size: 40px;
}
.blog-post__body p.piechart.easyPieChart {
  margin-bottom: 20px;
}
.diff_blog_listing .custom-blog-content-group {
  padding-top: 0;
}

.diff_blog_listing nav.blog-menu-nav ul {
  padding: 25px 0 0;
  line-height: 1em;
  margin-left: -11px;
  margin-right: -11px;
  margin: 0;
}

.diff_blog_listing nav.blog-menu-nav ul li {
  position: relative;
  line-height: 1em;
  display: inline-block;
  font-size: 14px;
  padding-left: 11px;
  padding-right: 11px;
}

.diff_blog_listing nav.blog-menu-nav ul li a {
  font-family: 'proxima-nova', Helvetica, Arial, Lucida, sans-serif;
  letter-spacing: -0.01em;
  display: block;
  font-weight: 700;
  font-size: 18px;
  color: #21a9ea;
}

.diff_blog_listing nav.blog-menu-nav {
  text-align: center;
}

.diff_blog_listing .custom-blog-content-group .content-wrapper {
  padding-top: 0;
}

.diff_blog_listing .listing_search .hs-search-field__input {
  margin: 0;
  font-size: 14px;
  line-height: normal!important;
  border: none;
  color: #666;
  background: transparent;
  display: inline-block;
  width: 100%;
  padding: 0.715em;
  border-color: #21a9ea;
  height: auto;
  min-height: 0;
}

.diff_blog_listing .listing_search form {
  position: relative;
  max-width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.diff_blog_listing .listing_search button {
  padding: .715em;
  margin: 0;
  font-size: 14px;
  line-height: normal!important;
  border: none;
  min-height: 100%!important;
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  right: 0;
  color: #ffffff;
  background-color: #21a9ea;
  border-color: #21a9ea;
}

.diff_blog_listing .listing_search button svg {
  display: none;
}

.diff_blog_listing .listing_search button:after {
  content: "Search";
  line-height: normal;
}
.diff_blog_listing nav.blog-menu-nav ul li a {
  padding-bottom: 25px !important;
}
.listing_search {
  padding: 15px 0;
}

.diff_blog_listing .listing_search form {
  padding: 0;
}

.diff_blog_listing .listing_search .hs-search-field__input {
  min-height: 39px;
  font-family: Open Sans,Arial,sans-serif;
}

.diff_blog_listing .listing_search button {
  font-family: Open Sans,Arial,sans-serif;
}

.listing_search .hs-search-field__input::-webkit-input-placeholder {
  color: #21a9ea!important;
}

.listing_search .hs-search-field__input:-moz-placeholder {
  color: #21a9ea!important;
}

.listing_search .hs-search-field__input:-ms-input-placeholder {
  color: #21a9ea!important;
}
.diff_blog_listing .listing_search ul.hs-search-field__suggestions {
  padding: 10px;
}

.diff_blog_listing .listing_search ul.hs-search-field__suggestions:empty {
  padding: 0;
}
.sticky-wrapper.is-sticky {}

.sticky-wrapper.is-sticky div#sticker {
  width: 100%;
  left: 0;
  background-color: #253035;
  z-index: 100;
}

.first-post-item {
  padding-top: 15px;
  padding-bottom: 10px;
}

.first-post-item .post-item-inner {
  padding: 15px 0;
}

.first-post-item h2.entry-title {
  font-size: 27px!important;
}

.first-post-item h2.entry-title a {
  font-weight: 700!important;
  color: inherit;
}

.first-post-item p.post-meta {
  font-size: 11px;
  color: #666;
}
.first-post-item p.post-meta a {
  color: #666;
  text-decoration: none;
}
.first-post-item .post-item-inner {
  margin-bottom: 120px;
}
.diff_blog_listing .post-item {}

.diff_blog_listing .post-item .custom-featured-image-wrapper {}

.diff_blog_listing .post-item .custom-featured-image-wrapper span.et_overlay {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: hsla(0,0%,100%,.9);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  background-color: rgba(12,168,237,0.5);
}

.diff_blog_listing .post-item .custom-featured-image-wrapper span.et_overlay:before {
  font-family: ETmodules!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  content: "\e050";
  position: absolute;
  top: 55%;
  left: 50%;
  margin: -16px 0 0 -16px;
  font-size: 32px;
  -webkit-transition: all .4s;
  transition: all .4s;
  color: #0ca8ed;
}

.diff_blog_listing .post-item:hover .custom-featured-image-wrapper span.et_overlay {
  z-index: 3;
  opacity: 1;
}
.blog-pagination a, .blog-pagination span {
  font-size: 14px!important;
  font-weight: 400!important;
}
.post-listing.mobile_view {
  display: none;
}
@media (min-width: 981px) {
  .custom-blog-post-content .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module {
    margin-bottom: 2.75%;
  }
  .custom-blog-post-content .et_pb_gutters3 .et_pb_column_4_4 {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .custom-blog-post-content .et_pb_column .et_pb_module {
    margin-bottom: 30px;
  } 

}

/* ---- End ---------- */


@media only screen and (min-width: 981px) {
  .col-wrapper {
    padding: 1% 0;
  }
  .col-wrapper .cm-col {
    width: 47.25%;
    margin-right: 5.5%;
    float: left;
  }
  .col-wrapper .cm-col:last-child {
    margin-right: 0!important;
  }
  .et_pb_testimonial {
    margin-bottom: 2.75%;
  }
  .custom-blog-post-content .et_pb_team_member_1 {
    margin-bottom: 2.75%;
  }
  .custom-blog-post-content .et_pb_promo_description {
    width: 47.25%;
    margin-right: 5.5%;
    display: inline-block;
  }
  .custom-blog-post-content .et_pb_column_1_2 {
    width: 47.25%;
  }
  .custom-blog-post-content .et_pb_row {
    padding: 1% 0;
  }
  .custom-blog-post-content .et_pb_row .et_pb_column_1_3 {
    width: 29.6667%;
    margin-right: 5.5%;
    float: left;
  }
  .custom-blog-post-content .et_pb_row .et_pb_column_1_3:last-child {
    margin-right: 0!important;
  }
  .custom-blog-post-content .cm-col_2_3 {
    width: 64.833%;
    margin-right: 5.5%;
    float: left;
  }
  .custom-blog-post-content .cm-col_1_3 {
    width: 29.6667%;
    float: left;
  }
  .custom-blog-post-content .et_pb_row > .et_pb_column {
    float: left;
    margin-right: 5.5%;
  }

  .custom-blog-post-content .et_pb_row > .et_pb_column.et_pb_column_1_4 {
    width: 20.875%;
  }
  .custom-blog-post-content .et_pb_row > .et_pb_column_2_3 {
    width: 64.833%;
  }
  .custom-blog-post-content .et_pb_column_3_5 {
    width: 57.8%;
  }
  .custom-blog-post-content .et_pb_column_2_5 {
    width: 36.7%;
  }
  .et_pb_row .et_pb_column.et-last-child, .et_pb_row .et_pb_column:last-child, 
  .et_pb_row_inner .et_pb_column.et-last-child, .et_pb_row_inner .et_pb_column:last-child {
    margin-right: 0!important;
  }
  .custom-blog-post-content .et_pb_column_2_3 {
    width: 64.833%;
  }
}

@media only screen and (min-width: 1500px) {
  .col-wrapper {
    padding: 15px 0;
  }
  .custom-blog-post-content .et_pb_row {
    padding: 15px 0;
  }
}



@media (max-width: 980px) {
  .col-wrapper {
    padding: 30px 0;
  }
  .custom-blog-post-content .et_pb_row {
    padding: 30px 0;
  }
  span.mobile_menu_bar {
    position: relative;
    display: table;
    line-height: 0;
    -webkit-transform: translateY(3%);
    transform: translateY(3%);
    margin: 25px auto 0;
    cursor: pointer;
  }

  span.mobile_menu_bar:before {
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    content: "\61";
    font-size: 32px;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
    color: #0ca8ed;
  }

  .listing_search {
    padding: 30px 0;
  }

  div#sticker-sticky-wrapper {
    height: auto !important;
  }

  .sticky-wrapper.is-sticky div#sticker {
    position: static !important;
    background: transparent;
  }

  .diff_blog_listing nav.blog-menu-nav {
    position: absolute;
    left: 0;
    padding: 5%;
    background: #fff;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    z-index: 9999;
    border-top: 3px solid #2ea3f2;
    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);
    top: 100%;
    padding: 5%;
    line-height: 26px;
    border-color: #0ca8ed;
    background-color: #ffffff!important;
  }
  div#sticker-sticky-wrapper {
    position: relative;
  }
  div#sticker-sticky-wrapper {
    position: relative;
  }

  span.mobile_menu_bar {
    margin: 0 auto 0;
  }

  .blog_menu_wrapper {
    height: 81px;
    display: flex;
    align-items: center;
  }
  .diff_blog_listing nav.blog-menu-nav ul li {
    font-family: 'proxima-nova', Helvetica, Arial, Lucida, sans-serif !important;
    letter-spacing: -0.03em !important;
    font-weight: 400 !important;
    color: #253035 !important;
    display: block;
    text-align: left;
    padding: 0;
  }

  .diff_blog_listing nav.blog-menu-nav ul li a {
    font-weight: 700;
    font-size: 18px;
    color: #21a9ea!important;
    padding: 10px 5%;
    border-bottom: 1px solid rgba(0,0,0,.03);
    line-height: 26px;
    padding-bottom: 10px !important;
  }

  .diff_blog_listing nav.blog-menu-nav ul {
    padding: 0;
    margin: 0;
    line-height: 1;
  }

  .diff_blog_listing nav.blog-menu-nav ul li a:hover {
    text-decoration: underline !important;
    background-color: rgba(0,0,0,.03);
    opacity: .7;
  }
  .post-listing.mobile_view {
    display: block;
    padding: 30px 0;
  }
  .post-listing.desktop_view{
    display: none;
  }
  .first-post-item {
    display: none;
  }
}

@media (max-width: 767px) {
  .tag-menu-wrapper {
    width: 100% !important;
  }
  .topic-page .blog-outer-page h1 {
    padding-right: 0 !important;
  }
  .cm-author-content .et_pb_testimonial_portrait {
    display: block;
    float: none;
    margin: 0 auto 20px;
  }
  .cm-author-content .et_pb_testimonial_description {
    width: 100%;
    display: block;
    margin-left: 0 !important;
  }
  .custom-blog-post-content  hr.border-hr {
    display: none!important;
  }
  .custom-blog-post-content h2{
    font-size: 18px;
  }
  .et_pb_testimonial_portrait {
    display: block;
    float: none;
    margin: 0 auto 20px;
  }
  .et_pb_testimonial.et_pb_testimonial_no_bg .et_pb_testimonial_description {
    margin-left: 0 !important;
  }
  .custom-blog-post-content iframe {
    min-width: auto !important;
  }
  .custom-blog-post-content table td {
    padding: 6px 10px;
  }
}


/* media query */

@media (min-width:981px) {
  .post-item:nth-child(3n) {
    margin-right: 0;
  }

  .post-item:nth-child(3n + 1) {
    clear: left;
  }
  .hs-responsive-embed-inner-wrapper {
    margin-bottom: 2.75% !important;
  }
  .custom-blog-post-content .hs_testimonial {
    margin-bottom: 2.75%;
  }
}

@media (max-width:1499px) {
  .custom-blog-content-group {
    padding: 7% 0;
  }

  .custom-blog-content-group .content-wrapper {
    padding: 1% 0;
  }

  .custom-blog-subscribe-section {
    padding: 7% 0;
    padding-top: 0px;
  }

  .custom-blog-subscribe-section .content-wrapper {
    padding: 1% 0;
  }

  .custom-related-posts-section .content-wrapper {
    padding: 1% 0;
  }

  .custom-related-posts-section {
    padding: 7% 0;
  }

  .custom-blog-post-content {
    padding: 7% 0;
  }

  .custom-blog-post-content .col-post-content {
    padding: 1% 0;
  }
}

@media (max-width:980px) {
  .custom-blog-banner {
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
  }

  .custom-blog-banner h1.blog-title {
    font-size: 35px;
  }

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

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

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

  .custom-blog-content-group {
    padding: 50px 0;
  }

  .custom-blog-content-group .content-wrapper {
    padding: 30px 0;
  }

  .custom-blog-subscribe-section {
    padding: 50px 0;
    padding-top: 0px;
  }

  .custom-blog-subscribe-section .content-wrapper {
    padding: 30px 0;
  }

  .custom-blog-subscribe-hor-space {
    display: none;
  }

  .custom-blog-subscribe-form.col-subscribe {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .custom-blog-post-content {
    padding: 50px 0;
  }

  .custom-blog-post-content .col-post-content {
    padding: 30px 0;
  }

  .col-author {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0!important;
  }

  .col-author:last-child {
    margin-bottom: 0;
  }

  .custom-related-posts-section {
    padding: 50px 0;
  }

  .custom-related-posts-section .content-wrapper {
    padding: 30px 0;
  }

  .related-post-item {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
    padding-left: 50px;
  }

  .related-post-item:last-child {
    margin-bottom: 0;
  }

  .custom-blog-author-image .image-container {
    height: auto;
    width: 100%;
  }
  .custom-blog-post-content .et_pb_row > .et_pb_column.et_pb_column_1_4 {
    width: 47.25%;
    margin-right: 5.5%;
  }
  .et_pb_row_1-2_1-4_1-4,.et_pb_row_1-2_1-6_1-6_1-6,.et_pb_row_1-4_1-4,.et_pb_row_1-4_1-4_1-2,.et_pb_row_1-5_1-5_3-5,.et_pb_row_1-6_1-6_1-6,.et_pb_row_1-6_1-6_1-6_1-2,.et_pb_row_1-6_1-6_1-6_1-6,.et_pb_row_3-5_1-5_1-5,.et_pb_row_4col,.et_pb_row_5col,.et_pb_row_6col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .et_pb_column {
    width: 100%;
    margin-bottom: 30px;
  }
  .et_pb_row_1-2_1-4_1-4:not(.et_pb_row--with-menu),.et_pb_row_1-2_1-6_1-6_1-6:not(.et_pb_row--with-menu),.et_pb_row_1-4_1-4:not(.et_pb_row--with-menu),.et_pb_row_1-4_1-4_1-2:not(.et_pb_row--with-menu),.et_pb_row_1-5_1-5_3-5:not(.et_pb_row--with-menu),.et_pb_row_1-6_1-6_1-6:not(.et_pb_row--with-menu),.et_pb_row_1-6_1-6_1-6_1-2:not(.et_pb_row--with-menu),.et_pb_row_1-6_1-6_1-6_1-6:not(.et_pb_row--with-menu),.et_pb_row_3-5_1-5_1-5:not(.et_pb_row--with-menu),.et_pb_row_4col:not(.et_pb_row--with-menu),.et_pb_row_5col:not(.et_pb_row--with-menu),.et_pb_row_6col:not(.et_pb_row--with-menu) {
    overflow: hidden
  }

  .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4,.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4,.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 {
    width: 47.25%;
    margin-right: 5.5%
  }

  .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4:nth-child(2n),.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4:nth-child(2n),.et_pb_row_4col>.et_pb_column.et_pb_column_1_4:nth-child(2n) {
    margin-right: 0
  }

  .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 {
    width: 47.25%;
    margin-right: 5.5%
  }

  .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_2,.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4:nth-child(odd) {
    margin-right: 0
  }

  .et_pb_row_1-2_1-4_1-4 .et_pb_column:nth-last-child(-n+2),.et_pb_row_1-4_1-4 .et_pb_column:nth-last-child(-n+2),.et_pb_row_4col .et_pb_column:nth-last-child(-n+2) {
    margin-bottom: 0
  }

  .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5,.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 {
    width: 47.25%;
    margin-right: 5.5%
  }

  .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5:nth-child(2n),.et_pb_row_5col>.et_pb_column.et_pb_column_1_5:nth-child(2n) {
    margin-right: 0
  }

  .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 {
    width: 47.25%;
    margin-right: 5.5%
  }

  .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5:nth-child(odd),.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_3_5 {
    margin-right: 0
  }

  .et_pb_row_3-5_1-5_1-5 .et_pb_column:nth-last-child(-n+2),.et_pb_row_5col .et_pb_column:last-child {
    margin-bottom: 0
  }

  .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6,.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 {
    width: 29.666%;
    margin-right: 5.5%
  }

  .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6:nth-child(3n),.et_pb_row_6col>.et_pb_column.et_pb_column_1_6:nth-child(3n) {
    margin-right: 0
  }

  .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 {
    width: 29.666%;
    margin-right: 5.5%
  }

  .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_2,.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6:last-child {
    margin-right: 0
  }

  .et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2,.et_pb_row_1-2_1-6_1-6_1-6 .et_pb_column:nth-last-child(-n+3),.et_pb_row_6col .et_pb_column:nth-last-child(-n+3) {
    margin-bottom: 0
  }

  .et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6 {
    width: 29.666%;
    margin-right: 5.5%;
    margin-bottom: 0
  }

  .et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6:last-child {
    margin-right: 0
  }

  .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 {
    width: 47.25%;
    margin-right: 5.5%
  }

  .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6:nth-child(2n) {
    margin-right: 0
  }

  .et_pb_row_1-6_1-6_1-6_1-6:nth-last-child(-n+3) {
    margin-bottom: 0
  } 
  .custom-blog-post-content .et_pb_team_member_image {
    float: none;
    display: block;
    width: auto;
    margin: 0 0 12px;
    text-align: center;
  }

}

@media (max-width:767px) {
  .custom-blog-banner h1.blog-title {
    font-size: 24px;
  }

  .blog-text-group {
    font-size: 18px;
  }

  .post-item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 0;
  }

  .post-item-inner {
    margin-bottom: 9.5%;
    margin-right: 0;
    width: 100%;
  }

  .post-item:last-of-type .post-item-inner {
    margin-bottom: 30px;
  }

  .blog-post__body p img {
    float: none !important;
    margin: 0 auto 20px !important;
    display: block !important;
    max-width: 100%;
    width: auto !important;
  }

  .custom-blog-author-image .image-container {
    width: 100%;
    max-width: 100%;
  }

  .related-post-item {
    padding-right: 50px;
  }
  .custom-blog-post-content table {
    font-size: 12px;
  }
}

@media (max-width: 600px){
  .blog-post-banner .entry-title {
    font-size: 45px;
  }
  .vyopta-blog-heading {
    height: auto;
    min-height: 450px;
    padding-bottom: 48px;
  }
}

@media (max-width:479px) {
  .post-item h2.entry-title {
    display: block;
    padding-bottom: 0;
  }

  .blog-post__tags {
    display: inline-block;
  }

  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    max-width: 430px;
    overflow: hidden;
    overflow-x: auto;
  }
  .et_pb_column {
    width: 100%!important;
  }
  .custom-blog-post-content h2{
    font-size: 16px;
    padding-bottom: 0;
  }
  .blog-post-banner .entry-title {
    font-size: 36px;
  }
}


@media (max-width: 1499px) and (min-width: 981px){
  .custom-related-posts-section .content-wrapper {
    padding: 1% 15px;
  }
}



.et_pb_testimonial_1.et_pb_testimonial {
  background-color: #ffffff;
  border-color: #0a8dc6;
  border-width: 0 0 0 6px;
  padding-top: 45px!important;
  margin-top: -40px!important;
  background-color: #ffffff;
  border-style: solid;

}
.et_pb_testimonial {
  position: relative;
  padding: 30px;
  line-height: 1.5
}

.et_pb_testimonial.et_pb_testimonial_no_bg {
  padding: 30px 0 0
}

.et_pb_testimonial .et_pb_testimonial_content p {
  padding-bottom: 1em
}

.et_pb_testimonial .et_pb_testimonial_meta {
  padding-bottom: 0
}

.et_pb_testimonial_portrait,.et_pb_testimonial_portrait:before {
  border-radius: 90px
}

.et_pb_testimonial_portrait {
  float: left;
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  margin-right: 30px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.et_pb_testimonial_portrait:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
  box-shadow: inset 0 0 3px rgba(0,0,0,.3)
}

.et_pb_column_1_3 .et_pb_testimonial_portrait,.et_pb_column_1_4 .et_pb_testimonial_portrait,.et_pb_column_1_5 .et_pb_testimonial_portrait,.et_pb_column_1_6 .et_pb_testimonial_portrait,.et_pb_column_2_5 .et_pb_testimonial_portrait,.et_pb_column_3_8 .et_pb_testimonial_portrait {
  float: none;
  display: block;
  margin: 0 auto 20px
}

.et_pb_testimonial_description,.et_pb_testimonial_description_inner {
  display: block;
  position: relative
}

.et_pb_bg_layout_dark .et_pb_testimonial_description a {
  color: #fff
}

.et_pb_testimonial_description_inner+.et_pb_testimonial_meta>span {
  display: inline-block;
  margin-top: 32px
}

.et_pb_testimonial_description_inner:empty {
  display: none
}

.et_pb_testimonial_description_inner:empty+.et_pb_testimonial_author,.et_pb_testimonial_description_inner:empty+.et_pb_testimonial_meta>span {
  margin-top: 12px
}

.et_pb_testimonial_author {
  margin-top: 32px;
  font-weight: 700;
  display: block
}

.et_pb_testimonial_author:empty {
  display: none
}

.et_pb_testimonial_author a {
  color: inherit
}

.et_pb_testimonial_company:empty,.et_pb_testimonial_meta:empty,.et_pb_testimonial_position:empty {
  display: none!important
}

.et_pb_testimonial:before {
  content: "\7c";
  font-size: 32px;
  left: 50%;
  position: absolute;
  top: -16px;
  background: #f5f5f5;
  margin-left: -16px;
  border-radius: 31px;
  z-index: 2
}

.et_pb_testimonial.et_pb_testimonial_no_bg:before {
  background: inherit
}

.et_pb_testimonial.et_pb_icon_off:before {
  display: none
}

.et_pb_testimonial_old_layout,.et_pb_testimonial_old_layout .et_pb_testimonial_description a {
  color: #666!important
}
.et_pb_testimonial {
  box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}


.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.topic-page .blog-outer-page {
  align-items: start;
}
.topic-page .blog-outer-page .category-name {
  max-width: 1200px;
  width: 80%;
  margin: 0 auto;
}
.topic-page .category-name h2 {
  font-weight: 600;
  margin: 0;
  padding-bottom: 10px;
  font-family: 'proxima-nova',Helvetica,Arial,Lucida,sans-serif !important;
  letter-spacing: -0.03em !important;
  line-height: 1.3em;
  font-size: 25px;
  color: #fff !important;
  text-align: left;
}
/* ******************************************************************************
*********************************************************************************
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-wrapper .custom-subs-tem-form #email-prefs-form {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

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

.systems-page {
  padding: 60px 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 14px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

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


@media (max-width: 767px) {
  .systems-page h1 {
    font-size: 32px;
  }

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

  .systems-page .success {
    min-width: auto;
    display: inline-block;
    width: 100%;
  }
}


.body-wrapper .content-wrapper,
.body-wrapper .page-center {
  width: 80%;
}

.et-social-icon a:before {
  font-family: ETmodules!important;
  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: 0px 0px;
}

.et-social-fac= a.icon:before {
  content: "\e093";
}

.et-social-twitter a.icon:before {
  content: "\e094";
}

.et-social-linkedin a.icon:before {
  content: "\e09d";
}

.et-social-instagram a.icon:before {
  content: "\e09a";
}

.banner {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 500;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: relative;
  padding: 105px 0;
  padding-top: 57px;
  padding-bottom: 17px;
  /* background-color: #00345b!important;
  background-blend-mode: overlay; */
}

.body-wrapper .banner .page-center {
  position: relative;
  padding: 15px 0;
}

.body-wrapper .banner .page-center.top-banner-content {
  padding-top: 0px!important;
  padding-bottom: 15px!important;
}

.banner-text-group {
  position: relative;
  z-index: 2;
  width: 100%;
}

.banner-title {
  text-align: left;
  padding-bottom: 10px!important;
  margin-bottom: -17px!important;
  position: relative;
}

.banner h1 {
  font-family: 'proxima-nova', Helvetica, Arial, Lucida, sans-serif !important;
  letter-spacing: -0.03em !important;
  padding-bottom: 10px;
  margin: 0;
  font-weight: 700;
  font-size: 42px;
  color: #ffffff !important;
  line-height: 1.1em;
  text-align: left;
}

.banner-subtitle {
  text-align: left;
  padding-bottom: 0px !important;
  margin-bottom: -5px !important;
  width: 77%;
  /* margin-left: auto!important;
  margin-right: auto!important; */
  position: relative;
}

.banner h2 {
  font-weight: 600;
  margin: 0;
  padding-bottom: 10px;
  font-family: 'proxima-nova', Helvetica, Arial, Lucida, sans-serif !important;
  letter-spacing: -0.03em !important;
  line-height: 1.3em;
  font-size: 25px;
  color: #ffffff!important;
  text-align: left;
}

.body-wrapper .banner .page-center.bottom-banner-content:before,
.body-wrapper .banner .page-center.bottom-banner-content:after {
  display: block;
  clear: both;
  content: "";
}

.banner-button-group {
  position: relative;
  float: left;
  width: 47.25%;
  z-index: 2;
  margin-right: 5.5%;
}

.banner-button-group .button-inner {
  margin-bottom: 0;
}

.banner-button-group:first-child .button-inner {
  text-align: right;
}

.banner-button-group:last-child {
  margin-right: 0!important;
}

.banner-button-group a {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  text-decoration: none !important;
  line-height: 1.7em!important;
  position: relative;
  color: #fff !important;
  width: 230px !important;
  text-align: center !important;
  transition: all 300ms ease 0ms;
  display: inline-block;
  font-family: 'proxima-nova', Helvetica, Arial, Lucida, sans-serif !important;
  letter-spacing: -0.03em !important;
  font-size: 15px;
  background-color: #0ca8ed;
  border-width: 1px!important;
  border-color: #0ca8ed;
  border-radius: 24px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  padding: .3em 1em!important;
}

.banner-button-group a:hover, 
.banner-button-group a:focus {
  border: 2px solid transparent;
  color: #0ca8ed!important;
  background: rgba(255,255,255,0)!important;
  border-color: #0ca8ed!important;
  border-radius: 24px;
  text-decoration: none !important;
}


@-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%)
  }
}

@-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 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 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)
  }
}

/* media query */

@media (max-width:1499px) {
  .body-wrapper .banner .page-center {
    padding: 1% 0;
  }
}

@media (max-width:980px) {
  .banner {
    padding-top: 53px;
    padding-bottom: 40px;
  }

  .body-wrapper .banner .page-center.top-banner-content {
    padding-bottom: 3px!important;
  }

  .body-wrapper .banner .page-center {
    padding: 30px 0;
  }

  .banner-button-group {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    margin-right: 0 !important;
  }

  .banner-button-group:last-child {
    margin-bottom: 0 !important;
  }

  .banner-subtitle {
    width: 100%;
  }

  .banner-button-group:first-child .button-inner {
    text-align: center;
    margin-bottom: -10px!important;
  }

  .custom-header-search {
    display: none !important;
  }
}


@media (max-width:767px) {
  .body-wrapper .banner .page-center.top-banner-content {
    padding-bottom: 0px!important;
  }
}