*, *: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: 1px;
    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: auto;
        margin-left: 0;
    }
}

@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: 1px;
        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: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .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: 1px;
        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%;
    }
}

/* 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;
    }
}

@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 ;
    }
}
.banner-section .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.banner-section .dnd-section {
  padding: 0;
}
@font-face {
  font-family: "Nanum Gothic";
  src: url("https://fonts.gstatic.com/s/nanumgothic/v21/PN_3Rfi-oW3hYwmKDpxS7F_z-7rJxHVIsPV5MbNO2rV2_va-Nv6p.119.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+20-22, U+27-2A, U+2C-38, U+3A-3B, U+3F, U+41-47, U+4A-4C, 
    U+4F-5D, U+61-7B, U+7D, U+A1, U+AB, U+AE, U+B7, U+BB, U+BF,
    U+2013-2014, U+201C-201D, U+2122, U+AC00, U+ACE0, U+AE30, U+B2E4,
    U+B85C, U+B9AC, U+C0AC, U+C2A4,
    U+C2DC, U+C774, U+C778, U+C9C0, U+D558;
}
@font-face {
  font-family: "Nanum Gothic";
  src: url("https://fonts.gstatic.com/s/nanumgothic/v21/PN_3Rfi-oW3hYwmKDpxS7F_z-7rJxHVIsPV5MbNO2rV2_va-Nv6p.118.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+39, U+49, U+4D-4E, U+A0, U+AC04, U+AC1C, U+AC70, U+AC8C, U+ACBD,
    U+ACF5, U+ACFC, U+AD00, U+AD6C, U+ADF8, U+B098, U+B0B4, U+B294, U+B2C8, U+B300, U+B3C4, U+B3D9, U+B4DC, U+B4E4, U+B77C, U+B7EC, U+B85D, U+B97C, U+B9C8,
    U+B9CC, U+BA54, U+BA74, U+BA85, U+BAA8, U+BB34, U+BB38, U+BBF8, U+BC14, U+BC29,
    U+BC88, U+BCF4, U+BD80, U+BE44, U+C0C1, U+C11C, U+C120, U+C131, U+C138, U+C18C, U+C218, U+C2B5, U+C2E0, U+C544, U+C548, U+C5B4, U+C5D0, U+C5EC, U+C5F0,
    U+C601, U+C624, U+C694, U+C6A9, U+C6B0, U+C6B4, U+C6D0, U+C704, U+C720, U+C73C,
    U+C740, U+C744, U+C74C, U+C758, U+C77C, U+C785, U+C788, U+C790-C791, U+C7A5, U+C804,
    U+C815, U+C81C, U+C870, U+C8FC, U+C911, U+C9C4, U+CCB4, U+CE58,
    U+CE74, U+D06C, U+D0C0, U+D130, U+D2B8, U+D3EC, U+D504, U+D55C, U+D569, U+D574, U+D638, U+D654, U+D68C;
}
@font-face {
  font-family: "Nanum Gothic";
  src: url("https://fonts.gstatic.com/s/nanumgothic/v21/PN_3Rfi-oW3hYwmKDpxS7F_z-7rJxHVIsPV5MbNO2rV2_va-Nv6p.117.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+D, U+48, U+7C, U+AC10, U+AC15, U+AC74, U+AC80, U+AC83, U+ACC4, U+AD11, U+AD50, U+AD6D, U+ADFC, U+AE00, U+AE08, 
    U+AE4C, U+B0A8, U+B124, U+B144, U+B178, U+B274, U+B2A5, U+B2E8, U+B2F9, U+B354, U+B370, U+B418, U+B41C,
    U+B4F1, U+B514, U+B798, U+B808, U+B824-B825, U+B8CC, U+B978, U+B9D0, U+B9E4, U+BAA9, U+BB3C, U+BC18, U+BC1C,
    U+BC30, U+BC84, U+BCF5, U+BCF8, U+BD84, U+BE0C, U+BE14, U+C0B0, U+C0C9, U+C0DD, U+C124, U+C2DD, U+C2E4, U+C2EC, U+C54C,
    U+C57C-C57D, U+C591, U+C5C5-C5C6, U+C5ED, U+C608, U+C640, U+C6B8, U+C6D4, U+C784, U+C7AC, U+C800-C801, U+C9C1,
    U+C9D1, U+CC28, U+CC98, U+CC9C, U+CCAD, U+CD5C, U+CD94, U+CD9C, U+CDE8, U+CE68, U+CF54, U+D0DC, U+D14C, U+D1A0, U+D1B5,
    U+D2F0, U+D30C, U+D310, U+D398, U+D45C, U+D50C, U+D53C, U+D560, U+D568, U+D589, U+D604, U+D6C4, U+D788;
}
@font-face {
  font-family: "Nanum Gothic";
  src: url("https://fonts.gstatic.com/s/nanumgothic/v21/PN_oRfi-oW3hYwmKDpxS7F_LQv37yzkx1Yl3P690375P--a0I5vFgZwP.119.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  unicode-range: U+20-22, U+27-2A, U+2C-38, U+3A-3B, U+3F, U+41-47, U+4A-4C, U+4F-5D, 
    U+61-7B, U+7D, U+A1, U+AB, U+AE, U+B7, U+BB, U+BF, U+2013-2014, U+201C-201D, U+2122, 
    U+AC00, U+ACE0, U+AE30, U+B2E4, U+B85C, U+B9AC, U+C0AC, U+C2A4,
    U+C2DC, U+C774, U+C778, U+C9C0, U+D558;
}
@font-face {
  font-family: "Nanum Gothic";
  src: url("https://fonts.gstatic.com/s/nanumgothic/v21/PN_oRfi-oW3hYwmKDpxS7F_LQv37yzkx1Yl3P690375P--a0I5vFgZwP.117.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  unicode-range: U+D, U+48, U+7C, U+AC10, U+AC15, U+AC74, U+AC80, U+AC83, U+ACC4, U+AD11, U+AD50, U+AD6D, U+ADFC, U+AE00, 
    U+AE08, U+AE4C, U+B0A8, U+B124, U+B144, U+B178, U+B274, U+B2A5, U+B2E8, U+B2F9, U+B354, U+B370, U+B418, U+B41C,
    U+B4F1, U+B514, U+B798, U+B808, U+B824-B825, U+B8CC, U+B978, U+B9D0, U+B9E4, U+BAA9, U+BB3C, U+BC18, U+BC1C,
    U+BC30, U+BC84, U+BCF5, U+BCF8, U+BD84, U+BE0C, U+BE14, U+C0B0, U+C0C9, U+C0DD, U+C124, U+C2DD, U+C2E4, U+C2EC, U+C54C,
    U+C57C-C57D, U+C591, U+C5C5-C5C6, U+C5ED, U+C608, U+C640, U+C6B8, U+C6D4, U+C784, U+C7AC, U+C800-C801, U+C9C1,
    U+C9D1, U+CC28, U+CC98, U+CC9C, U+CCAD, U+CD5C, U+CD94, U+CD9C, U+CDE8, U+CE68, U+CF54, U+D0DC, U+D14C, U+D1A0, U+D1B5,
    U+D2F0, U+D30C, U+D310, U+D398, U+D45C, U+D50C, U+D53C, U+D560, U+D568, U+D589, U+D604, U+D6C4, U+D788;
}

@font-face { 
  font-family: "Nanum Gothic"; src: url("https://fonts.gstatic.com/s/nanumgothic/v21/PN_oRfi-oW3hYwmKDpxS7F_LQv37yzkx1Yl3P690375P--a0I5vFgZwP.119.woff2") format("woff2");
  font-style: normal; 
  font-weight: 700;
  font-display: swap;
  unicode-range: U+20-22, U+27-2A, U+2C-38, U+3A-3B, U+3F, U+41-47, U+4A-4C, U+4F-5D, U+61-7B, 
    U+7D, U+A1, U+AB, U+AE, U+B7, U+BB, U+BF, U+2013-2014, U+201C-201D, U+2122, U+AC00, U+ACE0,
    U+AE30, U+B2E4, U+B85C, U+B9AC, U+C0AC, U+C2A4, U+C2DC, U+C774, U+C778, U+C9C0, U+D558;
}


@font-face {
  font-family: "fmgicons2";
  src: url("https://23541660.fs1.hubspotusercontent-na1.net/hubfs/23541660/raw_assets/public/FloridaRetirementResources_January2023/font/fmgicons2.eot") format("embedded-opentype"), 
    url("https://23541660.fs1.hubspotusercontent-na1.net/hubfs/23541660/raw_assets/public/FloridaRetirementResources_January2023/font/fmgicons2.woff") format("woff"),
      url("https://23541660.fs1.hubspotusercontent-na1.net/hubfs/23541660/raw_assets/public/FloridaRetirementResources_January2023/font/fmgicons2.ttf") format("truetype"),
        url("https://23541660.fs1.hubspotusercontent-na1.net/hubfs/23541660/raw_assets/public/FloridaRetirementResources_January2023/font/fmgicons2.svg") format("svg");
          font-style: normal;
          font-weight: normal;
          }
@font-face {
  font-family: "FontAwesome";
  src: url("https://23541660.fs1.hubspotusercontent-na1.net/hubfs/23541660/raw_assets/public/FloridaRetirementResources_January2023/font/fontawesomewebfont.eot") format("embedded-opentype"), 
    url("https://23541660.fs1.hubspotusercontent-na1.net/hubfs/23541660/raw_assets/public/FloridaRetirementResources_January2023/font/fontawesomewebfont.woff2") format("woff2"),
      url("https://23541660.fs1.hubspotusercontent-na1.net/hubfs/23541660/raw_assets/public/FloridaRetirementResources_January2023/font/fontawesomewebfont.woff") format("woff"),
        url("https://23541660.fs1.hubspotusercontent-na1.net/hubfs/23541660/raw_assets/public/FloridaRetirementResources_January2023/font/fontawesomewebfont.ttf") format("truetype"),
          url("https://23541660.fs1.hubspotusercontent-na1.net/hubfs/23541660/raw_assets/public/FloridaRetirementResources_January2023/font/fontawesomewebfont.svg") format("svg");
            font-style: normal;
            font-weight: normal;
            }
@font-face { font-family: "Lato"; 
  src: url("https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjx4wXg.woff2") format("woff2");
  font-style: normal;
  font-weight: 400; 
  unicode-range: U+0-FF, U+131, U+152-153,
    U+2BB-2BC, U+2C6, U+2DA, U+2DC, 
    U+2000-206F,  U+2074, U+20AC,
    U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF,  U+FFFD; 
}
@font-face {
  font-family: "Lato"; 
  src: url("https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVSwiPGQ.woff2") format("woff2"); 
  font-style: normal; 
  font-weight: 700; 
  unicode-range: U+0-FF, U+131, U+152-153, 
    U+2BB-2BC, U+2C6, 
    U+2DA, U+2DC, U+2000-206F, U+2074,
    U+20AC, U+2122, U+2191, U+2193, 
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face { font-family: "Playfair Display";
  src: url("https://fonts.gstatic.com/s/playfairdisplay/v30/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvXDXbtM.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, 
    U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body {
    overflow-x: hidden;
}
html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
}

/* Paragraphs */

