header.site-header button,
header.site-header input,
footer.site-footer button {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

header.site-header button,
header.site-header input,
footer.site-footer button {
    overflow: visible
}

header.site-header button,
footer.site-footer button {
    text-transform: none
}

header.site-header a,
footer.site-footer a {
    background-color: transparent
}

@font-face {
    font-family: "Graphik";
    src: url('../assets/fonts/Graphik-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

/* @font-face {
    font-family: "Graphik";
    src: url('../assets/fonts/Graphik-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap
} */

@font-face {
    font-family: "Graphik";
    src: url('../assets/fonts/Graphik-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

/* @font-face {
    font-family: "Graphik";
    src: url('../assets/fonts/Graphik-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap
} */

@font-face {
    font-family: "Graphik";
    src: url('../assets/fonts/Graphik-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

/* @font-face {
    font-family: "Graphik";
    src: url('../assets/fonts/Graphik-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap
} */

header.site-header h2,
footer.site-footer h2 {
    font-weight: 600
}

header.site-header h2,
header.site-header .text-large,
footer.site-footer h2,
footer.site-footer .text-large {
    font-size: 3.2rem;
    margin: 0 0 20px
}

@media screen and (min-width:768px) {

    header.site-header h2,
    header.site-header .text-large,
    footer.site-footer h2,
    footer.site-footer .text-large {
        font-size: 4rem;
        margin: 0 0 30px
    }
}

header.site-header .container,
footer.site-footer .container {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    min-width: 320px;
    margin: 0 auto
}

header.site-header .column-container,
footer.site-footer .column-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%
}

header.site-header .column-container.sm-md-column-reverse,
footer.site-footer .column-container.sm-md-column-reverse {
    flex-wrap: wrap-reverse
}

header.site-header .column-container.valign-center,
footer.site-footer .column-container.valign-center {
    align-items: center
}

header.site-header .column-container .column,
header.site-header .column-container .column-double,
footer.site-footer .column-container .column,
footer.site-footer .column-container .column-double {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    position: relative;
    justify-content: center
}

@media screen and (min-width:992px) {

    header.site-header .column-container .column,
    header.site-header .column-container .column-double,
    footer.site-footer .column-container .column,
    footer.site-footer .column-container .column-double {
        height: 100%
    }
}

@media screen and (min-width:992px) {

    header.site-header .column-container .column,
    footer.site-footer .column-container .column {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0
    }
}

header.site-header .column-container .column.justify-start,
header.site-header .column-container .column-double.justify-start,
footer.site-footer .column-container .column.justify-start,
footer.site-footer .column-container .column-double.justify-start {
    justify-content: flex-start
}

header.site-header .column-container .column:nth-child(1),
header.site-header .column-container .column-double:nth-child(1),
footer.site-footer .column-container .column:nth-child(1),
footer.site-footer .column-container .column-double:nth-child(1) {
    order: 1
}

header.site-header .column-container .column:nth-child(2),
header.site-header .column-container .column-double:nth-child(2),
footer.site-footer .column-container .column:nth-child(2),
footer.site-footer .column-container .column-double:nth-child(2) {
    order: 2
}

header.site-header .column-container .column:nth-child(3),
header.site-header .column-container .column-double:nth-child(3),
footer.site-footer .column-container .column:nth-child(3),
footer.site-footer .column-container .column-double:nth-child(3) {
    order: 3
}

header.site-header .column-container .column:nth-child(4),
header.site-header .column-container .column-double:nth-child(4),
footer.site-footer .column-container .column:nth-child(4),
footer.site-footer .column-container .column-double:nth-child(4) {
    order: 4
}

header.site-header .content-wrap,
footer.site-footer .content-wrap {
    padding: 25px;
    z-index: 9
}

@media screen and (min-width:768px) {

    header.site-header .content-wrap,
    footer.site-footer .content-wrap {
        padding: 40px
    }
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

header.site-header input,
header.site-header button,
footer.site-footer input,
footer.site-footer button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

header.site-header input,
footer.site-footer input {
    border: 0;
    border-bottom: 2px solid #262626;
    outline: 0;
    width: 100%;
    background-color: transparent;
    font-weight: 500
}

header.site-header input::placeholder,
footer.site-footer input::placeholder {
    color: #d6dae0;
    opacity: 1
}

header.site-header input:-ms-input-placeholder,
footer.site-footer input:-ms-input-placeholder {
    color: #d6dae0
}

header.site-header input::-ms-input-placeholder,
footer.site-footer input::-ms-input-placeholder {
    color: #d6dae0
}

header.site-header .form-group {
    display: flex;
    align-items: center;
    margin: 20px 0;
    position: relative
}

header.site-header label {
    display: block;
    margin: 10px 0
}

header.site-header .reader,
footer.site-footer .reader {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

header.site-header a,
footer.site-footer a {
    color: #262626;
    cursor: pointer;
    text-decoration: none;
    display: inline-block
}

header.site-header a.right-arrow {
    font-size: 1.8rem;
    font-weight: 500
}

header.site-header a.right-arrow:after {
    content: '';
    margin-left: 10px;
    width: 12px;
    height: 12px;
    background-image: url('data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23ffffff%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E');
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    transition: margin-left 150ms ease-in-out
}

header.site-header .nav-sub-items .menu-item a.right-arrow:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23262626%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E")
}

header.site-header a.right-arrow:hover:after,
header.site-header a.right-arrow:focus:after {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23ffffff%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E');
    margin-left: 15px
}

header.site-header a.right-arrow:hover {
    text-decoration: none
}

footer.site-footer a.white {
    color: #fff
}

footer.site-footer a.white.right-arrow:after {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23ffffff%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E')
}

footer.site-footer a.white:hover,
footer.site-footer a.white:focus {
    text-decoration: none
}

header.site-header a.green {
    color: #005d1f
}

header.site-header a.green.right-arrow:after {
    background-image: url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23005d1f%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E)
}

@media screen and (min-width:992px) {
    header.site-header .hide-large {
        display: none
    }
}

footer.site-footer.green-dark-theme {
    background-color: #005d1f;
    color: #f6f4e9
}

header.site-header .icon-btn,
footer.site-footer .icon-btn {
    border: 0;
    padding: 0;
    background-color: transparent;
    cursor: pointer
}

footer.site-footer .icon-btn.white {
    color: #f6f4e9;
    font-weight: 500
}

header.site-header .icon-btn .icon-svg,
footer.site-footer .icon-btn .icon-svg {
    display: flex
}

header.site-header .icon-btn .icon-svg .icon,
footer.site-footer .icon-btn .icon-svg .icon {
    fill: #262626
}

footer.site-footer .icon-btn.white .icon-svg .icon {
    fill: #f6f4e9
}

header.site-header .icon-btn .btn-label,
footer.site-footer .icon-btn .btn-label {
    font-size: 1.4rem;
    font-weight: 500;
    margin-left: 10px
}

a.white.right-arrow:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23ffffff%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E")
}

header.site-header .icon-btn .icon-caret,
footer.site-footer .icon-btn .icon-caret {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-down%22%20fill%3D%22%23ffffff%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.3%209.3C7.7%208.9%208.2%208.9%208.6%209.2L8.7%209.3%2012%2012.6%2015.3%209.3C15.7%208.9%2016.2%208.9%2016.6%209.2L16.7%209.3C17.1%209.7%2017.1%2010.2%2016.8%2010.6L16.7%2010.7%2012.7%2014.7C12.3%2015.1%2011.8%2015.1%2011.4%2014.8L11.3%2014.7%207.3%2010.7C6.9%2010.3%206.9%209.7%207.3%209.3Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block
}

header.site-header .icon-btn .icon-caret.up,
footer.site-footer .icon-btn .icon-caret.up {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-up%22%20fill%3D%22%23ffffff%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.3%209.3C11.7%208.9%2012.2%208.9%2012.6%209.2L12.7%209.3%2016.7%2013.3C17.1%2013.7%2017.1%2014.3%2016.7%2014.7%2016.3%2015.1%2015.8%2015.1%2015.4%2014.8L15.3%2014.7%2012%2011.4%208.7%2014.7C8.3%2015.1%207.8%2015.1%207.4%2014.8L7.3%2014.7C6.9%2014.3%206.9%2013.8%207.2%2013.4L7.3%2013.3%2011.3%209.3Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E")
}

header.site-header .icon-circle,
footer.site-footer .icon-circle {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

header.site-header .btn,
footer.site-footer .btn {
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    height: 60px;
    padding: 0 40px;
    font-size: 1.6rem;
    position: relative;
    transition: background-color 200ms ease, color 200ms ease;
    font-weight: 600;
    justify-content: center;
    background-color: #005d1f;
    color: #fff;
    border: 2px solid transparent;
    box-sizing: border-box
}

header.site-header .btn.btn-small {
    height: 48px;
    padding: 0 20px;
    font-size: 1.4rem;
    white-space: nowrap
}

footer.site-footer.green-dark-theme a:not(.btn),
footer.site-footer.green-dark-theme a:not(.btn):hover,
footer.site-footer.green-dark-theme a:not(.btn):focus {
    color: #f6f4e9
}

header.site-header {
    font: 400 1.5em/1.2 Graphik, 'Helvetica Neue', Helvetica, sans-serif
}

header.site-header nav.main-nav .nav-primary-links a.primary {
    line-height: 1.2;
    font-family: Graphik, "Helvetica Neue", Helvetica, sans-serif;
    transition: 0s !important;
}

header.site-header .btn.btn--ui-green {
    min-width: auto
}

header.site-header nav.main-nav .nav-input[type=text]:focus {
    border: 2px solid #16a5aa;
    outline: 0;
    border: 0;
    border-bottom: 2px solid #262626
}

header.site-header nav.main-nav .faqs-links ul.faq-list li a.question {
    font-family: Graphik, "Helvetica Neue", Helvetica, sans-serif;
    margin-bottom: 0
}

header.site-header nav.main-nav .faqs-links ul.faq-list li a.question:hover,
header.site-header nav.main-nav .faqs-links ul.faq-list li a.question:focus {
    color: #005d1f;
    text-decoration: none
}

header.site-header a.right-arrow {
    margin: 0 0 0 10px;
    font-family: Graphik, "Helvetica Neue", Helvetica, sans-serif
}

header.site-header a.right-arrow:active,
header.site-header a.right-arrow:hover {
    color: #005d1f
}

header.site-header nav.main-nav .nav-sub-items a {
    margin: 0;
    font-family: Graphik, "Helvetica Neue", Helvetica, sans-serif
}
header.site-header nav.main-nav .nav-sub-items a:hover,
header.site-header nav.main-nav .nav-sub-items a:focus {
    color: #005d1f;
    text-decoration: none
}

header.site-header nav.main-nav .nav-sub-items li.menu-item.additional-link a:hover,
header.site-header nav.main-nav .nav-sub-items li.menu-item.additional-link a:focus {
    text-decoration: underline
}

header.site-header nav.main-nav .nav-primary-links > li {
    line-height: 1.2;
    font-size: 15px
}

header.site-header nav.main-nav .nav-secondary-links > li.login-li a.btn {
    min-width: auto;
    font-family: Graphik, "Helvetica Neue", Helvetica, sans-serif;
    width: auto
}

header.site-header nav.main-nav .site-search {
    position: static;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: none
}

header.site-header nav.main-nav .site-search .content-wrap {
    line-height: 18px
}

/*header.site-header ~ main section.hero {
    margin-top: 95px
}*/

/*@media screen and (min-width:768px) {
    header.site-header ~ main section.hero {
        margin-top: 104px
    }
}*/

@media screen and (max-width:992px) {
    header.site-header section.alert-banner h2 a {
        margin-top: 10px;
        margin-left: 0;
        font-size: 1.6rem
    }

    nav.main-nav.mobile-nav-open .nav-secondary-links > li button {
        width: auto
    }
}

header.site-header section.alert-banner .accordion-content p {
    line-height: 1.5
}

header.site-header section.alert-banner .accordion-content .learn-more {
    line-height: 1.5
}

header.site-header section.alert-banner .accordion-content a.white {
    color: #fff
}

header.site-header section.alert-banner .accordion-content a.white.right-arrow:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23ffffff%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E")
}

footer.site-footer #legal-disclaimer button.btn-offer-details {
    color: #f6f4e9;
    display: flex;
    font-weight: 500;
    margin-bottom: 0;
    font-family: Graphik, "Helvetica Neue", Helvetica, sans-serif
}

footer.site-footer .need-help-footer h2.column {
    color: #f6f4e9; text-transform: none;
}

footer.site-footer .need-help-footer .column {
    font-family: Graphik, "Helvetica Neue", Helvetica, sans-serif
}

footer.site-footer .need-help-footer .icon-btn {
    margin-bottom: 0;
    font-family: Graphik, "Helvetica Neue", Helvetica, sans-serif
}

footer.site-footer .need-help-footer a.icon-btn .btn-label {
    font-family: Graphik, "Helvetica Neue", Helvetica, sans-serif
}

footer.site-footer .links-footer h2 {
    color: #f6f4e9;
    text-transform: none;
    font-family: Graphik, "Helvetica Neue", Helvetica, sans-serif
}

footer.site-footer .links-footer ul li a {
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0;
    font-family: Graphik, "Helvetica Neue", Helvetica, sans-serif
}

footer.site-footer .links-footer ul li a:hover {
    text-decoration: underline !important
}

footer.site-footer .social-media .icon-btn {
    margin-bottom: 0
}

footer.site-footer .copyright p {
    line-height: 1.5;
    font-family: Graphik, "Helvetica Neue", Helvetica, sans-serif
}

footer.site-footer .footer-seals > a {
    margin-bottom: 0;
    font-weight: 400;
    font-family: Graphik, "Helvetica Neue", Helvetica, sans-serif
}

#legal-disclaimer button[aria-expanded=true] + ol.accordion-content {
    display: none;
}

footer.site-footer .disclaimer-footer .disclaimer-container#disclaimer-list {
    margin-left: 0
}

footer.site-footer .disclaimer-footer .accordion-content { list-style: decimal;}

footer.site-footer .disclaimer-footer#legal-disclaimer .disclaimer-container button.icon-btn {
    display: flex;
    margin-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-weight: 400;
    font-family: Graphik, "Helvetica Neue", Helvetica, sans-serif
}

footer.site-footer .disclaimer-footer#legal-disclaimer .disclaimer-container button.icon-btn.open {
    font-weight: 500
}

