/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.3/customize/?id=96d23d8d4894de8df0af52ee57b603cb)
 * Config saved to config.json and https://gist.github.com/96d23d8d4894de8df0af52ee57b603cb
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: 0;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    background-color: #ffffff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 22px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 352px;
    margin-bottom: 352px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 768px) {
    .container {
        width: 720px;
    }
}

@media (min-width: 1024px) {
    .container {
        width: 940px;
    }
}

@media (min-width: 1280px) {
    .container {
        width: 1140px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1024px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1280px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }

    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }

    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1280px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1280px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1280px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1280px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1280px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/**
 * selectize.css (v0.12.4)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, 0.06) !important;
    border: 0 none !important;
    -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
    box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: 0.4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important;
}

.plansmart-contact-form .form-user-grp > .error + .selectize-control .selectize-input{
    color: #eb4646;
    fill: #eb4646;
    border-color: #eb4646;
    background-color: #f5d0d0 !important;
    background-color: rgba(245, 208, 208, 0.3);
}

.selectize-dropdown-header-close:hover {
    color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    /* fixes ie bug (see #392) */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0 0;
    border-left: 1px solid #d0d0d0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #ffffff;
}
.selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 28px;
    top: 6px;
    font-size: 23px;
}
.selectize-control {
    position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
    background: #ffffff;
    cursor: text;
    display: inline-block;
}
.selectize-input {
    height: 40px;
    overflow: hidden;
    width: 100%;
    color: #333;
    background-color: #FFF;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    outline: none;
    padding: 7px 12px;
}
.selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px;
}
.selectize-input.full {
    background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default !important;
}
.selectize-input.focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.selectize-input > * {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    line-height: 22px;
    *display: inline;
    height: 20px;
    overflow: hidden;
}
.selectize-control.multi .selectize-input > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
    color: #7d7d7d;
    background: #ffffff;
    border: 0 solid #ffffff;
}
.selectize-input > input {
    position: absolute ;
    padding: 7px 12px;
    width: 100% !important;
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 90% !important;
    margin: 0 2px 0 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
    display: none;
}
.selectize-input > input:focus {
    outline: none !important;
}
.selectize-input::after {
    content: ' ';
    display: block;
    clear: left;
}
.selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
}
.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #ffffff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, 0.2);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
    padding: 5px 12px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
    color: #303030;
    background: #ffffff;
    cursor: default;
}
.selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68;
}
.selectize-dropdown .active.create {
    color: #495c68;
}
.selectize-dropdown .create {
    color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text;
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto;
}
.selectize-control.rtl .selectize-input > input {
    margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
    opacity: 0.5;
    background-color: #fafafa;
}

.selectize-control{
    max-height:40px;
}

.plansmart-contact-form .form-user-grp > .error + .selectize-control .selectize-input input::placeholder{
    color: #eb4646 !important;
}

.plansmart-contact-form .form-user-grp > .error + .selectize-control .selectize-input input:-ms-input-placeholder{
    color: #eb4646 !important;
}

.plansmart-contact-form .form-user-grp > .error + .selectize-control .selectize-input input::-webkit-input-placeholder{
    color: #eb4646 !important;
}
body {
    width: 100%;
    height: 100%;
    font-family: 'Arial', 'Helvetica', 'sans-serif';
    font-weight: normal;
    color: #333;
    position: relative;
    overflow-x: hidden;
}

table {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    width: 100%;
    margin: 0 auto 20px;
}

b,
strong {
    font-weight: bold;
}

ul,
ol {
    list-style-type: none;
}

a {
    color: #0061A0;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #0090DA;
    text-decoration: underline;
}

a:focus {
    outline: hidden;
}

a:active,
a:visited {
    text-decoration: none;
}

::-ms-clear {
    display: none !important;
    width: 0;
    height: 0;
    color: transparent;
}

input, select, textarea {
    height: 40px;
    width: 100%;
    color: #333;
    background-color: #FFF;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    outline: none;
    padding: 7px 12px;
}

input[type=text]::-ms-clear {
    display: none !important;
    width: 0;
    height: 0;
    color: transparent;
}

input[type="radio"] {
    display: inline-block;
    height: 20px;
    width: 20px;
    top: 5px;
    left: 7px;
    position: relative;
    -webkit-appearance: radio;
    -moz-appearance: radio;
    -o-appearance: radio;
    -ms-appearance: radio;
    margin-right: 4px;
}

select {
    position: relative;
    z-index: 500;
    background-color: transparent;
}

select::-webkit-input-placeholder {
    color: #666;
}

select::-ms-expand {
    display: none;
}

img {
    width: 100%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media all and (min-width: 0\0
) and (min-resolution: .001dpcm) {
    select {
        background-image: url('../../../static/images/icon_selectionarrows_white.png') !important;
    }
}

@-moz-document url-prefix() {
    option {
        padding: 3.5px 0 3.5px 15px
    }
}

textarea {
    height: 120px;
    resize: none;
}

@media screen and (min-width: 768px) {
    a[href*='tel:'] {
        color: #333;
        pointer-events: none;
    }

    a[href*='tel:']:hover {
        color: #333;
        text-decoration: none;
        cursor: default;
    }
}

/* Icons */
.icon {
    position: relative;
    height: 20px;
    width: 20px;
    fill: #fff;
}

.icon-close {
    height: 16px;
    width: 16px;
}

.icon-crosshair {
    height: 26px;
    width: 26px;
    fill: #333;
}

.icon-minus {
    left: 36px;
}

.icon.blue {
    fill: #0061a0;
}

.icon.blue:hover {
    fill: #0090da;
}
/* General */
.container {
    width: 100%;
}

.wrapper {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}

.col {
    float: left;
}

/* Display */
.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.table {
    display: table !important;
}

/* Position */
.relative {
    position: relative;
    overflow: hidden;
}

.static {
    position: static;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

/* Width */
.full-width {
    width: 100% !important;
}

/* Text/Font */
.text-center {
    text-align: center;
}

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

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

.text-normal {
    font-weight: normal;
}

.text-bold {
    font-weight: bold;
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
}

.newline {
    white-space: pre;
}

.newline:after {
    content: "\A";
}

/* Colors */
.brand-1st {
    color: #0061a0;
    fill: #0061a0;
}

.brand-1st-inv {
    color: #3d9cdb;
    fill: #3d9cdb;
}

.brand-2nd {
    color: #8caa0a;
    fill: #8caa0a;
}

.brand-2nd-inv {
    color: #e7f1c5;
    fill: #e7f1c5;
}

.brand-3rd {
    color: #0e5dae;
    fill: #0e5dae;
}

.brand-4th {
    color: #7a9816;
    fill: #7a9816;
}

.brand-5th {
    color: #e5f4fb;
    fill: #e5f4fb;
}

.brand-6th {
    color: #a4d8f1;
    fill: #a4d8f1;
}

.brand-gray-1st {
    color: #666;
    fill: #666
}

.brand-gray-2nd {
    color: #aaa;
    fill: #aaa
}

.brand-gray-3rd {
    color: #efefef;
    fill: #efefef
}

.brand-gray-4th {
    color: #333;
    fill: #333;
}

.brand-gray-5th {
    color: #999;
    fill: #999;
}

.error {
    color: #eb4646;
    fill: #eb4646;
    border-color: #eb4646;
    background-color: #f5d0d0 !important;
    background-color: rgba(245, 208, 208, 0.35);
}

.warning {
    color: #ff8400;
    fill: #ff8400;
}

.white {
    color: #fff;
    fill: #fff;
}

/* Background Colors */
.bg-brand-1st {
    background-color: #2c77c5;
}

.bg-brand-1st-inv {
    background-color: #3d9cdb;
}

.bg-brand-2nd {
    background-color: #8caa0a;
}

.bg-brand-2nd-inv {
    background-color: #e7f1c5;
}

.bg-brand-3rd {
    background-color: #0e5dae;
}

.bg-brand-4th {
    background-color: #7a9816;
}

.bg-error {
    background-color: #b00;
}

.bg-warning {
    background-color: #ff8400;
}

.bg-white {
    background-color: #fff;
}

.bg-gray-1st {
    background-color: #f2f2f2;
}

.bg-gray-2nd {
    background-color: #afafaf;
}

.bg-gray-3rd {
    background-color: #9f9f9f;
}

.bg-gray-49 {
    background-color: #494949;
}

.bg-gray-5th {
    background-color: #e3e3e3;
}

/* Borders */
.border {
    border: 1px solid #ccc;
}

.border-top {
    border-top: 1px solid #ccc;
}

.border-bottom {
    border-bottom: 1px solid #ccc;
}

.border-sides {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

/* Misc */
.bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.clickable {
    cursor: pointer;
}

.box-shadow {
    -webkit-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
}

.disabled-anchor,
.disabled-anchor:hover {
    color: #0061A0;
    text-decoration: none;
}

.responsive-media-queries {
    display: block !important;
}

.alt-img {
    width: auto;
    height: auto;
}

@media screen and (min-width: 768px) {
    /* General */
    .wrapper {
        width: 95%;
        padding-left: 0;
        padding-right: 0;
    }

    /* Width */
    .half-width {
        width: 50%;
    }
}

@media screen and (min-width: 1024px) {
    /* General */
    .wrapper {
        width: 85%;
        max-width: 1300px;
    }

    /* Width */
    .width-65 {
        width: 65%;
        margin-left: auto;
        margin-right: auto;
    }

    .width-80 {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .width-80 .width-80 {
        width: 100%;
    }
}
::-webkit-input-placeholder {
    color: #999;
}

.error::-webkit-input-placeholder {
    color: #EB4646;
}

input.user-checkbox {
    width: inherit;
    padding: 2px 3px;
    -webkit-appearance: initial;
    -moz-appearance: initial;
    -o-appearance: initial;
    -ms-appearance: initial;
}

.form-radio-icon--hidden {
    display: none;
}

.form-icon-wrapper {
    position: relative;
    min-height: 35px;
}

.form-icon-wrapper svg {
    position: absolute;
    top: 11px;
    right: 4px;
    /* fill: #666; */
    width: 19px;
    height: 18px;
    z-index: 601;
    pointer-events: none !important;
}

.form-icon-wrapper svg.icon {
    fill: #666;
}

.form-icon-wrapper select {
    padding-right: 20px;
}

@-moz-document url-prefix() {
    .form-icon-wrapper select {
        text-indent: -2px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-icon-wrapper select {
        padding-left: 10px;
    }
}

.form-icon-wrapper svg .form-icon--error {
    fill: #EB4646;
}

.form-icon-wrapper.svg-arrow--error svg {
    fill: #EB4646;
}

.form-error {
    border: 1px solid #eb4646;
    background-color: #f5d0d0 !important;
    color: #EB4646;
    fill: #EB4646;
}

.form-error::-webkit-input-placeholder {
    color: #EB4646;
}

.form-item {
    display: block;
    margin-bottom: 10px;
}

.form-item__label {
    display: block;
    width: 100%;
    padding: 0;
}

.form-item__field {
    display: block;
    width: 100%;
    padding: 0;
}

.form-item input {
    width: 100%;
}

.form-item__field.form-icon-wrapper {
    background-color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

.form-item__field.form-icon-wrapper select {
    background-color: transparent;
}

.form-user-grp input[type=radio] {
    display: none;
}

.form-radio-grp svg {
    vertical-align: middle;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}

.generic-form .form-user-grp .birthDateDay,
.generic-form .form-user-grp .birthDateMonth,
.generic-form .form-user-grp .birthDateYear {
    display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.generic-form .form-user-grp .sectionBar {
    width: 5%;
    color: inherit;
    padding: 10px 0;
    text-align: center;
    border: none;
    background-color: inherit;
    box-shadow: none;
    display: table-cell;
    vertical-align: middle;
}

.generic-form input:disabled, .generic-form select:disabled {
    background-color: #ccc;
    border-color: #ccc;
}

@media screen and (min-width: 768px) {
    .form-item {
        display: table;
        width: 100%;
    }

    .form-item__label {
        display: table-cell;
        width: 200px;
        padding: 0 10px;
    }

    .form-item__field {
        display: table-cell;
        width: 100%;
    }
}

[data-comp-spacing="form-personal-detail-update"],
[data-comp-spacing="contact-us-agent-lead"],
[data-comp-spacing="get-in-touch"],
[data-comp-spacing="FEDVIP-benefit-form"],
[data-comp-spacing="plansmart-contact-form"],
[data-comp-spacing="contact-us-form"],
[data-comp-spacing="ca-dhmo-form"]
{
    background-color: #f2f2f2;
}

.contact-container {
    display: inline-block;
    position: fixed;
    overflow: hidden;
    height: 100%;
    max-height: 100%;
    width: 320px;
    top: 0;
    right: -320px;
    overflow-y: auto;
    z-index: 1001;
    background-color: #fff;
    text-transform: none;
    color: #fff;
    padding: 30px;
}

.contact-container .productUserType,
.contact-container .form-check-grp label input + span,
.contact-container .form-radio-grp label input + span {
    color: #fff;
}

.contact-container--global {
    position: fixed;
    right: -640px;
    max-height: 100%;
    height: 100%;
    top: 0;
    overflow-y: auto;
    background-color: transparent;
    width: 320px;
    z-index: 9999;
    box-shadow: 0 1px 4px 1px rgba(74, 74, 74, 0.49);
}

.contact-container--global a {
    color: #0061a0;
}

.contact-container--form-card {
    position: static;
    background-color: #0061a0;
    box-shadow: none;
    width: 100%;
    overflow: visible;
    padding: 30px;
}

.contact-container--form-card .contactCard {
    margin: auto;
}

.contact-container--form-card .form__subtitle,
.contact-container--form-card .contactDisclaimer a {
    color: #fff;
}

.contact-container--form-card select {
    background-color: #fff;
}

.contact-container--form-card .contactDisclaimer {
    color: #fff;
}

.contact-container--form-card .contactSidebarBtns button {
    width: 100%;
}

.contact-container--form-card .contactSidebarBtns .btn {
    background-color: #a4ce4e;
    background: -webkit-linear-gradient(#a4ce4e, #a4ce4e);
    background: -o-linear-gradient(#a4ce4e, #a4ce4e);
    background: -moz-linear-gradient(#a4ce4e, #a4ce4e);
    background: linear-gradient(#a4ce4e, #a4ce4e);
    color: #333333;
}

.contact-container--form-card .contactSidebarBtns .btn:hover {
    background-color: #b7dd58;
    background: linear-gradient(#b7dd58, #b7dd58);
    -moz-box-shadow: rgba(0, 0, 0, 0) 0px 1px 1px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 1px 1px 0px;
    box-shadow: rgba(0, 0, 0, 0) 0px 1px 1px 0px;
    text-decoration: underline;
    color: #333333;
}

.contact-container--form-card .contactOtherDetails {
    display: none;
}

.contact-container--form-card .contactOtherDetails {
    bottom: 0;
    right: auto;
    position: relative;
}

.contact-container--form-card .thanksHeaderText,
.contact-container--form-card .thanksSubText,
.contact-container--form-card .contactSideCall a,
.contact-container--form-card .otherContactOptions a {
    color: #fff;
}

.contact-container--form-card .icon {
    top: 16px;
    cursor: pointer;
}

.contact-container__contact-us-page {
    padding-bottom: 40px;
}

.contact-container__contact-us-page .errorSpan {
    position: static;
    white-space: normal;
    height: auto;
}

.contact-container__contact-us-page .errorSpan:after {
    -webkit-transform: rotate(7deg);
    transform: rotate(270deg);
    top: 50px;
    left: 50%;
}

.contact-container__contact-us-page .contactOtherDetails {
    display: none;
}

.contactSliderOuterCon {
    color: #666;
    padding: 30px;
    text-transform: none;
    overflow: visible;
    background-color: #fff;
    font-size: 13px;
    line-height: 16px;
    min-height: 100%;
    position: relative;
    padding-bottom: 100px;
}

.contactDisclaimer .disabled-anchor {
    color: #999999 !important;
    text-decoration: none !important;
    cursor: text !important;
}

.contact-close {
    top: 10px;
    right: 30px;
    position: absolute;
}

.contact-close .icon {
    width: 16px;
    height: 16px;
    font-size: 1.2em;
}

.form-close {
    padding: 20px 10px 0 0;
}

.form-close .icon-close {
    cursor: pointer;
}

.form__title {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    display: block;
    margin-bottom: 6px;
}

.results-form__inputs .form__title {
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.contact-container--form-card .form__title {
    margin-bottom: 0;
}

.contact-container--form-card .form__title ~ form {
    margin-top: 12px;
}

.contact-container--form-card .form__title ~ .form__subtitle {
    margin-top: 6px;
}

.contact-container--form-card .form-minimize[style*="display: inline"] ~ .form__subtitle:not([style*="display: none"]) {
    display: block;
}

.contact-container--form-card .form-minimize[style*="display: block"] ~ .form__subtitle:not([style*="display: none"]) {
    display: block;
}

.contact-container--form-card .form__subtitle[style*="display: inline"] ~ form {
    margin-top: 0;
}

.contact-container--form-card .form__subtitle[style*="display: block"] ~ form {
    margin-top: 0;
}

.results-form__inputs .form-row {
    margin: 0;
}

.two-column-form-title.form__title {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
}

.form__subtitle {
    font-weight: 400;
    font-style: italic;
    color: #999999;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
    display: block;
}

.contact_side_heading {
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 20px;
}

.form-user-grp {
    padding: 5px 0;
    position: relative;
}

.form-state {
    width: 61%;
    float: left;
}

.form-zip {
    width: 36%;
    margin-left: 6px;
    float: right;
}

.error-mandatory {
    color: #EB4646;
}

.errorSpan {
    position: relative;
    clear: both;
    background-color: #eb4646;
    color: #fff;
    white-space: normal;
    left: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 10px;
    display: none;
    z-index: 2;
    border: 1px solid #eb4646;
    width: 100%;
    top: 3px;
    background-image: url('../../../static/images/form/icon_form_error.png');
    background-size: 17px 17px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
}

.errorLabel {
    margin-left: 25px;
}

.errorSpanShow {
    display: table;
}

.errorSpan:after,
.errorSpan:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.errorSpan:after {
    border-color: rgba(187, 0, 0, 0);
    border-left-color: #eb4646;
    border-width: 7px;
    margin-top: -8px;
    border-top: none;
    border-bottom: 8px solid #eb4646;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: 0;
    left: 15px;
}

.formFail .errorSpan {
    width: 120%;
}

.twoColumnContactForm {
    display: table;
    box-shadow: none;
    padding: 0 10px;
}

.updateInfoForm {
    padding: 5px 10px;
    width: 100%;
}

.twoColumnContactForm .contactSidebarBtns button {
    width: 100%;
}

.twoColumnContactForm .form-item__title {
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.form-row--clear {
    clear: both;
}

.contactSideForm .form-icon-wrapper svg {
    top: 16px;
}

.contactSideForm .form__title {
    font-size: 16px;
    font-weight: bold;
}

.productUserType {
    display: none;
}

.productCount {
    margin-bottom: 5px;
}

.form-check-grp label, .form-radio-grp label {
    display: block;
    position: relative;
    line-height: 20px;
}

.form-check-grp label input, .form-radio-grp label input {
    visibility: hidden;
    position: absolute;
}

.form-check-grp label input + span, .form-radio-grp label input + span {
    padding-left: 25px;
    font-size: 13px;
    padding-right: 30px;
}

.form__item--description {
    font-size: 13px;
    padding-top: 5px;
    line-height: 16px;
}

.form-check-grp label span, .form-radio-grp label span {
    color: #999;
    padding-left: 5px;
    font-weight: normal;
}

.productUserType {
    display: none;
}

.contactSidebarBtns {
    margin: 10px 0;
}

.contactSidebarBtns button {
    margin-bottom: 0;
}

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

.contactCard > p {
    padding: 0 0 10px 0;
    font-size: 11px;
    line-height: 15px;
    font-weight: 400;
    color: #999;
    text-align: left;
    margin-bottom: 0;
}

.contactCard > p a {
    text-decoration: underline;
}

.quoteToolContact .form__subtitle {
    color: #fff;
}

.quoteToolContact .contact-container--form-card .contactCard {
    width: 100%;
}

.contactSideThankyou, .contactSideSubmitError {
    display: none;
    position: absolute;
    top: 24%;
    left: 0;
    right: 0;
    width: 100%;
    padding: 30px;
    text-align: center;
}

.contact-container--form-card .contactSideThankyou,
.contact-container--form-card .contactSideSubmitError,
.twoColumnContactForm .contactSideThankyou,
.twoColumnContactForm .contactSideSubmitError,
.updateInfoForm .contactSideThankyou,
.updateInfoForm .contactSideSubmitError {
    text-align: center;
    position: static;
    top: 10%;
    display: none;
}

.contact-container--form-card .contactSideThankyou,
.contact-container--form-card .contactSideSubmitError {
    margin-top: 20%;
}

.thanksHeaderText {
    text-align: center;
    font-size: 28px;
    line-height: 32px;
    font-weight: 300;
    color: #333;
}

.thanksSubText {
    padding-top: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #666;
}

.contactOtherDetails {
    text-align: center;
    position: absolute;
    bottom: 27px;
    right: 0;
    width: 100%;
}

.col-sm-3 .form-statezip-grp {
    margin-right: 5px;
    margin-left: 5px;
}

.contact-container--global .contactSideCall a {
    color: #999;
    text-decoration: none;
}

.contactSideCall {
    color: #999;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin: 20px auto;
}

.contactSidebarCon {
    position: relative;
    background-color: #fff;
    width: 320px;
    padding: 30px 30px 0px 30px;
    min-height: 100%;
    box-shadow: 0 1px 4px 1px rgba(74, 74, 74, 0.49);
    padding-bottom: 100px;

}

.otherContactOptions a {
    font-size: 12px;
    padding-bottom: 5px;
    font-weight: bold;
    text-decoration: none;
}

.otherContactOptions a:hover {
    text-decoration: underline;
}

.form-radio-grp label input.user-radio + span:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url('../../../static/images/form/form_radio_unselected_gray.png') left top no-repeat;
    background-size: 17px 17px;
}

.form-radio-grp label input.user-radio[type=radio]:checked + span:before {
    background: url('../../../static/images/form/form_radio_selected_gray.png') left top no-repeat;
    background-size: 17px 17px;
}

.form-radio-grp label input.user-radio[type=checkbox] + span:before {
    background: url('../../../static/images/form/form_slider_chkbx_unselected.png') left top no-repeat;
    background-size: 17px 17px;
}

.form-radio-grp label input.user-radio[type=checkbox][name='checkIfSame'] + span:before{
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
}


.form-radio-grp label input.user-radio[type=checkbox]:checked + span:before {
    background: url('../../../static/images/form/form_slider_chkbx_selected.png') left top no-repeat;
    background-size: 17px 17px;
}

.form-radio-grp label input.user-radio.whiteRadioDial + span:before {
    background: url('../../../static/images/form/form_radio_unselected.png') left top no-repeat;
    background-size: 17px 17px;
}

.form-radio-grp label input.user-radio[type=radio].whiteRadioDial:checked + span:before {
    background: url('../../../static/images/form/form_radio_selected.png') left top no-repeat;
    background-size: 17px 17px;
}

.form-radio-grp label input.user-radio[type=checkbox].whiteRadioDial + span:before {
    background: url('../../../static/images/form/form_chkbx_unselected.png') left top no-repeat;
    background-size: 17px 17px;
}

.form-radio-grp label input.user-radio[type=checkbox].whiteRadioDial:checked + span:before {
    background: url('../../../static/images/form/form_chkbx_selected_white.png') left top no-repeat;
    background-size: 17px 17px;
}


.form-check-grp label input.user-checkbox + span:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url('../../../static/images/form/form_slider_chkbx_unselected.png') left top no-repeat;
    background-size: 17px 17px;
}

.form-check-grp label input.user-checkbox[type=checkbox]:checked + span:before {
    background: url('../../../static/images/form/form_slider_chkbx_selected.png') left top no-repeat;
    background-size: 17px 17px;
}

.form-check-grp label input.whiteCheck.user-checkbox[type=checkbox]:checked + span:before {
    background: url('../../../static/images/form/form_chkbx_selected_white.png') left top no-repeat;
    background-size: 17px 17px;
}



.form-row [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.contact-us__contact-form [class*="col-"] .form-icon-wrapper svg {
    top: 12px;
}

.contact-us__contact-form {
    position: relative;
    font-size: 0.85em;
}

#contact-single_thankyou {
    display: none;
    position: relative;
    text-align: center;
}

#contact-single_other {
    position: inherit;
}

.contact-us__contact-form__wrapper {
    margin-top: 0px;
}

#requestFormRContactUs_Acc .form-check-grp, #requestFormRContactUs_Acc .form-radio-grp {
    padding-top: 5px;
    padding-bottom: 5px;
}

.contact-us__contact-form-container .contact-us__contact-form__wrapper {
    box-shadow: none;
}

.form-user-grp select {
    background-color: #fff;
}

.form-user-grp select option {
    background-color: #fff !important;
}

.twoColumnContactForm .form-radio-grp label {
    height: 40px;
    line-height: 40px;
}

.form-section {
    clear: both;
    margin-bottom: 10px;
}

.updateInfoForm .form-section {
    clear: both;
}

.updateInfoForm .form-section-header {
    display: block;
    clear: both;
    margin-bottom: 5px;
}

.updateInfoForm .form-section-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.updateInfoForm .required-section {
    border-bottom: 1px solid #ccc;
    padding: 20px 0px 15px 0px;
}

.updateInfoForm .required-section:first-of-type {
    padding-top: 0;
}

.updateInfoForm .fedvip-section {
    padding-top: 20px;
}

.updateInfoForm .optional-section {
    margin-top: 20px;
}

.updateInfoForm .contatMeSidebarBtn {
    width: 100%;
    margin-bottom: 0px;
}

.form-user-grp .form-user-ctrl:focus {
    background-color: #fff;
    border-color: #2377c5;
    -webkit-appearance: none;
    outline: 0;
}

.contactDisclaimer,
.contactDisclaimer p {
    font-size: 11px;
    line-height: 15px;
    color: #999;
    font-weight: 400;
}

.contactDisclaimer:last-child,
.contactDisclaimer p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.terms-bd-checkbox {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background: white url('../../../static/images/form/form_slider_chkbx_unselected.png');
    background-size: cover;
    vertical-align: middle;
}

.terms-bd-checkbox span {
    vertical-align: middle;
}

.terms-bd-checkbox:checked {
    background: white url('../../../static/images/form/form_chkbx_selected_white.png');
    background-size: cover;
}

.quoteToolContact .terms-bd-checkbox ~ span a {
    color: #fff;
}

.form-user-grp-location {
    padding: 5px 0;
}

.form-user-grp-location--state {
    width: 48%;
    margin-right: 2%;
    display: inline-block;
}

.form-user-grp-location--state select {
    background-color: #ffffff;
    width: 100%;
}

.form-user-grp-location--zip {
    width: 48%;
    display: inline-block;
    margin-bottom: 10px;
}

.form-user-grp-location input {
    width: 100%;
}

.form-user-grp-edit-form {
    /*    background-color: #ffffff;*/
}

.form-user-grp__dob {
    float: left;
    /*    width: calc((100% - 10px)/3);*/
    width: 90%;
    border: none;
    /*    background-color: #ffffff;*/
}

.form-user-grp__dob:not(:last-child) {
    margin-right: 5px;
}

.contact-lead-form__heading__header {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-lead-form__heading__subheader {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    font-style: italic;
}

.login-type-options .form-icon-wrapper svg {
    position: absolute;
    top: 9px;
    right: 2px;
    fill: #666;
    width: 21px;
    height: 21px;
    z-index: 601;
    pointer-events: none;
}

.contactAdvisor .terms-bd-checkbox + span a {
    color: white;
    font-size: .85em;
    line-height: 1.375em;
}

.contact-form-search-results .contactAdvisor {
    display: table;
    float: right;
}

#headerContactSideBarAllOtherOptionsLink {
    text-decoration: none;
}

#headerContactSideBarAllOtherOptionsLink:hover {
    text-decoration: underline;
}

.form-radio-grp label input.user-radio.error[type=checkbox] + span,
.form-radio-grp label input.user-radio.error[type=radio] + span {
    color: #eb4646;
    fill: #eb4646;
}

.email-signup-form .form-check-grp label, .email-signup-form .form-radio-grp label {
    display: inline-block;
    line-height: 40px;
}

.email-signup-form .form-radio-grp label input.user-radio + span:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 11px;
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url('../../../static/images/form/form_radio_fill_unselected.png');
    background-size: 17px 17px;
}

.email-signup-form .form-radio-grp label input.user-radio[type=radio]:checked + span:before {
    background: url('../../../static/images/form/form_radio_fill_selected.png');
    background-size: 17px 17px;
}

.email-signup-form .form-check-grp label input + span, .email-signup-form .form-radio-grp label input + span {
    font-size: 14px;
}

.email-signup-form .form-radio-grp label input + span {
    padding-right: 10px;
}

 .updateInfoForm .form-section-header .form-section-status{
        display: block;
    }

    input[name='checkIfSame'] + span{
            color: #333;
    }

@media screen and (max-width: 767px) {
    .formFail .errorSpan {
        top: 35%;
        left: 1px;
        width: 102%;
    }
}

@media screen and (min-width: 768px) {
    .search-results-container ~ .baseContactFormCard {
        width: 40%;
        float: right;
    }

    .contact-container--form-card {
        min-height: 365px;
    }

    .contact-container--form-card .contactSidebarBtns button {
        width: inherit;
    }

    .contact-container--form-card .hidden-field {
        display: none;
    }

    .contact-container--form-card .small-form-field {
        width: calc(41.667% - 7px);
        margin-left: 7px;
    }

    .form-row [class*="col-sm-6"]:nth-of-type(odd) {
        padding-right: 5px;
    }

    .form-row [class*="col-sm-6"]:nth-of-type(even) {
        padding-left: 5px;
    }

    .form-row [class*="col-sm-2"]:nth-of-type(1) {
        padding-right: 5px;
    }

    .form-row [class*="col-sm-2"]:nth-of-type(2) {
        padding-right: 5px;
    }

    .form-row [class*="col-sm-2"]:nth-of-type(3) {
        padding-right: 5px;
    }

    .form-row [class*="col-sm-8"] {
        padding-left: 5px;
    }

    .formFail .errorSpan {
        top: 40px;
    }

    #requestFormRightNav_Acc .form-state {
        width: 55%;
    }

    .twoColumnContactForm .contactSidebarBtns button {
        width: inherit;
    }

    .left-column,
    .right-column {
        width: 50%;
    }

    .left-column {
        float: left;
        padding-right: 10px;
    }

    .right-column {
        float: right;
        padding-left: 10px;
    }

    .twoColumnContactForm {
        display: table;
        width: 65%;
        margin: 0 auto;
        padding-bottom: 40px;
    }

    .twoColumnContactForm.form__title {
        font-size: 28px;
        line-height: 32px;
    }

    .twoColumnContactForm .form-radio-grp label {
        display: inline-block;
    }

    .updateInfoForm {
        display: table;
        width: 65%;
        margin: auto;
    }

    .FEDVIP-benefit-form .updateInfoForm {
        width: 85%;
        max-width: 1300px;
        margin: auto;
    }

    .updateInfoForm .form-user-grp {
        padding: 0;
    }

    .updateInfoForm .form-row {
        margin: 7.5px 0;
    }

    .updateInfoForm .form-section {
        margin-bottom: 0;
    }

    .updateInfoForm .form-section:after {
        content: "";
        display: block;
        clear: both;
    }

    .updateInfoForm .form-section-header {
        margin-bottom: 0;
    }




    .updateInfoForm .optional-section {
        margin-top: 30px;
    }

    .productUserType {
        margin-top: 10px;
    }

    [data-observes-id] {
        display: none;
    }

    span.errorRadio {
        color: #EB4646 !important;
    }

    .updateInfoForm .contatMeSidebarBtn {
        width: inherit;
    }

    .contact-lead-form {
        width: 40%;
        float: right;
        margin-top: 20px
    }

    .contact-container--global a:hover {
        color: #0090da;
        text-decoration: underline;
    }

    .contact-form-search-results .contactAdvisor {
        width: 40%
    }

    .contact-container--form-card > .contactCard > span > .icon {
        top: -20px;
        left: 15px;
        width: 16px;
        height: 16px;
    }

    .form__title {
        padding-top: 8px;
    }

    .updateInfoForm .required-section {
        padding: 30px 0px 23.5px 0px;
    }

    .updateInfoForm .fedvip-section {
        padding-top: 30px;
    }
}

@media screen and (min-width: 1024px) {

    .updateInfoForm .required-section {

        padding: 40px 0px 33.5px 0px;
    }

    .updateInfoForm .fedvip-section {
        padding-top: 40px;
    }

    .contact-container--form-card {
        padding: 40px;
    }

    .search-results-container ~ .baseContactFormCard {
        width: 34%;
    }

    #requestFormRightNav_Acc .form-state {
        width: 61%;
    }

    .form__title {
        font-size: 20px;
    }

    .results-form__inputs .form__title {
        padding-top: 0;
        padding-bottom: 5px;
        font-size: 18px;
        line-height: 24px;
    }

    .two-column-form-title.form__title {
        font-size: 28px;
        line-height: 32px;
    }

    .updateInfoForm .optional-section {
        margin-top: 40px;
    }

    .contact-lead-form {
        margin-top: 30px;
    }

    .contact-form-search-results .contactAdvisor {
        width: 34%
    }

    .contact-container--form-card > .contactCard > span > .icon {
        top: -30px;
        left: 25px;
    }
}
[data-comp-spacing="footer-contact-form"] {
    background-color: #f2f2f2;
}

.investmentsContactFormParent .contact-us__contact-form__header {
    font-weight: bold;
}

.investmentsContactFormParent .contact-us__contact-form__sub-header {
    font-size: 14px;
    line-height: 20px;
    color: #999;
}

.investmentsContactForm .form-user-grp {
    padding: 5px 0;
}

.investmentsContactForm .form-user-grp select:disabled {
    background-color: #ccc;
}

.investmentsContactForm .contactSideThankyou,
.investmentsContactForm .contactSideSubmitError {
    position: static;
    top: 10%;
}

.investmentsContactForm .contatMeSidebarBtn {
    width: 100%;
}

.investmentsContactForm .thanksHeaderText {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    padding-top: 30px;
}

.investmentsContactForm .thanksSubText {
    padding-top: 20px;
}

.error_message_overlay .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    margin: 0 auto;
}

.error_message_overlay > .row > .container {
    margin: 50px 0;
}

.error_message_overlay .view-close {
    top: 7px;
    right: 7px;
}

.error_message_overlay .view-header {
    text-align: center;
    padding: 20px 0;
}

.error_message_overlay .view-content {
    width: 80%;
    padding: 0;
    margin: 0 auto;
}

.error_message_overlay .view-content h2 {
    font-size: 22px;
    line-height: 26px;
}

.error_message_overlay .view-content p {
    font-size: 14px;
    line-height: 18px;
}

.error_message_overlay .btn-brand-2nd {
    margin: 0;
}

@media screen and (max-width: 767px) {
    .microsites-advanced-footer-contact-form {
        padding: 0 20px;
    }
}

@media screen and (min-width: 768px) {
    .microsites-advanced-footer-contact-form {
        display: table;
        width: 65%;
    }

    .investmentsContactForm .form-row {
        margin: 7.5px 0;
    }

    .investmentsContactForm .form-user-grp {
        padding: 0;
    }

    .investmentsContactForm .contatMeSidebarBtn {
        width: inherit;
        margin-top: 12.5px;
        margin-bottom: 20px;
    }

    .investmentsContactForm .thanksHeaderText {
        font-size: 20px;
        line-height: 24px;
    }

    .error_message_overlay .wrapper {
        width: 75%;
    }

    .error_message_overlay .view-header {
        padding: 40px 0;
    }

    .error_message_overlay .view-content h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .error_message_overlay .view-content p {
        line-height: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .error_message_overlay .wrapper {
        width: 65%;
    }

    .error_message_overlay .view-header {
        padding: 50px;
    }

    .error_message_overlay .view-content h2 {
        font-size: 28px;
    }
}
/* Metlife Buttons + Button Group */
.btn-brand-1st,
.btn-brand-2nd,
.btn-brand-3rd,
.btn-brand-4th {
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    min-width: 40px;
    width: auto;
    border: 0px solid transparent;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 0px;
    margin: 0 auto 10px;
    padding: 12.5px 30px;
    display: inline-block;
}

.btn-brand-1st:hover,
.btn-brand-2nd:hover,
.btn-brand-3rd:hover,
.btn-brand-4th:hover {
    text-decoration: none;
}

.btn-brand-1st {
    background-color: #2c77c5;
    background: -webkit-linear-gradient(#347fcd, #2c77c5);
    background: -o-linear-gradient(#347fcd, #2c77c5);
    background: -moz-linear-gradient(#347fcd, #2c77c5);
    background: linear-gradient(#347fcd, #2c77c5);
    color: #ffffff;
}

.btn-brand-1st:active,
.btn-brand-1st:focus,
.btn-brand-1st:hover {
    background-color: #3d9cdb;
    background: -webkit-linear-gradient(#4ba9e7, #3d9cdb);
    background: -o-linear-gradient(#4ba9e7, #3d9cdb);
    background: -moz-linear-gradient(#4ba9e7, #3d9cdb);
    background: linear-gradient(#4ba9e7, #3d9cdb);
    color: #ffffff;
}

.btn-brand-2nd,
.btn-brand-2nd:active,
.btn-brand-2nd:focus {
    background-color: #007abc;
    background: -webkit-linear-gradient(#007abc, #007abc);
    background: -o-linear-gradient(#007abc, #007abc);
    background: -moz-linear-gradient(#007abc, #007abc);
    background: linear-gradient(#007abc, #007abc);
    color: #ffffff;
}

.btn-brand-2nd:hover,
.btn-brand-2nd:focus {
    background-color: #0090da;
    background: -webkit-linear-gradient(#0090da, #0090da);
    background: -o-linear-gradient(#0090da, #0090da);
    background: -moz-linear-gradient(#0090da, #0090da);
    background: linear-gradient(#0090da, #0090da);
    box-shadow: rgba(0, 0, 0, 0) 0px 1px 1px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 1px 1px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0) 0px 1px 1px 0px;
    text-decoration: underline;
    color: #fff;
}

.btn-brand-2nd--disabled,
.btn-brand-2nd--disabled:hover,
.btn-brand-2nd--disabled:focus {
    background-color: #C0DC5A;
    background: -webkit-linear-gradient(#C0DC5A, #B8C580);
    background: -o-linear-gradient(#C0DC5A, #B8C580);
    background: -moz-linear-gradient(#C0DC5A, #B8C580);
    background: linear-gradient(#C0DC5A, #B8C580);
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    cursor: none;
}

.btn-brand-3rd {
    background-color: #0d5cad;
    background-image: -webkit-linear-gradient(#0d5cad, #054c92) !important;
    background-image: linear-gradient(#0d5cad, #054c92) !important;
    color: #ffffff;
    border-color: #0d5cad;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.btn-brand-4th,
.btn-brand-4th:active,
.btn-brand-4th:focus {
    background-color: #a4ce4e;
    background: -webkit-linear-gradient(#a4ce4e, #a4ce4e);
    background: -o-linear-gradient(#a4ce4e, #a4ce4e);
    background: -moz-linear-gradient(#a4ce4e, #a4ce4e);
    background: linear-gradient(#a4ce4e, #a4ce4e);
    color: #333333;
}

.btn-brand-4th:hover,
.btn-brand-4th:focus {
    background-color: #b7dd58;
    -moz-box-shadow: rgba(0, 0, 0, 0) 0px 1px 1px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 1px 1px 0px;
    box-shadow: rgba(0, 0, 0, 0) 0px 1px 1px 0px;
    background: linear-gradient(#b7dd58, #b7dd58);
    text-decoration: underline;
    color: #333333;
}

.btn-brand-5th,
.btn-brand-5th:focus,
.btn-brand-5th:hover {
    background-color: white;
    border: 1px solid #cccccc;
}

/* btn Group */
.btn-group {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    /* IE hacks */
    zoom: 1;
    *display: inline;
    position: relative;
    margin-bottom: 12px;
}

.btn-group .btn {
    position: relative;
    overflow: visible;
    display: inline-block;
    border: 2px solid #333;
    border-radius: 5px;
    margin: 0;
    color: #fff;
    text-shadow: 0 0 0 #fff;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    background-color: #333;
    -moz-background-clip: padding; /* for Firefox 3.6 */
    background-clip: padding-box;
    /* IE hacks */
    zoom: 1;
    *display: inline;
    font-size: 12px;
    font-weight: normal;
    float: left;
}

.btn-group .btn.active {
    color: #333;
    text-shadow: 0 0 0 #333;
    background-color: #f2f2f2;
}

.btn-group .btn:not(:last-of-type) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 1px solid #f2f2f2;
}

.btn-group .btn:not(:first-of-type) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-width: 0;
}

.btn-group .btn:only-of-type {
    width: 100%;
}

/* overrides extra padding on btn elements in Firefox */
.btn-group .btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.btn-group + .btn,
.btn-group + .btn-group {
    margin-left: 15px;
}

.btn-group .icon svg {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    color: #3d9cdb;
    font-size: 1.5em;
    line-height: 0.5em;
    top: 33px
}

.btn-group .icon.active {
    display: block;
}

.btn-group__icon {
    position: absolute;
    width: 100%;
    top: 27px;
    display: none;
}

.btn-group-fax {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group-fax .btn {
    background-color: white;
    border: 1px solid #cccccc;
    padding: 6px 12px;
    line-height: 0;
}

.btn-group-fax .btn.active {
    background-color: #666666;

}

@media screen and (min-width: 768px) {
    .btn-brand-1st,
    .btn-brand-2nd,
    .btn-brand-3rd,
    .btn-brand-4th {
        font-size: 11px;
        line-height: 15px;
        padding: 12.5px 20px;
    }
}

@media screen and (min-width: 1024px) {
    .btn-brand-1st,
    .btn-brand-2nd,
    .btn-brand-3rd,
    .btn-brand-4th {
        font-size: 12px;
        line-height: 15px;
    }

    .btn-group .btn {
        font-size: 13px;
    }

    .btn-group__icon {
        top: 28px;
    }
}
[data-comp-spacing] {
    padding-top: 0;
}

[data-comp-spacing] [data-comp-spacing] {
    background-color: inherit;
}

[data-comp-spacing] [data-comp-spacing] .wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 767px) {
    [data-comp-spacing] {
        padding-bottom: 20px;
    }

    .pad-t-sm-0 {
        padding-top: 0 !important;
    }

    .pad-t-sm-10 {
        padding-top: 10px !important;
    }

    .pad-t-sm-20 {
        padding-top: 20px !important;
    }

    .pad-t-sm-30 {
        padding-top: 30px !important;
    }

    .pad-t-sm-40 {
        padding-top: 40px !important;
    }

    .pad-t-sm-50 {
        padding-top: 50px !important;
    }

    .pad-b-sm-0 {
        padding-bottom: 0 !important;
    }

    .pad-b-sm-10 {
        padding-bottom: 10px !important;
    }

    .pad-b-sm-20 {
        padding-bottom: 20px !important;
    }

    .pad-b-sm-30 {
        padding-bottom: 30px !important;
    }

    .pad-b-sm-40 {
        padding-bottom: 40px !important;
    }

    .pad-b-sm-50 {
        padding-bottom: 50px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    [data-comp-spacing] {
        padding-bottom: 30px;
    }

    .pad-t-md-0 {
        padding-top: 0 !important;
    }

    .pad-t-md-10 {
        padding-top: 10px !important;
    }

    .pad-t-md-20 {
        padding-top: 20px !important;
    }

    .pad-t-md-30 {
        padding-top: 30px !important;
    }

    .pad-t-md-40 {
        padding-top: 40px !important;
    }

    .pad-t-md-50 {
        padding-top: 50px !important;
    }

    .pad-b-md-0 {
        padding-bottom: 0 !important;
    }

    .pad-b-md-10 {
        padding-bottom: 10px !important;
    }

    .pad-b-md-20 {
        padding-bottom: 20px !important;
    }

    .pad-b-md-30 {
        padding-bottom: 30px !important;
    }

    .pad-b-md-40 {
        padding-bottom: 40px !important;
    }

    .pad-b-md-50 {
        padding-bottom: 50px !important;
    }
}

@media screen and (min-width: 1024px) {
    [data-comp-spacing] {
        padding-bottom: 40px;
    }

    .pad-t-lg-0 {
        padding-top: 0 !important;
    }

    .pad-t-lg-10 {
        padding-top: 10px !important;
    }

    .pad-t-lg-20 {
        padding-top: 20px !important;
    }

    .pad-t-lg-30 {
        padding-top: 30px !important;
    }

    .pad-t-lg-40 {
        padding-top: 40px !important;
    }

    .pad-t-lg-50 {
        padding-top: 50px !important;
    }

    .pad-b-lg-0 {
        padding-bottom: 0 !important;
    }

    .pad-b-lg-10 {
        padding-bottom: 10px !important;
    }

    .pad-b-lg-20 {
        padding-bottom: 20px !important;
    }

    .pad-b-lg-30 {
        padding-bottom: 30px !important;
    }

    .pad-b-lg-40 {
        padding-bottom: 40px !important;
    }

    .pad-b-lg-50 {
        padding-bottom: 50px !important;
    }
}
.accordion__name {
    padding: 0 20px 20px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

.accordion__toggle-all {
    text-align: right;
    cursor: pointer;
    padding: 0 20px 20px;
    font-size: 12px;
    line-height: 20px;
}

.accordion__toggle-all .collapseAll {
    display: none;
}

.accordion .border-top:last-of-type {
    border-bottom: 1px solid #ccc;
}

.accordion__title {
    display: table;
    width: 100%;
    cursor: pointer;
    padding: 15px 40px 15px 20px;
    font-size: 14px;
    line-height: 20px;
}

.accordion__title span {
    display: block;
    width: 85%;
    float: left;
}

.accordion svg, .accordion svg:focus:hover {
    fill: #0061a0;
}

.accordion__title:hover span {
    color: #0090da;
    text-decoration: underline;
}

.accordion__title:hover svg {
    fill: #0090da;
}

.accordion__title__icon {
    vertical-align: bottom;
    width: 16px;
    height: 18px;
    position: relative;
    top: 3px;
    left: 20px;
    display: block;
}

.accordion__title__icon--hide {
    display: none;
}

.accordion__link {
    display: none;
}

.accordion__content {
    width: 100%;
    display: none;
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 13px;
    line-height: 20px;
    padding-right: 30px;
}

.accordion__content p {
    font-size: 13px;
    line-height: 20px;
}

.accordion__content li {
    margin-left: 20px;
    list-style: disc;
}

.accordion__copy {
    padding-bottom: 0;
    padding-top: 20px
}

.accordion__copy p {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .accordion--50 {
        float: left;
    }

    .accordion__content {
        padding-right: 40px;
    }

    .accordion__name {
        font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (min-width: 1024px) {
    .accordion__link {
        display: block;
        float: right;
        padding: 20px;
        font-size: 14px;
        line-height:18px;
    }

    .accordion__name {
        font-size: 20px;
        line-height: 24px;
    }
}
.carousel {
    max-height: 250px;
    overflow: hidden;
    margin-top: 0;
}

.carousel-indicators {
    display: none;
}

.carousel-caption {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-height: 250px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0 5%;
    text-shadow: 1px 1px 15px rgba(0, 0, 0, .85);
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    filter: none;
}

@media screen and (min-width: 480px) {
    .carousel-caption {
        padding: 0 15%;
    }
}

@media screen and (min-width: 768px) {
    .carousel {
        min-height: 240px;
        max-height: 320px;
    }

    .carousel-indicators {
        display: block;
        bottom: 25%;
    }

    .carousel-indicators--visible {
        display: block;
        bottom: 30%;
    }

    .carousel-control {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 10;
    }

    .carousel-caption {
        padding: 0 15%;
        max-height: none;
    }

    .carousel .item {
        min-height: 240px;
        max-height: 320px;
    }
}

@media screen and (min-width: 1024px) {
    .carousel {
        max-height: 400px;
    }

    .carousel-indicators {
        display: block;
        bottom: 27.5%;
    }

    .carousel-inner > .item > a > img {
        position: relative;
    }

    .carousel-caption {
        padding: 0 15%;
    }
}

@media screen and (min-width: 1100px) {
    .carousel-inner > .item > a > img {
        top: -50px;
    }
}

@media screen and (min-width: 1280px) {
    .carousel-caption {
        padding: 0 20%;
    }
}

@media screen and (min-width: 1500px) {
    .carousel-inner > .item > a > img {
        top: -65px;
    }
}

@media screen and (min-width: 1800px) {
    .carousel-inner > .item > a > img {
        top: -75px;
    }
}

@media screen and (min-width: 1900px) {
    .carousel {
        max-height: 560px;
    }
}
.hider {
    display: block !important
}

.ctcTall {
    display: none;
}

.ctcShort {
    height: auto;
    background-color: #007ABC;
    line-height: 20px;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 20px 10px;
    right: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.ctcShortCTA {
    font-size: 22px;
    font-weight: normal;
    margin-right: 10px;
    display: block;
    color: #fff;
    text-transform: uppercase;
}

.ctcShortNum {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin-top: 13px;
}

.ctcOffline {
    display: block;
    background-color: #0e5dae;
    color: #fff;
    line-height: 20px;
    position: relative;
    text-align: center;
    margin: 0 -15px;
}

.ctcOffline.untopped,
.ctcOffline.topped {
    height: 50px;
}

@media screen and (max-width: 767px) {
    .ctcShortNum a {
        cursor: pointer;
        font-size: 12px;
        line-height: 15px;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        min-width: 40px;
        width: auto;
        border: 0px solid transparent;
        border-radius: 2px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 0px;
        margin: 0 auto;
        padding: 12.5px 30px;
        display: inline-block;
        color: #333;
        background-color: #a0c323;
        background: -webkit-linear-gradient(#a0c323, #8caa0a);
        background: -o-linear-gradient(#a0c323, #8caa0a);
        background: -moz-linear-gradient(#a0c323, #8caa0a);
        background: linear-gradient(#a0c323, #8caa0a);
        position: relative;
        padding-left: 55px;
    }

    .ctcShortNum a:hover {
        color: #333;
        background-color: #a4ce4e;
        background: -webkit-linear-gradient(#a4ce4e, #a4ce4e);
        background: -o-linear-gradient(#a4ce4e, #a4ce4e);
        background: -moz-linear-gradient(#a4ce4e, #a4ce4e);
        background: linear-gradient(#a4ce4e, #a4ce4e);
    }

    .ctcShortNum .icon-phone3 {
        height: 25px;
        width: 25px;
        fill: #333;
        position: absolute;
        left: 20px;
        top: 7px;
    }

    #tcpa_c2c {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .hider {
        display: block !important;
        width: 328px;
    }

    .ctcTall {
        width: 328px;
        background-color: #0061a0;
        color: #fff;
        line-height: 20px;
        position: absolute;
        overflow: hidden;
        padding: 0px 15px;
    }

    .ctcTall.untopped {
        height: 0px;
        transition: height 500ms ease 0s;
    }

    .ctcTall.topped {
        height: 137px;
        transition: height 500ms ease 0s;
    }

    .ctcOffline {
        display: block;
        width: 328px;
        background-color: #0e5dae;
        color: #fff;
        line-height: 20px;
        position: absolute;
        text-align: center;
    }

    .ctcOffline.untopped {
        height: 50px;
        transition: height 500ms, line-height 500ms, ease 0s;
    }

    .ctcOffline.topped {
        height: 70px;
        transition: height 500ms, line-height 500ms, ease 0s;
        line-height: 40px;
    }

    .ctcShort {
        display: flex;
        min-width: 300px;
        background-color: #fff;
        position: absolute;
        height: 70px;
        padding: 0;
        justify-content: flex-end;
        align-items: center;
        padding-right: 30px;
    }

    .ctcShort.minimized {
        height: 50px;
        transition: all 0.5s;
    }

    .ctcShortCTA {
        font-size: 12px;
        line-height: 20px;
        font-weight: normal;
        margin-right: 10px;
        display: inline-block;
        color: #333;
    }

    .ctcShortNum {
        font-size: 18px;
        font-weight: bold;
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
    }

    .ctcShortNum a {
        text-decoration: none;
        font-size: 18px;
        line-height: 20px;
        color: #333;
        pointer-events: none;
    }

    .ctcShortNum a:hover {
        color: #fff;
        text-decoration: none;
    }

    .ctcShortNum .icon-phone3 {
        display: none;
    }

    .ctcRow1 {
        font-size: 13px;
        line-height: 20px;
        font-weight: normal;
        text-align: center;
        margin-top: 11px;
        text-transform: uppercase;
    }

    .ctcRow2 {
        text-align: left;
        margin-top: 10px;
    }

    .ctcRow2Text {
        font-size: 12px;
        line-height: 40px;
        font-weight: 400;
        text-align: left;
        margin: 0 8px 0 0;
        display: inline-block;
        width: 25%;
    }

    .ctcPhoneField {
        width: 130px;
        padding: 0 12px;
        font-size: 13px;
        border-radius: 2px;
        border: 1px solid #0e5dae;
        height: 40px;
        display: inline;
        color: #999;
    }

    .ctcPhoneField.error {
        background: #f5d0d0;
        border: 1px solid #eb4646;
        color: #db3535;
    }

    .ctcPhoneField:focus {
        color: #333;
    }

    .ctcButton {
        width: 40px;
        height: 40px;
        margin: 0 0 2px 3px;
        display: inline-block;
        border-radius: 5px;
        vertical-align: middle;
        background: -webkit-linear-gradient(#a0c323, #8caa0a);
        background: -moz-linear-gradient(#a0c323, #8caa0a);
        background: -o-linear-gradient(#a0c323, #8caa0a);
        background: linear-gradient(#a0c323, #8caa0a);
        background: #96b717;
    }

    .ctcRow3 {
        margin-top: 11px;
    }

    .ctcRow3Text {
        font-size: 12px;
        line-height: 30px;
        font-weight: normal;
        margin: 0 8px 0 0;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        width: 25%;
    }

    .ctcPhoneNum {
        font-size: 18px;
        line-height: 30px;
        font-weight: bold;
        display: inline-block;
    }

    .ctcPhoneNum a {
        color: #fff;
        text-decoration: none;
        pointer-events: none;
    }

    .ctcPhoneNum a:hover {
        color: #fff;
        text-decoration: none;
    }

    #tcpa_c2c {
        display: none;
        background-color: #007ABC;
        color: #fff;
        font-size: 10px;
        line-height: 12px;
        padding: 0 15px 15px;
        position: absolute;
        top: 137px;
        width: 328px;
        z-index: 50;
    }

    #tcpa_c2c p {
        margin-bottom: 10px;
    }

    #tcpa_c2c p:last-child {
        margin-bottom: 0;
    }

    #tcpa_c2c a:link {
        color: #fff;
        text-decoration: underline;
    }

    #tcpa_c2c a:visited {
        color: #fff;
    }
}

@media screen and (min-width: 1024px) {
    .hider {
        width: 371px;
    }

    .ctcShort {
        width: 371px;
    }

    .ctcShortCTA {
        font-size: 14px;
        line-height: 20px;
    }

    .ctcShortNum {
        font-size: 20px;
    }

    .ctcTall {
        width: 371px;
    }

    .ctcOffline {
        width: 371px;
    }

    .ctcRow1 {
        font-size: 16px;
    }

    .ctcPhoneField {
        width: 170px;
    }

    .ctcPhoneNum {
        font-size: 22px;
    }

    #tcpa_c2c {
        width: 371px;
    }
}
[data-comp-spacing="contactus-results-container"],
[data-comp-spacing="contactus-uk-container"],
[data-comp-spacing="contact-us-directory"],
[data-comp-spacing="contactus-information"],
[data-comp-spacing="contactus-section-header-container"] {
    background-color: #fff;
}

[data-comp-spacing="contactus-information"] {
    background-color: #f2f2f2;
}

.contact-us__dropdown .form-icon-wrapper {
    display: inline-block;
    min-width: 50%;
    margin: auto;
}

.contact-us--medium-size-font {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

.contact-us__address_header {
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
}

.contact-us--small-size-font {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

.contact-us__header {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

.contact-us__header--large {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: bold;
}

.contact-us__sub-header {
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

.contact-us__paragraph-header,
.contact-us__single-result__paragraph {
    font-size: 14px;
    line-height: 20px;
}

.contact-us__contact-form__sub-header {
    font-weight: normal;
}

.contact-us__sub-header,
.contact-us__paragraph-header,
.contact-us__single-result__paragraph {
    margin-bottom: 20px;
    font-weight: normal;
}

.contact-us__paragraph-header {
    font-weight: bold;
    margin-bottom: 20px;
}

.contact-us__phone-block {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

.contact-us__phone-block span {
    clear: left;
    float: left;
}

.contact-us__phone-block .semi-bold {
    font-weight: bold;
}

.contact-us__phone-block a.semi-bold {
    font-weight: bold;
}

.contact-us__phone-block:nth-child(even) {
    clear: left;
}

.contact-us__contact-form__wrapper {
    padding: 40px 25px 0px;
    margin-top: 50px;
    margin-bottom: 10px;
    -webkit-box-shadow: 3px 4px 3px 1px rgba(171, 171, 171, 0.68);
    -moz-box-shadow: 3px 4px 3px 1px rgba(171, 171, 171, 0.68);
    box-shadow: 3px 4px 3px 1px rgba(171, 171, 171, 0.68);
}

.wrapper__contact-us__bottom-box {
    display: table;
    width: 100%;
    font-weight: bold;
}

.wrapper__contact-us__bottom-box__links {
    position: relative;
    float: left;
    min-height: 1px;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
}

.wrapper__contact-us__bottom-box__links .clearfix:before {
    display: block;
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    margin-top: 0;
}

.contact-form__footer {
    margin-top: 40px;
}

.content-block__header {
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
}

.section-block,
.content-block {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.section-block.border-bottom,
.content-block.border-bottom {
    margin-top: 0;
    margin-bottom: 0;
}

.section-block .video-text__document,
.content-block .video-text__document {
    margin-bottom: 10px;
}

.section-block__split > div {
    margin-bottom: 20px;
}

.section-block__split:last-child > div:last-child {
    margin-bottom: 0;
}

.section-block__split span {
    display: block;
    width: 100%;
}

.contact-us__results__wrapper {
    font-size: 13px;
    line-height: 16px;
}

.contact-us-results-content {
    padding: 20px 0 10px;
}

.contact-us__result-group {
    margin-bottom: 30px;
}

.contact-us__result-group:last-of-type {
    margin-bottom: 0;
}

.contact-us__listing-row,
.contact-us__address-block {
    margin-bottom: 10px;
}

.contact-us__listing-row:last-child,
.contact-us__address-block:last-child {
    margin-bottom: 0;
}

.contact-us__listing-row a {
    color: #0061A0;
}

.contact-us__listing-row a:hover {
    color: #0090DA;
    text-decoration: underline;
}

.contact-results--large-heading {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

.contact-results--small-heading {
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
}

.wrapper__contact-us__bottom-box p {
    margin-bottom: 0;
}

.contact-us-uk-contact-info {
    padding: 20px 10px 0;
}

@media screen and (max-width: 767px) {
    .wrapper__contact-us__bottom-box {
        padding: 0px;
        text-align: center;
    }

    .wrapper__contact-us__bottom-box__links:not(:first-child) {
        margin-top: 20px;
    }

    .wrapper__contact-us__bottom-box__links:not(:last-child):after {
        content: "";
        position: absolute;
        left: 32.5%;
        bottom: 0;
        height: 1px;
        width: 35%;
        border-bottom: 1px solid #ccc;
    }

    .wrapper__contact-us__bottom-box__links:not(:last-child) p {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .wrapper__contact-us__bottom-box__links a {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .wrapper__contact-us__bottom-box__links:last-child a {
        border-bottom: none;
    }

    .contact-us__header--large {
        margin-bottom: 15px;
    }

    .contact-us__contact-form__wrapper {
        padding-bottom: 20px;
    }

    .contact-us__contact-form__wrapper #headerContactSideBarSumbit {
        width: 100%;
    }

    .contact-us--small-size-font:not(:first-child):not(:last-child) {
        padding-bottom: 0px;
    }

    .contact-us__result-group {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 768px) {
    .contact-us--small-size-font {
        font-size: 14px;
        display: block;
    }

    .contact-us__address_header {
        font-size: 20px;
        line-height: 24px;
    }

    .contact-us__results__wrapper {
        font-size: 14px;
        line-height: 20px;
    }

    .contact-us__dropdown .form-icon-wrapper {
        min-width: 300px;
    }

    .contact-us__contact-form__wrapper {
        padding: 30px 12.5% 0px;
    }

    .wrapper__contact-us__bottom-box__links {
        display: inline-block;
        width: 50%;
        padding: 10px 0;
        margin-top: 20px;
    }

    .wrapper__contact-us__bottom-box__links:nth-child(odd) {
        padding-right: 40px;
        clear: both;
        float: left;
        text-align: right;
    }

    .wrapper__contact-us__bottom-box__links:nth-child(even) {
        border-left: 1px solid #ccc;
        padding-left: 40px;
        text-align: left;
        float: right;
    }

    .wrapper__contact-us__bottom-box__links:nth-child(-n+2) {
        margin-top: 0;
    }

    .wrapper__contact-us__bottom-box__links:last-child:nth-child(odd) {
        width: 100%;
        padding-right: 0;
        border: none;
        text-align: center;
    }

    .wrapper__contact-us__bottom-box__links .clearfix {
        padding-top: 10px;
    }

    .wrapper__contact-us__links:nth-child(-n+2) {
        margin-top: 40px;
    }

    .contact-us__header {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 30px;
    }

    .contact-us__phone-block {
        margin-left: 5%;
        width: 45%;
    }

    .section-block,
    .content-block {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .section-block {
        width: 65%;
        margin-left: auto;
        margin-right: auto;
    }

    .content-block__header {
        font-size: 24px;
        line-height: 28px;
    }

    .section-block__split {
        display: table;
        width: 100%;
        margin-bottom: 20px;
    }

    .section-block__split:last-child {
        margin-bottom: 0;
    }

    .section-block__split > div {
        display: table-cell;
        width: 50%;
        padding-left: 5%;
    }

    .contact-us__header--large {
        font-size: 24px;
        line-height: 28px;
    }

    .contact-us-results-content {
        padding-top: 30px;
    }

    .contact-us__listing-row a {
        color: #333;
        pointer-events: none;
        cursor: pointer;
    }

    .contact-results--small-heading {
        font-size: 14px;
        line-height: 18px;
    }

    .contact-us-uk-contact-info {
        padding-top: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .wrapper__contact-us__bottom-box__links {
        margin-top: 30px;
    }

    .wrapper__contact-us__bottom-box__links:nth-child(odd) {
        padding-right: 60px;
    }

    .wrapper__contact-us__bottom-box__links:nth-child(even) {
        padding-left: 60px;
    }

    .contact-us--small-size-font {
        line-height: 20px;
    }

    .contact-us__header {
        font-size: 20px;
        line-height: 24px;
    }

    .contact-us__address_header {
        font-size: 22px;
        line-height: 26px;
    }

    .section-block,
    .content-block {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .content-block {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .content-block__header {
        font-size: 28px;
        line-height: 32px;
    }

    .contact-us__header--large {
        font-size: 28px;
        line-height: 32px;
    }

    .contact-us-results-content {
        padding-top: 40px;
    }

    .contact-results--large-heading {
        font-weight: bold;
        font-size: 18px;
        line-height: 22px;
    }

    .contact-results--small-heading {
        line-height: 20px;
    }

    .contact-us-uk-contact-info {
        padding-top: 40px;
    }
}
.oo_tab_right,
#oo_tab {
    display: none;
    background-image: none;
    background-color: #333333;
    color: #ffffff;
    font-size: 11px;
    line-height: 11px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #ffffff;
    top: 50%;
    border-radius: 0;
    z-index: 1999;
}

.oo_tab_right div,
#oo_tab div {
    background-image: url('../../../static/images/icon_fb_text_plus.png');
    background-size: 113%;
    background-position-x: -9px;
    background-position-y: 1px;
}

.oo_tab_right span,
#oo_tab span {
    background-image: none;
}

.oo_tab_right:hover,
#oo_tab:hover {
    background-color: #666666
}

@-moz-document url-prefix() {
    .oo_tab_right div {
        background-position: -8px 2px;
    }
}

@media screen and (min-width: 768px) {
    .oo_tab_right,
    #oo_tab {
        display: block;
    }
}
#iframeComponent,
#iframePage {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0;
    border: none;
    padding: 0;
    margin: 0;
}

.iframe {
    line-height: 0;
}
.in_view {
    position: relative;
    bottom: -50px;
}

.in_view_already {
    position: relative;
    bottom: -50px;
}

.on {
    bottom: 0px;
    -webkit-transition: bottom 300ms linear;
    -moz-transition: bottom 300ms linear;
    -o-transition: bottom 300ms linear;
    -ms-transition: bottom 300ms linear;
    transition: bottom 300ms linear;
}

.on_delay {
    bottom: 0px;
    -webkit-transition-delay: 5000ms;
    -moz-transition-delay: 5000ms;
    -o-transition-delay: 5000ms;
    -ms-transition-delay: 5000ms;
    transition-delay: 5000ms;
}
/* List Filter */
.list-filter {
    width: 100%;
    margin: 0 auto -10px;
    padding: 0 20px;
}

.list-filter__item {
    display: inline-block;
    vertical-align: top;
}

.list-filter__item--year {
    width: 49%;
    float: left;
}

.list-filter__item--month {
    width: 49%;
    float: right;
}

.list-filter__item--topic {
    width: 100%;
}

.list-filter__item--single {
    width: auto;
}

.list-filter__item .form-item {
    width: auto;
}

.list-filter__item .form-item__label {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 20px;
    padding-right: 15px;
}

.list-filter__item .form-item__field {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0;
}

.list-filter__item--single .form-item__label {
    padding: 0 15px 15px;
}

.list-filter__item--single .form-item__field {
    width: auto;
    min-width: 150px;
}

/* List */
.list-filter ~ .list {
    padding-top: 20px;
}

.list__item {
    border-bottom: 1px solid #ccc;
    padding-left: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.list__item:last-of-type {
    margin-bottom: 0;
}

.list__item--left {
    width: 70%;
    float: left;
}

.list__item--right {
    float: right;
    text-align: center;
    margin-right: 20px;
}

.list__item--right a:first-of-type {
    margin-right: 5px;
}

.list__item--right a:last-of-type:hover {
    text-decoration: underline;
}

.list__item--no-border {
    margin-bottom: 20px;
}

.list__item--no-border:first-of-type {
    margin-top: 20px;
}

.list__item--no-results {
    padding-left: 20px;
}

.list__item--no-results ul {
    list-style-type: disc;
}

.list__item__date {
    display: block;
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 5px;
}

.list__item__title {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.list__item p {
    font-size: 13px;
    line-height: 16px;
    padding: 0;
    margin: 0;
}

.list__item__tips {
    list-style-type: disc;
    font-size: 0.9em;
    padding-left: 40px;
    margin-bottom: 30px;
}

.list__title {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    padding-left: 20px;
    padding-bottom: 0;
    margin-bottom: 5px;
}

.list [data-form-library-msg] {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

[data-form-library-msg] {
    display: none;
}

[data-form-library-msg="all"] {
    display: block;
}

[data-form-library-msg] .list__title {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 5px;
    margin-bottom: 0;
}

[data-form-library-msg] .list__copy {
    display: none;
    font-size: 14px;
    line-height: 20px;
    padding: 0 20px;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    /* List Filter */
    .list-filter {
        text-align: center;
    }

    .list-filter__item {
        width: auto;
        float: none;
    }

    .list-filter__item .form-item__label {
        width: auto;
        font-size: 18px;
        line-height: 40px;
        padding: 0 15px;
    }

    .list-filter__item--single .form-item__field {
        width: auto;
        min-width: 200px;
    }

    .list-filter__item--year .form-item__field,
    .list-filter__item--month .form-item__field {
        width: 75px;
    }

    .list-filter__item--topic .form-item__field {
        width: 150px;
    }

    /* List */
    .list-filter ~ .list {
        padding-top: 30px;
    }

    .list__item--right {
        text-align: right;
    }

    .list__item__date {
        font-size: 11px;
        line-height: 15px;
    }

    .list__item__title {
        font-size: 16px;
        line-height: 20px;
    }

    .list__item p {
        font-size: 13px;
        line-height: 20px;
    }

    .list__title {
        font-size: 16px;
    }

    [data-form-library-msg] .list__title {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 10px;
    }

    [data-form-library-msg] .list__copy {
        display: block;
    }
}

@media screen and (min-width: 1024px) {
    /* List Filter */
    .list-filter__item .form-item__label {
        font-size: 20px;
        line-height: 40px;
    }

    .list-filter__item--single .form-item__field {
        width: auto;
        min-width: 250px;
    }

    .list-filter__item--year .form-item__field,
    .list-filter__item--month .form-item__field {
        width: 100px;
    }

    .list-filter__item--topic .form-item__field {
        width: 200px;
    }

    /* List */
    .list-filter ~ .list {
        padding-top: 40px;
    }

    .list__item--no-border {
        margin-bottom: 30px;
    }

    [data-form-library-msg] .list__title {
        font-size: 20px;
        line-height: 24px;
    }
}

.modal-open {
    overflow: hidden;
}

.rates-overlay {
    display: none;
    position: fixed;
    z-index: 15000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.rates-overlay > .row {
    padding: 0 20px;
    margin: 50px auto;
}

.rates-overlay > .row > .container {
    position: relative;
}

.rates-overlay .view-close {
    display: block;
    position: absolute;
    float: right;
    clear: both;
    top: 15px;
    right: 15px;
    width: 16px;
    height: 16px;
    z-index: 9;
    cursor: pointer;
}

.rates-overlay .view-header {
    text-align: center;
    font-weight: 400;
    padding: 30px 10px;
    color: #333;
}

.rates-overlay .view-header h1 {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 10px;
}

.rates-overlay .view-header h2 {
    font-size: 14px;
    line-height: 20px;
}

.rates-overlay .view-nav ul {
    display: inline-block;
    font-size: 0;
}

.rates-overlay .view-nav ul li {
    display: inline-block;
    background-color: #e3e3e3;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    margin: 0 2.5px;
    padding: 15px;
    color: #2377c5;
}

.rates-overlay .view-nav ul li.active {
    background-color: white;
    color: black;
}

.rates-overlay .view-content {
    padding: 10px;
}

.rates-overlay .overlay-table-layout {
    display: none;
}

.rates-overlay .overlay-table-layout.active {
    display: block;
}

.rates-overlay .disclaimer {
    padding-top: 0;
}

.opt-out__overlay {
    position: absolute;
    z-index: 1200;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;

}

.opt-out__overlay__window {
    margin-top: 120px;
    width: 300px;
    background-color: #ffffff;
    position: relative;
    padding: 5%;
}

.opt-out__overlay__window__text {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.opt-out__overlay__window__action {
    margin-bottom: 10px;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .rates-overlay > .row {
        padding: 0;
    }

    .rates-overlay .view-header {
        padding: 40px 20px 30px;
    }

    .rates-overlay .view-header h2 {
        font-size: 44px;
        line-height: 44px;
    }

    .rates-overlay .view-content {
        padding: 20px;
    }

    .view-nav--hidden {
        display: none;
    }

    .opt-out__overlay__window {
        width: 80%;
    }

    .opt-out__overlay__window__text {
        Font-size: 20px;
        line-height: 24px;
        font-weight: 300;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .rates-overlay .view-header {
        padding: 65px 20px 60px;
    }

    .rates-overlay .view-content {
        padding: 20px 7.5%;
    }
}
.results_pagination {
    text-align: center;
}

.pagination {
    display: inline-block;
    vertical-align: top;
    padding-left: 0;
    margin-top: 20px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    height: 30px;
    min-width: 30px;
    float: left;
    color: #0061A0;
    font-size: 12px;
    line-height: 30px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 0 8px;
    margin-left: -1px;
}

.pagination > li > a:hover,
.pagination > li > span:hover {
    color: #0090DA;
    text-decoration: underline;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 2;
    background-color: #0061A0;
    color: #ffffff;
    font-weight: bold;
    cursor: default;
    text-decoration: none;
}

.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus,
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus {
    background-color: #ffffff;
    color: #cccccc;
    cursor: not-allowed;
    text-decoration: none;
}

.pagination > .first > a,
.pagination > .prev > a,
.pagination > .next > a {
    font-weight: bold;
}

.pagination .last {
    display: none;
}

@media (min-width: 768px) {
    .results_pagination {
        text-align: left;
    }
}
[data-comp-spacing="tile-container"],
[data-comp-spacing="banner"],
[data-comp-spacing="skinny-banner"],
[data-comp-spacing="large-banner"] {
    background-color: #f2f2f2;
}

.product-row {
    clear: both;
}

.product-row__tile {
    position: relative;
    text-align: center;
    padding: 20px;
    margin-bottom: 10px;
}

.product-row__tile:last-of-type {
    margin-bottom: 0;
}

.product-row__tile__top {
    width: 90%;
    margin: 0 auto 15px;
}

.product-row__tile__title,
.product-row__tile__promo {
    font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 15px;
}

.product-row__tile__copy {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    margin: 0;
}

.product-tile__action,
.product-tile__action--link,
.product-tile__action--tel {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    padding-top: 5px;
    text-transform: capitalize;
}

.product-tile__action {
    color: #333;
    font-weight: normal;
}

.product-tile__action--link {
    color: #0061A0;
    font-weight: normal;
    cursor: pointer;
}

.product-tile__action--tel-text{
    font-size: 14px;
    line-height: 16px;
}

.product-tile__action--link:hover {
    text-decoration: underline;
}

.product-tile__action--tel {
    color: #0061A0;
    font-weight: bold;
    cursor: pointer;
}

a[href*='tel:'].product-tile__action--tel {
    color: #333;
    font-weight: bold;
    cursor: pointer;
}

.product-row__tile--img-tile {
    background-color: #0061A0;
    padding: 0;
    text-align: center;
}

.product-row__tile__img-tile__img {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center top;
    cursor: pointer;
}

.product-row__tile--img-tile__text {
    background-color: #0061A0;
    padding: 20px;
    text-align: center;
    position: relative;
    width: 100%;
}

.promotion-tile h4 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: bold;
    color: white;
}

.single-promo {
    position: relative;
    background-color: #0061A0;
    margin-bottom: 0;
}

.single-promo .product-row__tile__img-tile__img {
    display: none;
    width: 100%;
    opacity: 0.5;
}

.single-promo .product-row__tile--img-tile__text {
    width: 100%;
    top: 0;
    padding-top: 20px;
}

.product-tile .btn-brand-4th,
.promotion-tile .btn-brand-4th,
.skinny-promo-tile .btn-brand-2nd,
.large-promo-tile .btn-brand-2nd{
    margin-bottom: 0;
}

.promotion-tile .btn-brand-4th:hover,
.promotion-tile .btn-brand-4th:focus,
.promotion-tile .btn-brand-4th:active,
.promotion-tile .btn-brand-1st:hover,
.promotion-tile .btn-brand-1st:focus,
.promotion-tile .btn-brand-1st:active {
    background-color: #b7dd58;
    -moz-box-shadow: rgba(0, 0, 0, 0) 0px 1px 1px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 1px 1px 0px;
    box-shadow: rgba(0, 0, 0, 0) 0px 1px 1px 0px;
    background: linear-gradient(#b7dd58, #b7dd58);
    text-decoration: underline;
    color: #333333;
}

.promotion-tile .btn-brand-1st {
    background-color: #a4ce4e;
    background: -webkit-linear-gradient(#a4ce4e, #a4ce4e);
    background: -o-linear-gradient(#a4ce4e, #a4ce4e);
    background: -moz-linear-gradient(#a4ce4e, #a4ce4e);
    background: linear-gradient(#a4ce4e, #a4ce4e);
    color: #333333;
}

.large-promo-tile .product-row__tile--img-tile__text,
.skinny-promo-tile .product-row__tile--img-tile__text {
    background-color: white;
}

.skinny-promo-tile .product-row__tile__promo {
    font-size: 24px;
    line-height: 28px;
}

.large-promo-tile p,
.skinny-promo-tile p {
    font-size: 14px;
    line-height: 18px;
}

.large-promo-tile .product-row__tile--img-tile__text .white,
.skinny-promo-tile .product-row__tile--img-tile__text .white {
    color: #333;
}

.promotion-tile span{
    font-size: 14px;
    line-height: 18px;
}

@media screen and (max-width: 767px) {
    .product-row:first-of-type > .product-row__tile:first-of-type {
        margin-top: 0;
    }

    .product-row__tile__img-tile__img {
        min-height: 150px;
    }
}

@media screen and (min-width: 768px) {
    .product-row__tile {
        width: 32%;
        min-height: 320px;
        float: left;
        margin-top: 0;
        margin-bottom: 0;
        padding: 10px;
    }

    .product-row__tile:not(:last-child) {
        margin-right: 2%;
    }

    .product-row__tile:nth-child(3n) {
        margin-right: 0;
    }

    .product-row__tile__title,
    .product-row__tile__promo {
        font-size: 20px;
        line-height: 24px;
    }

    .product-row__tile__top {
        padding-top: 30px;
        min-height: 217px;
        width: 90%;
        margin: auto;
        margin-bottom: 15px;
    }

    .product-row__tile__copy {
        font-size: 13px;
        line-height: 18px;
    }

    .product-row__tile__bottom {
        padding-bottom: 15px;
        bottom: 8px;
        width: 95%;
        position: absolute;
    }

    .product-tile__action,
    .product-tile__action--link {
        font-size: 12px;
        line-height: 16px;
    }

    .product-tile__action--tel-text{
        font-size: 14px;
        line-height: 16px;
    }

    .product-tile__action--tel {
        color: #333 !important;
        font-size: 14px;
        line-height: 16px;
        text-decoration: none;
    }

    .product-tile__action--tel:hover {
        text-decoration: none;
    }

    .product-row__tile--img-tile {
        display: table;
        margin-left: 0;
        margin-right: 0;
    }

    .product-row__tile__img-tile__img {
        display: table-cell;
        width: 32%;
    }

    .product-row__tile--img-tile__text {
        display: table-cell;
        padding: 20px 3%;
        width: 68%;
        text-align: left;
    }

    .promotion-tile h4 {
        font-size: 13px;
        line-height: 18px;
    }

    .product-row__tile--img-tile__text--left {
        width: 60%;
        display: table-cell;
        margin-bottom:15px;
    }

    .product-row__tile--img-tile__text--right {
        width: 25%;
        display: table-cell;
        vertical-align: middle;
        margin-bottom:15px;
    }
	
	.banner2x-btn-align {
    	width: 10%;
	}
	
    .product-row__tile--img-tile__text--right a {
        float: right;
    }

    .product-row__tile--img-tile__text--right a[href*='tel:'] {
        color: #fff;
    }

    .skinny-promo-tile {
        height: auto;
        position: relative;
        width: 100%;
    }

    .skinny-promo-tile p {
        margin-bottom: 0;
    }

    .skinny-promo-tile .product-row__tile__img-tile__img {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .skinny-promo-tile .product-row__tile__img-tile__img.product-row__tile__img-tile__img__left {
        right: 68%;
    }

    .skinny-promo-tile .product-row__tile--img-tile__text {
        display: block;
    }

    .promotion-tile span{
        font-size: 13px;
        line-height: 18px;
    }

    .skinny-promo-tile .product-row__tile__promo {
        font-size: 18px;
        line-height: 22px;
    }

    .large-promo-tile {
        height: auto;
        width: 100%;
    }

    .large-promo-tile span,
    .skinny-promo-tile span {
        font-size: 13px;
        line-height: 16px;
    }

    .large-promo-tile .product-row__tile__img-tile__img {
        height: 260px;
    }

    .large-promo-tile .product-row__tile--img-tile__text {
        text-align: center;
        vertical-align: middle;
        background-color: white;
    }

    .large-promo-tile .product-row__tile__promo {
        width: 90%;
        font-size: 26px;
        line-height: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .single-promo {
        width: 32%;
        float: left;
        clear: none;
        margin: 0 0 10px;
    }

    .single-promo .product-row__tile__img-tile__img {
        height: inherit;
    }

    .single-promo .product-row__tile--img-tile__text {
        height: 100%;
        text-align: center;
        padding: 16px 3%;
    }

    .double-promo {
        width: 66%;
        float: left;
        clear: none;
        margin-top: 0;
    }

    .double-promo.product-row__tile--img-tile{
        min-height: 320px;
    }

    .double-promo .product-row__tile__img-tile__img {
        float: right;
        width: 50%;
        height: inherit;
    }

    .double-promo .product-row__tile--img-tile__text {
        padding: 0 3%;
        float: left;
        width: 50%;
        text-align: center;
    }

    .double-promo .product-row__tile__promo{
        padding-top: 10px;
    }

    .double-promo .product-row__tile__bottom{
        width: 90%;
    }

    .triple-promo {
        height: auto;
        width: 100%;
        display: table;
        background-color: inherit;
        box-shadow: none;
        min-height: 145px;
    }

    .triple-promo span {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 0;
    }

    .triple-promo .product-row__tile--img-tile__text {
        background-color: #0061A0;
        vertical-align: middle;
        padding: 20px 15px;
    }

    .product-row__tile__img-tile__img .alt-img {
        width: auto;
        height: auto;
    }
}

@media screen and (min-width: 1024px) {
    .product-row__tile__title,
    .product-row__tile__promo {
        font-size: 22px;
        line-height: 26px;
    }

	.banner2x-btn-align {
    	width: 10%;
	}
	
    .product-row__tile__copy {
        font-size: 13px;
        line-height: 18px;
        width: 90%;
        margin: auto;
    }

    .product-row__tile__bottom {
        bottom: 8px;
        width: 95%;
        position: absolute;
    }

    .product-tile__action--link,
    .product-tile__action--text {
        font-size: 13px;
        line-height: 16px;
    }

    .product-tile__action--tel,
    .product-tile__action--tel-text {
        font-size: 16px;
        line-height: 16px;
    }

    .product-row__tile--img-tile__text {
        padding: 40px 3%;
    }

    .promotion-tile h4 {
        font-size: 14px;
        line-height: 20px;
    }

    .skinny-promo-tile .product-row__tile__promo {
        font-size: 22px;
        line-height: 26px;
    }

    .large-promo-tile span {
        width: 65%;
    }

    .large-promo-tile .product-row__tile__promo {
        font-size: 30px;
    }

    .triple-promo .product-row__tile--img-tile__text div.white {
        font-size: 22px;
        line-height: 26px;
    }

    .triple-promo .product-row__tile--img-tile__text span {
        font-size: 13px;
        line-height: 18px;
    }

    .triple-promo .product-row__tile--img-tile__text {
        padding: 20px 35px;
    }
}
.inputHolderSR .suggestionsbox table {
    text-align: left;
    width: 100%;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 40px;
    border: 1px #ccc solid;
}

.suggestionsbox {
    cursor: pointer;
}

.suggestionsbox table {
    visibility: visible;
    width: calc(100% - 20px);;
    position: fixed;
    top: 97px;
    left: 10px;
    z-index: 999999999;
    border-radius: 0px 0px 2px 2px;
    background: white;
    border: none;
}

.suggestionsbox--minimized table {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.suggestionsbox table tbody {
    visibility: visible;
    font-size: 13px;
    line-height: 15px;
}

.suggestionsbox table tbody tr:hover {
    background-color: #f2f2f2;
}

.suggestionsbox table tbody tr:first-child td {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}

.suggestionsbox table tbody tr:last-child td {
    font-weight: 600;
    text-transform: uppercase;
}

.suggestionsbox table tbody tr td {
    padding: 10px 10px;
}

.suggestionsbox table tbody tr:first-child td:first-child {
    padding: 0px;
}

.suggestionsbox table tbody tr:first-child {
    display: none;
}

.suggestionsbox table tbody tr:last-child {
    display: none;
}

@media (min-width: 768px) {
    .suggestionsbox table {
        width: 170px;
        top: 53px;
        left: 133px;
    }

    .suggestionsbox--minimized table {
        top: 42px;
        -webkit-transition: top 0.5s;
        -moz-transition: top 0.5s;
        -o-transition: top 0.5s;
        transition: top 0.5s;
    }
}

@media (min-width: 1024px) {
    .suggestionsbox table {
        width: 170px;
        left: 211px;
        -webkit-transition: top 0.5s;
        -moz-transition: top 0.5s;
        -o-transition: top 0.5s;
        transition: top 0.5s;
    }

    .suggestionsbox--minimized table {
        top: 42px;
    }
}




.rate_table .controls {
    background-color: #ffffff;
    padding: 15px 0;
}

.rate_table .controls .carousel-indicators {
    display: block;
    position: relative;
    height: 15px;
    bottom: 0;
    left: 0;
    z-index: 15;
    width: 60%;
    margin: auto;
    list-style: none;
    text-align: center;
}

.rate_table .controls .carousel-indicators li {
    vertical-align: top;
    border-color: #cccccc;
    cursor: auto;
}

.rate_table .controls .carousel-indicators .active {
    background-color: #cccccc;
}

.rate_table .content {
    overflow: hidden;
    background-color: #b2cfe2;
}

.rate_table .content_table {
    width: 100%;
    border: none;
}

.rate_table .content_table table {
    border: none;
}

.rate_table .content_table.table-striped tr:nth-child(even) {
    background-color: #e5eff5;
}

.rate_table .content_table.table-striped tr:nth-child(odd) {
    background-color: #ffffff;
}

.rate_table .content_table td {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    border: none;
}

.rate_table .content_corner .content_table td,
.rate_table .content_top .content_table td,
.rate_table .content_left .content_table td {
    font-weight: 600;
}

.rate_table .content_body .content_table td {
    font-weight: 400;
}

/* Horizontal shared styles (corner and top) */
.rate_table .content_corner,
.rate_table .content_top {
    display: inline-block;
    float: left;
    background-color: #b2cfe2;
}

.rate_table .content_corner .content_container,
.rate_table .content_top .content_container {
    float: left;
    width: 100%;
}

.rate_table .content_corner .content_table td,
.rate_table .content_top .content_table td {
    padding: 10px 2.5px;
}

/* Horizontal shared styles (left and body) */
.rate_table .content_left,
.rate_table .content_body {
    display: inline-block;
    float: left;
    background-color: #ffffff;
}

.rate_table .content_left .content_container,
.rate_table .content_body .content_container {
    float: left;
    width: 100%;
}

.rate_table .content_left .content_table td,
.rate_table .content_body .content_table td {
    padding: 5px 2.5px;
}

/* Vertical shared styles (corner and left) */
.rate_table .content_corner .content_table,
.rate_table .content_left .content_table {
    width: 104%;
    margin-left: -2%;
}

/* Vertical shared styles (top and body) */
.rate_table .content_top .content_container,
.rate_table .content_body .content_container {
    overflow: hidden;
}

.rate_table .content_top .window,
.rate_table .content_body .window {
    position: relative;
    overflow: hidden;
}

.rate_table .content_top {
    overflow: hidden;
}

.rate_table .content_corner {
    position: relative;
}

.rate_table .content_left {
    overflow: hidden;
    padding-bottom: 17px;
}

.rate_table .content_body {
    overflow: auto;
}

.rate_table .content_temp {
    display: none;
}

@media (min-width: 768px) {
    .rate_table .controls {
        display: none;
    }

    .rate_table .content_top .content_container {
        overflow: visible;
    }

    .rate_table .content_body .content_container {
        height: 100%;
        overflow: visible;
    }

    .rate_table .content_body .window {
        height: 100%;
    }

    .campaign-card .rate_table .controls {
        display: block;
    }

    .campaign-card .rate_table .content_top .content_container {
        overflow: hidden;
    }

    .campaign-card .rate_table .content_body .content_container {
        height: auto;
        overflow: hidden;
    }

    .campaign-card .rate_table .content_body .window {
        height: auto;
    }
}

@media (min-width: 1024px) {
    .campaign-card .rate_table .controls {
        display: none;
    }

    .campaign-card .rate_table .content_top .content_container {
        overflow: visible;
    }

    .campaign-card .rate_table .content_body .content_container {
        height: 100%;
        overflow: visible;
    }

    .campaign-card .rate_table .content_body .window {
        height: 100%;
    }
}

.twitter-typeahead {
    width: 100%;
}

.tt-menu {
    display: block;
    left: 10px;
    top: 30px !important;
    width: 100%;
    margin: 12px 0;
    background-color: #fff;
    color: black;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    z-index: 999 !important;
}

.tt-suggestion {
    padding: 5px 0 5px 10px;
}

.tt-suggestion:hover {
    background-color: #f2f2f2;
}
[data-comp-spacing="text-video"] {
    background-color: #f2f2f2;
}

[data-comp-spacing="pressroom-video"] {
    background-color: #fff;
}

.text-video .wrapper {
    padding: 0 20px;
}

.video-text__video {
    padding-bottom: 20px;
}

.video-text--video-only .video-text__video{
    padding-bottom: 10px;
}

.faq-video .video-text__video{
    padding-bottom: 5px;
}

.video-text__label {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    display: none;
}

.videoWrapper {
    position: relative;
    height: auto;
    padding-bottom: 0;
}

.videoWrapper--youtube {
    padding-bottom: 56.25%
}

.videoWrapper object {
    position: absolute;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-text__description {
    padding-bottom: 10px;
}

.video-text__description h2 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
	margin-bottom: 10px;
}

.video-text__description h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 0;
}

.video-text__description .video-text__document {
    margin-bottom: 10px;
}

.video-text--video-only .video-text__description h2 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}

.video-text--video-only .video-text__description {
    padding-bottom: 0;
}

.video_duration {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.text-video .disclaimer {
    padding-top: 10px;
}

.text-video .video-text__description h3{
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .text-video .wrapper {
        padding: 0;
    }

    .text-video .video-text{
        white-space: nowrap;
    }

    .text-video .video-text *{
        white-space: normal;
    }

    .text-video .video-text__video{
        width: 50%;
        display: inline-block;
        padding-right: 20px;
    }

    .video-text--video-only{
        width: 60%;
        margin: auto;
    }

    .video-text__label {
        margin-top: 0;
        display: block;
    }

    .text-video .video-text__description {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        padding-left: 20px;
    }

    .text-video .video-text__description h3{
        margin-bottom: 20px;
    }

    .video-text--video-only .video-text__video,
    .video-text--video-only .video-text__description {
        padding-left: 0;
        padding-right: 0;
        margin: auto;
    }
}

@media screen and (min-width: 1024px){
    .text-video .disclaimer {
        padding-top: 20px;
    }
}


#mrtQuoteForm .form-user-grp {
    padding: 0;
}

#mrtQuoteForm .form-section {
    margin-bottom: 0;
}

#mrtQuoteForm .form-row {
    margin-bottom: 15px;
}

#mrtQuoteForm .form-icon-wrapper svg {
    top: 11px;
}

#mrtQuoteForm .contactSidebarBtns {
    margin-top: 0;
    margin-bottom: 15px;
}

#mrtQuoteForm .contactSidebarBtns .btn {
    margin-left: 0;
}

#mrtQuoteForm .dateOfBirth .month,
#mrtQuoteForm .dateOfBirth .day {
    padding-right: 10px;
}

#mrtQuoteForm .dateOfBirth .month svg,
#mrtQuoteForm .dateOfBirth .day svg {
    right: 14px;
}

#mrtQuoteForm .dateOfBirth .mrt-quote-dob-label {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
}

.quote-landing-single .life-insurance-quote-right .contactDisclaimer a:visited,
.quote-landing-single .life-insurance-quote-right .contactDisclaimer a:active {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .quote-landing-single .cta_header_quote p {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 768px) {
    .quote-landing-single .life-insurance-quote {
        width: 95%;
    }

    #mrtQuoteForm .left-column {
        padding-right: 5px;
    }

    #mrtQuoteForm .right-column {
        padding-left: 5px;
    }

    #mrtQuoteForm .left-column.alignForTabletView {
        width: 100%;
        padding-right: 0;
    }

    #mrtQuoteForm .right-column.alignForTabletView {
        width: 100%;
        padding-left: 0;
    }

    #mrtQuoteForm .phone-section {
        margin-top: 0px;
    }
	
	.quote-landing-single .life-insurance-quote-left .quote-rtf-title {
        font-weight: normal;
    }
}

@media screen and (min-width: 1024px) {
    .quote-landing-single .life-insurance-quote {
        width: 85%;
    }

    #mrtQuoteForm .left-column {
        padding-right: 10px;
    }

    #mrtQuoteForm .right-column {
        padding-left: 10px;
    }

    #mrtQuoteForm .left-column.alignForTabletView {
        width: 50%;
        padding-right: 10px;
    }

    #mrtQuoteForm .right-column.alignForTabletView {
        width: 50%;
        padding-left: 10px;
    }

    #mrtQuoteForm .phone-section {
        margin-top: 16px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1100px) {
    .quote-landing-single .life-insurance-quote {
        width: 90%;
    }
}
.quote-office {
    position: relative;
    z-index: 100;
    margin-top: 0;
}

.quote-office--left,
.quote-office--right {
    display: table;
    width: 100%;
    color: #333;
    padding: 20px 20px;
    margin-bottom: 15px;
}

.quote-office--left, .quote-office--right {
    background-color: #e3e3e3;
}

@media screen and (min-width: 768px) {
    .quote-office {
        width: 95%;
        margin: -230px auto 55px;
    }

    .quote-office--left,
    .quote-office--right {
        height: 150px;
        min-height: 150px;
        width: calc(50% - 10px);
        padding: 20px;
        margin-bottom: 0;
    }

    .quote-office--left {
        float: left;
        background-color: rgba(242, 242, 242, 0.85);
        margin-left: 0;
    }

    .quote-office--right {
        float: right;
        background-color: rgba(242, 242, 242, 0.85);
        margin-right: 0;
    }

    .quote-office--single {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 1024px) {
    .quote-office {
        width: 85%;
        max-width: 1300px;
        margin: -268px auto 70px;
    }

    .quote-office > .row {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }

    .quote-office--left,
    .quote-office--right {
        width: calc(50% - 10px);
        padding: 30px;
    }
}


[data-comp-spacing="sitemap"] {
    background-color: #fff;
}
.breadcrumb {
    display: none;
    position: absolute;
    width: 100%;
    color: #999;
    font-size: 11px;
    line-height: 20px;
}

.breadcrumb--back {
    display: inline-block;
}

.breadcrumb__crumb:last-of-type {
    border: none;
}

.breadcrumb__crumb:not(:last-child)::after {
    content: "\0020\203A\0020";
}

.aem :not(:last-child)::after {
    content: "";
}

@media screen and (min-width: 768px) {
    .breadcrumb {
        display: block;
        padding-top: 10px;
        padding-left: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .breadcrumb {
        height: 45px;
        padding-top: 15px;
    }
}
[data-comp-spacing="category-banner"] {
    background-color: #f2f2f2;
}

.promocard {
    background-color: #fff;
    padding: 0;
}

.promocard__image {
    width: 100%;
    background-size: cover;
    height: 200px;
}

.promocard__content {
    color: #333;
    text-align: center;
    padding: 20px 20px;
}

.promocard__content__header {
    font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}

.promocard__content__text {
    width: 80%;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    margin: 0 auto 20px;
}

.promocard_content__list {
    text-align: center;
    margin: 0 auto 10px;
}

.promocard_content__list ol {
    display: inline-block;
    text-align: left;
    list-style-type: decimal;
}

.promocard_content__list li {
    list-style-type: none;
    counter-increment: list;
    position: relative;
    margin-left: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
}

.promocard_content__list li:before {
    content: counter(list);
    position: absolute;
    left: -25px;
    width: 20px;
    height: 20px;
    text-align: right;
    color: #2c77c5;
    border-radius: 50%;
    background-color: #fff;
    padding-right: 7px;
    padding-top: 1px;
    font-size: 12px;
}

@media screen and (min-width: 768px) {
    .promocard {
        display: table;
        height: 1px;
        min-height: 260px;
        width: 100%;
        float: none;
    }

    .promocard__image {
        display: table-cell;
        position: relative;
        height: auto;
        width: 60%;
        left: 40%;
    }

    .promocard__content {
        display: table-cell;
        position: relative;
        vertical-align: middle;
        padding: 20px 30px;
        right: 60%;
    }

    .promocard__image.image-left {
        left: 0;
    }

    .promocard__content.content-right {
        right: 0;
    }

    .promocard__content__header {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .promocard__content__text {
        font-size: 14px;
        line-height: 20px;
        padding: 0;
        margin-bottom: 25px;
    }

    .promocard_content__list li {
        line-height: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .promocard {
        min-height: 300px;
        width: 100%;
        max-width: none;
    }

    .promocard__content {
        padding: 20px 5%;
    }

    .promocard__content__header {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .promocard__content__text {
        margin-bottom: 30px;
    }
}

.subnav {
    display: none;
    position: absolute;
    top: 50px;
    z-index: 999;
    height: 100%;
    width: 100%;
    text-transform: none;
}

.subnav__list {
    width: 100%;
    height: 100%;
    margin: auto;
}

.subnav__list__item {
    float: none;
    width: 100%;
    display: block;
}

.subnav__list__item:last-child {
    border-bottom: 1px solid #cccccc;
}

.subnav__list__item__anchor {
    display: block;
    background-color: #e3e3e3;
    border-top: 1px solid #cccccc;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-decoration: none;
    padding: 20px 30px 20px 20px;
}

.subnav__list__item__anchor svg {
    vertical-align: bottom;
}

.subnav__list__item__anchor__label {
    margin: auto 0;
}

@media screen and (min-width: 768px) {
    .subnav {
        display: block;
        text-align: center;
        min-height: 60px;
        position: static;
        background: #0061a0;
    }

    .subnav__list {
        margin: auto;
    }

    .subnav__list__item {
        display: inline-table;
        width: 20%;
        height: 100%;
        vertical-align: top;
    }

    .subnav__list__item:last-child {
        border-bottom: none;
    }

    .subnav__list__item:first-child:nth-last-child(5),
    .subnav__list__item:first-child:nth-last-child(5) ~ .subnav__list__item {
        float: left;
    }

    .subnav__list__item:first-child:nth-last-child(6),
    .subnav__list__item:first-child:nth-last-child(6) ~ .subnav__list__item {
        float: left;
        width: 16.66667%
    }

    .subnav__list__item:first-child:nth-last-child(7),
    .subnav__list__item:first-child:nth-last-child(7) ~ .subnav__list__item {
        float: left;
        width: 14.2857%;
    }

    .subnav__list__item:first-child:nth-last-child(8),
    .subnav__list__item:first-child:nth-last-child(8) ~ .subnav__list__item {
        float: left;
        width: 12.5%;
    }

    .subnav__list__item__anchor {
        display: table;
        width: 100%;
        height: 100%;
        min-height: 60px;
        color: white;
        padding: 0;
        border-top: none;
        background-color: #0061A0;
    }

    .subnav__list__item__anchor:hover,
    .subnav__list__item__anchor:focus {
        background-color: #0090da;
        color: white;
        text-decoration: underline;
    }

    .subnav__list__item__anchor__label {
        display: table-cell;
        vertical-align: middle;
        font-size: 11px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 5px;
    }
}

@media screen and (min-width: 1024px) {
    .subnav {
        position: static;
    }

    .subnav__list {
        width: 85%;
        margin: auto;
    }

    .subnav__list__item__anchor__label {
        font-size: 12px;
        line-height: 15px;
    }
}
.share__chat {
    position: absolute;
    right: 0;
    display: block;
    padding-top: 15px;
    height: 45px;
    padding-right: 30px;
}

.share__chat a:hover,
.share__chat a:active {
    text-decoration: none;
}

.share__chat div {
    display: table;
}

.share__chat--social {
    left: 155px;
    position: relative;
    background-color: #fff;
    font-size: 12px;
    line-height: 39px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    min-width: 40px;
    /*    max-width: 320px;*/
    width: auto;
    border: 0px solid transparent;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 0px;
    padding: 0 20px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    opacity: 0;
}

.share__chat—social__open {
    left: 23px;
    opacity: 1;
}

.share__chat--social a svg {
    padding-top: 7px;
}

.share__chat--buttons {
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: table;
}

.share__chat--buttons:hover,
.share__chat--buttons:focus {
    background-color: #007ABC;
    background: -webkit-linear-gradient(#007ABC, #007ABC);
    background: -o-linear-gradient(#007ABC, #007ABC);
    background: -moz-linear-gradient(#007ABC, #007ABC);
    background: linear-gradient(#007ABC, #007ABC);
}

.share__chat--buttons a {
    color: #FFFFFF;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
}

.share__chat--buttons svg {
    display: table-cell;
    margin-left: 5px;
    fill: #FFFFFF;
}

.share__chat--buttons.btn-brand-1st {
    background: #007ABC;
}

.not-share .share__chat--buttons.btn-brand-1st {
    background: #FFFFFF;
}

.not-share .share__chat--buttons svg {
    fill: #007ABC;
}

.not-share .share__chat--buttons:hover svg {
    fill: #FFFFFF;
}

.not-share .share__chat--buttons a {
    color: #007ABC;
}

.not-share .share__chat--buttons:hover a {
    color: #FFFFFF;
    text-decoration: underline;
}

.not-share .share__chat--buttons {
    border: 2px solid #007ABC;
}

.not-share .share__chat--buttons:hover {
    background-color: #007ABC;
    background: -webkit-linear-gradient(#007ABC, #007ABC);
    background: -o-linear-gradient(#007ABC, #007ABC);
    background: -moz-linear-gradient(#007ABC, #007ABC);
    background: linear-gradient(#007ABC, #007ABC);
    color: #FFFFFF;
}

[data-comp-spacing="contact-advisory"],
[data-comp-spacing="contact-form-card-argentina"],
[data-comp-spacing="contact-form-image-card"] {
    background-color: #f2f2f2;
}

.form-card {
    padding: 0;
    line-height: 20px;
}

.form-card__img {
    display: none;
}

@media screen and (min-width: 768px) {
    .form-card {
        display: table;
    }

    .form-card__img {
        display: table-cell;
        width: 60%;
        position: relative;
    }

    .form-card__img__inner {
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        min-height: 365px;
    }

    .form-card__img__text {
        position: absolute;
        color: white;
        top: 40px;
        left: 40px;
        width: 40%;
    }

    .form-card__img__text h3 {
        font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
        font-size: 24px;
        line-height: 28px;
        font-weight: bold;
    }

    .form-card__img__text p {
        font-size: 14px;
        line-height: 20px;
        font-weight: normal;
    }
}

@media screen and (min-width: 1024px) {
    .form-card__img {
        width: 66%;
    }

    .form-card__img__text h3 {
        font-size: 32px;
        line-height: 36px;
    }

    .form-card__img__text p {
        font-size: 18px;
        line-height: 24px;
    }
}
.contextual-link {
    display: block;
    height: 60px;
    border-bottom: 1px solid #cccccc;
}

.contextual-link__content {
    padding-left: 25px;
    height: 100%;
}

.contextual-link__content svg {
    position: relative;
    top: 20px;
    right: 20px;
}

.contextual-link__content__label {
    position: relative;
    height: 100%;
}

.contextual-link__content__label p {
    margin-bottom: 0;
    font-size: 16px;
    text-align: left;
    line-height: 60px;
    height: 100%;
    color: #0061a0;
}

.contextual-link:hover .contextual-link__content__label p {
    color: #0090da;
    text-decoration: underline;
}

.contextual-link__content__label svg {
    position: absolute;
    top: 35%;
    height: 14px;
    width: 14px;
}

@media screen and (max-width: 767px) {

    .contextual-link {
        width: 100%;
    }

    .contextual-link:first-of-type {
        border-top: 1px solid #cccccc;
    }

    .contextual-link__content__label {
        display: table;
        width: 100%;
    }

    .contextual-link__content__label p,
    .contextual-link__content__label svg {
        display: table-cell;
        vertical-align: middle;
    }
}

@media screen and (min-width: 768px) {
    .contextual-link {
        display: inline-block;
        width: 20%;
        border-bottom: none;
        height: auto;
        vertical-align: top;
    }

    .contextual-link:hover {
        background-color: rgba(173, 208, 240, 0.2);
    }

    .contextual-link__content {
        padding: 40px 15px;
        font-size: 11px;
        line-height: 16px;
    }

    .contextual-link__content svg {
        display: none;
    }

    .contextual-link__content__img {
        height: 50px;
        width: auto;
        margin: 0 auto;
        display: block;
    }

    .contextual-link__content__label p {
        width: 140px;
        height: 32px;
        font-weight: normal;
        text-align: center;
        font-size: 12px;
        line-height: 16px;
        padding: 0;
        margin: 5px auto 0;
    }
}
@media screen and (min-width: 1024px) {
	.contextual-link__content {
        padding-left: 20px;
        padding-right: 20px;
	}
}
[data-comp-spacing="contextual-links-cont-home"],
[data-comp-spacing="contextual-links-home-us"] {
    background-color: #f2f2f2;
}

.more-content {
    background-color: inherit;
    text-align: center;
}

.more-content__title {
    width: 100%;
    color: #333;
    font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
}

.more-content__section {
    background-color: #ffffff;
    -webkit-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.more-content__section:last-child {
    margin-bottom: 0;
}

.more-content__section img {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}

.more-content__section h2 {
    font-size: 22px;
    line-height: 26px;
    padding: 20px;
    margin-bottom: 0;
}

.more-content__section a:hover {
    color: #2C77C5;
}

.more-content__section a:nth-child(2) {
    display: inline-block;
    color: #333;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    text-decoration: none;
    padding: 0 20px 20px;
}

.more-content__section a:nth-child(3) {
    display: block;
    color: #0061a0;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 20px 20px;
}

@media screen and (min-width: 768px) {
    [data-comp-spacing="contextual-links-cont-home"],
    [data-comp-spacing="contextual-links-home-us"] {
        background-color: #fff;
    }

    .more-content__section {
        width: 32%;
        display: inline-block;
        float: left;
        margin: 0 2% 0 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
    }

    .more-content__section:first-of-type:nth-last-of-type(1),
    .more-content__section:first-of-type:nth-last-of-type(1) ~ .more-content__section:first-of-type {
        margin-left: 34%;
    }

    .more-content__section:first-of-type:nth-last-of-type(2),
    .more-content__section:first-of-type:nth-last-of-type(2) ~ .more-content__section:first-of-type {
        margin-left: 18%;
    }

    .more-content__section:first-of-type:nth-last-of-type(4),
    .more-content__section:first-of-type:nth-last-of-type(4) ~ .more-content__section {
        width: 23.5%;
    }

    .more-content__section:last-child {
        margin-right: 0;
    }

    .more-content__section img {
        padding-bottom: 10px;
    }

    .more-content__section h2 {
        font-size: 20px;
        line-height: 24px;
        padding: 0;
    }

    .more-content__section a:nth-child(2) {
        font-size: 14px;
        line-height: 18px;
        font-weight: normal;
    }

    .more-content__section a:nth-child(3) {
        font-size: 12px;
        line-height: 16px;
        padding-bottom: 0;
    }

    .more-content__section a:nth-child(2):hover,
    .more-content__section a:nth-child(3):hover,
    .more-content__section a:nth-child(3):active {
        color: #0090da;
        text-decoration: underline;
    }
}

@media screen and (min-width: 1024px) {
    .more-content__title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .more-content__section a:nth-child(2) {
        font-size: 16px;
        line-height: 20px;
    }

    .more-content__section a:nth-child(3) {
        font-size: 14px;
        line-height: 18px;
    }
}
[data-comp-spacing="contextual-links-container"] {
    background-color: #f2f2f2;
    padding-top: 0;
    padding-bottom: 0;
}

.contextual-links-row {
    width: 100%;
    padding: 0;
}

.contextual-links-row a:hover {
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .contextual-links-row {
        width: 100%;
        text-align: center;
        font-size: 0;
    }

    .contextual-links-row > div {
        display: inline-block;
    }
}

@media screen and (min-width: 1024px) {
    .contextual-links-row {
        width: 85%;
    }
}
[data-comp-spacing="disclaimer"] {
    background-color: #f2f2f2;
    padding-bottom: 0;
}

[data-comp-spacing="disclaimer"] .disclaimer {
    padding: 0 20px 20px;
}

[data-comp-spacing="disclaimer"] .disclaimer--border {
    border-bottom: 1px solid #ccc;
}

.disclaimer {
    color: #999;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    text-align: left;
}

.disclaimer p {
    margin-bottom: 15px;
}

.disclaimer p:last-child {
    margin-bottom: 0;
}

.disclaimer .bold {
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    [data-comp-spacing="disclaimer"] .disclaimer {
        border-bottom: 1px solid #ccc;
        padding: 0 0 30px;
    }
}

@media screen and (min-width: 1024px) {
    [data-comp-spacing="disclaimer"] .disclaimer {
        padding: 0 0 40px;
    }
}

[data-comp-spacing="faq"] {
    background-color: #fff;
}
[data-comp-spacing="faq-video"] {
    background-color: #fff;
}

.faq-video .row.wrapper:last-of-type {
    padding-left: 0;
    padding-right: 0;
}

.divider-title__title {
    font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}

.video-faq__accordion {
    position: relative;
}

.video-faq__accordion .accordion__name {
    padding-top: 10px;
}

.video-faq__accordion .accordion__link {
    position: absolute;
    float: none;
    top: 12px;
    right: 40px;
    padding: 0;
}

@media screen and (min-width: 768px) {
    .divider-title__title {
        font-size: 28px;
        line-height: 32px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .video-faq__video {
        float: right;
        width: 49%;
    }

    .video-faq__video .video-text__description,
    .video-faq__video .video-text__video {
        width: 100%;
    }

    .video-faq__video .video-text__description {
        padding: 0;
    }

    .video-faq__accordion {
        float: left;
        width: 49%;
    }

    .video-faq__accordion .accordion__name {
        padding-top: 0px;
    }
}

@media screen and (min-width: 1024px) {
    .divider-title__title {
        font-size: 30px;
        line-height: 34px;
    }

    .video-faq__video {
        width: 40%;
    }

    .video-faq__accordion {
        width: 60%;
        padding-right: 25px;
    }
}
.find-a-x .find-office .find-office__zip-city-state-container,
.find-a-x .find-office .find-office__dental-container,
.find-a-x .find-office .find-office__vision-container,
.find-a-x .find-office .find-office__agent-container {
    width: 100%;
    float: left;
    -webkit-transition: display 1s;
    transition: display 1s;
}

.find-a-x .find-office .find-office__zip-city-state-container {
    margin-bottom: 15px;
}

.find-a-x .find-office .find-office__zip-city-state-container .form-item {
    margin-bottom: 0;
}

.find-a-x .find-office .find-office__zip-city-state {
    padding-right: 40px;
}

.find-a-x .find-office .find-office__dental-container,
.find-a-x .find-office .find-office__vision-container,
.find-a-x .find-office .find-office__agent-container {
    display: none;
    margin-bottom: 10px;
}

.find-a-x .find-office .find-office__dental-container a,
.find-a-x .find-office .find-office__vision-container a,
.find-a-x .find-office .find-office__agent-container a {
    color: #0061a0;
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    text-decoration: none;
}

.find-a-x .find-office .find-office__dental-container a:hover,
.find-a-x .find-office .find-office__dental-container a:focus,
.find-a-x .find-office .find-office__vision-container a:hover,
.find-a-x .find-office .find-office__vision-container a:focus,
.find-a-x .find-office .find-office__agent-container a:hover,
.find-a-x .find-office .find-office__agent-container a:focus {
    color: #0090da;
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    .find-a-x .find-office .find-office__dental-container,
    .find-a-x .find-office .find-office__vision-container,
    .find-a-x .find-office .find-office__agent-container {
        margin-bottom: 0;
    }

    .find-a-x .find-office .find-office__zip-city-state-container {
        margin-bottom: 0;
    }

    .find-a-x .find-office .find-office__zip-city-state-container.full-width {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 1024px) {
    .find-a-x .find-office .find-office__zip-city-state {
        padding-right: 12px;
    }
}


@media screen and (max-width: 767px) {
    .find-office .btn-group .btn:not(.active){
        border-top: none;
        border-bottom: none;
    }
}
[data-comp-spacing="find-a-x-box"] {
    background-color: #f2f2f2;
}

.office-search {
    position: relative;
    text-align: center;
}

.office-search .btn-brand-4th,
.office-search .btn-brand-4th:active,
.office-search .btn-brand-4th:focus {
    background-color: #007abc;
    background: -webkit-linear-gradient(#007abc, #007abc);
    background: -o-linear-gradient(#007abc, #007abc);
    background: -moz-linear-gradient(#007abc, #007abc);
    background: linear-gradient(#007abc, #007abc);
    color: #ffffff;
}

.office-search .btn-brand-4th:hover {
    background-color: #0090da;
    background: -webkit-linear-gradient(#0090da, #0090da);
    background: -o-linear-gradient(#0090da, #0090da);
    background: -moz-linear-gradient(#0090da, #0090da);
    background: linear-gradient(#0090da, #0090da);
    box-shadow: rgba(0, 0, 0, 0) 0px 1px 1px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 1px 1px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0) 0px 1px 1px 0px;
    text-decoration: underline;
    color: #fff;
}

.office-search__label {
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle;
}

.office-search__icon svg {
    vertical-align: middle;
    height: 40px;
    width: 40px;
}

.office-search__label,
.office-search__icon,
.office-search__input,
.office-search__action {
    display: inline-block;
    width: auto;
}

.office-search__action {
    margin-bottom: 0;
    margin-left: 0px;
}

@media screen and (max-width: 767px) {
    .office-search__icon {
        position: absolute;
        left: 8px;
        top: 8px;
    }

    .office-search__label {
        width: 90%;
        float: right;
        text-align: center;
        margin-top: 15px;
    }

    .office-search__input {
        width: 100%;
        margin-bottom: 10px;
    }

    .office-search__action {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .office-search__action {
        margin-left: 10px;
    }

    .office-search__label,
    .office-search__icon,
    .office-search__input,
    .office-search__action {
        display: inline-block;
        width: auto;
    }

    .office-search__icon {
        vertical-align: middle;
    }

    .office-search__label {
        font-size: 18px;
        line-height: 40px;
        padding-right: 10px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1024px) {
    .office-search__label {
        font-size: 20px;
    }

    .office-search__icon svg {
        height: 60px;
        width: 60px;
    }
}
[data-comp-spacing="find-a-x-link"] {
    display: none;
    background-color: #f2f2f2;
}

.options-small-component {
    text-align: center;
}

.options-small-component svg {
    fill: #333;
    top: 5px;
}

.options-small-component div {
    display: inline-block;
}

.options-small-component-link {
    padding-left: 10px;
}

@media screen and (min-width: 768px) {
    [data-comp-spacing="find-a-x-link"] {
        display: block;
    }
}
[data-comp-spacing="find-an-x"] {
    background-color: #fff;
}

.fax__container .contact-container--form-card {
    box-shadow: none;
}

.display_container > .form-icon-wrapper {
    display: inline-block;
}

.display_container .form-icon-wrapper:last-child {
    float: right;
}

.find-an-x-search__container {
    position: relative;
    padding-bottom: 20px;
}

.find-an-x-search__container .mobile_expand_close {
    display: none;
    position: absolute;
    top: -12px;
    right: 2px;
}

.find-an-x-search__container .mobile_expand_close svg {
    height: 13px;
}

.cta_search__container {
    position: relative;
    text-align: center;
}

.cta_search__container .find-an-x-input__container {
    display: block;
    position: relative;
    margin: 0 20px;
}

.cta_search__container .find-an-x-input__container .cta_search {
    padding-right: 20%;
}

.cta_search__container .find-an-x-input__container__margin {
    margin-bottom: 10px;
}

.cta_search__container .find-an-x-input__container .fao_search_location_image {
    position: absolute;
    top: 7px;
    right: 7px;
}

.cta_search__container .find-an-x-search--expand {
    /* display:none;*/
    padding: 0 20px;
}

.cta_search__container .find-an-x-search--expand .directions_button {
    width: 100%;
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 10px;
}

/************************ Begin Google Maps css ********************************/
.google-maps-container {
    min-height: 150px;
    margin-bottom: 20px;
    position: absolute;
}

.google-maps-container .googleMarkerInfo {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    min-height: 50px;
}

.google-maps-container .googleMarkerInfo p {
    margin-bottom: 0;
}

.google-maps-container .markerInfoOfficeName {
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    color: #333;
    text-align: left;
}

.google-maps-container .markerInfoAddress {
    display: block;
}

.google-maps-container .markerInfoDrivingDirections {
    margin-top: 3px;
}

.google-maps-container .markerInfoDrivingDirections a {
    margin-top: 2px;
    text-decoration: underline;
}

.google-maps-container .my_label {
    color: white;
    font-size: 14px;
}

#googleMapsContainer > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(4) {
    height: 125px !important;
}

.gm-style-iw div {
    height: 100px !important;
    max-height: 458px !important;
}

/**************************** Begin Results containcer css ****************************/
.fax-results__container {
    padding: 0;
}

.fax-results__container .maps-contact-form-container {
    position: relative;
    text-transform: capitalize;
}

.fax-results__container .maps-contact-form-container .maps-button {
    position: absolute;
    right: 5px;
    bottom: 5px;
    background-color: white;
    display: none;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
}

.fax-results__container .results_list_container {
    padding-bottom: 20px;
}

.fax-results__container .display_container {
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid #ccc;
}

.fax-results__container .display_container .display-text {
    display: inline-block;
    padding-top: 6px;
    float: left;
    height: 34px;
    font-size: 13px;
}

.fax-results__container .default_results_text {
    padding: 0px 0px 20px;
    font-size: 14px;
    line-height: 20px;
}

.fax-results__container .page-count {
    display: inline-block;
    width: auto;
    padding-right: 25px;
}

.fax-results__container .find_an_office_radius {
    display: inline-block;
    float: right;
    width: auto;
    padding-right: 30px;
    padding-left: 15px;
}

.fax-results__container .results_office_result {
    text-transform: capitalize;
    position: relative;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}

.fax-results__container .results_office_result p {
    display: block;
    clear: both;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    vertical-align: top;
    padding: 0 0 0 10%;
    margin: 0;
}

.fax-results__container .results_office_result div {
    text-align: center;
    padding-left: 8%;
}

.fax-results__container .results_office_result div .btn-brand-2nd {
    margin: 0;
    margin-top: 10px;
}

.fax-results__container .results_office_result .results_office_count {
    display: inline-block;
    padding-left: 3%;
    position: absolute;
    font-size: 16px;
    font-weight: bold;
}

.fax-results__container .results_office_result .results_office_name {
    display: inline-block;
    width: 65%;
    color: #0061A0;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
    padding: 0 0 5px 10%;
}

.fax-results__container .results_office_result .results_office_name:hover {
    color: #0090da;
    text-decoration: underline;
}

.fax-results__container .results_office_result .results_office_mileage {
    display: inline-block;
    float: right;
    font-weight: bold;
    padding-bottom: 5px;
    padding-right: 3%;
    width: 35%;
    text-align: right;
}

.fax-results__container .results_office_result .results_office_distance {
    display: inline-block;
    bottom: 0;
    font-size: 20px;
    padding: 0;
}

.fax-results__container .results_office_result .results_office_mi {
    display: inline-block;
    font-size: 10px;
    text-transform: lowercase;
    vertical-align: bottom;
    padding: 0;
}

.fax-results__container .results_office_result .results_office_type {
    float: left;
    font-weight: bold;
    padding-bottom: 5px;
}

.fax-results__container .results_office_result .results_office_get_directions {
    display: none;
    position: absolute;
    right: 0;
    padding-right: 3%;
    padding-bottom: 5px;
}

.fax-results__container .results_office_result .results_office_get_directions_dentist {
    display: block;
    width: 100%;
    text-align: right;
}

.fax-results__container .results_office_result .results_office_type_dentist {
    width: 100%;
}

.fax-results__container .results_office_result .dentist_left,
.fax-results__container .results_office_result .results_office_street_address {
    width: 100%;
    display: inline-block;
    clear: both;
}

.fax-results__container .results_office_result .dentist_right {
    display: inline-block;
    width: 100%;
}

/****************** Begin Directions Container css *******************/
.fax-directions__container .driving-direction-container {
    overflow: hidden;
}

.fax-directions__container .back-click {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    text-transform: uppercase;
    margin: 10px 0;
}

.fax-directions__container .back-click:hover {
    text-decoration: none;
}

.fax-directions__container .back-click::before {
    content: "\2039";
    margin: 0 5px;
}

.fax-directions__container .driving-direction-container span:first-of-type {
    margin-top: 10px;
}

.fax-directions__container .get-directions-text {
    font-weight: bold;
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

.fax-directions__container .type-label {
    height: 38px;
    width: 60px;
    padding-top: 8px;
    padding-bottom: 8px;
    float: left;
    font-size: 12px;
}

.fax-directions__container .get-directions-buttons {
    width: calc(100% - 60px);
}

.fax-directions__container .get-directions-buttons .fax-btn.active,
.fax-directions__container .get-directions-buttons .fax-btn:active {
    background-color: #666666;
}

.fax-directions__container .get-directions-buttons .fax-btn:focus {
    outline: none;
}

.fax-directions__container .get-directions-buttons button:not(.active) {
    background-color: white;
    border: 1px solid #cccccc;
    background-image: none;
}

.fax-directions__container .get-directions-buttons button:not(.active) .icon {
    fill: #666;
}

.fax-directions__container .get-directions-buttons .icon {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.fax-directions__container .get-directions-form {
    clear: both;
}

.fax-directions__container .get-directions-form .btn-brand-2nd {
    display: inline-block;
    float: left;
    margin: 3% auto auto;
    cursor: pointer;
}

.fax-directions__container .get-directions-from-address {
    overflow: hidden;
    width: 100%;
}

.fax-directions__container .get-directions-from-address .from-address-label {
    display: inline-block;
    height: 38px;
    width: 60px;
    padding-top: 8px;
    padding-bottom: 8px;
    float: left;
    font-size: 12px;
}

.fax-directions__container .get-directions-from-address .from-address {
    height: 38px;
    padding: 8px 12px;
    display: inline-block;
    float: right;
    width: calc(100% - 60px);
    border: 1px solid #ccc;
}

.fax-directions__container .get-directions-from-address .from-address.error {
    border-color: #eb4646;
    color: #EB4646;
    background-color: #f5d0d0 !important;
    background-color: rgba(245, 208, 208, 0.35);
    fill: #EB4646;
}

.fax-directions__container .get-directions-to-address {
    margin-top: 20px;
}

.fax-directions__container .get-directions-to-address .to-address-label {
    display: inline-block;
    height: 38px;
    width: 60px;
    padding-top: 8px;
    padding-bottom: 8px;
    float: left;
    font-size: 12px;
}

.fax-directions__container .get-directions-to-address .to-address {
    height: 38px;
    padding: 8px 12px;
    width: calc(100% - 60px);
    float: right;
    background-color: white;
    border: none;
    opacity: 1;
    -webkit-text-fill-color: #333;
}

.fax-directions__container .driving-directions-panel .adp-text,
.fax-directions__container .driving-directions-panel .adp-summary {
    font-size: 12px;
}

.fax-directions__container .driving-directions-panel .adp-placemark,
.fax-directions__container .driving-directions-panel .adp-legal {
    display: none;
}

.fax-directions__container .driving-directions-panel .adp-substep {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}

.fax-directions__container .driving-directions-panel .adp-marker {
    display: none;
}

.fax-directions__container .driving-directions-panel .adp-placemark::before {
    display: inline-block;
    left: 12px;
    top: 8px;
    position: absolute;
    color: white;
    font-size: 14px;
    content: "A";
}

.fax-directions__container .driving-directions-panel .adp-placemark {
    background-size: 30px 40px;
    display: inline-block;
    background-image: url('../../../static/images/icon_locpin_blue.png');
    background-repeat: no-repeat;
    height: 42px;
    padding-left: 50px;
    padding-top: 10px;
    position: relative;
    width: 100%;
}

.driving-directions-panel > div > div > div:nth-child(3) > div:nth-child(3) .adp-placemark::before {
    content: "B";
}

@media screen and (max-width: 767px) {
    .find-an-x-search--expand {
        display: none;
    }

    .fax-results__container .results_office_result .results_office_get_directions a {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    /***************************** search container css ***********************************/
    .find-an-x-search__container {
        padding-bottom: 40px;
        margin: auto;
    }

    .find-an-x-search__container .mobile_expand_close {
        display: none !important;
    }

    .cta_search__container {
        font-size: 0;
    }

    .cta_search__container .find-an-x-input__container {
        padding: 0;
        display: inline-block;
        position: relative;
        font-size: 13px;
        margin: 0 15px 0 0;
    }

    .cta_search__container .find-an-x-input__container .cta_search {
        width: 250px;
    }

    .cta_search__container .find-an-x-search--expand {
        display: inline-block !important;
        width: inherit;
        padding: 0;
    }

    .cta_search__container .find-an-x-search--expand .different_services_dropdown {
        display: inline-block !important;
        width: auto;
        margin-right: 10px;
        font-size: 13px;
    }

    .cta_search__container .find-an-x-search--expand .directions_button {
        width: inherit;
        margin-bottom: 0;
        margin-top: 0;
    }

    .cta_search__container .find-an-x-search--expand .form-icon-wrapper {
        display: inline-block;
    }

    .cta_search__container .find-an-x-search--expand .form-icon-wrapper svg {
        right: 15px;
    }

    /************************ Begin Google Maps css ********************************/
    .google-maps-container {
        height: 350px;
        min-height: 150px;
        margin-bottom: 20px;
    }

    /**************************** Begin Results containcer css ****************************/
    .fax-results__container .maps-contact-form-container {
        width: 40%;
        float: right;
    }

    .fax-results__container .results_list_container {
        width: 60%;
        float: left;
        padding: 0 5% 0 30px;
    }

    .fax-results__container .default_results_text {
        padding: 20px 10px;
        font-size: 14px;
    }

    .fax-results__container .find_an_office_radius {
        width: auto;
        padding-right: 27px;
        padding-left: 15px;
    }

    .fax-results__container .results_office_result p {
        font-size: 12px;
        line-height: 20px;
    }

    .fax-results__container .results_office_result div .btn-brand-2nd {
        display: none;
    }

    .fax-results__container .results_office_result .results_office_type {
        font-size: 14px;
        line-height: 20px;
    }

    .fax-results__container .results_office_result .results_office_phone a,
    .fax-results__container .results_office_result .results_office_fax a {
        color: #333;
        text-decoration: none;
        pointer-events: none;
    }

    .fax-results__container .results_office_result .results_office_get_directions {
        display: block;
        font-size: 14px;
        line-height: 20px;
    }

    .fax-results__container .results_office_result .results_office_get_directions_dentist {
        width: 50%;
    }

    .fax-results__container .results_office_result .results_office_type_dentist {
        width: 50%;
    }

    .fax-results__container .results_office_result .results_office_street_address {
        width: 60%;
    }

    .fax-results__container .results_office_result .dentist_left {
        width: 51%;
    }

    .fax-results__container .results_office_result .dentist_right {
        width: 47%;
    }

    /**************************** Begin Directions containcer css ****************************/
    .fax-directions__container .maps-contact-form-container {
        width: 40%;
        float: right;
    }

    .fax-directions__container .google-maps-container {
        visibility: visible;
    }

    .fax-directions__container .driving-direction-container {
        width: 60%;
        padding: 0 3%;
    }

    .fax-directions__container .driving-directions-panel .adp-placemark:before {
        left: 12px;
    }

    .fax-directions__container .driving-directions-panel #adp-placemark:before {
        left: 12px;
    }

    .fax-directions__container .driving-directions-panel .adp-directions {
        float: left;
    }
}

@media screen and (min-width: 1024px) {
    .cta_search__container .find-an-x-input__container .cta_search {
        padding-right: 12px;
    }

    .cta_search__container .find-an-x-input__container .fao_search_location_image {
        display: none;
    }

    /************************** search container css ********************************************/
    .find-an-x-search__container {
        max-width: 761px;
        padding-bottom: 50px;
        margin: auto;
    }

    /**************************** Begin Results containcer css ****************************/
    .fax-results__container .results_office_result .results_office_street_address {
        display: block;
    }

    .fax-results__container .results_office_result .results_office_street_address:not(.dentist_left) {
        width: 70%;
    }

    .google-maps-container {
        height: 450px;
    }
}

.cta_header_quote p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.cta_header_quote .cta_header_quote_type_of_insurance {
    margin-bottom: 15px;
}

.cta_header_quote .cta_header_quote_type_of_insurance--sub {
    width: 100%;
}

.cta_header_quote .select_wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    height: 40px;
    float: left;
    border-radius: 2px;
    font-weight: 400;
}

.cta_header_quote select {
    border-radius: 2px;
    width: 100%;
    height: 40px;
    margin-bottom: 0px;
    padding: 8px 12px;
    padding-right: 17px;
    background-color: white;
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}

.cta_header_quote .select_wrapper select:disabled {
    background-color: #ccc !important;
}

.cta_header_quote .btn {
    display: inline-block;
    margin-left: 10px;
}

.cta_header_quote .btn_global {
    margin: 0px;
    float: left;
}

@media screen and (max-width: 767px) {
    .cta_header_quote .cta_header_quote_type_of_insurance--sub {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 768px) {
    .cta_header_quote p {
        font-size: 20px;
        line-height: 20px;
    }

    .cta_header_quote .cta_header_quote_type_of_insurance--sub {
        width: 80%;
    }

    .cta_header_quote .btn_global {
        margin: 0px;
        float: right;
    }

    .cta_header_quote .dob_cta_quote {
        display: none;
    }

    .cta_header_quote .errorSpan .error_arrow_img {
        position: absolute;
        top: 99px;
        height: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .cta_header_quote .dob_cta_quote {
        color: white;
        font-size: 12px;
        margin-left: 49%;
        display: none;
    }

    .cta_header_quote .submit_quote_cta_form {
        clear: both;
    }

    .cta_header_quote .errorSpan .error_arrow_img {
        position: absolute;
        top: 97px;
        height: 30px;
    }
}
.global-footer {
    color: #666666;
    padding-bottom: 25px;
}

.global-footer a:hover {
    color: #0061a0;
}

.social-alignment {
    float: right;
}

.footer-logo {
    display: block;
    font-size: 2em;
    padding: 25px 15px;
}

.footer-logo img {
    width: 130px;
}

.footer-social {
    text-align: right;
    padding-top: 32px;
    padding-right: 15px;
}

.social__link:not(:first-of-type) {
    display: inline-block;
    margin-left: 10px;
}

.social__link svg {
    height: 16px;
    width: 16px;
    fill: #0061a0;
}

.social__label {
    display: none;
}

@media screen and (max-width: 767px) {
    .footer-country-language-social {
        margin: 0 -10px;
    }
}

@media screen and (min-width: 768px) {
    .global-footer {
        padding-bottom: 110px;
    }

    .global-footer .wrapper {
        padding-top: 30px;
    }

    .footer-logo {
        display: none;
    }

    .social-alignment {
        float: right;
    }

    .social__link {
        float: left;
        margin: 9px 0 0 10px;
    }

    .social__link:not(:first-of-type) {
        margin-left: 20px;
    }

    .social__link svg {
        height: 19px;
        width: 19px;
    }

    .social__label {
        font-size: 12px;
        display: inline-block;
        float: left;
        margin-top: 6px;
        line-height: 2.3em;
    }

    .footer-country-language-social {
        width: 100%;
        padding: 0 0 30px;
    }

    .footer-logo {
        display: none;
    }

    .footer-social {
        text-align: right;
        float: right;
        padding: 0;
    }

    .footer-social svg:hover {
        fill: #0090da;
    }
}

@media screen and (min-width: 1024px) {
    .global-footer {
        padding-bottom: 150px;
    }

    .global-footer .wrapper {
        padding-top: 40px;
    }

    .social__link {
        margin: 8px 0 0 15px;
    }

    .social__link:not(:first-of-type) {
        margin-left: 17px;
    }

    .social__link svg {
        height: 18px;
        width: 18px;
    }

    .social__label {
        font-size: 16px;
        margin-top: 0;
    }

    .footer-country-language-social {
        padding: 0 0 40px;
        margin: 0;
    }
}

.footer-country {
    border: 1px solid #ccc;
    border-left-width: 0;
    border-right-width: 1px;
    line-height: 2.26em;
    padding: 15px 0;
    text-align: center;
    position: relative;
}

.footer-country .form-icon-wrapper svg {
    right: 20px;
}

.footer-country,
.select-country {
    min-height: 36px;
}

.footer-country:hover,
.select-country:hover {
    cursor: pointer;
}

.country__selector {
    position: absolute;
    z-index: 100;
    right: 10px;
    font-size: 1.25em;
}

.country__label {
    font-size: 16px;
    line-height: 2.3em;
    text-align: left;
    text-transform: capitalize;
}

.country__selected {
    border-width: 0;
    height: 35px;
    padding: 7px 10px 8px;
    border-right-width: 1px;
    font-size: 15px;
}

.country__list {
    display: none;
    position: absolute;
    left: 0;
    top: 65px;
    overflow-x: auto;
    overflow-y: auto;
    height: 175px;
    min-width: 150px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 2px;
    background-color: #fff;
    padding: 0;
    z-index: 905;
    text-align: left;
}

.country_header {
    display: block;
    cursor: default;
}

.country_header:hover {
    text-decoration: none;
}

.country_continent {
    padding: 5px 0 0px 12px;
    display: block;
    width: 100%;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    font-size: 13px;
}

.country__group {
    background-color: #fff;
    width: 100%;
    height: 40px;
    display: block;
}

.country__group:hover {
    background-color: #f2f2f2;
    text-decoration: none;
    color: #2377c5;
}

.country__flag,
.country__flag--selected {
    float: left;
    width: 24px;
    height: 24px;
    max-width: 100%;
    position: relative;
    top: 0;
    background-image: url('../../../static/images/country-flags-sprite.png');
    background-position: 0 0;
    margin-right: 12px;
}

.country__list .country__flag {
    margin-top: 8px;
    margin-left: 10px;
}

.country__name {
    display: block;
    text-align: left;
    margin-top: 0;
    padding: 2px;
    font-size: 12px;
    font-weight: 600;
}

.country__name--selected {
    display: none;
    color: #0061a0;
    font-weight: normal;
}

/* South America */
.Argentina {
    background-position: -24px 0px;
}

.Brazil {
    background-position: -48px 0px;
}

.Chile {
    background-position: -72px 0px;
}

.Chile-ProVida {
    background-position: -96px 0px;
}

.Colombia {
    background-position: -120px 0px;
}

.Mexico {
    background-position: -144px 0px;
}

.Uruguay {
    background-position: -168px 0px;
}

.USA {
    background-position: 0 0;
}

/* Asia */
.Australia {
    background-position: -192px 0px;
}

.Bangladesh {
    background-position: -216px 0px;
}

.China {
    background-position: -240px 0px;
}

.Hong-Kong {
    background-position: -264px 0px;
}

.India {
    background-position: -288px 0px;
}

.Japan {
    background-position: -312px 0px;
}

.Korea {
    background-position: -336px 0px;
}

.Malaysia {
    background-position: -360px 0px;
}

.Nepal {
    background-position: -384px 0px;
}

.Vietnam {
    background-position: -408px 0px;
}

/* Europe */
.Bulgaria {
    background-position: -432px 0px;
}

.Cyprus {
    background-position: -456px 0px;
}

.Czech-Republic {
    background-position: -480px 0px;
}

.France {
    background-position: -504px 0px;
}

.Greece {
    background-position: -528px 0px;
}

.Hungary {
    background-position: -552px 0px;
}

.Ireland {
    background-position: -576px 0px;
}

.Italy {
    background-position: -600px 0px;
}

.Latvia {
    background-position: -624px 0px;
}

.Lithuania {
    background-position: -648px 0px;
}

.Poland {
    background-position: -672px 0px;
}

.Portugal {
    background-position: -696px 0px;
}

.Romania {
    background-position: -720px 0px;
}

.Russia {
    background-position: -744px 0px;
}

.Slovakia {
    background-position: -768px 0px;
}

.Spain {
    background-position: -792px 0px;
}

.Turkey {
    background-position: -816px 0px;
}

.Ukraine {
    background-position: -840px 0px;
}

.United-Kingdom {
    background-position: -864px 0px;
}

/* Middle East */
.Bahrain {
    background-position: -888px 0px;
}

.Egypt {
    background-position: -912px 0px;
}

.Jordan {
    background-position: -936px 0px;
}

.Kuwait {
    background-position: -960px 0px;
}

.Lebanon {
    background-position: -984px 0px;
}

.Oman {
    background-position: -1008px 0px;
}

.United-Arab-Emirates {
    background-position: -1032px 0px;
}

@media screen and (max-width: 350px) {
    .country__selected {
        padding: 7px 4px 8px;
    }
}

@media screen and (max-width: 767px) {
    .country__label {
        padding-left: 10px;
        text-align: right;
    }

    .country__flag--selected {
        left: 10px;
    }
}

@media screen and (min-width: 768px) {
    .footer-country {
        padding: 0;
        width: auto;
        min-width: 230px;
        border: 0;
    }

    .footer-country .form-icon-wrapper svg {
        right: 10px;
    }

    .country__selector {
        right: 15px;
        top: 15px;
        font-size: 20px;
    }

    .country__label {
        width: 70px;
        font-size: 12px;
        padding-top: 5px;
        margin-right: 10px;
    }

    .country__name {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 2px;
        font-size: 12px;
        font-weight: 400;
    }

    .country__name--selected {
        display: block;
        left: 45px;
        position: absolute;
        font-size: 12px;
        font-weight: 600;
        top: 2px;
        color: #2c77c5;
    }

    .country__selected {
        border: 1px solid #cccccc;
        background-color: transparent;
        width: 150px;
        height: 40px;
        padding: 7px 10px 8px;
    }

    .country__selected:hover {
        background-color: #fff;
    }

    .country__list {
        left: 80px;
        top: 54px;
        width: 150px;
        overflow-x: hidden;
    }

    a.country__group:hover {
        color: #0090da;
        text-decoration: underline;
    }
}

@media screen and (min-width: 1024px) {
    .footer-country {
        min-width: 285px;
    }

    .country__selector {
        min-width: 215px;
    }

    .country__label {
        font-size: 16px;
        line-height: 18px;
        padding-top: 10px;
        padding-left: 0;
        margin-top: 0;
        margin-right: 0;
    }

    .country__selected {
        min-width: 215px;
    }

    .country__list {
        min-width: 215px;
        left: 70px;
    }
}
.footer-main__items {
    font-family: 'Arial', 'Helvetica', 'sans-serif';
    padding: 0 0 30px;
}

.footer-main__label {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
}

.footer-sub__items a {
    color: #0061a0;
    font-weight: normal;
}

.footer-sub__item {
    width: 100%;
    margin-bottom: 5px;
}

.footer-sub__label,
.footer-sub__label:visited {
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
}

.footer-sub__label:hover {
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    .footer-main__item {
        width: 20%;
    }

    .footer-sub__items a:hover {
        color: #0090da;
        text-decoration: underline;
    }

    .footer-main__label {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 10px;
        text-align: left;
    }

    .footer-sub__label,
    .footer-sub__label:visited {
        font-size: 11px;
        line-height: 15px;
    }
}

@media screen and (min-width: 1024px) {
    .footer-main__items {
        padding: 0 0 40px;
    }

    .footer-main__label {
        font-size: 16px;
        line-height: 20px;
    }

    .footer-sub__label,
    .footer-sub__label:visited {
        font-size: 12px;
        line-height: 16px;
    }
}
.footer-language {
    border: 1px solid #ccc;
    border-left-width: 0;
    border-right-width: 0;
    line-height: 2.26em;
    padding: 15px 0;
    text-align: center;
}

.footer-language > a {
    color: #0061a0;
    font-weight: normal;
}

.language__link {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

.language__link:nth-child(3) {
    display: inline-block;
}

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

    .language__link:last-of-type {
        display: inline-block;
    }
}

@media screen and (min-width: 768px) {
    .footer-language {
        text-align: left;
        border: 0;
        padding: 0;
    }

    .footer-language > a:hover {
        color: #0090da;
        text-decoration: underline;
    }

    .language__link {
        display: inline-block;
        padding: 0 5px 0 10px;
        font-size: 11px;
        line-height: 15px;
        font-weight: bold;
    }
}

@media screen and (min-width: 1024px) {
    .footer-language {
        text-align: left;
    }

    .language__link {
        font-size: 12px;
        line-height: 16px;
    }

    .language__link:first-child {
        padding-left: 20px;
    }
}
.footer-legal {
    color: #999;
    font-size: 0.98em;
    padding-top: 20px;
}

.footer-legal__disclaimer {
    display: block;
    margin: 10px 0;
}

.footer-legal__call {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto 25px;
    font-size: 14px;
    line-height: 15px;
}

a[href*='tel:'].footer-legal__call {
    color: #0061a0;
}

.footer-legal__copy {
    font-size: 12px;
    line-height: 20px;
}

.footer-legal__copy a {
    color: #0061a0;
    font-weight: normal;
}

.footer-legal__link {
    text-align: center;
    font-size: 14px;
    line-height: 15px;
    border-bottom: 1px solid #ccc;
    padding: 0 10px 20px;
    margin: 0 -10px;
}

.footer-legal__link a {
    margin: 0 3px;

}

.footer-legal__link > .footer-legal__bullet:before {
    content: "\2022";
    padding: 0;
    display: inline-block;
}

.footer-legal__bullet {
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    margin: 0 5px;
}

.footer-disclaimer {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-top: 25px;
}

.footer-legal__copyright {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
}

.footer-legal__logo:focus {
    outline: auto;
}

.footer-legal__logo img {
    height: auto;
    width: 130px;
    margin: 0 auto 10px;
}

@media screen and (max-width: 767px) {
    .footer-legal__copyright {
        padding: 20px 10px 0;
    }
}

.footer-legal__copyright p {
    margin: 0;
}

.footer-legal__copyright p:nth-child(1) {
    display: inline;
}

.footer-legal__copyright p:nth-child(n + 1) {
    margin: 15px 0 0 0;
}

.footer-legal__copyright p.footer-legal__doc-id {
    margin: 0;
}

@media screen and (max-width: 367px) {
    .footer-legal__link a {
        font-size: 14px;
        line-height: 15px;
    }
}

@media screen and (min-width: 768px) {
    .footer-legal {
        border-top: 1px solid #cccccc;
        padding-top: 30px;
    }

    .footer-legal:only-child {
        border-top: none;
        padding-top: 0;
    }

    .footer-legal__logo-container {
        width: auto;
    }

    .footer-legal__copy {
        padding-left: 50px;
    }

    .footer-legal__copy a:hover {
        color: #0090da;
        text-decoration: underline;
    }

    .footer-legal__link {
        display: inline;
        font-size: 12px;
        text-align: left;
        border: none;
        padding: 0;
        margin: 0;
    }

    .footer-legal__link a {
        margin: 0;
    }

    .footer-legal--quote-results {
        padding-top: 40px;
    }

    .footer-legal__logo {
        display: block;
        width: 130px;
    }

    .footer-legal__logo i {
        font-size: 36px;
    }

    .footer-legal__logo img {
        margin-bottom: 0;
    }

    .footer-disclaimer {
        display: inline;
        padding: 0;
    }

    .footer-legal__copyright {
        display: inline;
    }

    .footer-legal__bullet {
        /*margin: 0 10px;*/
    }

    .footer-legal__call {
        font-size: 13px;
        line-height: 15px;
        padding: 0;
        margin: 0;
        margin-top: 15px;
    }

    a[href*='tel:'].footer-legal__call {
        color: #999;
    }

    a[href*='tel:'].footer-legal__call:hover {
        color: #999;
        text-decoration: none;
    }

    .feedback--link {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .footer-legal {
        padding-top: 40px;
    }

    .footer-legal__link {
        font-size: 12px;
        line-height: 20px;
    }

    .footer-legal__copy {
        padding-left: 100px;
    }

    .footer-disclaimer {
        width: auto;
    }
}
.global-header {
    position: fixed;
    top: 0;
    background-color: #fff;
    color: #333;
    font-size: 11px;
    font-weight: bold;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    z-index: 1000;
    transition: height 0.5s;
}

.global-header--minimized {
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 2px 0;
}

.global-header [class*="col-sm-"] {
    height: 100%;
}

.global-header .icon {
    height: 17px;
    width: 19px;
}

.global-header .icon-close {
    height: 16px;
    width: 16px;
}

.global-header__left,
.global-header__middle,
.global-header__right {
    background-color: #fff;
    color: #333;
}

.global-header__logo {
    height: auto;
    max-height: 27px;
    width: 120px;
    color: #333;
    font-weight: normal;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 11.5px auto;
}

.global-header__logo.img-responsive.mobile {
    display: block;
}

.global-header__logo.img-responsive.desktop {
    display: none;
}

.global-header__left--minimized {
    height: 50px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 0;
}

.global-header__left a:hover {
    text-decoration: none;
}

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

.login-trigger__label,
.contact-trigger__label,
.search-trigger__label,
.home-trigger__label,
.megamenu-trigger__label {
    color: #333;
    font-weight: normal;
}

.megamenu-trigger {
    width: 43px;
    margin-left: 0;
    height: 50px;
    color: #333;
    cursor: pointer;
}

.megamenu-trigger__icon {
    position: absolute;
    top: 15px;
    z-index: 920;
}

.megamenu-trigger__icon.icon-close {
    display: none;
    position: absolute;
    top: 17px;
}

.home-trigger {
    display: none;
    color: #333;
    cursor: pointer;
}

.home-trigger__label,
.megamenu-trigger__label {
    display: none;
    text-decoration: none;
}

.home-trigger__icon:before,
.megamenu-trigger__icon:before {
    padding-right: 3px;
    position: relative;
    font-size: 1.78em;
    top: 5px;
}

#overlayerback {
    text-align: start;
    position: absolute;
    top: 10px;
    left: 10px;
    background: none;
    color: #333;
    z-index: 0;
}

#searchInPage {
    position: relative;
    z-index: 1;
}

#Search {
    position: relative;
    z-index: 1;
}

.search-trigger__icon,
.megamenu-trigger__icon {
    left: 12px;
}

.search_location_image .icon-search {
    top: 3px;
}

.search-trigger {
    position: relative;
    width: 43px;
    height: 50px;
    color: #333;
}

.search-trigger--open {
    background-color: #fff;
}

.search-trigger__icon {
    position: absolute;
    z-index: 920;
    height: 100%;
}

.search-trigger__icon .icon-search {
    top: 15px;
}

.search-trigger__icon:before {
    padding-right: 10px;
    top: 1px;
    position: relative;
    font-size: 1.5em;
}

.search-trigger__label {
    display: none;
}

.search-trigger__search-box {
    width: 100%;
    height: 38px;
    background: #fff;
    color: #333;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    outline-style: none;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    padding: 0 10px;
}

.search-trigger__search-box--open {
    width: 100%;
}

.search-trigger__container {
    display: none;
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 59px;
    top: 0;
    left: 0;
    padding: 10px;
    z-index: -1;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.search-trigger__container--open {
    display: block;
    top: 50px;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.search-trigger__container .search_location_image {
    position: absolute;
    top: 17px;
    right: 15px;
    z-index: 2;
}

.login-trigger {
    color: #333;
    cursor: pointer;
    position: relative;
    padding: 0 10px;
}

.contact-trigger,
.user-trigger {
    display: none;
    cursor: pointer;
}

.login-arrow {
    width: 13px;
    height: 13px;
    top: 2px;
    left: 1px;
}

.login-trigger__label p {
    line-height: 12px;
    margin-bottom: 0;
}

.login-trigger__label,
.contact-trigger__label,
.user-trigger__label {
    display: inline-block;
    text-decoration: none;
}

.login-trigger__label:hover,
.contact-trigger__label:hover,
.user-trigger__label:hover {
    text-decoration: none;
    color: #333;
}

.contact-trigger__label:focus,
.user-trigger__label:focus {
    text-decoration: none;
    color: #333;
}

.login-trigger__label .icon-secure-locked {
    position: relative;
    width: 14px;
    height: 14px;
    top: 3px;
    margin-left: 5px;
    transition: all .5s;
}

.contact-trigger:hover,
.login-trigger:hover,
.home-trigger__label:hover,
.search-trigger:hover,
.login-trigger__label:hover,
.contact-trigger__label:hover,
.user-trigger__label:hover,
.megamenu-trigger__label:hover {
    transition: all 0.5s;
    cursor: pointer;
    color: #0090DA;
}

.home-trigger__icon,
.megamenu-trigger__icon,
.search-trigger__icon .icon-search,
.search-trigger__icon--open .icon-search,
.search_location_image .icon-search,
.login-trigger__label .icon-secure-locked,
.login-container--close svg {
    fill: #333;
}

@media screen and (max-width: 767px) {
    .login-trigger {
        font-size: 10px;
        display: table;
    }

    .login-trigger__label {
        height: 50px;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }

    .search-trigger--open,
    .search-trigger__container {
        background-color: #e3e3e3;
    }
}

@media screen and (min-width: 768px) {
    .global-header {
        height: 70px;
        transition: height 0.5s;
    }

    .global-header--minimized {
        height: 50px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .search-trigger:hover span,
    .home-trigger:hover span,
    .megamenu-trigger:hover span,
    .contact-trigger:hover a,
    .user-trigger:hover a,
    .login-trigger:hover a {
        color: #0090da;
        text-decoration: underline;
    }

    .search-trigger:hover svg,
    .home-trigger:hover svg,
    .megamenu-trigger:hover svg,
    .login-trigger:hover svg {
        fill: #0090da;
    }

    .contact-trigger:hover,
    .login-trigger:hover,
    .home-trigger__label:hover,
    .search-trigger:hover,
    .login-trigger__label:hover,
    .contact-trigger__label:hover,
    .user-trigger__label:hover,
    .megamenu-trigger__label:hover {
        color: #666;
        cursor: pointer;
    }

    .login-trigger__label {
        background-color: #f2f2f2;
    }

    .login-trigger,
    .contact-trigger,
    .user-trigger {
        padding: 0 15px;
    }

    .login-trigger__label,
    .contact-trigger__label,
    .user-trigger__label {
        display: table-cell;
        vertical-align: middle;
    }

    .login-trigger__label p,
    .contact-trigger__label,
    .user-trigger__label {
        line-height: 13px;
    }

    .login-trigger__label .icon-secure-locked {
        margin-left: 8px;
    }

    .global-header .icon.icon-close {
        top: 27px;
    }

    .global-header.global-header--minimized .icon.icon-close {
        top: 17px;
    }

    .global-header__logo {
        height: auto;
        max-height: 38px;
        width: auto;
        margin: 16px auto;
    }

    .global-header__logo--minimized {
        height: auto;
        max-height: 27px;
        width: auto;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        margin: 11.5px auto;
    }

    .global-header__logo.img-responsive.mobile {
        display: none;
    }

    .global-header__logo.img-responsive.desktop {
        display: block;
    }

    .global-header__left {
        padding: 0 0 0 30px;
        transition: padding 0.3s ease 0s;
    }

    .global-header__left--minimized {
        padding: 0 0 0 30px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .global-header__left--minimized .megamenu-trigger {
        height: 50px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .global-header__left--minimized .megamenu-trigger .icon-menu.megamenu-trigger__icon {
        top: 15px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .global-header__left--minimized .search-trigger {
        height: 50px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .global-header__left--minimized .home-trigger {
        height: 50px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .megamenu-trigger__icon {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        left: 0;
        top: 25px;
    }

    .home-trigger,
    .megamenu-trigger {
        position: relative;
        display: block;
        height: 70px;
        margin-right: 30px;
        padding: 0;
        width: 19px;
    }

    .home-trigger__link,
    .megamenu-trigger__link {
        display: inline-block;
        height: 100%;
        width: 19px;
        padding: 15px 0;
    }

    .home-trigger__icon {
        z-index: 920;
        top: 10px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .global-header__left--minimized .home-trigger__icon {
        top: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .menu--left {
        left: -8px;
    }

    .search-trigger {
        position: relative;
        height: 70px;
        width: 19px;
        background-color: transparent;
        box-sizing: border-box;
        padding: 0;
        margin: auto;
    }

    .search-trigger__container {
        background-color: transparent;
        position: absolute;
        height: auto;
        z-index: 1;
        top: 10px;
        left: 0;
        padding: 5px;
    }

    .search-trigger__container--open {
        top: 10px;
        width: 180px;
    }

    .search-trigger__icon {
        display: inline-block;
        position: relative;
        /*top: 0;*/
        left: 0;
        height: 100%;
        z-index: 920;
        padding: 15px 0;
        -webkit-transition: all 500ms ease 0s;
        -moz-transition: all 500ms ease 0s;
        -o-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s;
    }

    .search-trigger__icon--open {
        left: 145px;
    }

    .search-trigger__icon .icon-search {
        top: 10px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .search-trigger__container .search_location_image {
        display: none;
    }

    .global-header__left--minimized .search-trigger__icon {
        /*top: 15px;*/
        -webkit-transition: all 500ms ease 0s;
        -moz-transition: all 500ms ease 0s;
        -o-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s;
    }

    .global-header__left--minimized .icon-search {
        top: 0;
    }

    .search-trigger__icon--open .icon-search {
        fill: #0e5dae;
    }

    .search-trigger__label {
        -webkit-transition: all 500ms ease 0s;
        -moz-transition: all 500ms ease 0s;
        -o-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s;
    }

    .global-header__left--minimized .search-trigger__container {
        top: 0;
    }

    .search-trigger__container .search-trigger__search-box {
        padding-right: 35px;
        width: 100%;
    }

    .contact-trigger,
    .user-trigger {
        background-color: transparent;
    }

    .login-trigger,
    .contact-trigger,
    .user-trigger {
        background-color: #fff;
        display: table;
        width: auto;
        text-align: center;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        height: 70px;
    }

    .login-trigger {
        background-color: #f2f2f2;
    }

    .login-trigger--minimized,
    .contact-trigger--minimized,
    .user-trigger--minimized {
        height: 50px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    #overlayerback {
        top: 5px;
        left: 5px;
        max-width: 170px;
    }
}

@media screen and (min-width: 1024px) {
    #overlayerback {
        text-align: start;
        position: absolute;
        top: 5px;
        left: 5px;
        max-width: 170px;
    }

    .home-trigger,
    .megamenu-trigger {
        display: block;
        width: auto;
        margin-left: 0;
        margin-right: 30px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .home-trigger__link,
    .megamenu-trigger__link {
        width: auto;
    }

    .home-trigger__label,
    .megamenu-trigger__label {
        display: inline-block;
    }

    .home-trigger__label {
        vertical-align: top;
        margin-left: 2px;
        margin-top: 9px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .megamenu-trigger__label {
        margin-left: 27px;
        margin-top: 9px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .global-header__left--minimized .megamenu-trigger__label,
    .global-header__left--minimized .home-trigger__label,
    .global-header__left--minimized .search-trigger__label {
        margin-top: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .search-trigger {
        width: auto;
    }

    .search-trigger__label {
        display: inline-block;
        height: 100%;
        vertical-align: top;
        padding-left: 2px;
        padding-top: 24px;
    }

    .global-header__left--minimized .search-trigger__label {
        padding-top: 15px;
    }

    .login-trigger,
    .contact-trigger,
    .user-trigger {
        padding: 0 30px;
    }
}

.cookieShell {
    position: fixed;
    top: 0;
    z-index: 1010;
    height: auto;
    width: 100%;
    background-color: #f2f2f2;
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid #e3e3e3;
    padding: 20px;
}

.cookieShell .wrapper {
    padding: 0;
}

.cookieShell--title {
    text-align: left;
}

.cookieShell--title p {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.cookieShell--description p {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 20px;
    margin: 0;
}

.cookieShell--description a {
    color: #0061A0;
}

.cookieShell--description a:hover {
    color: #0090DA;
    text-decoration: underline;
}

.cookieShell--button a {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .cookieShell {
        padding: 20px 30px;
    }

    .cookieShell .wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .cookieShell--title {
        text-align: right;
        order: 1;
        flex: 1 1 auto;
        margin-top: -5px;
    }

    .cookieShell--title p {
        margin-bottom: 0;
    }

    .cookieShell--description {
        flex: 3 1 auto;
        order: 2;
        padding: 0 30px;
    }

    .cookieShell--description p {
        padding-bottom: 0;
    }

    .cookieShell--button {
        flex: 1 1 auto;
        order: 3;
        margin-bottom: 0;
        margin-left: 0;
    }
}

@media screen and (min-width: 1024px) {
    .cookieShell .wrapper {
        width: 85%;
    }

    .cookieShell--title {
        padding-left: 40px;
    }

    .cookieShell--description {
        padding: 0 40px;
    }

    .cookieShell--description p {
        font-size: 14px;
        line-height: 20px;
    }

    .cookieShell--button {
        padding-right: 40px;
    }

    .cookie-megamenu--minimized {
        top: 183px;
    }
}

.login-container {
    padding: 0;
    top: 0;
    z-index: 4999;
    position: fixed;
    display: none;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #efefef;
    -webkit-transition: top 0.3s ease 0s;
    -moz-transition: top 0.3s ease 0s;
    -o-transition: top 0.3s ease 0s;
    transition: top 0.3s ease 0s;
    color: #4a4a4a;
    font-size: 1em;
    overflow: hidden;
}

.login-container-header {
    background-color: #fff;
    margin-bottom: 20px;
}

.login-container--close {
    width: 43px;
    margin-left: 0;
    height: 50px;
}

.login-container--close .icon {
    height: 16px;
    width: 16px;
    position: absolute;
    top: 17px;
    display: inline-block;
    left: 12px;
}

.login-container--close .login-container--close__label {
    color: #333;
    cursor: pointer;
}

.login-container--close__label {
    display: none;
    color: #333;
    font-size: 11px;
    font-weight: bold;
    margin-left: 27px;
    margin-top: 9px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.login-container--close__label:hover {
    color: #0090da;
}

.login-container-header--left {
    float: right;
}

.login-container--close .megamenu-trigger__label {
    cursor: pointer;
}

.login-container--close svg {
    cursor: pointer;
}

.login-container .login-popout__title {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    text-transform: none;
    text-align: center;
    color: #333;
}

.login-popout {
    text-align: center;
    text-transform: none;
    max-width: 250px;
    margin: 0 auto 20px;
}

.login-popout .form-item__label {
    padding: 0;
}

.login-popout .form-item__field {
    display: block;
    font-size: 0.9em;
}

.login-popout .form-item__field .icon.info {
    right: -32px !important;
    top: 6px;
    z-index: 1999;
    fill: #429dd9;
    width: 30px;
    height: 30px;
    padding-right: 9px;
}

.form-item {
    position: relative;
}

.login-popout-msg-container {
    position: absolute;
    right: 9px;
    background-color: #edf5d0;
    z-index: 2001;
    top: 0;
    width: 200px;
    height: auto;
    margin-left: 10px;
    border-radius: 5px;
    border: 1px solid #dce7b3;
    padding: 20px;
    font-weight: normal;
    font-size: 0.7em;
    line-height: 1.35em;
    display: none;
    text-align: left;
}

.login-popout-msg-container:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    left: 198px;
    top: 8px;
    border: 10px solid transparent;
    border-left: 12px solid #dce7b3;
}

.login-container .form-item .icon-arrow-left-triangle {
    position: absolute;
    z-index: 2001;
    left: -15px;
    top: 8px;
    fill: #dce7b3;
}

.login-popout-msg__title,
.login-popout-msg__copy {
    display: block;
    font-weight: bold;
    padding-bottom: 10px;
}

.login-popout-msg__copy {
    font-weight: normal;
}

.login-popout__action {
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.login-popout__not-registered {
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
}

.login-type-trigger {
    font-size: 0.9em;
    font-weight: 400;
    padding: 20px;
    text-align: center;
}

.login-type-trigger__title {
    display: inline-block;
}

.login-type-trigger__title:hover {
    cursor: pointer;
    text-decoration: none;
}

.login-type-trigger__title h2 {
    color: #0061A0;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    text-transform: none;
    margin-bottom: 0;
}

.login-type-trigger__title h2:hover {
    color: #0090da;
    text-decoration: underline;
}

.login-type-trigger__title h2:before {
    content: "Show "
}

.login-type-trigger__title--open h2:before {
    content: "Hide "
}

.login-type-trigger__title .icon {
    width: 16px;
    height: 16px;
    fill: #0061A0;
    margin-left: 10px;
    left: initial;
}

.login-type-trigger__title .icon:hover {
    fill: #0090da;
}

.login-type-trigger__title .icon-plus,
.login-type-trigger__title--open .icon-minus {
    display: inline-block;
}

.login-type-trigger__title--open .icon-plus,
.login-type-trigger__title .icon-minus {
    display: none;
}

.login-types {
    position: fixed;
    top: 500px;
    width: 100%;
    z-index: 2000;
    height: 100%;
}

.login-types--open {
    width: 100%;
    z-index: 3000;
    top: 100px;
}

.login-type-biz-account,
.login-type-biz-purpose {
    display: none;
}

.login-type-biz-account .form-item__field,
.login-type-biz-purpose .form-item__field {
    width: 250px;
}

.login-type__details {
    padding: 0 0 20px 0;
    border-top: 0px solid #dfdfdf;
    display: none;
}

.login-type__detail {
    position: relative;
}

.login-type__detail ul {
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
}

.login-type__detail .icon {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1500;
    height: 16px;
    width: 16px;
    fill: #333;
}

.login-type__detail .icon-chevron-right {
    display: block;
}

.login-type__detail .icon-chevron-down {
    display: none;
}

.login-type__detail--open .icon-chevron-right {
    display: none;
}

.login-type__detail--open .icon-chevron-down {
    display: block;
}

.login-type__title {
    margin-bottom: 0;
    padding: 15px 50px 15px 15px;
    border-top: 1px solid #ddd;
    background-color: #efefef;
    font-size: 14px;
    line-height: 20px;
}

.login-type__title:hover {
    cursor: pointer;
}

.login-type__contact {
    padding: 10px 20px 20px 20px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    text-transform: none;
    display: none;
}

.login-type__contact b {
    font-weight: bold;
}

.login-type__contact p {
    padding: 10px 0 40px 0;
}

.login-type__details .col-xs-12:last-of-type .login-type__detail:last-of-type .login-type__title {
    border-bottom: 1px solid #dfdfdf;
}

.login-type__link {
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    padding: 5px 15px;
    line-height: 20px;
}

.login-type__link a:hover {
    text-decoration: underline;
    color: #0090da;
}

.login-type__details .col-xs-12:last-of-type .login-type__detail:last-of-type ul {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
}

[data-popout-msg="for_benefits"],
[data-popout-msg="for_businesses"],
[data-popout-msg="for_brokers"] {
    display: none;
}

.login-popout:nth-last-of-type(4) {
    margin-bottom: 0;
}

.icon.info:hover {
    cursor: pointer;
}

.login-submit .btn-brand-2nd {
    margin-bottom: 0;
}

.login-container-alert {
    margin-top: -20px;
    margin-bottom: 20px;
    background-color: #fff;
}

.login-container-alert div {
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
}

.login-container-alert h2 {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.login-container-alert p {
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    text-align: left;
    margin-bottom: 0;
}

.login-popout[data-popout-msg] {
    height: 135px;
}

.overlay-scroll__parent {
    height: 100% !important;
    width: 100% !important;
    overflow: hidden !important;
}

.overlay-scroll__child {
    width: 100% !important;
    height: 100% !important;
    overflow-y: scroll !important;
}

@media screen and (max-width: 767px) {
    .login-container-header--left {
        width: 43px;
    }
}

@media screen and (min-width: 768px) {
    .login-container {
        top: 0;
    }

    .login-container-header {
        margin-bottom: 40px;
    }

    .login-container-header--left {
        padding: 0 0 0 30px;
        transition: padding 0.3s ease 0s;
        float: left;
    }

    .login-container-header--middle {
        left: 0;
    }

    .login-container--close {
        height: 70px;
        width: auto;
        padding: 15px 0;
        position: relative;
    }

    .login-container--close .icon {
        top: 27px;
        position: absolute;
        left: 0;
    }

    .login-container--close__label {
        display: inline-block;
    }

    .login-popout-msg-container {
        right: -235px;
    }

    .login-type__details {
        padding: 40px 40px 20px 40px;
        border-top: 1px solid #dfdfdf;
    }

    .login-type__detail ul {
        margin-bottom: 20px;
        display: block;
    }

    .login-type__detail .icon,
    .login-type__detail--open .icon {
        display: none;
    }

    .login-type__title {
        margin-bottom: 10px;
        background-color: transparent;
        font-size: 14px;
        border-top: 0px solid #ddd;
        padding: 0;
    }

    .login-type__title:hover {
        cursor: text;
    }

    .login-type__contact {
        padding: 20px 0 40px 0;
    }

    .login-type__contact p {
        padding-top: 20px;
    }

    .login-type-trigger {
        font-size: 0.9em;
    }

    .login-type-trigger__title h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .login-type__link {
        font-size: 13px;
        padding: 5px 10px 5px 0;
        line-height: 16px;
    }

    .login-type__details .col-xs-12:last-of-type .login-type__detail:last-of-type .login-type__title {
        border-bottom: 0px solid #dfdfdf;
    }

    .login-type__details .col-xs-12:last-of-type .login-type__detail:last-of-type ul {
        border-bottom: 0px solid #dfdfdf;
        padding-bottom: 0;
    }

    .login-popout-msg-container:after {
        left: -22px;
        top: 8px;
        border: 10px solid transparent;
        border-right: 12px solid #dce7b3;
    }

    .login-container-alert {
        margin-top: -40px;
        margin-bottom: 40px;
    }

    .login-container-alert div {
        width: 550px;
    }

    .login-container-alert h2,
    .login-container-alert p {
        font-size: 14px;
        line-height: 18px;
    }

    .login-container .login-popout__title {
        font-size: 18px;
        line-height: 22px;
    }

    .login-type__contact b {
        font-weight: bold;
    }
}

@media screen and (min-width: 1024px) {
    .login-container {
        top: 0;
    }

    .login-container--close .megamenu-trigger__icon--open {
        top: 33px;
    }

    .login-container--close .megamenu-trigger__label {
        margin-top: 23px;
        margin-left: 55px;
        color: #fff;
    }

    .login-container-alert h2 {
        margin-bottom: 20px;
    }

    .login-type__title {
        font-size: 16px;
    }

    .login-type__link {
        font-size: 14px;
        line-height: 18px;
    }
}

.megamenu {
    font-size: 0;
    display: none;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2000;
    width: 100%;
    height: calc(100% - 70px);
    margin: 0;
    color: #333;
    background-color: #F2F2F2;
    border-top: 1px solid #e3e3e3;
    overflow: scroll;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    overflow-y: auto;

}

.megamenu--minimized {
    top: 50px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.megamenu--open {
    transition: all 0.90s;
    display: block;
    position: absolute;
    top: 50px;
    /*overflow-y: hidden;*/
}

.megamenu__main-item {
    background-color: #E3E3E3;;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.megamenu__main-items {
    font-family: 'Arial', 'Helvetica', 'sans-serif';
}

.megamenu__main-item-label,
.megamenu__main-item-label:visited {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 14px 10px;

}

.megamenu__main-item-label.hidden-xs:hover {
    text-decoration: underline;
}

.megamenu__sub-items {
    display: none;
    background-color: #F2F2F2;
    padding-bottom: 20px;
}

.megamenu__sub-item-label {
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: #0061a0;;
    text-decoration: none;
    margin: 10px 7% 10px 20px;
}

.megamenu__main-icons {
    position: absolute;
    right: 20px;
    top: 22px;
    z-index: 1500;
}

.megamenu__main-icons .icon {
    fill: #333;
    height: 16px;
    width: 16px;
}

.megamenu__main-icons .icon-chevron-right {
    display: block;
}

.megamenu__main-icons.menu-open .icon-chevron-right {
    display: none;
}

.megamenu__main-icons .icon-chevron-down {
    display: none;
}

.megamenu__main-icons.menu-open .icon-chevron-down {
    display: block;
}

@media screen and (max-width: 767px) {
    .megamenu--open--hide {
        display: none;
    }

    html.megamenu--open--style {
        height: 100%;
        position: fixed;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    body.megamenu--open--style {
        height: 100%;
        position: fixed;
        overflow: hidden;
    }

    .megamenu--open--mobile {
        height: calc(100% - 50px);
        overflow-y: auto;
        position: absolute;
        overflow-x: hidden;
        z-index: 2001;
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }

    .megamenu {
        border-top: 0px;
    }

    .megamenu__sub-items {
        font-weight: normal;
    }

    .megamenu__main-item-label {
        font-weight: bold;
        padding-top: 20px;
        padding-left: 20px;
        width: 100%;
        height: 60px;
    }

    .megamenu__sub-items {
        padding-bottom: 0px;

    }

    .megamenu__sub-item {
        height: 50px;
        font-size: 14px;
        color: #0061a0;
        padding-left: 0;

    }

    .megamenu__sub-item-label {
        margin: 0;
        margin-left: 20px;
        display: block;
        text-decoration: none;
        padding-bottom: 15px;
        padding-top: 15px;
        font-weight: bold;
    }
}

@media screen and (min-width: 768px) {
    .megamenu {
        top: 70px;
        position: fixed;
        padding: 40px 0 150px;
        overflow: hidden;
        overflow-y: auto;
        z-index: 2000;
    }

    html.megamenu--open--style {
        overflow-y: hidden;
    }

    .megamenu--minimized {
        top: 50px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .megamenu__main-items {
        font-size: 0;
        width: 90%;
        max-width: 1300px;
        margin: 0 auto;
    }

    .megamenu__main-item {
        background-color: transparent;
        border-bottom-width: 0px;
    }

    .megamenu__main-item-label {
        padding: 0px 0 10px;
        font-size: 14px;
    }

    .megamenu__main-item-label:hover {
        color: #0090da;
    }

    .megamenu__sub-items {
        display: block;
        padding-bottom: 0;
    }

    .megamenu__sub-item-label {
        color: #0061a0;
        font-size: 12px;
        text-transform: capitalize;
        margin: 9px 0 0;
    }

    .megamenu__sub-item-label:hover {
        color: #0090da;
    }

    .megamenu__top--promo > .megamenu__main-item,
    .megamenu__bottom--promo > .megamenu__main-item {
        width: 25%;
        float: left;
        margin-bottom: 25px;
        padding-right: 15px;
    }

    .megamenu__top--promo > .megamenu__main-item.megamenu__two--columns {
        width: 50%;
        float: left;
    }

    .megamenu__divider {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        border-top: 1px solid #ccc;
        margin-bottom: 25px;
    }

    .megamenu__main-icons .icon,
    .megamenu__main-icons.menu-open .icon {
        display: none;
    }

    .megamenu__sub-items--two-col .megamenu__sub-item {
        width: 50%;
        float: left;
    }

    .megamenu__sub-items--two-col .megamenu__sub-item:nth-child(2n+3) {
        clear: left;
    }

    .megamenu__main-item-label,
    .megamenu__main-item-label:visited {
        min-height: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .megamenu {
        padding: 50px 0 150px;
    }

    .megamenu__divider {
        margin-bottom: 40px;
    }

    .megamenu__main-items {
        width: 80%;
    }

    .megamenu__main-item-label,
    .megamenu__main-item-label:visited {
        min-height: 30px;
    }

    .megamenu__top--promo > .megamenu__main-item,
    .megamenu__bottom--promo > .megamenu__main-item {
        padding-left: 20px;
        margin-bottom: 40px;
        padding-right: 40px;
    }

    .megamenu__top--promo > .megamenu__main-item:last-of-type {
        padding-left: 0px;
        padding-right: 20px;
    }

    .megamenu__bottom--promo > .megamenu__main-item:nth-of-type(1n+2) {
        padding-right: 0px;
    }

    .megamenu__sub-item-label {
        font-size: 13px;
        margin: 9px 8% 0 0;
    }
}
.alertMessage {
    position: fixed;
    top: 0;
    z-index: 1010;
    height: auto;
    width: 100%;
    background-color: #f2f2f2;
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid #e3e3e3;
    padding: 20px;
}

.alertMessage .wrapper {
    padding: 0;
}

.alertMessage--title {
    text-align: left;
}

.alertMessage--title p {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.alertMessage--description p {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 20px;
    margin: 0;
}

.alertMessage--description a {
    color: #0061A0;
}

.alertMessage--description a:hover, .alertMessage--description a:focus {
    color: #0090DA;
    text-decoration: underline;
}

.alertMessage--button {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .alertMessage {
        padding: 20px 30px;
    }

    .alertMessage .wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .alertMessage--title {
        text-align: right;
        order: 1;
        flex: 1 1 auto;
        margin-top: -5px;
    }

    .alertMessage--title p {
        margin-bottom: 0;
    }

    .alertMessage--description {
        flex: 3 1 auto;
        order: 2;
        padding: 0 30px;
    }

    .alertMessage--description p {
        padding-bottom: 0;
    }

    .alertMessage--button {
        flex: 1 1 auto;
        order: 3;
        margin-bottom: 0;
        margin-left: 0;
    }
}

@media screen and (min-width: 1024px) {
    .alertMessage .wrapper {
        width: 85%;
    }

    .alertMessage--title {
        padding-left: 40px;
    }

    .alertMessage--description {
        padding: 0 40px;
    }

    .alertMessage--description p {
        font-size: 14px;
        line-height: 20px;
    }

    .alertMessage--button {
        padding-right: 40px;
    }

}

.overlay-table-section {
    padding-bottom: 40px;
}

.overlay-table-section__description {
    padding-top: 20px;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
}

.overlay-table-section__title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
}

.overlay-table-section__subtitle {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

.rate_table--variation .content .content_table td {
    padding: 15px 5px;
}

.rate_table--variation .content .content_table td:not(.sticky-left-column) {
    display: none;
}

.rate_table--variation .content .content_table td.active {
    display: table-cell;
}

.rate_table--variation .content .content_table td.sticky-left-column {
    width: 30%;
    text-align: center;
    font-weight: 600;
}

.rate_table--variation-1 .content .content_table td {
    width: 70%;
}

.rate_table--variation-1 .content .content_table td {
    text-align: left;
}

.rate_table--variation-2 .content .table-striped tbody tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.rate_table--variation-2 .content .table-striped tbody tr:nth-child(even) {
    background-color: #ffffff;
}

@media screen and (min-width: 768px) {
    .rate_table--variation .content .content_table td:not(.sticky-left-column) {
        display: table-cell;
        width: auto;
    }

    .rate_table--variation .content .content_table {
        border: 1px solid #ccc;
    }

    .rate_table--variation .content .table-striped thead tr {
        background-color: #f2f2f2;
        border: 1px solid #ccc;
    }

    .rate_table--variation .content .table-striped thead tr th, .rate_table--variation-2 .content .table-striped tbody tr:first-of-type {
        text-transform: uppercase;
        font-size: 20px;
        line-height: 24px;
        font-weight: 600;
        padding: 20px 5px;
        width: 25%;
    }

    .rate_table--variation-2 .content .table-striped tbody tr:first-of-type {
        border: 1px solid #ccc;
    }
}

.carousel--hero .carousel-inner .item > a {
    display: block;
}

.carousel--hero .carousel-caption--hero {
    display: table;
    width: 100%;
    vertical-align: middle;
    font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
    color: #fff;
    text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.85);
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 80px 0 0;
}

.carousel--hero .carousel-control {
    display: none;
}

.carousel--hero .homebanner-description {
    display: none;
}

.carousel--hero .line-items {
    display: inline;
}

@media screen and (max-width: 767px) {
    .carousel--hero .carousel-inner .item {
        min-height: 200px
    }

    .carousel--hero .line-items {
        font-size: 22px;
        line-height: 1;
    }
}

@media screen and (min-width: 768px) {
    .carousel--hero {
        min-height: 340px;
        max-height: 340px;
    }

    .carousel--hero,
    .carousel--hero .carousel-inner .item {
        height: 340px;
        max-height: none;
    }

    .carousel--hero .carousel-inner > .item > a > img {
        min-height: 340px;
    }

    .carousel--hero .carousel-caption {
        text-align: left;
        max-width: 1300px;
        padding: 0;
        width: 95%;
        margin: 0;
        padding-left: 40px;
        top: 0;
        bottom: inherit;
    }

    .carousel--hero .carousel-caption--hero {
        width: 65%;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: flex-end;
        font-size: 28px;
        line-height: 32px;
    }

    .carousel--hero .carousel-indicators {
        bottom: 10px;
    }

    .carousel--hero .homebanner-description {
        position: absolute;
        top: 105%;
        left: 42px; /* IE compatibility */
        width: 40%;
        color: #fff;
        text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.85);
        font-size: 16px;
        line-height: 20px;
        margin-left: 0;
    }

    .carousel--hero .line-items {
        display: block;
    }
}

@media screen and (min-width: 1024px) {
    .carousel--hero,
    .carousel--hero .carousel-inner,
    .carousel--hero .carousel-inner .item {
        height: 500px;
    }

    .carousel--hero .carousel-inner > .item > a > img {
        min-height: 500px;
        top: inherit;
    }

    .carousel--hero .carousel-caption {
        margin: auto;
        padding: 0;
        width: 85%;
        max-width: 1300px;
    }

    .carousel--hero .carousel-caption--hero {
        width: 65%;
        font-size: 55px;
        line-height: 60px;
        text-align: left;
        align-items: center;
    }

    .carousel--hero .carousel-indicators {
        bottom: 25px;
    }

    .carousel--hero .homebanner-description {
        font-size: 18px;
        line-height: 22px;
        left: 0px;
    }
}
.homepage-nav {
    z-index: 996;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.34) 10%, rgba(0, 0, 0, 0) 100%);
    background-color: transparent;
}

.homepage-nav a:hover,
.homepage-nav a:focus {
    text-decoration: none;
}

.homepage-nav--active {
    background-image: none;
}

.homepage-nav__items {
    text-align: center;
    font-size: 0;
    background-color: #0061a0;
}

.homepage-nav__items--active {
    background-color: #0061a0;
}
.homepage-nav__item {
    display: inline-block;
    background-color: transparent;
    position: relative;
    font-family: 'Arial', 'Helvetica', 'sans-serif';
    font-weight: bold;
}

.homepage-nav__item--active {
    display: inline-block;
    background-color: #0090da;
    position: relative;
}

.homepage-nav__link {
    display: inline-block;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 0 50px;
}

.homepage-nav__link:hover,
.homepage-nav__link:focus {
    color: #fff;
}

.homepage-nav__icon {
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: -7px;
    z-index: 999;
    display: block;
    font-size: 18px;
}

.homepage-sub {
    position: fixed;
    z-index: 9997;
    width: 100%;
    background-color: transparent;
    text-align: center;
    margin-top: 60px;
    display: none;
    height: 200px;
    left: 0;
    top: 70px;
}

.homepage-sub__container {
    width: 100%;
    height: 180px;
    max-width: 1300px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    font-size: 0;
}

.homepage-sub__link {
    display: inline-block;
    height: 180px;
    width: 25%;
    vertical-align: top;
    text-align: center;
    padding-top: 45px;
    color: #333;
    font-family: 'Arial', 'Helvetica', 'sans-serif';
    font-weight: normal;
}

.homepage-sub__link:first-child:nth-last-child(5),
.homepage-sub__link:first-child:nth-last-child(5) ~ .homepage-sub__link {
    width: 20%;
}

.homepage-sub__link:first-child:nth-last-child(6),
.homepage-sub__link:first-child:nth-last-child(6) ~ .homepage-sub__link {
    width: 16%;
}

.homepage-sub__link img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.homepage-sub__link div {
    line-height: 18px;
}

.homepage--sub__icon--first {
    /*padding: 0 50px;*/
}

.homepage--sub__icon--last {
    padding: 5px 30px;
}

.homepage-sub-side {
    display: table;
}

.homepage-sub-side__grid {
    display: table-cell;
    vertical-align: middle;
}

.homepage-sub-side__link {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #666;
}

.homepage-sub-side__link:not(:last-child) {
    padding-bottom: 10px;
}

.homepage-sub__link:hover,
.homepage-sub-side__link:hover {
    color: #2377C5;
}

.homepage-sub-side__icon {
    float: left;
    width: 30px;
    margin-right: 10px;
}

.homepage-sub-side__label {
    float: left;
    margin-top: 5px;
}

@media screen and (min-width: 768px) {
    .homepage-nav__item--active:hover > a {
        text-decoration: underline;
    }

    .homepage-nav a:hover,
    .homepage-nav a:focus {
        text-decoration: underline;
    }

    .homepage-nav__link {
        font-size: 12px;
        padding: 0 15px;
    }

    .homepage-sub {
        margin-top: 60px;
    }

    .homepage-sub__link div {
        margin-top: 10px;
        font-size: 14px;
    }

    .homepage-sub__link:hover,
    .homepage-sub-side__link:hover span {
        color: #0090da;
        text-decoration: underline;
    }

    .homepage--sub__icon--first {
        height: 40px;
        width: 40px;
        margin: auto;
    }

    .homepage--sub__icon--last {
        padding: 5px 20px;
    }

    .homepage-sub-side {
        height: 180px;
    }

    .homepage-sub-side__icon {
        width: 25px;
        margin-right: 8px;
    }
}

@media screen and (min-width: 1024px) {
    .homepage-nav__link {
        font-size: 14px;
        padding: 0 40px;
    }

    .homepage-sub {
        margin-top: 60px;
    }

    .homepage-sub__container {
        height: 200px;
    }

    .homepage-sub__link img {
        width: 60px;
        height: 60px;
        margin: auto;
    }

    .homepage-sub__link div {
        font-size: 16px;
    }

    .homepage--sub__icon--first {
        height: 60px;
        width: 60px;
        margin: auto;
    }

    .homepage--sub__icon--last {
        padding: 5px 20px;
    }

    .homepage-sub-side {
        height: 200px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .homepage-nav__link {
        font-size: 12px;
        padding: 0 10px;
    }
}
.language-trigger,
.language-trigger__label {
    display: none;
}

@media screen and (max-width: 767px) {
    .language-dropdown-content {
        display: inline;
    }

    .language-dropdown-content .icon-arrow-down-triangle {
        display: none;
    }

    .language-dropdown-list {
        margin: 0;
        padding: 25px 5px 15px;
        background-color: #333333;
        font-size: 0;
        line-height: 0;
    }

    .language-dropdown-list a {
        color: #ffffff;
        font-size: 14px;
        line-height: 14px;
        text-decoration: none;
        text-transform: uppercase;
        padding: 0 15px;
        font-weight: bold;
        display: inline !important;
    }

    .language-dropdown-list li {
        display: inline-block;
        margin-bottom: 10px;
        line-height: 0;
    }

    .language-dropdown-list li:not(:last-child) a {
        border-right: 2px white solid;
    }
}

@media screen and (min-width: 768px) {
    .language-trigger {
        font-size: 11px;
        height: 70px;
        text-transform: uppercase;
        color: #333;
        background-color: #fff;
        display: table;
        position: relative;
        right: 0px;
        width: auto;
        text-align: center;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .language-trigger--minimized {
        height: 50px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .language-trigger__label {
        color: #333;
        font-weight: normal;
        line-height: 13px;
        display: table-cell;
        vertical-align: middle;
        text-decoration: none;
        padding: 0 15px;
    }

    .language-trigger__label .icon-down,
    .language-trigger__label .icon-up {
        fill: #333;
        position: relative;
        width: 14px;
        height: 14px;
        top: 3px;
        margin-left: 8px;
        transition: all .5s;
    }

    .language-trigger__label:active,
    .language-trigger__label:focus {
        color: #333;
        text-decoration: none;
    }

    .language-trigger__label:hover {
        transition: all 0.5s;
        cursor: pointer;
        color: #0090DA;
        text-decoration: underline;
    }

    .language-trigger__label .icon-up {
        display: none;
    }

    .language-dropdown--open .icon-down {
        display: none;
    }

    .language-dropdown--open .icon-up {
        display: inline;
    }

    .language-trigger__label:hover .icon-down,
    .language-trigger__label:hover .icon-up {
        fill: #0090da;
    }

    .language-dropdown-content {
        display: none;
        position: absolute;
        top: 70px;
        right: 0;
        background-color: #333333;
        width: 100%;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .language-dropdown-content--minimized {
        top: 50px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .icon-arrow-down-triangle {
        position: absolute;
        top: -4.6px;
        left: 40%;
        z-index: 999;
        display: block;
        font-size: 18px;
        height: 20px !important;
        width: 20px !important;
    }

    .language-dropdown-content a {
        color: #ffffff;
        text-decoration: none;
        display: block;
        line-height: 11px;
        white-space: nowrap;
    }

    .language-dropdown-content a:hover {
        text-decoration: underline;
    }

    .language-dropdown-list {
        padding: 10px 15px 20px;
    }

    .language-dropdown-list li {
        padding-top: 20px;
        text-align: left;
    }
}

@media screen and (min-width: 1024px) {
    .language-trigger__label {
        padding: 0 30px;
    }

    .language-dropdown-list {
        padding: 10px 30px 20px;
    }
}
.language-error-overlay {
    display: none;
    position: fixed;
    z-index: 15000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.language-error-overlay > .row {
    padding: 0 20px;
}

.language-error-overlay .wrapper {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    min-height: 100%;
    margin: 50px auto;
}

.language-error-overlay > .row > .container {
    position: relative;
    margin: 50px 0;
}

.language-error-overlay .view-close {
    display: block;
    position: absolute;
    float: right;
    clear: both;
    top: 7px !important;
    right: 7px;
    width: 16px;
    height: 16px;
    z-index: 9;
    cursor: pointer;
}

.language-error-overlay .view-header {
    text-align: center;
    font-weight: 400;
    text-transform: none;
    padding: 20px 0;
    color: #333;
}

.language-error-overlay .view-content {
    width: 80%;
    padding: 0;
    margin: 0 auto;
}

.language-error-overlay .view-content h2 {
    font-size: 22px;
    line-height: 26px;
}

.language-error-overlay .view-content p {
    font-size: 14px;
    line-height: 18px;
}

.language-error-overlay .btn-brand-2nd {
    margin: 0;
}

@media screen and (min-width: 768px) {
    .language-error-overlay > .row {
        padding: 0;
    }

    .language-error-overlay .wrapper {
        width: 75%;
    }

    .language-error-overlay .view-header {
        padding: 40px 0;
    }

    .language-error-overlay .view-content h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .language-error-overlay .view-content p {
        line-height: 20px;
        margin-bottom: 25px;
    }
}

@media screen and (min-width: 1024px) {
    .language-error-overlay .wrapper {
        width: 65%;
    }

    .language-error-overlay .view-header {
        padding: 50px 0;
    }

    .language-error-overlay .view-content h2 {
        font-size: 28px;
    }

    .language-error-overlay .view-content p {
        margin-bottom: 30px;
    }
}
[data-comp-spacing="life-stages-container"] {
    background-color: #fff;
}

.divider--snoopy {
    padding: 0 9% 20px 9%;
    color: #333;
    text-align: center;
}

.divider--snoopy__title {
    font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
}

.divider--snoopy__copy {
    color: #333;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    margin-bottom: 0;
}

.carousel--tabs .carousel {
    overflow: initial;
    z-index: 1;
}

.carousel--tabs .carousel-control.left,
.carousel--tabs .carousel-control.right {
    background-image: none;
    width: 30px;
    height: 100%;
}

.carousel--tabs .carousel-control svg {
    top: 40%;
}

.carousel-control svg {
    fill: #0061A0;
}

.carousel--tabs .carousel-inner {
    padding-bottom: 25px;
}

.carousel--tabs .carousel-item {
    padding-top: 30px;
    padding-bottom: 30px;
    border: 1px solid transparent;
    border-radius: 2px;
    background-color: #fff;
    font-size: 0.85em;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    min-height: 150px;
}

.carousel--tabs .carousel-item:hover {
    border: 1px solid #E5F4FB;
}

.carousel--tabs .carousel-item.selected {
    background-color: #E5F4FB;
    border: 1px solid #E5F4FB;
    font-weight: bold;
}

.carousel--tabs .carousel-item p {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 20px;
    color: #0061A0;
    margin-bottom: 0;
}

.carousel--tabs .carousel-item .arrow-down {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -13px;
    margin-right: auto;
    margin-left: auto;
    display: none;
}

.carousel--tabs .carousel-item .item_image {
    display: inline-block;
    margin-bottom: 10px;
    max-width: 100%;
    vertical-align: middle;
    height: 60px;
    width: 60px;
}

.carousel--tabs .carousel--tabs__items {
    display: block;
    text-align: center;
}

.carousel--tabs .carousel--tabs__item {
    display: none;
}

.carousel--tabs__icon {
    position: absolute;
    bottom: -16px;
    font-size: 18px;
    color: #E5F4FB;
    display: none;
    width: 100%;
}

.carousel--tabs .carousel-inner .item, .carousel--tabs .carousel {
    min-height: initial;
    height: auto;
}

.carousel--tabs .two-column-container > div:first-of-type {
    box-sizing: border-box;
}

.carousel--tabs .two-column-container .v-divider-arrow {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    min-height: 190px;
    padding: 0 15px;
}

.carousel--tabs .two-column-container .v-divider-arrow .row {
    margin: 20px 0 20px 0;
}

.carousel--tabs .two-column-container h3 {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
    width: 80%;
}

.carousel--tabs .two-column-container p {
    width: 80%;
    font-size: 14px;
    line-height: 18px;
}

@media screen and (max-width: 767px) {
    .carousel--tabs .two-column-container .v-divider-arrow {
        padding: 0 15px;
    }

    .carousel--tabs .two-column-container .v-divider-arrow .row {
        margin: 20px 0 20px 0px;
    }

}

@media screen and (min-width: 768px) {
    .divider--snoopy {
        padding: 0 9% 10px 9%;
    }

    .divider--snoopy__title {
        position: relative;
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 28px;
    }

    .divider--snoopy svg {
        display: inline-block;
    }

    .life-stages-container .carousel--tabs .carousel-inner {
        width: 90%;
        margin: 0 auto;
    }

    .carousel--tabs .carousel-control svg {
        position: static;
    }

    .carousel--tabs .carousel-item {
        color: #7a9816;
    }

    .carousel--tabs .carousel-item .item_image {
        height: 40px;
        width: 40px;
    }

    .carousel--tabs .two-column-container h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .carousel--tabs .carousel-item p {
        font-size: 13px;
        line-height: 15px;
    }

    .carousel--tabs .two-column-container .v-divider-arrow {
        background-image: url('../../../static/images/life_stage_divider.png');
    }
}

@media screen and (min-width: 1024px) {
    .divider--snoopy {
        padding: 0 9% 15px 9%;
    }

    .carousel--tabs .carousel-inner {
        padding-bottom: 40px;
    }

    .carousel--tabs .carousel-control.left,
    .carousel--tabs .carousel-control.right {
        display: none;
    }

    .divider--snoopy__title {
        font-size: 26px;
        line-height: 30px;
    }
}

.product-module__medium {
    -webkit-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.product-module__medium:last-child {
    margin-bottom: 0;
}

.product-module__medium img {
    width: 60px;
    height: auto;
    margin-bottom: 10px;
    padding-top: 20px;
}

.product-module__medium__header {
    display: block;
    font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    margin: 0 20px;
}

.product-module__medium .product-module__bottom {
    padding: 0 20px;
}

.product-module__list--medium {
    width: 100%;
    margin: 20px auto 15px;
}

.product-module__list--medium ul {
    width: 100%;
    padding: 0 20px 0 35px;
}

.product-module__list--medium li {
    font-size: 13px;
    line-height: 16px;
}

.product-module__list--medium li b {
    font-weight: bold;
}

.product-module__list--medium li i {
    font-style: italic;
}

.product-module__action--medium {
    padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .product-module__medium {
        display: inline-block;
        width: 25%;
        float: left;
        margin: 0;
    }

    .product-module__medium:not(:first-child) {
        border-left: 1px solid #e3e3e3;
    }

    .product-module__medium:first-child:nth-last-child(1),
    .product-module__medium:first-child:nth-last-child(1) ~ .product-module__medium:first-child {
        margin-left: 37.5%;
    }

    .product-module__medium:first-child:nth-last-child(2),
    .product-module__medium:first-child:nth-last-child(2) ~ .product-module__medium:first-child {
        margin-left: 25%;
    }

    .product-module__medium:first-child:nth-last-child(3),
    .product-module__medium:first-child:nth-last-child(3) ~ .product-module__medium:first-child {
        margin-left: 12.5%;
    }

    .product-module__medium:first-child:nth-last-child(4),
    .product-module__medium:first-child:nth-last-child(4) ~ .product-module__medium:first-child {
        margin-left: 0;
    }

    .product-module__medium__header {
        font-size: 16px;
        line-height: 20px;
    }

    .product-module__medium .product-module__bottom {
        padding: 0 15px;
    }

    .product-module__list--medium {
        width: 100%;
        margin: 20px auto 10px;
    }

    .product-module__list--medium p {
        width: 100%;
        padding: 0 15px;
    }

    .product-module__list--medium ul {
        width: 100%;
        padding: 0 15px 0 30px;
        margin-left: 0;
    }

    .product-module__list--medium li {
        font-size: 12px;
        line-height: 15px;
    }
}

@media screen and (min-width: 1024px) {
    .product-module__medium__header {
        font-size: 22px;
        line-height: 26px;
    }

    .product-module__medium:not(:last-child) {
        border-bottom: 1px solid #e3e3e3;
    }

    .product-module__medium .product-module__bottom {
        padding: 0 30px;
    }

    .product-module__list--medium {
        margin: 20px auto 15px;
    }

    .product-module__list--medium p {
        padding: 0 30px;
    }

    .product-module__list--medium ul {
        width: 100%;
        padding: 0 30px 0 45px;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .product-module__list--medium li {
        font-size: 13px;
        line-height: 16px;
    }
}
[data-comp-spacing="medium-product-container"] {
    background-color: #f2f2f2;
}
.vision_dental_overlay_close {
    display: block;
    position: absolute;
    float: right;
    clear: both;
    top: 15px;
    right: 15px;
    width: 16px;
    height: 16px;
    z-index: 9;
    cursor: pointer;
}

.vision_dental_overlay_header {
    height: auto;
    background-color: #f2f2f2;
    text-align: center;
    padding: 10px 5px;
}

.vision_dental_overlay_header h2 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 400;
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 20px;
}

.vision_dental_overlay_header p {
    line-height: 21px;
    font-size: 14px;
    font-weight: 400;
    padding: 0 15px;
}

.vision_dental_overlay_body {
    padding: 25px 10px;
    background-color: #ffffff;
    text-align: left;
}

.overlay_network_description {
    padding-bottom: 25px;
}

.overlay_network_description h3 {
    line-height: 24px;
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 0;
}

.overlay_network_description ul {
    padding-top: 10px;
    font-weight: 300;
    padding-left: 30px;
    font-size: 20px;
}

.overlay_network_description ul li {
    list-style: disc;
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    .vision_dental_overlay_header {
        height: 200px;
    }

    .vision_dental_overlay_header h2 {
        font-size: 44px;
        line-height: 44px;
    }

    .vision_dental_overlay_header p {
        margin: 10px auto 60px;
    }

    .vision_dental_overlay_body {
        padding: 25px 50px;
    }
}

@media screen and (min-width: 1024px) {
    .overlay_network_description {
        padding-bottom: 25px;
    }
}
.page-title {
    padding: 25px 20px;
    text-align: center;
}

.page-title--no-breadcrumb {
    padding: 40px 0 0 0;
}

.page-title__heading {
    width: 100%;
    font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
    font-size: 28px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.page-title__heading .icon {
    width: 60px;
    height: 60px;
    fill: green;
    position: relative;
    top: 10px;
}

.page-title p {
    width: 100%;
    font-size: 13px;
    line-height: 16px;
    margin: auto;
}

@media screen and (min-width: 768px) {
    .page-title {
        padding: 50px 0 40px;
    }

    .page-title--no-breadcrumb {
        padding: 90px 0 0 0;
    }

    .page-title__heading {
        width: 80%;
        font-size: 36px;
        line-height: 40px;
    }

    .page-title p {
        width: 80%;
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (min-width: 1024px) {
    .page-title {
        padding: 65px 0 60px;
    }

    .page-title__heading {
        font-size: 44px;
        line-height: 44px;
    }

    .page-title p {
        font-size: 16px;
        line-height: 20px;
    }
}
[data-comp-spacing="product-card-tile"],
[data-comp-spacing="image-product-card"],
[data-comp-spacing="product-card-quote"] {
    background-color: #f2f2f2;
}

.product-card {
    display: block;
    background: #fff;
    -webkit-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 3px 5px 0 #ccc;
    width: 100%;
}

.product-card__img {

    max-height: 188px;
    min-height: 150px;
}

.product-card .title {
    display: block;
    padding: 20px;
    background-color: #0061a0;
}

.product-card .title h3 {
    font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
}

.product-card .content {
    display: block;
}

.product-card .content-body {
    padding: 20px;
}

.product-card .content-body a {
    color: #0061a0;
}

.product-card .content-body a:hover {
    text-decoration: underline;
    color: #0090da;
}

.product-card .content-body .intro {
    display: block;
}

.product-card .content-body .content-body__action a {
    color: #fff;
}

.product-card .content span,
.product-card .content p,
.product-card .content ul {
    margin-bottom: 20px;
}

.product-card .content span:last-child,
.product-card .content p:last-child,
.product-card .content ul:last-child {
    margin-bottom: 0;
}

.product-card__content-body--margin {
    margin-bottom: 0 !important;
}

.product-card .content ul {
    padding-left: 15px;
    text-indent: -16px;
}

.product-card .content li {
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}

.product-card .content li:last-child {
    margin-bottom: 0;
}

.product-card .content li:before {
    content: "\2022";
    font-size: 13px;
    line-height: 16px;
    vertical-align: top;
    padding-right: 11px;
}

.product-card .content .intro,
.product-card .content .expand-content__intro {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.product-card .content span,
.product-card .content p {
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
}

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

.product-card .action {
    display: block;
    padding: 20px;
    padding-top: 0;
}

.product-card .action a[href*='tel:'] {
    color: #fff;
}

.product-card .action p,
.product-card .action a {
    margin-bottom: 10px;
}

.product-card .action p:last-child,
.product-card .action a:last-child {
    margin-bottom: 0;
}

.product-card .action p a {
    color: #0061a0;
}

.product-card .action p a[href*='tel:'] {
    cursor: pointer;
    border-bottom: none;
    color: #0061a0;
}

.product-card .action p a[href*='tel:']:hover {
    text-decoration: underline;
    color: black;
}

.product-card .action p a:hover {
    text-decoration: underline;
    color: #0090da;
}

.product-card .action .btn-brand-2nd + p a[href*='tel:'] {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
}

.product-card .action .btn-brand-1st span {
    display: table-cell;
    vertical-align: middle;
}

.product-card .action .btn-brand-1st svg {
    display: table-cell;
    margin-left: 5px;
}

.product-card .read-more {
    color: #0061a0;
    font-size: 13px;
    line-height: 16px;
}

.product-card .read-more strong {
    font-weight: normal;
}

.product-card .read-more:hover {
    color: #0090da;
    text-decoration: underline;
}

.pc-tel-number {
    display: block;
    margin-bottom: 20px;
    color: #0061a0;
    text-decoration: none;
    font-weight: bold;
}

.company-search-label {
    width: 100%;
    text-align: center;
    margin-bottom: 0 !important;
}

.company-search-input-container button {
    margin-left: 5px;
}

.company-search-input-container {
    text-align: center;
}

.content-body input {
    width: 200px;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0px 12px;
}

.content-body b,
.expand-content b {
    font-weight: bold;
}

.expand-open-close {
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
}

.expand-content {
    display: block;
    font-weight: normal;
    padding: 0 20px 20px;
}

.expand-content__intro {
    display: block;
    margin-bottom: 10px;
}

.expand-content__list {
    list-style-position: inside;
    list-style-type: none;
    text-indent: -16px;
    padding-left: 18px;
    margin-bottom: 20px;
}

.expand-content__contact {
    display: block;
    margin-bottom: 10px;
}

.expand-open .icon,
.expand-close .icon {
    fill: #8caa0a;
    top: 7px;
    right: 5px;
}

.company-search-container {
    position: relative;
    text-align: center;
}

.company-search-container button {
    padding-top: 14px !important;
}

.shadow {
    background: #fff;
    top: 68px !important;
    position: absolute;
    display: table-row-group !important;
}

.shadow .output {
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    background: #fff;
    cursor: pointer;
    line-height: 16px;
    margin-top: -1px;
    z-index: 900;
    position: absolute;
}

.shadow .output div {
    font-size: 13px;
    padding: 5px 10px;
}

.shadow .output {
    text-align: left;
}

@media screen and (max-width: 767px) {
    .product-card .action a[href*='tel:'] {
        pointer-events: auto;
        cursor: pointer;
    }
}

@media screen and (min-width: 768px) {
    .product-card {
        display: table;
    }

    .product-card .title,
    .product-card .content,
    .product-card .action {
        display: table-cell;
        vertical-align: middle;
    }

    .product-card .action a:hover {
        text-decoration: underline;
    }

    .product-card .title {
        width: 25%;
        padding: 30px 10px;
    }

    .product-card .title h3 {
        font-size: 22px;
        line-height: 28px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .product-card .content {
        width: 55%;
    }

    .product-card .content-body {
        padding: 30px 10px 30px 30px;
    }

    .product-card .no-cta-action {
        padding: 30px 30px 30px 30px;
    }

    .image-product-card .content-body {
        padding: 30px 30px 30px 30px;
    }

    .product-card .action {
        width: 20%;
        padding: 30px 10px;
    }

    .product-card__content-body--margin {
        margin-bottom: 20px !important;
    }

    .pc-tel-number {
        pointer-events: none;
        color: #333;
    }

    .company-search-label {
        text-align: left;
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 40px;
    }

    .company-search-container {
        text-align: left;
    }

    .expand-content {
        display: none;
        font-weight: normal;
        padding: 0 30px 20px;
    }

    .expand-open,
    .expand-close {
        display: table;
        width: 100%;
        padding: 20px;
        text-align: center;
        text-transform: uppercase;
        border: #cccccc;
        border-top-style: solid;
        border-top-width: 1px;
        cursor: pointer;
    }

    .product-card .content .expand-open span,
    .product-card .content .expand-close span {
        font-size: 11px;
        font-weight: bold;
    }

    .expand-close {
        display: none;
    }

    .shadow {
        top: 68px !important;
        left: 0 !important;
    }

    .company-search-input-container {
        text-align: left;
    }

    .content-body__action {
        text-align: left;
    }

    .product-card .action p a[href*='tel:'] {
        pointer-events: none;
        color: #333;
        border-bottom: none;
        cursor: default;
        text-decoration: none;
    }

    .product-card .action p a[href*='tel:']:hover {
        text-decoration: none;
        color: #333;
        cursor: default;
    }

    .expand-open-close .visible-xs {
        display: block !important;
    }

    .product-card--last-margin-bottom {
        margin-bottom: 20px;
    }

    .product-card__promo--margin-bottom {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .product-card .title {
        padding: 40px 10px;
    }

    .product-card .content-body {
        padding: 40px 10px 40px 40px;
    }

    .product-card .no-cta-action {
        padding: 40px 40px 40px 40px;
    }

    .image-product-card .content-body {
        padding: 40px 40px 40px 40px;
    }

    .product-card .action {
        padding: 40px 10px;
    }

    .product-card .content .intro,
    .product-card .content .expand-content__intro {
        font-size: 18px;
        line-height: 22px;
    }

    .product-card .content li {
        font-size: 14px;
        line-height: 18px;
    }

    .product-card .content li:before {
        line-height: 18px;
    }

    .product-card .content span,
    .product-card .content p {
        font-size: 14px;
        line-height: 18px;
    }

    .product-card .content p.company-search-label {
        display: inline;
        width: 30%;
        text-align: left;
        font-size: 13px;
    }

    .product-card .read-more {
        font-size: 14px;
        line-height: 18px;
    }

    .content-body input {
        margin-top: 20px;
        width: 40%;
    }

    .expand-content {
        padding: 0 40px 20px;
    }

    .shadow {
        left: 167px !important;
        top: 62px !important;
    }

    .company-search-input-container {
        display: inline;
    }

    .company-search-input-container input {
        margin-left: 5px;
    }
}
[data-comp-spacing="related-content"] {
    background-color: #f2f2f2;
}

.media-card {
    background: #fff;
    -webkit-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
}

.media-card__content {
    padding: 20px;
}

.media-card__content p {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    .media-card {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 768px) {
    [data-comp-spacing="related-content"] {
        background-color: #fff;
    }

    .media-card {
        width: 32%;
        display: inline-block;
        float: left;
        box-shadow: none;
        vertical-align: top;
        margin-right: 1.6%;
    }

    .media-card:last-of-type {
        margin-right: 0;
    }

    .media-card__content {
        padding-left: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 1024px) {
    .media-card__content p {
        font-size: 14px;
        line-height: 20px;
    }
}
.media-card__tag {
    position: absolute;
    font-size: 12px;
    line-height: 20px;
    padding: 10px 25px;
    margin-top: 20px;
}

.media-card__content__title {
    color: #333;
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 26px;
}

@media screen and (min-width: 768px) {
    .media-card__content__title {
        font-size: 20px;
        line-height: 24px;
    }
}

@media screen and (min-width: 1024px) {
    .media-card__tag {
        font-size: 14px;
        line-height: 20px;
    }

    .media-card__content__title {
        font-size: 24px;
        line-height: 28px;
    }
}
.media-card__content--link-list h2 {
    font-size: 22px;
    line-height: 26px;
    font-weight: normal;
}

.media-card__content--link-list a {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.media-card__content__link {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {

    .media-card__content--link-list {
        border: 0 solid transparent;
        border-top: 1px solid #ccc;
    }

    .media-card__content--link-list h2 {
        font-size: 20px;
        line-height: 24px;
    }
}

@media screen and (min-width: 1024px) {

    .media-card__content--link-list h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .media-card__content--link-list a {
        font-size: 14px;
        line-height: 20px;
    }
}
[data-comp-spacing="richtext-contact-us"],
[data-comp-spacing="rtf-general-content"] {
    background-color: #fff;
}

.rich-text-component {
    color: #333;
    font-weight: normal;
}

.rich-text-component b,
.rich-text-component strong {
    font-weight: bold;
}

.rich-text-component p {
    font-size: 14px;
    line-height: 20px;
}

.rich-text-component ul {
    font-size: 14px;
    line-height: 20px;
    padding-left: 40px;
    margin-bottom: 20px;
}

.rich-text-component li {
    list-style: disc;
    margin-bottom: 10px;
}

.rich-text-component p:last-child,
.rich-text-component ul:last-child {
    margin-bottom: 0;
}

.rtf-general-content .wrapper {
    padding: 0 20px;
}

.rtf-general-content h2,
.rtf-general-content h3 {
    font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
    font-weight: bold;
    text-align: center;
}

.rtf-general-content h2 {
    font-size: 18px;
    line-height: 22px;
}

.rtf-general-content h3 {
    font-size: 20px;
    line-height: 24px;
}

.rtf-general-content h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.rtf-general-content .content-snippet {
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: #333;
}

@media screen and (min-width: 768px) {
    .rtf-general-content .wrapper {
        padding: 0;
    }

    .rtf-general-content h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .rtf-general-content h3 {
        font-size: 28px;
        line-height: 32px;
    }

    .rtf-general-content h4 {
        font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (min-width: 1024px) {
    .rtf-general-content h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .rtf-general-content h3 {
        font-size: 30px;
        line-height: 34px;
    }
}
.scroll-form-more-container {
    position: absolute;
    left: 90%;
    top: 675px;
    z-index: 2;
}

.scroll-form-more-container .scroll-more {
    display: inline-block;
    text-align: center;
}

.scroll-form-more-container .scroll-more a {
    color: black;
}

.scroll-form-more-container .scroll-more a:hover {
    color: black;
    text-decoration: none;
}

.scroll-form-more-container .scroll-more img {
    height: 50px;
    width: 65px;
}

.cta-promo__container h3,
.cta-promo__container p {
    width: 100%;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
}

.cta-promo__container h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}

.cta-promo__container p {
    font-size: 13px;
    line-height: 18px;
}

.cta-promo__container a {
    display: table;
    width: auto;
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .cta-promo__container h3 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .cta-promo__container p {
        font-size: 14px;
        line-height: 20px;
    }
}
.sitemap-category p {
    margin-bottom: 0;
}

.sitemap-link--Title {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    padding: 0 20px 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 14px;
}

.sitemap-link--Title a {
    color: #333;
}

.sitemap-link--Title a:hover {
    color: #0090DA;
}

.sitemap-link--Links {
    padding-right: 20px;
}

.sitemap-category-column {
    padding-left: 20px;
    padding-bottom: 20px;
}

.sitemap-category-column:last-child {
    padding-bottom: 0;
}

.sitemap-category-row {
    width: 100%;
    padding-bottom: 20px;
}

.sitemap-category-row:last-child {
    padding-bottom: 0;
}

.sitemap-category-row a {
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 24px;
}

.sitemap-category-row .sitemap-link--LinksTitle a {
    font-size: 14px;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .sitemap-category-column {
        display: inline-block;
        width: 25%;
        float: left;
        vertical-align: top;
        padding-bottom: 0;
    }
}
.sitemap-category-global p {
    margin-bottom: 0;
}

.sitemap-category-global .sitemap-link--LinksTitle {
    line-height: 18px;
    margin-bottom: 5px;
}

.sitemap-category-global .sitemap-link--LinksTitle a {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}

.sitemap-category-global .sitemap-category-column {
    display: inline-block;
    vertical-align: top;
}

.sitemap-category-global .sitemap-category-column:nth-last-child(2) {
    padding-bottom: 0;
}

.sitemap-category-global .sitemap-category-column a:last-child p {
    margin-bottom: 0;
}

.sitemap-category-global .sitemap-category-column a {
    display: block;
    cursor: default;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    word-wrap: break-word;
    margin-bottom: 7px;
}

.sitemap-category-global .sitemap-category-column a:active,
.sitemap-category-global .sitemap-category-column a:focus,
.sitemap-category-global .sitemap-category-column a:hover {
    text-decoration: none;
    color: #0061A0;
}

.sitemap-category-global .sitemap-category-column .sitemap-link--LinksTitle a {
    display: inline;
    cursor: pointer;
    pointer-events: auto;
}

.sitemap-category-global .sitemap-category-column .sitemap-link--LinksTitle a:hover {
    text-decoration: underline;
    color: #0090DA;
}

.sitemap-category-global .sitemap-category-column p {
    display: inline;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    word-wrap: break-word;
    margin-bottom: 7px;
    cursor: pointer;
    pointer-events: auto;
}

.sitemap-category-global .sitemap-category-column p:active,
.sitemap-category-global .sitemap-category-column p:focus {
    text-decoration: none;
    color: #0061A0;
}

.sitemap-category-global .sitemap-category-column p:hover {
    text-decoration: underline;
    color: #0090DA;
}

@media screen and (max-width: 767px) {
    .sitemap-category-global {
        padding-left: 10px;
        padding-right: 10px;
    }

    .sitemap-category-global .sitemap-category-column {
        width: 49%;
    }
}

@media screen and (min-width: 768px) {
    .sitemap-category-global .row-divider {
        padding-bottom: 30px;
    }

    .sitemap-category-global .row-divider:last-child {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 1024px) {
    .sitemap-category-global .row-divider {
        padding-bottom: 40px;
    }
}
.product-module__small {
    -webkit-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.product-module__small--main {
    padding: 20px 0;
    border-bottom: 1px solid #e3e3e3;
}

.product-module__small--main h2 {
    width: 90%;
    font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.product-module__small--main p {
    width: 90%;
    font-size: 13px;
    line-height: 16px;
}

.product-module__small--product {
    border-bottom: 1px solid #e3e3e3;
    width: 50%;
    float: left;
    display: table;
}

.product-module__small--product:nth-child(even) {
    border-right: 1px solid #e3e3e3;
}

.product-module__small--product__wrapper {
    padding: 20px 20px 15px;
    display: table-cell;
    height: 130px;
}

.product-module__small__img {
    height: 50px;
    width: auto;
    margin: auto;
}

.product-module__small--product__wrapper__label {
    position: static;
    top: auto;
    left: auto;
    margin-left: 0;
    display: inline-block;
}

.product-module__action--small {
    font-size: 13px;
    line-height: 16px;
    padding-top: 20px;
}

@media screen and (min-width: 768px) {
    .product-module__small {
        display: table-cell;
        float: none;
        height: 130px;
        vertical-align: middle;
    }

    .product-module__small--main {
        vertical-align: middle;
    }

    .product-module__small--main h2 {
        width: 85%;
        font-size: 16px;
        line-height: 20px;
    }

    .product-module__small--main p {
        width: 85%;
    }

    .product-module__small--product {
        width: 16.66667%;
        border-left: 1px solid #e3e3e3;
    }

    .product-module__small--product:nth-child(even) {
        border-right: none;
    }

    .product-module__small--product__wrapper {
        display: block;
        height: auto;
        padding: 20px 20px 30px;
    }

    .product-module__small__img {
        height: 40px;
    }
}

@media screen and (min-width: 1024px) {
    .product-module__small {
        height: 160px;
    }

    .product-module__small--main h2 {
        font-size: 22px;
        line-height: 26px;
    }
}
[data-comp-spacing="small-product-container"] {
    background-color: #f2f2f2;
}

[data-comp-spacing="small-product-container"] .product-module {
    min-height: 170px;
}

@media screen and (min-width: 768px) {
    [data-comp-spacing="small-product-container"] .product-module {
        display: table;
    }
}

.subnav-go-back {
    position: relative;
    width: 100%;
    background: #0061a0;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    z-index: 996;
    -webkit-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 3px 5px 0px #CCC;
    text-transform: none;
}

.subnav-go-back__menu a {
    width: 100%;
    display: table;
    color: white;
    padding: 0 0 0 12px;

}

.subnav-go-back__menu a span {
    text-align: left;
    vertical-align: middle;
    display: table-cell;
    height: 40px;
}

.subnav-go-back__menu img {
    float: right;
    vertical-align: middle;
    display: table-cell;
    height: 40px;
    width: auto;
}

.subnav-go-back__mobile--title {
    display: table-cell !important;
    font-weight: bold;
}

.subnav-go-back__desktop--title {
    display: none !important;
    font-weight: bold;
}

.subnav-go-back__list {
    display: none;
    z-index: 1;
    background: #f2f2f2;
    position: absolute;
    width: 100%;
    -webkit-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 3px 5px 0px #CCC;
}

.subnav-go-back__list li a {
    display: block;
    color: #333333;
    text-decoration: none;
    min-height: 40px;
}

.subnav-go-back__list li a p {
    font-size: 14px;
    line-height: 20px;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    text-align: left;
    padding: 10px 20px;
}

@media screen and (min-width: 768px) {
    .subnav-go-back {
        box-shadow: none;
    }

    .subnav-go-back__list {
        font-size: 0;
    }

    .subnav-go-back__menu {
        display: inline-block;
        width: 16%;
        float: left;
        font-size: 11px;
        min-height: 60px;
    }

    .subnav-go-back__menu ~ .subnav-go-back__list {
        width: 84%;
    }

    .subnav-go-back__menu:hover {
        text-decoration: underline;
    }

    .subnav-go-back__menu a {
        width: auto;
        padding: 0 10px 0 30px;

    }

    .subnav-go-back__menu a span {
        height: 60px;
    }

    .subnav-go-back__menu img {
        float: none;
        height: auto;
        width: 20px;
    }

    .subnav-go-back__menu span:first-child {
        padding-right: 10px;
    }

    .subnav-go-back__mobile--title {
        display: none !important;
    }

    .subnav-go-back__desktop--title {
        display: table-cell !important;
    }

    .subnav-go-back__list {
        display: inline-block !important;
        width: 100%;
        float: left;
        z-index: auto;
        background: transparent;
        box-shadow: none;
        position: relative;
        text-align: center;
    }

    .subnav-go-back__menu ~ .subnav-go-back__list {
        text-align: left;
    }

    .subnav-go-back__list li {
        display: inline-block;
        width: 25%;
        vertical-align: top;
    }

    .subnav-go-back__list li a {
        display: block;
        height: 60px;
        width: 100%;
    }

    .subnav-go-back__list li a:hover {
        background: #0090da;
        color: #ffffff;
        text-decoration: underline;
    }

    .subnav-go-back__list li a:hover div p {
        text-decoration: underline;
    }

    .subnav-go-back__list li a.active {
        background-color: #f2f2f2;
    }

    .subnav-go-back__list li a.active:hover {
        background-color: #f2f2f2;
        text-decoration: none;
    }

    .subnav-go-back__list li a p {
        height: 60px;
        color: white;
        font-size: 11px;
        line-height: 15px;
        text-align: center;
        padding: 0px 10px;
    }

    .subnav-go-back__list li a.active p {
        color: #333;
    }

    .subnav-go-back__menu ~ .subnav-go-back__list .subnav-go-back__list__item:first-child:nth-last-child(1),
    .subnav-go-back__menu ~ .subnav-go-back__list .subnav-go-back__list__item:first-child:nth-last-child(1) ~ .subnav-go-back__menu ~ .subnav-go-back__list .subnav-go-back__list__item:first-of-type {
        margin-left: calc(28% - 2px);
    }

    .subnav-go-back__menu ~ .subnav-go-back__list .subnav-go-back__list__item:first-child:nth-last-child(2),
    .subnav-go-back__menu ~ .subnav-go-back__list .subnav-go-back__list__item:first-child:nth-last-child(2) ~ .subnav-go-back__menu ~ .subnav-go-back__list .subnav-go-back__list__item:first-of-type {
        margin-left: calc(16% - 4px);
    }

    .subnav-go-back__list__item:first-child:nth-last-child(3),
    .subnav-go-back__list__item:first-child:nth-last-child(3) ~ .subnav-go-back__list__item {
        width: 25%;
    }

    .subnav-go-back__menu ~ .subnav-go-back__list .subnav-go-back__list__item:first-child:nth-last-child(3),
    .subnav-go-back__menu ~ .subnav-go-back__list .subnav-go-back__list__item:first-child:nth-last-child(3) ~ .subnav-go-back__menu ~ .subnav-go-back__list .subnav-go-back__list__item:first-of-type {
        margin-left: calc(4% - 6px);
    }

    .subnav-go-back__list__item:first-child:nth-last-child(4),
    .subnav-go-back__list__item:first-child:nth-last-child(4) ~ .subnav-go-back__list__item {
        width: 25%;
        float: left;
    }

    .subnav-go-back__list__item:first-child:nth-last-child(5),
    .subnav-go-back__list__item:first-child:nth-last-child(5) ~ .subnav-go-back__list__item {
        width: 20%;
        float: left;
    }

    .subnav-go-back__list__item:first-child:nth-last-child(6),
    .subnav-go-back__list__item:first-child:nth-last-child(6) ~ .subnav-go-back__list__item {
        width: 16.6%;
        float: left;
    }

    .subnav-go-back__list__item:first-child:nth-last-child(7),
    .subnav-go-back__list__item:first-child:nth-last-child(7) ~ .subnav-go-back__list__item {
        width: 14.28%;
        float: left;
    }

    .subnav-go-back__list__item:first-child:nth-last-child(8),
    .subnav-go-back__list__item:first-child:nth-last-child(8) ~ .subnav-go-back__list__item {
        width: 12.5%;
        float: left;
    }

    .subnav-go-back__list__item__anchor div {
        display: table;
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .subnav-go-back__menu {
        width: 12%;
        font-size: 12px;
    }

    .subnav-go-back__menu ~ .subnav-go-back__list {
        width: 88%;
    }

    .subnav-go-back__list {
        width: 100%;
    }

    .subnav-go-back__list li {
        width: 22.5%;
    }

    .subnav-go-back__list li a p {
        font-size: 12px;
    }

    .subnav-go-back__menu ~ .subnav-go-back__list .subnav-go-back__list__item:first-child:nth-last-child(1),
    .subnav-go-back__menu ~ .subnav-go-back__list .subnav-go-back__list__item:first-child:nth-last-child(1) ~ .subnav-go-back__menu ~ .subnav-go-back__list .subnav-go-back__list__item:first-of-type {
        margin-left: calc(32% - 2px);
    }

    .subnav-go-back__menu ~ .subnav-go-back__list .subnav-go-back__list__item:first-child:nth-last-child(2),
    .subnav-go-back__menu ~ .subnav-go-back__list .subnav-go-back__list__item:first-child:nth-last-child(2) ~ .subnav-go-back__menu ~ .subnav-go-back__list .subnav-go-back__list__item:first-of-type {
        margin-left: calc(21% - 6px);
    }

    .subnav-go-back__list__item:first-child:nth-last-child(3),
    .subnav-go-back__list__item:first-child:nth-last-child(3) ~ .subnav-go-back__list__item {
        width: 22.5%;
    }

    .subnav-go-back__menu ~ .subnav-go-back__list .subnav-go-back__list__item:first-child:nth-last-child(3),
    .subnav-go-back__menu ~ .subnav-go-back__list .subnav-go-back__list__item:first-child:nth-last-child(3) ~ .subnav-go-back__menu ~ .subnav-go-back__list .subnav-go-back__list__item:first-of-type {
        margin-left: calc(9.5% - 3px);
    }

    .subnav-go-back__list__item:first-child:nth-last-child(4),
    .subnav-go-back__list__item:first-child:nth-last-child(4) ~ .subnav-go-back__list__item {
        width: 22.5%;
        float: left;
    }

    .subnav-go-back__list__item:first-child:nth-last-child(4),
    .subnav-go-back__list__item:first-child:nth-last-child(4) ~ .subnav-go-back__list__item:first-of-type {
        margin-left: 5%;
    }

    .subnav-go-back__list__item:first-child:nth-last-child(5),
    .subnav-go-back__list__item:first-child:nth-last-child(5) ~ .subnav-go-back__list__item {
        width: 18%;
        float: left;
    }

    .subnav-go-back__list__item:first-child:nth-last-child(5),
    .subnav-go-back__list__item:first-child:nth-last-child(5) ~ .subnav-go-back__list__item:first-of-type {
        margin-left: 5%;
    }

    .subnav-go-back__list__item:first-child:nth-last-child(6),
    .subnav-go-back__list__item:first-child:nth-last-child(6) ~ .subnav-go-back__list__item {
        width: 15%;
        float: left;
    }

    .subnav-go-back__list__item:first-child:nth-last-child(6),
    .subnav-go-back__list__item:first-child:nth-last-child(6) ~ .subnav-go-back__list__item:first-of-type {
        margin-left: 5%;
    }

    .subnav-go-back__list__item:first-child:nth-last-child(7),
    .subnav-go-back__list__item:first-child:nth-last-child(7) ~ .subnav-go-back__list__item {
        width: 12.85%;
        float: left;
    }

    .subnav-go-back__list__item:first-child:nth-last-child(7),
    .subnav-go-back__list__item:first-child:nth-last-child(7) ~ .subnav-go-back__list__item:first-of-type {
        margin-left: 5%;
    }

    .subnav-go-back__list__item:first-child:nth-last-child(8),
    .subnav-go-back__list__item:first-child:nth-last-child(8) ~ .subnav-go-back__list__item {
        width: 11.25%;
        float: left;
    }

    .subnav-go-back__list__item:first-child:nth-last-child(8),
    .subnav-go-back__list__item:first-child:nth-last-child(8) ~ .subnav-go-back__list__item:first-of-type {
        margin-left: 5%;
    }
}
/* General Product Modules */
.product-module__action {
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    cursor: pointer;
    padding-top: 5px;
}

.product-module__action:hover {
    text-decoration: underline;
}

.product-module__action--tel {
    color: #333333;
    text-decoration: none;
}

.product-module__action.product-tile__action--text p {
    margin-bottom: 0;
}

.product-module__action--tel:hover {
    text-decoration: none;
}

.product-module__list {
    width: 100%;
    margin: 5px auto 15px;
    font-size: 14px;
    line-height: 18px;
}

.product-module__list p {
    width: 100%;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}

.product-module__list ul {
    width: 90%;
    list-style: disc;
    text-align: left;
    padding-left: 30px;
    padding-right: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.product-module__list li {
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 5px 0;
}

.product-module__list p:last-child,
.product-module__list ul:last-child {
    margin-bottom: 0;
}

.product-module__list li:last-child {
    padding-bottom: 0;
}

.product-module__top {
    margin-bottom: 15px;
}

.product-module__top p {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.product-module__top h3 {
    font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
    font-weight: bold;
}

/* Large Product Modules */
.product-module__large {
    margin-bottom: 10px;
    padding-bottom: 20px;
    -webkit-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.1);
    vertical-align: top;
}

.product-module__large:last-child {
    margin-bottom: 0;
}

.product-module__large > a {
    display: inline-block;
}

.product-module__large h3 {
    font-size: 22px;
    line-height: 26px;
    padding: 20px 20px 5px;
}

@media screen and (min-width: 768px) {
    /* General Product Modules */
    .product-module__action {
        font-size: 12px;
        line-height: 14px;
    }

    .product-module__list {
        min-height: 105px;
        font-size: 13px;
        line-height: 16px;
    }

    .product-module__list p {
        width: 90%;
        padding: 0 10px;
    }

    .product-module__list ul {
        margin-left: 25px;
    }

    .product-module__list li {
        font-size: 12px;
        line-height: 16px;
        padding: 3px 0 5px 0;
    }

    .product-module__bottom {
        display: block;
        margin: 0 auto;
    }

    /* Large Product Modules */
    .product-module__large {
        display: inline-block;
        width: 32%;
        float: left;
        text-align: center;
        margin-bottom: 0;
    }

    .product-module__large:not(:last-of-type) {
        margin-right: 2%;
    }

    .product-module__large:first-child:nth-last-child(1),
    .product-module__large:first-child:nth-last-child(1) ~ .product-module__large:first-child {
        margin-left: 34%;
    }

    .product-module__large:first-child:nth-last-child(2),
    .product-module__large:first-child:nth-last-child(2) ~ .product-module__large:first-child {
        margin-left: 17%;
    }

    .product-module__large:first-child:nth-last-child(3),
    .product-module__large:first-child:nth-last-child(3) ~ .product-module__large:first-child {
        margin-left: 0;
    }

    .comparison-boxes-container .product-module__large:first-child:nth-last-child(1),
    .comparison-boxes-container .product-module__large:first-child:nth-last-child(1) ~ .product-module__large {
        width: 49%;
    }

    .comparison-boxes-container .product-module__large:first-child:nth-last-child(1),
    .comparison-boxes-container .product-module__large:first-child:nth-last-child(1) ~ .product-module__large:first-child {
        margin-left: 25.5%;
    }

    .comparison-boxes-container .product-module__large:first-child:nth-last-child(2),
    .comparison-boxes-container .product-module__large:first-child:nth-last-child(2) ~ .product-module__large {
        width: 49%;
    }

    .comparison-boxes-container .product-module__large:first-child:nth-last-child(2),
    .comparison-boxes-container .product-module__large:first-child:nth-last-child(2) ~ .product-module__large:first-child {
        margin-left: 0;
    }

    /* To be deprecated? */
    .half_width .product-module__large {
        width: 49%;
    }

    .half_width .product-module__large:first-child:nth-last-child(1),
    .half_width .product-module__large:first-child:nth-last-child(1) ~ .half_width .product-module__large:first-child {
        margin-left: 25.5%;
    }

    .half_width .product-module__large:first-child:nth-last-child(2),
    .half_width .product-module__large:first-child:nth-last-child(2) ~ .half_width .product-module__large:first-child {
        margin-left: 0;
    }
	.full_width .product-module__large:first-child:nth-last-child(1),
    .full_width .product-module__large:first-child:nth-last-child(1) ~ .half_width .product-module__large:first-child {
        margin-left: 0;
        width:100%;
    }
}


@media screen and (min-width: 1024px) {
    /* General Product Modules */
    .product-module__action {
        font-size: 13px;
        line-height: 16px;
    }

    .product-module__list {
        min-height: 90px;
    }

    .product-module__list p {
        padding: 0 30px;
        width: 100%
    }

    .product-module__list ul {
        padding-left: 50px;
    }

    .product-module__list li {
        font-size: 13px;
        line-height: 16px;
    }
}
[data-comp-spacing="subcategory-tile-container"],
[data-comp-spacing="comparison-boxes-container"],
[data-comp-spacing="microsite-info-modules"] {
    background-color: #f2f2f2;
}

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

.disclaimer--product-module {
    text-align: center;
    padding: 20px 20px 0;
}

@media screen and (min-width: 768px) {
    .disclaimer--product-module {
        padding-left: 0;
        padding-right: 0;
    }
}
[data-comp-spacing="unsubscribe-customer"] {
    background-color: #fff;
}

.email--unsubscribe p {
    font-size: 14px;
    line-height: 20px;
}

.email--unsubscribe__form-fields {
    display: inline-block;
    width: 100%;
}

.email--unsubscribe__form-fields input {
    display: inline-block;
    width: 100%;
}

.email--unsubscribe__form-fields button {
    display: inline-block;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .email--unsubscribe__form-fields input {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 768px) {
    .email--unsubscribe__form-fields {
        width: 50%;
        display: inline-block;
    }

    .email--unsubscribe__form-fields input {
        display: inline-block;
        margin-bottom: 0;
    }
}
[data-comp-spacing="press-article-container"] {
    background-color: #fff;
}

.article.wrapper {
    padding: 0 20px;
}

.breadcrumb__crumb--back {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    vertical-align: middle;
}

.breadcrumb__crumb--back-glyph::before {
    content: "\2039";
    border-bottom: none;
}

.article-body {
    font-size: 14px;
    line-height: 20px;
    padding: 20px 0;
}

.article-body p,
.article-body ul {
    margin-bottom: 20px;
}

.article-body p:last-child,
.article-body ul:last-child,
.article-body li:last-child {
    margin-bottom: 0;
}

.article-body ul {
    padding-left: 20px;
    text-indent: -20px;
}

.article-body li {
    margin-bottom: 10px;
}

.article-body li:before {
    content: "\2022";
    vertical-align: top;
    padding-right: 14px;
}

@media screen and (min-width: 768px) {
    .article.wrapper {
        padding: 0;
    }

    .breadcrumb__crumb--back {
        font-size: 10px;
        line-height: 14px;
    }

    .article-body {
        padding: 30px 0;
    }

    .article-body ul {
        padding-left: 40px;
        text-indent: -20px;
    }
}

@media screen and (min-width: 1024px) {
    .breadcrumb__crumb--back {
        font-size: 11px;
        line-height: 15px;
    }
}

[data-comp-spacing="disclaimer-article"] {
    background-color: #fff;
}

.news-article__resources p:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .news-article__resources {
        margin-bottom: 0;
        font-size: 0.95em;
    }

    .news-article__resources--title {
        margin: 0;
    }

    .news-article__resources--copy {
        margin-bottom: 20px;
    }
}
.faq_filter_default,
.default-category-title {
    padding: 0 20px 5px;
}

@media screen and (max-width: 767px) {
	.faq-filter .list-filter__item--single .form-item__label {
		text-align: center;
    	line-height: 40px;
	}
}

@media screen and (min-width: 768px) {
    .faq_filter_default,
    .default-category-title {
        padding: 0 20px 10px;
    }
}
.find-office .quote-office__heading {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 15px;
}

.find-office .btn-group {
    margin-bottom: 15px;
    display: table;
}

.find-office .btn-group .btn.pill {
    padding: 0 10px;
}

.find-office .btn-group .btn {
    height: 40px;
    line-height: 14px;
    -webkit-transition: width .5s;
    transition: width .5s;
    display: table-cell;
    float: none;
    vertical-align: middle;
    white-space: normal;
}

.find-office .btn-group__icon {
    top: 100%;
    margin: 0 -10px;
}

.find-office .icon-arrow-up-triangle {
    fill: #f2f2f2;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    stroke: #333;
    stroke-width: 2px;
    width: 20px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .find-office .icon-arrow-up-triangle {
        stroke-width: 2px;
    }

    .find-office .btn-group__icon {
        top: 36px;
    }
}

@-moz-document url-prefix() {
    .find-office .btn-group__icon {
        top: 100%;
    }
}

.find-office .find-a-x__hp__input-container {
    float: left;
    margin-bottom: 15px;
}

.find-office .find-a-x__hp__input-container .form-item {
    margin-bottom: 0;
}

.find-office .find-a-x__hp__input-container input {
    padding-right: 40px;
}

.find-office .fao_search_location_image {
    position: absolute;
    top: 7px;
    right: 7px;
}

.find-office .find-office--submit {
    margin-left: 0;
    float: left;
}

.find-office .find-office__submit {
    margin-bottom: 0;
}

.find-office .error-span {
    background-color: #EB4646;
    color: white;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 2px;
    display: none;
    position: relative;
    font-size: 0.85em;
    padding: 0 10px;
    line-height: 2.5em;
}

.find-office .error-span .icon.error {
    position: absolute;
    top: -14px;
}

.find-office .error-span .icon.info {
    top: 4px;
}

.find-office .pill:nth-of-type(1):nth-last-of-type(1) {
    width: 100%;
}

.find-office .pill:nth-of-type(1):nth-last-of-type(2),
.find-office .pill:nth-of-type(2):nth-last-of-type(1) {
    width: 40%;
}

.find-office .pill:nth-of-type(1):nth-last-of-type(2).active,
.find-office .pill:nth-of-type(2):nth-last-of-type(1).active {
    width: 60%;
}

.find-office .pill:nth-of-type(1):nth-last-of-type(3),
.find-office .pill:nth-of-type(2):nth-last-of-type(2),
.find-office .pill:nth-of-type(3):nth-last-of-type(1) {
    width: 30%;
}

.find-office .pill:nth-of-type(1):nth-last-of-type(3).active,
.find-office .pill:nth-of-type(2):nth-last-of-type(2).active,
.find-office .pill:nth-of-type(3):nth-last-of-type(1).active {
    width: 40%;
}

@media screen and (min-width: 768px) {
    .find-office .quote-office__heading {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .find-office .icon-arrow-up-triangle {
        height: 20px;
    }

    .find-office .find-a-x__hp__input-container {
        margin-bottom: 0;
    }

    .find-office .find-office--submit {
        margin-left: 10px;
        float: right;
    }
}

@media screen and (min-width: 1024px) {
    .find-office .find-a-x__hp__input-container input {
        padding-right: 12px;
    }

    .find-office .fao_search_location_image {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .find-office .btn-group .btn:not(.active){
        border-top: none;
        border-bottom: none;
    }
}

[data-comp-spacing="forms-library"] {
    background-color: #fff;
}

[data-comp-spacing="forms-library-disclaimer"] {
    background-color: #f2f2f2;
}

.form-library .list__item__date {
    color: #999999;
}

.form-library .list__item p {
    color: #333333;
}

.section-title p {
    margin-bottom: 0;
}

.section-title .section-title__title {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    color: #333
}

.section-title .brand-gray-2nd.hidden-xs {
    font-size: 11px;
    line-height: 15px;
    font-weight: normal;
    color: #666
}

.document-size {
    color: #666;
    font-size: 10px;
    line-height: 14px;
}

.download-link {
    font-size: 14px;
    line-height: 20px;
}

.document-icon {
    height: 20px;
    width: auto;
}

@media screen and (min-width: 768px) {
    .form-library .section-title p:first-child {
        margin-bottom: 20px;
    }

    .section-title .section-title__title {
        font-size: 14px;
        line-height: 20px;
    }

    .section-title .brand-gray-2nd.hidden-xs {
        font-size: 11px;
        line-height: 16px;
    }

    .download-link {
        font-size: 12px;
        line-height: 20px;
        font-weight: bold;
        text-transform: uppercase;
    }
}

@media screen and (min-width: 1024px) {
    .section-title .brand-gray-2nd.hidden-xs {
        font-size: 12px;
        line-height: 18px;
    }

    .document-size {
        font-size: 11px;
        line-height: 15px;
    }

    .download-link:hover {
        text-decoration: underline;
    }
}
.forms-library-category-others {
    padding-top: 20px;
}

.forms-library-category-others h2 {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    padding-left: 20px;
    padding-bottom: 0;
    margin-bottom: 5px;
}

.forms-library-category-others p {
    color: #666;
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    list-style-type: disc;
    padding-left: 20px;
}

.forms-library-category-others ul {
    font-size: 14px;
    list-style-type: disc;
    margin: 10px 0 20px 60px;
}

.forms-library-category-others li b {
    color: #666;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .forms-library-category-others h2 {
        font-size: 16px;
    }

    .forms-library-category-others p {
        font-size: 14px;
        line-height: 20px;
    }
}

[data-comp-spacing="general-content"] {
    background-color: #fff;
}

.general-content .unexpanded {
    display: none;
}

.general-content .expand_button {
    display: block;
    height: 60px;
    color: #0061A0;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border-top: 1px solid #cccccc;
}

.general-content .expand_button.open {
    margin-top: 30px;
}

.general-content .expand_button:active,
.general-content .expand_button:hover {
    color: #0061A0;
    background-color: #E5F4FB;
}

.general-content .expand_button:active span,
.general-content .expand_button:hover span {
    text-decoration: underline;
}

.general-content .expand_button .icon {
    fill: #0061A0;
}

.general-content .expand_button_open,
.general-content .expand_button_close {
    display: inline-block;
    height: 100%;
}

.general-content .expand_button_open div,
.general-content .expand_button_close div {
    display: table;
    height: 100%;
}

.general-content .expand_button_open span,
.general-content .expand_button_close span {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 5px;
}

@media screen and (min-width: 768px) {
    .general-content .expand_button.open {
        margin-top: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .general-content .expand_button.open {
        margin-top: 40px;
    }
}
[data-comp-spacing="generic-table"] {
    background-color: #fff;
}

.overlay-table-layout,
.two-column-table-layout,
.comparison-table-layout {
    display: block;
}

.overlay-table h2,
.two-column-table h2,
.comparison-table h2 {
    min-height: 60px;
    background-color: #0061A0;
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    padding: 20px;
    margin-bottom: 0;
}

.overlay-table .rate_table,
.two-column-table .rate_table {
    border: solid 1px #cccccc;
    border-top: none;
}

/* Overlay Table */
.overlay-table .rate_table .content_left,
.overlay-table .rate_table .content_body {
    max-height: 420px;
    width: 100%;
}

/* Two Column Table */
.two-column-table p {
    background-color: #ffffff;
    color: #999999;
    font-size: 11px;
    line-height: 15px;
    font-weight: normal;
    padding: 10px 20px;
}

.two-column-table .rate_table .content_body {
    width: 100%;
    max-height: 420px;
}

.two-column-table .rate_table .content_body .content_table td:first-child {
    color: #0061A0;
    font-weight: bold;
    text-align: left;
    padding-left: 20px;
}

.two-column-table .rate_table .content_body .content_table td:last-child {
    text-align: right;
    padding-right: 20px;
}

/* Comparison Table */
.table-title {
    color: #333;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
}

.comparison-table-layout {
    font-size: 0;
}

.comparison-table {
    display: block;
    width: 100%;
    vertical-align: top;
    border: solid 1px #cccccc;
}

.comparison-table:first-child {
    margin-bottom: 20px;
}

.comparison-table .rate_table .content_left,
.comparison-table .rate_table .content_body {
    max-height: 120px;
}

.view-all-rates {
    display: inline-block;
    color: #2377c5;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    text-decoration: underline;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 20px;
}

.view-all-rates:hover {
    text-decoration: underline;
}

.disclaimer--table {
    color: #333;
    padding: 20px 20px 0;
}

@media screen and (min-width: 768px) {
    /* Two Column Table */
    .two-column-table p {
        font-size: 11px;
        line-height: 16px;
    }

    /* Comparison Table */
    .table-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .comparison-table {
        display: inline-block;
        width: 50%;
    }

    .comparison-table:first-child {
        margin-bottom: 0;
    }

    .comparison-table:last-child {
        border-left: none;
    }

    .campaign-card .comparison-table {
        display: block;
        width: 100%;
    }

    .campaign-card .comparison-table:first-child {
        margin-bottom: 20px;
    }

    .campaign-card .comparison-table:last-child {
        border-left: solid 1px #cccccc;
    }

    .right-0--tablet-start {
        right: 0 !important;
    }

    .disclaimer--table {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 1024px) {
    /* Two Column Table */
    .two-column-table p {
        font-size: 12px;
        line-height: 18px;
    }

    /* Comparison Table */
    .table-title {
        font-size: 22px;
        line-height: 26px;
    }

    .campaign-card .comparison-table {
        display: inline-block;
        width: 50%;
    }

    .campaign-card .comparison-table:first-child {
        margin-bottom: 0;
    }

    .campaign-card .comparison-table:last-child {
        border-left: none;
    }

    .right-0--desktop-start {
        right: 0 !important;
    }
}

[data-comp-spacing="glossary-container"] {
    background-color: #fff;
}

.glossary {
    padding-top: 20px;
}

.glossary-height {
    height: 0;
}

.glossary-top {
    margin-top: 50px;
}

/*.parent {*/
    /*display: table;*/
    /*min-height: 1px;*/
    /*width: 100%;*/
/*}*/

@media screen and (min-width: 768px) {
    .glossary {
        padding-top: 30px;
    }

    .glossary-height {
        height: 50px;
    }

    .glossary-top {
        margin-top: 0;
    }
}

@media screen and (min-width: 1024px) {
    .glossary {
        padding-top: 40px;
    }
}
.glossary-definitions:last-child dl:last-of-type {
    margin-bottom: 0;
}

.glossary-group span {
    display: block;
}

.glossary-group span {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    border-bottom: solid 1px #cccccc;
    padding-left: 20px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.glossary-group dt,
.glossary-group dd {
    padding-left: 20px;
}

.glossary-group dl {
    margin-bottom: 20px;
}

.glossary-group dt {
    color: #333333;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
}

.glossary-group dd {
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

@media (min-width: 768px) {
    .glossary-group dl {
        margin-bottom: 30px;
    }

    .glossary-group dl:last-of-type {
        margin-bottom: 40px;
    }

    .glossary-group dt {
        margin-bottom: 10px;
    }

    .glossary-group dd {
        line-height: 18px;
    }

    .glossary-group span {
        padding-bottom: 10px;
    }

}

@media (min-width: 1024px) {
    .glossary-group span {
        font-size: 20px;
        line-height: 24px;
    }

    .glossary-group dl:last-of-type {
        margin-bottom: 50px;
    }
}

.glossary-selector {
    display: none;
}

.selector {
    position: fixed;
    top: 50px;
    width: 100%;
    text-align: center;
    height: 50px;
    z-index: 1;
    background-color: #FFFFFF;
    overflow: hidden;
	border-bottom: solid 1px #CCCCCC;
}

.selector-container {
    position: relative;
    padding: 0;
    font-size: 0;
    margin-right: auto;
    margin-left: auto;
}

.selector a {
    color: #CCCCCC;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    cursor: text;
    padding: 10px 0;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.selector a:not(:last-child) {
    border-right: 1px solid #CCCCCC;
}

.selector a.active {
    color: #0061A0;
    cursor: pointer;
}

.selector a.active:hover {
    color: #0090DA;
    text-decoration: underline;
}



@media screen and (min-width: 768px) {
    .selector {
        position: static;
        top: auto;
    }

    .selector.fixed {
        position: fixed;
        top: 50px;
    }

    .selector-container {
        right: 0 !important;
    }

    .selector a {
        color: #CCCCCC;
    }

    .selector a:not(:last-child) {
        border: none;
    }
}
[data-comp-spacing="information-link-widget"] {
    background-color: #f2f2f2;
}

.information-link-widget .options-small-component {
    font-size: 0;
}

.information-link-widget .options-small-component div {
    font-size: 16px;
}

.information-link-widget .options-small-component-text {
    padding-left: 10px;
}

.information-link-widget .options-small-component-link {
    padding-left: 20px;
}

@media screen and (max-width: 767px) {
    .information-link-widget .options-small-component-link {
        display: block;
        padding-top: 5px;
        padding-left: 0;
    }
}
[data-comp-spacing="notFoundPage"] {
    background-color: #f2f2f2;
}

.page-not-found {
    color: #007ABC;
    font-size: 100px;
    line-height: 120px;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .page-not-found {
        font-size: 150px;
        line-height: 170px;
    }
}
[data-comp-spacing="press-article"] {
    background-color: #fff;
}

.article-title,
.article-subtitle {
    margin-bottom: 20px;
}

.article-title,
.article-subtitle,
.article-date {
    font-size: 14px;
    line-height: 20px;
}

.article-title {
    font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
    font-weight: bold;
    text-transform: uppercase;
}

.article-subtitle {
    font-weight: normal;
}

.article-date {
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .article-title {
        font-size: 20px;
        line-height: 24px;
    }

    .article-subtitle {
        font-size: 16px;
        line-height: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .article-title,
    .article-subtitle {
        margin-bottom: 30px;
    }

    .article-title {
        font-size: 22px;
        line-height: 26px;
    }

    .article-subtitle {
        font-size: 18px;
        line-height: 22px;
    }
}
[data-comp-spacing="press-file-download"],
[data-comp-spacing="download-file"] {
    background-color: #fff;
}

.video-text__document {
    text-align: left;
    margin-bottom: 20px;
}

.video-text__document:last-child {
    margin-bottom: 0;
}

.video-text__document img {
    float: left;
    width: 15px;
    height: 20px;
    margin-right: 5px;
}

.video-text__document__descriptor {
    font-size: 13px;
    line-height: 16px;
}

.video-text__document__descriptor p {
    margin-bottom: 0;
    display: inline;
    font-size: 11px;
    line-height: 16px;
}

.video-text__document__descriptor div {
    font-size: 11px;
    line-height: 16px;
    padding-left: 15px;
}

@media screen and (min-width: 768px) {
    .video-text__document__descriptor--full div {
        display: inline-block;
    }

    .video-text__document__descriptor {
        font-size: 14px;
        line-height: 20px;
    }

    .video-text__document__descriptor p {
        font-size: 11px;
        line-height: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .video-text__document__descriptor div {
        display: inline-block;
    }
}

[data-comp-spacing="press-room-archive"] {
    background-color: #fff;
}

.press-room-archive .wrapper{
    padding: 0;
}

.news-room .list__item{
    padding-right: 20px;
}

.news-room .list__item__title {
    margin-bottom: 0;
}

.divider--load-more__link {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px;
}

.divider--load-more__link:hover {
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .divider--load-more__link {
        font-size: 14px;
        line-height: 18px;
    }
}
[data-comp-spacing="pressroom-contact"] {
    background-color: #fff;
}

.pressroom-contact__title {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.contact-item {
    font-size: 0;
}

@media screen and (min-width: 768px) {
    .pressroom-contact__title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .pressroom-contact__title {
        font-size: 20px;
        line-height: 24px;
    }
}
[data-comp-spacing="pressroom-image"] {
    background-color: #fff;
}

.optional-image__img {
    margin-bottom: 10px;
}

.disclaimer--image {
    color: #333;
}

@media screen and (min-width: 768px) {
    .optional-image {
        width: 60%;
        margin: auto;
    }

    .optional-image__img {
        display: block;
    }
}

[data-comp-spacing="pressroom-media-contact"] {
    background-color: #fff;
}

.media-contact--absolute {
    position: absolute;
    top: 50px;
    z-index: 600;
    height: 100%;
    width: 100%;
}

.media-contact__title {
    display: block;
    font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.media-contact__title__icon {
    fill: #0061A0;
    vertical-align: bottom;
}

.media-contact__title__icon:hover {
    fill: #0090DA;
}

.media-contact__title--hidden {
    display: none;
}

.media-contact__list--variation {
    display: none;
}

.media-contact__list__section:last-of-type {
    border-bottom: 1px solid #ccc;
}

.media-contact__list__section__title {
    color: #0061A0;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    cursor: pointer;
    border-top: 1px solid #ccc;
    padding: 15px 20px;
}

.media-contact__list__section__title:after {
    content: "+";
    float: right;
    font-size: 1.75em;
    font-weight: bold;
}

.media-contact__list__section__title:hover {
    color: #0090DA;
}

.media-contact__list__section__title.open {
    border-bottom: none;
}

.media-contact__list__section__title.open:after {
    content: "\2013";
    float: right;
    font-size: 1.75em;
    font-weight: bold;
}

.media-contact__list__section__title.open:last-of-type ~ .media-contact__list__section__content {
    border-bottom: 1px solid #ccc;
}

.media-contact__list__section__title__icon--hidden {
    display: none;
}

.media-contact__list__section__title__chevron {
    fill: grey;
}

.media-contact__list__section__title--bg-variation {
    background-color: #efefef;
    color: inherit;
}

.media-contact__list__section__content {
    display: none;
    font-size: 0;
    padding-left: 20px;
    padding-bottom: 20px;
}

.media-contact__item {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
}

.media-contact__item:nth-child(1) {
    margin-top: 0;
}

.media-contact__item--variation {
    margin-bottom: 0;
}

.media-contact__item__title {
    vertical-align: top;
    font-weight: bold;
}

.pressroom-media-contact-row {
    display: inline;
}

@media screen and (min-width: 768px) {
    .media-contact__title {
        font-size: 28px;
        line-height: 32px;
    }

    .media-contact__title__icon {
        vertical-align: inherit;
    }

    .media-contact__list--variation {
        border-top: 1px solid #ccc;
        padding: 30px 20px;
    }

    .media-contact__list__section {
        padding-bottom: 20px;
    }

    .media-contact__list__section:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .media-contact__list__section__title {
        color: inherit;
        font-size: 18px;
        line-height: 22px;
        cursor: default;
        border-top: none;
        border-bottom: 1px solid #ccc;
        padding: 0 20px 10px;
        margin-bottom: 20px;
    }

    .media-contact__list__section__title:hover {
        color: inherit;
    }

    .media-contact__list__section__title:after {
        content: "";
    }

    .media-contact__list__section__title.open {
        border-bottom: 1px solid #ccc;
    }

    .media-contact__list__section__title.open:after {
        content: "";
    }

    .media-contact__list__section__variation {
        display: inline-block;
        width: 32%;
    }

    .media-contact__list__section__title--bg-variation {
        background-color: white;
        border-bottom: none;
        font-size: 16px;
    }

    .media-contact__list__section__title .icon {
        display: none;
    }

    .media-contact__list__section__content {
        display: block !important;
        padding-bottom: 0;
    }

    .media-contact__list__section__content--variation {
        padding: 0;
    }

    .media-contact__list__section__content .pressroom-media-contact-row:last-of-type .media-contact__item {
        margin-bottom: 0;
    }

    .media-contact__item {
        display: inline-block;
        width: 33.33%;
        vertical-align: top;
        font-size: 14px;
        line-height: 20px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 20px;
    }

    .media-contact__item--variation {
        width: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .media-contact__item:nth-child(-n+3) {
        margin-top: 0;
    }

    .media-contact__item:nth-child(3n+1) {
        padding-left: 0;
        padding-right: 10px;
    }

    .media-contact__item:nth-child(3n+3) {
        padding-left: 10px;
        padding-right: 0;
    }
}

@media screen and (min-width: 1024px) {
    .media-contact__title {
        font-size: 30px;
        line-height: 34px;
    }

    .media-contact__list__section__title {
        font-size: 20px;
        line-height: 24px;
    }

    .media-contact__item {
        width: 25%;
    }

    .media-contact__item:nth-child(-n+4) {
        margin-top: 0;
    }

    .media-contact__item:nth-child(4n+1) {
        padding-left: 0;
        padding-right: 10px;
    }

    .media-contact__item:nth-child(4n+4) {
        padding-left: 10px;
        padding-right: 0;
    }

    .media-contact__item--variation {
        width: auto;
    }
}

[data-comp-spacing="privacy-policy-header"] {
    background-color: #fff;
}

.privacy-policy-index [data-comp-spacing] {
    padding-bottom: 20px;
}

.privacy-policy-index [data-comp-spacing] .width-80 {
    width: 100%;
}

.privacy-policy-index {
    padding: 0;
}

.privacy-policy-index p {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

.privacy-policy-index ul {
    list-style: disc;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin-left: 40px;
    margin-bottom: 20px;
}

.privacy-policy-index li {
    margin-bottom: 10px;
}

.privacy-policy-index p:last-child,
.privacy-policy-index ul:last-child {
    margin-bottom: 0;
}

.privacy-policies-header,
.privacy-policies-section,
.privacy-policies-section__header {
    padding-bottom: 20px;
}

.privacy-policies-section:last-child {
    padding-bottom: 0;
}

.privacy-policy-index__Description {
    padding: 0 20px 20px;
}

.privacy-policy-index__linkContainer a {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    border-top: 1px solid #ccc;
    padding: 15px 20px;

}

.privacy-policy-index__linkContainer a:last-child {
    border-bottom: 1px solid #ccc;
}

.privacy-policies-section__title,
.privacy-policies-section__description,
.privacy-policies-section__lastupdated {
    display: inline-block;
    padding: 0 20px 20px;
    margin-bottom: 0;
}

.privacy-policies-section__description:last-child,
.privacy-policies-section__lastupdated:last-child {
    padding-bottom: 0;
}

.privacy-policies-section__title {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}

.privacy-policies-section__lastupdated {
    color: #999;
    font-size: 11px;
    line-height: 15px;
    font-weight: normal;
}

@media screen and (min-width: 768px) {
    .privacy-policies-header,
    .privacy-policy-index__Description,
    .privacy-policy-index__linkContainer,
    .privacy-policies-section,
    .privacy-policies-section__header {
        padding-bottom: 30px;
    }

    .privacy-policy-index__linkContainer {
        border-bottom: 1px solid #ccc;
    }

    .privacy-policy-index__linkContainer a {
        width: 50%;
        float: left;
        border-top: none;
        font-size: 14px;
        line-height: 18px;
        padding: 0 20px 30px;
    }

    .privacy-policy-index__linkContainer a:last-child {
        border-bottom: none;
    }

    .privacy-policy-index__linkContainer a:last-child,
    .privacy-policy-index__linkContainer a:nth-last-child(-n+2):not(:nth-child(even)) {
        padding-bottom: 0;
    }

    .privacy-policies-section__lastupdated {
        font-size: 11px;
        line-height: 16px;
    }
}

@media screen and (min-width: 1024px) {
    .privacy-policy-index [data-comp-spacing] {
        padding-bottom: 30px;
    }

    .privacy-policies-header,
    .privacy-policy-index__Description,
    .privacy-policy-index__linkContainer,
    .privacy-policies-section,
    .privacy-policies-section__header {
        padding-bottom: 40px;
    }

    .privacy-policies-section__title {
        font-size: 20px;
        line-height: 24px;
    }

    .privacy-policies-section__lastupdated {
        font-size: 12px;
        line-height: 18px;
    }
}
[data-comp-spacing="product-comparison-table"] {
    background-color: #fff;
}

.product-comparison-chart {
    position: relative;
}

.product-comparison-chart-description,
.product-comparison-chart-title {
    padding-bottom: 20px;
}

.product-comparison-chart-description p,
.product-comparison-chart-title p {
    margin-bottom: 0;
}

.product-comparison-chart-title p {
    font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}

.product-comparison-chart .carousel-control {
    background: none;
    opacity: 1;
}

.product-comparison-chart .carousel-control img {
    width: 12px;
    height: 20px;
    position: absolute;
    left: 25px;
    top: 50%;
}

.product-comparison-chart .carousel-control.right,
.product-comparison-chart .carousel-control.left {
    position: absolute;
    color: #2c77c5 !important;
    height: 100%;
    padding-top: 0;
}

.product-comparison-chart .carousel-control.right svg,
.product-comparison-chart .carousel-control.left svg {
    position: relative;
    top: 50%;
}

.product_chart_background .product_chart {
    width: 86%;
    margin-left: 7%;
    margin-right: 7%;
    padding: 0 10px;
}

.product_chart_background .product_chart .column-cell {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 50px;
    color: #333333;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    padding: 15px;
}

.product_chart_background .product_chart--no-buttons .column-cell:last-child {
    border-bottom: none;
}

.product_chart_background .product_chart .life_insurance_col1 {
    display: inline-block;
    width: 40%;
    float: left;
}

.product_chart_background .product_chart .life_insurance_col1 .product_chart_key0 {
    clear: both;
    min-height: 100px;
    border-bottom: 1px solid #cccccc !important;
}

.product_chart_background .product_chart .life_insurance_col1 .product_chart_key1 {
    align-items: stretch;
    text-align: right;
}

.product_chart_background .product_chart .carousel {
    float: right;
    overflow: visible;
    height: auto;
    max-height: initial;
    width: 60%;
}

.product_chart_background .product_chart .carousel-item {
    display: inline-block;
    float: left;
    width: 100%;
    text-align: center;
}

.product_chart_background .product_chart .carousel-item:nth-child(odd) {
    border-bottom: 1px solid white;
    background-color: #f2f2f2;
}

.product_chart_background .product_chart .carousel-item:nth-child(even) {
    background-color: #f2f2f2;
}

.product_chart_background .product_chart .top-column {
    min-height: 100px;
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

.product_chart_background .product_chart .top-column .product_link_top {
    display: block;
    margin-bottom: 10px;
    color: #2377c5;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.product_chart_background .product_chart .top-column .product_link_top .suptag {
    display: inline-block;
    margin-left: 2px;
    -webkit-transform: translate(0px, -5px);
    -ms-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
    font-size: 10px;
    line-height: 10px;
}

.product_chart_background .product_chart .top-column .life_chart_product_price .price {
    display: inline-block;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
}

.product_chart_background .product_chart .top-column .life_chart_product_price .sub {
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
}

.product_chart_background .product_chart .top-column .coverage_amount {
    display: block;
    margin-top: 10px;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    padding: 0 10px;
}

.product_chart_background .product_chart .chart_check {
    height: auto;
    width: 25px;
}

.product_chart_background .product_chart .life_chart_learn {
    padding: 15px;
}

.product_chart_background .product_chart .textlink {
    text-decoration: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom: 1px solid #add0f0;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #2c77c5;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
}

.product_chart_background .product_chart .textlink:hover {
    border-bottom-color: #2c77c5;
    color: #2c77c5;
    text-decoration: none;
}

.disclaimer--product-comparison-chart {
    text-align: center;
    padding-top: 20px;
}

@media screen and (min-width: 768px) {
    .product-comparison-chart-title p {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    }

    .product_chart_background .product_chart {
        width: 100%;
        margin: auto;
        padding: 0;
    }

    .product-comparison-chart .carousel-control {
        display: none;
    }

    .product_chart_background .product_chart .life_insurance_col1 {
        width: 15%;
    }

    .product_chart_background .product_chart .carousel {
        width: 85%;
        float: right;
    }

    .product_chart_background .product_chart .carousel-item {
        width: 20%;
    }

    .product_chart_background .product_chart .carousel-item:nth-child(even) {
        background-color: #ffffff;
    }

    .product_chart_background .product_chart .top-column {
        border-bottom: 1px solid #ccc;
    }

    .product_chart_background .product_chart .top-column .product_link_top {
        min-height: 36px;
        font-size: 12px;
        line-height: 18px;
    }

    .product_chart_background .product_chart .top-column .product_link_top .suptag {
        margin-left: 1px;
    }

    .product_chart_background .product_chart .top-column .life_chart_product_price .price {
        display: inline-block;
        font-size: 18px;
    }

    .product_chart_background .product_chart .top-column .coverage_amount {
        margin-top: 10px;
        font-size: 10px;
        line-height: 13px;
    }

    .product_chart_background .product_chart .life_chart_coverage {
        line-height: 18px;
    }
}

@media screen and (min-width: 1024px) {
    .product_chart_background .product_chart .top-column .life_chart_product_price .sub {
        font-size: 12px;
    }
}
[data-comp-spacing="quote-landing"],
[data-comp-spacing="quote-landing-single"] {
    background-color: #f2f2f2;
}

.button-disabled {
    pointer-events: none;
    cursor: default;
}

.button-disabled:hover {
    text-decoration: none;
    background-color: #a4ce4e;
    background: -webkit-linear-gradient(#a4ce4e, #a4ce4e);
    background: -o-linear-gradient(#a4ce4e, #a4ce4e);
    background: -moz-linear-gradient(#a4ce4e, #a4ce4e);
    background: linear-gradient(#a4ce4e, #a4ce4e);
}

.life-insurance-quote-left {
    background: #ffffff;
    font-size: 14px;
    line-height: 18px;
    word-wrap: break-word;
    box-shadow: rgba(0, 0, 0, 0.09) 1px 3px 5px 0px;
    padding: 30px;
}

.life-insurance-quote-left ul {
    list-style-type: disc;
    padding-left: 20px;
}

.life-insurance-quote-left ol {
    list-style-type: decimal;
    padding-left: 20px;
}

.life-insurance-quote-left p,
.life-insurance-quote-left ul,
.life-insurance-quote-left ol {
    margin-bottom: 20px;
}

.life-insurance-quote-left li {
    margin-bottom: 10px;
}

.life-insurance-quote-left p:last-child,
.life-insurance-quote-left ul:last-child,
.life-insurance-quote-left ol:last-child,
.life-insurance-quote-left li:last-child {
    margin-bottom: 0;
}

.life-insurance-quote-left .quoteBorder {
    display: block;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 15px;
}

.life-insurance-quote-left-text p:last-child:not(.quoteBorder) {
    margin-top: 15px;
}

.life-insurance-quote-left .quote-rtf-title {
    color: #333;
    font-size: 22px;
    line-height: 26px;
    font-weight: normal;
    text-align: center;
}

.life-insurance-quote-right {
    float: left;
    width: 100%;
    background: #0061a0;
    color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.09) 1px 3px 5px 0px;
    padding: 30px;
}

.life-insurance-quote-right a,
.life-insurance-quote-right a:active,
.life-insurance-quote-right a:focus {
    background-color: #a4ce4e;
    background: -webkit-linear-gradient(#a4ce4e, #a4ce4e);
    background: -o-linear-gradient(#a4ce4e, #a4ce4e);
    background: -moz-linear-gradient(#a4ce4e, #a4ce4e);
    background: linear-gradient(#a4ce4e, #a4ce4e);
    color: #333333;
}

.life-insurance-quote-right a:hover {
    background-color: #b7dd58;
    -moz-box-shadow: rgba(0, 0, 0, 0) 0px 1px 1px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 1px 1px 0px;
    box-shadow: rgba(0, 0, 0, 0) 0px 1px 1px 0px;
    background: linear-gradient(#b7dd58, #b7dd58);
    text-decoration: underline;
    color: #333333;
}

.life-insurance-quote-right .life-quote-form__header {
    color: #fff;
}

.life-insurance-quote-right .quote-right-header {
    margin-bottom: 15px;
}

.life-insurance-quote-right .quote__tool__dob-label {
    color: #fff;
}

.life-insurance-quote-right .contactDisclaimer p {
    font-size: 11px;
    line-height: 15px;
    color: #fff;
}

.life-insurance-quote-right .contactDisclaimer a {
    background: none;
    text-decoration: underline;
}

.life-insurance-quote-right .contactDisclaimer a:hover {
    color: #fff;
    background: none;
}

.life-insurance-quote-right .contact-container--form-card {
    padding: 0;
}

@media screen and (min-width: 768px) {
    .life-insurance-quote {
        display: table;
        width: 96%;
        margin: 0 auto;
    }

    .life-insurance-quote-left {
        display: table-cell;
        width: 50%;
        font-size: 14px;
    }

    .life-insurance-quote-left p {
        font-size: 14px;
    }

    .life-insurance-quote-left .quoteBorder {
        border-top: 1px solid #ccc;
        padding-top: 20px;
        margin-top: 20px;
    }

    .life-insurance-quote-left .quote-rtf-title {
        font-weight: bold;
    }

    .life-insurance-quote-right {
        display: table-cell;
        float: none;
        width: 50%;
    }

    .life-insurance-quote-right .quote-right-header {
        font-size: 16px;
    }

    .life-insurance-quote-right .cta_header_quote .btn_global {
        float: left;
    }
}

@media screen and (min-width: 1024px) {
    .life-insurance-quote {
        width: 85%;
        max-width: 1300px;
    }

    .life-insurance-quote-left {
        font-size: 16px;
        padding: 40px;
    }

    .life-insurance-quote-left p {
        font-size: 16px;
    }

    .life-insurance-quote-right {
        font-size: 16px;
        padding: 40px;
    }

    .life-insurance-quote-left .quote-rtf-title {
        font-size: 24px;
        line-height: 28px;
    }

    .life-insurance-quote-right .quote-right-header {
        font-size: 18px;
    }
}
[data-comp-spacing="quote-results"] {
    background-color: #f2f2f2;
}

.wrapper__quote-card #lpButtonDiv {
    display: block;
}

.results-card__premium-card__container {
    background-color: #ffffff;
    padding: 20px;
}

.results-card__premium-card--inactive {
    -webkit-filter: opacity(35%);
    -moz-filter: opacity 35%;
    -o-filter: opacity(35%);
    filter: opacity(35%);
    pointer-events: none;
}

.results-card__premium-card__title {
    font-family: Georgia;
    text-align: center;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;

}

.results-card__premium-card__error {
    text-align: center;
    font-weight: normal;
    padding-top: 20px;
}

.results-card__quoteinfo {
    background-color: #e5f4fb;
    text-align: center;
    min-height: 180px;
    padding: 30px 20px;
    margin-bottom: 20px;
}

.results-card__quoteinfo__currency {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    vertical-align: top;
    margin-right: 5px;
}

.results-card__quoteinfo__value {
    font-size: 48px;
    line-height: 32px;
    font-weight: bold;
}

.results-card__quoteinfo__frequency {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

.results-card__quoteinfo__error {
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    padding: 52px 0;
}

.results-card__quoteinfo__viewrates {
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #0e5dae;
    cursor: pointer;
}

.results-card__quoteinfo__edit {
    font-size: 10px;
    font-weight: bold;
    line-height: 14px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

.results-card__quoteinfo__edit a {
    color: #333;
}

.results-card__quoteinfo__terms {
    margin-bottom: 20px;
}

.results-card__quoteinfo__arrow-down {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffffff;
    margin: -30px auto 32px;
}

.results-card__quoteinfo__edit svg {
    fill: #0e5dae;
}

.results-card__coverageinfo__value {
    font-weight: bold;
    font-size: 20px;
    line-height: 18px;
}

.results-form__wrapper {
    padding: 20px;
    background-color: #0061a0;
}

.results-form__header {
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}

.results-form__text h1 {
    font-weight: normal;
}

.results-form__text h2 {
    font-weight: normal;
    text-align: center;
    line-height: 34px;
    font-size: 28px;
    font-family: Georgia, Times, "Times New Roman";
}

.results-form__text__list {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    list-style: disc;
    padding-left: 1em;
    margin-bottom: 40px;
}

.results-form__button {
    padding-top: 20px;
    text-align: center;
}

.results-form__inputs .form-user-grp {
    padding: 5px 0;
}

.results-form__inputs .form-user-grp svg {
    position: absolute;
    top: 15px;
    right: 8px;
    fill: #666;
    width: 19px;
    height: 18px;
    z-index: 601;
    pointer-events: none;
}

.results-form__inputs .contact-container--form-card {
    background-color: #0061a0;
    min-height: 0px;
}

.contact-thanks ul {
    list-style-type: disc;
}

.contact-thanks ul li {
    margin-left: 30px;
}

.contact-thanks .thanks-header {
    text-align: center;
}

.contact-thanks .thanks-subheader {
    text-align: center;
}

.contact-thanks .thanks-content {
    text-align: left;
}

.contact-thanks .thanks-content p {
    margin-bottom: 10px;
}

.apply-disclaimer {
    color: #ffffff;
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
    width: 100%;
}

.apply-disclaimer p {
    margin-top: 10px;
    font-size: 11px;
    line-height: 15px;
    font-weight: normal;
}

.apply-disclaimer a {
    color: #ffffff;
    text-decoration: underline;
}

.edit-quote__form__wrapper {
    background-color: #0061a0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 662;
    padding: 20px;
}

.edit-quote__form__wrapper .form-close {
    padding: 0;
}

.edit-quote__form__wrapper .form-close svg {
    fill: #fff;
}

.edit-quote__form__wrapper .error_age_coverage {
    position: relative;
    right: auto;
    left: 0;
    margin-bottom: 10px;
    bottom: auto;
    margin-top: -5px;
}

.edit-quote__form__actual-form {
    padding: 15px 20px 10px 20px;
}

.edit-quote__form__title {
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    color: #ffffff;
    line-height: 28px;
    padding: 20px 0;
}

.edit-quote__form__wrapper .js-hideButton {
    margin-top: 10px;
}

.edit-quote__form a,
.edit-quote__form a:active,
.edit-quote__form a:focus {
    background-color: #a4ce4e;
    background: -webkit-linear-gradient(#a4ce4e, #a4ce4e);
    background: -o-linear-gradient(#a4ce4e, #a4ce4e);
    background: -moz-linear-gradient(#a4ce4e, #a4ce4e);
    background: linear-gradient(#a4ce4e, #a4ce4e);
    color: #333333;
}

.edit-quote__form a:hover {
    background-color: #b7dd58;
    -moz-box-shadow: rgba(0, 0, 0, 0) 0px 1px 1px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 1px 1px 0px;
    box-shadow: rgba(0, 0, 0, 0) 0px 1px 1px 0px;
    background: linear-gradient(#b7dd58, #b7dd58);
    text-decoration: underline;
    color: #333333;
}

.quote_edit_form select {
    background-color: #fff;
}

.quote_edit_form .errorField {
    border: 1px solid #eb4646 !important;
    color: #db3535 !important;
    background-color: #f5d0d0 !important;
}

.quote_edit_form .quote__tool__dob-label {
    color: #fff;
}

.icon-edit {
    width: 16px;
    height: 16px;
}

.results-form__wrapper .quoteToolContact {
    padding: 0;
}

@media screen and (min-width: 768px) {
    .wrapper__quote-card {
        display: table;
    }

    .wrapper__quote-card #lpButtonDiv {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1000;
    }

    .results-card__premium-card__container {
        padding-top: 30px;
        min-height: 400px;
    }

    .results-card__premium-card {
        margin: 20px;
        display: table-cell;
        width: 41.66666667%;
    }

    .results-card__premium-card__title {
        font-size: 28px;
        line-height: 32px;
        font-weight: bold;
    }

    .results-card__premium-card__error {
        padding-top: 30px;
    }

    .results-card__quoteinfo__arrow-down {
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-top: 14px solid #ffffff;
    }

    .results-form__wrapper {
        width: 58.33333333%;
        display: table-cell;
        vertical-align: top;
        padding: 40px 30px;
        min-height: 400px;
    }

    .results-form__text__list {
        font-size: 16px;
    }

    .results-form__text h2 {
        text-align: left;
        font-weight: bold;
    }

    .results-form__button {
        text-align: left;
        padding-top: 5px;
    }

    .results-disclaimer__wrapper {
        padding: 100px 0 0 0;
    }

    .contact-thanks .thanks-content p {
        margin-bottom: 0px;
    }

    .apply-disclaimer p {
        margin-bottom: 0px;
    }

    .edit-quote__form__wrapper {
        display: table-cell;
        position: static;
        top: auto;
        left: auto;
        right: auto;
        width: 66.6666667%;
        vertical-align: top;
        padding: 30px 20px;
    }
}

@media screen and (min-width: 1024px) {
    .results-card__premium-card {
        width: 33.3333333%
    }

    .results-card__premium-card__container {
        padding-top: 50px;
    }

    .results-card__premium-card__title {
        font-size: 28px;
        line-height: 32px;
    }

    .results-card__premium-card__error {
        padding-top: 50px;
        font-size: 1.5em;
        line-height: 1.2em;
    }

    .results-card__price-wrapper {
        margin-bottom: 20px;
    }

    .results-card__quoteinfo {
        margin-bottom: 30px;
    }

    .results-form__wrapper {
        width: 66.6666667%;
        padding: 50px 40px;
    }

    .results-form__text {
        width: 50%;
        float: left;
        padding-right: 10px;
    }

    .results-form__text__list {
        margin: 50px 0 0 0;
        font-size: 20px;
        line-height: 26px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .results-form__text__error__title {
        font-size: 28px;
        line-height: 34px;
        padding-bottom: 50px;
        font-weight: normal;
        color: #ffffff;
    }

    .results-form__text__error__desc {
        font-size: 20px;
        line-height: 26px;
        font-weight: normal;
    }

    .results-form__inputs {
        display: inline-block;
        width: 50%;
        padding-left: 10px;
    }

    .results-form__image {
        width: 180px;
        margin-left: -40px;
        margin-bottom: -40px;
    }

    .results-form__button {
        clear: both;
    }

    .results-form__header {
        padding-bottom: 5px;
        font-size: 18px;
        line-height: 24px;
    }

    .results-disclaimer__wrapper {
        padding: 100px 0 0 0;
        width: 66.6666667%;
    }

    .contact-thanks,
    .contact-error {
        padding: 0 10%;
    }

    .contact-thanks .thanks-header {
        font-size: 28px;
        line-height: 34px;
    }

    .contact-thanks .thanks-subheader {
        font-size: 16px;
        line-height: 22px;
        padding-top: 20px;
    }

    .contact-thanks .thanks-subheader p {
        margin-bottom: 0px;
    }

    .contact-thanks .thanks-content {
        font-size: 18px;
        line-height: 22px;
        padding-top: 20px;
    }

    .contact-thanks .thanks-content p {
        margin-bottom: 10px;
    }

    .contact-error .error-header {
        padding-left: 20%;
        padding-right: 20%;
    }

    .contact-error .error-subheader {
        padding-left: 10%;
        padding-right: 10%;
    }

    .edit-quote__form__wrapper {
        padding: 40px 75px;
    }

    .edit-quote__form__actual-form .form-user-grp {
        width: 50%;
        float: left;
    }

    .edit-quote__form__actual-form .form-user-grp:nth-child(odd) {
        padding-right: 5px;
    }

    .edit-quote__form__actual-form .form-user-grp:nth-child(even) {
        padding-left: 5px;
    }

    .edit-quote__form__actual-form .form-user-grp::nth-last-child(3):nth-child(odd) {
        padding-right: 0;
        clear: both;
        width: 100%;
    }

    .edit-quote__form__title {
        font-size: 20px;
        line-height: 36px;
    }
}
[data-comp-spacing="quote-results-mrt"] {
    background-color: #f2f2f2;
}

.quote-results-card-mrt {
    padding: 0;
}

.quote-results-card-mrt .results-card__premium-card__container,
.quote-results-card-mrt .results-form__wrapper {
    min-height: 300px;
}

.quote-results-card-mrt .results-card__quoteinfo {
    padding: 40px 0 20px 0;
    margin-bottom: 0;
}

.quote-results-card-mrt .results-card__quoteinfo__arrow-down {
    margin: -40px auto 32px;
}

.quote-results-card-mrt .mrt-result-success .results-card__price-wrapper {
    font-size: 0;
}

.quote-results-card-mrt .results-card__quoteinfo__currency {
    margin-right: 0;
}

.quote-results-card-mrt .mrt-result-success .results-card__quoteinfo__pertext,
.quote-results-card-mrt .mrt-result-success .results-card__quoteinfo__frequency,
.quote-results-card-mrt .mrt-result-success .results-card__quoteinfo__terms__currency,
.quote-results-card-mrt .mrt-result-success .results-card__quoteinfo__terms__coveragetext {
    font-size: 14px;
    display: inline;
    padding-left: 5px;
}

.quote-results-card-mrt .mrt-result-success .results-card__quoteinfo__terms.text-normal {
    font-size: 0;
    line-height: 20px;
    font-weight: normal;
}

.quote-results-card-mrt .mrt-result-success .results-card__quoteinfo__terms.text-normal span {
    font-size: 14px;
    display: inline;
}

.quote-results-card-mrt .mrt-result-error .results-card__quoteinfo__terms.text-normal {
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
}

.quote-results-card-mrt .results-card__quoteinfo__edit {
    cursor: pointer;
    margin: 15px 0 0 0;
}

.quote-results-card-mrt .results-card__quoteinfo__edit .icon-edit {
    top: 5px;
}

.quote-results-card-mrt .results-card__quoteinfo__edit a {
    color: #0061a0;
}

.quote-results-card-mrt .results-form__text h2 {
    margin-bottom: 0;
}

.quote-results-card-mrt .results-form__text ul {
    margin: 30px 0 0 15px;
    padding: 0;
}

.quote-results-card-mrt .results-form__text a {
    color: #fff;
    text-decoration: underline;
}

.quote-results-card-mrt .results-form__wrapper ul {
    list-style-type: disc;
}

.quote-results-card-mrt .results-form__buttons {
    margin-bottom: 0;
}

.quote-results-card-mrt .results-form__buttons__btn {
    margin-bottom: 0;
}

.quote-results-card-mrt .res-error-title {
    color: #ffffff;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
    padding-top: 50px;
}

.quote-results-card-mrt .align-to-date-of-birth {
    margin-top: 15px;
}

.quote-results-card-mrt .contact-container--form-card {
    padding: 0;
    min-height: inherit;
}

.mrt-session-timeout-overlay.rates-overlay .view-header {
    padding-bottom: 20px;
}

.mrt-session-timeout-overlay.rates-overlay .view-header h2 {
    margin-bottom: 0;
}

.mrt-session-timeout-overlay p {
    padding-left: 10px;
    padding-right: 10px;
}

.quote-results-card-mrt .results-card__premium-card--inactive {
    opacity: 0.5;
}

.quote-results-card-mrt #mrtTermLength {
    padding-right: 5px;
    padding-left: 5px;
}

.quote-results-card-mrt .edit-quote-icon-close {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .quote-results-card-mrt.more-coverage-disclaimer-height {
        height: 600px;
    }

    .quote-results-card-mrt.less-coverage-disclaimer-height {
        height: 500px;
    }

    .quote-results-card-mrt .results-card__premium-card__title {
        font-weight: bold;
    }

    .quote-results-card-mrt .results-card__price-wrapper {
        margin-bottom: 20px;
    }

    .quote-results-card-mrt .edit-quote__form__title {
        padding-bottom: 0px;
    }

    .quote-results-card-mrt .results-card__premium-card__container.mrt-result-error {
        min-height: 350px;
    }

    .quote-results-card-mrt .results-card__quoteinfo__terms.text-normal {
        padding: 0 35px;
    }

    .quote-results-card-mrt .results-form__text h2 {
        text-align: center;
        font-size: 22px;
        line-height: 28px;
        font-weight: bold;
    }

    .quote-results-card-mrt .results-form__text ul {
        margin-top: 20px;
    }

    .quote-results-card-mrt .results-form__buttons {
        text-align: center;
        margin-top: 20px;
    }

    .mrt-session-timeout-overlay.rates-overlay .view-header {
        padding-top: 20px;
    }

    .mrt-session-timeout-overlay.rates-overlay .view-header h2 {
        font-size: 22px;
        line-height: 26px;
    }

    .quote-results-card-mrt .results-form__wrapper {
        padding-bottom: 20px;
    }

    .quote-results-card-mrt .edit-quote__form__wrapper {
        height: auto;
        top: 150px;
    }

    .mrt-session-timeout-overlay p {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 20px;
    }

}

@media screen and (min-width: 768px) {
    .quote-results-card-mrt .results-card__premium-card__title {
        font-weight: bold;
    }

    .quote-results-card-mrt .results-card__price-wrapper {
        margin-bottom: 20px;
    }

    .mrt-session-timeout-overlay.rates-overlay .view-header h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .mrt-session-timeout-overlay p {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 40px;
    }

    .quote-results-card-mrt .results-card__quoteinfo__terms.text-normal {
        padding: 0 35px;
    }

    .quote-results-card-mrt .results-form__text h2 {
        font-weight: bold;
    }

    .quote-results-card-mrt .results-form__buttons {
        margin-top: 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .quote-results-card-mrt .edit-quote__form__wrapper #mrtQuoteForm .right-column.alignForTabletView {
        width: 50%;
        padding-left: 5px;
    }
}

@media screen and (min-width: 1024px) {
    .quote-results-card-mrt .results-card__quoteinfo {
        margin-bottom: 0;
    }

    .quote-results-card-mrt .results-card__quoteinfo__terms.text-normal {
        padding: 0 40px;
    }

    .quote-results-card-mrt .results-form__text {
        width: 100%;
    }

    .quote-results-card-mrt .results-form__text h2 {
        font-weight: bold;
    }

    .quote-results-card-mrt .results-form__buttons {
        margin-top: 30px;
    }

    .mrt-session-timeout-overlay.rates-overlay .view-header {
        padding-top: 50px;
    }

    .mrt-session-timeout-overlay.rates-overlay .view-header h2 {
        font-size: 28px;
    }

    .mrt-session-timeout-overlay p {
        padding-bottom: 50px;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
    .quote-results-card-mrt .results-card__quoteinfo__terms.text-normal {
        padding: 0 25px;
    }
}

@media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
    .quote-results-card-mrt .edit-quote__form__wrapper {
        top: 175px;
    }
}
.quote-tool-form {
    display: none;
    float: left;
    width: 100%;
}

.quote-tool-form .form-user-grp {
    padding: 5px 0;
}

.quote-tool-form .form-focus,
.quote-tool-form .generic-form .floatContentLeft {
    display: block;
    width: 100%;
}

.quote-tool-form > div > form > div:nth-last-child(2) {
    margin-bottom: 10px;
}

.quote-tool-form input:disabled,
.quote-tool-form select:disabled {
    background-color: #ccc;
    border-color: #ccc;
}

.cta_header_quote .btn_global.js-submitQuote {
    float: left;
}

.quote__tool__dob-label {
    color: #333;
    font-size: 12px;
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.dob-group select {
    width: 100%;
}

.dob-group .form-icon-wrapper {
    display: inline-block;
    width: -moz-calc((100% - 10px) / 3);
    width: -webkit-calc((100% - 10px) / 3);
    width: -o-calc((100% - 10px) / 3);
    width: calc((100% - 10px) / 3);
}

.image_radio {
    margin-right: 10px;
}

.image_radio .icon {
    width: 25px;
    height: 25px;
    fill: #fff;
    position: relative;
    margin-right: 5px;
    vertical-align: bottom;
}

@media screen and (max-width: 767px) {
    .dob-group .form-icon-wrapper {
        display: inline-block;
        width: -moz-calc((100% - 9px) / 3);
        width: -webkit-calc((100% - 9px) / 3);
        width: -o-calc((100% - 9px) / 3);
        width: calc((100% - 9px) / 3);
    }
}

@media screen and (min-width: 768px) {
    .quote-tool-form .form-focus,
    .quote-tool-form .generic-form .floatContentLeft {
        display: inline-block;
        width: -moz-calc((100% - 5px) / 2);
        width: -webkit-calc((100% - 5px) / 2);
        width: -o-calc((100% - 5px) / 2);
        width: calc((100% - 5px) / 2);
    }

    .quote-tool-form .form-focus:last-child,
    .quote-tool-form .generic-form .form-focus:nth-last-child(2):nth-child(odd),
    .quote-tool-form .floatContentLeft:last-child,
    .quote-tool-form .floatContentLeft:nth-last-child(2):nth-child(odd) {
        padding-right: 0;
        clear: both;
        width: 100%;
    }

    .quote-tool-form .form-focus:nth-child(odd),
    .quote-tool-form .floatContentLeft:nth-child(odd) {
        padding-right: 5px;
    }

    .quote-tool-form .form-focus:nth-child(even),
    .quote-tool-form .floatContentLeft:nth-child(even) {
        padding-left: 5px;
    }
}
.rtf-grey-background-heading {
    background-color: #f2f2f2;
}

.rtf-white-background-heading {
    background-color: #ffffff;
}

.rtf-horizontal-rule--top {
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
}

.rtf-horizontal-rule--bottom {
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .rtf-horizontal-rule--top {
        margin-bottom: 30px;
    }

    .rtf-horizontal-rule--bottom {
        margin-top: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .rtf-horizontal-rule--top {
        margin-bottom: 40px;
    }

    .rtf-horizontal-rule--bottom {
        margin-top: 40px;
    }
}
[data-comp-spacing="search-results-comp"] {
    background-color: #fff;
}

.icon-spacing {
    padding-left: 10px;
}

.form-item__search {
    width: 100%;
    margin-right: 15px;
}

.form-item__display {
    color: #333;
    font-weight: normal;
    font-size: 13px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.search-results-container__display-results {
    font-size: 13px;
    margin: 10px 0 20px 0;
}

.searchterm-display {
    font-weight: bold;
}

.search-results-container__correction-text {
    font-size: 14px;
    line-height: 18px;
    margin: 20px 15px 20px;
}

.search-results-container__correction-text a {
    text-decoration: underline;
}

.search-results-container .results_pagination {
    border-top: 1px solid #ccc;
    line-height: 0;
}

.search-filter__button {
    vertical-align: top;
}

.no-results {
    margin: 20px 0 20px 20px;
    display: block;
}

.no-results span {
    display: block;
    margin-bottom: 15px;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}

.no-results ul {
    list-style: disc !important;
    margin-left: 10px;
}

.no-results li {
    margin-left: 20px;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}

.phoneLocal {
    width: 57%;
    margin-left: 3%;
}

#frm_refineSearchResult fieldset {
    margin: 0;
    border: none;
    position: relative;
    padding: 0;
}

#frm_refineSearchResult input:last-of-type {
    text-align: start;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    border: none;
    color: #999;
    z-index: 0;
}

#form-refineSearchQuery_sr {
    z-index: 2;
    position: relative;
}

.search-results-comp .results_content .list__item__anchor {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
}

.search-results-comp .results_content p {
    font-size: 13px;
    line-height: 16px;
}

.search-results-comp .results_content p br {
    display: none;
}

.form-item--search-filter {
    margin-bottom: 20px;
}

.form-item--search-filter button {
    margin-bottom: 0px;
}

.search-results-comp sup {
    color: #0061A0;
}

@media screen and (max-width: 767px) {
    .placeholder-parsys {
        margin-bottom: 20px;
    }

    .search-results-comp .wrapper {
        padding: 0 20px;
    }

    .search-results-container .pagination {
        margin-bottom: 20px;
    }

    .form-item--search-filter .icon-search {
        position: absolute;
        right: 15px;
        top: 5px;
        z-index: 3;
    }

    .search-filter__button {
        position: absolute;
        right: 0;
        top: 5px;
        background: none;
        box-shadow: none;
    }

    .search-filter__button:hover,
    .search-filter__button:active,
    .search-filter__button:focus {
        background: none;
        box-shadow: none;
    }
}

@media screen and (min-width: 768px) {
    .placeholder-parsys {
        overflow: hidden;
        width: 34%;
        margin-left: 66%;
    }

    .placeholder-parsys .search-parsys.parsys {
        float: right;
        width: 100%;
        margin-top: 13%;
    }

    .placeholder-parsys .search-parsys.parsys .single-promo {
        width: 100%;
        float: left;
        clear: none;
        margin: 0px -6px 10px 0;
    }

    .placeholder-parsys .search-parsys.parsys .product-row__tile__bottom {
        padding-bottom: 25px;
    }

    .placeholder-parsys .search-parsys.parsys .product-row__tile {
        min-height: 210px;
    }

    .placeholder-parsys .search-parsys.parsys .product-row__tile__top {
        min-height: 0;
    }

    .placeholder-parsys .search-parsys.parsys .product-row__tile__top .white p {
        width: 80%;
    }

    .form-item--search-filter .icon-search {
        display: none;
    }

    .form-item__search {
        width: 450px;
        margin-right: 10px;
    }

    .search-results-container {
        width: 60%;
        float: left;
        padding-right: 20px;
    }

    .search-results-container .form-icon-wrapper {
        display: inline-block;
    }

    .form-icon-wrapper select.form-item__display__page-count {
        display: inline-block;
        width: auto;
        line-height: 16px;
        padding-right: 25px;
    }

    .search-results-comp .results_content p {
        font-size: 13px;
        line-height: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .placeholder-parsys {
        overflow: hidden;
        width: 34%;
        margin-left: 66%;
    }

    .placeholder-parsys .search-parsys.parsys {
        float: right;
        width: 100%;
        margin-top: 13%;
    }

    .placeholder-parsys .search-parsys.parsys .single-promo {
        width: 100%;
        float: left;
        clear: none;
        margin: 0px -6px 10px 0;
    }

    .form-item__search {
        margin-right: 10px;
    }

    .search-results-container {
        padding-right: 0px;
        margin-top: 0;
    }

    .search-results-container__correction-text {
        margin: 20px 0px 30px;
    }

    .form-item--search-filter {
        margin-bottom: 50px;
    }
}

[data-comp-spacing="cl-cuota-value"] {
    background-color: #fff;
}

.cuotaValue .icon {
    width: 15px;
    height: 15px;
    top: 2px;
}

.cuotaValue .content_table td span {
    display: inline-block;
    padding-left: 10px;
    min-width: 100px;
}

.cuotaValue .cuota-negative {
    display: none;
    fill: #DB1818;
}

.cuotaValue .cuota-positive {
    display: none;
    fill: #a4ce4e;
}

.cuotaValue .content_table .cuota-date-title td span {
    padding-left: 0;
}

 .cuotaValue .cuota-date-title{
        width: 100%;
        display: block;
        text-align: center;
        color: #333;
        background-color: #b3d0e2;
        padding: 10px 0;
        font-weight: 600;
    }

.cl-cuota-value .two-column-table .rate_table.skinny-cuotaValue .content_table tr:nth-child(even) {
    background-color: #e5eff5;
}

@media screen and (min-width: 768px) {

.cl-cuota-value .two-column-table .rate_table.skinny-cuotaValue .content_table tr:nth-child(even) {
    background-color: #fff;
}

   .cuotaValue.skinny-cuotaValue tr{
           width: 20%;
           float: left;
    }

    .cl-cuota-value .two-column-table .rate_table.skinny-cuotaValue .content_body .content_table td:first-child {
              display: block;
              text-align: center;
              padding-left: 0;

      }

      .cl-cuota-value .two-column-table .rate_table.skinny-cuotaValue .content_body .content_table td:last-child {
          background-color: #e5eff5;
          padding-right: 0;
          display: block;
          text-align: center;

      }


}
[data-comp-spacing="cl-funds-values"] {
    background-color: #fff;
}

.cl-funds-values .form-item__label{
    text-align: center;
    margin-bottom: 15px;
}

.chartTitle {
    color: #333333;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

.chartSet .chart-layout {
    display: block;
    width: 100%;
    height: 400px;
    position: relative;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}

.cl-funds-values .list-filter__item--single .form-item__field{
   width: 100%
}
@media screen and (min-width: 768px) {

    .cl-funds-values .list-filter__item--single .form-item__field{
       width: auto
    }
    .cl-funds-values .form-item__label{
        text-align: left;
        margin-bottom: 0px;
    }

    .chartSet {
        padding: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .chartTitle {
        font-size: 20px;
        line-height: 24px;
        padding-top: 10px;
    }
}
[data-comp-spacing="cl-historical-fund-values"] {
    background-color: #fff;
}

.list-filter__item--single{
	width: 100%;
}

.list-filter__item--single .form-item__label{
	padding: 0;
    text-align: left;
    font-weight: 600;
}

.list-filter-clHistFund{
	margin: 0;
}

.rate_table .content_top .content_container, .rate_table .content_body .content_container{
    overflow: visible;
}

.list-filter-clHistFund .form-item__field{
     width: 100%;
	}

.list-filter-clHistFund .clHistFunds-js{
    width: 100%;
}

@media screen and (min-width: 768px) {
    .list-filter-clHistFund .clHistFunds-js{
        width: auto;
    }

	.list-filter-clHistFund .form-item__field{
     width: auto;
   	 min-width: 150px;
	}


    .list-filter__item--single{
	width: auto;

	}

    .list-filter__item--single .form-item__label{
		padding: 0 15px 15px;
    	font-weight: 400;
	}

    .list-filter-clHistFund{
        margin-bottom: 20px;
    }

    .list-filter-clHistFund .form-item{
        display: table-cell;
    }

    .list-filter-clHistFund .form-item:last-of-type{
        padding-left:15px;
    }

    .list-filter-clHistFund .form-item .btn-brand-2nd{
        margin: 0;
        vertical-align: top;
    }
}

@media screen and (min-width: 1024px) {

}
[data-comp-spacing="cl-IGPA-IPSA-indexes"] {
    background-color: #fff;
}

.cl-igpa-ipsa-indexes .form-item__label{
    text-align: center;
    margin-bottom: 15px;
}

.chartTitle {
    color: #333333;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

.chartSet .chart-layout {
    display: block;
    width: 100%;
    height: 400px;
    position: relative;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}

@media screen and (min-width: 768px) {

    .cl-igpa-ipsa-indexes .form-item__label{
        text-align: left;
        margin-bottom: 0px;
    }

    .chartSet {
        padding: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .chartTitle {
        font-size: 20px;
        line-height: 24px;
        padding-top: 10px;
    }
}
[data-comp-spacing="cp-rut-pay-form"] {
    background-color: #f2f2f2;
}

.rutDatePlaceForm .row {
    width: 100%;
    text-align: center;
}

.rutDatePlaceForm button {
    width: 100%;
    margin-top:10px;
}

.cp-rut-pay-form .wrapper{
    padding: 0 30px;
}

@media screen and (min-width: 768px) {

.cp-rut-pay-form {
    margin: 0 auto;
}

.rutDatePlaceForm .row {
    width: 50%;
    margin: 0;
    text-align: left;
}

.rutDatePlaceForm button {
    margin: 15px 0;
    width:auto;

}

.cp-rut-pay-form  .generic-table{
    margin-top:15px;
}

.cp-rut-pay-form  .no-output{
    padding:0;
}

}

[data-comp-spacing="cl-transfer-status-form"] {
    background-color: #fff;
}

.transferStatusForm .row {
    width: 100%;
    text-align: center;
}

.clTransferStatus {
    width: 100%;
}

.cl-transfer-status-form .wrapper{
    padding: 0 30px;
}

.transferStatusForm h2 {
    text-align: center;
}

.transferStatusForm h3 {
    text-align: center;
}

.no-output {
    text-align: left;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
}

@media screen and (min-width: 768px) {

.cl-transfer-status-form {
    margin: 0 auto;
}

.transferStatusForm .row {
    width: 50%;
    margin: 0;
    text-align: left;
}

.transferStatusForm .btn-Group {
    margin: 15px 0;

}

.cl-transfer-status-form  .generic-table{
    margin-top:15px;
}

.cl-transfer-status-form  .no-output{
    padding:0;
}

.transferStatusForm .clTransferStatus {
    width: auto;
}

}
[data-comp-spacing="cl_certificate_validator"] {
    background-color: #fff;
}

.cl_certificate_validator {
    font-size: 14px;
    line-height: 20px;
}

.clp-des {
    padding-bottom: 20px;
}

.clp-des > *:last-child {
    margin-bottom: 0
}

.clp-errorMsg {
    font-weight: bold;
}

.clp-successMsg {
    font-weight: bold;
}
.clp-form-user-grp {
    padding-top: 5px;
    padding-bottom: 10px
}

.contactSidebarBtns.clp-submitbtn {
    margin: 5px 0 10px 0;
}

.clp-footer {
    margin-top: 10px;
}

.clp-footer > *:last-child {
    margin-bottom: 0
}
.form__title_rut {padding-top:0px;}

@media screen and (min-width: 768px) {
    .clp-des {
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .clp-des {
        padding-bottom: 40px;
    }
}
[data-comp-spacing="cl-financial-indicators"] {
    background-color: #fff;
}


.financial-indicators .icon {
    width: 15px;
    height: 15px;
    top: 2px;
}

.financial-indicators .content_table td span {
    display: inline-block;
    padding-left: 10px;
    min-width: 100px;
}

.financial-indicators .cuota-negative {
    display: none;
    fill: #DB1818;
}

.financial-indicators .cuota-positive {
    display: none;
    fill: #a4ce4e;
}
[data-comp-spacing="cl-public-listing"] {
	background-color: #fff;
}

.publicListing .row {
	width: 100%;
}

.publicListing .btnGroup {
	text-align: left;
	margin-top: 5px;
    width:100%;
}

.cl-public-listing .wrapper{
   padding: 0 30px;
}

.publicListing  .clPublicListing{
   width:100%;
   margin-top:5px;
}

.cl-public-listing .no-output,.invalid-input,.op-not-available {
	text-align: left;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	padding-top: 10px;
}

.cl-print-title {
	display: none;
}

@media screen and (min-width:768px) {

.cl-public-listing {
	margin: 10px;
}

.publicListing .row {
	width: 50%;
	margin: 0;
	text-align: left;
}

.publicListing  .clPublicListing{
   width:auto;
   margin-top:5px;                 
}

.publicListing h3 {
	text-align: left;
}



.currentDate {
	text-align: right;
	padding: 20px 10px;
}

.certificate-overlay, .new-request-form {
	float: left;
}

.new-request-form p {
	width: 100%;
	margin: 0 auto 5px;
}

.certificate-overlay p {
	width: 100%;
	margin: 0 6px;
}

.cl-public-listing .btn {
	margin-top: 10px;
}

.name-rut-section {
	padding: 15px 0;
}

.invalid-input, .no-output, .op-not-available {
	float: left;
}

.clPublicListingPrint {
	margin-left: 20px;
}

.cl-print-title {
	display: none;
}

.newReq-title-with-name {
    margin-bottom: 20px;
}

.cl-public-listing .contact-us__contact-form__sub-header.normal {
    margin-top: 20px;
    margin-bottom: 10px;
}

.cl-public-listing .contact-us__contact-form__header.contact-us__header--large {
    text-align: center;
    margin-bottom: 25px;
}

.cl-public-listing .show-Response-Values{
    margin-top:20px;
    margin-bottom:20px;
}

.cl-public-listing #certif-print {
    padding: 0 20px;
}

.cl-public-listing #new-certif-layout {
    padding: 0 20px;
}

.certificate-overlay  .btn {
	margin-left:20px;
    margin-bottom:30px;
}

.new-request-form  .btn {
	margin-left:20px;
    margin-bottom:30px;
}

}

@media print {
	body.cl-public-listint-print div {
		visibility: hidden;
	}
	body.cl-public-listint-print #certif-print {
		display: block;
		visibility: visible;
		position: absolute;
		top: 250px;
	}
	body.cl-public-listint-print .currentDate {
		text-align: right;
		padding: 10px;
		display: block;
		visibility: visible;
	}
	body.cl-public-listint-print .existingUserCertificate:not(hidden) {
		padding: 10px;
		display: block;
		visibility: visible;
	}
	body.cl-public-listint-print .newUserCertificate:not(hidden) {
		padding: 10px;
		display: block;
		visibility: visible;
	}
	body.cl-public-listint-print .newUserCertificateFootNote:not(hidden) {
		padding: 10px;
		display: block;
		visibility: visible;
	}
	body.cl-public-listint-print .cl-print-title {
		visibility: visible;
		display: block;
		font-weight: bold;
	}

    body.cl-public-listint-print .show-Response-Values {
		visibility: visible;
		display: block;
		font-weight: bold;
	}
}


[data-comp-spacing="cl-investment-portfolio"] {
    background-color: #f2f2f2;
}

[data-comp-spacing="cl-investment-portfolio-result"] {
    background-color: #fff;
}

.investment-error {

    color: #eb4646;
    font-size: 16px;
    font-weight: 600;
}

.defaultLegend li,
.detailLegend li {
    padding: 5px;
    line-height: 18px;
}

.defaultLegend span,
.detailLegend span {
    display: inline-block;
    height: 20px;
    width: 40px;
    margin-right: 10px;
    vertical-align: bottom;
}

.investment-graph {
    display: block;
    width: 100%;
    height: 400px;
    position: relative;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}

.investment-sub-title-arrow {
    fill: #333;
    height: 12px;
    width: 12px;
    margin-left: 5px;
    margin-right: 5px;
}

.investmentPortfolio svg {
    top: 16px;
}

.width-33 select:disabled {
    background-color: #ccc;
}

.rate_table .investment-table-header {
    background-color: #b3d0e2 !important;
    padding: 10px 0 !important;

}

.rate_table .investment-table-header td {
    color: #333 !important;
    font-weight: 600 !important;
}

.rate_table .investment-table-header td:first-child {
    padding-left: 20px !important;
}

.investment-result-table {
    padding-top: 20px;
}

.investment-result-table .rate_table .content_body .window {
    overflow-x: scroll;
}

.investment-result-table .two-column-table .rate_table .content_body .content_table td:first-child {
    color: #333;
    font-weight: 400;
    padding-left: 40px;
}

.investment-result-table .two-column-table .rate_table .content_body .content_table .investment-row-header td:nth-child(2) {
    padding-left: 0;
}

.investment-result-table .two-column-table .rate_table .content_body .content_table .investment-row-header td {
    color: #333;
    font-weight: 600;
    padding-left: 20px;
}

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

    .investment-default,
    .investment-detail {
        display: table;
        width: 100%;
    }

    .investment-graph.default,
    .investment-graph.detail {
        width: 70%;
        display: inline-block;
    }

    .defaultLegend,
    .detailLegend {
        width: 30%;
        display: inline-block;
        vertical-align: text-top;
    }

    .detail-graph,
    .default-graph {
        margin-left: 5px;
    }

    .width-33 {
        width: 33%;
        display: inline-block;
        padding-right: 20px;
    }

    .width-33 svg {
        right: 24px;

    }

    .width-33:last-of-type {
        width: 33%;
        float: right;
        padding-right: 0;
    }

    .width-33:last-of-type svg {

        right: 4px;
    }

    .investment-result-table {
        padding-top: 30px;
    }

    .investment-result-table .rate_table .content_body .window {
        overflow-x: hidden;
    }
}
.cl-interest-calc .left-column{
	clear:both;
}

.cl-interest-form-label p, .cl-interest-form-result p{
    display:table-cell;
    vertical-align: middle;
	margin-bottom: 0;
	font-size: 16px;

}

    .cl-interest-form-result{
text-align: right;
        }


.cl-investment-payment-date .day, .cl-investment-payment-date .month{

	padding-right: 10px;

}

.cl-investment-payment-date .day svg, .cl-investment-payment-date .month svg{

	right: 12px;

}

#btnClInterestCalc{
    margin:0;
}

.cl-interest-results .left-column{
    display: inline-block;
    float:left;
    width: 50%;
}

.cl-interest-results .right-column{
    display: inline-block;
    float:right;
}

.cl-investment-quotation-period .month{
padding-right: 10px;
}

.cl-investment-quotation-period .month svg{
    right: 11px;
}

.cl-interest-results .form__title{
       margin: 10px 0;
    }

@media screen and (min-width: 768px) {
    .cl-interest-form-label, .cl-interest-form-result{
    	display:table;
        height: 40px;
    }



    .cl-interest-form-result{
        text-align: right;
        width: 100%;
                }
    .cl-investment-quotation-period .month{
    padding-right: 5px;
    }

    .cl-investment-quotation-period .month svg{
        right: 4px;
    }
}
.apr-calculator-form {
    padding: 0;
    min-height: 0;
}

.apr-calculator-form .form-section {
    margin-bottom: 0;
}

.apr-calculator-form #aprAnsResult label {
    padding-top: 0;
}

.apr-calculator-form #aprAnsResult input#aprAns {
    border: 0;
    background: transparent;
    pointer-events: none;
    color: #fff;
    padding: 0;
    height: auto;
    font-size: 16px;
    text-align: right;
}

.apr-calculator-form .input-symbol-dollar {
    position: relative;
}

.apr-calculator-form .input-symbol-dollar input {
    padding-left: 25px;
}

.apr-calculator-form .input-symbol-dollar:after {
    position: absolute;
    top: 15px;
    content: "\0024";
    left: 12px;
    color: #333333;
}

.apr-calculator-form .icon {
    top: 16px;
}

@media screen and (max-width: 767px) {
    .apr-calculator-form .contactSidebarBtns button {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (min-width: 768px) {
    .apr-calculator-form .contatMeSidebarBtn {
        float: right;
    }

    .apr-calculator-form #aprAnsResult {
        margin-top: 30px;
    }

    .apr-calculator-form #aprAnsResult .form-user-grp {
        padding: 0;
    }
}

@media screen and (min-width: 1024px) {
    .apr-calculator-form .form-user-grp {
        padding: 0;
    }

    .apr-calculator-form .form-row {
        margin-bottom: 15px;
    }

    .apr-calculator-form .form-row:last-child {
        margin-bottom: 0px;
    }

    .apr-calculator-form .contactSidebarBtns {
        margin: 0;
        display: block;
    }

    .apr-calculator-form label {
        display: inline-block;
        padding-top: 8px;
    }

    .apr-calculator-form .input-symbol-dollar:after {
        top: 10px;
    }

    .apr-calculator-form .icon {
        top: 12px;
    }
}
.quote {
    display: flex;
    position: relative;
    width: 75%;
    color: #0061A0;
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
    padding: 5px 0px 5px 20px;
    margin-bottom: 20px;
}

.quote::before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #0061A0;
}

.blog-post-content .blog-rtf img {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.quote {
   		 width: 100%;
	}
}

@media screen and (min-width: 1024px) {
    .quote {
        font-size: 20px;
        line-height: 24px;
    }

    .blog-post-content__rtf .subcategory-product-card .blog-product-card-image {
   		position: absolute;
    	height: 100%;
	}
} 
.blog-subnav .subnav__list__item:last-child {
    border-bottom: none
}

.blog-subnav .subnav__list__item__anchor {
    border-top: none;
    padding: 0;
}

.blog-subnav__list {
    width: 100%;
    height: 100%;
    margin: auto;
}

.blog-subnav__list .subnav__list__item {
    float: none;
    width: 100%;
    display: block;
}

@media screen and (max-width: 767px) {
	.blog-go-back__menu a:hover{
		text-decoration: none;
	}
	
	.blog-go-back__menu .subnav-go-back__mobile--title{
		color: #ffffff;
	}	
}

@media screen and (min-width: 768px) {
    .blog-subnav__list {
        margin: auto;
    }

    .blog-subnav__list .subnav__list__item {
        display: inline-table;
        width: 20%;
        height: 100%;
    }

    .blog-subnav__list .subnav__list__item:last-child {
        border-bottom: none;
    }
    
    .blog-subnav__list li a p{
    	line-height: 14px;
    }

    .blog-subnav__list .subnav__list__item:first-child:nth-last-child(1),
    .blog-subnav__list .subnav__list__item:first-child:nth-last-child(1) ~ .subnav__list__item {
        float: left;
        width: 100%;
    }

    .blog-subnav__list .subnav__list__item:first-child:nth-last-child(2),
    .blog-subnav__list .subnav__list__item:first-child:nth-last-child(2) ~ .subnav__list__item {
        float: left;
        width: 50%;
    }

    .blog-subnav__list .subnav__list__item:first-child:nth-last-child(3),
    .blog-subnav__list .subnav__list__item:first-child:nth-last-child(3) ~ .subnav__list__item {
        float: left;
        width: 33.33%;
    }

    .blog-subnav__list .subnav__list__item:first-child:nth-last-child(4),
    .blog-subnav__list .subnav__list__item:first-child:nth-last-child(4) ~ .subnav__list__item {
        float: left;
        width: 25%;
    }

    .blog-subnav__list .subnav__list__item:first-child:nth-last-child(5),
    .blog-subnav__list .subnav__list__item:first-child:nth-last-child(5) ~ .subnav__list__item {
        float: left;
        width: 20%;
    }

    .blog-subnav__list .subnav__list__item:first-child:nth-last-child(6),
    .blog-subnav__list .subnav__list__item:first-child:nth-last-child(6) ~ .subnav__list__item {
        float: left;
        width: 16.66667%
    }

    .blog-subnav__list .subnav__list__item:first-child:nth-last-child(7),
    .blog-subnav__list .subnav__list__item:first-child:nth-last-child(7) ~ .subnav__list__item {
        float: left;
        width: 14.2857%;
    }

    .blog-subnav__list .subnav__list__item:first-child:nth-last-child(8),
    .blog-subnav__list .subnav__list__item:first-child:nth-last-child(8) ~ .subnav__list__item {
        float: left;
        width: 12.5%;
    }

    .blog-subnav .subnav-go-back {
        text-align: center;
        height: 60px;
    }

    .blog-subnav .subnav-go-back__menu {
        display: none;
    }

    .blog-subnav .subnav__list {
        position: relative;
        width: 100%;
        float: none;
        vertical-align: top;
    }

    .blog-subnav .subnav__list__item__anchor {
        display: inline-table;
    }

    .blog-subnav .subnav__list .active .subnav__list__item__anchor {
        background-color: #f2f2f2;
    }

    .blog-subnav .subnav__list .active .subnav__list__item__anchor:hover {
        color: #333333;
        text-decoration: underline;
    }

    .blog-subnav .subnav__list .active .subnav__list__item__anchor__label {
        color: #333333;
    }
    
    .blog-subnav .subnav__list .subnav__list__item__anchor__label {
        letter-spacing: 1px;
    }
}

@media screen and (min-width: 1024px) {
    .blog-subnav .subnav__list {
        width: 85%;
        max-width: 1300px;
    }

    .blog-subnav .subnav__list li a p {
        padding: 0;
    }
    
    .blog-subnav__list li a p{
    	line-height: 15px;
    }
    
    .blog-subnav .subnav__list .subnav__list__item__anchor__label {
     	padding: 0;
        letter-spacing: 0px;
    }
}
@media screen and (min-width: 768px) {
    .breadcrumb--blog {
        padding-left: 20px;
        padding-top: 5px;
    }
}
[data-comp-spacing="category-article-list"] {
    background-color: #fff;
}

.category-article__content .blog-article {
    width: 100%;
    float: left;
}

.category-article__content .pagination {
    margin: 0;
}

@media screen and (max-width: 767px) {
    .category-article__container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .category-article__content .results_pagination {
        text-align: left;
    }
}

@media screen and (min-width: 768px) {
    .category-article__content {
        padding-right: 20px;
    }

    .category-article__content .blog-article {
        padding-bottom: 30px;
    }

    .category-article__content .blog-article__text {
        padding-top: 5px;
        padding-left: 15px;
    }

    .category-article__content .blog-article__description {
        display: block;
    }

}

@media screen and (min-width: 1024px) {
    .category-article__content {
        padding-right: 30px;
    }

    .category-article__content .blog-article {
        padding-bottom: 40px;
    }

    .category-article__content .blog-article__title {
        font-size: 24px;
        line-height: 28px;
    }

    .category-article__content .blog-article__text {
        padding-top: 5px;
        padding-left: 20px;
    }

    .category-article__content .blog-article__description {
        margin-top: 15px;
    }

}

[data-comp-spacing="category-container"],
[data-comp-spacing="post-container"] {
    background-color: #ffffff;
    padding-top: 20px !important;
    padding-bottom: 0;
}

@media screen and (max-width: 767px) {
    .blog-container {
        padding: 0px;
    }
 
    .blog-container__header,
	.blog-container__left,
	.featured-posts {
		padding: 0 20px 0px 20px;
	}
}

@media screen and (min-width: 768px) {
    [data-comp-spacing="category-container"],
    [data-comp-spacing="post-container"] {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 1024px) {
    [data-comp-spacing="category-container"],
    [data-comp-spacing="post-container"] {
        padding-top: 30px !important;
        padding-bottom: 0;
    }
}
[data-comp-spacing="email-subscription"] {
    display: flex;
    background-color: #fff;
}

.blog-container__right .email-subscription__container {
    display: inline-block;
}

.blog-container__right .email-subscription__text-section,
.blog-container__right .email-subscription__input-section {
    width: 100%;
    text-align: center;
    padding: 0;
}

.blog-container__right .updateInfoForm .input-txt-field {
    margin-top: 0;
    margin-bottom: 0;
}

.blog-container__right .email-subscription__sub-header {
    margin: 10px 0 20px 0;
}

.blog-container__right .input-txt-field {
    float: none;
}

.blog-container__right .subscription-field .errorSpan {
    width: 80%;
    position: absolute;
    top: 0;
}

.blog-container__right .email-subscription__container .subscription-field .errorIcon {
    float: left;
    width: 17px;
    height: 17px;
    color: #ffffff;
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    margin-left: 5px;
}

.blog-container__right .email-subscription__container .subscription-field .errorLabel {
    float: left;
    margin-left: 0;
}

.email-subscription__container {
    background: #006298;
    padding: 30px;
}

.email-subscription__text-section,
.email-subscription__input-section {
    display: inline-block;
    width: 100%;
}

.email-subscription__header {
    color: #fff;
    font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 0;
}

.email-subscription__sub-header {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
}

.email-subscription__container .updateInfoForm {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.form-user-size {
    width: 260px;
    float: left;
}

.email-subscription__container .thanksHeaderText,
.email-subscription__container .thanksSubText {
    color: #fff;
}

.subscribe-btn {
    float: left;
    margin-top: 0;
    margin-left: 10px;
}


.blog-container__right .email-subscription__container .subscription-field .errorIcon {
    width: auto;
    height: 1px;
    font-size: 13px;
    line-height: 16px;
    color: #ffffff;
    font-weight: normal;
    margin-left: 5px;
    float: left;
}


.blog-container__right .email-subscription__container .subscription-field .errorLabel {
    float: left;
    margin-left: 15px;
}

.email-subscription__container .subscription-field .errorIcon {
    width: auto;
    height: 1px;
    font-size: 13px;
    line-height: 16px;
    color: #ffffff;
    font-weight: normal;
    margin-left: 5px;
    float: left;
}


.email-subscription__container .subscription-field .errorLabel {
    float: left;
    margin-left: 15px;
}

.blog-container__right .form-user-size {
    width: 100%;
    float: none;
}

.blog-container__right .subscribe-btn {
    float: none;
    text-align: center;
    margin-top: 15px;
    margin-left: 0;
    margin-bottom: 0;
}

.blog-container__right .error-warn-span {
    position: absolute;
    width: 85%;
    margin-top: 50px;
}

.blog-container__right .email-subscription__input-section .contactSideThankyou, 
.blog-container__right .email-subscription__input-section .contactSideSubmitError {
 	 padding: 0px;
}

.email-subscription__sub-header {
	  margin-top: 10px;
}

.home-list__row .email-subscription__input-section{
	display: flex;
	justify-content: center;
}

.home-list__row .email-subscription__input-section .updateInfoForm{
	align-self: center;
}

.home-list__row .input-txt-field {
    margin: 0px;
 }
 
 .home-list__row .subscribe-btn {
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	
    .subscription-field {
        padding: 0;
    }

    .subscribe-btn {
        float: none;
        text-align: center;
        margin-top: 15px;
        margin-left: 0;
    }

    .form-user-size {
        width: 100%;
        float: none;
    }
	
	.email-subscription__sub-header,
	.email-subscription__header{
		text-align: center;
	}
	
    .subscribe-btn .btn-mobile-view {
        width: auto;
    }

    .error-icon {
        margin-left: 5px;
    }

    .updateInfoForm .subscribe-btn {
        width: auto;
        margin-bottom: 0;
    }

    .error-warn-span {
        width: 85%;
        position: absolute;
        margin-top: 50px;
    }
    
    .home-list__row .email-subscription__input-section .contactSideThankyou,
    .home-list__row .email-subscription__input-section .contactSideSubmitError {
        padding: 20px 0px 0px 0px;
    }

}

@media screen and (min-width: 768px) {
	.email-subscription__container {
        display: flex;
    }
	
    .email-subscription__text-section {
        flex-grow: 3;
        width: 40%;
        padding-right: 30px;

    }

    .email-subscription__input-section {
        width: auto;
    }

    .email-subscription__header {
        font-size: 18px;
        line-height: 22px;
    }

    .email-subscription__sub-header {
        color: #fff;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
    }

    .input-txt-field {
        float: right;
    }
    
    .error-warn-span {
        width: auto;
    }

    .subscription-field .errorSpan {
        width: 240px;
        position: absolute;
        top: 45px;
    }

    .email-subscription__container .errorLabel {
        margin-left: 0;
    }
    
    .home-list__row .email-subscription__input-section .contactSideThankyou,
    .home-list__row .email-subscription__input-section .contactSideSubmitError {
   		padding: 0px;
		padding-top: 30px
    }

}

@media screen and (min-width: 1024px) {
    .email-subscription__container {
        padding: 40px;
    }

    .email-subscription__header {
        font-size: 22px;
        line-height: 26px;
    }

    .email-subscription__text-section {
        flex-grow: 3;
        padding-right: 40px;
    }

    .input-txt-field {
        float: right;
    }

    .blog-container__right .subscribe-btn {
        margin-top: 20px;
    }
    
    .home-list__row .email-subscription__input-section .contactSideThankyou,
    .home-list__row .email-subscription__input-section .contactSideSubmitError {
        padding: 10px 0px 0px 0px;
    }

   .subscription-field .errorSpan {
    width: 240px;
    position: absolute;
    top: 39px;
      padding-bottom:8px;
     padding-bottom:8px;
   }

}
[data-comp-spacing="featured-posts"] {
    background-color: #ffffff;
    padding-bottom: 20px;
}

.sidebar-content__header {
    font-size: 16px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    margin: 0 auto;
}

.sidebar-content__header a {
    font-size: 14px;
    line-height: 18px;
}

.sidebar-content__header-feature::after {
    content: "|";
    color: #333333;
    margin: 0 10px;
}

.sidebar-content__link {
    color: #0061A0;
    cursor: pointer;
}

.sidebar-content__link.active {
    color: #333333;
    text-decoration: none;
    cursor: text;
}

.sidebar-content__list {
    padding-top: 15px;
}

.sidebar-list__row {
    display: flex;
    padding-bottom: 15px;
}

.sidebar-list__row:last-child {
    padding: 0;
}

.sidebar-list__icon {
    display: inline-block;
    width: 25%;
    padding-right: 5px;
}

.sidebar-list__text {
    display: inline-block;
    width: 75%;
    font-size: 13px;
    line-height: 16px;
    padding-left: 5px;
}

@media screen and (max-width: 767px) {
    .sidebar-content {
        padding: 0;
    }
    
    .sidebar-content {
        border-top: 1px solid #cccccc;
        padding-top: 15px;
    }
}

@media screen and (min-width: 768px) {
    .sidebar-content {
        border: 1px solid #cccccc;
        padding: 15px;
    }
    
     .sidebar-list__icon {
        width: 33.33%;
    }

    .sidebar-list__text {
        width: 66.66%;
    }
}

@media screen and (min-width: 1024px) {
    .sidebar-content {
        padding: 15px 20px 20px 20px;
    }

    .sidebar-content__header a {
        font-size: 16px;
        line-height: 20px;
    }

    .sidebar-content__list {
        padding-top: 20px;
    }

    .sidebar-list__row {
        display: flex;
        padding-bottom: 20px;
    }

    .sidebar-list__text {
        padding-bottom: 10px;
    }

    .sidebar-list__text span {
        font-size: 14px;
        line-height: 18px;
    }
    
    .sidebar-list__icon {
        width: 25%;
    }

    .sidebar-list__text {
        width: 75%;
    }
}

.carousel--blog {
    max-height: none;
    overflow: visible;
    background-color: #ffffff;
}

.carousel--blog .carousel-indicators {
    width: 20%;
    height: 12px;
    left: auto;
    right: 0;
    text-align: right;
}

.carousel--blog .carousel-indicators li {
    vertical-align: top;
}

.carousel--blog .carousel-caption {
    top: auto;
    bottom: 0;
    padding: 10px;
    margin: 0;
}

.carousel--blog .carousel-caption--hero {
    display: inline-block;
    color: #ffffff;
    font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.85);
    margin: 0;
}

.carousel--blog .carousel-control {
    display: none;
}

@media screen and (max-width: 767px) {
    .carousel--blog .carousel-caption,
    .hero-carousel--blog .wrapper {
        padding: 0;
    }
    
    .carousel--blog .carousel-caption--hero {
    	font-size: 20px;
        line-height: 24px;
        font-weight: bold;
        padding-bottom: 20px; 
        padding-left: 5%;
        padding-right: 5%;
	}
}

@media screen and (min-width: 768px) {
    .carousel--blog {
        padding-top: 20px;
    }

    .carousel--blog .carousel-inner{
	    height: 280px;
	}

    .carousel--blog .item {
    	max-height: 280px;
    }
	
    .carousel--blog .carousel-indicators {
        bottom: 0;
        margin: 0 20px 20px 0;
    }

    .carousel--blog .carousel-caption {
        width: 80%;
        max-width: none;
        padding: 0 0 20px 20px;
    }

    .carousel--blog .carousel-caption--hero {
        width: 100%;
        font-size: 20px;
        line-height: 24px;
        text-align: left;
    }
    
     .carousel--blog .carousel-inner > .item > a > img {
        top: 0;
    }
}

@media screen and (min-width: 1024px) {
    .carousel--blog {
        padding-top: 30px;
    }

	.carousel--blog .carousel-inner{
	    height: 420px;
	}

    .carousel--blog .item {
    	max-height: 420px;
    }

    .carousel--blog .carousel-indicators {
        bottom: 0;
        margin: 0 20px 30px 0;
    }

    .carousel--blog .carousel-caption {
        padding: 0 0 30px 30px;
    }

    .carousel--blog .carousel-caption--hero {
        font-size: 32px;
        line-height: 36px;
    }

	.carousel--blog .carousel-inner > .item > a > img{
	  	 min-height: 420px;
	  	 top: inherit;
	}
}
[data-comp-spacing="home-article-list"] {
    background-color: #fff;
}

.home-article__title {
    font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
    text-align: center;
}

.home-list__row {
    display: none;
}

.home-list__row .blog-article {
    width: 100%;
    float: left;
}

.home-article__load-more {
    float: left;
    width: 100%;
    text-align: center;
}

.home-article__load-more p {
    margin-bottom: 0;
}

.home-article__load-more .loadMore {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    margin: 0;
}

.home-list__row .blog-article__text .blog-article__read-more  {
    margin-top: 10px;
    display: block;
}

.home-list__row .blog-article__description {
    display: block;
}

/* Blog Article */
.blog-article {
    padding-bottom: 20px;
}

.blog-article__img {
    width: 100%;
    margin-bottom: 10px;
}

.blog-article__img img {
    display: block;
    width: 100%;
    height: auto;
}

.blog-article__date::after {
    content: "|";
    color: #333333;
    margin: 0 10px;
}

.blog-article__date:last-child::after {
    content: "";
}

.blog-article__menu-link,
.blog-article__text .blog-article__read-more {
    color: #0061A0;
}

.blog-article__title {
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    margin-bottom: 0;
}

.blog-article__title:hover,
.blog-article__text .blog-article__read-more:hover,
.blog-article__menu-link:hover {
    color: #0090DA;
    text-decoration: underline;
}

.blog-article__text span,
.blog-article__read-more {
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-top: 10px;
}

.blog-article__text a {
    color: #333333;
}

.blog-article__text a:hover {
    color: #0061A0;
}

.blog-article__read-more a,
.blog-article__read-more a:hover {
    color: #0061A0;
}

.blog-article__item-img {
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    .home-article__container {
        padding: 0px;
    }

    .home-list__row:last-child .blog-article:last-child {
        padding-bottom: 0;
    }

    .home-article__load-more .loadMore {
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
        margin: 0;
    }

    .home-list__row,
    .home-list__row:nth-child(3) .blog-article {
        padding-right: 20px;
        padding-left: 20px;
    }

    .home-list__row:nth-child(3) {
        padding-right: 0px;
        padding-left: 0px;
    }

    .blog-article__date{
       float: left;         
    }
}

@media screen and (min-width: 768px) {
    [data-comp-spacing="home-article-list"] {
        padding-top: 20px !important;
    }

    .home-list__row .blog-article {
        width: 50%;
    }

    .home-list__row:last-child .blog-article {
        padding-bottom: 0;
    }

    .home-article__content .blog-article__text {
        padding: 0 15px 0 15px;
    }

    .home-article__title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .home-article__load-more p {
        margin-top: 10px;
    }

    /* Blog Article */
    .blog-article {
        padding-bottom: 20px;
    }

    .blog-article__title {
        font-size: 16px;
        line-height: 20px;
    }

    .blog-article__img {
        width: 40%;
        float: left;
        margin-bottom: 0;
    }

    .blog-article__text {
        width: 60%;
        float: right;
    }

    .blog-article__date::after {
        content: none;
    }

    .blog-article__text
    .blog-article__menu-link {
        display: block;
    }
}

@media screen and (min-width: 1024px) {
    [data-comp-spacing="home-article-list"] {
        padding-top: 40px !important;
    }

    .home-article__title {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .home-article__load-more p {
        margin-top: 10px;
    }

    .home-article__content .blog-article__text {
        padding-right: 30px;
    }

    /* Blog Article */
    .blog-article {
        padding-bottom: 30px;
    }

    .blog-article__title {
        font-size: 20px;
        line-height: 24px;
    }

    .blog-article__description,
    .blog-article__read-more {
        margin-top: 15px;
    }

    .blog-article__read-more,
    .blog-article__text .blog-article__description {
        font-size: 14px;
        line-height: 20px;
    }

    .blog-article__text .blog-article__date,
    .blog-article__text .blog-article__menu-link {
        font-size: 12px;
        line-height: 16px;
    }

    .blog-article__date::after {
        content: "|";
    }

    .home-article__content .blog-article__text,
    .blog-article__menu-link {
        display: inline-block;
        margin-top: 10px;
    }

    .blog-article__date{
       float: left;         
    }

}

.page-title--blogs .page-title__heading {
    font-size: 26px;
    line-height: 28px;
}

.page-title--blogs p {
    font-size: 13px;
    line-height: 16px;
}

@media screen and (max-width: 767px) {
	.page-title--blogs {
	    width:85%;
	}
}

@media screen and (min-width: 768px) {
    .page-title--blogs {
        padding: 40px 0 40px;
    }
	
	.page-title--blogs{
		width: 95%;
	}

    .page-title--blogs .page-title__heading {
        font-size: 36px;
        line-height: 40px;
        width: 85%;
    }

    .page-title--blogs p {
        font-size: 14px;
        line-height: 18px;
        width: 85%;
    }
}

@media screen and (min-width: 1024px) {
	.page-title--blogs {
    	width:85%;
	}
	
    .page-title--blogs {
        padding: 50px 0 50px;
    }

    .page-title--blogs .page-title__heading {
        font-size: 44px;
        line-height: 44px;
    }

    .page-title--blogs p {
        font-size: 16px;
        line-height: 20px;
    }
}
.blog-container--post .blog-container__title {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
}

.blog-container--post .blog-container__subtitle {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .blog-container--post .blog-container__right 
	.email-subscription .container{
		    padding-bottom: 0px;
	}
}

@media screen and (min-width: 768px) {
    .blog-container--post .blog-container__left {
        padding-right: 20px;
    }

    .blog-container--post .blog-container__title {
        font-size: 22px;
        line-height: 26px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .blog-container--post .blog-container__subtitle {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1024px) {
	.blog-container--post .blog-container__left {
        padding-right: 30px;
    }
    
    .blog-container--post .blog-container__title {
        font-size: 28px;
        line-height: 32px;
        margin-top: 30px;        
    }

    .blog-container--post .blog-container__subtitle {
        font-size: 18px;
        line-height: 22px;
    }
}
[data-comp-spacing="post-content"] {
    background-color: #ffffff;
}

.blog-post-content {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #333333;
}

.blog-post-content__image,
.blog-post-content__author-share,
.blog-post-content__rtf,
.blog-post-content__posted-date {
    width: 100%;
    padding-bottom: 20px;
}

.blog-post-content__share,
.blog-post-content__author {
    display: block;
}

.blog-post-content__author > span:nth-child(1),
.blog-post-content__tags > span:nth-child(1) {
    font-weight: bold;
}

.blog-post-content__posted-date {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

.updatepipe {
    color: #333333;
    margin: 0 10px;
}

.blog-post-content__tags {
    color: #333333;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
}

.blog-post-content__tags-head,
.blog-post-content__tags-option {
    display: inline;
}

@media screen and (max-width: 767px) {
    .blog-post-content__image {
        padding-bottom: 10px;
    }

    .blog-post-content__author {
        padding-bottom: 5px;
    }
}

@media screen and (min-width: 768px) {
	[data-comp-spacing="post-content"] {
    	padding-bottom: 20px;
	}

    .blog-post-content__share {
        flex: 1;
        float: right;
    }

    .blog-post-content__author {
        display: inline-block;
        flex: 1;
        vertical-align: middle;
    }
}

@media screen and (min-width: 1024px) {
	[data-comp-spacing="post-content"] {
    	padding-bottom: 40px;
	}
}

.post-page-tags__head,
.post-page-tags__option {
    display: inline-block;
    width: auto;
}

.post-page-tags__head,
.post-page-tags__option .tag-link {
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
}

.post-page-tags__head {
    font-weight: bold;
    margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
	.post-page-tags__head,
    .post-page-tags__option .tag-link {
        font-size: 14px;
    }
} 
[data-comp-spacing="related-posts"] {
    background-color: #fff;
}

.category-suggestions__header {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.category-suggestions__img-caption {
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 0;
}

.category-suggestions__img-caption:hover {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .category-suggestions__option {
        padding-top: 20px;
    }

    .category-suggestions__option:nth-child(-n+2) {
        padding-top: 0;
    }

    .category-suggestions__option:nth-child(odd) {
        padding-right: 10px;
    }

    .category-suggestions__option:nth-child(even) {
        padding-left: 10px;
    }
}

@media screen and (min-width: 768px) {
    .category-suggestions__articles {
        padding-right: 5px;
    }

    .category-suggestions__option {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 25%;
        padding-right: 15px;
    }

    .category-suggestions__img-caption {
        font-size: 13px;
        line-height: 18px;
    }

    .category-suggestions__option:last-child {
        padding-right: 15px;
    }
}

@media screen and (min-width: 1024px) {
    .category-suggestions__articles {
        padding-right: 10px;
    }

    .category-suggestions__header {
        margin-bottom: 20px;
    }

    .category-suggestions__option {
        padding-right: 20px;
    }

}
.blog-social-icons {
    font-size: 14px;
    font-weight: bold;
}

.blog-social-icons ul {
    display: inline-flex;
}

.blog-social-icons__list img {
    width: 35px;
}

.blog-social-icons__list {
    margin-left: 15px;
}

.blog-social-icons{
   display:table;
}

.blog-social-icons span {
    vertical-align:top;
} 

@media screen and (max-width: 767px) {
	.blog-social-icons .blog-social-icons__list .google {
   		width: 21px;
    	height: 19px;
	}

    .blog-social-icons .blog-social-icons__list .mail {
   		width: 24px;
    	height: 21px;
	}
	
	.blog-social-icons ul,
    .blog-social-icons__list .icon{
		width:	16px;
        height: 16px;        
    }
}

@media screen and (min-width: 768px) {
    .blog-social-icons {
        float: right;
    }

     .blog-social-icons .blog-social-icons__list  .google {
   		 width: 23px;
    	 height: 23px;
    }

	.blog-social-icons .blog-social-icons__list .mail {
   		 width: 25px;
    	 height: 25px;
    }   

    .blog-social-icons__list .icon {
    	width: 19px;
    	height: 19px;
	} 
}

@media screen and (min-width: 1024px) {
	.blog-social-icons .blog-social-icons__list  .google {
   		 width: 24px;
    	 height: 22px;
    }

	.blog-social-icons .blog-social-icons__list .mail {
   		 width: 24px;
    	 height: 24px;
    } 

    .blog-social-icons__list .icon {
    	width: 18px;
    	height: 18px;
    } 

}

[data-comp-spacing="campaign-container"] {
    background-color: #f2f2f2;
}

.campaign-card-section {
    position: relative;
}

.campaign-card-section:first-child:nth-last-child(2) ~ .campaign-card-section:last-child {
    padding: 30px;
}

.campaign-card-content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.campaign-card-content .width-80 {
    width: 100%;
}

.campaign-card-filmstrip {
    display: table;
    height: 15px;
}

.campaign-card-filmstrip .campaign-card-filmstrip__barOne {
    display: table-cell;
    width: 75%;
    background-color: #0090da;
}

.campaign-card-filmstrip .campaign-card-filmstrip__barTwo {
    display: table-cell;
    width: 10%;
    background-color: #0061a0;
}

.campaign-card-filmstrip .campaign-card-filmstrip__barThree {
    display: table-cell;
    width: 15%;
    background-color: #a4ce4e;
}

@media screen and (max-width: 767px) {
    .campaign-card,
    .campaign-card-filmstrip {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 768px) {
    .campaign-card {
        display: table;
        table-layout: fixed;
        padding-top: 30px;
    }

    .campaign-card-section {
        display: table-cell;
        vertical-align: top;
    }

    .campaign-card-section:first-child:nth-last-child(1),
    .campaign-card-section:first-child:nth-last-child(1) ~ .campaign-card-section {
        width: 100%;
    }

    .campaign-card-section:first-child:nth-last-child(2),
    .campaign-card-section:first-child:nth-last-child(2) ~ .campaign-card-section:last-child {
        width: 33.33333333%;
    }

    .campaign-card-section:first-child:nth-last-child(2),
    .campaign-card-section:first-child:nth-last-child(2) ~ .campaign-card-section:first-child {
        width: 66.66666667%;
    }

    .campaign-card-content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .campaign-card-section:first-child:nth-last-child(2) ~ .campaign-card-section:last-child {
        padding: 40px;
    }

    .campaign-card-content {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
}
.footer-partnerLogo-section {
    margin-top: 20px;
}

.footer-partnerLogo {
    height: 32px;
    width: auto;
    margin: 0 20px 20px 0;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .footer-partnerLogo-section {
        padding: 0 10px;
    }

    .footer-legal__link {
        line-height: 24px;
    }
}
.campaign-header {
    position: fixed;
    top: 0;
    background-color: #fff;
    color: #333;
    width: 100%;
    height: 50px;
    z-index: 1000;
    transition: height 0.5s;
}

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

.campaign-header--on-scroll {
    height: 50px !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 2px 0;
}

.campaign-header .login-trigger {
    right: 0;
    text-align: center;
    background-color: #0061A0;
}

.campaign-header .login-trigger__label {
    background-color: #0061A0;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: Normal;
    line-height: 13px;
    text-transform: uppercase;
    white-space: nowrap;
}

.campaign-header .login-trigger:hover a {
    text-decoration: underline;
    color: #fff;
}

.campaign-header .login-trigger:hover svg {
    fill: #fff;
}

.campaign-header .url-trigger {
    background-color: #0061A0;
    text-align: center;
    display: table;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    height: 70px;
}

.campaign-header .url-trigger__label {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: Normal;
    line-height: 13px;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: padding 0 .3s ease 0s;
    white-space: nowrap;
}

.campaign-header .login-trigger__label .icon-secure-locked {
    fill: #FFFFFF;
}

@media screen and (max-width: 767px) {
    .campaign-header .language-trigger {
        font-size: 10px;
        line-height: 10px;
        height: 50px;
        text-transform: uppercase;
        position: relative;
        width: auto;
        text-align: center;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .campaign-header .language-trigger__label {
        color: #333;
        font-weight: normal;
        display: inline-block;
        text-decoration: none;
        padding: 15px 10px 0;
    }

    .campaign-header .language-trigger__label .icon-down,
    .campaign-header .language-trigger__label .icon-up {
        fill: #333;
        position: relative;
        width: 14px;
        height: 14px;
        top: 3px;
        margin-left: 5px;
        transition: all .5s;
    }

    .campaign-header .language-trigger__label:active,
    .campaign-header .language-trigger__label:focus {
        color: #333;
        text-decoration: none;
    }

    .campaign-header .language-trigger__label:hover {
        transition: all 0.5s;
        cursor: pointer;
        color: #0090DA;
        text-decoration: underline;
    }

    .campaign-header .language-trigger__label .icon-up {
        display: none;
    }

    .campaign-header .language-dropdown--open .icon-down {
        display: none;
    }

    .campaign-header .language-dropdown--open .icon-up {
        display: inline;
    }

    .campaign-header .language-trigger__label:hover .icon-down,
    .campaign-header .language-trigger__label:hover .icon-up {
        fill: #0090da;
    }

    .campaign-header .language-dropdown-content {
        display: none;
        position: absolute;
        top: 50px;
        width: 100%;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        line-height: 10px;
    }

    .campaign-header .language-dropdown-content .icon-arrow-down-triangle {
        position: absolute;
        top: -4.6px;
        left: 36%;
        z-index: 999;
        display: block;
    }

    .campaign-header .language-dropdown-content a {
        text-decoration: none;
        line-height: 10px;
        font-size: 10px;
        font-weight: normal;
        white-space: nowrap;
        padding: 0;
    }

    .campaign-header .language-dropdown-content a:hover {
        text-decoration: underline;
    }

    .campaign-header .language-dropdown-list {
        padding: 10px 10px 20px;
        text-align: left;
    }

    .campaign-header .language-dropdown-list li {
        padding-top: 20px;
        margin-bottom: 0;
        display: list-item;
    }

    .campaign-header .language-dropdown-list li:not(:last-child) a {
        border-right: none;
    }

    .campaign-header__middle {
        position: absolute;
        left: 33%;
    }

    .campaign-header .login-trigger__label {
        font-size: 10px;
        line-height: 12px;
    }

    .campaign-header .url-trigger {
        height: 50px;
    }

    .campaign-header .url-trigger__label {
        padding: 0 10px;
        font-size: 10px;
        line-height: 12px;
    }
}

@media screen and (min-width: 768px) {
    .campaign-header {
        height: 70px;
        transition: height 0.5s;
    }

    .campaign-header .url-trigger {
        width: auto;
        padding: 0 15px;
    }

    .campaign-header.campaign-header--on-scroll .campaign-header__left_content {
        padding: 5px 30px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .campaign-header.campaign-header--on-scroll .login-trigger,
    .campaign-header.campaign-header--on-scroll .url-trigger {
        height: 50px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
}

@media screen and (min-width: 1024px) {
    .campaign-header .url-trigger {
        padding: 0 30px;
    }
}
@media screen and (max-width: 767px) {
    .campaign-header__left_content {
        width: 100%;
        background-color: #0061A0;
        padding: 30px;
        text-align: center;
    }

    .campaign-header__left_content p {
        font-family: 'Georgia';
        font-size: 22px;
        line-height: 26px;
        color: #FFF;
    }

    .campaign-header__left_content p:first-child {
        margin-bottom: 20px;
        font-weight: bold;
    }

    .campaign-header__left_content .btn-brand-4th {
        margin-bottom: 0;
    }

    a[href*='tel:'].call-us-now {
        pointer-events: auto;
    }
}

@media screen and (min-width: 768px) {
    .campaign-header__left_content {
        width: auto;
        padding: 16px 30px;
        float: left;
        text-align: center;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;

    }

    .campaign-header__left_content p {
        font-size: 14px;
        line-height: 18px;
        font-weight: Normal;
        margin-bottom: 0;
    }

    .campaign-header__left_content a {
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
    }
	
	.campaign-header__left_content .disabled-anchor,
	.campaign-header__left_content .disabled-anchor:hover {
    	color: #333;
    	text-decoration: none;
	}
}
[data-comp-spacing="image-title"] {
    background-color: #fff;
}

.campaign-card-image-section img {
    height: auto;
}

.campaign-card-title {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.campaign-card-content__title p {
    font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 0;
}

.campaign-card-content__subtitle p {
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .campaign-card-content__title a[href*='tel:'],
    .campaign-card-content__subtitle a[href*='tel:'] {
        pointer-events: auto;
        cursor: auto;
        color: #0061A0;
    }

    .campaign-card-content__title a[href*='tel:']:hover,
    .campaign-card-content__subtitle a[href*='tel:']:hover {
        color: #0090DA;
        text-decoration: underline;
    }
}

@media screen and (min-width: 768px) {
    .campaign-card-title {
        padding-left: 30px;
        padding-right: 30px;
    }

    .campaign-card-content__title p {
        font-size: 28px;
        line-height: 32px;
    }
}

@media screen and (min-width: 1024px) {
    .campaign-card-title {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }

    .campaign-card-content__title p {
        font-size: 40px;
        line-height: 40px;
    }

    .campaign-card-content__subtitle p {
        font-size: 20px;
        line-height: 24px;
    }
}
[data-comp-spacing="additional-info"],
[data-comp-spacing="cta-button"] {
    background-color: #fff;
}

.content--microsite p {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

.content--microsite ul {
    padding-left: 25px;
    font-size: 14px;
    line-height: 20px;
    list-style-type: disc;
    padding-bottom: 20px;
}

.content--microsite .content_anchor__variation {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.content-header h2 {
    font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}

.content-header h4 {
    font-weight: bold;
}

.content-header h2:first-child,
.content-header p:first-child {
    margin-bottom: 10px;
}

.content-header h2:last-child,
.content-header p:last-child {
    margin-bottom: 20px;
}

.content-header ul {
    list-style: disc;
    margin-bottom: 10px;
    padding-left: 30px;
}

.content-header li {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
}

.content-header__linkTitle {
    display: block;
    margin: 10px 0;
}

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

.content-action--left {
    float: left;
}

.content-action--center {
    float: none;
}

.content-action--right {
    float: right;
}

.content-action--primary,
.content-action--secondary,
.content-action--text p {
    margin-bottom: 20px;
}

.content-action--primary:last-child,
.content-action--secondary:last-child,
.content-action--text p:last-child {
    margin-bottom: 0;
}

.content-action--primary {
    display: table;
}

.content-action--secondary {
    padding: 0;
}

.microsite-content-header {
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 10px;
}

.microsite-page-secondary-header {
    font-weight: normal;
}

@media screen and (min-width: 768px) {
    .content-header h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .microsite-content-header {
        font-size: 22px;
        line-height: 26px;
        margin-top: 30px;
    }

    .microsite-page-secondary-header {
        font-size: 16px;
        line-height: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .content-header h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .microsite-content-header {
        font-size: 26px;
        line-height: 30px;
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .microsite-page-secondary-header {
        font-size: 16px;
        line-height: 20px;
    }
}
.promocard--microsite {
    background-color: #0061A0;
}

.promocard--microsite .promocard__content {
    color: #fff;
    padding: 20px 20px 30px;
}

.promocard--microsite .promocard__content a {
    margin-bottom: 0;
}

.promocard--microsite .promocard__content__header {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
}

.promocard--microsite .promocard__content__text {
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .promocard--microsite {
        width: 95%;
    }

    .promocard--microsite .promocard__image {
        width: 50%;
        left: 50%;
    }

    .promocard--microsite .promocard__content {
        width: 50%;
        right: 50%;
        padding: 40px 30px;
    }

    .promocard--microsite .promocard__content__header {
        font-size: 26px;
        line-height: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .promocard--microsite {
        width: 85%;
        max-width: 1300px;
    }

    .promocard--microsite .promocard__content {
        padding: 50px 40px;
    }

    .promocard--microsite .promocard__content__header {
        font-size: 30px;
		margin-bottom: 20px;
    }

    .promocard--microsite .promocard__content__text {
        margin-bottom: 20px;
    }

}
.carousel--microsite {
    max-height: none;
    overflow: visible;
    background-color: #f2f2f2;
    padding-bottom: 20px;
}

.carousel--microsite a:hover {
    text-decoration: none;
}

.carousel--microsite .carousel-caption {
    display: block;
}

.carousel--microsite .carousel-indicators {
    position: absolute;
    bottom: 25px;
    left: 0;
    z-index: 15;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel--microsite .item--microsite {
    max-height: none;
}

.carousel--microsite .carousel-caption {
    text-shadow: none;
    padding: 15px 0;
    background-color: rgba(0, 144, 218, 1);
    height: auto;
    text-decoration: none;
}

.carousel--microsite .carousel-caption--bottom {
    top: auto;
    position: relative;
}

.carousel--microsite .carousel-caption--bottom h2 {
    width: 90%;
    font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 0;
}

.carousel--microsite .carousel-caption--bottom h3 {
    width: 90%;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .carousel--microsite .carousel-caption {
        background-color: rgba(0, 144, 218, 0.8);
    }

    .carousel--microsite .item--microsite {
        height: 240px;
    }

    .carousel--microsite .carousel-caption {
        padding: 15px 0 32px;
        position: absolute;
    }

    .carousel--microsite .carousel-caption--bottom h2 {
        width: 80%;
        font-size: 20px;
        line-height: 24px;
    }

    .carousel--microsite .carousel-caption--bottom h3 {
        width: 80%;
    }

    .carousel--microsite .carousel-control .icon {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .carousel--microsite .item--microsite {
        height: 400px;
    }

    .carousel--microsite .carousel-caption {
        padding: 20px 0 25px;
    }

    .carousel--microsite .carousel-indicators {
        bottom: 30px;
    }

    .carousel--microsite .carousel-control .icon {
        width: 30px;
        height: 30px;
    }

    .carousel--microsite .carousel-caption--bottom h2 {
        width: 85%;
        max-width: 1300px;
        font-size: 28px;
        line-height: 32px;
    }

    .carousel--microsite .carousel-caption--bottom h3 {
        width: 85%;
        max-width: 1300px;
        font-size: 18px;
        line-height: 26px;
    }

    .microsite-carousel-spacer {
        margin-bottom: 15px;
    }
}
.cta-box:last-child,
.cta-box:nth-last-child(-n+2):not(:nth-child(even)) {
    margin-bottom: 0;
}

.cta-box__content {
    display: table;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
}

.cta-box__content a {
    display: table-cell;
    color: #0061A0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 5px;
}

.cta-box__content a:hover {
    text-decoration: none;
}

.cta-box__content a:focus {
    outline: auto;
}

.cta-box__content img {
    width: 35px;
}

.cta-box__content__copy {
    display: block;
    width: 60%;
    font-size: 10px;
    line-height: 14px;
    font-weight: normal;
    padding-top: 5px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .cta-box__content img {
        width: 52px;
    }
}

@media screen and (min-width: 1024px) {
    .cta-box__content img {
        width: 60px;
    }

    .cta-box__content__copy {
        font-size: 11px;
        line-height: 16px;
        font-weight: bold;
    }
}
[data-comp-spacing="cta-boxes-container"] {
    background-color: #fff;
}

.cta-box-module {
    display: none;
    font-size: 0;
    text-align: center;
    margin: auto;
}

.cta-box {
    display: inline-table;
    width: calc(50% - 20px);
    vertical-align: top;
    margin: 0 10px 20px;
}

@media screen and (min-width: 768px) {
    .cta-box-module.small .cta-box {
        margin: 0 2% 0 0;
        width: 15%;
    }

    .cta-box-module.large .cta-box {
        margin: 0 3% 0 0;
        width: 22.75%;
    }

    .cta-box-module.small .cta-box:last-child,
    .cta-box-module.large .cta-box:last-child {
        margin-right: 0;
    }
}

@media screen and (min-width: 1024px) {
    .cta-box-module.large {
        width: 80%;
    }
}
[data-comp-spacing="dental-plan-rates"] {
    background-color: #fff;
}

.zipcode-wrapper .zip-section {
    height: auto;
    background-color: #0061A0;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 20px;
}

.zipcode-wrapper .zip-section label {
    color: white;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    margin-top: 10px;
}

.zipcode-wrapper input {
    width: 100px;
    margin-right: 8px;
    border-radius: 0;
    margin-left: 6px;
}

.zipcode-wrapper .btn-brand-4th {
    width: 85%;
    margin-top: 10px;
}

.zipcode-wrapper input:focus {
    border-color: #0090DA;
}

.zipcode-char-container {
    display: none;
}

@media screen and (min-width: 768px) {
    .zipcode-wrapper .zip-section {
        display: table;
        min-width: 365px;
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
        margin: 0 auto 30px;
    }

    .zipcode-wrapper .zip-section label {
        font-size: 20px;
    }

    .zipcode-wrapper .btn-brand-4th {
        width: auto;
    }
}

@media screen and (min-width: 1024px) {
    .zipcode-wrapper .zip-section {
        min-width: 500px;
        margin: 0 auto 40px;
    }
}

.microsite-header .wrapper {
    margin: 0;
    padding: 0;
}

.megamenu--open--microsite {
    overflow-y: visible;
}

.microsite-header .megamenu-trigger {
    float: left;
    padding: 0 12px;
}

.megamenu-trigger__icon--open .microsite-trigger__icon {
    display: none;
}

.megamenu-trigger__icon--open .microsite-trigger__icon--close {
    display: block;
}

.microsite-header__logos {
    padding-right: 12px;
    text-align: center;
}

.microsite-header__logos h1 {
    margin: 0;
    width: auto;

}

.microsite-header__logos a:focus {
    outline: auto;
}

.microsite-header__logos__img:nth-last-child(1):first-child {
    margin: auto;
}

.microsite-header__logos__img:nth-last-child(2):first-child {
    float: left;
}

.microsite-header__logos__img:nth-last-child(2):first-child ~ .microsite-header__logos__img:last-child {
    float: right;
}

.microsite-header__logos__img img {
    height: auto;
    max-height: 27px;
    width: 120px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 11.5px 0;
}

@media screen and (min-width: 768px) {
    .microsite-header .wrapper {
        width: 95%;
        margin: 0 auto;
        padding: 0;
    }

    .microsite-header .megamenu-trigger {
        display: none;
    }

    .microsite-header__logos {
        padding-right: 0;
    }

    .microsite-header__logos__img img {
        height: auto;
        max-height: 38px;
        width: 168px;
        margin: 16px 0;
    }

    .microsite-header.global-header--minimized .microsite-header__logos__img img {
        height: auto;
        max-height: 27px;
        width: 120px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        margin: 11.5px 0;
    }
}

@media screen and (min-width: 1024px) {
    .microsite-header .wrapper {
        width: 85%;
        max-width: 1300px;
        padding: 0;
    }
}

[data-comp-spacing="prod-char-container"] {
    background-color: #ffffff;
}

.microsite-product-chart .product_chart {
    display: block;
    width: 95%;
    margin: auto;
}

.microsite-product-chart .product_chart .carousel--microsite a:hover,
.microsite-product-chart .product_chart .carousel--microsite a:focus {
    text-decoration: underline;
}

.microsite-product-chart .left.carousel-control {
    left: -13px;
}

.microsite-product-chart .right.carousel-control {
    right: -13px;
}

.microsite-product-chart .product_chart .column-cell {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 50px;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    padding: 15px;
}

.microsite-product-chart .product_chart--no-buttons .column-cell:last-child {
    border-bottom: none;
}

.microsite-product-chart .product_chart .life_insurance_col1 > .column-cell,
.microsite-product-chart .product_chart .column-wrapper div:first-of-type {
    font-weight: bold;
}

.microsite-product-chart .product_chart .microsite-column-category {
    height: 100%;
    background-color: #0061A0;
    color: #ffffff;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
}

.microsite-product-chart .product_chart .microsite-column-category:not(:last-child) {
    border-right: 1px solid #ffffff;
}

.microsite-product-chart .product_chart .microsite-column-category p {
    padding: 5px 15px;
    margin-bottom: 0;
}

.microsite-product-chart .product_chart .left-col-mcc {
    border-right: none;
    background-color: #ffffff;
}

.microsite-product-chart .product_chart .life_insurance_col1 {
    float: left;
    width: 40%;
}

.microsite-product-chart .product_chart .life_insurance_col1 .column-head {
    align-items: stretch;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
}

.microsite-product-chart .product_chart .life_insurance_col1 .product_chart_key1 {
    text-align: right;
}

.microsite-product-chart .product_chart .life_insurance_col1 .product_chart_key1 span {
    width: 100%;
    color: #333333;
}

.microsite-product-chart .product_chart .life_insurance_col1 .product_chart_key1 span:nth-child(1) {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}

.microsite-product-chart .product_chart .life_insurance_col1 .product_chart_key1 span:nth-child(1):after {
    content: "\A";
    white-space: pre;
}

.microsite-product-chart .product_chart .life_insurance_col1 .product_chart_key1 span:nth-child(2) {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
}

.microsite-product-chart .product_chart .carousel--microsite {
    width: 60%;
    float: right;
    max-height: none;
    height: auto;
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
}

.microsite-product-chart .product_chart .carousel--microsite:after {
    height: 0;
}

.microsite-product-chart .product_chart .carousel-inner {
    height: auto
}

.microsite-product-chart .product_chart .carousel-item {
    text-align: center;
    display: inline-block;
    width: 100%;
    float: left;
    overflow: hidden;
}

.microsite-product-chart .product_chart .carousel-item .column-wrapper {
    float: left;
    width: 20%;
}

.microsite-product-chart .product_chart .carousel-item .column-wrapper.column--odd,
.microsite-product-chart .product_chart .carousel-item .column-wrapper.column--even {
    background-color: #e5eff5; /* rgba(0, 97, 160, 0.1) with #fff as background */
}

.microsite-product-chart .product_chart .life_chart_learn {
    padding: 15px;
}

.microsite-product-chart .product_chart .life_chart_learn a {
    display: inline-block;
}

.microsite-product-chart .product_chart .textlink {
    text-decoration: none;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #0061A0;
    font-size: 12px;
    line-height: 14px;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.microsite-product-chart .product_chart .textlink:hover {
    color: #0090DA;
    text-decoration: underline;
}

.microsite-product-chart .col2 {
    float: right;
}

.microsite-product-chart .mcc2:first-child {
    width: 50%;
}

.microsite-product-chart .mcc2:nth-last-child(2) {
    width: 50%;
    float: right;
}

@media screen and (min-width: 768px) {
    .microsite-product-chart .product_chart {
        width: 100%;
    }

    .microsite-product-chart .product_chart .microsite-column-category {
        visibility: hidden;
    }

    .microsite-product-chart .product_chart .microsite-column-category p {
        overflow: hidden;
    }

    .microsite-product-chart .product_chart .life_insurance_col1 {
        width: 24%;
    }

    .microsite-product-chart .product_chart .life_insurance_col1 .product_chart_key1 span {
        margin-right: 0;
    }

    .microsite-product-chart .product_chart .carousel--microsite {
        width: 76%;
    }

    .microsite-product-chart .product_chart .carousel-item {
        overflow: visible;
    }

    .microsite-product-chart .product_chart .carousel-item.visible-xs {
        display: none !important;
    }

    .microsite-product-chart .mcc2:first-child {
        width: 100%;
    }

    .microsite-product-chart .product_chart .carousel-item .column-wrapper.column--even {
        background-color: #ffffff;
    }
}

@media screen and (min-width: 1024px) {
    .product-comparison-chart-title p {
        font-size: 28px;
        line-height: 32px;
    }

    .microsite-product-chart .product_chart .life_insurance_col1 .product_chart_key1 span {
        margin-right: 5px;
    }
}

[data-comp-spacing="sec-header"] {
    background-color: #fff;
}

.section-header h2 {
    color: #333;
    font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
}

.section-bullets ul {
    list-style: disc;
    font-weight: normal;
    padding-left: 20px;
}

.section-bullets li {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}

.section-bullets ul:nth-child(1):nth-last-child(2) li:last-child,
.section-bullets ul:nth-child(2):nth-last-child(2) li:last-child {
    margin-bottom: 0;
}

.section-text {
    margin-top: 20px;
}

.section-text p {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    text-align: center;
}

.section-text p:last-child {
    margin-bottom: 0;
}

.section-text .section__number {
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .section-header h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .section-bullets ul {
        display: inline-block;
        float: left;
        width: 47.5%;
    }

    .section-bullets ul:nth-child(1):nth-last-child(2) {
        width: 100%;
    }

    .section-bullets ul:nth-child(1) {
        margin-right: 2.5%;
    }

    .section-bullets ul:nth-child(2) {
        margin-left: 2.5%;
    }

    .section-bullets li:last-child {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1024px) {
    .section-header h2 {
        font-size: 22px;
        line-height: 26px;
    }
}
[data-comp-spacing="skinny-fax"] {
    background-color: #f2f2f2;
}

.microsite-skinny-find-an-x input:focus {
    border-color: #0090DA;
}

@media screen and (max-width: 767px) {
    .microsite-skinny-find-an-x .office-search__input {
        margin-top: 21px;
    }
}


.subnav.subnav-mobile--open {
    display: block;
    height: calc(100% - 50px);
    overflow-y: auto;
    background-color: #f2f2f2;
}

.subnav.subnav-mobile--open .subnav__list__item__anchor {
    background-color: #e3e3e3;
    color: #333333;
    text-transform: uppercase;
}

.subnav.subnav-mobile--open .subnav__list__item__anchor:hover {
    text-decoration: underline;
}

.subnav--microsite .icon,
.micro-subnav .icon {
    height: 17px;
    width: 19px;
    top: -3px;
}

.subnav-detail .subnav__list__item__anchor svg {
    display: none;
}

@media screen and (max-width: 767px) {
    .microsite-subnav .subnav__list__item:last-child {
        border-bottom: 1px solid #cccccc;
    }

    .microsite-subnav .subnav__list__item__anchor {
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
        border-top: 1px solid #cccccc;
    }

    .microsite-subnav .subnav__list__item__anchor svg {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .subnav.subnav-mobile--open {
        overflow: visible;
        height: auto;
    }

    .subnav.subnav-mobile--open .subnav__list__item__anchor {
        text-transform: none;
    }

    .subnav.subnav--microsite:hover {
        background: #0061a0;
    }

    .micro-subnav .subnav__list {
        font-size: 0;
    }

    .micro-subnav .subnav__list__item__anchor__label {
        line-height: 20px;
    }

    .subnav-detail li a.active {
        background-color: #f2f2f2;
    }

    .subnav-detail li a.active p {
        color: #333;
    }

    .subnav-detail li a.active:hover p {
        text-decoration: underline;
    }

    .subnav-detail .subnav__list__item__anchor svg {
        display: inline;
    }
}

[data-comp-spacing="agi-contacts"] {
    background-color: #fff;
}

.agi-content-container .agi-content-header {
    text-align: center;
}

.agi-result-container {
    padding-top: 20px;
}

.agi-content-container .agi-contact-header {
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
}

.agi-content-container .form-icon-wrapper select {
    font-size: 14px;
}

.agi-content-container .agi-contacts-country-selector {
    margin: 0 0 15px;
}

.agi-content-container .agi-contact-profile-container .row {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.agi-content-container .agi-contact-profile-container:last-child .row:last-child {
    margin-bottom: 0px;
}

.agi-content-container .agi-contact-profile-container h3 {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.agi-content-container .agi-contact-profile-container p {
    font-size: 14px;
    margin: 0;
    word-wrap: break-word;
    line-height: 20px;
}

.agi-content-container p.agi-contact-profile_name,
.agi-content-container .agi-contact-profile_fax,
.agi-content-container .agi-contact-profile_tel {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .agi-content-container {
        padding: 0 20px;
    }

    .agi-content-container .agi-contact-profile-container:last-child .row:last-child {
        border-bottom: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    .agi-content-container {
        margin: 0 auto;
        width: 80%;
    }

    .agi-result-container {
        padding-top: 30px;
    }

    .agi-content-container .agi-contact-header {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .agi-content-container .agi-contact-profile-container h3 {
        font-size: 18px;
        line-height: 22px;
        text-align: left;
    }

    .agi-content-container .form-icon-wrapper {
        width: 250px;
        display: inline-block;
        margin: 0 6px;
    }

    .agi-content-container p.agi-contact-profile_name,
    .agi-content-container .agi-contact-profile_fax,
    .agi-content-container .agi-contact-profile_tel {
        font-weight: normal;
    }

    .agi-content-container .agi-contact-profile_tel {
        color: #000000;
    }
}

@media screen and (min-width: 1024px) {
    .agi-result-container {
        padding-top: 40px;
    }

    .agi-content-container .agi-contact-header {
        font-size: 20px;
    }

    .agi-content-container .form-icon-wrapper {
        width: 300px;
    }
}

[data-comp-spacing="bio-profile"] {
    background-color: #f2f2f2;
}

.bio-profile__dropdown .form-icon-wrapper select {
    font-size: 14px;
}

.bio-profile__dropdown .form-icon-wrapper select:disabled {
    background-color: #ccc;
}

.bio-profile__results {
    -webkit-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.1);
    width: 30%;
    float: left;
    margin-bottom: 30px;
    font-size: 14px;
    text-align: center;
    position: relative;
}

.bio-profile__bottom {
    min-height: 146px;
    width: 90%;
    margin: 0 auto;
}

.bio-profile-container h2 {
    padding-top: 20px;
    font-size: 14px;
}

.bio-profile__bottom p {
    margin: 0 auto 10px;
    line-height: 18px;
}

.bio-profile__bottom span {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.bio-profile-overlay .view-close {
    top: 7px;
    right: 7px;
}

@media screen and (max-width: 767px) {
    .bio-profile-container {
        padding: 0 20px;
    }

    .bio-profile__dropdown {
        margin-bottom: 20px;
    }

    .bio-profile__dropdown .form-icon-wrapper select {
        width: 100%;
    }

    .bio-profile__dropdown .form-icon-wrapper:first-child {
        margin-bottom: 10px;
    }

    .bio-profile__results {
        width: 100%;
        margin-bottom: 10px;
    }

    .bio-profile-overlay__container {
        padding: 20px 15px 0;
    }

    .bio-profile-overlay__container h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .bio-profile-pic {
        margin-bottom: 20px;
    }

    .bio-profile-overlay__container p {
        font-size: 13px;
        line-height: 18px;
    }
}

@media screen and (min-width: 768px) {
    .bio-profile__dropdown {
        margin-bottom: 30px;
    }

    .bio-profile__dropdown .form-icon-wrapper {
        display: inline-block;
    }

    .bio-profile__dropdown .form-icon-wrapper select {
        max-width: 300px;
        min-width: 250px;
    }

    .bio-profile__dropdown .form-icon-wrapper:first-child {
        margin-right: 10px;
    }

    .bio-profile__results:nth-child(3n+2) {
        margin: 0 5%;
    }

    .bio-profile-overlay__container {
        padding: 30px 30px 10px;
    }

    .bio-profile-overlay__header,
    .bio-profile-overlay__body {
        width: 70%;
        float: right;
    }

    .bio-profile-overlay__container h3 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .bio-profile-pic {
        width: 30%;
        float: left;
        padding-right: 20px;
    }

    .bio-profile-overlay__container p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .bio-profile-overlay__container {
        padding: 40px 40px 20px;
    }

    .bio-profile__dropdown {
        margin-bottom: 40px;
    }
}
.microsites-advanced-login-container .login-container--close__label {
    text-transform: uppercase;
}

.microsites-advanced-login-container .login-container-alert span {
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
}

.microsites-advanced-login-container input {
    padding-top: 10px;
    padding-bottom: 10px;
}

.microsites-advanced-login-container input:focus {
    border-color: #0090DA;
}

@media screen and (max-width: 767px) {
    .microsites-advanced-login-container .login-container-header--left {
        float: left;
    }

    .microsites-advanced-login-container .login-container-alert span {
        font-size: 12px;
        line-height: 16px;
    }

    .microsites-advanced-login-container .login-container-alert p {
        padding-top: 10px;
    }

    .microsites-advanced-login-container .login-popout {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 768px) {
    .microsites-advanced-login-container .login-container--close {
        cursor: pointer;
        display: inline-block;
    }

    .microsites-advanced-login-container .login-container-alert p {
        font-size: 13px;
        padding-top: 20px;
    }

    .microsites-advanced-login-container .login-popout {
        margin-bottom: 30px;
    }

    .microsites-advanced-login-container .login-popout:last-of-type {
        margin-bottom: 0px;
    }
}
.microsites-advanced-carousel {
    max-height: none;
    background-color: #f2f2f2;
    padding-bottom: 20px;
}

.microsites-advanced-carousel .carousel-inner .item {
    width: 100%;
    background-color: #0090da;
    margin: 0 auto;
}

.microsites-advanced-carousel .microsites-advanced-carousel__item--inner {
    width: 100%;
    margin: 0 auto;
}

.microsites-advanced-carousel.carousel-fade .carousel-inner .item {
    opacity: 0.6;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.50s; /* Safari */
    -moz-transition-duration: 0.50s;
    -o-transition-duration: 0.50s;
    -ms-transition-duration: 0.50s;
    transition-duration: 0.50s;
}

.microsites-advanced-carousel.carousel-fade .carousel-inner .item.active {
    opacity: 1;
}

.microsites-advanced-carousel .carousel-inner .item,
.microsites-advanced-carousel .microsites-advanced-carousel__item-title,
.microsites-advanced-carousel .microsites-advanced-carousel__item-img {
    height: 150px;
    max-height: 150px;
}

.microsites-advanced-carousel .microsites-advanced-carousel__item-title {
    position: relative;
    opacity: 1;
    color: #FFFFFF;
    padding: 15px 0;
}

.microsites-advanced-carousel .microsites-advanced-carousel__item-title--top h2 {
    font-family: 'Georgia', 'Times New Roman', 'Times', 'serif';
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    margin: 0;
}

.microsites-advanced-carousel .microsites-advanced-carousel__item-title--top h3 {
    font-weight: normal;
}

.microsites-advanced-carousel .microsites-advanced-carousel__item-title--bottom a.btn-brand-4th.table {
    float: left;
}

.microsites-advanced-carousel .microsites-advanced-carousel__item {
    display: block;
}

.microsites-advanced-carousel .microsites-advanced-carousel__item-img {
    background-position: center center;
    background-size: cover;
}

@media screen and (max-width: 767px) {
	.microsites-advanced-carousel .microsites-advanced-carousel__item-title { 
		padding: 15px;
	}
	
    .microsites-advanced-carousel .microsites-advanced-carousel__item-title--bottom {
        padding-top: 10px;
    }
}

@media screen and (min-width: 768px) {
    .microsites-advanced-carousel {
        max-height: none;
        padding-bottom: 30px;
    }

    .microsites-advanced-carousel .carousel-inner .item,
    .microsites-advanced-carousel .microsites-advanced-carousel__item-title,
    .microsites-advanced-carousel .microsites-advanced-carousel__item-img {
        height: 240px;
        max-height: 240px;
    }

    .microsites-advanced-carousel .microsites-advanced-carousel__item--inner {
        width: 95%;
        margin: 0 auto;
    }

    .microsites-advanced-carousel .microsites-advanced-carousel__item-title {
        padding-top: 15px;
        padding-bottom: 25px;
    }

    .microsites-advanced-carousel .microsites-advanced-carousel__item-title--top,
    .microsites-advanced-carousel .microsites-advanced-carousel__item-title--bottom {
        padding-right: 50px;
    }

    .microsites-advanced-carousel .microsites-advanced-carousel__item-title--top h2 {
        font-size: 28px;
        line-height: 32px;
        margin: 0;
    }

    .microsites-advanced-carousel .microsites-advanced-carousel__item-title--top h3 {
        line-height: 18px;
        font-size: 14px;
        margin: 15px 0 15px 0;
    }

    .microsites-advanced-carousel .carousel-indicators {
        left: 50%;
        top: auto;
        bottom: 35px;
    }
}

@media screen and (min-width: 1024px) {
    .microsites-advanced-carousel {
        max-height: none;
        padding-bottom: 40px;
    }

    .microsites-advanced-carousel .carousel-inner .item,
    .microsites-advanced-carousel .microsites-advanced-carousel__item-title,
    .microsites-advanced-carousel .microsites-advanced-carousel__item-img {
        height: 400px;
        max-height: 400px;
    }

    .microsites-advanced-carousel .microsites-advanced-carousel__item-title {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .microsites-advanced-carousel .microsites-advanced-carousel__item-title--top h2 {
        font-size: 48px;
        line-height: 52px;
        margin: 0;
    }

    .microsites-advanced-carousel .microsites-advanced-carousel__item-title--top h3 {
        font-size: 20px;
        margin: 20px 0 20px 0;
        line-height: 24px;
    }

    .microsites-advanced-carousel .microsites-advanced-carousel__item--inner {
        width: 85%;
        margin: 0 auto;
        max-width: 1300px;
    }

    .microsites-advanced-carousel .carousel-indicators {
        bottom: 55px;
    }
}

.microsites-advanced-homepage-sub__items {
    display: inline-block;
    width: 25%;
}

.microsites-advanced-homepage-sub__items:first-child:nth-last-child(5),
.microsites-advanced-homepage-sub__items:first-child:nth-last-child(5) ~ .microsites-advanced-homepage-sub__items {
    width: 20%;
}

.microsites-advanced-homepage-sub__items:first-child:nth-last-child(6),
.microsites-advanced-homepage-sub__items:first-child:nth-last-child(6) ~ .microsites-advanced-homepage-sub__items {
    width: 16%;
}

.microsites-advanced-nav-links .homepage-sub__link {
    width: 100%;
}