p {
  margin-top: 15px;
  margin-bottom: 15px;
}
img{
  max-width:100%;
  vertical-align:middle;
}
/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  transition: all .2s ease;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 30px 0 15px;
  line-height:normal;
}
h2{
  margin-bottom:10px;
}
/* Lists */

ul,
ol {
  padding-left:40px;
  margin-top:16px;
  margin-bottom:16px;
  line-height:normal;
}

ul ul,
ol ul,
ul ol,
ol ol {
  padding-left:40px;
  margin-top:16px;
  margin-bottom:16px;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 16px 0;
  padding-left:20px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 30px;
}

/* Labels */

form label, form legend {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: normal;
}


/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  display: inline-block;
}

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

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

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

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

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

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: 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;
}

/* GDPR */

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

/* Validation */

.hs-form-required {
  color: #e75344 !important;
}

.hs-input.invalid.error {
  border-color: 1px solid #e75344 !important
}

.hs-error-msg,label.hs-main-font-element {
  color: #e75344 !important;
  font-size:16px;
  line-height:notrmal;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all .2s ease-out;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea {
  width: 100%;
  height: 60px;
  padding: 20px;
  border: solid 1px #e1e1e1;
  border-radius: 0;
  outline: none;
  font-family: "Lato",sans-serif;
  font-size: 16px;
  margin-top: 5px;
}
form input[type=text]:focus, form input[type=email]:focus, form input[type=password]:focus, form input[type=tel]:focus, form input[type=number]:focus, form input[type=file]:focus, form select:focus, form textarea:focus {
  outline: none;
}
form input[type=submit], form .hs-button, button, .button {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0;
  border-style: solid;
  margin-top: 25px;
  margin-bottom: 10px;
}
input.error {
  box-shadow: 0 0 5px #e75344 !important;
  border: 1px solid #e75344 !important;
}
ul.no-list.hs-error-msgs li label{
  color:#e75344 !important;
}
@media (max-width: 479px) {

  .hs_recaptcha {
    overflow-y: auto;
  }

}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header-wrapper {
  min-height: 177px;
}

.cst-header {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
.floating-broker-check {
  width: auto;
  height: 40px;
  background: #f6f6f6;
  border-bottom: solid 2px #e4e4e4;
  order: -1;
}

.floating-broker-check a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
}
.floating-broker-check a img.hs-image-widget {
  width: 150px !important;
  vertical-align: middle;
}
.header-social-sidebar {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: auto;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.header-social-sidebar>div a {
  width: 45px;
  height: 45px;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 1px 1px rgb(0 0 0 / 8%), 0 2px 2px rgb(0 0 0 / 12%), 0 4px 4px rgb(0 0 0 / 16%), 0 8px 8px rgb(0 0 0 / 20%);
  opacity: .7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.header-social-sidebar>div a:first-child {
  background: #3b5998;
}

.header-social-sidebar>div a:nth-child(2) {
  background: #1b3356;
}

.header-social-sidebar>div a:last-child {
  background: #f47721;
}
.header-wrapper.lp {
  min-height: 199px;
}

.header-social-sidebar>div a i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 24px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.fa-facebook:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.header-topbar {
  width: 100%;
  color: #fff;
}
.header-social-sidebar>div a:hover {
  opacity: 1;
}
.header-top-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  font-size: 14px;
}
.header-top-inner .left {
  display: none;
}
.header-top-inner .right {
  display: flex;
}
.header-top-inner .right .top {
  display: none;
  color: #fff;
}
.header-top-inner .right .bottom {
  width: 100%;
  height: 100%;
  padding-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header-top-inner .right .bottom a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  white-space: nowrap;
  background: #368ebf;
  background-color: #f47721;
  color: #fff;
  border-color: #fff;
  border: none;
  padding: 12px 25px;
}
i.c-icn--lockopen {
  display: flex;
  align-items: center;
  margin-right: 8px;
  font-size: 17px;
}
i.c-icn--lockopen:before {
  display: inline-block;
  font-family: "fmgicons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "fmgicons2";
  content: "N";
}
.header-top-inner .right .top a {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: rgba(51,51,51,.15);
  color: #f6f6f6;
  font-size: 16px;
}
.header-top-inner .right .top a i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header-topbar {
  font-family: Helvetica, sans-serif;
}
.header-top-inner .left .top {
  margin-right: 25px;
  display: none;
}
.header-top-inner .left .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-top-inner .left .top a {
  color: #f6f6f6;
}
p.c-topbar-address--link {
  margin: 0;
}
p.c-topbar-address--link i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1em;
  text-align: center;
  color: #fff;
}
.header-topbar-container.page-center {
  padding-left: 0;
  padding-right: 0;
}
p.c-topbar-address--link i:before {
  content: "";
}
p.c-topbar-address--link {
  color: #f6f6f6;
}
.header-top-inner .right .bottom a {
  font-size: 16px;
}
.header-top-inner .left .bottom .right-mail a,.header-top-inner .left .bottom .left-email a {
  color: #f6f6f6;
  font-size:16px;
}
.header-top-inner .left .bottom .right-mail a i,.header-top-inner .left .bottom .left-email a i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1em;
  text-align: center;
  margin-right: 7px;
  color: #fff;
}
p.c-topbar-address--link i,.header-top-inner .left .bottom .left-email a i, .header-top-inner .left .bottom .right-mail a i {
  position: relative;
  left: 2px;
}
.header-top-inner .right .top a:hover {
  background: #3b5998;
}
.header-top-inner .right .bottom a:hover {
  background-color: #e6640b;
  color: #fff;
  border-color: rgba(255,255,255,0);
  border: none;
}

.header-top-inner .left .top p:hover, .header-top-inner .left .bottom .left-email a:hover, .header-top-inner .left .bottom .right-mail a:hover {
  color: #f47721;
}

.header-bottom-container.page-center {
  padding-left: 0;
  padding-right: 0;
}
.header-bottominner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-bottom-logo {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 55px;
  margin-bottom: 55px;
  display: none;
}
.header-bottom-logo a {
  display: flex;
  align-items: flex-end;
}
.header-bottom-menu {
  padding: 5px 0;
  height: 100%;
}
.header-bottom-menu4 {
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 10%;
  opacity: 1;
  -webkit-transition: all 351.442ms ease 0ms;
  transition: all 351.442ms ease 0ms;
  display: block;
  background: #1b3356;
  left: 30px;
}
.c-topnav__navwrapper {
  width: 100%;
  height: 93%;
  position: fixed;
  top: 60px;
  opacity: 0;
  visibility: hidden;
  z-index: 1035;
  -webkit-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
  -moz-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
  -ms-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
  -o-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
}
.header-bottom-menu3 .client {
  display: flex;
  flex-wrap: wrap;
  flex: 0 1 auto;
  flex-direction: column;
  width: auto;
  position: relative;
  min-width: 58px;
  transition: background .2s 0s;
  border-bottom: none;
  -webkit-transition-delay: .09404s;
  transition-delay: .09404s;
}
.header-bottom-menu3 .menu .hs-menu-wrapper>ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 0;
  justify-content: flex-end;
}
.header-wrapper.lp .header-bottom-logo a img {
  width: 168px !important;
}
.header-wrapper.lp .header-topbar {
  font-family: 'Lato', sans-serif !important;
}