footer.site-footer .disclaimer-footer#legal-disclaimer .disclaimer-container button.icon-btn:hover:not(.disabled).white,
footer.site-footer .disclaimer-footer#legal-disclaimer .disclaimer-container button.icon-btn:focus:not(.disabled).white {
    color: #e8eef1
}

footer.site-footer .disclaimer-footer#legal-disclaimer .disclaimer-container button.icon-btn:first-child {
    border-width: 0
}

@media screen and (min-width:992px) {
    footer.site-footer .disclaimer-footer#legal-disclaimer .disclaimer-container button.icon-btn {
        border-width: 0
    }
}

footer.site-footer .disclaimer-footer#legal-disclaimer .disclaimer-container button.icon-btn.white {
    color: #fff
}

footer.site-footer .disclaimer-footer#legal-disclaimer ol.accordion-content li {
    color: #f6f4e9;
    padding-left: 20px;
    padding-bottom: 0;
    font-family: Graphik, "Helvetica Neue", Helvetica, sans-serif
}

footer.site-footer.green-dark-theme .disclaimer-footer#legal-disclaimer ol.accordion-content li a:not(.btn) {
    color: #f6f4e9;
    margin-bottom: 0;
    font-weight: 400;
    font-family: Graphik, "Helvetica Neue", Helvetica, sans-serif
}

