/* ******************************************************************************
*********************************************************************************
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: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

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

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

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

@keyframes st-animated {
  0%, 100% {
    right: 0;
  }
  50% {
    right: 50%;
  }
}
@keyframes st-bottom {
  0%, 100% {
    right: 0;
  }
  50% {
    right: -50%;
  }
}

@keyframes en-totop {
  0% {
    left: 0;
  }
  50% {
    left: 50%;
    transform: translate(0px, -50%) scaleY(1);
    z-index: 2;
  }
  100% {
    left: 0;
    transform: translate(0px, -50%) scaleY(1);
    z-index: 2;
  }
}
@keyframes en-tobottom {
  0% {
    left: 0;
  }
  50% {
    left: 50%;
    transform: translate(0px, -50%) scaleY(1);
    z-index: 2;
  }
  100% {
    left: 0;
    transform: translate(0px, -50%) scaleY(0.8);
    z-index: 1;
  }
}

.home-banner-area .dnd-section>.row-fluid {
  padding: 0;
}

.home-features-grp {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top ;
  padding: 715px 0 70px;
  position: relative;
  width: 100%;
  float: left;
  z-index: 1;
  overflow: hidden;
  margin-top: -715px;
  margin-bottom: 90px;
  background-image: url('https://hello.getacceptd.com/hubfs/raw_assets/public/OmegaFi_October2020/images/rectangle.svg');
    } 
.content-wd-image-wrapper .btn-wrap a i.icon-doc {
  background: url(https://hello.getacceptd.com/hubfs/raw_assets/public/OmegaFi_October2020/images/icon-doc.png) 0 0/20px 25px;
}
.home-banner .get-started-form .hs-fieldtype-select.field:before {
  background-image: url(https://hello.getacceptd.com/hubfs/raw_assets/public/OmegaFi_October2020/images/icon-doctype.svg);
}
.home-banner .get-started-form .hs-ein_numberg.field:before {
  background-image: url(https://hello.getacceptd.com/hubfs/raw_assets/public/OmegaFi_October2020/images/icon-number.png);
}
.home-banner .get-started-form .hs-email.field:before {
  background-image: url(https://hello.getacceptd.com/hubfs/raw_assets/public/OmegaFi_October2020/images/icon-user.svg);
}
.home-banner .get-started-form .actions:after{
  background-image: url(https://hello.getacceptd.com/hubfs/raw_assets/public/OmegaFi_October2020/images/icon-doc.png);
}
.home-banner .enterprise-unit .top-content a.demo-link {
  background: url(https://hello.getacceptd.com/hubfs/raw_assets/public/OmegaFi_October2020/images/icon-display.svg) left center no-repeat;
}
.home-banner .enterprise-unit .hs-your_organization.field:before{
  background-image: url(https://hello.getacceptd.com/hubfs/raw_assets/public/OmegaFi_October2020/images/organization-icon.svg);
  background-size: 29px 21px;
} 
.home-features-grp .dnd-section>.row-fluid {
  padding: 0;
}
.home-pg .body-container-wrapper .hs_cos_wrapper_type_rich_text h4 {
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 25px;
}
.home-pg .body-container-wrapper .hs_cos_wrapper_type_rich_text p {
  font-size: 18px;
  line-height: 32px;
  margin: 0 auto 110px;
  max-width: 765px;
  margin-bottom: 70px;
}
.body-container-home {
  padding-bottom: 60px;
  margin-bottom: 85px;
}
.home-two-col {
  margin-bottom: 125px;
}
.home-two-col .span6 {
  margin-left: 0;
  width: 50%;
}
.home-two-col .span6:last-child i.icon-mol {
  height: 76px;
}
.home-pg .body-container-wrapper .home-two-col .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 80px;
  max-width: 985px;
}
.home-two-col .span6:last-child .icon-wrap {
  height: 86px;
  margin-bottom: 25px;
  margin-top: 19px;
}
.calendly-overlay .calendly-popup .calendly-popup-close:before {
  content: "×" !important;
}

@media (max-width: 1150px){

  .home-features-grp {
    margin-top: -715px;
  }



}

@media (max-width: 1050px){
  .home-features-grp {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: 0 0;
  }
  .body-container-home {
    margin-bottom: 70px;
  }
}



@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-features {
    padding-top: 70px;
  }
  .body-container-home {
    margin-bottom: 40px;
  }
  .home-two-col .span6 {
    width: 100%;
  }
  .home-two-col {
    margin-bottom: 70px;
  }
  .home-pg .body-container-wrapper .home-two-col .hs_cos_wrapper_type_rich_text p {
    margin-bottom: 50px;
  }





}

@media (max-width: 479px) {
  .Enterprise-row6 form textarea::-webkit-input-placeholder {
    position: relative;
    top: -15px;
  } 
  .Enterprise-row6 form input::-webkit-input-placeholder {
    color: #fff;
    position: relative;
    left: 5px;
  }
  .Enterprise-row6 form .hs-input {
    text-overflow: ellipsis;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: ETmodules;
  src: url("https://hello.getacceptd.com/hubfs/OmegaFi_October2020/files/ETmodules.eot") format("embedded-opentype"),
    url(https://hello.getacceptd.com/hubfs/raw_assets/public/OmegaFi_October2020/fonts/ETmodules.ttf) format("truetype"),
    url(https://hello.getacceptd.com/hubfs/raw_assets/public/OmegaFi_October2020/fonts/ETmodules.woff) format("woff"),
    url(https://hello.getacceptd.com/hubfs/raw_assets/public/OmegaFi_October2020/fonts/ETmodules.svg) format("svg");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: gothamproblack;
  src: url("https://hello.getacceptd.com/hubfs/OmegaFi_October2020/files/gothamproblack.eot") format("embedded-opentype"), 
    url(https://hello.getacceptd.com/hubfs/raw_assets/public/OmegaFi_October2020/fonts/gothamproblack.woff) format("woff"), 
    url(https://hello.getacceptd.com/hubfs/raw_assets/public/OmegaFi_October2020/fonts/gothamproblack.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: gothamproregular;
  src: url("https://hello.getacceptd.com/hubfs/OmegaFi_October2020/files/gothamproregular.eot") format("embedded-opentype"),
    url(https://hello.getacceptd.com/hubfs/raw_assets/public/OmegaFi_October2020/fonts/gothamproregular.woff) format("woff"),
    url(https://hello.getacceptd.com/hubfs/raw_assets/public/OmegaFi_October2020/fonts/gothamproregular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: gothampronarrowbold;
  src: url("https://hello.getacceptd.com/hubfs/OmegaFi_October2020/files/gothampronarrowbold.eot") format("embedded-opentype"),
    url(https://hello.getacceptd.com/hubfs/raw_assets/public/OmegaFi_October2020/fonts/gothampronarrowbold.woff) format("woff"),
    url(https://hello.getacceptd.com/hubfs/raw_assets/public/OmegaFi_October2020/fonts/gothampronarrowbold.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: gothampromedium;
  src: url("https://hello.getacceptd.com/hubfs/OmegaFi_October2020/files/gothampromedium.eot") format("embedded-opentype"),
    url(https://hello.getacceptd.com/hubfs/raw_assets/public/OmegaFi_October2020/fonts/gothampromedium.woff) format("woff"),
    url(https://hello.getacceptd.com/hubfs/raw_assets/public/OmegaFi_October2020/fonts/gothampromedium.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
}
p {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  transition: .2s;
  transition-property: opacity;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 15px;
  margin-bottom: 15px;
}

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

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: 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: 100%;
  font-family: Lato, sans-serif;
  padding: 40px 43px 68px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  font-family: gothampromedium,"Open Sans",Arial,Helvetica,sans-serif;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 15px 53px;
  
  text-decoration: none;
}

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

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


.hs-form label {
  font-size: 14px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: gothamproregular;
}
ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
}
.hs-error-msgs label {
  margin: 0;
  color: #FFF;
  font-size: 10px;
  line-height: 32px;
}
.hs-input,input.hs-search-field__input,input#hs-pwd-widget-password {
  font-family: gothampromedium;
  display: inline-block;
  width: 100%;
  height: 58px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #1F4579;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

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

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

.hs-input 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: #355E8A;
}
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: #355E8A;
}

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.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.
*********************************************************************************
****************************************************************************** */
.help-page-header .header__logo.header__logo--main.light {
  display: block !important;
}
.help-page-header .header__logo.header__logo--main.dark {
  display: none !important;
}
.help-page-header:before {
  background: linear-gradient(to right,#4e64e6 0,#4b88f4 100%);
  top: 0;
  height: 510px;
  width: 100%;
  z-index: 0;
  content: '';
  display: block;
  position: absolute;
  left: 0;
}
.help-page-footer footer{
  display:none !important;
}
.help-row1.clearfix {
  margin: 0 auto;
}
.help-row1 .widget-type-rich_text {
  background: rgb(255, 255, 255);
  box-shadow: rgba(34, 69, 96, 0.1) 0px 14px 18px;
  border-radius: 11px;
  max-width: 787px;
  width: 100%;
  margin: 0px auto;
  padding: 0px 17px;
}
.help-row1 h5 {
  background: #f2f6fb;
  border-radius: 10px 10px 0px 0px;
  color: #1a406f;
  font: 11px / 38px gothampromedium,"Open Sans",Arial,Helvetica,sans-serif;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-left: -17px;
  margin-right: -17px;
  margin-bottom: 0;
  padding: 0px 17px 15px;
}
.help-row1 ul {
  padding: 0px 0px 40px 31px;
  background: rgb(255, 255, 255);
  border-radius: 0px 0px 10px 10px;
  margin: 0;
  font: 14px / 24px gothamproregular, "Open Sans", Arial, Helvetica, sans-serif;
}
.help-row1 p {
  margin-bottom: 15px;
  font: normal normal 14px/24px gothamproregular,"Open Sans",Arial,Helvetica,sans-serif;
}
.help-row1 p a{
  font: normal normal 14px/24px gothamproregular,"Open Sans",Arial,Helvetica,sans-serif;
}
.help-row1.clearfix {
  margin: 0 auto;
  z-index: 99;
  position: relative;
}
.pricing-page-header .header__logo.header__logo--main.dark {
  transform: translate(0,-51%);
  top: 53%;
}
.pricing-page-layout {
  background: #e5eaed;
  min-height: 100%;
  height: 100%;
  position: relative;
  z-index: 4;
}
.pricing-page-footer footer {
  background: transparent !important;
}
.pricing-page-layout:before {
  content: "";
  background-image: radial-gradient(ellipse farthest-corner at 25% 25%,#fff 0,#e8ecee 100%);
  display: block;
  height: 100%;
  opacity: .9;
  left: 0;
  top: 0;
  border: 0;
  width: 100%;
  position: absolute;
  z-index: -1;
}
.help-page-footer {
  min-height: 100%;
  height: auto;
  padding-bottom: 101px;
  position: relative;
  background: #F4F7F8;
}
.help-page {
  background: #F4F7F8;
}
body .help-page-header .custom-menu-primary a {
  color: #efefef !important;
  opacity:1 !important;
}
body .help-page-header .custom-menu-primary a:hover,body .help-page-header .custom-menu-primary a:focus {
  color: #efefef !important;
  opacity:.7 !important;
}
body .help-page-header .header-right a.login-link {
  color: #efefef !important;
  opacity:1 !important;
}
body .help-page-header .header-right a.login-link:hover,body .help-page-header .header-right a.login-link:focus {
  color: #efefef !important;
  opacity:.7 !important;
}
body .help-page-header .custom-menu-primary .submenu.level-2 {
  background-color: transparent !important;
}
.banner-section .span12 {
  min-height: 0;
}
.pricing-row1 {
  text-align: center;
  position: relative;
}
.pricing-row1 h1 {
  font: normal normal 32px/42px "Open Sans",Arial,Helvetica,sans-serif;
  color: #1A406F;
  margin-bottom: 10px;
}
.pricing-row1 h2 {
  font: normal normal 24px/36px "Open Sans",Arial,Helvetica,sans-serif;
  color: #1A406F;
  margin-bottom: 10px;
}
.pricing-row1 p{
  font-size: 18px;
  line-height: 32px;
  margin: 0 auto 50px;
  max-width: 765px;
}
.pricing-row3 .dnd-section>.row-fluid {
  margin: 40px auto 0;
  max-width: 800px;
  text-align:center;
}
.pricing-row2 .span6:first-child {
  margin: 0;
  width: 50% !important;
}
.pricing-row2 .span6:nth-child(2n) {
  margin: 0;
  width: 50% !important;
}
.pricing-row3 h3{
  font: normal normal 24px/36px "Open Sans",Arial,Helvetica,sans-serif;
  color: #1A406F;
  margin-bottom: 10px;
}
.pricing-row3 p{
  font-size: 18px;
  line-height: 32px;
  margin: 0 auto 50px;
  max-width: 765px;
}
.form-page_banner-section .dnd-section{
  padding:0;
}
.form-page_banner-section .dnd-section>.row-fluid{
  padding:0;
}
.form-page-header {
  position: relative;
}
.form-page-header header {
  height: 68px;
  z-index: 10;
  position: absolute !important; 
  background: rgba(0,0,0,0) !important;
  top: 0;
  width: 100%;
}
.form-page-header .header__logo.header__logo--main.light {
  display: block !important;
}
.form-page-header .header__logo.header__logo--main.dark {
  display: none !important;
}
.form-page-header .header__logo.header__logo--main {
  transform: translate(0,-47%);
  top: 51%;
}
body .form-page-header .custom-menu-primary a {
  color: #efefef !important;
}
body .form-page-header .custom-menu-primary a:hover {
  color: #efefef !important;
  opacity:.7 !important;
}
body .form-page-header .custom-menu-primary .level-2 li a{
  color: #71CCFE!important;
}
body .form-page-header .custom-menu-primary .level-2 li a:hover {
  color: #163968 !important;
  opacity:.7 !important;
}
.form-page-header .header-right a.login-link {
  color: #efefef !important;
}
.form-page-header .header-right a.login-link:hover {
  color: #efefef !important;
  opacity:.7 !important;
}
.form-row1 {
  text-align: center;
}
.form-row1 h4{
  font: 700 16px/32px "Open Sans",Arial,Helvetica,sans-serif;
  margin-bottom: 25px;
  color: #1A406F;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.form-row1 .widget-type-rich_text p {
  font-size: 18px;
  line-height: 32px;
  margin: 0 auto 70px;
  max-width: 765px;
}
.form-row1 .content-wd-image-wrapper .img-wrap img{
  max-width: 715px !important;
}
.form-row1 .content-wd-image-wrapper .btn-wrap{
  margin:0 !important;
}
.form-row1 .content-wd-image-wrapper.right {
  margin-bottom: 100px !important;
}
.form-row2 h1,.form-row2 h2,.form-row2 h3,.form-row2 h4,.form-row2 h5,.form-row2 h6 {
  color: #0DBC94;
}
.form-row2 {
  text-align: center;
}
.form-row2 h4 {
  font: 700 16px/32px "Open Sans",Arial,Helvetica,sans-serif;
  margin-bottom: 25px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.form-row2 p {
  font-size: 18px;
  line-height: 32px;
  margin: 0 auto 40px;
  max-width: 765px;
}
.form-row2 a.cta_button {
  text-align: left;
  position: relative;
  height: 46px;
  font-size: 16px;
  line-height: 44px;
  padding: 0 14px 0 40px;
  display: inline-block;
  color: #fff;
  font: 18px/56px "Open Sans",Arial,Helvetica,sans-serif;
  background: linear-gradient(to bottom,#255786 0,#153868 100%);
  border-radius: 6px;
}
.form-row2 a.cta_button:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity .2s ease-out;
}
.form-row2 a.cta_button i.icon-doc {
  width: 13px;
  height: 16px;
  background-size: 13px 16px;
  position: absolute;
  left: 14px;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  z-index: 2;
  background: url(https://hello.getacceptd.com/hubfs/raw_assets/public/OmegaFi_October2020/images/icon-doc.png) 0 0/13px 16px;
  display: block;
}
.form-row2 a.cta_button span {
  position: relative;
  z-index: 2;
  color: #fff;
  font: 16px "Open Sans",Arial,Helvetica,sans-serif;
  line-height: 44px;
  display: block;
}
.form-row3 {
  text-align: center;
}
.form-row3 h4 {
  font: 700 16px/32px "Open Sans",Arial,Helvetica,sans-serif;
  margin-bottom: 25px;
  color: #1A406F;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.form-row3 .widget-type-rich_text p {
  font-size: 18px;
  line-height: 32px;
  margin: 0 auto 110px;
  max-width: 765px;
}
.form-row3 .component-card {
  display: inline-block;
  font: normal normal 16px/32px "Open Sans",Arial,Helvetica,sans-serif;
  vertical-align: top;
  width: 100%;
  padding: 0 36px 0 0 ;
  margin-bottom: 25px;
}
.form-row3 .component-card .icon-wrap {
  margin-bottom: 25px;
  width: 65px;
  height: 56px;
  display: block;
}
.form-row3 .component-card .title {
  text-align: left;
}
.form-row3 .component-card .title h3{
  font: 700 12px/20px "Open Sans",Arial,Helvetica,sans-serif;
  color: #1A406F;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.form-row3 .component-card .content p {
  color: #71859D;
  margin-bottom: 15px !important;
  max-width: none !important;
  font: normal normal 16px/32px "Open Sans",Arial,Helvetica,sans-serif !important;
  text-align: left;
}
.form-row3 .component-card .icon-mol {
  display: block;
  height: 56px !important;
  width: 65px !important;
}
.form-row3 .span6:nth-child(2n){
  margin-left:0 !important;
}
.form-row3 .pricing-card {
  width: auto;
  float: none;
  border: 0;
  box-shadow: 0 30px 40px rgba(71,81,88,.1);
  display: block;
  vertical-align: top;
  max-width: 410px;
  border-radius: 8px;
  padding: 37px 50px 45px;
  margin: 0 76px 0 25px;
  position: relative;
  text-align: center;
}
.form-row1 {
  background: url(https://hello.getacceptd.com/hubfs/raw_assets/public/OmegaFi_October2020/images/white-rectangle.svg) center top no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  min-height: 1250px;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: -690px;
  padding-top: 630px;
  position: relative;
  padding: 630px 0 0;
  z-index: 1;
}
.Enterprise-page-layout {
  background: #1f4579;
  color: #fff;
  position: relative;
  height: 100%;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  overflow:hidden;
}
.Enterprise-page-outer {
  position: inherit;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-repeat: no-repeat;
  background-position: center top;
}
.Enterprise-page-header .header__logo.header__logo--main.light {
  display: block !important;
  transform: translate(0,-49%);
  top: 52%;
}
.Enterprise-page-header .header__logo.header__logo--main.dark {
  display: none !important;
}
body .Enterprise-page-header  .custom-menu-primary a{
  color: #efefef !important;
}
body .Enterprise-page-header  .custom-menu-primary a:hover{
  color: #efefef !important;
  opacity:.7 !important;
}
body .Enterprise-page-header .custom-menu-primary a.active-branch:hover{
  color: #efefef !important;
  opacity:1 !important;
}
.Enterprise-row2 {
  text-align: center;
}
.Enterprise-row1 h2,.Enterprise-row1 h1,.Enterprise-row1 h3,.Enterprise-row1 h4,.Enterprise-row1 h5,.Enterprise-row1 h6 {
  color: #fff !important;
}
.Enterprise-row2 h2,.Enterprise-row2 h1,.Enterprise-row2 h3,.Enterprise-row2 h4,.Enterprise-row2 h5,.Enterprise-row2 h6 {
  color: #fff !important;
}
.Enterprise-row4 h2,.Enterprise-row4 h1,.Enterprise-row4 h3,.Enterprise-row4 h4,.Enterprise-row4 h5,.Enterprise-row4 h6 {
  color: #fff !important;
}
.Enterprise-row5 h2,.Enterprise-row5 h1,.Enterprise-row5 h3,.Enterprise-row5 h4,.Enterprise-row5 h5,.Enterprise-row5 h6 {
  color: #fff !important;
}
.Enterprise-row3 h2,.Enterprise-row3 h1,.Enterprise-row3 h3,.Enterprise-row3 h4,.Enterprise-row3 h5,.Enterprise-row3 h6 {
  color: #fff !important;
}
.Enterprise-row6 h2,.Enterprise-row6 h1,.Enterprise-row6 h3,.Enterprise-row6 h4,.Enterprise-row6 h5,.Enterprise-row6 h6 {
  color: #fff !important;
}
.Enterprise-row2 h2 {
  font: 700 16px/32px "Open Sans",Arial,Helvetica,sans-serif;
  margin-bottom: 25px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.Enterprise-row2 .widget-type-rich_text p {
  font-size: 18px;
  line-height: 32px;
  margin: 0 auto 70px;
  max-width: 765px;
  opacity: .65;
}
.Enterprise-row2 .content-wd-image-wrapper .text-wrap p{
  opacity: .65;
  color: #fff;
}
.Enterprise-row3 .content-wd-image-wrapper .text-wrap p{
  opacity: .65;
  color: #fff;
}
.Enterprise-row3 .content-wd-image-wrapper .img-wrap img{
  max-width:715px !important;
}
.Enterprise-row4 .content-wd-image-wrapper .text-wrap p{
  opacity: .65;
  color: #fff;
}
.Enterprise-row5 .content-wd-image-wrapper .text-wrap p{
  opacity: .65;
  color: #fff;
}
.Enterprise-row2 .content-wd-image-wrapper .btn-wrap{
  margin:0 !important;
}
.Enterprise-row3 .content-wd-image-wrapper .btn-wrap{
  margin:0 !important;
}
.Enterprise-row4 .content-wd-image-wrapper .btn-wrap{
  margin:0 !important;
}
.Enterprise-row2 .content-wd-image-wrapper {
  margin-bottom: 0px !important;
}
.Enterprise-row3 .content-wd-image-wrapper {
  margin-bottom: 0px !important;
}
.Enterprise-row4 .content-wd-image-wrapper {
  margin-bottom: 0px !important;
}
.Enterprise-row5 .content-wd-image-wrapper {
  margin-bottom: 0px !important;
}
.Enterprise-row4 .content-wd-image-wrapper .img-wrap img {
  max-width: 515px !important;
}
.Enterprise-row5 .content-wd-image-wrapper .img-wrap img {
  max-width: 515px !important;
  margin-right: -15px;
}
.Enterprise-row5 .content-wd-image-wrapper .provider {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border-radius: 4px;
  height: 86px;
  text-align: center;
  width: 86px;
  box-shadow: 0 2px 4px rgba(0,0,0,.1);
}
.Enterprise-row5 .content-wd-image-wrapper .provider span {
  color: #1E4978;
  font: normal normal 11px/1 gothampronarrowbold,"Open Sans",Arial,Helvetica,sans-serif;
  text-transform: uppercase;
}
.Enterprise-row5 .content-wd-image-wrapper .provider img {
  display: block;
  height: 19px;
  margin: 0 auto;
  width: 73px;
}
.Enterprise-row5 .content-with-image .provider b {
  color: #1E4978;
  font: normal normal 12px/1 gothampronarrowbold,"Open Sans",Arial,Helvetica,sans-serif;
}
.Enterprise-row2 .content-wd-image-wrapper.left .img-wrap{
  text-align:left;
}
.Enterprise-row2 .content-wd-image-wrapper .img-wrap img{
  max-width: 515px !important;
}
.Enterprise-page-footer footer.footer {
  background: transparent !important;
}
.Enterprise-page-footer footer.footer .footer-menu ul li a {
  color: #fff !important;
}
.Enterprise-page-footer footer.footer .footer-menu ul li a:hover {
  color: #fff !important;
  opacity:.7 !important;
}
.Enterprise-page-footer footer.footer .footer__copyright {
  color: #fff !important;
}
.Enterprise-page-header header .submenu.level-2 .menu-item .menu-link {
  color: #71CCFE !important;
}
.Enterprise-page-header header .submenu.level-2 .menu-item .menu-link:hover {
  color: #163968 !important;
  opacity:.7 !important;
}
.Enterprise-page-header .header-right a.login-link {
  color: #efefef !important;
}
.Enterprise-page-header .header-right a.login-link:hover {
  color: #efefef !important;
  opacity:.7 !important;
}
body .form-page-header .custom-menu-primary a.active-branch:hover {
  color: #efefef !important;
  opacity: 1 !important;
}
body .pricing-page-header .custom-menu-primary a.active-branch:hover {
  color: #5a6571 !important;
  opacity: 1 !important;
}
.Enterprise-row5 .content-wd-image-wrapper .btn-wrap a {
  background: linear-gradient(to bottom,#4b88f4 0,#4e64e6 100%);
}
.Enterprise-row5 .content-wd-image-wrapper .btn-wrap a:hover {
  background: linear-gradient(to bottom,#4e64e6 0,#4b88f4 100%);
}
.form-row2 a.cta_button:hover {
  background: linear-gradient(to bottom,#255786 0,#153868 100%) !important;
}
.Enterprise-row5 .content-wd-image-wrapper {
  padding-left: 620px !important;
}
.form-card-wrapper .get-started-form .hs-fieldtype-select.field:before {
  background-image: url(https://hello.getacceptd.com/hubfs/raw_assets/public/OmegaFi_October2020/images/icon-doctype.svg);
}
.form-card-wrapper .get-started-form .hs-ein_number.field:before {
  background-image: url(https://hello.getacceptd.com/hubfs/raw_assets/public/OmegaFi_October2020/images/icon-number.png);
}
.form-card-wrapper .get-started-form .hs-email.field:before {
  background-image: url(https://hello.getacceptd.com/hubfs/raw_assets/public/OmegaFi_October2020/images/icon-user.svg);
}
.form-card-wrapper .get-started-form .actions:after{
  background-image: url(https://hello.getacceptd.com/hubfs/raw_assets/public/OmegaFi_October2020/images/icon-doc.png);
}
.form-card-wrapper .enterprise-unit .top-content a.demo-link {
  background: url(https://hello.getacceptd.com/hubfs/raw_assets/public/OmegaFi_October2020/images/icon-display.svg) left center no-repeat;
}
.form-card-wrapper .enterprise-unit .hs-email.field:before{
  background-image: url(https://hello.getacceptd.com/hubfs/raw_assets/public/OmegaFi_October2020/images/icon-mail.svg);
}
.form-card-wrapper .enterprise-unit .hs-phone.field:before{
  background-image: url(https://hello.getacceptd.com/hubfs/raw_assets/public/OmegaFi_October2020/images/icon-phone.png);
  background-size: 29px 21px;
}
.form-card-wrapper .enterprise-unit .hs-your_organization.field:before{
  background-image: url(https://hello.getacceptd.com/hubfs/raw_assets/public/OmegaFi_October2020/images/organization-icon.svg);
  background-size: 29px 21px;
} 
.Enterprise-row6, .Enterprise-row6 h3 {
  color: #fff !important;
}
.Enterprise-row6 form {
  padding: 40px 43px 68px;
}
.Enterprise-row6 form .hs-form-field>label {
  display: none;
}
.Enterprise-row6 form h3.form-title {
  display: none;
}
.Enterprise-row6 form .hs-input {
  padding: 27px 15px 13px 62px;
  height: 59px;
  font: normal normal 14px/32px gothamproregular,"Open Sans",Arial,Helvetica,sans-serif;
}
.Enterprise-row6 form .field {
  margin-bottom: 8px;
  position: relative;
}
.Enterprise-row6 form input::-webkit-input-placeholder {
  color: #fff;
}
.Enterprise-row6 form textarea.hs-input {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  height: 91px;
  padding-top: 28px;
  display: block;
  margin-bottom: 8px;
}
.Enterprise-row6 form textarea::-webkit-input-placeholder {
  color: #95a1ae;
  font-family: gothamproregular,"Open Sans",Arial,Helvetica,sans-serif;
  font-size: 13px;
  opacity: 1;
  line-height: 16px;
}
.Enterprise-row6 form .hs-fieldtype-textarea.field {
  margin-bottom: 10px;
  position: relative;
}
.Enterprise-row6 form input.hs-button.primary.large {
  height: 58px;
  font-family: Open Sans,Arial,Helvetica,sans-serif;
  font-size: 16px;
  width: 100%;
  margin-top: 8px;
  font-weight: 400;
}
.Enterprise-row6 form .field:before {
  background-size: 37px 25px;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  left: 12px;
  position: absolute;
  top: 16px;
  width: 37px;
  height: 25px;
  z-index: 1;
}
.Enterprise-row6 form .hs_phone.field:before {
  top: 17px;
}
.Enterprise-row6 form .hs_your_organization:before {
  top: 17px;
}
.Enterprise-row6 form .hs-input{
  background:transparent !important;
}
.Enterprise-row6 form  {
  background:transparent !important; 
}
.Enterprise-row6 form .hs-email.field:before {
  background-image: url(https://hello.getacceptd.com/hubfs/raw_assets/public/OmegaFi_October2020/images/icon-mail.svg);
}
.Enterprise-row6 form .hs-phone.field:before {
  background-image: url(https://hello.getacceptd.com/hubfs/raw_assets/public/OmegaFi_October2020/images/icon-phone.png);
  background-size: 29px 21px;
}
.Enterprise-row6 form .hs-your_organization.field:before {
  background-image: url(https://hello.getacceptd.com/hubfs/raw_assets/public/OmegaFi_October2020/images/organization-icon.svg);
  background-size: 29px 21px
}

.Enterprise-row6 {
  background: transparent;
}
.Enterprise-row6 * {
  min-height: 0 !important;
}
.Enterprise-row6 form  {
  padding: 0;
}
.Enterprise-row6 .dnd-section>.row-fluid form {
  padding: 40px 0 20px !important;
}
.Enterprise-row6 form .actions input {
  height: 58px;
  font: normal normal 16px/32px "Open Sans",Arial,Helvetica,sans-serif;
  position: relative;
  width: 100%;
  background-color: #2FBECB;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  min-height: 1em;
  outline: 0;
  border: none;
  vertical-align: baseline;
  text-align: center;
  border-radius: .28571429rem;
  box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34,36,38,.15) inset;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
  text-align: center;
  border-radius: .28571429rem;
  box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34,36,38,.15) inset;
  margin: 0 .25em 0 0;
  padding: .78571429em 1.5em;
}
.Enterprise-row6inner .widget-type-rich_text {
  text-align: center;
}
.Enterprise-row6 .dnd-section>.row-fluid .row-fluid-wrapper:last-child .widget-type-rich_text{
  text-align: left;
}
.Enterprise-row6inner .widget-type-rich_text h3 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}
.Enterprise-row6inner .widget-type-rich_text p {
  font-size: 14px;
  line-height: 24px;
  opacity: .65;
  margin-bottom: 0;
}
.Enterprise-row6inner .widget-type-rich_text a{
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  opacity: .65;
}
.Enterprise-row6inner .widget-type-rich_text a:hover {
  opacity: 1;
}
.form-row4 .dnd-section>.row-fluid {
  padding: 0;
}
.form-row4 * {
  min-height: 0 !important;
}
.Enterprise-row6 .dnd-section>.row-fluid>.dnd-column {
  border: 0px solid #355e8a;
}

@media(min-width:1650px){
  .form-row1 {
    margin-top: -646px !important;
  }
}
@media(max-width:1150px){
  .Enterprise-row6 .dnd-section>.row-fluid>.dnd-column {
    width: 100%;
    max-width: 408px;
    border: 1px solid #355E8A;
    background: #1F4579;
    border-radius: 8px;
    color: #fff;
    box-shadow: 0 30px 40px rgba(70,80,88,.1);
    margin: 0 auto;
    padding: 36px 40px 68px;
    float: none;
  }
  .Enterprise-row6 {
    background: linear-gradient(to right,#4e64e6 0,#4b88f4 100%);
    overflow:hidden;
  }
  .form-page_banner-section .home-banner .right-sec {
    display: none;
  }
  .form-page_banner-section .home-banner {
    padding-bottom: 350px;
  }
}
@media(max-width:1050px){
  .form-page_banner-section .home-banner .top-screen-decor {
    width: 100%;
  }
  .form-page_banner-section .home-banner {
    padding-bottom: 30px;
  }
  .form-page_banner-section .home-banner .banner-content {
    width: 50%;
  }
  .Enterprise-row5 .content-wd-image-wrapper {
    padding: 0 !important;
  }
  .Enterprise-row2 .content-wd-image-wrapper.left .img-wrap {
    text-align: center;
  }
  .Enterprise-page .content-wd-image-wrapper .img-wrap img{
    margin: 0 auto !important;
  }
  .Enterprise-row5 .content-wd-image-wrapper .text-wrap .step-block.step-block-wide {
    max-width: 583px;
  }
  .form-row1 .content-wd-image-wrapper .img-wrap img {
    margin-left: 0 !important;
  }
  .Enterprise-row4 .dnd-section {
    padding-top: 40px !important;
  }
  .Enterprise-row3 .dnd-section {
    padding-top: 40px !important;
  }
  .Enterprise-row5 .dnd-section {
    padding-bottom: 150px !important;
    padding-top: 40px !important;
  }
  .form-row1 .content-wd-image-wrapper.right {
    margin-bottom: 0px !important;
  }
  .form-row3 .widget-type-rich_text p {
    margin: 0 auto 80px;
  }
}
@media(max-width:999px){
  .pricing-row2 .span6:first-child {
    text-align: right;
    margin: 0;
    width: 50% !important;
    display: block !important;
  }
  .pricing-row2 .span6:nth-child(2n) {
    margin: 0;
    width: 50% !important;
    display: block !important;
  }
}
@media (max-width: 460px){
  .Enterprise-row6 form .hs-input {
    padding: 7px 15px 9px 48px;
    margin-bottom: 5px;
  }
}
@media(max-width:767px){
  .help-row1 .dnd-section>.row-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .form-page_banner-section .home-banner .banner-content {
    width: 100%;
  }
  .form-row1 {
    margin-top: -686px;
    padding: 686px 0 0;
  }
  .form-page_banner-section .home-banner {
    padding-top: 110px;
  }
  .Enterprise-row4 .dnd-section {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
  }
  .Enterprise-row2 .dnd-section {
    padding-bottom: 0 !important;
  }
  .Enterprise-row3 .dnd-section {
    padding-top: 10px !important;
    padding-bottom: 0;
  }
  .Enterprise-row5 .dnd-section {
    padding-bottom: 150px !important;
    padding-top: 10px !important;
  }

  .form-row3 .pricing-card {
    margin:0 auto; 
  }
  .form-row1 h4 {
    margin-bottom: 18px;
  }
  .pricing-row2 .span6:first-child {
    text-align: right;
    margin: 0;
    width: 100% !important;
    display: block !important;
  }
  .pricing-row2 .span6:nth-child(2n) {
    align-items: flex-start;
    margin: 0;
    width: 100% !important;
    display: block !important;
  }
  .pricing-row3 .dnd-section>.row-fluid {
    margin: 10px auto 0;
    max-width: 800px;
    text-align: center;
  }
}
@media(max-width:800px) and (min-width:768px){
  .form-row3 .pricing-card a.cta_button {
    padding: 0 5px !important;
    font: 12px/56px "Open Sans",Arial,Helvetica,sans-serif !important;
  }
  .form-row3 .pricing-card .cta_button i.icon-doc {
    right: 8px;
  }
}
@media(max-width:850px) and (min-width:800px){
  .form-row3 .pricing-card a.cta_button {
    padding: 0 16px !important;
    font: 12px/56px "Open Sans",Arial,Helvetica,sans-serif !important;
  }
  .form-row3 .pricing-card .cta_button i.icon-doc {
    right: 12px;
  }
}
@media(max-width:930px) and (min-width:850px){
  .form-row3 .pricing-card a.cta_button {
    padding: 0 16px !important;
    font: 14px/56px "Open Sans",Arial,Helvetica,sans-serif !important;
  }
  .form-row3 .pricing-card .cta_button i.icon-doc {
    right: 12px;
  }
}
@media(max-width:1050px){
  .Enterprise-row1 .dnd-section {
    padding-top: 97px !important;
    padding-bottom: 200px !important;
  }
}
@media(max-width:767px){
  .Enterprise-row1 .dnd-section {
    padding-top: 32px !important;
    padding-bottom: 70px !important;
  }
}
@media (max-width: 460px){
  .Enterprise-row1 .dnd-section {
    padding-top: 32px !important;
    padding-bottom: 140px !important;
  }
}
@media(max-width:380px){
  .form-row2 a.cta_button {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 14px 0 28px !important;
    font-size: 12px !important;
  }
  .form-row3 .pricing-card {
    padding: 37px 35px 45px;
  }
}
/* ******************************************************************************
*********************************************************************************
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.header {
  height: 68px;
  z-index: 50;
  position:relative;
}
.header__container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.navbar-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo.header__logo--main {
  text-transform: uppercase;
  font: normal normal 18px/1 gothamproblack,"Open Sans",Arial,Helvetica,sans-serif;
  left: 30px;
  transform: translate(0,-50%);
  width: 134px;
  display: block;
  top: 51%;
  position: absolute;
}
.header__logo.header__logo--main.light{
  display:none; 
}
.custom-menu-primary {
  transform: translate(0,-50%);
  left: 210px;
  z-index: 50;
  -webkit-transform: translate(0,-50%);
  position: absolute;
  line-height: 1.75;
  top: 50%;
}
.header__logo img {
  max-width: 100%;
  height: 36px !important;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}
.mobile-custom-menu-primary {
  display: none;
}
@media (min-width:768px){
  .mobile-custom-menu-primary {
    display: none !important;
  }
}
.header-right {
  transform: translate(0,-50%);
  right: 30px;
  -webkit-transform: translate(0,-50%);
  position: absolute;
  top: 50%;
}
.header-right a.login-link {
  margin-right: 36px;
  font: normal normal 11px/32px gothampromedium,"Open Sans",Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.header-right a.btn.btn-white.signup-btn {
  height: 32px;
  line-height: 32px;
  padding: 0;
  vertical-align: middle;
  width: 120px;
  font: normal normal 11px/32px gothampromedium,"Open Sans",Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 1px 2px rgba(52,63,81,.1);
  transition: .3s;
  display: inline-block;
  position: relative;
  text-align: center;
}
.header-right a.btn.btn-white.signup-btn:hover{
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}
.no-banner .home-pg header.header {
  position: relative !important;
  background: #fff !important;
}
.no-banner .home-pg header.header .custom-menu-primary a {
  color: rgba(90,101,113,1.0) !important;
}
.no-banner .home-pg header.header .custom-menu-primary a:hover {
  color: rgba(90,101,113,1.0) !important;
  opacity:.7 !important;
}
.no-banner .home-pg header.header .header-right a {
  color: rgba(90,101,113,1.0);
}
.no-banner .form-page-header header.header {
  position: relative !important;
  background: #fff !important;
}
.no-banner .form-page-header header.header .custom-menu-primary a {
  color: rgba(90,101,113,1.0) !important;
}
.no-banner .form-page-header header.header .custom-menu-primary a:hover {
  color: rgba(90,101,113,1.0) !important;
  opacity:.7 !important;
}
.no-banner .form-page-header header.header .header-right a {
  color: rgba(90,101,113,1.0) !important;
}
.no-banner .form-page-header .header__logo.header__logo--main.dark {
  display: block !important;
}
.no-banner .form-page-header .header__logo.header__logo--main.light {
  display: none !important;
}
@media(max-width:920px){
  .header-right a.login-link {
    margin-right: 15px;
  }
  .header__logo.header__logo--main {
    left: 20px;
  }
}
@media(max-width:767.5px){
  .header__logo.header__logo--main {
    left: 25px;
  }
  .header-right {
    display: none;
  }
  .custom-menu-primary {
    display: none;
  }
  .navbar-toggle {
    display: block;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-31%);
    position: absolute;
    right: 25px;
    top: 36%;
    z-index: 2000;
  }
  .navbar-toggle a.hamburger-link.js-hamburger-link {
    display: block;
    height: 12px;
    padding: 10px 0;
    position: relative;
    width: 27px;
  }
  .navbar-toggle a.hamburger-link.js-hamburger-link:before {
    background: #000;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 10px;
    transition: .5s;
    width: 27px;
  }
  .navbar-toggle a.hamburger-link.js-hamburger-link:after{
    background: #000;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 20px;
    transition: .5s;
    width: 27px;
  }
  .menu-open .navbar-toggle a.hamburger-link.js-hamburger-link:after {
    top: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .menu-open .navbar-toggle a.hamburger-link.js-hamburger-link:before {
    top: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .mobile-custom-menu-primary {
    display: block;
    background: #fff;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    transition: .5s;
    top: -20px;
    opacity: 0;
    visibility: hidden;
    z-index: 1500;
  }
  .menu-open .mobile-custom-menu-primary {
    opacity: 1;
    top: 0px;
    visibility: visible;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */


footer.footer {
  width: 100%;
  position: relative;
  overflow: auto;
  border: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 32px;
}
.footer__copyright {
  display: inline-block;
}
.footer-left {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  font-size: 16px;
}
.footer-logo {
  padding-left: 50px;
  display: inline-block;
}
.footer-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-menu ul {
  margin: 0;
  list-style: none;
  white-space: normal;
  display: inline-block !important;
}
.footer-menu ul li {
  margin: 0px 27px;
  display: inherit;
  vertical-align: inherit;
  line-height: inherit;
  font-size: 16px;
  font: inherit;
}
.footer-menu ul li a {
  text-transform: uppercase;
  font: normal normal 11px/15px gothampromedium,"Open Sans",Arial,Helvetica,sans-serif;
  letter-spacing: 1px;
  padding:0;
}
.footer-logo img {
  max-width: 100px !important;
}
.footer-logo img:hover {
  opacity: .7;
  transition: .2s;
  transition-property: opacity;
}
@media(max-width:1200px){
  footer.footer {
    justify-content: flex-end;
  }
}
@media(max-width:991px){
  .footer-logo {
    padding-left: 20px;
  }
  .footer-menu ul li {
    margin: 0px 15px;
  }
}
@media(max-width:767px){
  footer{
    display: none !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
*********************************************************************************
****************************************************************************** */

.blog-footer .footer-menu.mobile {
  display: none !important;
}
.blog-footer a:hover, .blog-footer ul li a:hover, .blog-footer ul li a:focus, .blog-footer ul li a:active, .blog-footer ul li.hs-menu-item.active:hover a {
  opacity: .7;
}
.blog-listing-container {
  padding-top: 30px;
}
.blog-listing-container .page-center {
  max-width: 1080px;
  width: 80%;
  padding: 0;
}
.blog-content {
  width: 73.625%;
  margin-right: 5.5%;
  float: left;
  position: relative;
  z-index: 2;
  min-height: 1px;
}

.post-listing {
  padding: 3.735% 0 0;
  width: 100%;
  position: relative;
}
.post-item {
  float: left;
  max-width: 100%;
  width: 46.265%;
  margin-right: 7.47%;
}
.topic-page-wrapper {
  padding-top: 58px;
}
.post-item:nth-child(even) {
  margin-right: 0;
}
.post-item h2.entry-title {
  font-size: 18px;
  color: #333 !important;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
  margin: 0;
}
.post-item p.post-meta {
  font-size: 14px;
  margin-bottom: 6px;
  padding-bottom: 0;
}
.post-item a.blog-post__tag-link {
  color: #2ea3f2 !important;
}
.post-item a.blog-post__tag-link:hover {
  color: #2ea3f2 !important;
}
.section.post-footer .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  max-width: 100%;
  overflow-x: auto;
}
.post-item span.custom_listing_comments a {
  color: #666;
  cursor: text;
}
.post-item span.custom_listing_comments a:hover {
  color: #666;
}
.post-item h2.entry-title a{
  font-size: 18px;
  color: #333 !important;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
}
.post-item .post-content p {
  margin: 0;
  font-family: Open Sans,Arial,sans-serif;
  font-size: 14px;
  color: #666;
  background-color: #fff;
  line-height: 1.7em;
}
.post-item .post-content a:hover {
  color: #1e80ed !important;
  opacity:1;
}
.blog-sidebar {
  width: 20.875%;
  margin: 2.855% 0;
  float: left;
  position: relative;
  z-index: 2;
  min-height: 1px;
  padding-left: 30px;
}
.blog-content:after {
  content: "";
  background: rgba(0,0,0,.1);
  height: 95%;
  width: 1px;
  display: block;
  right: -7.5%;
  top: 30px;
  position: absolute;
}
.blog-sidebar .sidebar-row {
  width: 100%;
  margin-bottom: 26.347%;
}
.blog-sidebar .sidebar-row .login-col>div {
  line-height: 1.8em;
}
.blog-sidebar .site-search-col form {
  padding: 0 !important;
  background-color: transparent !important;
}
.blog-sidebar .site-search-col form input.hs-search-field__input {
  background: transparent !important;
  border-radius: 3px;
  padding: .7em;
  height: 40px!important;
  margin: 0;
  font-size: 14px;
  line-height: normal!important;
  border: 1px solid #ddd;
  color: #666;
  font-family: "Open Sans", Arial, sans-serif;
}
.blog-sidebar .site-search-col form input#searchsubmit {
  padding: .7em;
  height: 40px!important;
  margin: 0;
  font-size: 14px;
  line-height: normal!important;
  border: 1px solid #ddd;
  cursor: pointer;
  color: #666;
  background-color: #ddd;
  width: 70px;
  border-radius: 0 3px 3px 0;
  position: absolute;
  right: 0;
  top: 0;
}

.hs-search-field--open .hs-search-field__suggestions {
  padding: 10px;
}

.blog-sidebar .block h3 {
  color: #333;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
  font-size: 18px;
  margin: 0;
}
.blog-sidebar .block a {
  color: #666;
  font-size: 14px;
  line-height: 23.8px;
  font-weight: 500;
}
.blog-sidebar .block a:hover {
  color: #666;
}
.hs-blog-post .blog-sidebar .block a:hover{
  color: #82c0c7 !important;
} 
.post-item-inner {
  margin-bottom: 14.941%;
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,.1);
  border: 1px solid #FFF;
  padding: 19px;
  background-color: #fff;
}
.featured-image-wrapper {
  margin: -20px -20px 29px;
}
.featured-image-wrapper img {
  max-width: 100%;
}
footer.blog-footer {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 20px;
}
footer.blog-footer .footer-menu.desktop ul {
  padding: 28px 0 0!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer.blog-footer .footer-menu.desktop ul li {
  margin-top: 5px;
  padding-left: 11px;
  font-family: Open Sans,Arial,sans-serif;
  padding-right: 11px;
  font-size: 14px;
  line-height: 1em;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
footer.blog-footer .footer-menu.desktop ul li a {
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 29px;
  white-space: nowrap;
  font-size: 13px;
  letter-spacing: 1px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  font-weight: 500;
  text-transform: unset;
  font-family: Open Sans,Arial,sans-serif;
}
.blog-bottom-pane-wrapper .page-center {
  width: 80%;
  max-width: 1080px;
  margin: auto;
  position: relative;
  padding: 27px 0;
}
.blog-bottom-pane {
  background-size: initial;
  background-position: top left;
  background-repeat: repeat;
  background-image: url(https://hello.getacceptd.com/hubfs/raw_assets/public/OmegaFi_October2020/images/cta-wallpaper.png);
  background-color: #466EE7;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  text-align: center;
  color: #fff!important;
  padding: 40px 60px;
}
.blog-bottom-pane h1,.blog-bottom-pane h2,.blog-bottom-pane h3,.blog-bottom-pane h4,.blog-bottom-pane h5,.blog-bottom-pane h6,.blog-bottom-pane p {
  color: #fff!important;
}
.blog-bottom-pane h2 {
  padding-bottom: 30px;
  position: relative;
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
  margin:0;
}
.blog-bottom-pane a.et_pb_button.et_pb_promo_button {
  font-size: 20px;
  font-weight: 500;
  padding: .3em 1em;
  line-height: 1.7em!important;
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  border-radius: 3px;
  -webkit-transition: all .2s;
  position: relative;
  transition: all .2s;
  display: inline-block;
  color: #FFF;
}
.blog-bottom-pane a.et_pb_button.et_pb_promo_button:after{
  font-size: 32px;
  line-height: 1em;
  content: "\35";
  opacity: 0;
  position: absolute;
  margin-left: -1em;
  -webkit-transition: all .2s;
  transition: all .2s;
  text-transform: none;
  -webkit-font-feature-settings: "kern" off;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  font-family: ETmodules!important;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.blog-bottom-pane a.et_pb_button.et_pb_promo_button:hover{
  border: 2px solid transparent;
  padding: .3em 2em .3em .7em;
  background-color: hsla(0,0%,100%,.2);
}
.blog-bottom-pane a.et_pb_button.et_pb_promo_button:hover:after{
  opacity: 1;
  margin-left: 0;
}
header.blogs-header {
  width: 100%;
  max-width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin: auto;
  position: fixed;
  transition: height .4s ease-in-out;
  -webkit-transition: height .4s ease-in-out;
  top: 0;
  left: 0;
  height: 67.6px;
  z-index: 10;
}
.blogs-header .header__logo.header__logo--main {
  text-transform: uppercase;
  font: normal normal 18px/1 gothamproblack,"Open Sans",Arial,Helvetica,sans-serif;
  left: 35px;
  transform: translate(0,-47%);
  width: 134px;
  display: block;
  top: 50%;
  z-index: 99;
  position: absolute;
}
.blogs-header .custom-menu-primary {
  left: 198px;
  z-index: 50;
  position: absolute;
  line-height: 32px;
  top: 0;
  display: block;
  transform: translate(0, 0);
  transition: .7s;
  opacity: 1;
}

.search-open .blogs-header .custom-menu-primary {
  top: 55px;
  transition: .7s;
  opacity: 0;
}
.blogs-header .navigation-primary {
  display: inline-block;
  line-height: 0;
  padding: 27px 0 0 0;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
}
.blogs-header .submenu.level-1 {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  line-height: inherit;
  top: 0;
}
.blogs-header .submenu.level-1>li:first-child{
  padding-left: 20px;
  cursor:pointer;
}
.blogs-header .submenu.level-1>li:lastt-child{
  padding-right: 0px;
}
.blogs-header .submenu.level-1>li {
  padding-left: 0px;
  margin: 0;
  font-weight: lighter;
  padding-right: 40px;
  display: inline-block;
  font-size: 14px;
  position: relative;
  line-height: 1em;
}
.blogs-header .search_outer {
  display: block;
  width: 100%;
  top: -100px;
  transition: .7s;
  opacity: 0;
  position: absolute;
}
.search-open .blogs-header .search_outer {
  top: 0;
  opacity: 1;
  transition: .7s;
} 
.search_outer ul.hs-search-field__suggestions {
  position: absolute;
  top: 68px;
  z-index: 9999;
  right: 0;
}

.search_outer .hs-search-field--open .hs-search-field__suggestions {
  background: #fff;
}
.search_outer ul.hs-search-field__suggestions li a {
  font-size: 14px;
}
.blogs-header .search_outer form {
  max-width: 454px;
  right: 30px;
  background: transparent!important;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1000;
  width: 100%;
  padding:0;
  height: 68px;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
}
.blogs-header .search_outer form input.hs-search-field__input:-moz-placeholder,
.blogs-header .search_outer form input.hs-search-field__input:-moz-placeholder {
  color: #5A6571 !important;
}

.blogs-header .search_outer form input.hs-search-field__input::-webkit-input-placeholder,
.blogs-header .search_outer form input.hs-search-field__input::-webkit-input-placeholder {
  color: #5A6571 !important;
}

.blogs-header .search_outer form input.hs-search-field__input {
  font-size: 14px;
  letter-spacing: 1px;
  width: 90%;
  border: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 38px;
  margin: auto;
  font-family: Open Sans,Arial,sans-serif;
  background: transparent;
}
.outer-container {
  width: 100%;
  max-width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  height: 68px;
  position: relative;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
}
.blogs-header .submenu.level-1>li a {
  padding-bottom: 27px;
  letter-spacing: 1px;
  text-decoration: none;
  display: block;
  position: relative;
  font-family: Open Sans,Arial,sans-serif;
  font-weight: 400;
}
header.blogs-header.fix-header .outer-container {
  height: 54px;
}
.blogs-header .submenu.level-1>li a.active-branch,.blogs-header .submenu.level-1>li.active-branch a{
  font-weight:700 !important; 
}
.blogs-header .submenu.level-2 {
  font-weight: 500;
  left:0;
  opacity: 0;
  position: absolute;
  text-transform: none;
  top: 100%;
  visibility: hidden;
  width: auto;
}
.blogs-header .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.blogs-header .submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
  opacity: 1;
  visibility: visible;
}
.blogs-header .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;
}
.blogs-header .et_close_search_field{
  display: block;
  width: 30px;
  height: 30px;
  z-index: 99999;
  position: absolute;
  right: 60px;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto;
}
header.blogs-header.fix-header {
  height: 53.6px;
  box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
  -moz-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
  -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
}
header.blogs-header.fix-header .custom-menu-primary nav.navigation-primary {
  padding-top: 20px;
}
header.blogs-header.fix-header .icon-search {
  transform: translate(0,-53%);
}
header.blogs-header.fix-header .search_outer form {
  height: 54px;
}
.blog-banner h1,.blog-banner h2,.blog-banner h3,.blog-banner h4,.blog-banner h5,.blog-banner h6{
  color: #fff!important;
}
.blog-banner {
  background-color: #466EE7;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  padding: 50px 0;
  position: relative;
  background-position: 50%;
  background-size: cover;
  text-align: left;
  margin-top: 67px;
  color: #fff!important;
  z-index:9;
  transition: margin .4s ease-in-out;
  -webkit-transition: margin .4s ease-in-out;
}
.blog-banner-content {
  width: 100%;
  display: block;
}
.blog-banner .page-center {
  position: relative;
  z-index: 3;
  width: 80%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding:10px 10px 10px 0;
}
.blog-banner h1 {
  font-size: 26px;
  padding-left: 17px;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
  margin: 0;
}
.blog-banner p {
  padding-left: 17px;
  font-family: Open Sans,Arial,sans-serif;
  line-height: 1.7em;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 47px;
}
.down-arrow-wrapper {
  width: 100%;
  min-height: 30px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 17px;
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
}
a.scroll-down-container {
  display: inline-block;
}
span.scroll-down.et-pb-icon {
  font-size: 18px;
  color: #fff;
  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-style: normal;
  display: inline-block;
}
/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}
.header-right {
  transform: translate(0,-50%);
  right: 30px;
  -webkit-transform: translate(0,-50%);
  position: absolute;
  top: 50%;
}
.header-right a.login-link {
  margin-right: 36px;
  font: normal normal 11px/32px gothampromedium,"Open Sans",Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.header-right a.btn.btn-white.signup-btn {
  height: 32px;
  line-height: 32px;
  padding: 0;
  vertical-align: middle;
  width: 120px;
  font: normal normal 11px/32px gothampromedium,"Open Sans",Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 1px 2px rgba(52,63,81,.1);
  transition: .3s;
  display: inline-block;
  position: relative;
  text-align: center;
}
.header-right a.btn.btn-white.signup-btn:hover{
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}
.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

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

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}
.blog-post-container .page-center.content-wrapper {
  max-width: 1080px;
  padding: 0;
  position: relative;
  width: 80%;
  display: block;
  height: 100%;
}
.post-container-wrapper .blog-post__body{
  line-height: 23px;
  color: #666;
  font-family: Open Sans,Arial,sans-serif;
  font-weight: 500;
  font-size:14px;
}
.blog-post__body h1, .blog-post__body h2, .blog-post__body h3, .blog-post__body h4, .blog-post__body h5, .blog-post__body h6 {
    color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
  margin:0;
}
.blog-post__body h2{
  font-size: 26px;
}
.blog-post__body h4 {
    font-size: 18px;
}
.blog-post__body h5 {
    font-size: 16px;
}
.post-container-wrapper .blog-post__body ul{
    list-style-type: disc;
    padding: 0 0 23px 1em;
    line-height: 26px !important;
  font-size: 14px;
  margin:0;
}
.post-container-wrapper .blog-post__body ul li{
   line-height: 26px !important;
}
.post-container-wrapper .blog-post__body p{
  font-size:14px;
  padding-bottom: 1em;
  margin-bottom:0;
}
.blog-post__body {
    margin-top: 81px;
}
.blog-post__body img {
  width: 100%;
}
.poost-featured-image img {
    width: 100%;
}
.post-container-wrapper .blog-sidebar {
  border: 0;
  margin: 0;
  padding-top: 58px;
}
.blog-post-container .page-center.content-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #e2e2e2;
  right: 20.875%!important;
}
.blog-post-container hr {
  display: none;
}
.post-container-wrapper {
  padding-top: 68px;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}
.post-container-wrapper .blog-content:after {
  top: 0;
  height: 100%;
}
.post-container-wrapper .blog-content {
  padding-top: 58px;
}
.post-meta a, .post-container-wrapper .post-meta a:hover {
  color: #666 !important;
}
.post-container-wrapper h1.entry-title {
  color: #333;
  padding-bottom: 8px;
  line-height: 1em;
  font-size: 30px;
  font-weight: 500;
  margin: 0;
}
.hs-blog-post footer.blog-footer {
  display: none;
}

.post-container-wrapper p.post-meta {
  font-size: 14px;
  padding-bottom: 15px;
  margin-bottom: 6px;
}
.blog-pagination {
  display: flex;
  align-items: center;
  text-align: center;
  font-family: Lato,sans-serif;
  position: relative;
  z-index: 10;
  float: left;
  width: 100%;
  clear: both;
  padding-bottom: 3.735%;
}
.post-item .post-content a {
  font-size: 14px;
  line-height: 1.7em;
  display: inherit;
}
.blog-pagination__link {
  display: inline-flex;
  padding: 0;
  margin: 0;
  color: #2ea3f2 !important;
  text-decoration: none;
  border: 0;
  line-height: 1;
  border-radius: 7px;
  cursor:pointer;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__prev-link--disabled{
  display:none !important;
}
.blog-pagination__next-link--disabled{
  display:none !important;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
  font-size:14px;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: 0;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: 0;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}
a { text-decoration: none; }
a:hover, a:focus {text-decoration: underline; }
.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.post-container-wrapper a {
  color: #2ea3f2;
}
.post-container-wrapper a:hover {
  color: #2ea3f2 !important;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.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;
}

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

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 14px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: .01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

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

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}


@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}
.blog-sidebar .block a:hover {
  color: #666;
}
.blog-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}
.blog-sidebar a {
  color: #666;
}
.blog-sidebar a:hover {
  color: #666;
}
.blog-sidebar ul li {
  margin-bottom: .5em;
  font-weight: 500;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}
.blog-sidebar-post-listing ul li {
  margin-bottom: .5em;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}
.login-col p {
  font-size: 13px;
  line-height: 23.8px;
  font-weight: 500;
  padding-bottom: 8px;
}
.login-col {
  font-size: 14px;
  line-height: normal;
}
.mobile_menu_bar_toggle {
  display:none;
}
.footer-trigger {
  display: none;
}

.blog-mobile-menu {
  display: none;
}
.comment-date {
  display: block !important;
}

.hs-blog-post .blog-sidebar .sidebar-row {
  margin-bottom: 30px;
}
@media (max-width: 1349px){
  .blog-post__body {
    margin-top: 6%;
}
}
@media (max-width: 980px){
  .icon-search{
    transition: none;
  }
  .blog-post__body {
    margin-top: 80px;
}
  header.blogs-header.fix-header {
    position: relative;
    line-height: 23px;
    font-weight: 500;
    top: 0;
    background-color: #fff;
    width: 100%;
    z-index: 99999;
    height: 80px;
    padding: 0;
    transition: none;
  }
  .blog-banner {
    margin-top: -2px;
  }
  header.blogs-header {
    position: relative;
    line-height: 23px;
    font-weight: 500;
    top: 0;
    background-color: #fff;
    width: 100%;
    z-index: 99999;
    height:80px;
    padding:0;
  }
  .blogs-header-inner {
    width: 80%;
    max-width: 1080px;
    margin: auto;
    position: relative;
  }
  .blogs-header .header__logo.header__logo--main {
    transform: none;
    position: static;
    padding: 22px 0 0 5px;
    width: auto;
  } 
  .blog-mobile-menu {
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 99;
    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);
  }
  .blogs-header .custom-menu-primary {
    display: none;
  }
  .mobile_menu_bar_toggle:before {
    content: "\61";
    font-size: 32px;
    cursor: pointer;
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    color: #2ea3f2;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
  }
  .search-open .mobile_menu_bar_toggle {
    top: 60px;
    opacity: 0;
  }
  .mobile_menu_bar_toggle {
    position: absolute;
    display:block;
    right: 0;
    top: 24px;
    cursor: pointer;
    transition: 0.7s;
    opacity: 1;
  }
  .icon-search {
    left: auto;
    right: 67px;
    transform: none;
    top: 31px;
    font-weight: 600;
  }
  .blog-mobile-menu .submenu.level-1>li {
    display: block;
    padding: 0 !important;
  }
  .blog-mobile-menu .submenu.level-1>li a {
    color: #5a6571 !important;
    width: 100%;
    padding: 10px 5% !important;
    border-bottom: 1px solid rgba(0,0,0,.03);
    font-size: 14px !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: 23px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
  }
  .blogs-header .submenu.level-1 {
    display: block;
    width: 100%;
  }
  .blogs-header .navigation-primary {
    display: block;
    padding: 0;
  }
  .blog-mobile-menu .submenu.level-1>li a:hover {
    background-color: rgba(0,0,0,.03);
    opacity: .7;
  }
  .blogs-header .submenu.level-2 {
    position: static;
    opacity: 1;
    visibility: visible;
    padding-left: 30px;
    display: none;
  }
  .blogs-header .submenu.level-2 li {
    padding: 0 !important;
  }

  .blog-mobile-menu .child-trigger i, .blog-mobile-menu .child-trigger i:after {
    background: transparent;
  }
  .blog-mobile-menu .child-trigger {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 44px !important;
    width: 44px !important;
    text-align: center;
    line-height: 44px;
    font-size: 23px;
    font-weight: 500;
    cursor: pointer;
  }
  .blog-mobile-menu .child-trigger i {
    position: static;
  }
  .blog-mobile-menu .child-trigger i:after {
    content: none !important;
  }
  .blog-mobile-menu .child-trigger i:before {
    content: "+";
    font-style: normal;
  }
  .blog-mobile-menu .child-trigger.child-open i:before {
    content: "-";
  } 
  .blog-content {
    width: 100%;
    margin-right: 0;
  }
  .blog-sidebar {
    width: 100%;
    padding-left: 0;
    border-left: 0;
  }
  .blog-sidebar .sidebar-row {
    margin-bottom: 7.5%;
  }
  .footer-trigger {
    display: block;
    min-height: 81px;
    padding-top: 5px;
    text-align: center;
  }
  .footer-trigger:after {
    content: "\61";
    font-size: 32px;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
    color: #7EBEC5;
    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;
  }
  .footer-menu.desktop {
    display: none;
  }
  footer.blog-footer {
    padding: 0;
  }
  footer.blog-footer {
    padding-top: 23px;
  }
  .blog-bottom-pane {
    background-image: none;
  }
  .footer-menu.desktop {
    position: relative;
    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);
  }
  .footer-inner {
    max-width: 1080px;
    width: 80%;
    margin: 0 auto;
  }
  footer.blog-footer .footer-menu.desktop ul {
    padding: 0 !important;
    text-align: left;
    display: block !important;
  }

  footer.blog-footer .footer-menu.desktop ul li {
    margin: 0;
    padding: 0;
  }

  footer.blog-footer .footer-menu.desktop ul li a {
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 10px 5%;
    color: #5a6571;
    width: 100%;
    line-height: 26px;
    border-bottom: 1px solid rgba(0,0,0,.03);
  }
  footer.blog-footer .footer-menu.desktop ul li a:hover{
    background-color: rgba(0,0,0,.03);
    opacity: .7;
  }
  .footer-show .footer-trigger {
    min-height: 61px;
  }
  .blog-content:after {
    content:none;
  } 
  .search-open .mobile_menu_bar_toggle {
    top: 60px;
    opacity: 0;
  }
  .search-open .blogs-header .search_outer {
    right: 0;
    position: absolute;
  }
  .outer-container {
    padding: 0;
  }
  .blogs-header .search_outer form {
    right: 0;
    max-width: 50%;
    top: 6px;
    width: 50%;
  }
  .blogs-header .et_close_search_field {
    right: 0;
    top: 12px;
  }
  .post-container-wrapper {
    padding-top: 0;
  }

}


@media (max-width: 767px){

  .blog-banner-content {
    padding: 20px 2%;
  }
  .post-item { 
    width: 100%;
    margin-right: 0; 
  }
  .post-listing {
    overflow: visible;
  }
  footer.blog-footer {
    display: block !important;
  }
  .blog-bottom-pane {
    padding: 40px;
  }

}

@media (max-width: 400px){
  .blogs-header .search_outer form {
    max-width: 40%;
    width: 40%;
  }

}
@media (max-width: 320px){

  header.blogs-header .header__logo img {
    max-width: 124px !important;
    height: auto !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 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;
}
ul#hsresults li a.hs-search-results__title {
  color: #333;
  font-family: Open Sans;
  font-size: 26px;
  font-weight: 400;
  text-decoration: none !important;
}
.systems-page {
  padding: 3rem 20px;
}
.systems-page.search_results-page {
  padding-top: 0;
  padding-bottom: 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: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: rgb(46, 163, 242);
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.7em;
  font-weight: 500;
  font-size:14px;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.error-header {
  display: none;
}
.error-page-footer {
  display: none;
}
.error-center {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100vh;
}
.error-center .content {
  text-align: center;
}
.error-center .content .title {
  font-size: 36px;
  padding: 20px;
  font-family: 'Nunito',sans-serif;
  color: #636b6f;
  font-weight: 100;
  margin: 0;
  line-height: 1.37;
}
form#email-prefs-form {
  max-width: 100%;
}
.systems-page .actions{
  padding-top:10px;
}
body.has-no-banner p.header {
  background-color: #fff;
}
.fix-header p.header {
  box-shadow: none;
}
body.has-no-banner p.header {
  position: static;
}
@media(max-width:767px){
  .systems-page .success {
    min-width:100%;
  }
}
.systems-page .hs-input{
  width:100% !important;
}
.systems-page input#hs-pwd-widget-password {
  height: 58px !important;
  margin-top: 0 !important;
  margin-bottom: 10px;
}
.systems-page form,.systems-page form h1,.systems-page form h2,.systems-page form h3,.systems-page form h4 {
  color: #fff !important;
}
.systems-page div#content h3 {
  color: #fff;
}
.systems-page form {
  max-width: 767px !important;
}
.systems-page .hs-input[type=checkbox],.systems-page .hs-input[type=radio]{
  width:auto !important;
}
.systems-page ul.no-list.hs-error-msgs {
  padding: 0;
}
@media(max-width:360px){
  .systems-page form #content input#submitbutton {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }
}
@media(min-width:767px){
  .systems-page h2{
    font-size:55px;
  }
  .systems-page h1{
    font-size:56px;
  }
  .systems-page .success{
    font-size:.8rem;
  }
}

@media(max-width:767px){
  .hs-search-results__pagination a {
    padding-bottom: 30px;
  }
  .systems-page  form {
    padding: 20px 23px 28px;
  }
  .systems-page .success {
    min-width:100%;
    font-size: .9rem;
  }
  .systems-page h2,.blog-recent-posts h2,.blog-index h2{
    font-size:1.4rem;
  }
  .systems-page h1,.error-page_heading,.body-container__landing h1,.blog-post h1{
    font-size:1.6rem;
  }
}