.header-bottom-menu3 .menu .hs-menu-wrapper>ul>li {
  position: relative;
  min-width: 58px;
}
.header-bottom-menu3 .menu .hs-menu-wrapper>ul>li a {
  display: block;
  font-family: "Nanum Gothic",sans-serif;
  transition: background .2s 0s;
}
.header-bottom-menu3 .menu .hs-menu-wrapper>ul>li>a {
  background: rgba(255,255,255,0);
  color: #000;
}
.header-bottom-menu3 .menu .hs-menu-wrapper>ul>li:hover a span:after {
  right: 0;
}

.header-bottom-menu3 .menu .hs-menu-wrapper>ul>li>ul {
  background: rgba(27,51,86,0.95);
}
.header-bottom-menu3 .menu .hs-menu-wrapper>ul>li>ul>li {
  position: relative;
}
.header-bottom-menu3 .menu .hs-menu-wrapper>ul>li>ul>li>a {
  display: block;
  width: 100%;
  padding: 5px 10px;
  color: #fff;
}

.header-bottom-menu3 .menu .hs-menu-wrapper>ul>li>ul>li:hover a {
  color: #fff;
}
.header-bottom-menu3 .menu .hs-menu-wrapper>ul>li>ul>li:hover {
  background: #f47721;
}
.header-bottom-menu2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.cst-header {
  line-height: normal;
}
.header-social-sidebar>div a:nth-child(2) {
  margin-top: 10px;
  margin-bottom: 10px;
}
.header-bottom-menu3 .menu .hs-menu-wrapper>ul>li.active-branch>a {
  opacity: .8;
}
.header-bottom-menu3 .menu .hs-menu-wrapper>ul>li.active-branch a span:after {
  right: 0;
}
.header-social-sidebar>div a:nth-child(2):hover,
.header-social-sidebar>div a:nth-child(3):hover{
  background: #eaeaea;
}

.header-social-sidebar>div a:nth-child(2):hover i,
.header-social-sidebar>div a:nth-child(3):hover i{
  color: #1b3356;
}
.mission-page-4 fieldset.form-columns-3 {
  margin-left: -30px;
}

.header-bottom-menu3 .menu .hs-menu-wrapper>ul>li:nth-child(6):before {
  content: '';
  display: block;
  position: absolute;
  bottom: -13px;
  height: 22px;
  width: 100%;
  background: transparent;
  top: 27px;
}
.header-bottom-menu3 .menu .hs-menu-wrapper>ul>li:nth-child(6) {
  z-index:100;
}

@media (min-width: 768px){

  .header-bottom-menu2 {
    display: none;
  }
  .header-bottom-menu3 {
    width: 60%;
    opacity: 1;
    visibility: visible;
    -o-transition: ease-in .2s all;
    -moz-transition: ease-in .2s all;
    -webkit-transition: ease-in .2s all;
    transition: ease-in .2s all;
  }
}
@media (min-width: 992px){
  .cst-header {
    background: rgba(255,255,255,0);
    box-shadow: 0px 6px 12px 0px rgb(154 154 154 / 25%);
  }
  .header-bottom-menu4 {
    display: none;
  }

  .header-bottom-menu3 {
    left: -100%;
  }
  .header-bottom-menu3 .menu .hs-menu-wrapper>ul>li:hover>a {
    opacity: .8;
  }
  .header-bottom-menu3 .menu .hs-menu-wrapper>ul>li:hover>ul {
    display: block;
  }
  .header-bottom-menu3 .menu .hs-menu-wrapper>ul>li>a {
    padding: 0.5rem;
  }
  .header-bottom-menu3 .menu .hs-menu-wrapper>ul>li>ul>li>a {
    padding: 1.25rem;

  }
  .header-bottom-menu3 .menu .hs-menu-wrapper>ul>li>ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    -webkit-transition: all .3s ease-in-out 0s,visibility 0s linear .3s,z-index 0s linear .01s;
    transition: all .3s ease-in-out 0s,visibility 0s linear .3s,z-index 0s linear .01s;
    min-width: 250px;
  }

  .header-bottom-menu3 .menu .hs-menu-wrapper>ul>li>a span:after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #8bbcb9;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: #1b3356;
  }
  .header-bottom-menu3 .menu .hs-menu-wrapper>ul>li>a span {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding: 0 0 0.5rem;
    border-bottom: 2px solid transparent;
  }
  .header-bottom-menu3 .client {
    display: none;
  }
  .header-bottom-menu3 .menu .hs-menu-wrapper>ul {
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
    height: 100%;
  }
  .header-bottom-menu3 .menu .hs-menu-wrapper>ul>li>a {
    background: rgba(255,255,255,0);
  }
  .header-bottom-menu3 .menu .hs-menu-wrapper>ul>li:not(:last-child) {
    position: relative;
    min-width: 58px;
    margin-right: 30px;
  }
  .header-bottom-menu3 {
    position: static;
    width: 100%;
    height: 100%;
    background: none;
    filter: none;
    overflow: visible;
  }
  .header-bottom-logo a img {
    width: 141px !important;
    max-width: 300px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header-bottom-menu {
    margin-left: auto;
  }
  .header-bottom-logo {
    flex-direction: row;
    margin: 0;
    display: flex;
  }
  .header-bottominner {
    flex-direction: row;
    padding: 10px 0;
  }
  .header-top-inner .left .bottom .right-mail a {
    width: 90%;
  }
  .header-top-inner .left .bottom .left-email {
    margin-right: 25px;
    white-space: nowrap;
  }
  .header-top-inner .left .bottom {
    flex-direction: row;
  }

  .header-top-inner .right .bottom {
    width: auto;
    margin-left: 20px;
    padding-top: 0;
  }
  .header-top-inner .left .top {
    white-space: nowrap;
    display: block;
  }
  .header-top-inner .right .top a {
    width: 45px;
    height: 100%;
    background: rgba(255,255,255,.15);
  }
  .header-top-inner .right .bottom a {
    padding: 0 25px;
  }

  .header-top-inner .right {
    height: 100%;
  }
  .header-top-inner .right .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    margin-left: auto;
  }
  .header-topbar {
    background: #1b3356;
  }
  .header-top-inner .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    margin-right: auto;
  }
  .header-bottom {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff;
  }

  .header-top-inner {
    flex-direction: row;
    height: 40px;
    justify-content: flex-end;
  }
  .floating-broker-check {
    width: 205px;
    height: 40px;
    background: rgba(246,246,246,.85);
    position: fixed;
    bottom: 0;
    right: 80px;
    z-index: 9999;
    margin-top: 0;
    padding-top: 0;
  }
  .header-social-sidebar {
    height: 300px;
    top: 25%;
  }
  .header-bottom-menu1 {
    display:none;
  }
}
@media (max-width: 1400px) and (min-width:992px){
  .header-bottom-menu3 .menu .hs-menu-wrapper>ul>li:nth-child(6)>ul {
    left: auto;
    right: 0;
  }
}
@media (max-width: 1280px) and (min-width:992px){
  .header-bottom-menu3 .menu .hs-menu-wrapper>ul>li:not(:last-child) {
    margin-right: 20px;
  }
  .header-bottom-menu3 .menu .hs-menu-wrapper>ul>li>a ,.header-bottom-menu3 .menu .hs-menu-wrapper>ul>li>ul>li>a{
    font-size: 14px;
  }
  .header-top-inner .left .bottom .left-email a, .header-top-inner .left .bottom .right-mail a {
    color: #f6f6f6;
    font-size: 12px;
  }
  p.c-topbar-address--link {
    font-size: 12px;
  }

}