footer.site-footer .need-help-footer .icon-btn {
    position: static;
    top: 0;
    right: 0;
    left: 0;
    width: auto;
    height: auto;
    box-shadow: 0 0 black
}

.icon-circle.yellow {
    background-color: #f5cc02
}

.faqs-links + a.right-arrow {
    margin-left: 0 !important
}

/*Added 12-01-20 to normalize header and footer*/
body {
    position: relative !important;
}

header.site-header nav.main-nav a,
header.site-header a.right-arrow,
footer.site-footer nav.main-nav a,
footer.site-footer .links-footer ul li a,
footer.site-footer a {
    box-shadow: none !important;
    margin: 0;
    font-family: inherit;
}

header.site-header a.right-arrow {
    box-shadow: none !important;
}

header.site-header nav.main-nav a.right-arrow:hover::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23005d1f%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E") !important;
}

header.site-header nav.main-nav a.right-arrow:focus::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23005d1f%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E") !important;
}

header.site-header nav.main-nav .nav-input {
    line-height: 4.4rem;
}

header.site-header a {
    box-shadow: none !important;
}
header.site-header nav.main-nav{z-index:999;}
header.site-header nav.main-nav .nav-primary-links > li.sub-menu-open .sub-items-container {
  overflow-y: auto;height:100%;
}
header.site-header nav.main-nav .nav-primary-links > li.sub-menu-open .sub-items-container .nav-sub-items{margin-bottom: 150px;}

