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











































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

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

.dnd-section > .row-fluid {
/*   max-width: 1200px; */
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: ETmodules;
  src: url("//6792469.fs1.hubspotusercontent-na1.net/hubfs/6792469/Coastequitypartners_June2020/Fonts/modules.eot") format("embedded-opentype"), 
    url("//6792469.fs1.hubspotusercontent-na1.net/hubfs/6792469/Coastequitypartners_June2020/Fonts/modules.ttf") format("truetype"), 
    url("//6792469.fs1.hubspotusercontent-na1.net/hubfs/6792469/Coastequitypartners_June2020/Fonts/modules.woff") format("woff"), 
    url("//6792469.fs1.hubspotusercontent-na1.net/hubfs/6792469/Coastequitypartners_June2020/Fonts/modules.svg") format("svg");
  font-style: normal;
  font-weight: 400;
}

body {
  font-family: Open Sans, serif;
  font-size: 16px;
  color: #666666;
  line-height: 2;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin: 0;
  padding-bottom: 1em;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding-bottom: 10px;
  line-height: 1;
  font-weight: 500;
  font-family: Open Sans, serif;
  color: #333333;
  word-break: break-word;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 50px;
  line-height: 1.4;
}

h3 {
  font-size: 22px;
  line-height: 1.2;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin: 0;
  padding: 0 0 23px 1em;
}

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

blockquote {
  padding: 0;
  margin: 20px 0 30px;
  border-left: 5px solid;
  padding-left: 20px;
  border-color: #0067a4;
  quotes: none;
}

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

.body-container-wrapper {
  background: #fff;
  position: relative;
  z-index: 9;
}

.body-wrapper {
  padding-top: 131px;
}

.lp-page .body-wrapper {
  padding-top: 100px;
}

@media (max-width: 980px) {
  h2, h3 {
    font-size: 36px !important;
  }
  .body-wrapper {
    padding-top: 80px;
  }
  .lp-page .body-wrapper {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  h2, h3 {
    font-size: 24px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */



form, form fieldset {
  max-width: 100% !important;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all .2s;
  transition: all .2s;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  line-height: 1.7em ;
  position: relative;
  margin: 15px 0;
  color: #ffffff;
  border-color: rgba(0,0,0,0);
  border-radius: 0px;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #ff6d29;
  padding-top: 16px;
  padding-right: 28px;
  padding-bottom: 16px;
  padding-left: 28px;
  font-family: Open Sans,Arial,sans-serif;
  text-align: center;
  white-space: normal;
  outline: none;
}

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

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

.hs-submit .actions {
  display: inline-block;
  position: relative;
}

.hs-submit .actions:after,
.hs-button:after {
  font-family: ETmodules;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -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;
  line-height: 1em;
  content: "\35";
  opacity: 0;
  position: absolute;
  font-size: 22.4px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  right: 20px;
}

.hs-submit .actions:hover:after,
.hs-button:hover:after {
  opacity: 1;
  margin-left: 0;
  right: 5px;
}


.hs-form label {
  color: #33475b;
  display: block;
  margin-bottom: 4px;
}

.hs-error-msgs label,
.hs-form .hs-error-msgs label {
  margin-top: .5rem;
  color: #ff0000;
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 500;
}

.hs-input,
input[type="password"] {
  display: inline-block;
  width: 100% !important;
  font-family: Open Sans,Arial,sans-serif;
  position: relative;
  border: 1px solid #bbb;
  margin: 0;
  padding: 16px;
  width: 100%;
  border-width: 0;
  border-radius: 0;
  color: #999;
  background-color: rgba(171,178,198,0.15);
  font-size: 16px;
  line-height: 1.8em;
  outline: 0;
}

input[type="password"] {
  margin: 0 !important;
  height: auto !important;
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

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

.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;
}

.hs-form-field {
  margin-bottom: 3%;
}

.hs-error-msgs {
  padding-left: 0;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Open Sans, serif;
}

@media (max-width: 767px) {
  form {
    max-width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
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: red;
  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.
*********************************************************************************
****************************************************************************** */

@media (max-width: 767px) {
  .hs-content-id-189964071477 .row-fluid-wrapper.row-depth-1.row-number-20 .hs_cos_wrapper_type_rich_text span,
  .hs-content-id-189964071477 .row-fluid-wrapper.row-depth-1.row-number-20 .hs_cos_wrapper_type_rich_text p {
    text-align: center;
    display: block;
  }
}


  .hs-content-id-189964071477 #hs_cos_wrapper_module_1747094081733,
  .hs-content-id-189964071477 #hs_cos_wrapper_widget_1747093929623,
  .hs-content-id-189964071477 #hs_cos_wrapper_module_1747094097946 {
    text-align: center;
  }
#top-header {
  z-index: 100000;
  color: #fff;
  transition: background-color .4s,transform .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  line-height: 1em;
  font-size: 12px;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
}

#top-header .page-center {
  text-align: left;
  position: relative;
  font-weight: 600;
  line-height: 1em;
  
  max-width: 1280px;
  margin: 0 auto;
}

#top-info {
  display: block;
  float: right;
  line-height: 1em;
}

#top-info p {
  padding: 0;
  position: relative;
  margin-right: 13px;
  display: inline;
}