@media (max-width: 991px){
  .header-topbar-container.page-center {
    display: none;
  }
  .floating-broker-check {
    margin-top: 60px;
  }
  .socialIconExpand {
    width: 45px;
    height: 80px;
    border-bottom-right-radius: 90px;
    border-top-right-radius: 90px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%), 0 2px 2px rgb(0 0 0 / 12%), 0 4px 4px rgb(0 0 0 / 16%), 0 8px 8px rgb(0 0 0 / 20%);
    display: flex;
    padding-left: 10px;
    align-items: center;
    cursor: pointer;
    background: #1b3356;
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
  }
  .header-wrapper.lp {
    min-height: 100px;
  }
  .header-wrapper {
    min-height: 100px;
  }
  .socialIconExpand i {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 24px;
  }
  .socialIconExpand i:before {
    content: "";
  }
  .socialIconExpand.opened i:before {
    content: "";
  }
  .header-social-sidebar.minus {
    width: 100%;
    background: rgba(0,0,0,0.7);
  }
  .header-social-sidebar>div a{
    display:none;
  }
  .header-social-sidebar.minus>div a:first-child {
    display: flex;
    position: relative;
    left: 3.67394e-15px;
    top: -60px;
  }
  .header-social-sidebar.minus>div a:nth-child(2) {
    left: 60px;
    top: 0px;
    display: flex;
    position: relative;
  }
  .header-social-sidebar.minus>div a:last-child {
    left: 3.67394e-15px;
    top: 60px;
    display: flex;
    position: relative;
  }
  .header-menu-section nav {
    background: #fff;
    height: 60px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0px 6px 12px 0px rgb(154 154 154 / 25%);
  }
  .header-bottom-menu1 {
    background: transparent;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(0, -50%);
    z-index: 1035;
    left: 0;
  }
  .hamburger {
    z-index: 1;
    width: 60px;
    height: 60px;
    padding: 6.6px 13.3px;
    background: transparent;
    border-radius: 0 0.12em 0.12em 0;
    cursor: pointer;
    transition: box-shadow .4s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ham-inner {
    position: relative;
    flex: none;
    width: 100%;
    height: 2px;
    background: #fefefe;
    transition: all .4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1b3356;
  }
  .ham-inner:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fefefe;
    transition: all .4s ease;
    top: 10px;
    background: #1b3356;
  }
  .ham-inner:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fefefe;
    transition: all .4s ease;
    background: #1b3356;
  }
  .header-bottom-menu2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
  .header-bottom-menu2 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .header-bottom-menu2 a img {
    width: 66px !important;
    vertical-align: middle;
  }
  body.open-menu  .header-bottom-menu4 {
    width: 2000px;
    height: 2000px;
    top: -560px;
    left: -565px;
    -webkit-transition: all 400ms cubic-bezier(1, 0.995, 0.99, 1);
    -moz-transition: all 400ms cubic-bezier(1, 0.995, 0.99, 1);
    -ms-transition: all 400ms cubic-bezier(1, 0.995, 0.99, 1);
    -o-transition: all 400ms cubic-bezier(1, 0.995, 0.99, 1);
    transition: all 400ms cubic-bezier(1, 0.995, 0.99, 1);
  }
  .header-bottom-menu3 {
    width: 100%;
    height: 93%;
    position: fixed;
    top: 60px;
    opacity: 0;
    visibility: hidden;
    z-index: 1035;
    -webkit-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
    -moz-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
    -ms-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
    -o-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
    transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
  }
  body.open-menu  .header-bottom-menu3 {
    opacity: 1;
    visibility: visible;
    overflow: auto;
    z-index: 1035;
    -webkit-transition: all 100ms cubic-bezier(1, 0.995, 0.99, 1);
    -moz-transition: all 100ms cubic-bezier(1, 0.995, 0.99, 1);
    -ms-transition: all 100ms cubic-bezier(1, 0.995, 0.99, 1);
    -o-transition: all 100ms cubic-bezier(1, 0.995, 0.99, 1);
    transition: all 100ms cubic-bezier(1, 0.995, 0.99, 1);
    width: 100%;
    background: #1b3356;
  }
  body.open-menu .ham-inner {
    transform: rotate(135deg);
    background: #fff;
  }
  body.open-menu .ham-inner:before {
    top: 0;
    transform: rotate(90deg);
    background: #fff;
  }
  body.open-menu  .ham-inner:after {
    background: #fff;
    opacity: 0;
  }
  body.open-menu  a.back-to-top {
    z-index: 0;
  }
  .header-bottom-menu3 .menu .hs-menu-wrapper>ul>li>a {
    padding: 1.25rem 1.5rem;
    color: #fff !important;
    background: rgba(255,255,255,0);
  }

  .header-bottom-menu3 .menu .hs-menu-wrapper>ul>li>ul {
    background: rgba(27,51,86,0.95);
    padding: 10px 20px;
  }
  .header-bottom-menu3 .menu .hs-menu-wrapper>ul>li>ul>li {
    padding: 10px 0;
  }
  .header-bottom-menu3 .menu .hs-menu-wrapper>ul>li>ul>li>a {
    display: block;
    width: 100%;
    padding: 5px 10px;
    color: #fff;
  }
  .header-bottom-menu3 .menu .hs-menu-wrapper>ul>li>ul>li:hover {
    background: none !important;
  }
  .header-bottom-menu3 .menu .hs-menu-wrapper>ul>li:hover>a {
    background: #f47721;
    color: #fff !important;
  }
  .child-trigger {
    padding: 0;
    width: 46px;
    height: 41px;
    position: absolute;
    top: 6px;
    right: 15px;
    background: none;
    outline: none;
    cursor:pointer;
  }
  span.angleDown.angleRight {
    display: inline-block;
    vertical-align: bottom;
    height: 2px;
    width: 20px;
    width: 15px;
    height: 3px;
    position: absolute;
    border-radius: 10px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    top: 20px;
    left: 15px;
    -webkit-transform: rotate(-45deg) translate(6px, 6px);
    -moz-transform: rotate(-45deg) translate(6px, 6px);
    -ms-transform: rotate(-45deg) translate(6px, 6px);
    -o-transform: rotate(-45deg) translate(6px, 6px);
    transform: rotate(-45deg) translate(6px, 6px);
    background: #fff;
  }
  span.angleDown.angleLeft {
    display: inline-block;
    vertical-align: bottom;
    height: 2px;
    width: 20px;
    width: 15px;
    height: 3px;
    position: absolute;
    border-radius: 10px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    top: 20px;
    left: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
  }
  .header-bottom-menu3 .menu .hs-menu-wrapper>ul>li>ul {
    display: none;
  }
  .header-bottom-menu3 .menu .hs-menu-wrapper>ul>li.li-border>a {
    background: #f47721;
    color: #fff;
  }
  .header-bottom-menu3 .menu .hs-menu-wrapper>ul>li.li-border .child-trigger span.angleDown.angleLeft {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header-bottom-menu3 .menu .hs-menu-wrapper>ul>li.li-border .child-trigger  span.angleDown.angleRight {
    -webkit-transform: rotate(45deg) translate(6px, -6px);
    -moz-transform: rotate(45deg) translate(6px, -6px);
    -ms-transform: rotate(45deg) translate(6px, -6px);
    -o-transform: rotate(45deg) translate(6px, -6px);
    transform: rotate(45deg) translate(6px, -6px);
  }
  .client a {
    color: #fff;
    padding: 1.25rem 1.5rem;
    font-family: "Nanum Gothic",sans-serif;
  }
  .client a:hover{
    color:#fff;
  }
  .header-bottom-menu3 .menu .hs-menu-wrapper>ul>li.active-branch>a {
    background: #f47721 !important;
    color: #fff !important;
    opacity: 1 !important;
}
}
.cst-footer {
  font-size: 14px;
  padding-top: 30px;
  color: #fff;
  background: #1b3356;
  position: relative;
    z-index: 9;
}
.cst-footer .page-center {
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cst-footer-container {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
}

.cst-footer-section1 {
  margin-bottom: 20px;
}
.cst-footer-section1 h4 {
  font-family: "Nanum Gothic",sans-serif;
  text-transform: none;
  font-size: 18px;
  text-decoration: underline;
  color: #fff;
  margin-bottom: 15px;
}
.cst-footer-section1 .address p {
  margin: 5px 0;
  color: #fff;
}
.cst-footer .page-center {
    overflow: hidden;
}
.cst-footer-section1 .address p a {
  color: #fff;
  text-decoration: underline;
}
.cst-footer-section1 .address p:nth-child(2) {
  margin-top: 15px;
}

.cst-footer-section1 .address p:nth-child(4) {
  margin-bottom: 15px;
}
.cst-footer-section2 h4 {
  margin-top: 0;
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
  text-decoration: underline;
}
.footer-menu .hs-menu-wrapper>ul>li {
  padding-bottom: 5px;
  margin: 5px 0;
}
.footer-menu .hs-menu-wrapper>ul>li>a {
  color: #fff;
}

.cst-footer-section3 p {
  color: #fff;
}
.cst-footer-section3 p a {
  text-decoration: underline;
  color: #fff;
}
.cst-footer-section1 h4 {
  margin-top: 0;
}
.social a {
  display: inline-block;
  width: 27px;
  height: 27px;
  font-size: 16px !important;
  padding: 2px 0 0 2px;
  margin: 10px 4px 0 0;
  position: relative;
  color: #fff;
  background: #3b5998;
}

.social a i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
i.fa.fa-facebook:before {
  content: "";
}

a.back-to-top {
  display: inline;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 30px;
  right: 20px;
  color: #fff;
  font-size: 1.5em;
  text-decoration: none;
  text-transform: none;
  z-index: 1000;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  -webkit-transition: all 0s;
  transition: all 0s;
  background: #f47721;
}
a.back-to-top i.fa.fa-angle-up {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  -moz-osx-font-smoothing: grayscale;
}
a.back-to-top i.fa.fa-angle-up:before {
  content: "";
}
a.back-to-top:hover {
  color: #fff;
}

.cst-footer-section2 {
  line-height: normal;
}
.cst-footer-section1 {
  line-height: normal;
}
.cst-footer-section1 .address p {
  line-height: 24px;
}
.cst-footer-section1 .address p:nth-child(4) {
  line-height: normal;
}

.cst-footer-section1 {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

.cst-footer-section2 {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

.cst-footer-section3 {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}
.cst-footer-section3 p:last-child {
  margin-bottom: 15px;
}

.fancy-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  transition-duration: 500ms;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.fancy-box-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1e1e1e;
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-duration: inherit;
  transition-property: opacity;
}
.fancy-box-cntent p,a.disclaimerProceed{
  font-family: Helvetica, sans-serif;
  font-size: 16px;
}
a.disclaimerProceed {
  color: #1b3356;
}
.close-button {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.close-button:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2;
}
.close-button:hover:after {
  color: #555;
  background: #eee;
}
.fancy-box-cntent {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}
.fancy-box {
  opacity: 0;
  visibility: hidden;
}

.social a:hover {
  background: #4c70ba;
  color: #fff;
}

@media (min-width: 992px){
  .cst-footer-container {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
  .cst-footer-section1 {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
  }
  .social a {
    padding: 2px 0 0 8px !important;
  }
  .cst-footer-section2 {
    width: calc(16.6666666667% - 23.3333333333px);
    float: left;
    margin-left: 20px;
  }

  .cst-footer-section3 {
    width: calc(58.3333333333% - 31.6666666667px);
    float: left;
    margin-left: 20px;
  }
  .cst-footer-section3 p:last-child {
    margin-bottom: 33px;
  }
}

@media (max-width: 767px){
  .cst-footer-section2 {
    text-align: center;
  }
  .cst-footer-section1 {
    text-align: center;
  }
}

@media (max-width: 345px){
  .cst-footer-section3 p {
    font-size: 14px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style:none;
}
.body-container-home h2 {
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 30px;
  font-size: 1.5em;
  line-height: normal;
}
.hs-home-row1 .hs_cos_wrapper_type_rich_text h2 {
  line-height: normal;
}
.hs-home-row1 .hs_cos_wrapper_type_rich_text h2 {
  line-height: normal;
  padding-bottom: 10px;
  padding-top: 30px;
  margin: 0;
}
.hs-home-row1 .hs_cos_wrapper_type_rich_text p {
  line-height: 1.5;
  font-size: 16px;
  font-family: Helvetica, sans-serif;
}
.hs-custom-btn a {
  color: #fff;
  background: #f47721;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 20px;
  font-size: 16px;
  display: inline-block;
  -o-transition: ease-in .2s all;
  -moz-transition: ease-in .2s all;
  -webkit-transition: ease-in .2s all;
  transition: ease-in .2s all;
  font-family: inherit;
  line-height: normal;
  font-family: Helvetica, sans-serif;
}
.hs-custom-btn a:hover {
  color: #fff;
  background: #1b3356;
}
.body-container-home .dnd-section[class*="force-full"] {
  padding: 0;
}	
.body-container-home .dnd-section[class*="force-full"] .dnd-column {
  padding: 0 !important;
}
.body-container-home .dnd-section[class*="force-full"] > .row-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.hs-fullWidth-row1 .dnd-section > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.oembed_container {
  padding: 56.25% 0 0 0;
  position: relative;
  max-width: inherit !important;
  max-height: inherit !important;
}
.oembed_container .iframe_wrapper {
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: inherit !important;
  max-height: inherit !important;
  padding: 0;
}
.oembed_container .oembed_container_iframe {
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: inherit !important;
  max-height: inherit !important;
}
.hs-fullWidth-row1 .form-title {
  font-size: 1.5em;
  margin-bottom: 25px;
  line-height: normal;
  color: #1b3356;
}
.hs-fullWidth-row1 .hs-form label {
  margin: 0;
  line-height: normal;
  display: block;
}
.hs-fullWidth-row1 .hs-form .hs-input:not([type=checkbox]):not([type=radio]) {
  margin-bottom: 10px;
}
.hs-fullWidth-row1 .hs-form .form-columns-3 {
  margin-left: -20px;
  max-width: initial !important;
}
.hs-fullWidth-row1 .hs-form .form-columns-3 .hs-form-field {
  width: calc(33.3333333333% - 20px);
  margin-left: 20px;
}
.hs-fullWidth-row1 .hs-form .input {
  margin-right: 0 !important;
}
.hs-fullWidth-row1 .hs-form textarea {
  min-height: 100px;
  width: 100% !important;
}
.hs-fullWidth-row1 .hs-form input.hs-button.primary {
  margin: 0;
}
.hs-fullWidth-row1 .hs-form input.hs-button.primary {
  margin: 0;
  margin-top: -11px;
  font-family: Helvetica, sans-serif;
}

.health-page1 .dnd-section {
  padding: 0;
}
.health-page1 h1 {
  line-height: normal;
}
.health-page2 .dnd-section {
  padding-top: 50px;
  padding-bottom: 0;
}
.health-page2 h2 {
  color: #1b3356;
  font-family: "Nanum Gothic",sans-serif;
  text-transform: none;
  font-size: 1.5em;
  margin-bottom: 10px;
  margin-top: 30px;
  line-height: normal;
}

.health-page2 p,
.health-page2 ul li ,
.our-company-page p,
.mission-page-1 p {
  display: inline-block;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  width:100%;
}
.health-page2 p:nth-child(2) {
  margin-top: 30px;
}
.health-page2 ul li {
  line-height: normal;
}
.our-company-page img {
  margin: 15px 0;
}
.our-company-page p:last-child {
  margin-bottom: 150px;
}
.health-page2 ul {
  margin-top: 30px;
}
.our-company-page {
  background: rgba(241, 241, 241, 1);
}
.health-page3 .dnd-section {
  padding-bottom: 50px;
  padding-top: 0;
}
.our-company-page p {
  display: inline-block;
}
.our-company-page h2 {
  color: #f47721;
  font-size: 30px;
}
.our-company-page .dnd-section {
  padding: 50px 0;
}
.employee-page1 h2 {
  font-size: 2em;
}
.employee-page1 .dnd-section {
  padding: 0;
}
.employee-page2 .hs-equalColumn-section .inner_grid {
  flex-flow: inherit;
}
.employee-page2 .hs-equalColumn-section .hs-custom-btn.bottom_btn {
  margin-top: 0;
}
.hs-im-in-drop .hs-fullWidth-row1 .dnd-section {
  padding-top: 0;
}
.mission-page-1 .dnd-section {
  padding: 100px 0;
}
.mission-page-1  h2 {
  font-size: 1.5em;
}
.mission-page-1 p {
  display: inline-block;
}
.mssionpage2 .dnd-section {
  background: rgba(153, 153, 153, 1);
  padding-top: 20px;
  padding-bottom: 50px;
}
.mssionpage2 h2 {
  color: #ffffff;
  font-size: 26px;
  text-align: center;
}
.mission-page-4 .dnd-section {
  background: rgba(239, 239, 239, 1);
  padding: 50px 0;
  padding-bottom:35px;
}
.mission-page-4 .hs_message textarea {
  width: 100% !important;
  height: 100px;
}

.mission-page-4 .form-title {
  margin-bottom: 25px;
  margin-top: 30px;
  font-size: 1.5em;
  line-height: normal;
}
.hs-after-your-drop-date-video .hs-equalColumn-section .inner_grid {
  flex-flow: inherit;
}
.retirement-page2 .dnd-section {
  padding-top: 0;
  padding-bottom:0;
}
.retirement-page2 p:first-child {
  display: inline-block;
  margin-top: 65px;
}
.retirement-page2 p{
  display: inline-block;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
}
.retirement-page2 ul li{
  font-family: Helvetica, sans-serif;
  font-size: 16px;
}
.retirement-page2 h2 {
  font-size: 1.5em;
}
.retirement-page2 h2 {
  margin-bottom: 10px;
  font-size: 1.5em;
}
.retirement-page3 .dnd-section {
  padding-top: 0;
  padding-bottom:0;
}
.retirement-page3 h2 {
  color: #ffffff;
  font-size: 1.5em;
}
.mission-page-4 fieldset.form-columns-3 .input {
  margin-right: 0 !important;
}
.retirement-page3 p {
  display: inline-block;
}
.retirement-page3 p,.retirement-page3 ul li {
  color: #fff;
}
.retirement-page3 .dnd-section {
  background-color: rgba(27, 51, 86, 1);
}
.hs-retiring-under-59-1-2 .hs_cos_wrapper_type_module.widget-type-rich_text {
  padding-top: 50px;
}
.hs-retiring-under-59-1-2 .dnd-section {
  padding: 0;
}

.hs-retiring-under-59-1-2 .hs_cos_wrapper_type_rich_text h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
  margin-top: 30px;
  line-height: 1.5;
}

.hs-retiring-under-59-1-2 .hs_cos_wrapper_type_rich_text h2>sup {
  font-size: 20px;
}

.hs-retiring-under-59-1-2 .hs_cos_wrapper_type_rich_text strong {
  font-weight: bold;
  line-height: 24px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
}
.hs-retiring-under-59-1-2 .hs_cos_wrapper_type_rich_text p{
  display:inline-block;
  width:100%;
}

.hs-regular-class-pension .hs-advanced_button .inner_section a {
  background-color: rgba(0, 116, 145, 1) !important;
}
.hs-regular-class-pension .hs-retiring-under-59-1-2 .hs-advanced_button {
  padding-bottom: 50px;
}

.hs-schedule-online-meeting .dnd-section {
  padding-top: 0;
  padding-bottom: 50px;
}
.hs-schedule-online-meeting h1{
  margin-bottom:65px;
}
.hs-schedule-online-meeting iframe {
  width: 100%;
}
.hs-your-frs-your-choice .image-with-content .content-wrapper {
  padding-top: 20px;
}
.form-title {
  margin-top: 30px;
  font-size: 1.5em;
  margin-bottom: 25px;
}
.hs-school-board-member-retirement .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}

.choice-page2 .dnd-section {
  padding-top: 40px;
}
.faq-page1 .dnd-section {
  padding-top: 0;
}
.faq-page2 .image-with-content .collapse .right .content p {
  margin-top: 22px;
}
.faq-page2 .image-with-content .collapse .leftt .image-wrapper img {
  position: relative;
  top: -20px;
}
.faq-page3 p {
  display: block;
}
.faq-page3 .dnd-section,
.faq-page4 .dnd-section {
  padding: 50px 0;
}
.faq-page4 input.hs-button {
  margin: 0 !important;
}
.about-page-1 .dnd-section {
  padding: 50px 0;
}
.about-page-1 h2 {
  font-size: 30px;
}

.about-page-1 .image-with-content .content-wrapper {
  padding: 0;
}
.hs-about-us p {
  display: inline-block;
}
.about-page-1 .image-with-content .collapse .leftt .image-wrapper img {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.about-page-2 .dnd-section {
  padding: 50px 0;
  background: rgba(239, 239, 239, 1);
}

.about-page-1 .hs_cos_wrapper_type_rich_text p {
  display: inline-block;
}
.hs-about-us .dnd-section {
  padding-top: 0;
  padding-bottom: 50px;
}
.hs-about-us h1{
  margin-bottom:65px;
}
.hs-baptist-retirement .dnd-section {
  padding-top: 0;
  padding-bottom: 50px;
}
.hs-baptist-retirement p {
  display: inline-block;
}

.hs-im-thinking-about-drop .hs_cos_wrapper_type_rich_text ul {
  line-height: normal;
  margin-top: 30px;
}

.hs-im-thinking-about-drop .dnd-section {
  padding: 0;
}

.hs-im-thinking-about-drop .hs_cos_wrapper_type_rich_text ul {
  line-height: normal;
  margin-top: 30px;
  margin-bottom: 30px;
}

.hs-im-thinking-about-drop .hs_cos_wrapper_type_rich_text p:nth-child(3) {
  margin-top: 30px;
  margin-bottom: 30px;
}

.hs-im-thinking-about-drop .hs_cos_wrapper_type_rich_text p:nth-child(8) {
  margin-top: 30px;
  margin-bottom: 30px;
}
.hs-im-thinking-about-drop .inner_section {
  padding-bottom: 40px;
}

.investment-page1 .dnd-section {
  padding-top: 0;
}
.investment-page1 p {
  padding: 50px 0;
  position: relative;
  margin-bottom: 10px;
  margin-top: 30px;
  color: #1b3356;
  font-family: "Nanum Gothic",sans-serif;
  text-transform: none;
  line-height: normal;
  font-size: 20px;
  text-align: center;
}
.investment-page2 .inner_grid {
  flex-flow: inherit;
}
.investment-page2 .dnd-section {
  padding: 0;
}
.hs-before-you-leave-drop .dnd-section {
  padding-top: 0;
  padding-bottom:50px;
}
.hs-before-you-leave-drop h1 {
  margin-bottom: 65px;
}
.hs-before-you-leave-drop .hs-equalColumn-section .content-wrapper {
  padding-top: 100px;
}
.hs-before-you-leave-drop .hs-advanced_button {
  margin-top: 50px;
}
.hs-thank-you-for-scheduling .dnd-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.hs-thank-you-for-scheduling .dnd-column {
  display: block !important;
}
.hs-thank-you-for-scheduling .dnd-column {
  display: block !important;
  margin-left: 30px !important;
}
.hs-thank-you-for-scheduling h2,.hs-thank-you-for-scheduling p {
  text-align: center;
}
.hs-thank-you-for-scheduling p{
  font-size:18px;
}
.hs-thank-you-for-scheduling h2{
  margin:0;
  font-size: 1.5em;
  margin-bottom: 10px
}
.hs-videos .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}
.hs-your-digital-book-is-on-the-way .dnd-section {
  padding: 0;
}
.hs-your-digital-book-is-on-the-way h1 {
  margin-bottom: 65px;
}
.hs-your-digital-book-is-on-the-way h2 {
  font-size: 20px;
  margin-bottom: 60px;
  margin-top: 30px;
  text-align: center;
}
.hs-your-digital-book-is-on-the-way h2 sup {
  font-size: 100%;
  top: 0;
}
.hs-request-6-costly-mistakes-drop-report .dnd-section {
  padding-top: 0;
  padding-bottom: 50px;
}
.hs-request-6-costly-mistakes-drop-report h1 {
  margin-bottom: 65px;
}
.hs-request-6-costly-mistakes-drop-report h2 {
  margin-bottom: 60px;
  font-size: 1.5em;
}
.hs-request-6-costly-mistakes-drop-report iframe {
  width: 100%;
}
.hs-request-6-costly-mistakes-drop-report iframe {
  width: 100%;
}
.hs-request-6-costly-mistakes-drop-report span.hs_cos_wrapper_type_rich_text {
  display: block;
  margin-top: 50px;
}
.hs-comparing-plans-page .dnd-section {
  padding-top: 0;
  padding-bottom: 50px;
}
.hs-comparing-plans-page h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
  margin-top: 30px;
}
.hs-frs-drop-vs-investment-plan .dnd-section {
  padding-top: 0;
  padding-bottom: 50px;
}

.hs-frs-drop-vs-investment-plan h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
  margin-top: 30px;
}
.hs-frs-drop-vs-investment-plan p {
  display: inline-block;
}
.hs-frs-investment-plan-regular-class .dnd-section {
  padding-top: 0;
  padding-bottom: 0px;
}


