 
 
 
 
 
 





*, *: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;
}

.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 .span5 [class*="span"], .row-fluid .span6 [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 .span5 .span12, .row-fluid .span6 .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 .span5 .span11, .row-fluid .span6 .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
  }

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

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

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

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

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

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

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

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

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

  .row-fluid .span4 .span1, .row-fluid .span5 .span1, .row-fluid .span6 .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: 48%;
        margin: 0 1% !important;
        flex-grow: 2;
    }

    .row-fluid .span4 {
        width: 48%;
        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: 80px;
    padding-top: 80px;
  position: relative;
}
.lp-body .dnd-section:nth-child(1) { padding-top: 160px; }


.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"] { border-radius: 6px;padding: 20px;overflow: hidden;box-shadow: 1px 1px 10px rgba(0,0,0, .2); }
.dnd-section .dnd-row[class*="background-color"], .dnd-section .dnd-column .dnd-row[class*="background-color"] { border-radius: 6px;padding: 20px;overflow: hidden;box-shadow: 1px 1px 10px rgba(0,0,0, .2); }

.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: 40.0px; }
.full-space { padding-top: 80px; }

.edit-icon { display: none; }
.hs-inline-edit .edit-icon { display: block; } 
.hs-inline-edit .dnd-section { padding-top: 19px; }

.dnd-section-custom-bg { position: absolute;left:0;right:0;z-index: -1; }
.dnd-section-custom-bg .overlay { height: 100%;width: 100%; }
.dnd-section-custom-bg.content-width { margin-left: auto;margin-right: auto;width: 1240px;max-width: 95%; }
.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: #5EB4E7;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; }


html .dnd-section[class*="max-width-section-centering"] > .row-fluid { width: 95% !important; }
@media(max-width: 1000px) {
  .dnd-row > .row-fluid { flex-wrap: wrap; }
}
@media(max-width: 767px) {
  .dnd-section, .ot-section { padding-bottom: 56.0px;padding-top: 56.0px; }
  
  .responcive-space { padding-top: 26.666666666666668px; }
  .full-space { padding-top: 56.0px; }
  .lp-body .dnd-section:nth-child(1) { padding-top: 80px; }
}
 
 
 
 
 
 





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

.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: 20px; }
.resource-section .row-fluid [class*="span"] { margin-left: 0; }
.resource-section .left-column { width: 20%; }
.resource-section .right-column { padding-left: 10px;width: 80%; }