#top-info p:before {
  position: relative;
  top: 2px;
  margin-right: 2px;
  font-family: ETmodules;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0px 0px;
  content: "";
}

.custom-header-bottom {
  display: block;
  transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  z-index: 99999;
  width: 100%;
  box-shadow: 0 1px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
  line-height: 23px;
  font-weight: 500;
  position: fixed;
  top: 0;
}
@media (min-width: 981px) {
  .custom-header-bottom {
    top: 31px;
  }
}

.custom-header-bottom .page-center {
  text-align: left;
  position: relative;
  z-index: 99;
  max-width: 1280px;
}

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

.custom-logo {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 0;
}

.custom-logo .hs_cos_wrapper {
  display: block;
  width: 100%;
  height: 100%;
}

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

.custom-logo a {
/*   margin-left: 3px; */
}

.custom-logo img {
  width: auto !important;
  max-height: 60%;
  display: inline-block;
  float: none;
  vertical-align: middle;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.custom-menu-wrapper {
  font-weight: 600;
  float: right;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  padding: 43px 0 0 0;
}
.custom-menu-wrapper a {
  font-weight: 600;
}

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

.custom-menu-primary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-menu-primary .submenu.level-1 {
  float: left;
  line-height: 0;
  z-index: 99;
  opacity: 1;
  -webkit-animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
}

.custom-menu-primary .submenu.level-1 > li {
  display: inline-block;
  font-size: 14px;
  padding-right: 21.5px;
  position: relative;
  line-height: 1em;
}

.custom-menu-primary .submenu.level-1 > li > a {
  text-decoration: none;
  display: block;
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  padding-bottom: 43px;
  color: rgba(0, 0, 0, 0.6);
}

.custom-menu-primary ul ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
}

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

#search_icon:hover {
  cursor: pointer;
}

#search_icon:before {
  content: "\55";
  font-size: 17px;
  left: 0;
  position: absolute;
  top: -3px;
  font-family: ETmodules!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0px 0px;
  z-index: 99;
  opacity: 1;
  -webkit-animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
}

.custom-menu-primary .submenu.level-1 > li:last-child {
  padding-right: 0;
}

