@charset "utf-8";
/* CSS Document */

/*svg icons*/

.quick-tools {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9997;
}

div#page ul.quick-links-bar li,
div.blog ul.quick-links-bar li {
    padding: 0;
    margin: 0;
    padding-left: 0;
}

div#page ul.quick-links-bar li:before,
div.blog ul.quick-links-bar li:before {
    content: none;
}

/* Quick tools
====================================== */

/* == GENERIC == */

.quick-tools h3.mToggleLinks {
    display: none;
}

.quick-tools li {
    margin: 0 20px 0 30px;
    cursor: pointer;
    list-style: none !important;
    font-size: 12px;
    font-family: "WorkSans-Regular", Arial, sans-serif;
}

.quick-tools li a {
    color: #d8d8d8;
    display: inline-block;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
    -webkit-transition-property: background-color color;
    -moz-transition-property: background-color color;
    -o-transition-property: background-color color;
    transition-property: background-color color;
}

.quick-tools li:hover a {
    color: #00a0a6;
}

.quick-tools li a:before {
    content: '';
    width: 1px;
    height: 100%;
    vertical-align: middle;
}

.quick-tools li i {
    color: #fff;
    font-size: 26px;
    vertical-align: middle;
    display: block;
    padding-left: 15px;
}

.quick-tools li span {
    color: inherit;
}

.quick-tools li:hover i {
    color: #00a0a6;
}

.ql-wrapper {
    background: #003C44;
    height: 250px;
    padding-bottom: 30px;
}

.ql-wrapper h2 {
    padding: 20px 0 0 0;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
}

.product-selector-container .ql-wrapper h2,
#page .ql-wrapper.calculators h2,
.ql-wrapper.calculators h2,
#page .ql-wrapper.helpful h2,
.ql-wrapper.here-to-help h2 {
    padding-top: 0;
    color: #003c44;
    text-align: center;
}

.ql-wrapper h2 span {
    font-family: "WorkSans-Bold", Arial, sans-serif;
}

.product-selector-container .ql-wrapper h2 {
    padding: 20px 0 0 0;
}

.product-selector-container .ql-wrapper,
.ql-wrapper.calculators,
.ql-wrapper.helpful {
    background: #ffffff;
    max-width: 1400px;
    margin: auto;
    height: 270px;
    padding-bottom: 30px;
}

.ql-wrapper.calculators {
    background: #fff;
    max-width: none;
    padding: 10px;
    height: auto;
    text-align: center;
}

.ql-wrapper.calculators.teal {
    background: #00a0a6;
}

.ql-wrapper.calculators.orange {
    background: #00414a;
}

.ql-wrapper.calculators.blue {
    background: #00414a;
}

.ql-wrapper.calculators.lime {
    background: #b2d33e;
}

.ql-wrapper.calculators.grey {
    background: #ebebeb;
}

.ql-wrapper.calculators p.center,
div#page .ql-wrapper.calculators .center {
    margin-top: 15px;
}

.ql-wrapper.here-to-help {
    background: #ebebeb;
    height: 220px;
}

.ql-wrapper.here-to-help .quick-links-bar {
    width: 100%;
    max-width: 800px !important;
    margin: 0 auto;
}

.ql-wrapper.calculators .quick-links-bar {
    display: inline-block;
}

.quick-links-bar {
    margin: 0 auto;
    padding-bottom: 10px;
    height: auto;
    position: relative;
    max-width: 1320px !important;
    width: 100%;
}

.quick-links-bar li:before {
    content: none;
}

.quick-links-bar li {
    box-sizing: border-box;
    float: left;
    font-family: "WorkSans-Regular", Arial, sans-serif;
    height: 120px;
    list-style: outside none none;
    margin: 0;
    text-align: center;
    text-indent: 0;
    width: 20%;
}

.quick-links-bar li {
    width: 16.6%;
}

.product-selector-container .quick-links-bar li {
    width: 14.2%;
}

.quick-links-bar.five_col li {
    width: 20%;
    height: 130px;
}

.quick-links-bar.four_col li {
    width: 25%;
}

.quick-links-bar.three_col li {
    width: 33.3%;
}

.quick-links-bar li .ic-home:before {
    content: url(../images/quicklinks/home.svg);
    font-family: none;
}

.quick-links-bar li .ic-cloud:before {
    content: url(../images/quicklinks/cloud.svg);
    font-family: none;
}

