 
 
 
 
 
 





*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
  flex-wrap: wrap;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}


@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: 100%;
        margin-left: 0;
    }
  
  
  .row-fluid .span4 [class*="span"], .row-fluid .span3 [class*="span"], .row-fluid .span2 [class*="span"]{
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%; }
  
  .row-fluid [class*="span"] [class*="span"]:first-child {
    margin-left: 0;
  }
  
  .row-fluid .span4 .span12, .row-fluid .span3 .span12, .row-fluid .span2 .span12, .row-fluid .span7 .span12, .row-fluid .span8 .span12, .row-fluid .span9 .span12, .row-fluid .span10 .span12, .row-fluid .span11 .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
  }

  .row-fluid .span4 .span11, .row-fluid .span3 .span11, .row-fluid .span2 .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
  }

  .row-fluid .span4 .span10, .row-fluid .span3 .span10, .row-fluid .span2 .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
  }

  .row-fluid .span4 .span9, .row-fluid .span3 .span9, .row-fluid .span2 .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
  }

  .row-fluid .span4 .span8, .row-fluid .span3 .span8, .row-fluid .span2 .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
  }

  .row-fluid .span4 .span7, .row-fluid .span3 .span7, .row-fluid .span2 .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
  }

  .row-fluid .span4 .span6, .row-fluid .span3 .span6, .row-fluid .span2 .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
  }

  .row-fluid .span4 .span5, .row-fluid .span3 .span5, .row-fluid .span2 .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
  }

  .row-fluid .span4 .span4, .row-fluid .span3 .span4, .row-fluid .span2 .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
  }

  .row-fluid .span4 .span3, .row-fluid .span3 .span3, .row-fluid .span2 .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
  }

  .row-fluid .span4 .span2, .row-fluid .span3 .span2, .row-fluid .span2 .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
  }

  .row-fluid .span4 .span1, .row-fluid .span3 .span1, .row-fluid .span2 .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
  }
  
  
  
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        margin: 0 !important;
        flex-grow: 12;
    }

    .row-fluid .span11 {
        width: 100%;
        margin: 0 !important;
        flex-grow: 12;
    }

    .row-fluid .span10 {
        width: 100%;
        margin: 0 !important;
        flex-grow: 12;
    }

    .row-fluid .span9 {
        width: 100%;
        margin: 0 !important;
        flex-grow: 12;
    }

    .row-fluid .span8 {
        width: 100%;
        margin: 0 !important;
        flex-grow: 12;
    }

    .row-fluid .span7 {
        width: 100%;
        margin: 0 !important;
        flex-grow: 12;
    }

    .row-fluid .span6 {
        width: 100%;
        margin: 0 !important;
        flex-grow: 12;
    }

    .row-fluid .span5 {
        width: 100%;
        margin: 0 1% !important;
        flex-grow: 2;
    }

    .row-fluid .span4 {
        width: 100%;
        margin: 0 1% !important;
        flex-grow: 2;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

@media (max-width: 1000px) {
  html .dnd-section[class*="max-width-section-centering"] > .row-fluid { max-width: 90% !important; }
  .row-fluid .span3 {
    margin-left: 1.3%;
    margin-right: 1.3%;
    width: 46.6%;
    *width: 46.5%;
  }
  .row-fluid .span4 .span6, 
  .row-fluid .span5 .span6, 
  .row-fluid .span6 .span6, 
  .row-fluid .span7 .span6, 
  .row-fluid .span8 .span6, 
  .row-fluid .span9 .span6, 
  .row-fluid .span10 .span6, 
  .row-fluid .span11 .span6 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    *width: 100%;
  }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
  .row-fluid .span3 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    *width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
html .dnd-section[class*="max-width-section-centering"] > .row-fluid {
  width: 1240px;
  margin-left: auto !important;
  margin-right: auto;
}

.dnd-section, .ot-section {
  padding-bottom: 85px;
    padding-top: 85px;
  position: relative;
}
.lp-body .dnd-section:nth-child(1) { padding-top: 170px; }


.dnd-section .dnd-column { padding: 20px; }
.dnd-section .dnd-column .dnd-column { padding: 0px; }
.dnd-section .dnd-column[class*="background-color"], .dnd-section .dnd-column .dnd-column[class*="background-color"], .dnd-section .dnd-column[class*="background-image"] { border-radius: 6px;padding: 20px;overflow: hidden;box-shadow: 1px 1px 10px rgba(0,0,0, .2);backdrop-filter: blur(8px); }
.dnd-section .dnd-row[class*="background-color"], .dnd-section .dnd-column .dnd-row[class*="background-color"], .dnd-section .dnd-row[class*="background-image"] { border-radius: 6px;padding: 20px;overflow: hidden;box-shadow: 1px 1px 10px rgba(0,0,0, .2);backdrop-filter: blur(8px); }

.dnd-row > .row-fluid { display: flex;  }
.hs_cos_wrapper_widget:not(.widget-type-rich_text) { height: 100%; }
.hs_cos_wrapper_widget.widget-type-linked_image { height: auto; }

.dnd-column > .row-fluid-wrapper:nth-child(1).row-fluid-wrapper:nth-last-child(1), .dnd-column > .row-fluid-wrapper:nth-child(1).row-fluid-wrapper:nth-last-child(1) > .row-fluid, .dnd-column > .row-fluid-wrapper:nth-child(1).row-fluid-wrapper:nth-last-child(1) .dnd-module, .dnd-column > .row-fluid-wrapper:nth-child(1).row-fluid-wrapper:nth-last-child(1) .dnd-module > div { height: 100%; }

.responcive-space { padding-top: 42.5px; }
.full-space { padding-top: 85px; }

.edit-icon { display: none; }
.hs-inline-edit .edit-icon { display: block; } 
.hs-inline-edit .dnd-section { padding-top: 24px; }
.hs-inline-edit .widget-type-space { min-height: 20px !important; }

.dnd-section-custom-bg { position: absolute;left:0;right:0;z-index: -1; }
.dnd-section-custom-bg .overlay { height: calc(100% - 1px);width: 100%; }
.dnd-section-custom-bg.content-width { margin-left: auto;margin-right: auto;width: 1240px;max-width: 95%;border-radius: 6px;box-shadow: 1px 1px 10px rgba(0,0,0, .2); }
.edit-icon { background: white;border-radius: 5px;padding: 8px 5px 2px;box-shadow: 0 0 10px rgba(0,0,0, .2);text-align: center;width: 40px;color: #3e6b2f;font-size: 14px;line-height: 1.1em; }
.edit-icon i { font-size: 40px;line-height: 30px; }
.dnd-section-custom-bg svg { position: absolute;bottom: -1px;left: -1px; }

.body-container .dnd-section:nth-child(1) { z-index: 10;box-shadow: 0 0 10px rgba(0,0,0, .2); }
.fullscreen-toggle .body-container .dnd-section:nth-child(1) { z-index: 0; }


html .dnd-section[class*="max-width-section-centering"] > .row-fluid { width: 95% !important; }
@media(max-width: 1000px) {
  .dnd-row > .row-fluid { flex-wrap: wrap; }
  .dnd-section-custom-bg .overlay { height: 100%;overflow: hidden; }
}
@media(max-width: 767px) {
  .dnd-section, .ot-section { padding-bottom: 59.49999999999999px;padding-top: 59.49999999999999px; }
  
  .responcive-space { padding-top: 28.333333333333332px !important; }
  .full-space { padding-top: 59.49999999999999px; }
  .lp-body .dnd-section:nth-child(1) { padding-top: 85px; }
}
 
 
 
 
 
 





.sr-label { 
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0; 
}

.sl-top { position: absolute;width: 100%;top: 1px;left: 0;margin-top: -5vw;z-index: -1; }
.sl-top.in { top: 0;margin-top: 0;z-index: 0; }
.sl-bottom { position: absolute;width: 100%;bottom: -5px;left: 0;margin-bottom: -5vw;z-index: -1; }
.sl-bottom.in { margin-bottom: 0;z-index: 0;bottom: -6px; }

.align-section { display: flex;flex-direction: column;height: 100%; }
.align-section.center { justify-content: center; }
.align-section.top { justify-content: flex-start; }
.align-section.bottom { justify-content: flex-end; }
.custom-icon { position: relative;top: 0;display: block;border-radius: 6px;text-decoration: none !important;margin: 10px 0;box-sizing: border-box;overflow: hidden; }
.custom-icon.full { height: calc(100% - 20px); }
.custom-icon h1, .custom-icon h2, .custom-icon h3, .custom-icon h4, .custom-icon path { -webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.custom-icon .icon { margin: 0 auto; }
.custom-icon .icon.full-width { margin: -20px -20px 0;width: auto !important; }
.custom-icon .icon.full-width img { width: 100%; }
.custom-icon .text { margin-top: 20px; }
.custom-icon .icon-title { display: flex; justify-content: space-between; margin-bottom: 10px; }
.custom-icon .icon-title i { font-size: 26px; }

.position-left, .position-right { display: -webkit-flex; display: flex; }
.position-left .text { flex: 1;padding-left: 20px;margin-top: 0; }
.position-right .text { flex: 1;padding-right: 20px;margin-top: 0; }
.position-right .icon { order: 2; }

html .edit-icon i { font-size: 30px; }
.card--pricing { border-radius: 6px; }

/* Resources */

.resource-section { padding-top: 10px; }
.resource-section .row-fluid [class*="span"] { margin-left: 0; }
.resource-section .right-column { padding-left: 0px; width: 74% !important; }

.resource-section .left-column .hs-search-field { width: 350px;max-width: 100%;margin-left: auto; }
.resource-section .left-column .search-cata { max-height: 600px; overflow: auto; }

.edit-mode-resources > span { display: -webkit-flex; display: flex;-webkit-flex-wrap: wrap; flex-wrap: wrap; }
.edit-mode-resources > span > div { width: 33.33%; }
.edit-mode-resources .mb-resource-wrapper .mb-resource, .edit-mode-resources .mb-resource { height: 100%; }

.mb-resource-wrapper { padding: 0px 10px 40px;box-sizing: border-box; }
.news-wrapper .mb-resource-wrapper { padding: 0px 10px; }
.mb-resource { background: #0a5d7c;display: flex;flex-direction: column;border-radius: 6px;overflow: hidden;height: 100%;box-shadow: 0 0 10px #aaa; border-top: none; }
html .mb-resource-wrapper .mb-resource h4 { color: white; margin-bottom: 5px; font-weight: 700; }
.mb-resource .content { color: white; flex: 1 auto;padding: 20px 25px 0; }
.mb-resource a { text-decoration: none; }
.mb-resource .more-link { margin-bottom: 5px;padding: 0 15px;text-align: right;color: #7F6001; }
.mb-resource .more-link i { color: white;font-size: 28px;margin-left: 5px; }
.news-wrapper .more-link { margin-bottom: 0px;border-bottom: none; }
.news-wrapper .mb-resource-wrapper { margin-bottom: 20px; }
.news-wrapper .mb-resource { border-top: 1px solid #d3d3d3;padding-bottom: 15px; }
.mb-resource-check { min-width: 15px; min-height: 15px; width: 15px; height: 15px; background: #f2f2f2; float: right; border-radius: 5px; }
.selected .mb-resource-check { background: #707070; }

.mb-resource .mb-resource-img { padding-top: 45%; }
.re-wrapper .mb-resource .mb-resource-img { padding-top: 60%; }
.mb-port-wrapper .mb-resource .mb-resource-img { padding-top: 60%; }

@keyframes resource-pop {
  0% { -moz-transform: scale(.5); -ms-transform: scale(.8);  -o-transform: scale(.8); -webkit-transform: scale(.8); transform: scale(.8);opacity: 0; }
  100% { -moz-transform: scale(1); -ms-transform: scale(1);  -o-transform: scale(1); -webkit-transform: scale(1); transform: scale(1);opacity: 1; }
}

.displayed-resources { display: -webkit-flex; display: flex;-webkit-flex-wrap: wrap; flex-wrap: wrap; }
.displayed-resources .mb-resource-wrapper { width: 50%;animation: resource-pop .4s 1; }

.mb-resource-filter { margin: 10px 0 25px; }
.left-column.mb-resource-filter, .rl.mb-resource-filter { padding: 0 20px 20px; }
.mb-resource-filter .filter-search { display: -webkit-flex; display: flex; position: relative; margin-bottom: 25px; border-radius: 3px; overflow: hidden; }
.filter-search input[type=submit] { font-family: "Font Awesome 5 Pro"; }
.mb-resource-filter input { font-size: 100% !important; border-radius: 0 !important;padding: 16px 20px !important;min-width: 10px !important;border: none !important;background: #f2f2f2 !important; background-color: #f2f2f2 !important; }
.mb-resource-filter input::placeholder { text-transform: none !important; font-weight: normal !important; }
.dnd-section form .filter-search input[type="submit"] { position: absolute; width: 35px !important; padding: 0 !important; top: 0; right: 0; bottom: 0;color: #707070; cursor: pointer;background: transparent;font-family: "Font Awesome 5 Pro";border: 1px solid #f2f2f2;border-left: none; }
.filter-item input[type="radio"] { display: none; }
.blog-topics-wrapper { font-size: 16px;text-align: center;border-top: 1px solid #d3d3d3;border-bottom: 1px solid #d3d3d3;padding: 13px 0 15px; }
.mb-resource-filter h3 { margin: 10px 0; }
.mb-resource-filter a { display: flex; justify-content: space-between; color: #707070;text-decoration: none; margin-bottom: 10px; cursor: pointer;opacity: 1; line-height: 1.2em; }
.mb-resource-filter a:hover { opacity: .6; }
.mb-resource-filter a.selected { color: #5b9044;opacity: 1; }
.mb-resource-filter .clear-filters { font-family: bebas-neue,sans-serif;margin-top: 10px;font-size: 16px;letter-spacing: 1px;display: inline-block; }

.mb-resource-filter .search-cata { box-shadow: 0 0 10px rgb(0 0 0 / 20%); padding: 20px; margin-bottom: 25px; border-radius: 3px; }
.mb-resource-filter .search-cata h3 { font-weight: 700; border-bottom: 2px solid #f2f2f2; font-size: 24px;text-transform: uppercase; padding-bottom: 10px; }
.blog-listing-wrapper .mb-resource a { color: white; }

.gallery-main { background: #eeeeee;margin-bottom: 10px; }
.gallery-main .main { display: none; }
.gallery-main .main.selected { display: block; }
.gallery-main img { max-width: 100%;max-height: 500px;display: block;margin: 0 auto; }
.gallery-nav { display: flex;margin: 0 -5px; }
.gallery-nav .gallery-nav-wrapper { flex: 1;padding: 0 5px;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out; }
.gallery-nav .gallery-nav-wrapper.selected { max-width: 0;opacity: 0;padding: 0; }
.gallery-nav .gallery-nav-item { padding-top: 100%;cursor: pointer; }

.pagi-numbers { padding: 20px 5px 0;text-align: center; }
.pagi-numbers a, .pagi-numbers > * { transition: .3s all; text-decoration: none !important; margin: 0 5px;text-decoration: none;color: #808080; padding: 8px 15px; border-radius: 6px; cursor: pointer; }
.pagi-numbers a.current, .pagi-numbers > .active, .pagi-numbers > .active:hover { color: white !important; background: #0a5d7c; }
.pagi-numbers a:hover, .pagi-numbers > *:hover { color: white; background: rgba(10, 93, 124, .7); }
.pagi-numbers i { font-size: 20px; }

.open-popup { cursor: pointer;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.re-pop-wrapper { position: fixed;top: 0;bottom: 0;left:0;right:0;background: rgba(0,0,0, .5);display: -webkit-flex; display: flex;-webkit-align-items: center; align-items: center;-webkit-justify-content: center;justify-content: center;z-index: -1; opacity: 0;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.re-pop-wrapper.open { z-index: 9999; opacity: 1; }
.re-pop { position:relative;top:-40px;width: 700px;max-width: 100%;padding: 10px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.re-pop-wrapper.open .re-pop { top: 0; }
.re-pop > div { background: white;padding: 30px 10%;max-height: 90vh;overflow: auto;box-sizing: border-box; }
.re-pop-wrapper .close { position: absolute;top:0;right:0;cursor: pointer;font-size: 14px;display: block;padding: 3px;border-radius: 50%;background: #0c5b80;color: white;width: 32px;box-sizing: border-box;text-align: center;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.re-pop-wrapper .close:hover { background: #7F6001; }

.hide-labels-true .hs-fieldtype-text > label { display: none; }
.hide-labels-true .hs-fieldtype-text input

/* about page */

.profile-padding { padding: 80px 0; }
.profile-wrapper > span { display: -webkit-flex; display: flex;-webkit-flex-wrap: wrap; flex-wrap: wrap; }
.profile-wrapper > span > div { width: 33.33%; }
.profile-padding .mb-profile { height: 100%; }

.mb-profile h3 { font-size: 30px;margin-bottom: 0;color: #0c5b80;font-family: Montserrat; }
.mb-profile .title { color: #3e6b2f;display: inline-block;margin-top: 5px;text-transform: uppercase;font-weight: 600;font-size: 18px; }
.item-footer { padding: 0 30px 30px;color: #0c5b80; }
.item-footer a { color: #7F6001;margin-left: 5px; }

.hs_cos_wrapper_type_rich_text ul, .custom-icon ul { list-style-type: none; }
.hs_cos_wrapper_type_rich_text li, .custom-icon li { position: relative; }
.hs_cos_wrapper_type_rich_text ul li:before, .custom-icon ul li:before { content: '•';color: #7F6001;position: absolute;left: -20px; }

/* Slider */

.slider-box-shadow .item-inner { box-shadow: 0 0 5px rgb(0 0 0 / 20%); margin: 0 10px; }
.slide-testimonial { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
.slide-testimonial .slide-testimonial-img { max-width: 140px; margin-right: 15px; }
.slide-testimonial p { margin-bottom: 5px; }

.mb-scroller-wrapper, .mb-scroller-wrapper .slick-track { display: flex; }
.mb-scroller-wrapper .slick-track { padding: 10px 0; }
.mb-scroller-wrapper > .item { display: none; }
.mb-scroller-wrapper .item {  height: auto; }
.mb-scroller-wrapper .item-inner { margin: 0 10px; height: 100%;background: white;overflow: hidden;border-radius: 6px;display: flex;flex-direction: column; }
.mb-scroller-wrapper .item-img { display: block;padding-top: 60%; position: relative; }
.mb-scroller-wrapper .content { padding: 30px 15px; flex: 1 auto; }
.mb-scroller-wrapper h4 a, .mb-scroller-wrapper h3 a { color: #0c5b80; }

html .row-fluid .slider-nav button { font-size: 50px; color: #0c5b80;box-shadow: none;padding: 5px 25px;background: transparent;border-color: transparent;cursor: pointer;margin-top: 10px; }
html .row-fluid .slider-nav button:hover {box-shadow: none;border-color: transparent;color: #0A5D7C !important; }

html .more-slider-nav { display: flex;align-items: center; justify-content: center; }
html .more-slider-nav .slick-list { padding: 0 !important; }
html .more-slider-nav .slick-track { width: 100% !important;transform: translate3d(0px, 0px, 0px) !important; }
html .more-slider-nav .nav-item { cursor: pointer;padding: 7px;border-radius: 3px;background: #ebebeb;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width: 14px !important;margin: 5px; }
html .more-slider-nav .nav-item:hover { background: #7F6001; }
html .row-fluid .more-slider-nav button:hover i { color: #7F6001; }
html .more-slider-nav .nav-item.slick-current { background: #0c5b80; }
html .row-fluid .more-slider-nav button { margin: 0 10px; font-size: 24px; padding: 0 !important; color: #434456;box-shadow: none;padding: 5px 25px;background: transparent;border-color: transparent;cursor: pointer;position: static; }
html .row-fluid .more-slider-nav button:hover { background: transparent;box-shadow: none;border-color: transparent;color: #0A5D7C; }
html .row-fluid .more-slider-nav button i { transition: .3s all; }

/* NEW FIXES */
.more-slider-nav .slick-slide > div { width: 25px; }
.more-slider-nav .slick-slide { width: auto !important; margin-top: 5px; }
.slider-dots-side .more-slider-nav .slick-slide > div { width: 15px; }

.slider-dots-side .more-slider-nav { position: absolute; top: 0; right: 0; bottom: 0; display: flex; flex-direction: column; }
.slider-dots-side .more-slider-nav .nav-item { float: none; margin: 0; }
html .row-fluid .slider-dots-side .more-slider-nav button { margin: 0; }
.slider-dots-side .more-slider-nav button:first-child { transform: rotate(90deg); margin-left: -2px !important; }
.slider-dots-side .more-slider-nav button:last-child { transform: rotate(90deg); margin-left: -2px !important; margin-top: 5px !important; }

.mb-scroller-wrapper .slick-dots, .slider-nav .slick-dots { text-align: center;padding-top: 10px; display: flex; align-items: center; justify-content: center; }
.slider-nav .slick-dots { display: inline-block;padding: 0; }
.mb-scroller-wrapper .slick-dots li, .slider-nav .slick-dots li { display: inline-block;list-style-type: none; }
.mb-scroller-wrapper .slick-dots button, .slider-nav .slick-dots button { display: block; border: none;cursor: pointer;font-size: 0px;padding: 0 !important;margin: 0 5px;background: transparent;box-shadow: none !important; }
.mb-scroller-wrapper .slick-dots button:after, .slider-nav .slick-dots button:after { content: '';padding: 7px;border-radius: 3px;background: #ebebeb;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.mb-scroller-wrapper .slick-dots button:hover:after, .slider-nav .slick-dots button:hover:after { background: #7F6001; }
.mb-scroller-wrapper .slick-dots .slick-active button:after, .slider-nav .slick-dots .slick-active button:after { background: #0c5b80; }
.slider-dots-side .mb-scroller-wrapper .item { display: flex !important; }
.slick-vertical .slick-slide { padding: 10px 0; }

.more-link { font-size: 14px; }

.slick-prev, .slick-next { position: absolute; bottom: 0; font-size: 36px; padding: 5px !important; z-index: 2; }
.slick-prev { left: 5px; }
.slick-next { right: 5px; }

.mb-scroller-outer { position: relative; }
.vid-icon { position: absolute;top: 0; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; }

.mb-scroller-outer.mb-scroller-gallery { padding: 0; margin-left: -30%; margin-right: -30%; }
.mb-scroller-outer.mb-scroller-gallery .slick-prev { margin-left: 20% !important; }
.mb-scroller-outer.mb-scroller-gallery .slick-next { margin-right: 20% !important; }

.slider-full-vid-wrap { width: 100%; max-width: 1000px; margin: 0 auto 25px; padding: 0 25px; }
.slider-full-vid { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; width: 100%; }
.slider-full-vid iframe, .slider-full-vid video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.slider-full-vid-title { line-height: 1; font-size: 36px; color: white; font-weight: bold; text-align: center; margin: 0 auto 35px; width: 100%; max-width: 900px; }

.slider-dots-side .mb-scroller-wrapper { display: flex; align-items: center; padding-right: 20px; }
.slider-dots-side .slick-dots { position: absolute; right: -20px; display: block; }
.slider-dots-side .mb-scroller-wrapper .slick-dots li { display: block; }
.slider-dots-side .mb-scroller-wrapper .slick-dots button { display: inline-block; }
.slider-dots-side .more-slider-nav { width: 15px; }
.slider-dots-side .more-slider-nav .slick-slide { height: 15px; margin: 5px 0; }

.slider-preview-vids .slick-current .vid-icon { border: 3px solid #5b9044; }
.slider-preview-vids .mb-scroller-wrapper .content { padding: 15px 0; margin-bottom: 0; }
.slider-preview-vids .mb-scroller-wrapper .item-inner { background: none; }
.slider-preview-vids .mb-scroller-wrapper .item-img { border-radius: 0; }
.slick-disabled { opacity: .3; pointer-events: none; }

.global-resources .mb-scroller-wrapper .content a:nth-last-child(1) { color: #7F6001; }

/* Accordion */

.ex-item { border-radius: 6px;background: #0c5b80;margin-bottom: 10px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.ex-item:not(.open):hover { background: #025176; }
.ex-item .ex-label { padding: 10px 50px 10px 20px;border-radius: 6px 6px 0 0;color: white;font-size: 18px;cursor: pointer;position: relative;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.ex-item.open .ex-label:hover { background: #025176; }
.ex-item .ex-text { padding: 20px;background: white;border-radius: 0 0 6px 6px;border: 1px solid #ebebeb;border-top: none;display: none; }
.ex-item .plus { position: absolute;right: 20px; }

/* Scrolling BG */

.bg-gallery { position: absolute !important;top: 0;bottom: 0; }
.bg-gallery > div { height: 100%; }
.bg-gallery.slick-slider .slick-list, .bg-gallery.slick-slider .slick-list * { height: 100%; }
.bg-nav button { cursor: pointer;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.bg-nav .slick-arrow { position: absolute;bottom: 0;z-index: 2;padding: 10px 20px; }
.bg-nav .slick-prev { left: 0;border-left: none;border-top-left-radius: 0;border-bottom-left-radius: 0; }
.bg-nav .slick-next { right: 0;border-right: none;border-top-right-radius: 0;border-bottom-right-radius: 0; }
.bg-nav .slick-dots { position: absolute;left: 0;bottom: 0;width: 100%;text-align: center;padding: 0;margin: 0;list-style-type: none; }
.bg-nav .slick-dots li { display: inline-block;margin: 20px 10px; }
.bg-nav .slick-dots li button { padding: 5px;font-size: 0;color: transparent;border-radius: 20px;background: #7F6001; }
.bg-nav .slick-dots .slick-active button { background: #0c5b80; }

/* Portfolio */

.ot-section.port-in-wrapper { padding-top: 40px; }
.port-nav { padding-bottom: 20px;margin-bottom: 20px;border-bottom: 2px solid #ebebeb;display: -webkit-flex; display: flex; }
.port-nav .return { margin-right: 20px;font-size: 25px; }
.port-nav .prev-item { padding: 0 15px;position: relative; }
.port-nav .next-item { margin-left: auto;padding: 0 15px;position: relative; }
.port-nav .port-item i { font-size: 30px; }
.port-nav .prev-item i { padding-right: 10px; }
.port-nav .next-item i { padding-left: 10px; }
.port-nav .port-item:hover { text-decoration: none; }
.port-nav .port-item:hover i { color:  #7F6001; }
.port-nav h4 { font-size: 14px;display: inline-flex;-webkit-align-items: center; align-items: center; }
.port-in-wrapper h1 { font-size: 25px; }
.port-inside { display: -webkit-flex; display: flex; }
.port-inside img { height: auto !important; }
.port-inside .port-left { width: 60%;padding-right: 40px; }
.port-inside .port-right { width: 40%; }

.portfolio-filter { margin-bottom: 20px;text-align: right; }
.mb-resource-filter .topic-list { width: 250px;display: inline-block;text-align: left;position: relative;background: white;color: #434456; }
.mb-resource-filter .topic-list .tp-main { padding: 5px 10px;display: -webkit-flex; display: flex;-webkit-align-items: center; align-items: center; }
.mb-resource-filter .topic-list .tp-main i { margin-left: auto; }
.mb-resource-filter .topic-list .options { position: absolute;z-index: 900;background: white;width: 100%;display: none;padding: 4px 0;border-top: 2px solid #ebebeb;box-shadow: 0 5px 5px rgba(0,0,0, .2); }
.mb-resource-filter .topic-list:hover .options { display: block; }
.mb-resource-filter .topic-list .topic { display: block;cursor: pointer;padding: 4px 10px;line-height: 1.1em; }
.mb-resource-filter .topic-list .topic.selected { color: #7F6001; }
.mb-resource-filter .topic-list .topic:hover { background: #ebebeb; }
.port-list { width: 100%;display: -webkit-flex; display: flex;-webkit-flex-wrap: wrap; flex-wrap: wrap; }
.port-list .port-item { width: calc(25% - 20px);margin: 0 10px 30px;text-align: center;padding-bottom: 10px;border-bottom: 2px solid #ebebeb;animation: resource-pop .4s 1; }
.port-list .port-item:hover { text-decoration: none;border-color: #7F6001; }
.port-list .port-item .cover-img { display: block;background: #ebebeb;margin: 20px; }
.port-list .port-item .cover-img .overlay { display: block;padding-top: 60%;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.port-list .port-item .title { font-size: 14px;line-height: 1.1em;margin-top: 10px; }
.port-list .port-item:hover .title { color: #7F6001; }

/* social bubbles */
.social-bubbles { display: flex; flex-wrap: wrap; max-width: 300px; margin-top: 30px; }
.social-bubbles a { cursor: pointer; font-size: 10px; display: flex; justify-content: center; align-items: center; margin: 0 5px 10px 0; width: 85px; color: white; border-radius: 13px;}
.social-bubbles a:hover { text-decoration: none; color: white; opacity: .7; }
.social-bubbles i { margin-right: 6px; }
.social-bubbles .fb { background: #3b5998; }
.social-bubbles .tw { background: #1DA1F2; }
.social-bubbles .pn { background: #cb2027; }
.social-bubbles .em { background: #7d7d7d; }
.social-bubbles .ln { background: #ffbd00; }
.social-bubbles .gn { background: #95d03a; }

/* jump sesction */

.jump-button { cursor: pointer;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.jump-point span { display: none; }
.hs-inline-edit .jump-point span { display: block; }


/* Custom Image */

.img-wrapper { max-width: 100%;margin: 0 auto; }
.custom-img { border-radius: 6px;overflow: hidden; }
.custom-img.shadow { box-shadow: 2px 2px 10px rgba(0,0,0, .2); }
.custom-img.circle { border-radius: 50%;padding-top:100%; }
.custom-img.square { padding-top:100%; }
.custom-img.landscape { padding-top:70%; }
.custom-img img { display: block; }


/* Animate & hero */

@keyframes slide {
  0% { left: -50px; }
  100% { left: 0px; }
}

.overlay { display: flex; }
.x-image { position: absolute;left: 45%;right:0;top: 0;bottom: 0; }
.x-hero { width: 45%;height: 100%; }
.overlay svg { height: 100%; }

.x-over > div { position: relative;left: -50px;animation: slide 1s 1;-webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out;animation-fill-mode: forwards;-webkit-animation-fill-mode: forwards; }
.x-over.animate > div { position: relative;left: -50px;animation: slide 1s 1;-webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out;animation-fill-mode: forwards;-webkit-animation-fill-mode: forwards; }

@media (min-width: 768px) and (max-width: 1139px) {
  .x-content .span6 { max-width: 48% !important; }
}

/* Tabbed Content */

@keyframes fade {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.tabbed-content-wrapper { position: relative; border-radius: 4px; padding: 25px; overflow: hidden; box-shadow: 1px 1px 10px rgb(0 0 0 / 20%); background: white; }
.tabbed-list { position:absolute; top: 25px; bottom: 25px; left: 25px; overflow: auto; flex: 1; width: 100%; max-width: 300px;margin-right: 6%; }
.tabbed-body { margin-left: 330px; }

.tabbed-content-dt.tabbed-static { display: flex; }
.tabbed-content-dt.tabbed-static .tabbed-list { position:relative; top: 0; bottom: 0; left: 0; min-width: 300px; }
.tabbed-content-dt.tabbed-static .tabbed-body { margin-left: 0; }
.tabbed-content-dt.tabbed-static .tabbed-trigger { font-size: 14px; display: flex; align-items: center; }

.tabbed-trigger { font-family: Montserrat;font-weight: 600;cursor: pointer;padding: 12px 15px;margin: 5px 25px 5px 0;border-radius: 6px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.tabbed-trigger:hover { color: #3e6b2f; }
.tabbed-trigger.selected { background: #3e6b2f;color: white; }

.tabbed-body > div { display: none;opacity: 0;margin: 5px 0; padding-bottom: 15px; }
.tabbed-body > div.selected { display: flex;animation: fade 1s 1;-webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out;animation-fill-mode: forwards;-webkit-animation-fill-mode: forwards; }
.tabbed-body i { margin-top: 8px; font-size: 40px;margin-right: 25px;color: #0c5b80; }

.tabbed-search { margin-bottom: 50px; text-align: right; position: relative; }
.tabbed-search input { max-width: 450px; width: 100%; border: none !important; background: #f2f2f2 !important; border-radius: 3px !important; padding: 15px !important; }
.tabbed-search input::placeholder { text-transform: none; font-weight: 400; }
.tabbed-search svg { fill: #0d638a; height: 20px; position: absolute; top: 13px; right: 15px; }

.mobile-tab-content { display: none; color: white !important; margin-top: 10px; }
.mobile-tab-icon { display: none !important; font-size: 40px; margin-bottom: 10px; }

.tabbed-content-dt:not(.tabbed-static) .tabbed-body > div { height: 600px; overflow: auto; }

@media(min-width: 768px) {
.tabbed-list::-webkit-scrollbar, .tabbed-body > div::-webkit-scrollbar { width: 10px; height: 10px; }
.tabbed-list::-webkit-scrollbar-track, .tabbed-body > div::-webkit-scrollbar-track { background: transparent;}
.tabbed-list::-webkit-scrollbar-thumb, .tabbed-body > div::-webkit-scrollbar-thumb { background: #707070; border-radius: 5px; }
.tabbed-list::-webkit-scrollbar-thumb:hover, .tabbed-body > div::-webkit-scrollbar-thumb:hover { background: #3D3D3D; }
}

.arrow-link { font-size: 18px;line-height: 20px;font-family: Montserrat;color: #7F6001;font-weight: 600;text-decoration: none !important;display: -webkit-flex; display: flex;-webkit-align-items: center; align-items: center; }
.arrow-link svg { height: 22px;margin-left: 20px;fill: #7F6001; }
.arrow-link:hover svg { margin-left: 25px; }
.arrow-link.color-white { color: white; }
.arrow-link.color-white svg { fill: white; }

.tabbed-content-wrapper.tabbed-content-top { display: block; }
.tabbed-content-wrapper.tabbed-content-top .tabbed-list { top: 0; left: 0; right: 0; position: relative; max-width: 100%; display: flex; padding-bottom: 15px; margin-bottom: 35px; border-bottom: 1px solid #707070; margin-right: 0; overflow: auto; }
.tabbed-content-wrapper.tabbed-content-top .tabbed-trigger { max-width: 200px; text-align:center; margin-right: 10px; }
.tabbed-content-wrapper.tabbed-content-top .tabbed-body { margin-left: 0; }
.tabbed-content-wrapper.tabbed-content-top .tabbed-body>div { display: block; opacity: 1; }
.tabbed-content-wrapper.tabbed-content-top .tabbed-body .slick-slide { margin: 0 20px; display: flex; }
.tabbed-content-wrapper.tabbed-content-mobile { display: none; }
.tabbed-content-wrapper.tabbed-content-mobile a.arrow-link { color: white !important; margin-bottom: 10px; }

@media(max-width: 991px) {
  .resource-section .right-column { width: 100% !important; }
  .resource-section .left-column .search-cata { max-height: 250px; overflow: auto; }
  .port-list .port-item { width: calc(33.33% - 20px); }
  .tabbed-body { display: none; }
  .tabbed-body i { margin-bottom: 15px; }
  .selected .mobile-tab-icon { display: block !important; }
  .mobile-tab-first { display: block; }
  .tabbed-content-wrapper:not(.tabbed-content-top) { padding: 0; box-shadow: none; }
  .tabbed-list { position: relative; top: 0; left: 0; bottom: 0; max-width: 100%; }
  .tabbed-content-wrapper.tabbed-content-dt:not(.tabbed-content-top) { display: none; }
  .tabbed-content-wrapper.tabbed-content-mobile { display: block; }
  .tabbed-body { padding-top: 25px; margin-left: 0; }
  .tabbed-content-wrapper.tabbed-content-top .tabbed-body { padding-top: 0; }
  .tabbed-body > div.selected, .tabbed-content-wrapper.tabbed-content-top .tabbed-body .slick-slide { display: block !important; }
  .tabbed-trigger { margin-right: 0; padding: 25px; }
  .tabbed-content-wrapper.tabbed-content-top .tabbed-trigger { padding: 12px 15px; }
}
@media(max-width: 767px) {
  .port-inside { display: block; }
  .port-list .port-item { width: calc(50% - 20px); }
  .port-inside .port-left { width: 100%;padding-right: 0px; }
  .port-inside .port-right { width: 100%; }
  .mb-scroller-outer { padding: 0 !important; }
  .displayed-resources .mb-resource-wrapper { width: 100%; }
}
html {
  font-size: 24px;
}

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

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

  color: #494A52;
  font-family: Lato, sans-serif;
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

strong {
  font-weight: 700;
}

/* Anchors */

a {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #494A52;
  font-family: Merriweather, serif;
  font-weight: 700;
  margin: 0 0 1.4rem;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

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

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid #A9A9A9;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

:focus {
  outline: none;
  outline-color: transparent;
}

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

/* Form */













.dnd-section h3.form-title { font-size: 24px; font-weight: bold; text-transform: uppercase; padding-bottom: 30px; font-family: Montserrat;color: #3e6b2f;margin: 0; }

.dnd-section .hs-form-field {
  margin-bottom: 1rem;
}
.dnd-section .hs-form-field * { text-transform: uppercase; }
.dnd-section *::placeholder { font-weight: bold; text-transform: uppercase; }
.hs-field-desc { font-weight: bold; text-transform: uppercase; color: #434456; margin-bottom: 10px; }

/* LP 1 */
.lp-body .hs-form *, .lp-body .hs-form *::placeholder { font-weight: normal !important; text-transform: none !important; }
.lp-body .hs-form label { display: block !important; }
.lp-body .hs-submit input { background: #0a5d7c !important; }

/* Labels */

.dnd-section form label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

.dnd-section form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.dnd-section .input {
  position: relative;
}

.dnd-section input[type=text],
.dnd-section input[type=email],
.dnd-section input[type=password],
.dnd-section input[type=tel],
.dnd-section input[type=number],
.dnd-section input[type=file],
.dnd-section select,
.dnd-section textarea {
  background-color: #FFF;
  border: none;
  border-bottom: 2px solid #D1D6DC;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 16px 20px;
  width: 100%;
}
.dnd-section select,
.dnd-section textarea {
  border: 2px solid #D1D6DC;
  border-radius: 3px;
}
.dnd-section .field.hs-form-field > label { 
position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.dnd-section .field.hs-form-field.hs-fieldtype-checkbox > label { display: block; font-weight: bold; }
.dnd-section form fieldset.form-columns-1 .hs-input { width: 100%; }

.systems-page input[type=text],
.systems-page input[type=email],
.systems-page input[type=password],
.systems-page input[type=tel],
.systems-page input[type=number],
.systems-page input[type=file],
.systems-page select,
.systems-page textarea {
  background-color: #FFF;
  border: none;
  border-bottom: 1px solid #D1D6DC;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}
.systems-page .actions { padding-top: 20px; }

.dnd-section input[type=text]:focus,
.dnd-section input[type=email]:focus,
.dnd-section input[type=password]:focus,
.dnd-section input[type=tel]:focus,
.dnd-section input[type=number]:focus,
.dnd-section input[type=file]:focus,
.dnd-section select:focus,
.dnd-section textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}

.dnd-section fieldset {
  max-width: 110% !important;
  margin-right: -8px !important;
}


/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

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

@media (max-width: 765px) {
  .form-columns-2 .hs-form-field .hs-input {
    width: 100%!important;
  }
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

.fn-date-picker td.is-selected .pika-button {
  background: #343A40;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: #343A40 !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

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

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
  margin-left: 1rem !important;
}

/* Validation */

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

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

.dnd-section form input[type=submit],
.dnd-section form .hs-button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

.dnd-section form input[type=submit]:hover,
.dnd-section form input[type=submit]:focus,
.dnd-section form .hs-button:hover,
.dnd-section form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;

  color: #FFF;
}

.dnd-section form input[type=submit]:active,
.dnd-section form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;

  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  
}





form,
.submitted-message {
  ;
}


/* Form label */

.dnd-section form label {
  color: #FFFFFF;
}

/* Form help text */

.dnd-section form legend {
  color: #FFFFFF;
}

/* Form inputs */

.dnd-section input[type=text],
.dnd-section input[type=email],
.dnd-section input[type=password],
.dnd-section input[type=tel],
.dnd-section input[type=number],
.dnd-section input[type=file],
.dnd-section select,
.dnd-section textarea {
  border-color: #f2f2f2;
  color: #434456;
}
.dnd-section input::-webkit-input-placeholder, .dnd-section textarea::-webkit-input-placeholder { color: #c9c9c9; }
.dnd-section input:-ms-input-placeholder, .dnd-section textarea:-ms-input-placeholder { color: #c9c9c9; }
.dnd-section input::placeholder, .dnd-section textarea::placeholder { color: #c9c9c9; }

.dnd-section input[type=text]:focus,
.dnd-section input[type=email]:focus,
.dnd-section input[type=password]:focus,
.dnd-section input[type=tel]:focus,
.dnd-section input[type=number]:focus,
.dnd-section input[type=file]:focus,
.dnd-section select:focus,
.dnd-section textarea:focus {
  border-color: #0c5b80;
}

/* Form placeholder text */

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #c9c9c9;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: ;
}

.fn-date-picker td .pika-button:hover {
  background-color:  !important;
}

.fn-date-picker td.is-today .pika-button {
  color: ;
}

/* Submit button */

.dnd-section form input[type=submit],
.dnd-section form .hs-button {
  background-color: #3e6b2f;
  border: 0px solid #3e6b2f;
  border-radius: 4px;
  color: #FFFFFF;
  padding: 10px 40px;
}

.dnd-section form input[type=submit]:hover,
.dnd-section form input[type=submit]:focus,
.dnd-section form .hs-button:hover,
.dnd-section form .hs-button:focus {
  background-color: transparent;
  border: 0px solid #3e6b2f;
  color: #FFFFFF;
}

.dnd-section form input[type=submit]:active,
.dnd-section form .hs-button:active {
  background-color: rgba(102, 147, 87, 1.0);
  border-color: #669357;
  color: #FFFFFF;
}

.dnd-section .span6 form input[type=submit], .dnd-section .span6 form .hs-button, .dnd-section .span5 form input[type=submit], .dnd-section .span5 form .hs-button, .dnd-section .span4 form input[type=submit], .dnd-section .span4 form .hs-button, .dnd-section .span3 form input[type=submit], .dnd-section .span3 form .hs-button { max-width: 100%; font-weight: bold; width: 100%;padding: 12px; }
.dnd-section .span6 form input[type=submit]:hover, .dnd-section .span6 form .hs-button:hover, .dnd-section .span5 form input[type=submit]:hover, .dnd-section .span5 form .hs-button:hover, .dnd-section .span4 form input[type=submit]:hover, .dnd-section .span4 form .hs-button:hover, .dnd-section .span3 form input[type=submit]:hover, .dnd-section .span3 form .hs-button:hover { box-shadow: 3px 3px 10px rgba(0,0,0, .2), rgba(153, 194, 77,1) 600px 0 10px -10px inset; }
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
 
 
 
 
 
 






.plus { position: relative;display: inline-block;padding: 10px 10px 8px 0; }
.plus .bar { display: inline-block;position: absolute;padding: 1.5px 8px;background: #fff;border-radius: 2px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.plus .bar.hz { transform: rotate(90deg); }
.open .plus .bar.hz { transform: rotate(180deg); }


/* Custom Header */

.mb-custom-header { box-shadow: 0 0 10px rgb(0,0,0, .2); }
.mb-custom-header .container { display: flex;align-items: center; }
.mb-custom-header .nav-body { padding-top: 10px;padding-bottom: 10px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.mb-custom-header.scroll .nav-body { padding-top: 6px;padding-bottom: 6px; }
.mb-custom-header .top-section { -webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.mb-custom-header.scroll .top-section { height: 0;overflow: hidden; }
.mb-custom-header .main-menu-nav { flex: 1 auto; }
.mb-custom-header .hs_cos_wrapper_type_icon { display: inline-block; }
.align-flex-end { text-align: right; }
.align-center { text-align: center; }
.align-flex-end .nav-wrap, .align-center .nav-wrap { text-align: left; }
body.open .mb-custom-header { position: static !important; }
body.open .mb-custom-header .hs_cos_wrapper_widget:not(.widget-type-rich_text) { height: auto; }

.abv-nav { padding: 3px 0;font-size: 14px;line-height: 14px; }
.abv-nav p { font-size: 14px; }
.scroll .abv-nav .container { display: none; }
.nav-wrap { display: inline-flex;align-items: center; }
.nav-wrap > div { padding: 5px 10px; }
.nav-wrap > div:nth-child(1) { padding-left: 0; }
.nav-wrap > div:nth-last-child(1) { padding-right: 0; }

.mb-custom-header.scroll { box-shadow: 0 2px 5px rgb(0,0,0, .2); }

.social { line-height: 1em; }
.social a { display: inline-block;margin: 0 3px; }
.social a:nth-chid(1) { margin-left: 0; }
.social a:nth-last-chid(1) { margin-right: 0; }
.social a span { display: block; }
.social svg { width: 16px;display: block; }


.contact-bubble svg { display: block;width: 16px; }

.nav-search { position: relative;z-index: 900;display: -webkit-flex; display: flex; }
.nav-search form { position: relative;display: -webkit-flex; display: flex; }
.nav-search .hs-search-field .hs-search-field__input { padding: 0px;width: 0px;overflow: hidden;background: transparent;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.sticky-header.sticky .nav-search .hs-search-field { padding-top: 31px; }
.nav-search:hover .hs-search-field .hs-search-field__input, .nav-search .hs-search-field.focus .hs-search-field__input, .nav-search.always-open .hs-search-field__input { width: 200px;padding: 5px 20px; }
.nav-search input { border: none;width: 100%; }
.nav-search form button { border: none;padding: 5px 15px;font-size: 20px;cursor: pointer;background: transparent; }
.nav-search .hs-search-field__bar button svg { height: 14px; }
.nav-search .hs-search-field { border-radius: 4px; }

.contact-bubble { position: relative;z-index: 901; }
.contact-bubble > span { cursor: pointer;position: relative;z-index: 2;display: block; }
.contact-bubble .contact-info { display: none;position: absolute;padding-top: 25px;margin-top: -10px;z-index: 1; }
.contact-bubble .contact-info .info-wrapper { position: relative;background: white;padding: 15px;color: #434456;border-bottom: 5px solid #0c5b80;box-shadow: 0 0 5px rgba(0,0,0, .3); }
.contact-bubble .contact-info a { color: #434456; }
.contact-bubble:hover .contact-info { display: block; }
.align-flex-end .contact-info { right: -20px; }
.align-flex-start .contact-info { left: -10px; }
.align-center .contact-info { left: -10px; }
.contact-bubble .contact-info p { margin: 5px 0;white-space: nowrap;line-height: 1.3em; }
.contact-bubble .contact-info .info-wrapper:before { content: '';position: absolute;top: -8px;width: 0;height: 0; 
  border-left: 8px solid transparent;border-right: 8px solid transparent;border-bottom: 8px solid ; }
.align-flex-end .contact-info .info-wrapper:before { right: 20px; }
.align-flex-start .contact-info .info-wrapper:before { left: 20px; }
.align-center .contact-info .info-wrapper:before { left: 20px; }

.top-img, .scroll-img { width: auto;max-height: 110px;max-width: 210px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.scroll .top-img, .scroll .scroll-img { max-height: 90px;max-width: 190px; }
.top-img { display: block; }
.scroll .top-img { display: none; }
.scroll-img { display: none; }
.scroll .scroll-img { display: block; }

.mb-main-nav { display: inline-flex;text-align: left;list-style-type: none;-webkit-justify-content: flex-end;justify-content: flex-end;text-align: left;margin: 0 0 0 auto;padding: 10px 0; }
.mb-main-nav .hs-menu-depth-1 { margin-right: 30px;white-space: nowrap; }
.mb-main-nav .hs-menu-depth-1.dropdown { position: relative; }
.mb-main-nav a { text-decoration: none; }
.mb-main-nav .plus { margin-left: 1px;position: relative;top: 1px; }
.mb-main-nav .plus .bar { background: ;padding: 1px 4px 0.5px; }
.mb-main-nav .hs-menu-depth-1:hover .plus .bar { background: #0c5b80; }
.mb-main-nav .hs-menu-depth-1.dropdown:hover .plus .bar.hz { transform: rotate(180deg); }

.mb-main-nav .dropdown-menu { padding-top: 15px;position: absolute;z-index: 10;width: 250px;display: none;right: -20px; }
.mb-main-nav .hs-menu-depth-1.dropdown:hover .dropdown-menu { display: block; }
.mb-main-nav .dropdown-menu ul { position: relative;list-style-type: none;padding: 10px 20px;border-bottom: 5px solid #0c5b80;box-shadow: 0 0 5px rgba(0,0,0, .3); }
.mb-main-nav .dropdown-menu ul:before { content: '';position: absolute;top: -8px;right: 20px;width: 0;height: 0; 
  border-left: 8px solid transparent;border-right: 8px solid transparent;border-bottom: 8px solid ; }
.mb-main-nav .dropdown-menu a { color: #434456; }
.mb-main-nav .sub-menu li { padding: 8px 0; }
.mb-main-nav i { font-size: 10px;margin-left: 5px; }
.mb-main-nav .nav-header { font-family: Montserrat;color: #0c5b80;font-size: 1.1em;font-weight: 600; }
.mb-main-nav .sub-menu .divider { padding: 5px;margin-bottom: 10px;border-bottom: 1px solid #ebebeb; }
.mb-main-nav .sub-menu a { padding: 5px 10px; }

.mb-main-nav .hs-menu-depth-1:nth-last-child(1) { margin-right: 0; }
.button-true .mb-main-nav .hs-menu-depth-1:nth-last-child(1) a { font-family: Montserrat;font-size: 18px;padding: 7px 25px;
  background: #3e6b2f;
  color: #FFFFFF !important;border:0px solid #3e6b2f;border-radius: 4px;box-shadow: rgba(153, 194, 77,1) 0 0 10px -10px inset; }
.button-true .mb-main-nav .hs-menu-depth-1:nth-last-child(1) a:hover { color: #FFFFFF !important;box-shadow: rgba(153, 194, 77,1) 300px 0 10px -10px inset; }


/* mega menu */

@keyframes m_expand {
  0% { opacity: 0;-moz-transform: scale(0.8); -ms-transform: scale(0.8);  -o-transform: scale(0.8); -webkit-transform: scale(0.8); transform: scale(0.8); }
  100% { opacity: 1;-moz-transform: scale(1); -ms-transform: scale(1);  -o-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); }
}

.mb-custom-header { position: relative;z-index:900; }
.fullscreen-toggle .mb-custom-header { z-index:0; }
.mega-menu-wrapper ul { list-style-type: none;padding: 0;margin: 0; }
.mega-menu-wrapper li { display: inline-block; }
.mega-menu-wrapper a, .mega-dd-link { cursor: pointer; }
.mega-menu-wrapper a:hover { text-decoration: none; }
.m-section-wraper > a, .mega-dd-link { padding: 0 10px;margin: 0 10px;font-weight: 600; }
.m-section-wraper:nth-child(1) > a, .m-section-wraper:nth-child(1) > .mega-dd-link { padding-left: 0;margin-left: 0; }
.m-section-wraper:nth-last-child(1) > a, .m-section-wraper:nth-last-child(1) > .mega-dd-link { padding-right: 0;margin-right: 0; }

.mega-dropdown-wrapper { display: none;position: absolute;right: 0;width: 100%;padding: 15px 0 0; }
.mega-dropdown-wrapper .container { align-items: flex-start; flex-wrap: wrap;padding: 30px 20px;box-shadow: 0 5px 10px rgba(0,0,0, .2); }
.m-section-wraper:hover .mega-dropdown-wrapper { display: block; }
.dropdown-item { padding: 20px;width: 33.33%;display: flex;/*opacity: 0;-moz-transform: scale(0.8); -ms-transform: scale(0.8);  -o-transform: scale(0.8); -webkit-transform: scale(0.8); transform: scale(0.8);*/ }

/*
.m-section-wraper:hover .dropdown-item { animation: m_expand .5s 1;-webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out;animation-fill-mode: forwards;-webkit-animation-fill-mode: forwards; }
*/

.m-section-wraper .dropdown-item:nth-child(3n + 2) { animation-delay: .2s; }
.m-section-wraper .dropdown-item:nth-child(3n + 3) { animation-delay: .4s; }
.dropdown-item > i { font-size: 25px;margin-right: 15px; }
.dropdown-item .link-header { font-size: 22px;margin-bottom: 10px;display: block;font-family: Montserrat;text-transform: uppercase;position: relative;padding-right: 30px; }
.dropdown-item .link-header i { position: absolute;right: 0;top: -3px;font-size: 30px; }
.dropdown-item > div { flex: 1; }

@keyframes menu-pop {
  0% { -moz-transform: scale(1); -ms-transform: scale(1);  -o-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); }
  50% { -moz-transform: scale(1.5); -ms-transform: scale(1.5);  -o-transform: scale(1.5); -webkit-transform: scale(1.5); transform: scale(1.5); }
  100% { -moz-transform: scale(1); -ms-transform: scale(1);  -o-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes menu-out {
  0% { -moz-transform: scale(1); -ms-transform: scale(1);  -o-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); }
  50% { -moz-transform: scale(1.5); -ms-transform: scale(1.5);  -o-transform: scale(1.5); -webkit-transform: scale(1.5); transform: scale(1.5); }
  100% { -moz-transform: scale(1); -ms-transform: scale(1);  -o-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); }
}

.mobile-ham { margin-left: auto !important;text-align: right; }
.ham-text { display:block;color: ;text-transform: uppercase;font-size: 13px;line-height: 1em; }
.sticky-header.sticky-true .ham-text { color: ; }
.scroll .ham-text { color: ; }
.open .ham-text { color: ; }

.ham-wrap { position: relative;display: inline-block;height: 21px;width: 38px;cursor: pointer;animation: menu-out .4s 1;margin-top: 3px; }
.ham-wrap > span { background: #0c5b80;  overflow: auto;display: block;width: 100%;padding: 1px 0;position: absolute;left: 0;border-radius: 3px;-webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out;background: ; }
.scroll .ham-wrap > span { background: ; }
.sticky-header.sticky-true .ham-wrap > span { background: ; }
.ham-wrap .ham1 { top: 0; }
.ham-wrap .ham2 { top: 50%;margin-top: -1px; }
.ham-wrap .ham3 { bottom: 0; }
.open .ham-wrap { animation: menu-pop .4s 1; }
.open .ham-wrap .ham1 { -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg);  transform: rotate(45deg);top: 50%;margin-top: -1px; }
.open .ham-wrap .ham2 { -moz-transform: scale(0); -ms-transform: scale(0);  -o-transform: scale(0); -webkit-transform: scale(0); transform: scale(0); }
.open .ham-wrap .ham3 { -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg);  transform: rotate(-45deg);bottom: 50%;margin-bottom: -1px; }

#mobile-menu .lg-menu { color: white;text-align: right; }
#mobile-menu .lg-menu .lg-drop > span > div { width: 100px; }
#mobile-menu .lg-menu .hs-menu-wrapper { text-align: left; }
#mobile-menu .rg-name { margin-right: 10px;font-size: 14px; }
#mobile-menu .lg-menu:hover .lg-drop { display: none; }
#mobile-menu .lg-menu.open .lg-drop { display: block; }
#mobile-menu .lg-menu:hover .fa-angle-down { -ms-transform: rotate(0deg);-webkit-transform: rotate(0deg);transform: rotate(0deg); }
#mobile-menu .lg-menu.open .fa-angle-down { -ms-transform: rotate(180deg);-webkit-transform: rotate(180deg);transform: rotate(180deg); }

.mb-mobile-nav, .mb-mobile-nav ul { list-style-type: none;padding-left: 0; }
.mb-mobile-nav a { text-decoration: none; }

.mb-mobile-nav .hs-menu-depth-1 { border-bottom: 1px solid rgba(255,255,255, .4); }
.mb-mobile-nav .hs-menu-depth-1 > a { padding: 15px 20px 15px 0;display: block;position: relative; }
.mb-mobile-nav .plus { position: absolute;right: 0; }
.open .mb-mobile-nav .plus .bar.hz { transform: rotate(90deg); }
.open .mb-mobile-nav .open .plus .bar.hz { transform: rotate(180deg); }

.mb-mobile-nav .dropdown-menu { display: none; }
.mb-mobile-nav .sub-menu { background: #2a571b;padding: 10px 0;border-top: 1px solid rgba(255,255,255, .4); }
.mb-mobile-nav .sub-menu .nav-header { color: white;font-size: 20px;padding: 10px 14px;letter-spacing: .5px;margin-bottom: 10px; }
.mb-mobile-nav .sub-menu .nav-header:nth-child(1) { margin-top: -10px;padding-top: 15px; }
.mb-mobile-nav .sub-menu a { padding: 5px 20px;display: block; }
.mb-mobile-nav .sub-menu .divider { padding: 5px;margin-top: 5px;border-top: 1px solid rgba(255,255,255, .4); }

body.open .mb-custom-header-wrapper { height: 100vh;width: 100%;display: -webkit-flex; display: flex;-webkit-flex-direction: column;flex-direction: column;position: fixed;z-index: 900; }
.mb-custom-header-wrapper > div:nth-last-child(1) { height: 0;flex: 1 auto;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
body.open .mb-custom-header-wrapper { background: rgba(0,0,0, .2); }
.mb-custom-header-wrapper > div:nth-last-child(1) > div, .mb-custom-header-wrapper > div:nth-last-child(1) > div > div { height: 100%; }
.mb-custom-header-wrapper #mobile-menu { width: 400px;max-width: 90%;background: #3e6b2f;height: 0px;position: relative;left: -100%;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
body.open .mb-custom-header-wrapper #mobile-menu { height: 100%;left: 0; }
.mb-custom-header-wrapper #mobile-menu > div { padding: 10px 20px 20px;height: 100%;overflow-y: auto;overflow-x: hidden;box-sizing: border-box; }
.mb-custom-header-wrapper #mobile-menu a { color: white; }
.mb-custom-header-wrapper #mobile-menu input { margin-bottom: 20px;background: #2a571b;border: 1px solid #2a571b;border-radius: 6px;padding: 15px 20px;width: 100%;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.mb-custom-header-wrapper #mobile-menu input:focus { outline: none;background: #7F6001; }
.mb-custom-header-wrapper #mobile-menu input::placeholder { color: white; }
.mb-custom-header-wrapper #mobile-menu input:-ms-input-placeholder { color: white; }
.mb-custom-header-wrapper #mobile-menu input::-ms-input-placeholder { color: white; }

.mobile-top > .row-fluid-wrapper > .row-fluid { padding-bottom: 10px;display: -webkit-flex; display: flex; }
.mobile-top > .row-fluid-wrapper > .row-fluid > div { flex: 1 auto; }
#mobile-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul { margin: 0; }

#mobile-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul > li { border-bottom: 1px solid rgba(255,255,255, .3); }
#mobile-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li a { padding: 15px 0; }
#mobile-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children > a { position: relative; }
#mobile-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children > a:after { content: '+';position: absolute;right: 10px;font-size: 25px;line-height: 22px; }
#mobile-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children > a.open:after { content: '-';font-size: 40px; }
#mobile-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper { display: none;visibility: visible; opacity: 1;position: static;margin-left: -20px !important;margin-bottom: -1px;padding: 10px 20px;box-sizing: content-box;width: 100%;border-bottom: 1px solid rgba(255,255,255, .3);border-top: 1px solid rgba(255,255,255, .3);background: ; }
#mobile-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper a { padding: 5px 20px;max-width: 100%;width: 100%; }

/* Landing Header */
.header--landing { background: #0a5d7c; text-align: center; padding: 20px; }
.lp-body .dnd-section:nth-child(1) { box-shadow: none !important; }

@media (min-width: 993px) {
  #mobile-menu, .mobile-only { display: none !important; }
}


@media (max-width: 992px) {
  .hide-mobile { display: none !important; }
}
.footer-no-nav-soc { margin-left: 100px; }
.footer-no-nav-soc .social-link { width: 20px; height: 20px;  background: white; border-radius: 50%; display: inline-block;  padding: 2px 0 0 0; margin-left: 10px; text-align: center; }
.footer-bottom.footer-no-nav { padding: 25px 0; }

.mbp-footer { position: relative;background: #095476;color: #ffffff;font-size: 12px;width: 100%; }

.lp-footer { padding: 0px; }
.mbp-footer h3, .mbp-footer h4 { font-family: Montserrat;color: #ffffff !important;font-size: 16px;text-transform: uppercase;font-weight: 600;margin-bottom: 10px !important;letter-spacing: 1px; }
.mbp-footer p { font-size: 12px; }
.mbp-footer a { color: #FFFFFF;text-decoration: none;opacity: 1; }
.mbp-footer a:hover, .mbp-footer a:focus { color: #ffffff;opacity: .8; }
.footer-bottom { background: rgba(45, 45, 45, 1.0);padding: 15px 0; }
.footer-bottom-content { display: flex; justify-content: space-between; }
.footer-bottom-content > div:first-child a { margin-left: 25px; }
.footer-bottom-content .social-link { margin: 0 5px; }
.footer-bottom-content .social-link svg { padding: 3px; width: 21px; height: 21px; background: white; border-radius: 50%; }
.footer-social { font-size: 18px; }
.footer-social a { margin-right: 7px;padding: 1px 5px;width: 28px;box-sizing: border-box;text-align: center;border-radius: 3px;display: inline-block;color: #ffffff; }
.footer-social a svg { fill: #ffffff !important;height: 15px; }
a.social-link div { display: inline-block; }
.mbp-footer .hs-menu-depth-2 { display: none; }
.widget-type-blog_subscribe { margin: 10px 0;width: 300px;max-width: 100%; }
.widget-type-blog_subscribe h3 { margin: 0; }
.mbp-footer form { display: -webkit-flex; display: flex; }
.mbp-footer .form-title { display: none; }
.mbp-footer form .field { flex: 1 auto; }
.mbp-footer form .field > label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.mbp-footer form ul { list-style-type: none;padding-left: 0; }
html .mbp-footer form .input { padding: 0; }
.mbp-footer form input { height: 40px;padding: 10px;border: 1px solid #002244; }
.mbp-footer form .field input { background: #002244;border-radius: 7px 0 0 7px;color: black;width: 100%; }
.mbp-footer form .actions { padding-top: 0px; }
.mbp-footer form .actions input { border-radius: 0 7px 7px 0;cursor: pointer;color: #000000;font-family: montserrat, sans-serif;font-size: 14px; }
.mbp-footer form .actions input:hover { background: #ffffff; }
.mbp-footer form .hs_error_rollup { display: none !important; }
.mbp-footer form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #135e80;
}
.mbp-footer form input::-moz-placeholder { /* Firefox 19+ */
  color: #135e80;
}
.mbp-footer form input:-ms-input-placeholder { /* IE 10+ */
  color: #135e80;
}
.mbp-footer form input:-moz-placeholder { /* Firefox 18- */
  color: #135e80;
}

.mbp-footer .hs-menu-wrapper.hs-menu-flow-vertical>ul li a { padding:3px 0;line-height: 1.1em; }
.mbp-footer .hs-menu-wrapper.hs-menu-flow-vertical ul { list-style: none;padding-left: 0px;display: block !important; }
.mbp-footer .span5 .hs-menu-wrapper.hs-menu-flow-vertical ul { column-count: 3; }
.mbp-footer .span8 .hs-menu-wrapper.hs-menu-flow-vertical ul { column-count: 4; }
.mano-text { text-align: right; }
.mano-text svg { display: inline-block;width: 17px;margin: 0 0 -3px 3px; }
.mano-text svg path { fill: #ffffff;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.mano-text a:hover svg path { fill: #ee6124; }

#lp-footer { background: #313131;color: white;border-bottom: 5px solid ;padding: 15px 0;font-size: 14px; }

.footer-row { display: flex; margin-top: 25px; }
.footer-row .additional-columns { flex: 1 auto;padding: 0 20px; }
.additional-columns > div { display: flex; }
.additional-columns .column { flex: 1 auto;padding: 0 10px 10px; }
.column:not(.count-1) li { display: block;width: 100%; }
.column li a { padding: 5px 10px; }
.column-width { padding-bottom: 10px;}

@media (max-width: 1000px) {
  .footer-row { display: block; }
  .footer-row:nth-child(2) { display: flex; flex-direction: column; margin-top: 0; }
  .footer-row:nth-child(2) > div:first-child { order:2; }
  .footer-row .column-width { margin: 10px auto;text-align: center; }
  .mbp-footer .f-links.span5 { width: 65%; }
  .mbp-footer .f-sub { width: 100%;margin: 10px 0 0 !important; }
  .mbp-footer .row-fluid .span3  { margin-left: 0; }
}
@media (max-width: 767px) {
  
  .footer-no-nav-soc { margin-left: 0; }
  .additional-columns > div { display: block; }
  .additional-columns .column { width: 100% !important;padding: 10px 0;text-align: center; }
  .footer-social { text-align: center; }
  .mbp-footer .f-links.span5 { width: 100%; }
  .mbp-footer .span5 .hs-menu-wrapper.hs-menu-flow-vertical ul { column-count: 2; }
  .mbp-footer .span8 .hs-menu-wrapper.hs-menu-flow-vertical ul { column-count: 2; }
  .footer-container-wrapper .f-links, .footer-container-wrapper .f-text-content {
    margin-bottom: 20px;
  }
  .footer-bottom-content > div:first-child a { margin-left: 0px; display: block; }
  .footer-bottom-content { display: block; }
  .footer-bottom-content .social-links { margin-top: 10px; }
  .footer-bottom-content .social-link { margin: 5px 5px 0 0; }
  .mbp-footer a { padding-bottom: 10px !important; padding-top: 10px !important; display: inline-block; }
  .mbp-footer *:not(input):not(label span) { font-size: 20px !important; }
  .footer-bottom-content .social-link svg { width: 45px !important; height: 45px !important; padding: 8px !important; margin-right: 5px !important; border-radius: 0 !important; }
  .footer-bottom-content .social-link { margin-right: 10px; width: 45px !important; height: 45px !important; background: white; border-radius: 50%; overflow: hidden; padding: 0 !important; }
  .footer-row .hs-email { width: 250px; }
}

.hs-submit{margin-top: 34px !important;}




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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
 
 
 
 
 
 





/* 1d. Buttons */







/* Blog header */

.blog-body-wrapper { padding-top: 50px; }

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  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 {
    margin: 0 auto;
    width: 500px;
  }
}

/* Blog header - author listing */

.blog-header__author-avatar {
  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);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}

.blog-index__post {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 100%;
  flex:  0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/2);
    flex:  0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/3);
    flex:  0 0 calc(100%/3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post-image {
  display: block;
  background-image: url('https://6326501.fs1.hubspotusercontent-na1.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 2rem;
  }

  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-content h2 {
  margin: 0.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 {
  height: auto;
  max-width: 100%;
}


/* Blog Sidebar */

.column-ct { display: -webkit-flex; display: flex; }
.left-column-ct { width: 200px;margin-right: 20px; }
.left-column-ct .topic-wrapper { box-shadow: 1px 1px 10px rgb(0,0,0, .2);border-radius: 6px;padding: 15px;margin: 30px 0 !important; }
.topic-wrapper h3 { font-size: 20px;text-transform: uppercase;font-weight: 600;padding-bottom: 10px;border-bottom: 1px solid #F2f2f2; }
.left-column-ct .blog-topics-wrapper { text-align: left;border: none;padding: 0; }
.left-column-ct .blog-topics-wrapper a { padding: 2px 0;margin: 3px 0;display: block;color: #434456; }
.left-column-ct .blog-topics-wrapper a.selected { color: #3e6b2f;font-weight: 500; }

.right-column-ct .mb-resource { background: #0c5b80;color: white; }
.right-column-ct .topic-link { color: white; }
.right-column-ct .mp-posts h4 { font-size: 18px;color: white; }
.right-column-ct .mb-resource .more-link i { color: white; }

.blog-sub form { width: 400px;max-width: 100%;margin-left: auto; }
.hsForm_663ce43f-d9fd-4a2a-a205-60ba13a74e99 { flex-wrap: wrap; }
.blog-sub .field .hs-input { background-color: #F2f2f2;border-color: #F2f2f2; }
.hs-blog_default_hubspot_blog_5145315480_subscription { order: 2;width: 100%;max-width: 100%;text-align: center;font-family: Montserrat; }
.hs-blog_default_hubspot_blog_5145315480_subscription ul { display: flex; }
.blog-sub form .hs-blog_default_hubspot_blog_5145315480_subscription input { height: 20px; }
.blog-sub form .actions input { height: 50px;padding: 5px 25px;background: #0c5b80;font-family: Montserrat;text-transform: uppercase;font-size: 12px; }

@media(max-width: 1000px) {
  html .mp-posts .mb-resource-wrapper { width: 50%; }
  .blog-topics-wrapper > div { padding: 10px;border-top: 1px solid #F2f2f2;height: 400px; }
}
@media(max-width: 767px) {
  .column-ct { display: block; }
  .left-column-ct { width: 100%; }
  html .mp-posts .mb-resource-wrapper { width: 100%; }
}


/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato, sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.3rem;
  text-align: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #494A52;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.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 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

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

/* Blog post */

html .container.body-container--blog-post { width: 100% !important; max-width: 100% !important; padding-left: 0 !important; padding-right: 0 !important; }
.blog-post-wrapper .blog-section { display: flex; }
.blog-dt-left { width: calc((100vw - 900px)/ 2); min-width: 350px; margin-right: 50px; }
.blog-dt-left > div { margin-bottom: 25px; }
.blog-return { text-align: right; font-size: 22px; font-weight: 700;  }
.blog-return i { margin-right: 15px; }
.blog-dt-social { font-size: 28px; text-align: right; }
.blog-dt-social a { margin-left: 15px; color: #5b9044; }
.dt-author { display: flex; justify-content: flex-end; width: 100%; display: flex; align-items: center; padding: 15px 20px 15px 0; box-shadow: 0 0 10px rgb(0 0 0 / 20%); }
.dt-author img { margin-right: 10px; border-radius: 0 3px 3px 0; }
.blog-right { max-width: 900px !important; margin-left: 0 !important; padding-right: 25px; }
.blog-date { text-transform: uppercase; color: #0a5d7c; font-weight: bold; font-size: 22px; margin-top: 2px; }
a.author-link { color: #434456; }
#hubspot-topic_data { color: #f0ad4e; font-size: 20px; font-weight: 700; margin-top: 25px; }
#hubspot-topic_data a { color: #f0ad4e; font-size: 20px; font-weight: 700; cursor: pointer; }

.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 3.3rem 0;
}

.blog-post h1 {
  font-size: 1.6rem;
}

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

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

.blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  color: #000;
  font-size: .8rem;
}

/* Blog related posts */

.blog-related { display: flex; box-shadow: 0 0 10px rgb(0 0 0 / 20%); border-radius: 3px; width: 100%; margin-bottom: 25px; overflow: hidden; }
.blog-related-img { min-width: 180px; height: 100%; min-height: 130px;  }
.blog-recent-posts .blog-sub form { margin-left: 0; }
.blog-related-content { padding: 15px 40px 30px 20px; position: relative; width: 100%; }
.blog-related-content > div:first-child, .blog-related-content > div:first-child a { color: #0a5d7c; font-weight: bold; margin-bottom: 5px; }
.blog-related-content > div:nth-child(2) a { font-size: 18px; font-weight: bold; color: #434456; }
.blog-related-content > div:nth-child(3) a { color: #0a5d7c; font-size: 24px; position: absolute; bottom: 5px; right: 15px; }

.blog-recent-posts {
  margin: 100px 0;
  display: flex;
}
.blog-recent-posts > div { flex: 1; }

.blog-recent-posts__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
}

.topic-list { margin: 10px 0; }
.mp-posts.post-listing { margin-top: 10px; }
.mp-posts h4 { color: #434456; }

.blog-recent-posts__list .box { width: 32%;border-radius: 6px;margin-top: 15px; }
.blog-recent-posts__list .box:nth-child(2) { margin: 15px 2% 0; }
.blog-recent-posts__list .box .item-img { padding-top: 60%;display: block;border-radius: 6px 6px 0 0; }
.blog-recent-posts__list .box .content { padding: 0 0 20px;margin-top: 20px;border-bottom: 2px solid #ebebeb; }
.topic-link { font-weight: 700; color: white;font-size: 14px;line-height: 1.2em;text-transform: uppercase;display: inline-block; }
.blog-recent-posts__list h4 a { color: #434456; }
.blog-recent-posts__list .more-link { color: #7F6001; }
.blog-recent-posts__list .more-link i { color: #7F6001; }

.blog-sub { padding-right: 10px; }
.blog-sub .widget-type-blog_subscribe { width: 100%; }
.blog-sub .hs_error_rollup { display: none !important; }

.blog-recent-posts__post {
  color: #494A52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
}

.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.blog-recent-posts__title {
  margin: 1rem 0 0.5rem;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

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

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

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF;
}

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

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

/* Blog */

.blog-sub h3 { position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0; }
.blog-sub form { display: -webkit-flex; display: flex; }
.blog-sub form > .field { flex: 1 auto;max-width: 300px; }
.blog-sub form .field > label { position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0; }
html .blog-sub form .input { padding: 0; }
.blog-sub .actions { padding-top: 0px; }
.blog-sub .field input { border: 1px solid #0c5b80;padding: 10px 10px 10px 50px;background: rgba(255,255,255, .7) url(https://6647721.fs1.hubspotusercontent-na1.net/hubfs/6647721/subscription-Icon.png) no-repeat 3.5% center;height: 50px;border-radius: 4px 0 0 4px;border-right: none;width: 100%; }
.dnd-section .blog-sub form input[type=submit], .dnd-section .blog-sub form .hs-button { height: 50px;padding: 10px 20px; }

.blog-sub .actions input {
  -webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;
  display: inline-block;
  text-decoration: none;
  background: #3e6b2f;
  border: 0px solid #3e6b2f;
  border-radius: 0 4px 4px 0;
  color: #FFFFFF;
  padding: 5px 15px;
  white-space: nowrap;
  height: 60px;
  font-family: ;
  box-shadow: 3px 3px 10px rgba(0,0,0, .2), rgba(153, 194, 77,1) 0 0 10px -10px inset;
}
.blog-sub .actions input:hover,
.blog-sub .actions input:focus {
  text-decoration: none;
  color: #FFFFFF;
  box-shadow: 3px 3px 10px rgba(0,0,0, .2), rgba(153, 194, 77,1) 300px 0 10px -10px inset;
}

.mp-posts { display: -webkit-flex; display: flex;-webkit-flex-wrap: wrap; flex-wrap: wrap; }
.mp-posts .mb-resource-wrapper { width: 50%; }

.resource-cta { background: #3e6b2f;color: white;padding: 30px 0;position: fixed;top: 90px;width: 100%;z-index: 10;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.resource-cta.scroll { padding: 15px 0; }
.resource-cta a { color: white;text-decoration: none; }
.resource-cta h3 { margin-bottom: 10px;font-size: 35px; }
.resource-cta.scroll h3 { margin-bottom: 0;font-size: 28px; }
.cta-item .item-inner { height: auto;display: -webkit-flex; display: flex;align-items: center; }
.cta-item .content { flex: 1; }
.resource-cta.scroll .text { display: none; }
.resource-cta .more-link { display: inline-block;padding: 10px 30px;border: 1px solid white;border-radius: 6px;font-family: {font=Montserrat, font_set=GOOGLE, styles={font-family=Montserrat, sans-serif, font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=null, color=#0A5D7C, variant=regular, fallback=sans-serif, style=font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none, css=color: #0A5D7C;font-family: Montserrat, sans-serif;};letter-spacing: 2px; }
.resource-cta .more-link:hover { background: white;color: #3e6b2f; }
.resource-cta .more-link strong { font-weight: normal; }
.resource-cta .more-link i { color: white;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
.resource-cta .more-link:hover i { color: #3e6b2f; }


.blog-pagin-wrapper { text-align: right;padding: 10px; }
.blog-pagin-wrapper a { margin-left: 5px;text-decoration: none;color: #808080; }
.blog-pagin-wrapper a.active { color: #7F6001; }

.mb-resource-filter .hs-search-field input { margin-bottom: 0; }
.hs-search-field__suggestions { position: absolute;background: #ebebeb;color: #3e6b2f;border: none !important;padding: 0 15px;border-radius: 6px;box-shadow: 0 0 5px rgba(0,0,0, .1); }
.hs-search-field__suggestions li { padding: 1px 0; }
.hs-search-field__suggestions li:nth-child(1) { padding-top: 15px; }
.hs-search-field__suggestions li:nth-last-child(1) { padding-bottom: 20px; }
html .hs-search-field__suggestions a { color: #3e6b2f; }
html .hs-search-field__suggestions a:hover { color: #7F6001; }
.hs-search-highlight { color: #7F6001 !important; }

.blog-topics-wrapper { margin-top: 20px; }

.resource-section .post-page .right-column { padding-left: 0; }
.resource-section .post-page .blog-post-wrapper { width: 100%;margin: 0 auto; }
.resource-section .post-page h1 { margin-bottom: 10px; }
.read-time { font-family: bebas-neue, sans-serif;font-size: 18px; }
.author-share { display: none; font-weight: 600;padding-bottom: 30px; }
.author-share a { color: #7F6001;text-decoration: none; }
.author-share a:hover { color: #7F6001;opacity: .8; }
.author-share a i { margin-left: 5px; }
.author-share > div { margin-bottom: 15px; }
.blog-inside-img { margin: 0 auto 30px;display: block; }

.author-wrapper { width: auto;display: -webkit-flex; display: flex; }
.author-img { display: block;width: 80px;height: 80px;border-radius: 50%;position: relative;border: 3px solid white; }
.author-share .blog-share { border-left: 3px solid white;font-size: 20px;text-transform: uppercase;border-radius: 0 6px 6px 0; }
.author-wrapper > div { padding-right: 10px; }
.blog-audio { margin-bottom: 20px; }

@media(max-width: 991px) {
  .blog-dt-left { display: none; }
  .blog-right { padding: 0; max-width: 90% !important; margin: auto !important; }
  .blog-recent-posts { display: block; }
  .author-share { display: block; }
}

@media(max-width: 950px) {
  .blog-recent-posts__list .box { width: 49%; }
  .blog-recent-posts__list .box:nth-child(2) { margin-right: 0; }
  .blog-recent-posts__list .box:nth-child(3) { display: none; }
  .blog-sub { padding-right: 0px;padding-top: 20px; }
  
  .blog-topics-wrapper { position: relative;background: white; }
  .blog-topics-wrapper > div { max-height: 70vh;overflow: auto;position: absolute;width: 100%;background: white;border-top: 1px solid #888;box-shadow: 0 3px 5px rgba(0,0,0, .15);display: none; }
  .blog-topics-wrapper:hover > div { display: block; }
}
@media(max-width: 767px) {
  .blog-recent-posts__list .box { width: 100%; }
  .blog-recent-posts__list .box:nth-child(2) { margin-left: 0; }
}
/* Error pages */

.error-anim { width: 400px; max-width: 100%; margin: auto; }
.error-wrapper { background: #f2f2f2 url(https://info.xvoucher.com/hubfs/Broken%20Glass%20404-1.svg); background-size: cover !important; }

.error-page {
  padding: 5rem 0;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.systems-page.password-prompt { margin: 50px auto;padding: 50px 4%;width: 900px;max-width: 90%;box-shadow: 0 4px 8px rgba(0,0,0, .2);border-radius: 6px; }
.widget-type-password_prompt { margin-top: 20px; }
.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}


html { opacity: 0; max-width: 100%;overflow-x: hidden;overflow-y: scroll;-webkit-overflow-scrolling: touch; }
body { margin: 0;font-family: montserrat, sans-serif;font-size: ;line-height: 1.5em;color: #434456;max-width: 100%;-webkit-overflow-scrolling: touch; }
body.open { overflow-y: hidden;height: 100vh; }
img { max-width: 100%; }
a, button { -webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }
h1:nth-child(1), h2:nth-child(1), h3:nth-child(1), h4:nth-child(1), p:nth-child(1), table:nth-child(1) { margin-top:0; }
h1:nth-last-child(1), h2:nth-last-child(1), h3:nth-last-child(1), h4:nth-last-child(1), p:nth-last-child(1), table:nth-last-child(1) { margin-bottom:0; }
h1 { line-height: 1.1em;text-transform: uppercase; }
h2 { margin: 20px 0;text-transform: uppercase; }
h3 { margin: 20px 0; }
h1 span, h2 span, h3 span, h4 span, h5 span { display: inline-block; }
.row-fluid [class*="span"] { min-height: 1px; }
html .row-fluid .container, .container { width: 1240px;max-width: 95%;padding-left: 20px;padding-right: 20px;margin-left: auto !important;margin-right: auto !important;box-sizing: border-box;float: none !important; }

video:-webkit-full-screen { position: relative;z-index: 999999999999999 }

@media(max-width: 767px) {
  body { overflow-x: hidden;overflow-y: auto; }
}