.hs-frs-fire-rescue-law-enforcement-retirement .dnd-section {
  padding-top: 0;
  padding-bottom: 50px;
}
.hs-frs-fire-rescue-law-enforcement-retirement h2 {
  text-align: center;
  font-size: 1.5em;
}
.hs-frs-fire-rescue-law-enforcement-retirement iframe {
  width: 100%;
  max-height: 100%;
}
.hs-frs-investment-plan-regular-class p {
  display: inline-block;
}
.hs-frs-investment-plan-regular-class h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.hs-frs-investment-plan-regular-class a {
  margin-bottom: 50px;
}
.hs-frs-investment-plan-regular-class .hs-advanced_button .inner_section a {
  background-color: rgba(0, 116, 145, 1);
}

.hs-frs-investment-plan-regular-class .hs-advanced_button .inner_section a:hover {
  background-color: rgba(0, 116, 145, 1);
}
.hs-frs-pension-plan-faq .dnd-section {
  padding-top: 0;
  padding-bottom:50px;
}

.hs-frs-pension-plan-faq p:last-child {
  margin-top: 50px;
  margin-bottom: 50px;
}
.hs-frs-pension-plan-faq p {
  display: inline-block;
  width:100%;
}
.hs-carls-story .dnd-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.carl-story-page1 h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
  margin-top: 30px;
  text-align: center;
}
.carl-story-page1 p {
  display: inline-block;
  text-align: center;
}
.hs-carls-story .carl-story-page1 .dnd-section {
  padding-top: 50px;
  padding-bottom: 0;
}
.carl-story-page2 .dnd-section,
.carl-story-page4 .dnd-section{
  padding:0;
}
.carl-story-page3 h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
  margin-top: 30px;
  text-align: center;
}
.carl-story-page3 p {
  text-align: center;
  display: inline-block;
}
.hs-request-complimentary-investment-plan-report h1 {
  text-align: center;
}
.cst-formm .hs-form-field {
  margin-left: 20px;
  width: calc(50% - 30px) !important;
}
.cst-formm .actions {
  margin-top: 30px;
  text-align: center;
}
.hs-regular-class-pension .dnd-section {
  padding: 0;
}
.hs-regular-class-pension h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
  margin-top: 30px;
}
.hs-regular-class-pension p{
  display:inline-block;
}
.hs-regular-class-pension .hs-advanced_button {
  margin-bottom: 50px;
}
.hs-investment-plan-sdba .dnd-section {
  padding: 0;
}
.hs-investment-plan-sdba .hs_cos_wrapper_type_header h1 {
  margin-bottom: 65px;
}
.hs-investment-plan-sdba .actions {
  margin-bottom: 50px;
}
.hs-investment-plan-sdba .hs-responsive-embed-wrapper.hs-responsive-embed {
  min-width: 100% !important;
  max-height: 100% !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.charge-page3 .image-with-content .collapse .right {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.charge-page3 .image-with-content .collapse .right h2 {
  font-family: 'Playfair Display', sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #348175;
  font-size: 30px;
  margin:0;
}
.charge-page3 .image-with-content .collapse .right .content p {
  line-height: normal;
}
.charge-page2  .bottom-pane .content-wrapper .grid-collapse .inner .content p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
}
.charge-page2 .bottom-pane .content-wrapper .grid-collapse .inner h2 {
  margin-top: 15px;
  margin-bottom: 16px;
  line-height: 1.5;
  font-family: 'Lato', sans-serif !important;
  font-size: 15px;
  text-transform: none !important;
  font-weight: normal !important;
}
.charge-page2 .bottom-pane .content-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cst-form-wrapper-content1 ul li:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  margin-top: 8px;
  background-image: url("https://23541660.fs1.hubspotusercontent-na1.net/hubfs/23541660/raw_assets/public/FloridaRetirementResources_January2023/images/check.svg");
    height: 16px;
    width: 16px;
    filter: brightness(0.9) sepia(0) hue-rotate(222deg) saturate(10);
    }