.quick-links-bar li .ic-wallet:before {
    content: url(../images/quicklinks/wallet.svg);
    font-family: none;
}

.quick-links-bar li .ic-card:before {
    content: url(../images/quicklinks/card.svg);
    font-family: none;
}

.quick-links-bar li .ic-car:before {
    content: url(../images/quicklinks/car.svg);
    font-family: none;
}

.quick-links-bar li .ic-calc:before {
    content: url(../images/quicklinks/calc.svg);
    font-family: none;
}

.quick-links-bar li .ic-umbrella:before {
    content: url(../images/quicklinks/umbrella.svg);
    font-family: none;
}

.ic-online-white:before {
    content: url(../images/quicklinks/desktop-w.svg);
    font-family: none;
}

.ic-mobile-white:before {
    content: url(../images/quicklinks/mobile-w.svg);
    font-family: none;
}

.ic-pin-white:before {
    content: url(../images/quicklinks/pin-w.svg);
    font-family: none;
}

.ic-card-white:before {
    content: url(../images/quicklinks/card-w.svg);
    font-family: none;
}

.ic-phone-white:before {
    content: url(../images/quicklinks/phone-w.svg);
    font-family: none;
}

.ic-ATM-white:before {
    content: url(../images/quicklinks/atm-w.svg);
    font-family: none;
}

.ic-ATM-white:before {
    content: url(../images/quicklinks/atm-w.svg);
    font-family: none;
}
.ic-chat:before {
    content: url(../images/quicklinks/ic-chat.svg);
    font-family: none;
}
.ic-weding:before {
    content: url(../images/quicklinks/ic-weding.svg);
    font-family: none;
}
.ic-users:before {
    content: url(../images/quicklinks/ic-users.svg);
    font-family: none;
}
.ic-map:before {
    content: url(../images/quicklinks/ic-map.svg);
    font-family: none;
}
.ic-house:before {
    content: url(../images/quicklinks/ic-house.svg);
    font-family: none;
}
.ic-file:before {
    content: url(../images/quicklinks/ic-file.svg);
    font-family: none;
}
.ic-tap:before {
    content: url(../images/quicklinks/ic-tap.svg);
    font-family: none;
}
.ic-donate:before {
    content: url(../images/quicklinks/ic-donate.svg);
    font-family: none;
}
.ic-dollar:before {
    content: url(../images/quicklinks/ic-dolar.svg);
    font-family: none;
}
.ic-couch.ic-file:before {
    content: url(../images/quicklinks/ic-couch.svg);
    font-family: none;
}
.ic-contact:before {
    content: url(../images/quicklinks/ic-contact.svg);
    font-family: none;
}
.ic-badge:before {
    content: url(../images/quicklinks/ic-badge.svg);
    font-family: none;
}
.ic-community:before {
    content: url(../images/quicklinks/ic-community.svg);
    font-family: none;
}
.ic-contact-us:before {
    content: url(../images/quicklinks/ic-contact-us.svg);
    font-family: none;
}
.ic-bars:before {
    content: url(../images/quicklinks/ic-bars.svg);
    font-family: none;
}
.ic-apply:before {
    content: url(../images/quicklinks/ic-apply.svg);
    font-family: none;
}
.ic-career:before {
    content: url(../images/quicklinks/ic-career.svg);
    font-family: none;
}
.quick-links-bar li a:before {
    display: block;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(.35);
    font-size: 13rem;
    color: #00414a;
    height: 95px;
    padding-bottom: 25px;
}

@media screen and (max-width: 1023px) {
    .quick-links-bar li a:before {
        height: 65px;
    }
}

@media screen and (max-width: 765px) {
    .quick-links-bar li a:before {
        font-size: 3rem;
    }
}

.ql-wrapper.here-to-help .quick-links-bar li a:before {
    color: #00414a;
}

.ql-wrapper.helpful .quick-links-bar li a:before {
    content: none;
}

