 
 
 
 
 
 





*, *: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 .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: 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: 90px;
    padding-top: 90px;
  position: relative;
}
.lp-body .dnd-section:nth-child(1) { padding-top: 180px; }


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

.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 { min-height: 100%; }

.responcive-space { padding-top: 45.0px; }
.full-space { padding-top: 90px; }

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

.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%;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: #345389;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: 62.99999999999999px;padding-top: 62.99999999999999px; }
  
  .responcive-space { padding-top: 30.0px; }
  .full-space { padding-top: 62.99999999999999px; }
  .lp-body .dnd-section:nth-child(1) { padding-top: 90px; }
}
 
 
 
 
 
 





/* iframe module */
.iframe-module iframe { border: 0; max-width: 100%; }

/* News List */
.news-wrapper { min-height: 10px;display: flex;flex-wrap: wrap; }
.news-item { width: calc(50% - 20px);margin: 10px;border: 1px solid #53565a;padding: 30px;box-sizing: border-box;color: #53565a; position:relative; padding-right: 50px; }
.news-item:hover { text-decoration: none;box-shadow: 0 0 10px rgba(0,0,0, .2); }
.news-item h3 { font-size: 20px;color: #456caa; margin-top: 10px; }

.news-wrapper .more-link {
  margin-bottom: 0px;
  border-bottom: 0;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
}

.news-item .date { font-weight: bold; }

@media (max-width: 765px) {
  .news-item {
    width: 100%; 
  }
}

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

.position-left, .position-right { display: -webkit-flex; display: flex;-webkit-align-items: center; align-items: center; }
.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; }

/* Find your community form */

.communities-home-form { display: block; padding: 30px; background: white; border-radius: 3px; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); }
.communities-home-form .btn-filter-locations { width: 232px; float: left; }
.communities-home-form .commu-inner-form { width: calc(100% - 232px); float: left; }
.communities-home-form .commu-inner-form .option-combo { width: calc(50% - 7px); margin-right: 7px; }
.communities-home-form input[type=submit] { color: white; width: 100%; outline: none; border: none; padding: 10px; background:#B3C6D5; cursor: pointer; -webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;  }
.communities-home-form input[type=submit]:hover { opacity: .7; }

.option-combo { position: relative; margin-bottom: 15px; }
.option-combo i { position: absolute; top: 35%; right: 20px; z-index: 1; color: #B3C6D5; }
.option-combo label { font-weight: 300; color: #ffffff; font-size: 18px; font-weight: 400; line-height: 25px; margin-bottom: 15px; display: block; }
.option-combo .option-set { position: absolute; top: 100%; left: 0; right: 0; background-color: #ffff; padding: 0px 0px 0px; display: none; z-index: 3; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);  border-radius: 4px; border-top: none; }
.option-combo { width: 100%; float: left; position:relative; }
.option-combo > span {text-overflow: ellipsis; overflow: hidden; white-space: nowrap; display:block; cursor:pointer; position:relative; margin: 0; width:100%; height: 60px; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); border: 1px solid ; background-color: rgba(255, 255, 255, 0.95); font-size: 16px; font-weight: 400; letter-spacing: 0.32px; line-height: 25px; padding: 15px 30px; border-radius: 4px; display: block; max-width: 100%; color: #9c9c9c; }
.option-combo .option-set li { list-style: none; cursor:pointer; display: block; font-size: 16px; padding: 8px 15px; border-bottom: 1px solid #eee; }
.option-combo .option-set li:last-child { border: none; }
.option-combo .option-set a.selected,.option-combo .option-set a:hover{ background-color: ; color: #fff; }
.option-combo .option-set li { -webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out; }
.option-combo .option-set li:hover { background: #B3C6D5; color: white; }

/* Resources */

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

.resource-section .left-column .hs-search-field { width: 350px;max-width: 100%;margin-left: 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: white;display: flex;flex-direction: column;border-radius: 6px;overflow: hidden;height: 100%;border: 1px solid #d3d3d3;border-top: none; }
html .mb-resource-wrapper .mb-resource h4 { margin-bottom: 10px; }
.mb-resource .content { flex: 1 auto;padding: 15px 10% 10px; }
.mb-resource a { text-decoration: none; }
.mb-resource .more-link { margin-bottom: 15px;padding: 0 10%;text-align: right;color: #89bd40; }
.mb-resource .more-link i { color: #89bd40;font-size: 18px;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 .mb-resource-img { padding-top: 60%; }
.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: 33.33%;animation: resource-pop .4s 1; }

.mb-resource-filter { margin-top: 10px; }
.left-column.mb-resource-filter, .rl.mb-resource-filter { padding: 20px; }
.mb-resource-filter .filter-search { display: -webkit-flex; display: flex; }
.mb-resource-filter input { border-radius: 6px 0 0 6px;margin-bottom: 10px;padding: 10px;min-width: 10px;border: 1px solid #d3d3d3;border-right: none; }
.mb-resource-filter input[type="submit"] { cursor: pointer;background: white;border-radius: 0 6px 6px 0;font-family: "Font Awesome 5 Pro";border: 1px solid #d3d3d3;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 { color: #89bd40;text-decoration: none;padding: 2px 10px;cursor: pointer;opacity: 1;display: inline-block;line-height: 1.2em; }
.mb-resource-filter a:hover { opacity: .6; }
.mb-resource-filter a.selected { color: #B3C6D5;opacity: 1;font-weight: bold; }
.mb-resource-filter .clear-filters { font-family: bebas-neue,sans-serif;margin-top: 10px;font-size: 16px;letter-spacing: 1px;display: inline-block; }

.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 { color: white; background: #B3C6D5; }
.pagi-numbers a:hover, .pagi-numbers > *:hover { color: #2c5b9b; }
.pagi-numbers a.current, .pagi-numbers > .active:hover { color: white; background: #345389; }

.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: #B3C6D5;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: #89bd40; }

.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: #B3C6D5;font-family: Cormorant Garamond; }
.mb-profile .title { color: #345389;display: inline-block;margin-top: 5px;text-transform: uppercase;font-weight: 600;font-size: 18px; }
.item-footer { padding: 0 30px 30px;color: #B3C6D5; }
.item-footer a { color: #89bd40;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: #89bd40;position: absolute;left: -20px; }

/* Slider */

.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 { padding: 0 10px;height: auto; }
.mb-scroller-wrapper .item-inner { 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 0;margin-bottom: 20px;flex: 1 auto; }
.mb-scroller-wrapper h4 a, .mb-scroller-wrapper h3 a { color: #B3C6D5; }

html .row-fluid .slider-nav button { color: #B3C6D5;box-shadow: none;padding: 5px 25px;background: transparent;border-color: transparent;cursor: pointer;margin-top: 10px; }
html .row-fluid .slider-nav button:hover { background: transparent;box-shadow: none;border-color: transparent;color: #345389; }

html .more-slider-nav { display: inline-flex;align-items: 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;margin-top: 10px; }
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: 0 5px; }
html .more-slider-nav .nav-item:hover { background: #35548a; }
html .more-slider-nav .nav-item.slick-current { background: #B3C6D5; }
html .row-fluid .more-slider-nav button { color: #B3C6D5;box-shadow: none;padding: 5px 25px;background: transparent;border-color: transparent;cursor: pointer;margin-top: 10px;position: static; }
html .row-fluid .more-slider-nav button:hover { background: transparent;box-shadow: none;border-color: transparent;color: #345389; }

.mb-scroller-wrapper .slick-dots, .slider-nav .slick-dots { text-align: center;padding-top: 10px; }
.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 { border: none;cursor: pointer;font-size: 0px;padding: 10px 5px !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: #89bd40; }
.mb-scroller-wrapper .slick-dots .slick-active button:after, .slider-nav .slick-dots .slick-active button:after { background: #B3C6D5; }

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

.slick-prev, .slick-next { position: absolute; top: calc(50% - 29px); font-size: 36px; padding: 5px !important; }
.slick-prev { left: 5px; }
.slick-next { right: 5px; }

.mb-scroller-outer { position: relative; padding: 0 80px; }
.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; }

/* Accordion */

.ex-item { border-radius: 6px;background: #B3C6D5;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: #a9bccb; }
.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: #a9bccb; }
.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: #89bd40; }
.bg-nav .slick-dots .slick-active button { background: #B3C6D5; }

/* 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:  #89bd40; }
.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: #5e6e8c; }
.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: #89bd40; }
.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: #89bd40; }
.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: #89bd40; }

/* 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; width: 100%; }

@media(max-width: 991px) {
  .port-list .port-item { width: calc(33.33% - 20px); }
  .displayed-resources .mb-resource-wrapper { width: 50%; }
}
@media(max-width: 767px) {
  .displayed-resources .mb-resource-wrapper { width: 100%; }
  .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; }
  html .more-slider-nav .nav-item { width: 30px !important; height: 30px !important; }
}
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 { padding-bottom: 30px; font-family: Cormorant Garamond;color: #B3C6D5;margin: 0;padding: 7%; }
.dnd-section .blog-sub h3.form-title { padding: 0px; }

.dnd-section .widget-type-form { background: #FFFFFF;border-radius: 6px;overflow: hidden; }
.dnd-section .widget-type-form form { padding: 7%; }
.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;
}
.contact-popup .hs-button { margin-top: 20px; }

/* 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;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 16px 20px;
  width: 100%;
  border-radius: 3px;
}
.dnd-section .field.hs-form-field > label { display: none; }
.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: 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: 110% !important;
  margin-right: -8px !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;
}

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

/* Form help text */

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

/* 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: #7e858d;
  color: #7e858d;
  background: #f3f3f3;
}
.dnd-section input::-webkit-input-placeholder { color: #7e858d; }
.dnd-section input:-ms-input-placeholder { color: #7e858d; }
.dnd-section input::placeholder { color: #7e858d; }

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

/* 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: #6b8cc2;
  border: 0px solid #B3C6D5;
  border-radius: 0px;
  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: 0px solid #B3C6D5;
  color: #FFFFFF;
}

.dnd-section form input[type=submit]:active,
.dnd-section form .hs-button:active {
  background-color: rgba(147, 180, 234, 1.0);
  border-color: #dbeefd;
  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 { 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(53, 84, 138,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 */

.nav-button { display: inline-block;padding: 10px 15px;border-radius: 6px; }
.nav-button:hover { text-decoration: none; }

.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: 18px;display: block; }
a svg { -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; }

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

.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: 0px; }

.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: #7e858d;border-bottom: 5px solid #B3C6D5;box-shadow: 0 0 5px rgba(0,0,0, .3); }
.contact-bubble .contact-info a { color: #7e858d; }
.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: #B3C6D5; }
.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;background: #ffffff;;border-bottom: 5px solid #B3C6D5;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: #7e858d; }
.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: Cormorant Garamond;color: #B3C6D5;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: Cormorant Garamond;font-size: 18px;padding: 7px 25px;
  background: #6b8cc2;
  color: #FFFFFF !important;border:0px solid #B3C6D5;border-radius: 0px;box-shadow: rgba(53, 84, 138,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(53, 84, 138,1) 300px 0 10px -10px inset; }



@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: 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: #666666; }
.scroll .ham-wrap > span { background: ; }
.sticky-header.sticky-true .ham-wrap > span { background: #666666; }
.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: #B3C6D5; }
.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: #203f75;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: #345389;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: #203f75;border: 1px solid #203f75;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: #89bd40; }
.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%; }

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


@media (max-width: 992px) {
  .hide-mobile { display: none !important; }
}
.mbp-footer { position: relative;background: #35548A;color: #ffffff;font-size: 12px;width: 100%; }
.lp-footer { padding: 0px; }
.mbp-footer h3 { font-family: Cormorant Garamond;color: #ffffff !important;font-size: 18px;margin-bottom: 10px !important;letter-spacing: 1px;font-weight: normal; }
.mbp-footer p { font-size: 12px; }
.mbp-footer a { color: #93b3c0;text-decoration: none;opacity: 1; }
.mbp-footer a:hover { color: #ffffff;opacity: .8; }
.footer-bottom { background: rgba(0, 0, 0, 0.3);padding: 10px 0; }
.footer-social { margin: 40px 0; font-size: 18px; text-align: center; }
.footer-social a { text-align: center; margin: 0 3px;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 .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 #032258; }
.mbp-footer form .field input { background: #032258;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;color: #3f5e94;font-family: montserrat, sans-serif;font-size: 12px; }
.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: #3f5e94;
}
.mbp-footer form input::-moz-placeholder { /* Firefox 19+ */
  color: #3f5e94;
}
.mbp-footer form input:-ms-input-placeholder { /* IE 10+ */
  color: #3f5e94;
}
.mbp-footer form input:-moz-placeholder { /* Firefox 18- */
  color: #3f5e94;
}

.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; }
.footer-row div { max-width: 100%; }
.footer-row .additional-columns { flex: 1 auto;padding: 0 10px; }
.additional-columns > div { display: flex; }
.additional-columns .column { flex: 1 auto;padding: 0 10px; }
.column:not(.count-1) li { display: block;width: 100%; }
.column li a { padding: 5px 10px; }
.column-width { padding-bottom: 10px;max-width: 100%; }

@media (max-width: 1000px) {
  .footer-row { display: block; }
  .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) {
  .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;
  }
}




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

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

.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 { color: #B3C6D5;font-size: 14px;line-height: 1.2em;text-transform: uppercase;display: inline-block; }
.blog-recent-posts__list h4 a { color: #7e858d; }
.blog-recent-posts__list .more-link { color: #89bd40; }
.blog-recent-posts__list .more-link i { color: #89bd40; }

.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 { margin: 0; }
.blog-sub form { display: -webkit-flex; display: flex; }
.blog-sub form > .field { flex: 1 auto;max-width: 300px; }
.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 #B3C6D5;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: 0px 0 0 0px;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: #6b8cc2;
  border: 0px solid #B3C6D5;
  border-radius: 0 0px 0px 0;
  color: #FFFFFF;
  padding: 5px 15px;
  white-space: nowrap;
  height: 60px;
  font-family: ;
  box-shadow: 3px 3px 10px rgba(0,0,0, .2), rgba(53, 84, 138,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(53, 84, 138,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: 33.33%; }

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


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

.mb-resource-filter .hs-search-field input { margin-bottom: 0; }
.hs-search-field__suggestions { position: absolute;background: #ebebeb;color: #345389;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: #345389; }
html .hs-search-field__suggestions a:hover { color: #89bd40; }
.hs-search-highlight { color: #89bd40 !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: #89bd40;text-decoration: none; }
.author-share a:hover { color: #89bd40;opacity: .8; }
.author-share a i { margin-left: 5px; }
.blog-inside-img { margin: 0 auto 30px;display: block; }

.author-share { display: -webkit-flex; display: flex; }
.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 { padding-left: 10px;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: 950px) {
  .blog-recent-posts__list .box { width: 49%; }
  .mp-posts .mb-resource-wrapper { width: 50%; }
  .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; }
  .blog-pagin-wrapper a { margin-left: 20px;padding: 5px; }
  .mp-posts .mb-resource-wrapper { width: 100%; }
  .topic-link .topic-link { margin-bottom: 20px; }
}
/* Error pages */

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

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  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: 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 */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}
.password-container {
  padding-top: 200px;
}

/* 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 { overflow-x: hidden;margin: 0;font-family: montserrat, sans-serif;font-size: ;line-height: 1.5em;color: #7e858d;max-width: 100%;-webkit-overflow-scrolling: touch; }
iframe { max-width: 100%; }
body.open { overflow-y: hidden;height: 100vh; }

img { max-width: 100%; }
a, button, .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; }
h2 { margin: 20px 0; }
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; }