.custom-menu-primary .submenu.level-1 > li > a:hover {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.custom-menu-primary ul li:hover > ul {
  display: block;
}

.custom-menu-primary ul ul {
  padding: 20px 0;
  border-top: 3px solid #0067a4;
}
.custom-menu-primary ul ul li {
  display: block;
  font-size: 14px;
  position: relative;
/*   line-height: 1em; */
  padding-bottom: 0;
  line-height: 2em;
  
  padding: 0 20px;
  margin: 0;
}


.custom-menu-primary ul ul li a {
  text-decoration: none;
  display: block;
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  white-space: nowrap;
/*   padding: 10px; */
  
  padding: 6px 20px;
  width: 200px;
  font-size: 12px;
  line-height: 2em;
}
.custom-menu-primary ul ul li a {
    color: rgba(0, 0, 0, 0.6);
}

.custom-menu-primary ul ul li a:hover {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

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

.search_outer .page-center {
  position: relative;
  opacity: 0;
  -webkit-animation: fadeOutTop 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeOutTop 1s cubic-bezier(.77,0,.175,1) 1;
  z-index: 1;
  height: 100px;
}

.search_outer .search-form {
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1000;
  width: 100%;
  background: transparent;
  max-width: 764px;
}

.search_outer .search-form .search-field {
  width: 90%;
  border: none;
  color: #333;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  background: transparent;
  font-size: 14px;
  padding: 1px 3px;
  outline: none;
  line-height: normal;
}

.search_outer .search-form .search-field::placeholder {
  color: rgb(117, 117, 117);
  opacity: 1;
}

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

.close_search_field:after {
  font-family: ETmodules;
  content: "\4d";
  speak: none;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search-open .custom-menu-primary .submenu.level-1 {
  opacity: 0;
  -webkit-animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
}

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

.search-open .search_outer .page-center {
  z-index: 999;
  opacity: 1;
  -webkit-animation: fadeInTop 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInTop 1s cubic-bezier(.77,0,.175,1) 1;
}

.custom-header-bottom.custom-lp-header {
  top: 0;
}

.custom-lp-header .horizontal-spacer {
  height: 100px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* ============== Media Queries ============== */
@media (min-width: 981px) {
  .sticky .custom-header-bottom {
/*     background-color: rgba(255,255,255,0.9); */
/*     box-shadow: none; */
  }

  .sticky #top-header {
            background-color: #0067a4 !important;
  }

  .sticky .custom-menu-primary .submenu.level-1 > li > a {
/*     padding-bottom: 20px; */
  }

  .sticky .search_outer .page-center {
/*     height: 54px; */
  }
  .menu-trigger,
  .custom-mobile-menu {
    display: none !important;
  }
  .sticky .custom-lp-header .horizontal-spacer {
/*     height: 54px; */
  }
}
/* =========== */
@media (max-width: 1200px) {
  .custom-menu-primary .submenu.level-1 > li {
    padding-right: 14.5px;
  }
  .search_outer .search-form {
    max-width: 100%;
    width: 75%;
  }
}

@media (max-width: 1140px) and (min-width: 1058px) {
  .custom-menu-primary .submenu.level-1 > li {
    padding-right: 9.5px;
    font-size: 13px;
  }
}

@media (max-width: 1057px) and (min-width: 1010px) {
  .custom-menu-primary .submenu.level-1 > li {
    padding-right: 9.5px;
    font-size: 12px;
  }
}

@media (max-width: 1009px) and (min-width: 981px) {
  .custom-menu-primary .submenu.level-1 > li {
    padding-right: 6.5px;
    font-size: 12px;
  }
  #top_search {
    width: 3px;
  }
}

@media (max-width: 980px) {
  .custom-menu-primary {
    display: none;
  }

  #top-header {
    position: absolute;
  }

  .custom-header-bottom {
    position: fixed;
  }

  .custom-logo img {
    max-width: 50%;
    max-height: 54%;
  }

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

  #top_search {
    margin: 0 15px 0 0;
    float: left;
  }

  .menu-trigger {
    float: right;
    display: block;
  }

  .menu-trigger .mobile_menu_bar_toggle {
    position: relative;
    display: block;
    line-height: 0;
    z-index: 99;
    opacity: 1;
    -webkit-animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
    animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
    padding-bottom: 24px;
  }

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

  #search_icon:before {
    top: 7px;
  }

  .search_outer .search-form {
    width: 50%;
    max-width: 50%;
  }

  .search_outer .page-center {
    height: 80px;
  }

  .search_outer .search-form .search-field {
    padding: 1px 2px;
  }

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

  .custom-mobile-menu {
    display: none;
    position: absolute;
    left: 0;
    background: #fff;
    width: 130%;
    margin-left: -15%;
    
    height: 100vh;
    visibility: visible;
    opacity: 1;
    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);
    border-color: #0067a4;
    top: 100%;
  }

  .custom-mobile-menu .submenu.level-1 {
    list-style: none;
    margin: 0;
    left: 0;
    padding: 15px 7.8%;
    display: block;
    font-weight: 600;
  }

  .custom-mobile-menu .submenu.level-1 > li, 
  .custom-mobile-menu ul ul li {
    display: block;
    position: relative;
    padding-bottom: 0;
  }

  .custom-mobile-menu .submenu.level-1 > li > a, .custom-mobile-menu ul ul li a {
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-bottom: 1px solid rgba(0,0,0,.03);
    color: #666;
    padding: 10px 5%;
    display: block;
  }

  .custom-mobile-menu ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 30px;
    display: none;
  }

  .custom-mobile-menu .submenu.level-1 > li > a:hover, .custom-mobile-menu ul ul li a:hover {
    background-color: rgba(0,0,0,.03);
    opacity: .7;
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger:not(.menu-link) {
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 44px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover:not(.menu-link) {
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #666; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .horizontal-spacer {
    height: 80px;
  }
}

.custom-logo img {
  min-height: 54%;
}
@media (max-width: 575px) {
  .search_outer .search-form .search-field {
    width: 70%;
  }
/*   .custom-logo a {
    margin-left: 4px;
  } */
}






/* header new */
.custom-header-bottom-new .custom-logo img {
  min-height: 50%;
}
@media (min-width: 768px) {
  .custom-header-bottom-new .custom-logo img {
   min-height: 100%;
  }
}
.custom-header-bottom-new .custom-menu-primary .submenu.level-1 > li {
    font-size: 12px;
  padding-bottom: 0;
}
.custom-header-bottom-new #top_search {
    margin-top: 0;
    margin-left: 12px;
}
.custom-header-bottom-new  .custom-menu-primary .submenu.level-1 > li:not(:last-child) {
    padding-right: 12px;
}
/* .custom-header-bottom-new .custom-menu-primary ul.submenu.level-1 > li:last-child a {
    color: #fff;
    background-color: #ff6d29;
    padding: 16px 10px;
    margin-top: -16px;
}
@media (min-width: 981px) {
  .custom-header-bottom-new .custom-menu-primary ul.submenu.level-1 > li:last-child a {
      padding: 16px 20px;
  }
} */
@media (min-width: 981px) and (max-width: 1074px) {
    .custom-header-bottom-new .custom-menu-primary .submenu.level-1 > li {
        font-size: 10px;
    }
}
@media (min-width: 1075px) and (max-width: 1119px) {
    .custom-header-bottom-new .custom-menu-primary .submenu.level-1 > li {
        font-size: 11px;
    }
}
@media (min-width: 1241px) {
  .custom-header-bottom-new  .custom-menu-primary .submenu.level-1 > li:last-child {
      padding-right: 22px;
  }
}
@media (max-width: 980px) {
  #top-header {
    display: none !important;
  }