.ql-wrapper.helpful .quick-links-bar li a img,
.ql-wrapper.calculators .quick-links-bar li a img {
    width: 100%;
    padding: 0 0 20px 0;
    display: block;
    height: auto;
    max-width: 70px;
    margin: 0 auto;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

.ql-wrapper.helpful .quick-links-bar li a img:hover,
.ql-wrapper.calculators .quick-links-bar li a img:hover {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
}

.quick-links-bar li a {
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    height: 100%;
    text-decoration: none;
    font-family: "WorkSans-Regular", Arial, sans-serif;
}

.quick-links-bar li a span {
    line-height: 16px;
}

.quick-links-bar.bbox li a span {
    font-family: "WorkSans-Medium", Arial, sans-serif;
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1.7rem;
         padding: 0 15px;
}

@media screen and (min-width:1290px) {
    .quick-links-bar.bbox li a span {
        padding: 0 45px;
    }
}

.product-selector-container .quick-links-bar li a,
.ql-wrapper.calculators .quick-links-bar li a,
.ql-wrapper.helpful .quick-links-bar li a {
    color: #000;
    font-family: "WorkSans-Medium", Arial, sans-serif;
}

.product-selector-container .quick-links-bar li div:hover {
    width: 115px;
    -webkit-transition: all 200ms ease-in;
}

@media screen and (min-width:768px) {
    .quick-links-bar a:hover:before {
        -webkit-transition: all 200ms ease-in;
        -webkit-transform: scale(.45);
        -ms-transition: all 200ms ease-in;
        -ms-transform: scale(.45);
        -moz-transition: all 200ms ease-in;
        -moz-transform: scale(.45);
        transition: all 200ms ease-in;
        transform: scale(.45);
    }
}

/* == INTERNAL == */

.qt-wrapper-internal {
    background-color: #f6f6f6;
    width: 100%;
    height: 150px;
    margin-top: 50px;
}

.qt-wrapper-internal ul {
    height: 100%;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

.qt-wrapper-internal li {
    float: left;
    height: 100%;
    width: 20%;
}

.qt-wrapper-internal li a {
    text-align: center;
    color: #808080;
}

.qt-wrapper-internal li:hover a {
    background-color: #fff;
}

.qt-wrapper-internal ul.quick-tools li {
    margin: 0;
    font-size: 18px;
}

.qt-wrapper-internal ul.quick-tools li a:before {
    display: none;
}

.qt-wrapper-internal ul.quick-tools li i {
    display: block;
    padding-left: 20px;
    padding-top: 40px;
}

.qt-wrapper-internal ul.quick-tools li span {
    clear: both;
}

.qt-wrapper-home .quick-tools li {
    display: block;
    width: 100%;
    text-align: center;
    border-right: 0;
    margin: 0;
    padding: 10px 0;
}

/*.qt-wrapper-home {
    width: 24%;
}*/

/* == POPUP STYLES == */

#slide_background,
#slide2_background,
#slide3_background,
#slide4_background,
#slide5_background {
    -webkit-transition: all 0.3s 0.3s;
    -moz-transition: all 0.3s 0.3s;
    -o-transition: all 0.3s 0.3s;
    transition: all 0.3s 0.3s;
}

#slide,
#slide2,
#slide3,
#slide4,
#slide5,
#slide_wrapper,
#slid2_wrapper,
#slide3_wrapper,
#slide4_wrapper,
#slide5_wrapper {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

#slide,
#slide2,
#slide3,
#slide4,
#slide5 {
    -webkit-transform: translateX(0) translateY(-40%);
    -moz-transform: translateX(0) translateY(-40%);
    -ms-transform: translateX(0) translateY(-40%);
    -o-transform: translateX(0) translateY(-40%);
    transform: translateX(0) translateY(-40%);
    display: none;
    background-color: #fff;
    border: none !important;
    border-radius: 8px;
    width: 60%;
    font-size: 1em;
    line-height: 1.5em;
    z-index: 9999;
    position: absolute;
    padding: 0;
    color: #666;
}

.popup_content:focus {
    outline: none;
}

.popup_visible #slide,
.popup_visible #slide2,
.popup_visible #slide3,
.popup_visible #slide4,
.popup_visible #slide5 {
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
}

.popup_content span[class*="_close"] {
    color: #fff;
    display: block;
    float: right;
    padding: 15px 10px;
    cursor: pointer;
    z-index: 9999;
    position: relative;
}

/*.popup_content span[class*="_close"]:after {
    float: right;
    content: "\e910";
    font-size: 22px;
    display: inline-block;
    line-height: 20px;
    color: #ffffff;
}*/

.popup_content h2 {
    padding: 2%;
    color: #fff;
    background-color: #00a0a6;
    text-align: center;
    border-radius: 8px 8px 0 0;
    position: relative;
    max-width: none;
}

#slide.popup_content h2 {
    /*    background: url(../images/rotator/tree-1200.jpg) no-repeat scroll right center;*/
    background: #00a0a6;
}