.hs-dont-panic-ebook-tj5cv .retirement-strategy-inner .title h2 {
  font-family: 'Lato', sans-serif !important;
}
.hs-dont-panic-ebook-tj5cv .cst-form-wrapper-content1 h3 {
  font-family: 'Lato', sans-serif !important;
}
.hs-dont-panic-ebook-tj5cv .charge-page1 h1 {
  font-family: 'Lato', sans-serif !important;
}
.hs-dont-panic-ebook-tj5cv .choice-to-makke .content-wrapper .grid-collapse .itemm h2 {
  font-family: 'Lato', sans-serif !important;
  color: #3f567d;
  font-size: 24px;
}
.hs-dont-panic-ebook-tj5cv .charge-page3 .image-with-content .collapse .right h2 {
  color: #3f567d;
  font-size: 30px;
  font-family: 'Lato', sans-serif !important;
}
.hs-dont-panic-ebook-tj5cv .charge-page3 .image-with-content .collapse .right .content p {
  font-family: 'Lato', sans-serif !important;
  color: #666666;
  line-height: 1.5;
}
.hs-dont-panic-ebook-tj5cv .bottom-pane .content-wrapper .grid-collapse .inner a:hover {
  color: rgb(51, 51, 51);
  background-color: rgb(182, 230, 120);
  border-width: 0px;
  border-color: rgb(51, 51, 51);
}
.hs-dont-panic-ebook-tj5cv .bottom-pane .content-wrapper .grid-collapse .inner h2 {
  font-family: 'Lato', sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.5px;
}
.hs-dont-panic-ebook-tj5cv .bottom-pane .content-wrapper .grid-collapse .inner a {
  color: rgb(51, 51, 51);
  background-color: rgb(156, 204, 94);
  border-width: 0px;
  border-color: rgb(51, 51, 51);
}