.hrb-input-group .icon-link {
    box-shadow: none !important;
}


footer.site-footer .links-footer ul li a {
    font-size: 1.6rem !important;
}

footer.site-footer #legal-disclaimer button:focus {
    text-decoration: none !important;
}

footer.site-footer .need-help-footer .icon-btn {
    box-shadow: none !important;
    outline: none !important;
}

footer.site-footer.green-dark-theme a:not(.btn), footer.site-footer.green-dark-theme a:not(.btn):hover, footer.site-footer.green-dark-theme a:not(.btn):focus {
    font-size: .93333em;
}
.footer-seals .flex-center  a:not(.btn){
    font-size:12px !important; font-weight:400; letter-spacing:-0.1px;
}
p#hero__footnote-1 {
    font-size: 1.2rem;
    line-height: 1.3;
    padding: 40px 80px;
    position: relative;
    max-width: none;
    color: #fff;
}
.site-footer #hero__footnote-1{display:none;}

.content.shown {
    margin-top: 60px !important;
}

#disclaimer-return-btn{
      display: inline-block;
      padding: 0;
      outline: 0;
      border: 0;
      margin-right: 10px;
      vertical-align: middle;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 7px solid #fff;
      cursor: pointer;
      background: transparent;
}

#legal-disclaimer #disclaimer-return-btn {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.6 9.52' fill='%23202020'%3E%3Ctitle%3Earrow-up%3C/title%3E%3Cpath d='M7.8 0l7.8 8.86-.76.66L7.8 1.51.75 9.52 0 8.86 7.8 0z'/%3E%3C/svg%3E") no-repeat 50%;
}