#slide2.popup_content h2 {
    background: #00a0a6;
}

#slide3.popup_content h2 {
    background: #00a0a6;
}

#slide4.popup_content h2 {
    background: #00a0a6;
}

#slide5.popup_content h2 {
    background: #00a0a6;
}

.popup_content h2:before,
.popup_content h2:after {
    top: 100%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.popup_content h2:after {
    border-color: rgba(0, 120, 194, 0);
    border-top-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}

.popup_content .quicklinks-table {
    padding: 30px;
}

.popup_content .quicklinks-table table.two-col-layout-cta {
    margin: 0 !important;
}

ul.quicklinks-popup {
    width: 100%;
}

ul.quicklinks-popup li a {
    color: #00a0a6;
    font-size: 16px;
}

ul.quicklinks-popup li {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    height: 60px;
    font-size: 20px;
    overflow: hidden;
    margin: 0;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #999;
}

ul.quicklinks-popup li p {
    font-size: 14px;
}

.qt-wrapper-home .quick-tools li {
    display: block;
    width: 100%;
    text-align: center;
    border-right: 0;
    margin: 0;
    padding: 10px 0;
}

.qt-wrapper-home {
    width: 100%;
    top: 210px !important;
}

.qt-wrapper-home .quick-tools li:last-child,
ul.quicklinks-popup li:last-child {
    border-bottom: none;
}

ul.quicklinks-popup li {
    padding: 0;
    height: auto;
    width: 33%;
    min-height: 114px;
    float: none;
    display: inline-block;
    vertical-align: top;
}

ul.quicklinks-popup li:nth-child(3n+0) {
    width: 33.3%;
}

/* Microsoft Edge Browser 12+ (All) - @supports method */

@supports (-ms-ime-align:auto) {
    ul.quicklinks-popup li:nth-child(3n+0) {
        width: 33%;
    }
}

ul.quicklinks-popup li a {
    padding: 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    display: block;
    min-height: 114px;
}

ul.quicklinks-popup li:hover,
ul.quicklinks-popup li a:hover {
    background: #f3f2f2;
    color: #333;
    border-radius: 0 0 8px 8px;
}

ul.quicklinks-popup li a span {
    margin: 10px 0 0 44px;
    line-height: 21px;
    font-size: 14px;
    color: #000000;
    display: block;
}

ul.quicklinks-popup li a span.title {
    margin: 0 0 0 44px;
    line-height: 18px;
    font-size: 16px;
    color: #00414a;
     font-family: "WorkSans-regular", Arial, sans-serif!important;
}

ul.quicklinks-popup li a span.desc {
    font-family: "WorkSans-regular", Arial, sans-serif!important;
}

ul.quicklinks-popup li a span.icon-quicklinks {
    position: absolute;
    top: 20px;
    left: 20px;
    margin: 0;
    font-size: 24px;
    line-height: 28px;
    text-transform: none;
    color: #b2d33e;
}

/*.qt-wrapper-home .quick-tools li:last-child,
ul.quicklinks-popup li:last-child {
    border-bottom: none;
}
ul.quicklinks-popup li {
    padding: 0;
    height: auto;
    width: 33%;
    min-height: 114px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
ul.quicklinks-popup li a {
    padding: 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    display: block;
}
ul.quicklinks-popup li:hover,
ul.quicklinks-popup li a:hover {
    background: #f3f2f2;
    color: #333;
}
ul.quicklinks-popup li a span {
    margin: 10px 0 0 44px;
    line-height: 21px;
    font-size: 14px;
    color: #000000;
    display: block;
}
ul.quicklinks-popup li a span.title {
    margin: 0 0 0 44px;
    line-height: 18px;
    font-size: 16px;
    color: #00a0a6;
}
ul.quicklinks-popup li a span.desc {
    font-family:"WorkSans-Regular", Arial, sans-serif;
}
ul.quicklinks-popup li a span.icon-quicklinks {
    position: absolute;
    top: 20px;
    left: 20px;
    margin: 0;
    font-size: 24px;
    line-height: 28px;
    text-transform: none;
    color: #b2d33e;
}*/

@media all and (max-width: 1550px) {
    ul.quicklinks-popup li {
        width: 32.8%;
    }
}

@media all and (max-width: 1230px) {
    .quick-tools li {
        margin: 0 20px;
    }
    .quick-tools li a[class^="icon-"]:before,
    .quick-tools li a[class*=" icon-"]:before {
        font-size: 38px;
    }
    ul.quicklinks-popup li {
        width: 32.8%;
    }
}

@media all and (max-width: 1023px) {
    .qt-wrapper-home .quick-tools li {
        display: block;
        width: 100%;
        text-align: left;
        border-right: 0;
        margin: 0 10px;
    }
    ul.quicklinks-popup li,
    ul.quicklinks-popup li:nth-child(3n+0) {
        width: 100%;
        height: auto;
        border-bottom: 1px solid #ccc;
        min-height: 75px;
        margin: 0;
    }
    ul.quicklinks-popup li a {
        padding: 12px;
        min-height: 75px;
    }
    ul.quicklinks-popup li a span.icon-quicklinks {
        top: 12px;
        left: 16px;
    }
    .qt-wrapper-home .quick-tools li:last-child {
        border-bottom: none;
    }
    .quick-tools li a:before {
        content: none;
    }
    .quick-tools li i {
        display: block;
    }
    .qt-wrapper-internal ul.quick-tools li i {
        display: block;
        padding-left: 20px;
        padding-top: 40px;
        padding-bottom: 10px;
    }
    .qt-wrapper-home .quick-tools li {
        text-align: center;
        margin: 0;
    }
    .quick-links-bar li {
        height: 100px;
    }
    .ql-wrapper {
        height: 220px;
    }
}

@media all and (max-width: 875px) {
    .qt-wrapper-home [class^="icon-"] span,
    .qt-wrapper-home [class*=" icon-"] span {
        display: block;
        padding: 0 15px;
    }
    .qt-wrapper-home .quick-tools li {
        text-align: center;
        margin: 0;
    }
    .qt-wrapper-home,
    .qt-wrapper-internal {
        width: 100%;
        top: auto !important;
        /*display: none;
        bottom: 62px;
        position: fixed;
        height: 26em;*/
    }
    .qt-wrapper-home .quick-tools,
    .qt-wrapper-internal .quick-tools {
        padding-top: 0;
    }
    .quick-links-bar li a {
        padding: 5px;
    }
    .quick-links-bar li a {
        -moz-transform: none;
        transition: none;
        transform: none;
    }
}

@media all and (max-width: 765px) {
    .quick-links-bar {
        height: 100%;
        min-height: 90px;
    }
    .product-selector-container .ql-wrapper,
    .ql-wrapper,
    .ql-wrapper.calculators,
    .ql-wrapper.helpful,
    .ql-wrapper.here-to-help {
        height: auto;
        min-height: 130px;
        padding: 20px;
    }
    .ql-wrapper h2 {
        padding: 20px 0;
    }
    .product-selector-container .quick-links-bar li a:before,
    .quick-links-bar li a:before {
        transform: scale(.9);
        display: inline-block;
        padding: 0 10px;
        width: 50px;
        height: 45px;
        vertical-align: middle;
    }
    .quick-links-bar.three_col li a:before,
    .quick-links-bar.five_col li a:before,
    .quick-links-bar.four_col li a:before {
        display: block;
        width: auto;
    }
    .product-selector-container .quick-links-bar li a span,
    .quick-links-bar li a span {
        font-size: 1em;
        line-height: 60px;
        vertical-align: middle;
        position: relative;
        height: auto;
    }
    .quick-links-bar li {
        float: none;
        clear: both;
        height: 60px;
    }
    div#page .ql-wrapper.calculators .quick-links-bar,
    div#page .ql-wrapper.here-to-help .quick-links-bar,
    div#page .ql-wrapper .quick-links-bar.five_col {
        text-align: center;
        margin-bottom: 0;
    }
    .ql-wrapper .quick-links-bar.three_col li,
    .ql-wrapper .quick-links-bar.five_col li {
        width: 33%;
        display: inline-block;
        text-align: center;
        float: left;
        clear: none;
        vertical-align: top;
        height: auto;
    }
    .product-selector-container .quick-links-bar li,
    .ql-wrapper .quick-links-bar li {
        width: 100%;
        display: block;
        text-align: left;
    }
    .ql-wrapper .quick-links-bar.five_col li:nth-child(4),
    .ql-wrapper .quick-links-bar.five_col li:last-child {
        float: none;
        clear: both;
    }
    .ql-wrapper .quick-links-bar.four_col li {
        width: 49%;
        display: inline-block;
        text-align: center;
        float: none;
        clear: both;
        vertical-align: top;
        height: auto;
    }
    .ql-wrapper .quick-links-bar.five_col li a:before {
        display: block;
        width: 50px;
        height: 60px;
        margin: auto;
    }
    .ql-wrapper .quick-links-bar.five_col li a {
        padding: 0;
    }
    .ql-wrapper .quick-links-bar li a span {
        font-size: 0.8em;
        line-height: 1em;
        padding: 0;
    }
    .quick-links-bar.three_col li a span,
    .quick-links-bar.four_col li a span,
    .quick-links-bar.five_col li a span {
        padding: 10px;
        display: block;
    }
    ul.quicklinks-popup li:hover,
    ul.quicklinks-popup li a:hover {
        border-radius: 0;
    }
    .ql-wrapper.helpful .quick-links-bar li a img,
    .ql-wrapper.calculators .quick-links-bar li a img {
        padding: 0;
    }
}