.hs-dont-panic-ebook-tj5cv .cst-form-wrapper-content1 ul li:before{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  margin-top: 8px;
  background-image: url("https://23541660.fs1.hubspotusercontent-na1.net/hubfs/23541660/raw_assets/public/FloridaRetirementResources_January2023/images/33.svg");
    height: 16px;
    width: 16px;
    filter: brightness(1) sepia(0.05) hue-rotate(258deg) saturate(2);

    }

.hs-police-fire-investment-plan .dnd-section,
.hs-police-fire-pension .dnd-section{
  padding: 0;
}

.hs-police-fire-investment-plan  h2,
.hs-police-fire-pension  h2{
  font-size: 1.5em;
  margin-bottom: 10px;
  margin-top: 30px;
}
.hs-police-fire-investment-plan .hs-advanced_button .inner_section a {
  background-color: rgba(0, 116, 145, 1) !important;
}
.hs-police-fire-investment-plan .hs-advanced_button ,
.hs-police-fire-pension .hs-advanced_button{
  margin-bottom: 50px;
}
.hs-health-insurance-subsidy-his .dnd-section {
  padding: 0;
}
.hs-health-insurance-subsidy-his .hs-responsive-embed-wrapper.hs-responsive-embed {
  min-width: 100% !important;
  max-height: 100% !important;
  padding: 20px !important;
}
.hs-health-insurance-subsidy-his .hs-advanced_button {
  margin-top: 50px;
  margin-bottom: 50px;
}
.hs-police-fire-investment-plan p,.hs-police-fire-pension p {
  display: inline-block;
}
.hs-fullWidth-row1 span.hs_cos_wrapper_type_rich_text .hs-responsive-embed-wrapper{
  max-height: 100% !important;
  min-width: 100% !important;
  padding: 0 20px !important;
}
.hs-baptist-retirement h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
  margin-top: 30px;
}
.hs-comparing-plans-page .hs-advanced_button .inner_section a {
  background-color: rgba(0, 116, 145, 1) !important;
}
.hs-comparing-plans-page p {
  display: inline-block;
  width: 100%;
}
.hs-frs-drop-vs-investment-plan p {
  display: inline-block;
  width: 100%;
}
.hs-frs-drop-vs-investment-plan .row-number-4 {
  padding-top: 50px;
}
.about-page-1 h2 {
  margin-bottom: 10px;
}
.about-page-2 .form-title {
  color: #1b3356;
  font-family: "Nanum Gothic",sans-serif;
  text-transform: none;

}

.about-page-2 .form-title {
  margin-top: 70px;
  margin-bottom: 25px;
}
.about-page-2 .hs-form .form-columns-3 {
  margin-left: -20px;
  max-width: initial !important;
}
.about-page-2 .hs-form .form-columns-3 .hs-form-field {
  width: calc(33.3333333333% - 20px);
  margin-left: 20px;
}

.about-page-2 .hs-form .input {
  margin-right: 0 !important;
}
.about-page-2 .hs-form textarea {
  min-height: 100px;
  width: 100% !important;
}

.about-page-2 .hs-form input.hs-button.primary {
  margin: 0;
  margin-top: 25px;
  font-family: Helvetica, sans-serif;
  margin: 34px 0 0;
}
.hs-equalColumn-section.col-4 .box.c-grid__item {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}
.plan-page3 h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
  margin-top: 30px;
  color: #1b3356;
  font-family: "Nanum Gothic",sans-serif;
  text-transform: none;
  text-align: center;
}
.plan-page3 {
  padding: 50px 0;
  position: relative;
  background-color: rgba(244, 119, 33, 1);
}
.plan-page3 .dnd-section {
  padding: 0;
}
.plan-page4 .dnd-section {
  padding: 50px 0;
}
.plan-page4 .form-title {
  font-size: 1.5em;
  margin-bottom: 25px;
  margin-top: 75px;
  color: #1b3356 !important;
  font-family: "Nanum Gothic",sans-serif;
  text-transform: none;
}
.plan-page4 .hs-form .form-columns-3 {
  margin-left: -20px;
  max-width: initial !important;
}
.plan-page4 .hs-form .form-columns-3 .hs-form-field {
  width: calc(33.3333333333% - 20px);
  margin-left: 20px;
}
.plan-page4 .hs-form .input {
  margin-right: 0 !important;
}
.plan-page4 .hs-form textarea {
  min-height: 100px;
  width: 100% !important;
}
.plan-page4 .hs-form input.hs-button.primary {
  margin: 0;
}
.plan-page4 .hs-form input.hs-button.primary {
  margin: 0;
  margin-top: -11px;
  font-family: Helvetica, sans-serif;
}

.choice-page2 .hs-form .form-columns-3 {
  margin-left: -20px;
  max-width: initial !important;
}
.choice-page2 .hs-form .form-columns-3 .hs-form-field {
  width: calc(33.3333333333% - 20px);
  margin-left: 20px;
}
.choice-page2 .hs-form .input {
  margin-right: 0 !important;
}
.choice-page2 .hs-form textarea {
  min-height: 100px;
  width: 100% !important;
}
.choice-page2 .hs-form input.hs-button.primary {
  margin: 0;
}
.choice-page2 .hs-form input.hs-button.primary {
  margin: 0;
  margin-top: -11px;
  font-family: Helvetica, sans-serif;
}
.plan-page2 .dnd-section {
  padding: 0;
  background-color: rgba(27, 51, 86, 1);
}
.plan-page2 h2 {
  color: #ffffff;
  font-size: 1.5em;
  margin-bottom: 10px;
  margin-top: 30px;
}
.plan-page2 .dnd-section p {
  display: inline-block;
  width: 100%;
  color:#fff;
}
.plan-page1 h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
  margin-top: 30px;
}
.plan-page1 p{
  display: inline-block;
  width: 100%;
} 

.hs-drop-timeline span.hs_cos_wrapper_type_rich_text .hs-responsive-embed-wrapper {
  padding: 0 !important;
  max-height: 315px !important;
  min-width: 256px !important;
  margin:0 !important;
}
.hs-request-complimentary-investment-plan-report .hs-fullWidth-row1 .hs-form label {
  color: #f4f4f4;
  text-align: center;
  cursor: pointer;
}

.hs-retiring-under-59-1-2 .hs-advanced_button .inner_section a {
  margin-bottom: 50px;
}
.hs-frs-pension-plan-faq .image-with-content .content-wrapper {
  padding-bottom: 100px;
}
.hs-frs-pension-plan-faq .collapse .right .content p {
  margin-top: 32px !important;
  margin-bottom: 15px !important;
}

.carl-story-page3 .dnd-section {
  padding-top: 0;
}


.hs-contact .hs-form .input {
  margin-right: 0 !important;
}
.hs-contact .hs-form textarea {
  min-height: 100px;
  width: 100% !important;
}
.hs-contact .hs-form input.hs-button.primary {
  margin: 0;
}
.hs-contact .hs-form input.hs-button.primary {
  margin: 0;
  margin-top: -11px;
  font-family: Helvetica, sans-serif;
}
.about-page-2 .hs-form label {
  margin: 0 !important;
}
.about-page-2 input {
  margin: 5px 0 10px;
}
.about-page-2 .hs_message.hs-form-field {
  margin-bottom: 0;
  line-height:0;
}
.hs-take-charge-of-your-401k .cst-form-wrapper-content2 input.hs-button.primary.large {
  background-color: #FFA23B;
  border-color: #FFA23B;
}
.hs-take-charge-of-your-401k .cst-form-wrapper-content2 input.hs-button.primary.large:hover {
  background-color: #FFBC55;
  border-color: #FFBC55;
}
.our-team-page1 h1 {
  margin-bottom: 10px;
  margin-top: 30px;
  font-size: 40px;
  text-align: center;
}
.our-mission-wrapper .content-wrapper .inner .box .box-wrappper h2 {
  margin-top: 15px;
}
.investment-page2 .hs-equalColumn-section .box.c-grid__item-inner {
  padding-top: 15px;
}

