* {
    box-sizing: border-box;
    outline: none;
}

img,
canvas,
iframe,
video,
svg {
    max-width: 100%;
    height: auto;
}

html {
    font-size: 62.5%;
}

@media screen and (max-width: 768px) {
    html {
        font-size: 57.25%;
    }
}

body {
    font-family: "Franklin-Gothic-URW", Helvetica, Arial, sans-serif;
    font-weight: normal;
    height: 100%;
    color: #062942;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-size: 1.8rem;
    line-height: 26px;
    letter-spacing: 0;
    max-width: 1600px;
    margin: 0 auto;
}

body.fullWidthLayout {
    max-width: unset;
    background-color: #fff;
}

body.fullWidthLayout .fullWidthLayout__content,
body.fullWidthLayout .footer-nav,
body.fullWidthLayout .footer-social {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

body.fullWidthLayout .desktop-nav {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

body.noscroll {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-family: "Franklin-Gothic-URW-Med", Helvetica, Arial, sans-serif;
}

p,
span {
    font-weight: normal;
    font-family: "Franklin-Gothic-URW", Helvetica, Arial, sans-serif;
}

h1 {
    margin-top: 0;
    font-size: 4.4rem;
    line-height: 44px;
    color: #0d83dd;
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 3.6rem;
        line-height: 36px;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 3rem;
        line-height: 30px;
    }
}

h2 {
    font-size: 3.6rem;
    line-height: 36px;
    color: #0d83dd;
}

@media screen and (max-width: 768px) {
    h2 {
        font-size: 3rem;
        line-height: 30px;
    }
}

@media screen and (max-width: 480px) {
    h2 {
        font-size: 2.5rem;
        line-height: 27px;
    }
}

h3 {
    font-size: 2.5rem;
    line-height: 25px;
    color: #0d83dd;
}

@media screen and (max-width: 768px) {
    h3 {
        font-size: 2.3rem;
        line-height: 23px;
    }
}

@media screen and (max-width: 480px) {
    h3 {
        font-size: 2rem;
        line-height: 22px;
    }
}

h4 {
    font-size: 2.3rem;
    line-height: 23px;
    color: #0d83dd;
}

@media screen and (max-width: 768px) {
    h4 {
        font-size: 2rem;
        line-height: 20px;
    }
}

h5 {
    font-size: 2rem;
    line-height: 20px;
    color: #0d83dd;
}

@media screen and (max-width: 768px) {
    h5 {
        font-size: 1.8rem;
        line-height: 20px;
    }
}

a {
    color: #0d83dd;
}

a:hover {
    text-decoration: none;
}

a.image-link {
    text-decoration: none;
}

p,
q {
    font-size: 1.8rem;
    line-height: 26px;
    margin-bottom: 16px;
}

strong {
    font-family: "Franklin-Gothic-URW-Med", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

sup {
    font-size: 50%;
    top: -0.7em;
}

ol {
    font-size: 1.8rem;
    line-height: calc(28 / 18);
    font-family: "Franklin-Gothic-URW", Helvetica, Arial, sans-serif;
    padding-left: 20px;
}

ol li {
    margin-bottom: 5px;
    padding-left: 5px;
}

ol li:last-child {
    margin-bottom: 0;
}

ul {
    text-align: left;
}

ul li {
    padding-left: 0;
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: calc(28 / 18);
}

ul li:last-child {
    margin-bottom: 0;
}

ul li.no-check {
    background-image: none;
    list-style-type: disc;
    padding-left: 0;
    margin-bottom: 0;
}

ul li.no-style {
    background-image: none;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

main {
    min-height: 100%;
    padding-top: 0;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .container {
        padding: 0 15px;
    }
}

.container.no-side-pad {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 768px) {
    .container.no-side-pad-tablet {
        padding-left: 0;
        padding-right: 0;
    }
}

.container.blue-background {
    background-color: #e5f4fe;
}

.rule {
    width: 100%;
    height: 1px;
    background-color: #cdd4d9;
    margin-left: 0;
    margin-right: 0;
    max-width: 1600px;
    padding: 0 15px;
}

section {
    width: 100%;
    padding: 20px 0;
}

section.add-pad {
    padding: 3.33% 0;
}

.subtext {
    font-size: 1.4rem;
    line-height: calc(18 / 14);
    text-align: center;
    display: block;
    margin-top: 10px;
    color: #8495a2;
}

.assurance-copy {
    font-size: 1.8rem;
    line-height: calc(28 / 18);
    text-align: left;
    display: block;
    color: #aad3f3;
}

@media screen and (max-width: 1024px) {
    .assurance-copy {
        text-align: center;
    }
}

.blue-background {
    background-color: #e5f4fe;
}

.blue-white-background {
    background: #e5f4fe;
    background: linear-gradient(to bottom, #e5f4fe 0%, #e5f4fe 85%, white 85%, white 100%);
}

@media screen and (max-width: 768px) {
    .blue-white-background {
        background: #e5f4fe;
    }
}

.column-parent {
    display: flex;
    align-items: center;
}

.select-wrap {
    background-color: white;
    background-image: url("~images/icons/down-chevron.svg");
    background-repeat: no-repeat;
    background-size: 18px 10px;
    background-position: right 7px center;
    border: 2px solid #c5c7ce;
    border-radius: 4px;
    font-size: 1.8rem;
    overflow: hidden;
    max-width: 300px;
    width: 90%;
    padding: 5px;
    z-index: 1000;
}

@media screen and (max-width: 768px) {
    .select-wrap {
        margin: 0 auto;
    }
}

.select-wrap select {
    overflow: hidden;
    outline: none;
    border-radius: 4px;
    padding: 5px 8px;
    width: 130%;
    vertical-align: bottom;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
}

.one-col {
    margin: 0 auto;
    width: 80%;
}

@media screen and (max-width: 1024px) {
    .one-col {
        width: 85%;
    }
}

@media screen and (max-width: 768px) {
    .one-col {
        width: 90%;
    }
}

@media screen and (max-width: 480px) {
    .one-col {
        width: 100%;
    }
}

.text-center {
    text-align: center;
}

.hide-desktop {
    display: none;
}

@media screen and (max-width: 768px) {
    .hide-desktop {
        display: block;
    }
}

.hide-mobile {
    display: block;
}

@media screen and (max-width: 768px) {
    .hide-mobile {
        display: none;
    }
}

.hide-large-desktop {
    display: none;
}

@media screen and (max-width: 1024px) {
    .hide-large-desktop {
        display: block;
    }
}

.only-large-desktop {
    display: block;
}

@media screen and (max-width: 1024px) {
    .only-large-desktop {
        display: none;
    }
}

hr {
    border: 0 none white;
    border-top: 1px solid #c5c7ce;
    margin: 0 auto;
}

small {
    display: block;
    color: #8495a2;
    font-family: "Franklin-Gothic-URW-Book", Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    line-height: calc(19 / 14);
}

small a {
    color: #8495a2;
}

.sticky-spacer {
    display: none;
    height: 66px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .sticky-spacer {
        display: none !important;
    }
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

img:not([src]),
img.loading {
    visibility: hidden;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

.sectionHeader {
    color: #062942;
    font-family: "Franklin-Gothic-URW-Med", Helvetica, Arial, sans-serif;
    font-size: 3.6rem;
    margin: 30px 0 32px;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .sectionHeader {
        line-height: 1.3;
    }
}

table {
    table-layout: fixed;
    width: 100%;
}

td {
    width: 25%;
}

td ul {
    max-width: 100%;
    padding: 0 10px 0 30px;
    word-wrap: break-word;
}

td,
th {
    padding: 5px 10px 5px 20px;
}

blockquote {
    font-family: Georgia, serif;
    color: #062942;
    vertical-align: middle;
    text-align: left;
    font-size: 2.8rem;
    line-height: calc(43 / 28);
    text-indent: -1.05rem;
    border-top: 1px solid #c5c7ce;
    border-bottom: 1px solid #c5c7ce;
    padding: 20px 11px 20px 21.5px;
    margin: 35px 0;
}

@media screen and (max-width: 1024px) {
    blockquote {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    blockquote {
        margin: 35px 0;
    }
}

@media screen and (max-width: 480px) {
    blockquote {
        margin: 0;
    }
}

blockquote.long {
    width: 44%;
}

@media screen and (max-width: 1024px) {
    blockquote.long {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    blockquote.long {
        width: 44%;
    }
}

@media screen and (max-width: 480px) {
    blockquote.long {
        width: 100%;
    }
}

blockquote.short {
    width: 32%;
}

@media screen and (max-width: 1024px) {
    blockquote.short {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    blockquote.short {
        width: 32%;
    }
}

@media screen and (max-width: 480px) {
    blockquote.short {
        width: 100%;
    }
}

.quote-left {
    float: left;
    margin-right: 12%;
}

@media screen and (max-width: 1024px) {
    .quote-left {
        margin-right: 0;
        float: none;
    }
}

@media screen and (max-width: 768px) {
    .quote-left {
        margin-right: 12%;
        float: left;
    }
}

@media screen and (max-width: 480px) {
    .quote-left {
        margin-right: 0;
        float: none;
    }
}

.quote-right {
    margin-left: 12%;
    float: right;
}

@media screen and (max-width: 1024px) {
    .quote-right {
        margin-left: 0;
        float: none;
    }
}

@media screen and (max-width: 768px) {
    .quote-right {
        margin-left: 12%;
        float: right;
    }
}

@media screen and (max-width: 480px) {
    .quote-right {
        margin-left: 0;
        float: none;
    }
}

@font-face {
    font-family: "Franklin-Gothic-URW";
    src: url("//theme.zdassets.com/theme_assets/899047/233cca2612b3bebd0d65776f652b91e92b1b4a5f.eot?#iefix");
    src: url("//theme.zdassets.com/theme_assets/899047/233cca2612b3bebd0d65776f652b91e92b1b4a5f.eot?#iefix") format("embedded-opentype"), url("/fonts/2.woff") format("woff"), url("/fonts/3.ttf") format("truetype"), url("//theme.zdassets.com/theme_assets/899047/4b21ccab30b6ac8f73eef75dcf29578bc4a1ea94.svg") format("svg");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Franklin-Gothic-URW-Med";
    src: url("/fonts/8b0c1ae5dc5d07465dcd8146fe99767c41dfbb77.eot");
    src: url("//theme.zdassets.com/theme_assets/899047/8b0c1ae5dc5d07465dcd8146fe99767c41dfbb77.eot?#iefix") format("embedded-opentype"), url("/fonts/1.woff") format("woff"), url("/fonts/4.ttf") format("truetype"), url("//theme.zdassets.com/theme_assets/899047/037ef6c839f839ab5cb7741231cb8560d3053a2d.svg") format("svg");
    font-style: normal;
    font-weight: 500;
}

.googleSsoBtn {
    width: 100%;
    height: 54px;
    padding: 0;
    margin: 0 auto 5px;
    outline: none;
    border: 2px solid #cdd4d9;
    border-radius: 5px;
    box-shadow: none;
    cursor: pointer;
    background-color: #fff;
}

@media screen and (max-width: 1200px) {
    .googleSsoBtn {
        height: 49px;
    }
}

.googleSsoBtn .icon {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 100%;
    background-size: 100%;
}

.googleSsoBtn .text {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
    top: 2px;
    font-family: Roboto, sans-serif;
    font-size: 1.4rem !important;
    color: #062942;
}

@media screen and (min-width: 768px) {
    .googleSsoBtn:focus {
        border-color: #59a9e6;
    }

    .googleSsoBtn:focus .text {
        text-decoration: underline;
    }

    .googleSsoBtn:focus:hover .text {
        text-decoration: none;
    }
}

.header {
    display: flex;
    background-color: #fff;
    box-shadow: 0 7px 6px -4px rgba(6, 41, 66, 0.07);
    height: 100px;
    justify-content: space-between;
    max-width: 1600px;
    position: absolute;
    top: -100px;
    transform: translateY(100%);
    transition: none;
    width: 100%;
    z-index: 400;
}

@media screen and (max-width: 768px) {
    .header {
        height: 85px;
        top: -85px;
    }
}

@media screen and (max-width: 480px) {
    .header {
        height: 70px;
        top: -70px;
    }
}

.header.withTopBar {
    top: -50px;
}

@media screen and (max-width: 768px) {
    .header.withTopBar {
        top: -35px;
    }
}

@media screen and (max-width: 480px) {
    .header.withTopBar {
        top: -20px;
    }
}

.header.sticky {
    height: 60px;
    position: fixed;
    transform: translateY(0);
    transition: top 0.3s;
    top: 0;
}

.header.sticky--withTopBar {
    top: 50px;
}

@media screen and (max-width: 480px) {
    .header.sticky .header__logo a {
        width: 60px;
    }
}

@media screen and (min-width: 481px) {
    .header.sticky .header__logo a {
        width: 85px;
    }
}

.header__logo {
    align-items: center;
    display: flex;
}

.header__logo a {
    display: flex;
    width: 155px;
}

@media screen and (max-width: 480px) {
    .header__logo a {
        width: 68px;
    }
}

@media screen and (max-width: 480px) {
    .header__logo a img {
        height: auto;
        width: auto;
    }
}

@media screen and (min-width: 481px) {
    .header__logo a img {
        height: auto;
        width: auto;
    }
}

.support_chat_button {
    border: 2px solid rgba(6, 41, 66, 0.2);
    border-radius: 8px;
    font-size: 1.8rem;
    height: 40px;
    padding: 1rem 2rem;
    line-height: 1;
    margin-left: 20px;
    white-space: nowrap;
}

@media screen and (max-width: 1024px) {
    .support_chat_button {
        margin-right: 0;
    }
}

.support_chat_button:hover {
    color: #fff;
    background-color: #0d83dd;
    border-color: #0d83dd;
}

.header__container {
    background-color: #fff;
    display: flex;
    position: relative;
}

.nav {
    margin-left: 90px;
    white-space: nowrap;
}

@media screen and (max-width: 1024px) {
    .nav {
        display: flex;
        margin-left: 50px;
        margin-right: 20px;
        white-space: normal;
    }
}

@media screen and (max-width: 768px) {
    .nav {
        align-items: center;
        background-color: #fff;
        bottom: 0;
        flex-direction: column;
        justify-content: center;
        left: 0;
        margin: 0;
        padding: 10px 0 20px;
        position: absolute;
        text-align: center;
        transform: translateY(0%);
        transition: 0.3s;
        width: 100%;
        z-index: -2;
    }

    .nav.open {
        box-shadow: 0 7px 6px -4px rgba(6, 41, 66, 0.07);
        transform: translateY(100%);
    }
}

.nav__wrapper {
    align-items: center;
    display: flex;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .nav__wrapper {
        justify-content: flex-end;
    }
}

.nav__wrapper a {
    align-items: center;
    color: #062942;
    display: inline-flex;
    text-decoration: none;
    font-family: "Franklin-Gothic-URW", Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    white-space: nowrap;
}

@media screen and (max-width: 480px) {
    .nav__wrapper a.support_chat_button {
        display: none;
    }
}

@media screen and (min-width: 481px) {
    .nav__wrapper a.support_chat_button_mobile {
        display: none;
    }
}

.nav__wrapper a:not(:last-child) {
    margin-right: 30px;
}

@media screen and (max-width: 768px) {
    .nav__wrapper a:not(:last-child) {
        line-height: 2;
        margin-right: 0;
    }
}

.nav__wrapper a:not(.support_chat_button):hover {
    color: #0d83dd;
}

.nav__status {
    background-color: gray;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 6px;
}

.nav__status.none {
    background-color: #49ad57;
}

.nav__status.monitoring, .nav__status.scheduled, .nav__status.minor {
    background-color: #efc100;
}

.nav__status.investigating, .nav__status.identified {
    background-color: #ce0900;
}

.nav__menu {
    outline: none;
}

@media screen and (min-width: 769px) {
    .nav__menu {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .nav__menu {
        display: block;
        border-top: 2px solid #062942;
        border-bottom: 2px solid #062942;
        flex: 0 0 auto;
        height: 16px;
        margin: 0 5px 0 20px;
        order: 3;
        position: relative;
        width: 22px;
    }

    .nav__menu::before {
        content: '';
        background-color: #062942;
        display: block;
        height: 2px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }
}

.headerSearch {
    margin-left: auto;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .headerSearch {
        width: 100%;
        z-index: 4;
    }

    .headerSearch.open {
        box-shadow: 0 7px 6px -4px rgba(6, 41, 66, 0.07);
        top: 0;
    }
}

.headerSearch__wrapper {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1024px) and (min-width: 481px) {
    .headerSearch__wrapper {
        padding: 0 2rem;
        margin-left: 20px;
    }
}

@media screen and (max-width: 480px) {
    .headerSearch__wrapper {
        padding: 0 2rem;
    }
}

.headerSearch img {
    width: 112px;
    margin-bottom: 40px;
    margin-top: 60px;
}

@media screen and (min-width: 481px) {
    .headerSearch a {
        display: none;
    }
}

.headerSearch form {
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 768px) {
    .headerSearch form {
        margin-left: 20px;
    }
}

@media screen and (max-width: 480px) {
    .headerSearch form {
        margin-left: 0;
    }
}

.headerSearch form input {
    -webkit-appearance: none;
    background-color: #FBFDFE;
    border: 2px solid #CDD4D9;
    border-radius: 8px 0 0 8px;
    border-right: 0;
    box-sizing: border-box;
    font-size: 1.7rem;
    height: 40px;
    padding: 0 15px;
    width: 316px;
}

@media screen and (max-width: 1024px) {
    .headerSearch form input {
        font-size: 1.5rem;
        width: 100%;
    }
}

.headerSearch .st-default-search-input {
    -webkit-appearance: none;
    background-image: none;
    background-color: #FBFDFE;
    border: 2px solid #CDD4D9;
    border-radius: 8px 0 0 8px;
    border-right: 0;
    box-sizing: border-box;
    font-size: 1.7rem;
    height: 40px;
    padding: 0 15px;
    width: 466px;
}

@media screen and (max-width: 1200px) {
    .headerSearch .st-default-search-input {
        max-width: 250px;
    }
}

@media screen and (max-width: 1024px) {
    .headerSearch .st-default-search-input {
        font-size: 1.5rem;
        width: 100%;
    }
}

.headerSearch .st-default-search-input:focus {
    border-color: #CDD4D9;
}

.headerSearch__submit {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 40px;
    flex: 0 0 40px;
    justify-content: center;
    width: 60px;
    border: 2px solid #0D83DD;
    border-radius: 0 8px 8px 0;
    background-color: #0D83DD;
}

.headerSearch__submit img {
    width: 20px;
    margin: 0;
}

.headerSearch__exit {
    background-image: url("//theme.zdassets.com/theme_assets/899047/9198d0f50e97d7855ab41b5b2c1e4e47086b3e04.svg");
    background-size: cover;
    cursor: pointer;
    height: 24px;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 24px;
}

@media screen and (min-width: 481px) {
    .headerSearch__exit {
        display: none;
    }
}

body.noSearch header.header {
    position: relative;
    top: 0;
    transform: none;
    transition: none;
}

@media screen and (max-width: 768px) {
    body.noSearch header.header {
        height: 85px;
    }
}

@media screen and (max-width: 480px) {
    body.noSearch header.header {
        height: 70px;
    }
}

body.noSearch header.header .headerSearch {
    display: none;
}

body.noSearch header.header .nav__wrapper {
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    body.noSearch header.header .nav__wrapper {
        justify-content: flex-end;
    }
}

main.withStickyHeader {
    margin-top: 100px;
}

@media screen and (max-width: 768px) {
    main.withStickyHeader {
        margin-top: 85px;
    }
}

@media screen and (max-width: 480px) {
    main.withStickyHeader {
        margin-top: 70px;
    }
}

footer {
    margin-top: 50px;
}

footer .footer-logo {
    width: 100px;
    height: auto;
}

footer.sticky-cta {
    padding-bottom: 83px;
}

footer .footer-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 50px 0;
    font-family: "Franklin-Gothic-URW", Helvetica, Arial, sans-serif;
}

footer .footer-nav span {
    font-family: "Franklin-Gothic-URW", Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 1440px) {
    footer {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    footer .footer-nav {
        display: block;
        padding: 0;
    }
}

footer .footer-col {
    width: 16.67%;
    padding: 0 1%;
}

footer .footer-col:first-child {
    padding-left: 0;
}

footer .footer-col:last-child {
    padding-right: 0;
}

@media screen and (max-width: 768px) {
    footer .footer-col {
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #c5c7ce;
    }

    footer .footer-col:first-child {
        display: none;
    }

    footer .footer-col:last-child {
        border-bottom: none;
    }
}

@media screen and (max-width: 768px) {
    footer .footer-top-level:hover {
        color: #0d83dd;
    }
}

footer .footer-sub-links ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

footer .footer-sub-links ul li {
    font-size: 1.6rem;
    display: block;
    line-height: 1.25;
    margin-bottom: 12px;
    background: none;
    padding-left: 0;
}

@media screen and (max-width: 768px) {
    footer .footer-sub-links ul li {
        margin-bottom: 0;
    }
}

footer .footer-sub-links ul li:last-child {
    margin-bottom: 0;
}

footer .footer-sub-links ul li a {
    text-decoration: none;
    color: #8495a2;
    display: inline-block;
}

footer .footer-sub-links ul li a:hover {
    color: #0d83dd;
}

@media screen and (max-width: 768px) {
    footer .footer-sub-links ul li a {
        padding: 12px 15px;
        border-top: 1px solid #c5c7ce;
        color: #0d83dd;
        background: #f7f8f9;
        display: block;
    }

    footer .footer-sub-links ul li a:hover {
        color: #062942;
    }
}

@media screen and (max-width: 768px) {
    footer .footer-sub-links {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    footer .footer-sub-links {
        display: block !important;
    }
}

footer .footer-top-level {
    text-transform: uppercase;
    color: #062942;
    font-size: 1.6rem;
    line-height: 1;
    display: inline-block;
    margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
    footer .footer-top-level {
        cursor: pointer;
        padding: 12px 15px;
        margin-bottom: 0;
        display: block;
    }

    footer .footer-top-level::after {
        transition: 0.5s ease;
        content: url("~images/icons/nav-chevron.svg");
        text-decoration: none;
        float: right;
        vertical-align: middle;
        height: 18px;
    }

    footer .footer-top-level:hover {
        color: #0d83dd;
    }

    footer .footer-top-level.display-mobile-dropdown::after {
        transform: rotate(180deg);
    }
}

footer .second-row {
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
    footer .second-row {
        border-top: 1px solid #c5c7ce;
        margin-top: 0;
    }
}

footer .footer-main {
    padding: 10px 0 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

footer .footer-main .footer-logo {
    display: none;
}

@media screen and (max-width: 768px) {
    footer .footer-main .footer-logo {
        display: block;
        margin: 0 auto;
        padding-bottom: 24px;
    }
}

@media screen and (max-width: 768px) {
    footer .footer-main {
        flex-wrap: wrap;
        padding-bottom: 0;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
}

footer .footer-copy {
    font-size: 15px;
    color: #8495a2;
    line-height: calc(26 / 14);
}

footer .footer-copy.copyright {
    text-align: right;
}

@media screen and (max-width: 768px) {
    footer .footer-copy.copyright {
        padding-top: 12px;
        text-align: center;
    }
}

footer .mobile-icons-footer a {
    text-decoration: none;
}

footer .mobile-icons-footer a:first-child {
    margin-right: 15px;
}

footer .mobile-icons-footer {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 420px) {
    footer .mobile-icons-footer a:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    footer .mobile-icons-footer {
        text-align: center;
    }
}

@media screen and (max-width: 420px) {
    footer .mobile-icons-footer {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

footer .social-copyright {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

@media screen and (min-width: 769px) {
    footer .social-copyright {
        max-width: 600px;
    }
}

@media screen and (max-width: 1024px) {
    footer .social-copyright {
        width: unset;
    }
}

@media screen and (max-width: 768px) {
    footer .social-copyright {
        width: 100%;
        margin: 24px auto 0 auto;
    }

    footer .social-copyright > * {
        width: 100%;
    }
}

footer .social-copyright .mobile-apps-footer {
    margin-right: 32px;
}

@media screen and (max-width: 768px) {
    footer .social-copyright .mobile-apps-footer {
        margin: auto;
    }
}

footer .social-icons {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    footer .social-icons {
        justify-content: center;
        margin-top: 25px;
    }
}

footer .social-icon {
    width: 36px;
    height: 36px;
    margin-right: 12px;
}

footer .social-icon:last-child {
    margin-right: 0;
}

footer .social-icon:hover {
    opacity: 0.8;
}

@media screen and (max-width: 1024px) {
    footer .social-icon {
        margin-right: 25px;
    }
}

.hero {
    background-color: #eff8fe;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 15rem;
    padding-top: 4rem;
    margin-top: 100px;
}

@media screen and (max-width: 768px) {
    .hero {
        padding-bottom: 19rem;
    }
}

@media screen and (max-width: 480px) {
    .hero {
        background-size: contain;
        padding-bottom: 12rem;
        margin-top: 20px;
    }
}

.hero__container {
    text-align: center;
}

.hero__heading {
    color: #062942;
    font-family: "Franklin-Gothic-URW-Med", Helvetica, Arial, sans-serif;
    font-size: 4.4rem;
    margin-bottom: 24px;
    margin-top: 30px;
}

@media screen and (max-width: 480px) {
    .hero__heading {
        font-size: 3rem;
        line-height: 1.2;
        margin-bottom: 12px;
    }
}

.hero__heading--resultsPage {
    font-size: 2.9rem;
    margin: 10px auto 18px;
}

.hero__subHeading {
    color: #062942;
    font-family: "Franklin-Gothic-URW-Med", Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    margin-bottom: 40px;
    margin-top: 0;
    text-transform: uppercase;
}

.hero__search {
    position: relative;
}

@media screen and (max-width: 768px) {
    .hero__search {
        padding: 0 30px;
    }
}

@media screen and (max-width: 480px) {
    .hero__search {
        padding: 0;
    }
}

.hero__search input {
    background-image: url("//theme.zdassets.com/theme_assets/899047/3b26da298f9752c362f2e14e04be728b5d670b83.svg");
    background-position: 26px center;
    background-repeat: no-repeat;
    background-size: 26px;
    border: 2px solid #cdd4d9;
    border-radius: 12px;
    box-sizing: border-box;
    color: #062942;
    font-family: "Franklin-Gothic-URW", Helvetica, Arial, sans-serif;
    font-size: 2.8rem;
    height: 77px;
    max-width: 100%;
    padding: 0 7.5rem;
    width: 794px;
}

.hero__search input::placeholder {
    color: #8596A2;
}

.hero__search input:focus {
    border: 2px solid #cdd4d9;
}

@media screen and (max-width: 768px) {
    .hero__search input {
        background-position: 17px center;
        background-size: 21px;
        font-size: 2.2rem;
        height: 62px;
        padding: 0 6rem;
        width: 635px;
    }
}

@media screen and (max-width: 480px) {
    .hero__search input {
        font-size: 1.8rem;
        height: 52px;
    }
}

.hero__list {
    background-color: #fbfdfe;
    border: 2px solid #cdd4d9;
    border-radius: 8px;
    box-shadow: 4px 4px 5px 0 rgba(6, 41, 66, 0.1);
    display: none;
    list-style-type: none;
    left: 50%;
    max-width: 100%;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    width: 794px;
}

.hero__list.visible {
    display: block;
    opacity: 1;
}

.hero__listItem {
    display: flex;
    margin: 0;
    padding: 0;
}

.hero__listItem a {
    cursor: pointer;
    font-size: 2.2rem;
    padding: 1rem 2rem;
    text-decoration: none;
    width: 100%;
}

.hero__listItem a:hover {
    background-color: #eff8fe;
}

.hero__listItem a em {
    font-family: "Franklin-Gothic-URW-Med", Helvetica, Arial, sans-serif;
    font-style: normal;
}

@media screen and (max-width: 480px) {
    .hero__listItem a {
        font-size: 1.8rem;
    }
}

.hero__listItem:not(:last-child) {
    border-bottom: 2px solid #cdd4d9;
}

.hero__listItem:last-child a {
    font-family: "Franklin-Gothic-URW-Med", Helvetica, Arial, sans-serif;
}

/*
* SwiftType search
*/
.st-default-autocomplete .st-ui-type-detail {
    display: none !important;
}

.st-default-autocomplete a:nth-child(n + 7) {
    display: none !important;
}

.st-default-autocomplete a span em {
    box-shadow: none !important;
    background: none !important;
}

.noSearch .st-default-autocomplete .st-query-present {
    background-color: #fbfdfe;
    border: 2px solid #cdd4d9 !important;
    border-radius: 8px !important;
    box-shadow: 4px 4px 5px 0 rgba(6, 41, 66, 0.1) !important;
    box-sizing: border-box !important;
    display: none;
    list-style-type: none;
    left: 50%;
    max-width: 100%;
    padding: 0;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    width: 794px;
}

.noSearch .st-default-autocomplete .st-query-present a {
    cursor: pointer;
    display: flex !important;
    text-decoration: none;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.noSearch .st-default-autocomplete .st-query-present a:hover {
    background-color: #eff8fe !important;
}

@media screen and (max-width: 480px) {
    .noSearch .st-default-autocomplete .st-query-present a {
        font-size: 1.8rem !important;
    }
}

.noSearch .st-default-autocomplete .st-query-present a:nth-child(n + 7) {
    display: none !important;
}

.noSearch .st-default-autocomplete .st-query-present a:not(:last-child) {
    border-bottom: 2px solid #cdd4d9;
}

.noSearch .st-default-autocomplete .st-query-present a:last-child {
    font-family: "Franklin-Gothic-URW-Med", Helvetica, Arial, sans-serif;
}

.noSearch .st-default-autocomplete .st-query-present a span {
    font-size: 2.2rem !important;
    padding: 2rem !important;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .logo-img {
        display: none;
    }
    .logo-img-mobile {
        display: block;
    }
}

@media screen and (min-width: 481px) {
    .logo-img {
        display: block;
    }
    .logo-img-mobile {
        display: none;
    }
}

.topPages__item {
    display: inline-block !important;
    width: 600px;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    .topPages__item {
        margin: 0;
        width: 49%;
    }
}

@media screen and (max-width: 480px) {
    .topPages__item {
        width: 100%;
        margin-bottom: 0;
    }
}

.topPages__heading {
    font-size: 2.4rem;
    font-family: founders-grotesk, Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #0075dd;
    margin: 0 0 20px;
}

.topPages__item:hover .topPages__heading {
    color: #062942;
}

.topCategories {
    margin-bottom: 30px;
}

.topCategories__wrapper {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
    .topCategories__wrapper {
        justify-content: center;
    }
}

.topCategories__item {
    align-items: center;
    border: 1px solid #cdd4d9;
    border-radius: 8px;
    box-shadow: 4px 4px 0 0 rgb(6 41 66 / 10%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 auto 15px;
    padding: 3rem;
    text-align: center;
    text-decoration: none;
    width: calc(25% - 15px);
}

.topCategories__item:nth-child(n+9) {
    display: none;
}

.topCategories__item:hover {
    background-color: #eff8fe;
    border-color: #0d83dd;
    box-shadow: 4px 4px 0 0 rgb(6 41 66 / 10%);
}

@media screen and (max-width: 1024px) {
    .topCategories__item {
        margin: 0;
        padding: 3rem 1rem;
        width: 25%;
    }
}

@media screen and (max-width: 768px) {
    .topCategories__item {
        width: 33.33%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 480px) {
    .topCategories__item {
        width: calc(100% - 120px);
        margin-bottom: 0;
    }
}

.topCategories__icon {
    height: 75px;
    width: auto;
}

.topCategories__heading {
    font-size: 2.4rem;
    font-family: founders-grotesk, Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #0075dd;
    margin: 0 0 20px;
}

.topCategories__item:hover .topCategories__heading {
    color: #062942;
}

.topCategories__excerpt {
    display: block;
    color: #8495a2;
    font-size: 1.5rem;
    line-height: 1.3;
    margin: 0;
    min-height: 78px;
    width: 100%;
}

.moreCategories {
    background-color: rgba(252, 243, 204, 0.5);
    margin-top: 60px;
    padding: 0;
}

.moreCategories__container {
    align-items: center;
    display: flex;
    padding: 0 10rem;
}

@media screen and (max-width: 1024px) {
    .moreCategories__container {
        padding: 0 4rem;
    }
}

@media screen and (max-width: 768px) {
    .moreCategories__container {
        align-items: flex-start;
        padding: 6rem 6rem;
    }
}

@media screen and (max-width: 676px) {
    .moreCategories__container {
        padding: 4rem;
    }
}

@media screen and (max-width: 480px) {
    .moreCategories__container {
        flex-wrap: wrap;
        padding: 7rem 4rem;
    }
}

.moreCategories__wrapper {
    width: 100%;
    padding: 5rem 0;
}

@media screen and (max-width: 1024px) {
    .moreCategories__wrapper {
        padding: 3rem 0;
    }
}

@media screen and (max-width: 768px) {
    .moreCategories__wrapper {
        padding: 0;
    }
}

.moreCategories__heading {
    color: #062942;
    font-family: "Franklin-Gothic-URW-Med", Helvetica, Arial, sans-serif;
    margin: 20px 0;
}

@media screen and (max-width: 768px) {
    .moreCategories__heading {
        margin-top: 0;
    }
}

@media screen and (max-width: 480px) {
    .moreCategories__heading {
        font-size: 3rem;
    }
}

.moreCategories__list {
    column-count: 2;
    padding-left: 20px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .moreCategories__list {
        column-count: 1;
    }
}

.moreCategories__listItem {
    color: rgba(0, 0, 0, 0.4);
}

.moreCategories__listItem:nth-child(-n+7) {
    display: none;
}

.moreCategories__listItem a {
    color: #0d83dd;
    font-size: 2.2rem;
    padding-right: 15px;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    .moreCategories__listItem a {
        font-size: 2rem;
    }
}

.moreCategories__card {
    background-color: #fff;
    border: 1px solid #cdd4d9;
    border-radius: 8px;
    box-shadow: 4px 4px 0 0 rgba(6, 41, 66, 0.07);
    flex: 0 0 300px;
    padding: 3.6rem 3rem;
    position: relative;
    text-align: center;
    transform: translateY(-45px);
    width: 300px;
}

@media screen and (max-width: 768px) {
    .moreCategories__card {
        flex: 0 0 auto;
        max-width: 300px;
        transform: none;
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .moreCategories__card {
        margin: 50px auto 0;
        width: 100%;
    }
}

.moreCategories__cardHeading {
    color: #062942;
    font-family: "Franklin-Gothic-URW-Med", Helvetica, Arial, sans-serif;
    font-size: 2.3rem;
    line-height: 31px;
    margin-top: 4px;
    padding: 0 2rem;
}

@media screen and (max-width: 1024px) {
    .moreCategories__cardHeading {
        font-size: 2.1rem;
    }
}

.moreCategories__cardImage {
    left: -20px;
    position: absolute;
    top: -10px;
}

.moreCategories__contact {
    align-items: center;
    display: flex;
    justify-content: center;
}

.moreCategories__contact a {
    color: #0d83dd;
    font-size: 2rem;
    text-decoration: underline;
}

@media screen and (max-width: 1024px) {
    .moreCategories__contact a {
        font-size: 1.8rem;
    }
}

.moreCategories__hours {
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 30px;
    text-align: center;
}

.moreCategories__icon {
    flex: 0 0 19px;
    margin-right: 4px;
}

.faq {
    margin-bottom: 40px;
}

.faq__container {
    max-width: 980px;
}

.faq__list {
    list-style-type: none;
    padding: 0;
}

@media screen and (max-width: 768px) {
    .faq__list {
        margin: 10px 15px 0;
    }
}

.faq__heading {
    cursor: pointer;
    font-family: "Franklin-Gothic-URW", Helvetica, Arial, sans-serif;
    font-size: 2.4rem;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .faq__heading {
        font-size: 1.8rem;
    }
}

.faq__heading::after {
    content: '';
    display: block;
    height: 12px;
    border-bottom: 2px solid #cdd4d9;
    border-left: 2px solid #cdd4d9;
    position: absolute;
    right: 40px;
    top: calc(50% - 3px);
    transform: translateY(-50%) rotate(-45deg);
    width: 12px;
}

@media screen and (max-width: 768px) {
    .faq__heading::after {
        right: 10px;
    }
}

.faq__answer {
    color: #000000;
    display: block;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0, 1, 0, 1);
}

@media screen and (max-width: 480px) {
    .faq__answer {
        font-size: 1.7rem;
    }
}

.faq__answer p {
    margin: 0;
}

.faq__listItem {
    border-top: 1px solid #CDD4D9;
    margin: 0;
    padding: 2.2rem 0;
    transition: all .3s ease-in-out;
}

@media screen and (max-width: 480px) {
    .faq__listItem {
        padding: 1.8rem 0;
    }
}

.faq__listItem:last-child {
    border-bottom: 1px solid #CDD4D9;
}

.faq__listItem.open {
    padding: 3rem 0;
}

@media screen and (max-width: 480px) {
    .faq__listItem.open {
        padding: 2.4rem 0;
    }
}

.faq__listItem.open .faq__answer {
    margin: 18px 0 0;
    max-height: 1000px;
    transition: max-height 0.3s ease-in-out;
}

.faq__listItem.open .faq__heading {
    margin-bottom: 15px;
}

.faq__listItem.open .faq__heading::after {
    top: calc(50% + 3px);
    transform: translateY(-50%) rotate(135deg);
}

.results {
    margin: 0 auto;
    max-width: 100%;
    padding: 2rem 3rem;
    width: 840px;
}

@media screen and (max-width: 480px) {
    .results {
        padding: 0 2rem 2rem;
    }
}

.results__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.results__item {
    border-bottom: 1px solid #cdd4d9;
    margin-bottom: 0;
    padding: 2rem 0;
}

.results__item a {
    text-decoration: none;
}

.results__heading {
    font-size: 2.2rem;
    margin: 0;
}

.results__description {
    font-size: 1.6rem;
    margin: 8px 0;
}

.results__description em {
    font-style: normal;
    font-family: "Franklin-Gothic-URW-Med", Helvetica, Arial, sans-serif;
}

.results__category a {
    color: #8495a2;
    font-family: "Franklin-Gothic-URW-Med", Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    text-transform: uppercase;
}

.results__category a:not(:first-child) {
    display: none;
}

nav.pagination ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: center;
    margin: 65px 0 80px;
    padding: 0;
}

@media screen and (max-width: 768px) {
    nav.pagination ul {
        margin: 40px 0 10px;
    }
}

nav.pagination ul li {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 5px;
}

nav.pagination ul li a {
    align-items: center;
    border: 1px solid #b4bec6;
    border-radius: 5px;
    color: #9ba9b3;
    display: flex;
    flex: 0 0 38px;
    font-family: "Franklin-Gothic-URW-Med", Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    height: 38px;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    width: 38px;
}

nav.pagination ul li a:hover {
    color: #fbfdfe;
    background-color: #0d83dd;
    border-color: #0d83dd;
}

nav.pagination ul li.pagination-current {
    color: #fbfdfe;
    background-color: #0d83dd;
    border: 1px solid #0d83dd;
    border-radius: 5px;
    flex: 0 0 38px;
    font-family: "Franklin-Gothic-URW-Med", Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    height: 38px;
    width: 38px;
}

nav.pagination ul li.pagination-next a, nav.pagination ul li.pagination-prev a {
    background-image: url("//theme.zdassets.com/theme_assets/899047/f155e727bc2022e4a38dc44f73028507224033d4.svg");
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    font-size: 0;
}

nav.pagination ul li.pagination-next a:hover, nav.pagination ul li.pagination-prev a:hover {
    background-color: inherit;
}

nav.pagination ul li.pagination-next {
    transform: rotate(180deg);
}

nav.pagination ul li.pagination-last, nav.pagination ul li.pagination-first {
    display: none;
}

.categoryPage__header {
    background-color: #eff8fe;
    padding: 6rem 1rem;
    position: relative;
    text-align: center;
    z-index: -1;
}

.categoryPage__header h1 {
    color: #062942;
    font-family: "Franklin-Gothic-URW-Med", Helvetica, Arial, sans-serif;
    margin-bottom: 0;
}

.categoryPage__wrapper {
    display: flex;
    padding-top: 10px;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    .categoryPage__wrapper {
        padding-bottom: 410px;
        padding-left: 30px;
        padding-right: 30px;
        position: relative;
    }
}

@media screen and (max-width: 768px) {
    .categoryPage__wrapper {
        flex-wrap: wrap;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 480px) {
    .categoryPage__wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.categoryPage__breadcrumbs {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
    padding-left: 325px;
    padding-top: 3rem;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .categoryPage__breadcrumbs {
        padding-left: 340px;
    }
}

@media screen and (max-width: 768px) {
    .categoryPage__breadcrumbs {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .categoryPage__breadcrumbs {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .categoryPage__breadcrumbs--article {
        padding-left: 0;
        padding-right: 0;
    }
}

.categoryPage__breadcrumbs ol {
    display: flex;
    list-style-type: none;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .categoryPage__breadcrumbs ol {
        display: none;
    }
}

.categoryPage__breadcrumbs ol::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
    content: '';
    display: block;
    height: 100%;
    width: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.categoryPage__breadcrumbs ol li {
    color: #8495a2;
    font-size: 1.5rem;
    position: relative;
}

@media screen and (max-width: 768px) {
    .categoryPage__breadcrumbs ol li {
        padding-left: 0;
    }
}

.categoryPage__breadcrumbs ol li a {
    color: #0d83dd;
    font-size: 1.5rem;
    text-decoration: none;
}

.categoryPage__breadcrumbs ol li:not(:last-child) {
    padding-right: 22px;
}

.categoryPage__breadcrumbs ol li:not(:last-child)::after {
    content: '';
    border-bottom: 1px solid #8495a2;
    border-right: 1px solid #8495a2;
    display: block;
    height: 5px;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 5px;
}

.categoryPage__breadcrumbs ol li:last-child a {
    color: #8495a2;
}

.categoryMain {
    margin-left: 80px;
}

@media screen and (max-width: 768px) {
    .categoryMain {
        margin-left: 0;
    }
}

.subCategories__item:not(:last-child) {
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    .subCategories__item:not(:last-child) {
        margin-bottom: 60px;
    }
}

.subCategories__wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 480px) {
    .subCategories__wrapper {
        align-items: flex-start;
        flex-direction: column;
    }
}

.subCategories__heading {
    color: #062942;
    font-size: 3.6rem;
    margin-bottom: 10px;
    margin-top: 10px;
}

@media screen and (max-width: 480px) {
    .subCategories__heading {
        font-size: 2.2rem;
    }
}

.subCategories__viewAll {
    border: 2px solid #cdd4d9;
    border-radius: 8px;
    color: #0d83dd;
    display: none;
    font-size: 1.8rem;
    padding: 0.4rem 1.4rem;
    text-align: center;
    text-decoration: none;
}

@media screen and (max-width: 480px) {
    .subCategories__viewAll {
        margin: 10px auto 0;
    }
}

.subCategories__viewAll.show {
    display: block;
}

.subCategories__list {
    list-style-type: none;
    margin: 30px 0;
    padding: 0;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .subCategories__list {
        margin: 20px 0;
    }
}

.subCategories__listItem {
    border-bottom: 1px solid #cdd4d9;
    padding: 1.4rem 0;
    margin: 0;
}

.subCategories__listItem:first-child {
    border-top: 1px solid #cdd4d9;
}

.subCategories__listItem a {
    color: #0d83dd;
    font-size: 2.2rem;
    text-decoration: none;
}

@media screen and (max-width: 480px) {
    .subCategories__listItem a {
        font-size: 1.7rem;
    }
}

.supportCategories {
    background-color: rgba(252, 243, 204, 0.5);
    margin-top: 70px;
    padding: 6rem 5rem;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    .supportCategories {
        margin-top: 0;
    }
}

@media screen and (max-width: 480px) {
    .supportCategories {
        padding: 6rem 2rem;
    }
}

.supportCategories__container {
    padding: 0;
}

@media screen and (max-width: 1024px) {
    .supportCategories__container {
        padding: 0 3rem;
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    .supportCategories__container {
        bottom: 0;
        left: 0;
        max-height: 410px;
        position: absolute;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .supportCategories__container {
        padding: 0;
    }
}

.supportCategories__heading {
    color: #062942;
    font-size: 3.6rem;
    margin-top: 0;
}

@media screen and (max-width: 480px) {
    .supportCategories__heading {
        font-size: 2.2rem;
    }
}

.supportCategories__list {
    column-count: 3;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .supportCategories__list {
        column-count: 2;
    }
}

@media screen and (max-width: 480px) {
    .supportCategories__list {
        column-count: 1;
        padding-left: 16px;
    }
}

.supportCategories__list li::marker {
    color: #939ca2;
}

.supportCategories__list li a {
    display: block;
    font-size: 1.8rem;
    text-decoration: none;
    padding-right: 20px;
}

.categoriesExpander {
    align-items: center;
    color: #062942;
    cursor: pointer;
    font-size: 1.6rem;
    display: flex;
}

@media screen and (min-width: 769px) {
    .categoriesExpander {
        display: none;
    }
}

.categoriesExpander span {
    border-bottom: 1px solid #9ba9b3;
    border-top: 1px solid #9ba9b3;
    height: 9px;
    margin-bottom: 2px;
    margin-right: 10px;
    position: relative;
    width: 13px;
}

.categoriesExpander span::after {
    background-color: #9ba9b3;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.breadcrumbBack {
    color: #0d83dd;
    cursor: pointer;
    font-size: 1.8rem;
    padding-left: 10px;
    position: relative;
    text-decoration: none;
}

.breadcrumbBack::after {
    content: '';
    border-bottom: 1px solid #8495a2;
    border-right: 1px solid #8495a2;
    display: block;
    height: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    width: 5px;
}

@media screen and (min-width: 481px) {
    .breadcrumbBack {
        display: none;
    }
}

.breadcrumbBack--article {
    font-family: "Franklin-Gothic-URW-Med", Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 481px) {
    .breadcrumbBack--article {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .breadcrumbBack--article {
        display: none;
    }
}

.allCategoriesModal {
    max-width: 100%;
    position: relative;
    width: 574px;
}

.allCategoriesModal__container {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.97);
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    padding: 4rem;
    position: fixed;
    top: 0;
    transition: all 0.3s;
    width: 100%;
    z-index: 1001;
}

@media screen and (max-width: 480px) {
    .allCategoriesModal__container {
        align-items: flex-start;
        overflow: scroll;
    }
}

.allCategoriesModal__container.show {
    display: flex;
    opacity: 1;
}

.allCategoriesModal__button {
    align-items: center;
    background-color: #fff;
    border: 2px solid rgba(6, 41, 66, 0.2);
    border-radius: 5px;
    color: #062942;
    display: flex;
    font-size: 1.9rem;
    justify-content: center;
    line-height: 1;
    height: 46px;
    text-align: center;
    text-decoration: none;
    width: 125px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    .allCategoriesModal__button {
        margin-bottom: 40px;
    }
}

.allCategoriesModal__list {
    border-bottom: 1px solid #cdd4d9;
    column-count: 2;
    list-style-type: none;
    margin-bottom: 40px;
    padding: 0 0 4rem 0;
}

@media screen and (max-width: 480px) {
    .allCategoriesModal__list {
        column-count: 1;
    }
}

.allCategoriesModal__list li {
    display: block;
}

.allCategoriesModal__list li a {
    color: #0d83dd;
    font-size: 2.2rem;
    padding-right: 20px;
    text-decoration: none;
}

@media screen and (max-width: 480px) {
    .allCategoriesModal__list li a {
        font-size: 1.8rem;
    }
}

.allCategoriesModal__heading {
    color: #062942;
    font-size: 4.4rem;
}

@media screen and (max-width: 480px) {
    .allCategoriesModal__heading {
        font-size: 2.4rem;
    }
}

.allCategoriesModal__exit {
    background-image: url("//theme.zdassets.com/theme_assets/899047/ea4843520365dbf352ea7dce5efd27637d8e8454.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%;
    cursor: pointer;
    display: block;
    height: 34px;
    opacity: 0.9;
    position: fixed;
    right: 40px;
    top: 40px;
    width: 34px;
    z-index: 2;
}

@media screen and (max-width: 480px) {
    .allCategoriesModal__exit {
        height: 34px;
        width: 34px;
    }
}

.allCategoriesModal__exit:hover {
    opacity: 1;
}

.withTopBar .allCategoriesModal__exit {
    top: 90px;
}

.categoryNav {
    top: 150px;
    width: 100%;
    transform: translateY(-60px);
    position: sticky;
}

@media screen and (max-width: 768px) {
    .categoryNav {
        top: 0;
        transform: none;
        position: unset;
    }
}

.categoryNav.preview {
    top: 200px;
}

@media screen and (max-width: 768px) {
    .categoryNav.preview {
        top: 0;
    }
}

.categoryNav.js-is-stuck {
    top: auto;
}

@media screen and (min-width: 769px) {
    .categoryNav.js-is-sticky {
        max-width: 250px;
    }
}

.categoryNav__container {
    flex: 0 0 250px;
    padding-top: 0;
    position: relative;
}

@media screen and (max-width: 768px) {
    .categoryNav__container {
        flex: 0 0 auto;
        max-height: 0px;
        overflow: hidden;
        padding: 0;
        transition: 0.3s;
    }

    .categoryNav__container.show {
        max-height: 999px;
    }
}

.categoryNav__heading {
    color: #062942;
    font-family: "Franklin-Gothic-URW-Med", Helvetica, Arial, sans-serif;
    font-size: 2.4rem;
    margin-bottom: 10px;
    margin-top: 0;
}

.categoryNav__heading--article {
    margin-top: 14px;
}

@media screen and (max-width: 768px) {
    .categoryNav__heading--article {
        margin-top: 0;
    }
}

.categoryNav__categories {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    width: 100%;
}

.categoryNav__categories:nth-child(2) {
    margin-top: 20px;
}

.categoryNav__categories li {
    display: flex;
    margin: 0 0 4px 0;
    padding: 0;
}

.categoryNav__categories li a {
    color: #062942;
    font-size: 1.6rem;
    line-height: 1;
    padding: 0.8rem 0;
    text-decoration: none;
    width: 100%;
}

/*.categoryNav__categories li:nth-child(n + 7) {*/
/*    display: none;*/
/*}*/

.categoryNav__categories > li > a {
    font-family: "Franklin-Gothic-URW-Med", Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    padding-left: 1rem;
}

.categoryNav__subCategories {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 1rem;
    width: 100%;
}

.categoryNav__subCategories li {
    display: flex;
    margin: 0;
}

.categoryNav__subCategories li a {
    color: #6a7f8e;
    font-size: 1.6rem;
    line-height: 1;
    padding: 1rem;
    text-decoration: none;
    width: 100%;
}

.categoryNav__subCategories li.current a {
    background-color: #d5ecff;
    position: relative;
}

.categoryNav__subCategories li.current a::after {
    content: "";
    background-color: #68B5EB;
    border-radius: 50%;
    display: block;
    height: 5px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
}

.categoryNav__subCategories--noTopBorder {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.categoryNav__activeCategory {
    flex-direction: column;
    position: relative;
}

.categoryNav__activeCategory > a {
    position: relative;
}

.categoryNav__activeCategory > a::after {
    content: "";
    background-color: #68B5EB;
    border-radius: 50%;
    display: block;
    height: 5px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
}

.categoryNav__activeCategory > a.current {
    background-color: #d5ecff;
}

.categoryNav__activeCategory > a.current::after {
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .categoryNav__activeCategory > a.active {
        background-color: #eff8fe;
    }

    .categoryNav__activeCategory > a.active::after {
        opacity: 1;
    }
}

.categoryNav__activeSubCategories {
    padding-left: 1rem;
}

.categoryNav__activeSubCategories li {
    padding-left: 1rem;
}

.categoryNav__activeSubCategories li a {
    color: #6a7f8e;
    position: relative;
}

.categoryNav__activeSubCategories li a::after {
    content: "";
    background-color: #68B5EB;
    border-radius: 50%;
    display: block;
    height: 5px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
}

.categoryNav__activeSubCategories li.current {
    background-color: #eff8fe;
}

.categoryNav__activeSubCategories li.current a::after {
    opacity: 1;
}

.categoryNav--article {
    margin-bottom: 30px;
}

.articlePage__navWrapper {
    margin-bottom: 40px;
    border-top: 1px solid #CDD4D9;
    border-bottom: 1px solid #CDD4D9;
    padding-bottom: 20px;
    margin-top: 20px;
    padding-left: 10px;
}

.articlePage__categoryName .categoryNav__subCategories li.current a {
    font-weight: 600;
}

.articlePage__categoryName .categoryNav__subCategories li a {
    color: #062942 !important;
}

.viewAllCategories {
    color: #0d83dd;
    cursor: pointer;
    font-family: "Franklin-Gothic-URW-Med", Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 20px;
    padding: 0.8rem 1rem;
    text-decoration: none;
}

.js-is-sticky {
    top: 150px;
}

.withTopBar .js-is-sticky {
    top: 200px;
}

.articlePage__categoryName {
    margin-top: 20px;
}

.articlePage__categoryName a {
    color: #062942;
    display: block;
    font-size: 1.6rem;
    line-height: 1;
    padding: 1rem;
    text-decoration: none;
    width: 100%;
}

.articlePage__categoryName a:not(:first-child) {
    display: none;
}

.articlePage__categoryName > a {
    font-family: "Franklin-Gothic-URW-Med", Helvetica, Arial, sans-serif;
}

.articleMain__heading {
    color: #062942;
}

.articleMain__body {
    padding: 0;
    word-wrap: anywhere;
}

.articleMain__body a {
    text-decoration: none;
}

.articleMain__body h1, .articleMain__body h2, .articleMain__body h3, .articleMain__body h4, .articleMain__body h5 {
    color: #062942;
}

.articleMain__body h3 {
    margin-top: 50px;
}

.articleMain__body ol {
    padding-left: 40px;
}

.articleMain__body ol li::marker {
    font-family: "Franklin-Gothic-URW-Med", Helvetica, Arial, sans-serif;
}

.articleMain__body li br + br {
    display: none;
}

@media screen and (max-width: 1024px) {
    .articleMain__body table {
        width: 100% !important;
    }
}

.articleMain__body td,
.articleMain__body th {
    word-break: break-word;
}

.articleMain__body iframe {
    height: 100%;
    min-height: 315px;
}

@media screen and (max-width: 480px) {
    .articleMain__body iframe {
        min-height: 280px;
    }
}

.articleMain__body img {
    display: block;
    height: auto;
    max-width: 100%;
}

.articleMain__body form {
    background-color: #eef9f0 !important;
    background-image: url("//theme.zdassets.com/theme_assets/899047/27bed65a07674e5515ca5052c649c08bbe1c9a63.svg");
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    border: 1px solid #6fc57c !important;
    border-radius: 8px;
    font-size: 1.6rem;
    max-width: 690px;
    margin: 0 auto;
    padding: 1.2rem 2rem 1.2rem 7rem !important;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .articleMain__body form {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .articleMain__body form {
        padding: 1.2rem 1rem 1.2rem 5rem !important;
        background-position: 12px center;
        background-size: 22px 22px;
    }
}

.articleMain__body form::before {
    content: 'Heads Up: ';
    font-family: "Franklin-Gothic-URW-Med", Helvetica, Arial, sans-serif;
}

.articleMain__body form.note {
    background-color: #eff8fe !important;
    background-image: url("//theme.zdassets.com/theme_assets/899047/842f91cc808b7415ac6a203e2b7b899398f7ac17.svg");
    border-color: #359ce4 !important;
}

.articleMain__body form.note::before {
    content: 'Note: ';
}

.articleMain__body form.heads-up {
    background-color: #eef9f0 !important;
    background-image: url("//theme.zdassets.com/theme_assets/899047/27bed65a07674e5515ca5052c649c08bbe1c9a63.svg");
    border-color: #6fc57c !important;
}

.articleMain__body form.heads-up::before {
    content: 'Heads Up: ';
}

.articleMain__body form.important {
    background-color: #fcf3cc !important;
    background-image: url("//theme.zdassets.com/theme_assets/899047/7b50c116d0468bd20a5ea58b932e91ac88ea5faf.svg");
    border-color: #e7a700 !important;
}

.articleMain__body form.important::before {
    content: 'Important: ';
}

.requestPage {
    margin: 30px 0 60px;
}

.requestPage__container {
    display: flex;
    max-width: 768px;
    padding: 0 15px;
}

@media screen and (max-width: 768px) {
    .requestPage__container {
        padding: 0 30px;
    }
}

@media screen and (max-width: 480px) {
    .requestPage__container {
        flex-wrap: wrap;
        padding: 0 15px;
    }
}

@media screen and (max-width: 480px) {
    .requestPage__faq {
        display: none;
    }
}

@media screen and (min-width: 481px) {
    .requestPage__categories {
        display: none;
    }
}

.requestPageHero {
    background-color: #eff8fe;
    height: 270px;
}

@media screen and (max-width: 1024px) {
    .requestPageHero {
        height: 220px;
    }
}

@media screen and (max-width: 480px) {
    .requestPageHero {
        background-image: url("//theme.zdassets.com/theme_assets/899047/4fdf37232d6b4a19be90554083f920d2aa3c8604.png");
        background-position: center 90px;
        background-repeat: no-repeat;
        background-size: 53%;
        height: 156px;
    }
}

.requestPageHero__container {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.requestPageHero__col {
    align-items: center;
    display: flex;
    flex: 0 0 50%;
    width: 50%;
}

@media screen and (max-width: 480px) {
    .requestPageHero__col {
        align-items: flex-start;
        flex: 0 0 100%;
        width: 100%;
    }
}

.requestPageHero__col:last-child {
    padding: 0 20px;
}

@media screen and (max-width: 480px) {
    .requestPageHero__col:last-child {
        display: none;
    }
}

.requestPageHero__heading {
    color: #062942;
    margin-bottom: 0;
}

@media screen and (max-width: 480px) {
    .requestPageHero__heading {
        margin-top: 5px;
        text-align: center;
        width: 100%;
    }
}

.requestPageContact {
    flex: 0 0 25%;
    margin-left: 70px;
    width: 25%;
}

@media screen and (max-width: 768px) {
    .requestPageContact {
        margin-left: 50px;
    }
}

@media screen and (max-width: 550px) {
    .requestPageContact {
        margin-left: 30px;
    }
}

@media screen and (max-width: 480px) {
    .requestPageContact {
        flex: 0 0 auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 80px;
        max-width: 160px;
        text-align: center;
        width: 100%;
    }
}

.requestPageContact__heading {
    color: #062942;
}

@media screen and (max-width: 480px) {
    .requestPageContact__heading {
        font-size: 2.5rem;
    }
}

.requestPageContact__paragraph {
    font-size: 1.6rem;
    line-height: 24px;
}

.requestPageContact__paragraph--grey {
    color: #8495a2;
}

.requestPageContact__phone {
    color: #062942;
    font-family: "Franklin-Gothic-URW-Med", Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    text-decoration: none;
}

.requestPageForm {
    border-right: 1px solid #cdd4d9;
    padding-right: 7rem;
}

@media screen and (max-width: 768px) {
    .requestPageForm {
        padding-right: 5rem;
    }
}

@media screen and (max-width: 550px) {
    .requestPageForm {
        padding-right: 3rem;
    }
}

@media screen and (max-width: 480px) {
    .requestPageForm {
        padding-right: 0;
    }
}

.requestPageForm form input,
.requestPageForm form textarea {
    border: 2px solid rgba(6, 41, 66, 0.2);
    border-radius: 8px;
    width: 100%;
}

.requestPageForm form .suggestion-list {
    display: none;
}

.requestPageForm form .form-field {
    margin-bottom: 20px;
}

.requestPageForm form .form-field label {
    color: #062942;
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 6px;
    opacity: 0.5;
    text-transform: uppercase;
}

.requestPageForm form .form-field p {
    font-size: 1.5rem;
    line-height: 23px;
}

.requestPageForm form .form-field input[type="text"] {
    height: 42px;
    padding: 0 10px;
}

.requestPageForm form .form-field textarea {
    height: 170px;
    padding: 6px 10px;
    resize: none;
}

.requestPageForm form .form-field .upload-dropzone {
    border: 2px solid rgba(6, 41, 66, 0.2);
    border-radius: 8px;
    width: 100%;
}

.requestPageForm form .form-field .upload-dropzone span {
    color: #062942;
    font-size: 1.8rem;
}

.requestPageForm form .form-field .upload-dropzone span a {
    font-size: 1.8rem;
}

.requestPageForm form .form-field .upload-dropzone span::before {
    color: #cdd4d9;
}

.requestPageForm form footer input[type="submit"] {
    align-items: center;
    background-color: #85c525;
    border: none;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 2.6rem;
    justify-content: center;
    line-height: 1;
    height: 63px;
    text-align: center;
    text-decoration: none;
    width: 260px;
}

.requestPageForm form footer input[type="submit"]:hover {
    background-color: #aad662;
}

@media screen and (max-width: 480px) {
    .requestPageForm form footer input[type="submit"] {
        margin: 0 auto;
    }
}

.request_description {
    display: flex;
    flex-direction: column;
}

.request_description label {
    order: 2;
}

.request_description textarea {
    order: 3;
}

.request_description p {
    margin-bottom: 15px;
    margin-top: 0;
    order: 1;
}

.errorPage {
    margin-top: 80px;
}

@media screen and (max-width: 768px) {
    .errorPage {
        margin-top: 10px;
    }
}

.errorPage > .container {
    display: flex;
    flex-wrap: wrap;
}

.errorPage__col {
    width: 50%;
    flex: 0 0 50%;
}

@media screen and (max-width: 768px) {
    .errorPage__col {
        width: 100%;
        flex: 0 0 auto;
    }
}

.errorPage__col--left {
    padding-right: 4rem;
}

@media screen and (max-width: 768px) {
    .errorPage__col--left {
        margin-bottom: 30px;
        padding-right: 0;
    }
}

.errorPage__heading {
    font-family: "Franklin-Gothic-URW", Helvetica, Arial, sans-serif !important;
    font-size: 4rem !important;
    line-height: 1.3 !important;
}

.errorPage__description {
    font-family: "Franklin-Gothic-URW", Helvetica, Arial, sans-serif;
}

.errorPage__back {
    text-decoration: none;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.st-ui-container {
    animation: fadeIn 0.5s ease-in-out !important;
    height: 100% !important;
    left: 50% !important;
    margin: 0 !important;
    max-width: 1080px;
    padding: 0;
    top: 50% !important;
    transform: translate(-50%, -50%);
    width: 100% !important;
}

@media screen and (max-width: 1080px) {
    .st-ui-container {
        border-radius: 0 !important;
    }
}

.topBar .st-ui-container {
    height: calc(100% - 50px) !important;
    max-height: 760px;
    top: calc(50% + 25px) !important;
}

/* jetable start */
.jetable {
    border-collapse: collapse;
    position: relative;
}

.jetable tr {
    border-bottom: 1px solid #cdd4d9;
}

.jetable tr:not(:first-child) td {
    height: 85px;
}

.jetable tr:first-child {
    border-bottom: 4px solid #0d83dd;
}

.jetable tr:first-child td, .jetable tr:first-child th {
    font-weight: 600;
}

.jetable tr:first-child td:first-child, .jetable tr:first-child th:first-child {
    width: 18%;
}

.jetable tr:first-child td:nth-child(2), .jetable tr:first-child th:nth-child(2) {
    width: 25%;
}

.jetable tr:first-child td:nth-child(3), .jetable tr:first-child th:nth-child(3) {
    width: 19%;
}

.jetable tr:first-child td:nth-child(4), .jetable tr:first-child th:nth-child(4) {
    width: 15%;
}

.jetable tr:first-child td:nth-child(n + 5), .jetable tr:first-child th:nth-child(n + 5) {
    width: 9%;
}

.jetable tr td, .jetable tr th {
    padding: 5px 10px 5px 20px;
    text-align: left;
    line-height: calc(24 / 18);
}

.jetable tr td:nth-child(n + 5), .jetable tr th:nth-child(n + 5) {
    text-align: center;
}

.jetable::after {
    content: '';
    height: 2px;
    display: block;
    border-bottom: 1px solid #cdd4d9;
    width: 100%;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.jetable + .jetable {
    margin-top: 60px;
}

/* jetable end */
/* ZenDesk top bar hotfix */
.zd-hc-3PQnfZ9PzT-mSU6sNsRWjg {
    left: 0;
}

.chatLinkPopupButton {
    height: 30px;
    line-height: 30px;
    position: fixed;
    right: 20px;
    bottom: 0;
    display: inline-block;
    background: url(/images/chat-bg.png) no-repeat 10px center #12d133;
    color: #FFF;
    padding: 0 10px 0 40px;
    border: 1px solid #018102;
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;
}

@media screen and (max-width: 450px) {
    .chatLinkPopupButton {
        background: url(/images/chat-bg.png) no-repeat center #12d133;
        font-size: 0;
    }
}

.offlineOps {
    background-color: #afafaf;
    color: #FFF;
    border-color: #717171;
}

.offlineOps:hover {
    background-color: #848484;
    color: #FFF;
}