@media all and (max-width: 640px) {
    h3.mToggleLinks {
        display: block !important;
        width: 95px;
        position: fixed;
        bottom: 0;
        right: 0;
        padding: 0;
        line-height: 26px;
        background: rgba(0, 43, 84, 0.85);
        border-radius: 10px 0 0 0;
        color: #ffffff;
        z-index: 99999;
        height: 60px;
        margin: 0;
        text-align: center;
        font-size: 14px;
        font-weight: normal;
    }
    .qt-wrapper-home .quick-tools li span,
    .qt-wrapper-internal .quick-tools li span {
        font-size: 1em;
    }
    .qt-wrapper-home .quick-tools li a,
    .qt-wrapper-internal .quick-tools li a {
        text-align: center;
        padding: 0.8rem 0.5rem;
        max-width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .qt-wrapper-home [class^="icon-"] span,
    .qt-wrapper-home [class*=" icon-"] span,
    .qt-wrapper-internal [class^="icon-"] span,
    .qt-wrapper-internal [class*=" icon-"] span {
        display: inline-block;
    }
    .qt-wrapper-internal ul.quick-tools li i {
        padding: 0;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
    }
    .qt-wrapper-home .quick-tools li a[class^="icon-"]:before,
    .qt-wrapper-home .quick-tools li a[class*=" icon-"]:before,
    .qt-wrapper-internal .quick-tools li a[class^="icon-"]:before,
    .qt-wrapper-internal .quick-tools li a[class*=" icon-"]:before {
        font-size: 44px;
        line-height: 20px;
    }
    .qt-wrapper-home .quick-tools li a,
    .qt-wrapper-internal .quick-tools li a {
        margin-right: 0;
        vertical-align: middle;
        line-height: 23px;
    }
    .quick-tools li a:before {
        content: none;
        width: 1px;
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }
    .quick-tools li i:before {
        left: 6px;
    }
    .quick-tools li i {
        font-size: 23px;
    }
    .qt-wrapper-internal ul.quick-tools li i {
        padding-bottom: 10px;
    }
    h3.mToggleLinks:before {
        content: "\e905";
        font-family: 'icomoon';
        color: #ffffff;
        display: block;
        font-size: 30px;
    }
    h3.mToggleLinks.active:before {
        content: "\e902";
        font-family: 'icomoon';
        color: #ffffff;
        display: block;
        font-size: 30px;
    }
    .qt-wrapper-internal ul.quick-tools li,
    .qt-wrapper-home ul.quick-tools li {
        height: 20%;
        max-width: 100%;
        display: block;
        width: 100%;
        text-align: left;
        border-right: 0;
        margin: 0;
        padding: 0;
    }
    .qt-wrapper-internal li:hover a {
        background-color: transparent;
    }
    .ql-wrapper {
        padding: 25px 0;
    }
    .product-selector-container .ql-wrapper h2,
    #page .ql-wrapper.calculators h2,
    #page .ql-wrapper.helpful h2,
    .ql-wrapper.here-to-help h2 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media all and (max-width: 600px) {
    .popup_content .quicklinks-table table.two-col-layout-cta td:last-child p {
        width: 50%;
    }
    ul.quicklinks-popup li:last-child {
        margin: 0 0 10px 0;
    }
}

@media all and (max-width: 465px) {
    .popup_content .quicklinks-table table.two-col-layout-cta td:last-child p {
        width: 100%;
        margin: 0 0 20px 0;
    }
}

.quick-links-bar li a:before:before {
    content: "";
    font-family: none;
    background-image: url(../images/quicklinks/home.svg)
}