.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: 10px;box-sizing: border-box; }
.mb-resource { background: white;box-shadow: 0 0 10px rgba(0,0,0,.2);display: flex;flex-direction: column;border-radius: 6px;overflow: hidden;height: 100%; }
.mb-resource .content { flex: 1 auto;padding: 35px 30px 10px; }
.mb-resource a { text-decoration: none; }
.mb-resource .more-link { margin: 0 30px 35px;color: #707070; }
.mb-resource .more-link i { color: #F8C44F;font-size: 14px;margin-left: 5px; }

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

@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: 33.33%;animation: resource-pop .4s 1; }

.mb-resource-filter { background: #00084c;color: white;border-radius: 6px;padding: 20px;margin-top: 10px; }
.mb-resource-filter .filter-search { display: -webkit-flex; display: flex; }
.mb-resource-filter input { border-radius: 6px 0 0 6px;margin-bottom: 10px;border: none;padding: 10px; }
.mb-resource-filter input[type="submit"] { cursor: pointer;background: white;border-radius: 0 6px 6px 0;font-family: "Font Awesome 5 Pro"; }
.filter-item input[type="radio"] { display: none; }
.mb-resource-filter h3 { color: white;margin: 10px 0; }
.mb-resource-filter a { color: white;text-decoration: none;font-size: 14px;padding: 2px 10px;cursor: pointer;opacity: 1;display: inline-block;line-height: 1.2em; }
.mb-resource-filter a:hover { opacity: .6;color: white; }
.mb-resource-filter a.selected { color: #F8C44F;opacity: 1; }
.mb-resource-filter .clear-filters { font-family: bebas-neue,sans-serif;margin-top: 10px;font-size: 18px;letter-spacing: 1px;display: inline-block; }

.resource-section .pagi-numbers { padding: 20px 5px 0;text-align: right; }
.resource-section .pagi-numbers a { margin: 0 5px;text-decoration: none;color: #808080; }
.resource-section .pagi-numbers a.current { color: #F8C44F; }

.open-popup { cursor: pointer; }
.re-pop-wrapper { position: fixed;top: 0;bottom: 0;left:0;right:0;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: 800px;max-width: 100%;max-height: 100vh;overflow: auto;padding: 30px;background: rgba(100,100,100, .5);-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%; }
.re-pop-wrapper .close { margin-top:10px;cursor: pointer;font-size: 14px;display: inline-block; }
.re-pop-wrapper .close:hover { color: #F8C44F; }

/* 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: #003A7E;font-family: Oswald; }
.mb-profile .title { color: #5EB4E7;display: inline-block;margin-top: 5px;text-transform: uppercase;font-weight: 600;font-size: 18px; }
.item-footer { padding: 0 30px 30px;color: #003A7E; }
.item-footer a { color: #F8C44F;margin-left: 5px; }
html {
  font-size: 24px;
}

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

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

body {
  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: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
/* Missing Template at Path: \'Blacktip_Reef\/css\/elements\/_buttons.css\' */
/* Form */













.dnd-section h3.form-title { font-family: Oswald;background-color: #FFFFFF;color: #003A7E;margin: 0;padding: 7%;padding-bottom: 0; }
.mbp-footer .dnd-section h3.form-title { background: none; }

.dnd-section .widget-type-form { background: #FFFFFF;border-radius: 6px;overflow: hidden; }
.mbp-footer .dnd-section .widget-type-form { background: none; }
.dnd-section .widget-type-form form { padding: 7%; }
.mbp-footer .dnd-section .widget-type-form form { padding: 0; }
.dnd-section .dnd-column[class*="background-color"] .widget-type-form { box-shadow: 0 0 15px rgba(0,0,0, .15); }

.dnd-section .hs-form-field {
  margin-bottom: 1rem;
}

/* 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: 1px solid #D1D6DC;
  border-radius: 3px;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  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: 1px solid #D1D6DC;
  border-radius: 3px;
  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: 100% !important;
}

::-webkit-input-placeholder {
  color: #BFBFBF;
}

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

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

/* 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 {
  margin: 0 auto;
}





form,
.submitted-message {
  ;
}


/* Form label */

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

/* Form help text */

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

/* 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: #707070;
  color: ;
}

.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: #003A7E;
}

/* Form placeholder text */

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

/* 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: #F8C44F;
  border: 1px solid #F8C44F;
  border-radius: 6px;
  color: #FFFFFF;
  padding: 8px 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: 1px solid #F8C44F;
  color: #F8C44F;
}

.dnd-section form input[type=submit]:active,
.dnd-section form .hs-button:active {
  background-color: rgba(255, 236, 119, 1.0);
  border-color: #ffec77;
  color: #FFFFFF;
}

.dnd-section .span6 input[type=submit], .dnd-section .span6 .hs-button, .dnd-section .span5 input[type=submit], .dnd-section .span5 .hs-button, .dnd-section .span4 input[type=submit], .dnd-section .span4 .hs-button, .dnd-section .span3 input[type=submit], .dnd-section .span3 .hs-button { width: 100%;padding: 12px; }
/* 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;
}
 
 
 
 
 
 





/* header */

.sticky-header { width: 100% !important;position: relative;font-size: 15px;z-index: 900; }
.sticky-header.sticky-true { position: fixed;top:0;left: 0;margin: 0 !important; }
.sticky-space { padding-top: 80px; }

.header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 { float: none;display: inline-block; }

.header.header--no-navigation { background: transparent;position: absolute;z-index: 900;width: 100%;padding-top: 40.0px; }

.plus { position: relative;display: inline-block;padding: 10px 20px 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); }

.mb-main-nav { display: flex;list-style-type: none;-webkit-justify-content: flex-end;justify-content: flex-end;text-align: left;margin: 16px 0;padding: 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;color: #707070; }
.mb-main-nav .plus { margin-left: 1px;position: relative;top: 1px; }
.mb-main-nav .plus .bar { background: #808080;padding: 1px 4px 0.5px; }
.mb-main-nav .hs-menu-depth-1:hover .plus .bar { background: #003A7E; }
.mb-main-nav .hs-menu-depth-1.dropdown:hover .plus .bar.hz { transform: rotate(180deg); }
.mb-main-nav .hs-menu-depth-1:hover > a { color: #003A7E; }

.mb-main-nav .dropdown-menu { padding-top: 50px;position: absolute;z-index: 10;width: 250px;display: none;left: -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: 15px 20px;background: #FFFFFF;border-bottom: 8px solid #003A7E;box-shadow: 0 0 5px rgba(0,0,0, .3); }
.mb-main-nav .dropdown-menu ul:before { content: '';position: absolute;top: -8px;left: 20px;width: 0;height: 0; 
  border-left: 8px solid transparent;border-right: 8px solid transparent;border-bottom: 8px solid #FFFFFF; }
.mb-main-nav .sub-menu li { padding: 8px 0; }

.mb-main-nav .nav-header { font-family: Oswald;color: #003A7E;font-size: 1.1em; }
.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 .sub-menu a:hover { color: #F8C44F; }
.mb-main-nav .hs-menu-depth-1:not(.dropdown) { padding-top: 5px; }

.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: Oswald;font-size: 18px;padding: 7px 25px 7px 30px;background: #F8C44F;color: white;border: 1px solid #F8C44F;border-radius: 7px; }
.button-true .mb-main-nav .hs-menu-depth-1:nth-last-child(1) a:after { content: '';font-family: "Font Awesome 5 Pro";margin-left: 5px;font-size: 14px; }
.button-true .mb-main-nav .hs-menu-depth-1:nth-last-child(1) a:hover { background: white;color: #F8C44F; }

#top-header { background: #5EB4E7;color: white;font-size: 12px; }
#top-header a { color: white; }
#top-header a:hover { color: #F8C44F; }
#top-header .container > .row-fluid-wrapper > .row-fluid { display: -webkit-flex; display: flex;-webkit-align-items: center; align-items: center; }
#top-header .container > .row-fluid-wrapper > .row-fluid > div { width: auto;margin-left: 0; }
#top-header .container > .row-fluid-wrapper > .row-fluid > div:nth-last-child(2) { margin-left: auto; }
#top-header .top-nav { font-size: 12px;line-height: 1em; }
#top-header .top-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { padding: 12px 0; }
#top-header .top-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:after { content: ' | ';color: white;margin: 0 10px; }
#top-header .top-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-last-child(1) a:after { content: ''; }

#top-header .hs-menu-children-wrapper { background: white;border: 1px solid #5EB4E7;border-top: none;min-width: 150px;margin-left: -15px; }
#top-header .top-nav .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper li a { color: #707070;padding: 12px 20px;border-bottom: 1px solid #e5e5e5; }
#top-header .top-nav .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper li:nth-last-child(1) a { border-bottom: none; }

.lg-menu .icon { position: relative;display: inline-block;padding-right: 8px; }
.lg-menu .fa-angle-down { position: absolute;right: 0;top: 50%;font-size: 14px; }
.lg-menu .lg-drop { position: relative;display: none;z-index: 2; }
.lg-menu:hover .lg-drop, .lg-menu.open .lg-drop { display: block; }
.lg-menu .fa-angle-down { -ms-transform: rotate(0deg);-webkit-transform: rotate(0deg);transform: rotate(0deg);-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; }
.lg-menu:hover .fa-angle-down, .lg-menu.open .fa-angle-down { -ms-transform: rotate(180deg);-webkit-transform: rotate(180deg);transform: rotate(180deg); }
.lg-menu .lg-drop > span { position: absolute;padding-top: 7px;right: 0;font-size: 14px;line-height: 1.2em; }
.lg-menu .lg-drop > span > div { background: #E6E7E8;padding: 5px 0; }
.lg-menu .hs-menu-wrapper { line-height: 1em; }
#top-header .lg-menu .hs-menu-wrapper ul li a, #mobile-menu .lg-menu .hs-menu-wrapper ul li a { padding: 5px 10px;color: #707070; }
#top-header .lg-menu .hs-menu-wrapper ul li a:hover { color: #003A7E; }
#top-header .rg-name { display: none; }
#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: #4aa0d3;padding: 10px 0;border-top: 1px solid rgba(255,255,255, .4); }
.mb-mobile-nav .sub-menu .nav-header { background: #5EB4E7;color: white;font-size: 22px;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; }

#top-header .ca-link, #mobile-menu .ca-link { font-size: 14px; }
.ca-link a { text-decoration: none; }

.bottom-bar { background: #FFFFFF;box-shadow: 0px 8px 8px rgba(0,0,0, .1);padding: 15px 0;border-top: 8px solid #003A7E; }
.bottom-bar img { display: block;max-height: 65px !important;max-width: 200px;width: auto !important;-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 .bottom-bar { padding: 10px 0; }
.sticky .bottom-bar img { max-height: 60px !important; }
.bottom-bar .container > .row-fluid-wrapper > .row-fluid { display: -webkit-flex; display: flex;-webkit-align-items: center; align-items: center; }
.bottom-bar .container > .row-fluid-wrapper > .row-fluid > div { width: auto;margin-left: 0; }
.bottom-bar .container > .row-fluid-wrapper > .row-fluid > div.menu { flex: 1 auto;text-align: right; }

.bottom-bar .menu { line-height: 1em; }
.bottom-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { padding: 25px 10px;color: #707070; }
.bottom-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover a { color: #5EB4E7; }
.sticky-header.sticky .bottom-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { padding: 20px 10px; }
.bottom-bar .menu .hs-menu-children-wrapper { margin-left: 0 !important;text-align: left;padding-top: 15px; }
.bottom-bar .menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper li a { padding: 15px 20px !important;background: #003A7E;color: white;border-top: 1px solid #003A7E;border-bottom: 1px solid #003A7E; }
.bottom-bar .menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper li:nth-child(1) { display: none; }
.bottom-bar .menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper li:nth-child(2) a { border-top: none; }
.bottom-bar .menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper li a:hover { background:  #0a4488;border-color: white; }

.nav-search { position: relative;padding-left: 30px;color: #003A7E; }
.nav-search form { position: relative;background: white;border-bottom: 3px solid #003A7E;box-shadow: 0 0 10px rgba(0,0,0, .1);display: -webkit-flex; display: flex; }
.nav-search form:before { content: '';position: absolute;top: -8px;right: 15px;width: 0;height: 0;border-left: 8px solid transparent;border-right: 8px solid transparent;border-bottom: 8px solid white; }
.nav-search .hs-search-field { padding-top: 40px;display: none;position: absolute;right: -15px;width: 300px; }
.sticky-header.sticky .nav-search .hs-search-field { padding-top: 31px; }
.nav-search:hover .hs-search-field, .nav-search .hs-search-field.focus { display: block; }
.nav-search input { padding: 15px 20px;background: white;border: none;width: 100%; }
.nav-search form button { background: white;border: none;padding: 10px 20px;color: #003A7E;font-size: 20px;cursor: pointer; }
.nav-search .hs-search-field__bar button svg { fill: #003A7E;height: 14px; }

.nav-social { position: relative;color: #003A7E;padding-left: 20px; }
.nav-social-links-wpapper { position: absolute;padding-top: 40px;right: -20px;display: none; }
.nav-social:hover .nav-social-links-wpapper { display: block; }
.nav-social-links { padding: 5px 10px;position: relative;background: white;border-bottom: 3px solid #003A7E;box-shadow: 0 0 10px rgba(0,0,0, .1);text-align: center; }
.nav-social-links:before { content: '';position: absolute;top: -8px;right: 16px;width: 0;height: 0;border-left: 8px solid transparent;border-right: 8px solid transparent;border-bottom: 8px solid white; }
.nav-social-links a { display: block;padding: 5px;color: #003A7E; }
.nav-social-links a:hover { color: #00aeef; }

.social-links {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-links__icon {
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  margin: 0 5px;
  position: relative;
}

.social-links__icon svg {
  fill: #003A7E;
  height: 15px;
  width: auto;
}

.social-links__icon:hover svg,
.social-links__icon:focus svg,
.social-links__icon:active svg {
  fill: #5EB4E7;
}

.nav-search .hs-search-field--open .hs-search-field__suggestions { background: white;border: none;padding: 15px; }

.header__language-switcher--label { margin-left: 8px; }
.widget-type-language_switcher { color: #003A7E;text-align: center;margin-top: 10px; }
.globe_class { background: none !important; }
.globe_class:before { content: '';font-family: "Font Awesome 5 Pro";font-size: 17px; }
.header__language-switcher--label-current { color: #003A7E;font-size: 10px;line-height: 10px;display: block; }

.mobile-ham { margin-left: auto !important; }

.lp-body .header-container-wrapper { padding-bottom: 0; }
.lp-header { background: #003A7E;color: white;padding: 20px 0; }
.lp-header .container > .row-fluid-wrapper > .row-fluid { display: -webkit-flex; display: flex;-webkit-align-items: center; align-items: center; }
.lp-header a { color: white; }
.lp-logo img { width: auto !important;max-height: 80px; }
.lp-social { text-align: right; }
.lp-social span { margin-right: 20px; }
.lp-social a { margin-right: 10px; }

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

.ham-text { display:block;color: white;text-transform: uppercase;font-size: 13px;line-height: 1em; }
.open .ham-text { color: white; }

.ham-wrap { position: relative;display: inline-block;height: 21px;width: 35px;cursor: pointer;animation: menu-out .4s 1;margin-top: 3px; }
.ham-wrap > span { 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: #808080; }
.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 > span { background: #003A7E; }
.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; }

body.open .sticky-header { height: 100vh;display: -webkit-flex; display: flex;-webkit-flex-direction: column;flex-direction: column;position: fixed; }
.sticky-header > 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 .sticky-header > div:nth-last-child(1) { background: rgba(0,0,0, .2); }
.sticky-header > div:nth-last-child(1) > div { height: 100%; }
.sticky-header #mobile-menu { width: 400px;max-width: 90%;background: #5EB4E7;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 .sticky-header #mobile-menu { height: 100%;left: 0; }
.sticky-header #mobile-menu > div { padding: 10px 20px 150px;height: 100%;overflow-y: auto;overflow-x: hidden;box-sizing: border-box; }
.sticky-header #mobile-menu a { color: white; }
.sticky-header #mobile-menu input { margin-bottom: 20px;background: #4aa0d3;border: 1px solid #4aa0d3;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; }
.sticky-header #mobile-menu input:focus { outline: none;background: #F8C44F; }
.sticky-header #mobile-menu input::placeholder { color: white; }
.sticky-header #mobile-menu input:-ms-input-placeholder { color: white; }
.sticky-header #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%; }

.social-links { padding-top: 25px; }
.social-links a { margin-right: 10px; }

.header.header--no-navigation img { width: auto !important;max-width: 200px; }


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

@media (max-width: 1200px) {
  .bottom-bar { font-size: 14px; }
  .bottom-bar img { max-height: 35px !important; }
  .mb-main-nav .hs-menu-depth-1 { margin-right: 15px; }
}

@media (max-width: 1023px) {
  .sticky-space { padding-top: 126px; }
  h1 { font-size: 60px; }
  .med-item { max-width: calc(50% - 20px) !important; }
  .small-item { max-width: calc(33% - 20px) !important; }
  .displayed-resources .mb-resource-wrapper { width: 50%; }
  .resource-section .left-column { width: 25%; }
  .resource-section .right-column { width: 75%; }
  .bottom-bar .container>.row-fluid-wrapper>.row-fluid { display: -webkit-flex; display: flex;-webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .bottom-bar .container>.row-fluid-wrapper>.row-fluid>div.menu { order: 3;width: 100%; }
  .mb-main-nav { padding-left: 0;-webkit-justify-content: center;justify-content: center; }
  .nav-search form { border: 1px solid ;box-shadow: none; }
  .nav-search .nav-search-icon { display: none; }
  .nav-search .hs-search-field { position: static;padding-top: 0;display: block; }
  .nav-search form:before { display: none; }
  .nav-social-links-wpapper { position: static;padding-top:0px;display: block; }
  .nav-social-links { padding: 0px;border-bottom: none;box-shadow: none; }
  .nav-social-links:before { display: none; }
  .nav-social-links a { display: inline-block;padding: 4px; }
  .nav-social-main { display: none; }
  .profile-wrapper > span > div { width: 50%; }
}
@media (max-width: 1000px) {
  .kn-left-column { display: none !important; }
  .expand-cta { padding: 0 !important; }
  .resource-cta { position: static !important;padding: 20px 0; }
  .resource-cta.scroll { padding: 20px 0; }
  .resource-cta h3 { font-size: 28px; }
  .resource-cta.scroll h3 { margin-bottom: 10px; }
  .resource-cta.scroll .text { display: block; }
  .cta-item .item-inner { display: block; }
  
  .container.header-left { display: block; }
  .container.header-left .section-head { width: 100%;padding: 0  0 30px; }
  .resource-section .left-column { width: 100%; }
  .resource-section .right-column { width: 100%;padding-left: 0; }
  .item.border-true { padding: 20px; }
  .mb-profile h3 { font-size: 30px; }
  .body-section { padding: 60px 0 80px; }
  .mb-scroller-wrapper .item { max-width: 100%; }
  .content h2 { font-size: 30px !important; }
  .mp-posts .mb-resource-wrapper { width: 50%; }
}
@media (max-width: 767px) {
  .header.header--no-navigation { padding-top: 26.666666666666668px; }
  body { max-width: 100%;overflow-x: hidden; }
  .sticky-space { padding-top: 61px; }
  h2 { font-size: 1.5em;line-height: 1.7em; }
  .hero-section { max-width: 100%; }
  .single-header h1 { font-size: 45px; }
  html .dnd-section[class*="max-width-section-centering"] > .row-fluid { padding-left: 0px;padding-right: 0px; }
  .sliding-social { display: none; }
  .torn { width: 200%; }
  .torn.torn-bottom { bottom: -2.5vw; }
  html .row-fluid .container, .container { padding-left: 20px;padding-right: 20px; }
  .lp-header { padding: 15px 0; }
  .lp-header .container > .row-fluid-wrapper > .row-fluid { display: block; }
  .lp-social { text-align: center;padding-top: 10px; }
  .lp-logo { text-align: center; }
  .lp-logo img { max-height: 50px; }
  body.open .sticky-header > div:nth-last-child(1) { height: 100vh; }
  #top-header { display: none; }
  .bottom-bar { padding: 10px 0; }
  .bottom-bar img, .sticky .bottom-bar img { max-height: 50px !important; }
  .hide-mobile { display: none !important; }
  .new-blog-listing { margin: 0; }
  .new-blog-listing .post-item { width: 100%;margin: 0 0 30px; }
  .row-fluid .post-filter { width: 100%; text-align: center; margin-bottom: 22px; }
  .row-fluid .post-filter .widget-module { width: 290px; text-align: left; margin: auto; }
  .row-fluid .post-filter label { max-width: 100%; padding: 10px 18px; }
  .row-fluid .site-search-input { width: 100%; margin: 0; }
  .row-fluid .site-search-input .input { width: 290px; margin: auto; }
  .row-fluid .site-search-input input.hs-search-field__input { width: 100%; height: 46px; }
  .asked-box { width: 100%; margin-bottom: 11px; }
  .asked-box:nth-child(2n) { clear: left; float: left; }
  .asked-questions h2 { margin-bottom: 36px; }
  .asked-questions { padding: 52px 0 64px; }
  html .any-column-wrapper fieldset .hs-form-field { width: 100% !important; }
  .item.border-true { padding: 15px; }
  .displayed-resources .mb-resource-wrapper, .mp-posts .mb-resource-wrapper, .profile-wrapper > span > div { width: 100% !important; }
  .mb-resource-wrapper { padding: 10px 0; }
  .content-item-wrapper .box .content, .single-item .box .content { padding: 30px 25px; }
  
  .footer-top .container > .row-fluid-wrapper > .row-fluid {  }
  .master-footer .footer-top .flex-space { display: none; }
  
  .gallery-wrapper .item { width: 50%; }
  .gallery-wrapper .item.size-1 { max-width: 100%; }
  .gallery-wrapper .item.size-1:nth-last-child(1) { max-width: 50%; }
  .gallery-wrapper .item.size-2:nth-last-child(1) { max-width: 100%; }
  .gallery-wrapper .item { -webkit-align-items: flex-end;align-items: flex-end; }
  .gallery-wrapper .item .item-inside { margin: 0 !important; opacity: 1;width: 100%;max-width: 100%;padding: 5%;border-radius: 0; }
  .gallery-slider .slick-next { right: 5px;z-index:2; }
  .gallery-slider .slick-prev { left: 5px;z-index:2; }
  
  .re-pop p { display: none; }
  .re-pop form .hs-fieldtype-text input, form select { height: 40px; }
  
  html .any-column-wrapper form .input { margin-right: 0 !important; }
  html .any-column-wrapper form fieldset.form-columns-3 .hs-form-field, html .any-column-wrapper form fieldset.form-columns-2 .hs-form-field {}
  html .any-column-wrapper form:not(.hs-video-form) .form-columns-2 .hs-form-field .hs-input, html .any-column-wrapper form:not(.hs-video-form) .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  
  .content-item-wrapper .item { max-width: 100% !important; }
  
  .kn-nav { display: block; }
  .kn-nav > div { text-align: center !important; }
  .kn-listing .post-item { width: 100%; }

}
.mbp-footer { position: relative;background: #333333;color: #ffffff;padding: 40px 0 20px;font-size: 12px;width: 100%; }
.mbp-footer .dnd-section {padding-bottom: 40px;padding-top: 40px; }
.lp-footer { padding: 0px 0 20px; }
.mbp-footer h3 { font-family: Oswald;color: #ffffff !important;font-size: 22px;letter-spacing: 1px;font-weight: normal; }
.mbp-footer p { font-size: 12px; }
.mbp-footer a { color: #ffffff;text-decoration: none;opacity: 1; }
.mbp-footer a:hover { color: #ffffff;opacity: .8; }
.footer-bottom { margin-top: 20px; }
.footer-social { font-size: 18px;padding-top: 20px; }
.mbp-footer .social-links__link { margin-right: 10px;font-size: 18px;color: #ffffff; }
.mbp-footer .social-links__link svg { fill: #ffffff !important; }
.mbp-footer .hs-menu-depth-2 { display: none; }
.mbp-footer form { display: -webkit-flex; display: flex;flex-wrap: wrap; }
.mbp-footer form > div { order: 3; }
.mbp-footer .hs_email { order: 1; }
.mbp-footer .hs_submit { order: 2; }
.mbp-footer .hs_recaptcha { padding-top: 5px; }
.mbp-footer form .field { flex: 1 auto; }
.mbp-footer form .field > label { display: none; }
.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 #ffffff; }
.mbp-footer form .field input { background: transparent;border-radius: 7px 0 0 7px;color: #ffffff;width: 100%; }
.mbp-footer form .actions { padding-top: 0px; }
.mbp-footer form .actions input { border-radius: 0 7px 7px 0;cursor: pointer;background: #ffffff;color: #333333;font-family: montserrat, sans-serif;font-size: 12px; }
.mbp-footer .dnd-section form legend { color: #ffffff; }

.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: disc;padding-left: 15px;display: block !important; }
.mbp-footer .span8 .hs-menu-wrapper.hs-menu-flow-vertical ul, .mbp-footer .span9 .hs-menu-wrapper.hs-menu-flow-vertical ul, .mbp-footer .span10 .hs-menu-wrapper.hs-menu-flow-vertical ul, .mbp-footer .span11 .hs-menu-wrapper.hs-menu-flow-vertical ul, .mbp-footer .span12 .hs-menu-wrapper.hs-menu-flow-vertical ul { column-count: 4; }
.mbp-footer .span4 .hs-menu-wrapper.hs-menu-flow-vertical ul, .mbp-footer .span5 .hs-menu-wrapper.hs-menu-flow-vertical ul, .mbp-footer .span6 .hs-menu-wrapper.hs-menu-flow-vertical ul, .mbp-footer .span7 .hs-menu-wrapper.hs-menu-flow-vertical ul { column-count: 3; }
.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; }

@media (max-width: 1000px) {
  .mbp-footer .f-links.span5 { width: 65%; }
  .mbp-footer .f-sub { width: 100%;margin: 10px 0 0 !important; }
}
@media (max-width: 767px) {
  .mano-text { 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; }
}




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




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

.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-recent-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-recent-posts h2 {
  text-align: center;
}

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

.mp-posts h4 { color: #003A7E; }

.blog-recent-posts__list .box { width: 32%;box-shadow: 0 0 8px rgba(0,0,0, .15);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: 20px; }
.topic-link { color: #5EB4E7;font-size: 14px;line-height: 1.2em;text-transform: uppercase;display: inline-block; }
.blog-recent-posts__list h4 a { color: #003A7E; }
.blog-recent-posts__list .more-link { color: #707070; }
.blog-recent-posts__list .more-link i { color: #F8C44F; }

.blog-sub { padding-right: 10px; }

.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 { margin: 0; }
.blog-sub form { display: -webkit-flex; display: flex;flex-wrap: wrap; }
.blog-sub form > div { order: 3; }
.blog-sub .hs_email { order: 1; }
.blog-sub .hs_submit { order: 2; }
.blog-sub .hs_recaptcha { padding-top: 5px; }
.blog-sub form > .field { flex: 1 auto; }
.blog-sub form .field > label { display: none; }
html .blog-sub form .input { padding: 0; }
.blog-sub .actions { padding-top: 0px; }
.blog-sub .field input {  border: 1px solid #003A7E;padding: 10px 10px 10px 50px;background: #fff url(https://6647721.fs1.hubspotusercontent-na1.net/hubfs/6647721/subscription-Icon.png) no-repeat 3.5% center;height: 50px;border-radius: 6px 0 0 6px;border-right: none;width: 100%; }
.blog-sub .actions input {  white-space: nowrap;height: 50px;border-radius: 0 6px 6px 0;background: #003A7E;border-color: #003A7E;padding: 10px 30px; }
.blog-sub .actions input:hover { color: #003A7E;background: transparent; }
.mp-posts { display: -webkit-flex; display: flex;-webkit-flex-wrap: wrap; flex-wrap: wrap; }
.mp-posts .mb-resource-wrapper { width: 33.33%; }

.resource-cta { background: #5EB4E7;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=Oswald, font_set=GOOGLE, styles={font-family=Oswald, font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=null, color=#003A7E, variant=null, fallback=null, style=font-family: Oswald; font-style: normal; font-weight: normal; text-decoration: none, css=color: #003A7E;font-family: Oswald;};letter-spacing: 2px; }
.resource-cta .more-link:hover { background: white;color: #5EB4E7; }
.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: #5EB4E7; }


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

.mb-resource-filter .hs-search-field input { margin-bottom: 0; }
.hs-search-field__suggestions { position: absolute;background: #ebebeb;color: #5EB4E7;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: #5EB4E7; }
html .hs-search-field__suggestions a:hover { color: #F8C44F; }
.hs-search-highlight { color: #ee6124 !important; }

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

.resource-section .post-page .right-column { padding-left: 0;width: 100%; }
.resource-section .post-page .blog-post-wrapper { width: 900px;max-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 { font-weight: 600;padding-bottom: 30px; }
.author-share a { color: #F8C44F;text-decoration: none; }
.author-share a:hover { color: #F8C44F;opacity: .8; }
.author-share a i { margin-left: 5px; }
.blog-inside-img { margin-bottom: 30px; }

.author-share { display: -webkit-flex; display: flex;-webkit-align-items: center; align-items: center; }
.author-wrapper { width: auto;display: -webkit-flex; display: flex;-webkit-align-items: center; align-items: center; }
.author-img { display: block;width: 80px;height: 80px;border-radius: 50%;position: relative;border: 3px solid white; }
.author-wrapper > div { padding: 10px 20px 10px 50px;margin-left: -30px;background: #00084c;color: white; }
.author-share .blog-share { padding: 22px 20px;background: #00084c;color: white;border-left: 3px solid white;font-size: 20px;text-transform: uppercase;border-radius: 0 6px 6px 0; }

.blog-audio { margin-bottom: 20px; }

@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; }
}
@media(max-width: 767px) {
  .blog-recent-posts__list .box { width: 100%; }
  .blog-recent-posts__list .box:nth-child(2) { margin-left: 0; }
  
  .author-share { display: block; }
  .author-wrapper > div { flex: 1;border-radius: 0 6px 6px 0; }
  .author-share .blog-share { display: block;border-left: none;font-size: 18px;border-radius: 6px; }
}
/* Error pages */

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

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@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: 700px;
  padding: 3rem 1.4rem;
}

.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-family: Merriweather, serif;
  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 */

.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 { 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: #707070;max-width: 100%;-webkit-overflow-scrolling: touch; }
body.open { overflow-y: hidden; }
img { max-width: 100%; }
a { -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) { 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) { margin-bottom:0; }
h1 { line-height: 1.1em; }
h2 { margin: 20px 0; }
h3 { margin: 20px 0; }
.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; }