#emAlert {
    display: none !important;
}
ul.nav-sub-items:last-child {
    padding-bottom: 200px;
}
@media screen and (max-width: 992px) {


    header.site-header nav.main-nav .mobile-nav-hamburger.close {
        position: fixed;
    }

    header.site-header .modal {
        height: auto !important;
    }


    header.site-header nav.main-nav .nav-sub-items, header.site-header nav.main-nav.mobile-nav-open{touch-action:none;}
    header.site-header nav.main-nav.mobile-nav-open .nav-primary-links {
        z-index: 0 !important
    }

    footer.site-footer #legal-disclaimer #disclaimer-list {
        margin-left: 0 !important
    }

    header.site-header nav.main-nav a,
    header.site-header a.right-arrow,
    footer.site-footer nav.main-nav a,
    footer.site-footer .links-footer ul li a,
    footer.site-footer a {
        font-size: 1.8rem;
        font-weight: 500;
    }
    header.site-header nav.main-nav .nav-sub-items a {
        font-size: 1.8rem !important;
    }
    /*footer.site-footer.green-dark-theme a:not(.btn), footer.site-footer.green-dark-theme a:not(.btn):hover, footer.site-footer.green-dark-theme a:not(.btn):focus {
        line-height: 48px;
    }*/
}
@media screen and (min-width: 992px){
    main[role="main"] {
        padding-top: 104px;
    }
    nav.main-nav .sub-items-container:after {display:none;}

    nav.main-nav .nav-primary-links a.primary {
        margin-bottom: 30px!important;
        top: 15px;
    }
    nav.main-nav .sub-items-container {
        padding: 50px 60px 60px 120px!important;
    }

}