/*   .custom-header-bottom,
  .body-wrapper {
    margin-top: -30px;
  } */
}
/* .custom-mobile-menu .navigation-primary ul.submenu.level-1 li:nth-child(7) a{
    color: #fff;
    background-color: #ff6d29;
    text-align: center;
    padding: 12px 10px;
} */




/* Dropdown Button */
#top-info a {
  transition: color .15s linear;
}
#top-info .dropdown-content { 
  width: 295px;
  background-color: #0E426B;
}
#top-info .dropbtn {
  color: #ffffff;
  font-weight: bold;
  display: block;
  padding: 10px 0 10px 10px;
}
#top-info .dropbtn:hover {
  opacity: .7;
}
#top-info .dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
  flex-direction: column;
  margin-left: -25px;
  padding: 8px 0 10px 0;
}
#top-info .dropdown-content a {
  padding: 10px 25px;
  font-size: 12px;
  line-height: 19px;
  font-weight: bold;
  color: #fff;
}
#top-info .dropdown-content.show {
  display: flex;
}

@media (max-width: 980px) {
  body.mobile-open {
    overflow: hidden;
  }
}
.custom-footer {
  display: block;
  font-size: 14px;
  line-height: 1.7em;
}

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

.custom-footer-bottom .page-center {
  text-align: left;
  position: relative;
}

.custom-footer-bottom .social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

.custom-footer-bottom .social-icons li {
  display: inline-block;
  margin-left: 20px;
}

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

.custom-footer-bottom .social-icons li a span {
  display: none;
}

.custom-footer-bottom .social-icons li a:before,
.custom-footer-new .social-icons li a:before{
  font-family: ETmodules;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0px 0px;
}

.social-facebook a:before {
  content: "\e093";
}

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

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

.social-rss a:before {
  content: "\e09e";
}