.hs-equalColumn-section.col-3 .box.c-grid__item {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}
.hs-im-in-drop .hs-equalColumn-section .box.c-grid__item-inner .title >h2 {
  margin-bottom: 44px;
}
.hs-equalColumn-section.col-2 .box.c-grid__item {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}
.hs-drop-or-no-drop .hs-equalColumn-section .box.c-grid__item-inner .title >h2 {
  margin-bottom: 42px;
}
.mission-page-4 .hs-message .input{
  margin-right: 0 !important;
}
.mission-page-4 fieldset.form-columns-3{
  margin-left: -20px;
  max-width: inherit !important;
  margin-right: -20px;
}
.mission-page-4 fieldset.form-columns-3 .hs-form-field
{
  width: calc(100% - 40px) !important;
  float: left;
  margin-left: 20px;
}
.gm-style-iw-d {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
}

/**********media******************/

@media (min-width: 768px) {
  .plan-page1 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-page-2 form .form-columns-2>.hs-form-field:first-child {
    padding-right: 10px;
  }

  .contact-page-2 form .form-columns-2>.hs-form-field:last-child {
    padding-left: 10px;
  }
  .mission-page-4 fieldset.form-columns-3 .hs-form-field {
    width: calc(33.3333333333% - 26.6666666667px) !important;
    float: left;
    margin-left: 20px;
  }
  .hs-equalColumn-section.col-4 .box.c-grid__item {
    width: calc(50% - 4.5%);
    float: left;
    margin-left: 3%;
  }
  .hs-equalColumn-section.col-3 .box.c-grid__item {
    width: calc(33.3333333333% - 1.3333333333%);
    float: left;
    margin-left: 1%;
  }
  .hs-equalColumn-section.col-2 .box.c-grid__item {
    width: calc(50% - 33px);
    float: left;
    margin-left: 22px;
  }
}
@media(min-width:992px){

  .hs-equalColumn-section.col-2 .box.c-grid__item {
    width: calc(50% - 52.5px);
    float: left;
    margin-left: 35px;
  }
  .hs-equalColumn-section.col-3 .box.c-grid__item {
    width: calc(33.3333333333% - 1.3333333333%);
    float: left;
    margin-left: 1%;
  }
  .hs-baptist-retirement h1 {
    margin-bottom: 65px;
  }
  .hs-equalColumn-section.col-4 .box.c-grid__item {
    width: calc(25% - 1.25%);
    float: left;
    margin-left: 1%;
  }
  .hs-drop-timeline h1 {
    margin-bottom: 80px;
  }
  .hs-request-complimentary-investment-plan-report .hs-fullWidth-row1 .form-title{
    margin-top: 0px;
  }

  .hs-frs-drop-vs-investment-plan .hs-fullWidth-row1 .form-title {
    margin-top: 120px;
  }

  .investment-page2 .hs-equalColumn-section .inner_grid,
  .hs-your-digital-book-is-on-the-way .hs-equalColumn-section .inner_grid{
    flex-flow: inherit;
  }
  .hs-health-insurance-subsidy-his  .hs-equalColumn-section .inner_grid {
    flex-flow: inherit;
  }
  .hs-police-fire-investment-plan h1,.hs-police-fire-pension h1 {
    margin-bottom: 65px;
  }
  .hs-health-insurance-subsidy-his h1 {
    margin-bottom: 45px;
  }
  .charge-page3 .image-with-content .collapse {
    display: flex;
    width: 100%;
  }
  .hs-regular-class-pension h1 {
    margin-bottom: 65px;
  }
  .hs-frs-investment-plan-regular-class h1 {
    margin-bottom: 65px;
  }
  .carl-story-page4  .hs-equalColumn-section .inner_grid {
    flex-flow: inherit;
  }
  .hs-investment-plan-sdba .hs-equalColumn-section .inner_grid {
    flex-flow: inherit;

  }
  .hs-investment-plan-sdba .hs-advanced_button {
    margin-bottom: 100px;
  }
  .hs-frs-fire-rescue-law-enforcement-retirement h2 {
    margin-bottom: 110px;
  }
  .hs-frs-fire-rescue-law-enforcement-retirement .hs-equalColumn-section .inner_grid {
    flex-flow: inherit;
  }

  .hs-frs-drop-vs-investment-plan h1 {
    margin-bottom: 65px;
  }
  .hs-comparing-plans-page h1 {
    margin-bottom: 65px;
  }
  .hs-videos .hs-equalColumn-section .inner_grid {
    flex-flow: inherit;
  }

  .hs-before-you-leave-drop .hs-equalColumn-section .inner_grid {
    flex-flow: inherit;
  }
  .hs-school-board-member-retirement .hs-equalColumn-section .inner_grid {
    flex-flow: inherit;
  }
  .hs-request-complimentary-investment-plan-report h1 {
    text-align: center;
    position: relative;
    right: 232px;
  }


}
@media (max-width: 992px) {
  .hs-fullWidth-row1 .form-title {
    margin-bottom: 16px;
  }
  .hs-after-your-drop-date-video .hs-equalColumn-section .inner_grid {
    flex-flow: row wrap;
  }

  .hs-request-6-costly-mistakes-drop-report h1 {
    margin-bottom: 0;
  }
  .hs-carls-story .carl-story-page1 .dnd-section {
    padding-bottom: 0;
    padding-top: 0;
  }
  .image-with-content .collapse .leftt .image-wrapper img {
    margin-bottom: 30px;
  }

  .hs-request-6-costly-mistakes-drop-report h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .retirement-page2 p:first-child {
    display: inline-block;
    margin-top: 0;
  }
  .hs-retiring-under-59-1-2 .hs_cos_wrapper_type_module.widget-type-rich_text {
    margin-left: 20px;
    margin-right: 20px;
  }
  .hs-retiring-under-59-1-2 .hs-advanced_button {
    margin-left: 20px;
  }
  .hs-retiring-under-59-1-2 .hs_cos_wrapper_type_header h1 {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .hs-fullWidth-row1 .hs-form .form-columns-3 {
    margin-left:0;
  }
  .hs-fullWidth-row1 .hs-form .form-columns-3 .hs-form-field {
    width: 100% !important;
    margin-left: 0;
  }
  .dnd-section > .row-fluid{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .image-with-content .content-wrapper {
    padding: 30px 0;
  }
  .hs-request-complimentary-investment-plan-report .dnd-section>.row-fluid {
    padding: 0 !important;
  }
  .cst-formm .hs-form-field {
    margin-left: 20px;
    width: calc(100% - 30px)!important;
  }
  .hs-your-digital-book-is-on-the-way h1 {
    margin-bottom: 0;
    font-size: 30px;
    text-align: center;
  }
  .hs-your-digital-book-is-on-the-way h2 {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center;
  }
  .our-company-page p:last-child {
    margin-bottom: 0;
  }
  .choice-page2 .hs-form .form-columns-3 .hs-form-field {
    width: calc(100% - 20px);
  }
  .charge-page4 .dnd-section>.row-fluid,
  .charge-page2 .dnd-section>.row-fluid,
  .charge-page1 .dnd-section>.row-fluid,
  .charge-page .dnd-section>.row-fluid{
    padding: 0 !important;
  }
  .charge-page1 h1 {
    font-size: 16px;
  }
  .hs-thank-you-for-scheduling .dnd-column {
    display: block!important;
    margin-left: 0px!important;
  }
  .health-page2 ul {
    padding-left: 20px;
  }
  .employee-page2 .hs-equalColumn-section .inner_grid {
    flex-flow: row wrap;
  }
  .mssionpage2 h2 {
    font-size: 20px;
  }
  .mission-page-4 .hs-form-field {
    width: 100% !important;
  }

  .mission-page-4 .hs-form-field .input {
    margin: 0 !important;
  }
  .hs-fullWidth-row1 .hs-form .form-columns-3 .hs-form-field
  {
    width: 100%  !important;
    margin-left: 0px;
  }

  .hs-fullWidth-row1 .hs-form .form-columns-3 {
    margin-left: 0px;
  }

  .about-page-2 .hs-form .form-columns-3 .hs-form-field {
    width: 100%;
    margin-left: 0;
  }

  .about-page-2 .hs-form .form-columns-3 {
    margin-left: 0;
  }
  .banner-section .dnd-section>.row-fluid {
    padding: 0 !important;
  }
  .map-left {
    margin-bottom: 20px;
  }
  .contact-page-2 .hs-form-field {
    width: 100% !important;
  }
}

p.phone i.fa.fa-phone, p.email i.fa.fa-envelope{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}
 p.phone a {
  color: #61a4d8;
}
 p.email a {
  color: #61a4d8;
}
 p.phone a:hover, p.email a:hover{
  color: #f47721;
}