@media screen and (min-width: 768px){
    main[role="main"] {
        padding-top: 120px;
    }
}
main[role="main"] {
    display: block; 
    padding-top: 90px;
}

/*Show all banners DO NOT REMOVE*/
/*#emAlert, section.alert-banner{display:none!important;}*/


nav.main-nav .mobile-nav-hamburger {
    z-index: 999;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 25px
}

nav.main-nav .mobile-nav-hamburger.close {
    position: fixed;
    top: 45px
}

@media screen and (min-width:768px) {
    nav.main-nav .mobile-nav-hamburger {
        right: 40px
    }
}

nav.main-nav .mobile-nav-hamburger .icon-burger {
    display: flex
}

nav.main-nav .mobile-nav-hamburger .icon-burger .line-icon-section {
    width: 32px;
    height: 32px;
    position: relative;
    padding: 5px 6px
}

nav.main-nav .mobile-nav-hamburger .icon-burger .line-icon-section .line-icon {
    position: absolute;
    width: 20px;
    height: 2px;
    background: #262626;
    transition: transform .3s ease-in-out
}

nav.main-nav .mobile-nav-hamburger .icon-burger .line-icon-section .line-icon:first-child {
    top: 8px
}

nav.main-nav .mobile-nav-hamburger .icon-burger .line-icon-section .line-icon:nth-child(2) {
    top: 14px
}

nav.main-nav .mobile-nav-hamburger .icon-burger .line-icon-section .line-icon:last-child {
    top: 20px
}

nav.main-nav .mobile-nav-hamburger .icon-close {
    display: none
}

nav.main-nav .mobile-nav-hamburger.close .icon-burger .line-icon-section .line-icon:first-child {
    top: 15px;
    transform: rotate(45deg)
}

nav.main-nav .mobile-nav-hamburger.close .icon-burger .line-icon-section .line-icon:nth-child(2) {
    top: 15px;
    transform: rotate(-45deg)
}

nav.main-nav .mobile-nav-hamburger.close .icon-burger .line-icon-section .line-icon:last-child {
    opacity: 0
}

nav.main-nav .mobile-nav-hamburger.close .icon-close {
    display: none
}
.icon-svg.icon-circle:before, .btn-search.icon-circle:before {
    display: none;
}
footer li [class^="icon-"], footer [class*=" icon-"] {
    width: auto !important;
}
header .alert-banner h2 {
    text-transform: initial !important;
    font-family: inherit !important;
}
header .site-search #searchInput {
height: inherit !important;
box-shadow:none !important;
border-radius: 0px !important;
border-top:0px !important;
border-bottom: 2px solid #262626 !important;
outline:none !important;
border-left:transparent;
border-right: transparent
}
header .site-search .form-group {
width:100%;
}
header .site-search .faq-list {
border-left:0px;
}
footer.site-footer .links-footer h2 {
    font-size: 1.9rem !important;
    font-family: Graphik, "Helvetica Neue", Helvetica, sans-serif !important;
    font-weight: 600;
}
header .nav-secondary-links .icon-svg {
 width: auto;
}
footer.site-footer .links-footer ul li a {
    font-family: Graphik, "Helvetica Neue", Helvetica, sans-serif !important;
}
header .modal-header {
    border-bottom: transparent !important;
}
/*added 02-24-21 hide All alert banners on all pages new reframe header and footer and Legacy end 01-24-21*/
/* #emAlert, .alert-banner{display:none!important;} */
/* #emAlert {display:none!important;} */