.custom-copyright p {
  text-align: left;
  padding-bottom: 10px;
}

.custom-copyright {
  float: left;
  line-height: 1.7em;
  font-size: 14px;
}

.custom-footer-top {
  display: block;
  width: 100%;
}

.custom-footer-top .page-center {
  text-align: left;
  position: relative;
}

.custom-footer-top .footer-inner {
  padding: 6% 0 0;
  word-break: break-all;
}

.custom-footer-top .footer-column {
  float: left;
}

.custom-footer-top h4 {
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
  font-size: 18px;
}

.custom-footer-top p:last-child {
  padding-bottom: 0;
}

.footer-image img {
  display: inline;
  float: right;
  margin-left: 15px;
  width: 60px !important;
}

.footer-image .hs_cos_wrapper {
  float: left;
  max-width: 100%;
}

#back-to-top {
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background: rgba(0,0,0,.4);
  text-decoration: none;
  position: fixed;
  z-index: 99999;
  bottom: 125px;
  right: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
  font-size: 30px;
  padding: 5px;
  color: #fff;
  display: inline;
  opacity: 0;
  -webkit-animation: fadeOutRight 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeOutRight 1s cubic-bezier(.77,0,.175,1) 1;
}

#back-to-top:before {
  content: "2";
}

.scroll #back-to-top {
  opacity: 1;
  -webkit-animation: fadeInRight 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInRight 1s cubic-bezier(.77,0,.175,1) 1;
}

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

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

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

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

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

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

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

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

/* ====================== Media Queries ================== */
@media (min-width: 981px) {
  .custom-footer-top .footer-column {
    margin-right: 5.5%;
    margin-bottom: 5.5%;
    width: 20.875%;
  }
  .custom-footer-top .footer-column:last-child {
    margin-right: 0;
  }
}
/* ====== */
@media (max-width: 980px) {
  .custom-footer-top .footer-column:nth-child(n) {
    width: 46.25%;
    margin: 0 7.5% 7.5% 0;
  }
  .custom-footer-top .footer-column:nth-child(2n) {
    margin-right: 0;
  }
  .custom-footer-top .footer-column:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .custom-footer-bottom .social-icons {
    float: none;
    text-align: center;
    margin: 0 0 5px;
  }

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

  .custom-copyright p {
    text-align: center;
  }

  .custom-footer-top .footer-inner {
    padding: 8% 0;
  }
}

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

  .custom-footer-top .footer-column {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .custom-footer-top .footer-column:nth-child(n) {
    margin-bottom: 9.5%;
  }

  .custom-footer-top .footer-column:last-child {
    margin-bottom: 0 !important;
  }
}

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

  .custom-footer-top .footer-column:nth-child(n) {
    margin-bottom: 11.5% !important;
  }
}








/* footer-new */
/* top */
.custom-footer-new .custom-footer-top .footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.custom-footer-new .custom-footer-top .social-icons {
    list-style: none;
    margin: 10px 0 30px 0;
    padding: 0;
    
}
.custom-footer-new .custom-footer-top .footer-column {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.custom-footer-new .custom-footer-top .footer-inner ul {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.custom-footer-new .custom-footer-top .footer-inner li a {
    font-size: 24px;
    line-height: 48px;
    height: 48px;
    width: 48px;
    color: #666666;
    text-align: center;
    display: block;
}
/* bottom */
.custom-footer-new .custom-footer-bottom {
  display: flex;
}
.custom-footer-new .custom-footer-bottom .cols-3 {
    display: flex;
    flex-direction: column;
}
.custom-footer-new .custom-footer-bottom .cols-3 > div {
  width: 100%;
}

.custom-footer-new .custom-footer-bottom .cols-3 > div,
.custom-footer-new .custom-footer-bottom .cols-3 > div * {
    color: #fff;
}
.custom-footer-new .custom-footer-bottom .cols-3 > div.col-2 {
    text-align: center;
}
.custom-footer-new .custom-footer-bottom .cols-3 > div.col-3 {
    font-weight: normal;
    text-align: center;
}
.custom-footer-new .custom-footer-bottom .cols-3 > div.col-3 a {
    font-weight: 700;
}
@media (max-width: 980px) {
    .custom-footer-new .custom-footer-bottom {
        padding-bottom: 15px;
    }
    .custom-footer-new .custom-footer-bottom div p {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}
@media (min-width: 981px) {
    .custom-footer-new .custom-footer-bottom .cols-3 {
      flex-direction: row;
    }
    .custom-footer-new .custom-footer-bottom .cols-3 > div {
      width: 33.333%;
    }
    .custom-footer-new .custom-footer-bottom .cols-3 > div.col-1 p {
      text-align: left;
    }
    .custom-footer-new .custom-footer-bottom .cols-3 > div.col-3 {
      text-align: right;
    }
}




@media (max-width: 727px) {
	.custom-footer p.has-text-align-center {
		display: flex;
		flex-direction: column;
	}
	.custom-footer p.has-text-align-center * {
		margin-top: 1rem;
	}
	.custom-footer p.has-text-align-center span {
		display: none;
	}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
  width: 80%;
}
.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #666666;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #666666;
  margin: 0 5px;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #666666;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.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: #ff6d29;
}
.comment-date {
  display: block !important;
}
/* ============================================== */

.custom-blog-header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  margin-top: -40px;
  margin-bottom: -40px;
  background-color: #0067A4;
  background-image: url(//6792469.fs1.hubspotusercontent-na1.net/hubfs/6792469/raw_assets/public/Coastequitypartners_June2020_Theme/images/overlay-5-altered5.png);
}

.blog-header-nner {
  line-height: 2em;
  background-color: rgba(0,0,0,0);
  position: relative;
  overflow: hidden;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
}

.custom-recent-posts-wrapper {
  padding: 0 6%;
  position: relative;
  width: 100%;
  text-align: center;
  list-style: none;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  display: list-item;
}

.custom-recent-posts-wrapper .recent-posts-container {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.recent-posts-container .container_inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.recent-post-image {
  position: absolute;
  width: 47.25%;
  margin-right: 5.5%;
  bottom: auto;
  top: 50%;
  -webkit-animation-duration: .7s;
  -webkit-animation-delay: .6s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: .7s;
  -moz-animation-delay: .6s;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: both;
  -o-animation-duration: .7s;
  -o-animation-delay: .6s;
  -o-animation-timing-function: ease-in-out;
  -o-animation-fill-mode: both;
  -ms-animation-duration: .7s;
  -ms-animation-delay: .6s;
  -ms-animation-timing-function: ease-in-out;
  -ms-animation-fill-mode: both;
  animation-duration: .7s;
  animation-delay: .6s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  -webkit-animation-name: fadeLeft;
  animation-name: fadeLeft;
  display: block;
  opacity: 0;
  margin-top: -134.5px;
}

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

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

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

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

.recent-post-image img {
  vertical-align: bottom;
  opacity: 1;
  -webkit-animation-duration: .7s;
  -webkit-animation-delay: .6s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: .7s;
  -moz-animation-delay: .6s;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: both;
  -o-animation-duration: .7s;
  -o-animation-delay: .6s;
  -o-animation-timing-function: ease-in-out;
  -o-animation-fill-mode: both;
  -ms-animation-duration: .7s;
  -ms-animation-delay: .6s;
  -ms-animation-timing-function: ease-in-out;
  -ms-animation-fill-mode: both;
  animation-duration: .7s;
  animation-delay: .6s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  -webkit-animation-name: fadeLeft;
  animation-name: fadeLeft;
}

.recent-posts-description {
  -webkit-animation-duration: .7s;
  -webkit-animation-delay: .9s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: .7s;
  -moz-animation-delay: .9s;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: both;
  -o-animation-duration: .7s;
  -o-animation-delay: .9s;
  -o-animation-timing-function: ease-in-out;
  -o-animation-fill-mode: both;
  -ms-animation-duration: .7s;
  -ms-animation-delay: .9s;
  -ms-animation-timing-function: ease-in-out;
  -ms-animation-fill-mode: both;
  animation-duration: .7s;
  animation-delay: .9s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  -webkit-animation-name: fadeBottom;
  animation-name: fadeBottom;
  margin: auto;
  width: 47.25%;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  float: right;
  padding-top: 0px;
  padding-bottom: 90px;
  opacity: 0;
}

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

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

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

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

.recent-posts-description .recent-post-title {
  font-weight: 300;
  margin-top: 0;
  font-family: 'Merriweather',Georgia,"Times New Roman",serif;
  font-size: 50px;
  color: #ffffff;
  line-height: 1.2em;
  text-align: left;
  padding-top: 69px;
}

.recent-posts-description .recent-post-title a {
  font-family: 'Merriweather',Georgia,"Times New Roman",serif;
  font-size: 50px;
  color: #ffffff;
  line-height: 1.2em;
  text-align: left;
}

.recent-post-content {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 2em;
  text-align: left;
  display: block;
}

.recent-post-content div {
  font-size: 16px;
  color: #ffffff;
  line-height: 2em;
  text-align: left;
}

.recent-posts-button_wrapper .more_button {
  line-height: 1.7em;
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  border-radius: 3px;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  text-shadow: none;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  color: #ffffff;
  border-width: 2px;
  border-color: #ffffff;
  border-radius: 0px;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 16px;
  padding-right: 28px;
  padding-bottom: 16px;
  padding-left: 28px;
}

.recent-posts-button_wrapper .more_button:after {
  content: "\35";
  opacity: 0;
  position: absolute;
  margin-left: -1em;
  font-family: ETmodules;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0px 0px;
  font-size: 1.6em;
  transition: all .3s ease-in;
}

.recent-posts-button_wrapper .more_button:hover:after {
  opacity: 1;
  margin-left: 0;
}

.custom-listing-content-wrapper {
  position: relative;
  margin-top: 24px;
  background-color: #ffffff;
}

.custom-listing-content-wrapper .content-wrapper {
  border: 0 solid #333;
  border-color: rgba(51,51,51,0.08);
  border-bottom-width: 1px;
  position: relative;
}

.blog-index {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-index .post-item {
  float: left;
  max-width: 100%;
}

.post-item .post-item-inner {
  display: block;
  border: 1px solid #d8d8d8;
  padding: 19px;
  background-color: #fff;
  opacity: 1;
  margin-bottom: 30px;
}

.post-image-container {
  margin: -20px -20px 29px;
  position: relative;
}

.post-image-container .entry-featured-image-url {
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.post-image-container .entry-featured-image-url img {
  vertical-align: bottom;
  min-width: 100%;
  max-width: 100%;
  height: auto;
}

.post-item-inner .entry-title {
  font-family: Open Sans,Arial,sans-serif;
  color: #333;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
  font-size: 21px!important;
}

.post-item-inner .entry-title a {
  color: #333;
}

.post-item-inner .post-meta {
  font-size: 14px;
  margin-bottom: 6px;
  padding: 0;
  color: rgba(0,0,0,0.33);
}

.post-item-inner .post-meta a {
  color: rgba(0,0,0,0.33);
}

.post-content {
  font-size: 16px;
  line-height: 2em;
}

.post-content .post-content-inner p {
  padding-bottom: 0;
  line-height: 2em;
}

.post-content .more-link {
  font-size: 16px;
  color: #ff6d29!important;
  line-height: 2em;
} 

/* === blog post === */
.blog-post-content-wrapper {
  line-height: 1.7em;
  background-color: #fff;
  font-size: 14px;
}

.blog-post-content-wrapper .content-wrapper {
  text-align: left;
  position: relative;
  padding-top: 57px;
}

.blog-post-content-wrapper .blog-sidebar {
  padding-bottom: 28px;
}

.blog-post-header h1 {
  line-height: 1em;
}

.blog-post-header .post-meta {
  margin-bottom: 6px;
  font-size: 14px;
  padding-bottom: 15px;
}

.blog-post-header .post-meta a {
  text-decoration: none;
  color: #666;
}

.blog-post__body {
  padding-top: 30px;
}

.blog-comments {
  max-width: 100%;
  padding: 30px 0;
}

.blog-sidebar > div {
  margin-bottom: 30px;
  width: 100%;
  float: none;
}

.blog-sidebar-search form {
  position: relative;
  margin: 0;
  padding: 0;
  max-width: 100%;
}

.blog-sidebar-search .hs-search-field__input {
  background-color: #fff;
  width: 100%;
  border-radius: 3px;
  padding: .7em;
  height: 40px!important;
  margin: 0;
  font-size: 14px;
  line-height: normal!important;
  border: 1px solid #ddd;
  color: #666;
}

.blog-sidebar-search .hs-search-field__input:focus {
  outline: 0;
}

.blog-sidebar-search #searchsubmit {
  cursor: pointer;
  background-color: #ddd;
  width: 70px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  right: 0;
  top: 0;
  padding: .7em;
  height: 40px!important;
  margin: 0;
  font-size: 14px;
  line-height: normal!important;
  border: 1px solid #ddd;
  color: #666;
  outline: none;
}

.blog-sidebar h3 {
  font-size: 18px !important;
  color: #333;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
  font-family: Open Sans,Arial,sans-serif;
}

.hs-search-field__suggestions {
  padding: 0;
  margin: 0;
}

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

.blog-sidebar ul li {
  margin-bottom: .5em;
}

.blog-sidebar ul li a {
  text-decoration: none;
  color: #666;
}

.blog-sidebar ul li a:hover {
  color: #0067a4;
}
.filter-link-count {
  display: none;
}

/* ==================== Media Queries ================= */
@media (min-width: 981px) {
  .custom-blog-header {
    padding: 4% 0;
  }
  .custom-blog-header .page-center {
    padding: 2% 0;
  }
  .custom-listing-content-wrapper {
    padding: 4% 0;
  }
  .custom-listing-content-wrapper .content-wrapper {
    padding: 2% 0;
  }
  .blog-index .post-item {
    width: 29.667%;
    margin-right: 5.5%;
  }
  .blog-index .post-item:nth-child(3n) {
    margin-right: 0;
  }
  .blog-post-content-wrapper .blog-post {
    float: left;
    padding-right: 5.5%;
    width: 79.125%;
    padding-bottom: 23px;
  }
  .blog-post-content-wrapper .blog-sidebar {
    float: left;
    width: 20.875%;
    padding-left: 30px;
  }
  .blog-post-content-wrapper .content-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #e2e2e2;
    right: 20.875%;
  }
}
@media (min-width: 1350px) {
  .custom-blog-header {
    padding: 54px 0;
  }
  .custom-blog-header .page-center {
    padding: 27px 0;
  }
  .custom-listing-content-wrapper {
    padding: 53px 0;
  }
}
/* ========== */
@media (max-width: 980px) {
  .custom-blog-header .page-center {
    padding: 30px 0;
    width: 100%;
  }

  .recent-posts-description .recent-post-title {
    font-size: 40px!important;
    font-weight: 500!important;
    padding-top: 68px;
  }

  .recent-posts-description .recent-post-title a {
    font-size: 40px;
  }

  .recent-post-image img {
    max-height: 360px;
  }

  .custom-listing-content-wrapper {
    padding: 50px 0;
  }

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

  .blog-index .post-item {
    margin: 0 5.5% 0 0;
    width: 47.25%;
    clear: none;
  }

  .blog-index .post-item:nth-child(odd) {
    clear: both;
  }

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

  .post-item .post-item-inner {
    margin-bottom: 16.21%;
  }
}

@media (max-width: 767px) {
  .recent-post-image {
    display: none!important;
  }

  .recent-posts-description {
    width: 100%;
    float: none;
  }

  .recent-posts-description .recent-post-title {
    font-size: 16px!important;
  }

  .recent-posts-description .recent-post-title a {
    font-size: 16px;
  }

  .recent-post-content {
    line-height: 1.6em;
    font-size: 14px;
  }

  .recent-post-content div {
    font-size: 14px!important;
  }

  .blog-index .post-item {
    width: 100%;
    margin-right: 0;
    clear: none !important;
  }

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

@media (max-width: 479px) {
  .post-item .post-item-inner {
    margin-right: 0;
    margin-bottom: 11.5%;
    width: 100%;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    width: 100%;
    display: inline-block;
    max-width: 300px;
    overflow: auto;
    overflow-y: hidden !important;
    margin: 10px 0;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}

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

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Open Sans, serif;
  font-size: 1.25rem;
  color: #666666;
  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: #666666;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.hs_cos_wrapper_type_email_subscriptions #email-prefs-form {
  max-width: 100%;
}

.systems-page  h2 {
  font-size: 23px !important;
}
@media (max-width: 767px) {
  .systems-page .success {
    min-width: 100%; 
  }
}