﻿:root {
    --darkBlue: #3a5a78;
    --blueLightest: #eaf2f9;
    --green: #118654;
    --greenLightest: #ebfcf2;
    --red: #822b2f;
    --redLightest: #ffeef0;
    --purple: #4d4369;
    --purpleLightest: #f1efff;
	
	--greenP:#367a3d;
	--greenPHover:#255B06;
	--claret:#75013f;
	--claretHover:#52012C;
	--warmGray:#f5f2ef;
	--warmGrayWg:#eae5df;
	--grayBorder:#cdc4ba;
	--linkColor:#0d5996;
	--linkHover:#19446A;
	--fushia:#fe3082;
	--lightGray:#f3f3f3;
	--beigeLight:#f9f7f5;
	--darkTextColor:#1a1a1a;
  }


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: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

mark {
    background: #ff0;
    color: var(--darkTextColor)
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

hr {
    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] {
    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;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td, th {
    padding: 0
}

/*!Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css*/
@media print {
    *, *:before, *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.428571429;
    color: var(--darkTextColor);
    background-color: #fff
}

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 {
    display: block;
    max-width: 100%;
    height: auto
}

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

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

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

hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    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
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: var(--beigeLight)
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 22px;
    margin-bottom: 11px
}

h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
    font-size: 65%
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 11px;
    margin-bottom: 11px
}

h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
    font-size: 75%
}

h1, .h1 {
    font-size: 28px
}

h2, .h2 {
    font-size: 24px
}

h3, .h3 {
    font-size: 20px
}

h4, .h4 {
    font-size: 16px
}

h5, .h5 {
    font-size: 16px
}

h6, .h6 {
    font-size: 14px
}

p {
    margin: 0 0 11px
}

.lead {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 24px
    }
}

small, .small {
    font-size: 87%
}

mark, .mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase, .initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: var(--beigeLight)
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover, a.text-primary:focus {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover, a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover, a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover, a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover, a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #337ab7
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #eee
}

ul, ol {
    margin-top: 0;
    margin-bottom: 11px
}

ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 22px
}

dt, dd {
    line-height: 1.428571429
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    display: table;
    content: " "
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 20px;
    border-left: 5px solid #eee
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: var(--beigeLight)
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: "â€”Â "
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
    content: ""
}

.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
    content: "Â â€”"
}

address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.428571429
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, courier new, monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 15px;
    line-height: 1.428571429;
    color: #484848;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

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

.container:before, .container:after {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

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

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

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

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

.container-fluid:after {
    clear: both
}

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

.row:before, .row:after {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0
}

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

.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-right: 15px;
    padding-left: 15px
}

.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-1 {
    width: 8.3333333333%
}

.col-xs-2 {
    width: 16.6666666667%
}

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

.col-xs-4 {
    width: 33.3333333333%
}

.col-xs-5 {
    width: 41.6666666667%
}

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

.col-xs-7 {
    width: 58.3333333333%
}

.col-xs-8 {
    width: 66.6666666667%
}

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

.col-xs-10 {
    width: 83.3333333333%
}

.col-xs-11 {
    width: 91.6666666667%
}

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

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

.col-xs-pull-1 {
    right: 8.3333333333%
}

.col-xs-pull-2 {
    right: 16.6666666667%
}

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

.col-xs-pull-4 {
    right: 33.3333333333%
}

.col-xs-pull-5 {
    right: 41.6666666667%
}

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

.col-xs-pull-7 {
    right: 58.3333333333%
}

.col-xs-pull-8 {
    right: 66.6666666667%
}

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

.col-xs-pull-10 {
    right: 83.3333333333%
}

.col-xs-pull-11 {
    right: 91.6666666667%
}

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

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

.col-xs-push-1 {
    left: 8.3333333333%
}

.col-xs-push-2 {
    left: 16.6666666667%
}

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

.col-xs-push-4 {
    left: 33.3333333333%
}

.col-xs-push-5 {
    left: 41.6666666667%
}

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

.col-xs-push-7 {
    left: 58.3333333333%
}

.col-xs-push-8 {
    left: 66.6666666667%
}

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

.col-xs-push-10 {
    left: 83.3333333333%
}

.col-xs-push-11 {
    left: 91.6666666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-1 {
        width: 8.3333333333%
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

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

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-sm-5 {
        width: 41.6666666667%
    }

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

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

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

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

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

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

    .col-sm-pull-1 {
        right: 8.3333333333%
    }

    .col-sm-pull-2 {
        right: 16.6666666667%
    }

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

    .col-sm-pull-4 {
        right: 33.3333333333%
    }

    .col-sm-pull-5 {
        right: 41.6666666667%
    }

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

    .col-sm-pull-7 {
        right: 58.3333333333%
    }

    .col-sm-pull-8 {
        right: 66.6666666667%
    }

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

    .col-sm-pull-10 {
        right: 83.3333333333%
    }

    .col-sm-pull-11 {
        right: 91.6666666667%
    }

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

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

    .col-sm-push-1 {
        left: 8.3333333333%
    }

    .col-sm-push-2 {
        left: 16.6666666667%
    }

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

    .col-sm-push-4 {
        left: 33.3333333333%
    }

    .col-sm-push-5 {
        left: 41.6666666667%
    }

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

    .col-sm-push-7 {
        left: 58.3333333333%
    }

    .col-sm-push-8 {
        left: 66.6666666667%
    }

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

    .col-sm-push-10 {
        left: 83.3333333333%
    }

    .col-sm-push-11 {
        left: 91.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .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-1 {
        width: 8.3333333333%
    }

    .col-md-2 {
        width: 16.6666666667%
    }

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

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

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

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-8 {
        width: 66.6666666667%
    }

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

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

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

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

    .col-md-pull-1 {
        right: 8.3333333333%
    }

    .col-md-pull-2 {
        right: 16.6666666667%
    }

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

    .col-md-pull-4 {
        right: 33.3333333333%
    }

    .col-md-pull-5 {
        right: 41.6666666667%
    }

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

    .col-md-pull-7 {
        right: 58.3333333333%
    }

    .col-md-pull-8 {
        right: 66.6666666667%
    }

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

    .col-md-pull-10 {
        right: 83.3333333333%
    }

    .col-md-pull-11 {
        right: 91.6666666667%
    }

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

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

    .col-md-push-1 {
        left: 8.3333333333%
    }

    .col-md-push-2 {
        left: 16.6666666667%
    }

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

    .col-md-push-4 {
        left: 33.3333333333%
    }

    .col-md-push-5 {
        left: 41.6666666667%
    }

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

    .col-md-push-7 {
        left: 58.3333333333%
    }

    .col-md-push-8 {
        left: 66.6666666667%
    }

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

    .col-md-push-10 {
        left: 83.3333333333%
    }

    .col-md-push-11 {
        left: 91.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .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-1 {
        width: 8.3333333333%
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

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

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

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

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

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

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

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

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

    .col-lg-pull-1 {
        right: 8.3333333333%
    }

    .col-lg-pull-2 {
        right: 16.6666666667%
    }

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

    .col-lg-pull-4 {
        right: 33.3333333333%
    }

    .col-lg-pull-5 {
        right: 41.6666666667%
    }

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

    .col-lg-pull-7 {
        right: 58.3333333333%
    }

    .col-lg-pull-8 {
        right: 66.6666666667%
    }

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

    .col-lg-pull-10 {
        right: 83.3333333333%
    }

    .col-lg-pull-11 {
        right: 91.6666666667%
    }

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

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

    .col-lg-push-1 {
        left: 8.3333333333%
    }

    .col-lg-push-2 {
        left: 16.6666666667%
    }

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

    .col-lg-push-4 {
        left: 33.3333333333%
    }

    .col-lg-push-5 {
        left: 41.6666666667%
    }

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

    .col-lg-push-7 {
        left: 58.3333333333%
    }

    .col-lg-push-8 {
        left: 66.6666666667%
    }

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

    .col-lg-push-10 {
        left: 83.3333333333%
    }

    .col-lg-push-11 {
        left: 91.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
    background-color: transparent
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: var(--beigeLight);
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px
}

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
    background-color: #f5f5f5
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8
}

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
    background-color: #dff0d8
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6
}

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
    background-color: #d9edf7
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3
}

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc
}

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
    background-color: #f2dede
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: inherit;
    color: #484848;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none
}

input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio], input[type=checkbox][disabled], input[type=checkbox].disabled, fieldset[disabled] input[type=checkbox] {
    cursor: not-allowed
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #484848
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.428571429;
    color: var(--darkTextColor);
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
        line-height: 36px
    }

    input[type=date].input-sm, .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date], input[type=time].input-sm, .input-group-sm > .input-group-btn > input[type=time].btn, .input-group-sm input[type=time], input[type=datetime-local].input-sm, .input-group-sm > .input-group-btn > input[type=datetime-local].btn, .input-group-sm input[type=datetime-local], input[type=month].input-sm, .input-group-sm > .input-group-btn > input[type=month].btn, .input-group-sm input[type=month] {
        line-height: 33px
    }

    input[type=date].input-lg, .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date], input[type=time].input-lg, .input-group-lg > .input-group-btn > input[type=time].btn, .input-group-lg input[type=time], input[type=datetime-local].input-lg, .input-group-lg > .input-group-btn > input[type=datetime-local].btn, .input-group-lg input[type=datetime-local], input[type=month].input-lg, .input-group-lg > .input-group-btn > input[type=month].btn, .input-group-lg input[type=month] {
        line-height: 49px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.radio label, .checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-left: -20px
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px
}

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

.form-control-static {
    min-height: 38px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0
}

.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
    height: 33px;
    line-height: 33px
}

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto
}

.form-group-sm .form-control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 33px;
    line-height: 33px
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 33px;
    min-height: 36px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5
}

.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
    height: 49px;
    line-height: 49px
}

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto
}

.form-group-lg .form-control {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 49px;
    line-height: 49px
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 49px;
    min-height: 42px;
    padding: 11px 16px;
    font-size: 20px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 45px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    pointer-events: none
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
    width: 49px;
    height: 49px;
    line-height: 49px
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 27px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #888
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 29px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " "
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 20px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 14px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
	border-radius:4px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent
}

.btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: var(--beigeLight);
    text-decoration: none
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup, .dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 16px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: var(--darkTextColor);
    white-space: nowrap
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #3b3b3b;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: var(--beigeLight)
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.428571429;
    color: var(--beigeLight);
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: left
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
    z-index: 2
}

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

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " "
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 5px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
    display: table;
    content: " "
}

.btn-group-vertical > .btn-group:after {
    clear: both
}

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified > .btn-group .btn {
    width: 100%
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

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

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell
}

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

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #484848;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px
}

.input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 6px
}

.input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav:before, .nav:after {
    display: table;
    content: " "
}

.nav:after {
    clear: both
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav > li.disabled > a {
    color: var(--beigeLight)
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: var(--beigeLight);
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: var(--darkTextColor);
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified, .nav-tabs.nav-justified {
    width: 100%
}

.nav-justified > li, .nav-tabs.nav-justified > li {
    float: none
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 22px;
    border: 1px solid transparent
}

.navbar:before, .navbar:after {
    display: table;
    content: " "
}

.navbar:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

.navbar-header:before, .navbar-header:after {
    display: table;
    content: " "
}

.navbar-header:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:before, .navbar-collapse:after {
    display: table;
    content: " "
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 567px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 14px 15px;
    font-size: 20px;
    line-height: 22px
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none
}

.navbar-brand > img {
    display: block
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7px -15px
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px
    }

    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        padding-top: 14px;
        padding-bottom: 14px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-right: -15px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px rgba(255, 255, 255, .1), 0 1px rgba(255, 255, 255, .1);
    margin-top: 7px;
    margin-bottom: 7px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
        width: auto
    }

    .navbar-form .input-group > .form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio label, .navbar-form .checkbox label {
        padding-left: 0
    }

    .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 7px;
    margin-bottom: 7px
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 8.5px;
    margin-bottom: 8.5px
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 14px;
    margin-bottom: 14px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav > li > a {
    color: #777
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #fff
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #fff
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #090909
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-link {
    color: #fff
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #fff
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 22px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/Â "
}

.breadcrumb > .active {
    color: var(--beigeLight)
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: var(--beigeLight);
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 22px 0;
    text-align: center;
    list-style: none
}

.pager:before, .pager:after {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:hover, .pager li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    color: var(--beigeLight);
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: var(--beigeLight)
}

.label-default[href]:hover, .label-default[href]:focus {
    background-color: #d9d9d9
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: var(--beigeLight);
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron h1, .jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200
}

.jumbotron > hr {
    border-top-color: #d5d5d5
}

.container .jumbotron, .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 72px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 22px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail > img, .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #484848
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #337ab7
}

.alert {
    padding: 15px;
    margin-bottom: 22px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

.expanded-row-notice .cw-alert {
    background-color: var(--beigeLight);
    padding: 24px;
    position:relative;
    margin-bottom: 15px;    
}
.expanded-row-notice .cw-alert .cw-body {
    margin-left:0 !important;
}
.expanded-row-notice .cw-alert::before {
    content: " ";
    position:absolute;
    width:100%;
    left:0;
    top:0;
    background-color: #b6d3e9;
    display: block;
    height: 8px;
}
.expanded-row-notice .cw-alert::after{
    content: " ";
    position:absolute;
    bottom:0;
    left:0;
    height:4px;
    width:100%;
    background-image: linear-gradient(#ddd, transparent);
}
.header-content-notice + .jumbotron > header > div::before {
    content:none;
}	

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 22px;
    margin-bottom: 22px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media, .media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: var(--beigeLight);
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: var(--beigeLight)
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef
}

a.list-group-item, button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover, a.list-group-item:focus, button.list-group-item:hover, button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:hover, button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active, button.list-group-item-success.active:hover, button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:hover, button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active, button.list-group-item-info.active:hover, button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:hover, button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active, button.list-group-item-warning.active:hover, button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:hover, button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active, button.list-group-item-danger.active:hover, button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 22px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 5%);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 5%)
}

.panel-body {
    padding: 15px
}

.panel-body:before, .panel-body:after {
    display: table;
    content: " "
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0
}

.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0
}

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0
}

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0
}

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 22px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default > .panel-heading {
    color: var(--darkTextColor);
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #484848
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7
}

.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 5%);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 5%)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    appearance: none
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header:before, .modal-header:after {
    display: table;
    content: " "
}

.modal-header:after {
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.428571429
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:before, .modal-footer:after {
    display: table;
    content: " "
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.428571429;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 14px;
    filter: alpha(opacity=0);
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.428571429;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 16px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow:after {
    content: "";
    border-width: 10px
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 16px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.clearfix:before, .clearfix:after {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: 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 {
    display: none !important
}

.visible-sm {
    display: none !important
}

/* Patch for utility nav in Magnolia START*/
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-sm {
        display: block !important
    }
}
/* Patch for utility nav in Magnolia END*/

.visible-md {
    display: none !important
}

.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: 991px) {
    .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: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

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

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

@media (min-width: 992px) and (max-width: 1199px) {
    .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: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

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

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

@media (min-width: 1200px) {
    .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: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

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

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

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

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

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

@media (min-width: 1200px) {
    .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
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent
}

.btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: var(--beigeLight);
    text-decoration: none
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
    width: 100%
}

.btn {
    border: none;
    color: #fff;
    font-family: trust sans, arial, sans-serif;
    font-style: normal;
    padding: .75em 1em;
    text-align: center;
    vertical-align: middle;
    white-space: normal
}

.btn.active, .btn:active {
    -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .5);
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .5);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .5)
}

.btn-icon-xs {
    height: 35px
}

.btn-icon-xs .icon, .btn-icon-xs span {
    position: relative
}

.btn-icon-xs .icon {
    font-size: 18px;
    top: -2px
}

.btn-icon-xs span {
    top: -5px
}

.btn-icon-sm {
    height: 40.59px
}

.btn-icon-sm .icon, .btn-icon-sm span {
    position: relative
}

.btn-icon-sm .icon {
    font-size: 21px;
    top: -5px
}

.btn-icon-sm span {
    top: -8px
}

.btn-icon-md {
    height: 46px
}

.btn-icon-md .icon, .btn-icon-md span {
    position: relative
}

.btn-icon-md .icon {
    font-size: 24px;
    top: -5px
}

.btn-icon-md span {
    top: -9px
}

.btn-icon-lg {
    height: 52.49px
}

.btn-icon-lg .icon, .btn-icon-lg span {
    position: relative
}

.btn-icon-lg .icon {
    font-size: 27px;
    top: -5px
}

.btn-icon-lg span {
    top: -10px
}

.btn .icon {
    margin-right: .625em
}

.btn-default {
    background-color: #f7f7f7;
    border: 1px solid var(--grayBorder);
    color: var(--darkTextColor);
    font-family: trust sans, arial, sans-serif;
    font-style: normal
}

.btn-default:hover {
    background-color: var(--warmGray)
}

.btn-xl {
    font-size: 1.125em;
    line-height: 1.143em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-right: 10%;
    text-align: left
}

.btn-xl .icon {
    margin-right: .556em;
    font-size: 2em;
    float: left;
    padding-left: 10%
}

.btn-lg, .btn-group-lg > .btn {
    font-size: 1.125em;
    line-height: 1.143em;
    padding-top: .85em;
    padding-bottom: .85em
}

.btn-lg .icon, .btn-group-lg > .btn .icon {
    margin-right: .556em
}

.btn-sm, .btn-group-sm > .btn {
    padding-top: .7em;
    padding-bottom: .7em
}

.btn-sm .icon, .btn-group-sm > .btn .icon {
    margin-right: .714em
}

.btn-xs, .btn-group-xs > .btn {
    padding-top: .5em;
    padding-bottom: .5em
}

.btn-primary {
    background-color:var(--greenP);
    color: #fff
}

.btn-primary:hover, .btn-primary:hover:focus {
    background-color: var(--greenPHover);
    color: #fff
}

.btn-primary:focus {
    background-color: var(--greenP);
    color: #fff
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary:active.focus, .btn-primary:active:focus {
    background-color: var(--greenPHover);
    border-color: var(--greenPHover);
    color: #fff
}

.btn-primary.disabled, .btn-primary[disabled] {
    background-color: var(--lightGray);
    color: #888
}

.btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover {
    background-color: var(--lightGray);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888
}

.btn-quickView {
    font-size: .857em;
    background-color: var(--warmGray);
    color: var(--darkTextColor)
}

.btn-quickView:hover, .btn-quickView:hover:focus {
    background-color: var(--warmGray);
    color: #fff
}

.btn-quickView:focus {
    background-color: var(--warmGray);
    color: var(--darkTextColor)
}

.btn-quickView.active.focus, .btn-quickView.active:focus, .btn-quickView:active.focus, .btn-quickView:active:focus {
    background-color: var(--warmGray);
    border-color: var(--warmGray);
    color: #fff
}

.btn-quickView.disabled, .btn-quickView[disabled] {
    background-color: var(--warmGray);
    color: #fff
}

.btn-quickView.disabled:focus, .btn-quickView.disabled:hover, .btn-quickView[disabled]:focus, .btn-quickView[disabled]:hover {
    background-color: var(--warmGray);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff
}

.btn-secondary {
    background-color: var(--claret);
    color: #fff
}

.btn-secondary:hover, .btn-secondary:hover:focus {
    background-color: var(--claret);
    color: #fff
}

.btn-secondary:focus {
    background-color: var(--claret);
    color: #fff
}

.btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary:active.focus, .btn-secondary:active:focus {
    background-color: #4e79a2;
    border-color: #4e79a2;
    color: #fff
}

.btn-secondary.disabled, .btn-secondary[disabled] {
    background-color: var(--lightGray);
    color: #888
}

.btn-secondary.disabled:focus, .btn-secondary.disabled:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled]:hover {
    background-color: var(--lightGray);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888
}

.btn-secondary-paired {
    border: 1px solid var(--linkColor);
    font-weight: 500;
    background-color: #fff;
    color: #2477bf
}

.btn-secondary-paired.disabled, .btn-secondary-paired[disabled], .btn-secondary-paired fieldset[disabled] {
    border: 0;
	background-color:var(--lightGray);
	color:#8b8b8b;
}

.btn-secondary-paired:hover, .btn-secondary-paired:hover:focus {
    background-color: var(--linkColor);
    color: #fff
}

.btn-secondary-paired:focus {
    background-color: #fff;
    color: #2477bf
}

.btn-secondary-paired.active.focus, .btn-secondary-paired.active:focus, .btn-secondary-paired:active.focus, .btn-secondary-paired:active:focus {
    background-color: var(--linkColor);
    border-color: var(--linkColor);
    color: #fff
}

.btn-secondary-paired.disabled:focus, .btn-secondary-paired.disabled:hover, .btn-secondary-paired[disabled]:focus, .btn-secondary-paired[disabled]:hover {
    background-color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888
}

.btn-showmore:before {
    font-family: higux;
    content: "\e03f";
    display: inline-block;
    margin-right: .556em;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.btn-showmore.active {
    box-shadow: none;
    background-color: var(--claret)
}

.btn-showmore.active:before {
    content: "\e040"
}

.btn-showmore.active.btn-secondary-paired {
    color: #fff
}

.btn-showmore.active.btn-secondary-paired:focus {
    background-color: var(--claret)
}

.btn-showmore.active.btn-secondary-paired:hover {
    background-color: var(--claretHover)
}

.btn-link {
    color: var(--linkColor);
    font-weight: 700
}

.cta-buttons .btn {
    margin-bottom: 1.25em
}

.brow-check-modal-wrapper {
    margin: 0 auto;
    max-width: 500px;
    width: 500px
}

.brow-check-modal-wrapper .brow-check-modal-overlay {
    background: #000;
    background: rgba(0, 0, 0, .75);
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9998
}

.brow-check-modal-wrapper .brow-check-close {
    cursor: pointer;
    float: right;
    width: 20px
}

.brow-check-modal-wrapper .brow-check-close:hover {
    color: #000
}

.brow-check-modal-wrapper .brow-check-modal-content {
    background-color: #fff;
    border-top: 4px solid #b6d3e9;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    height: auto;
    max-width: 600px;
    min-width: 550px;
    overflow: hidden;
    padding: 30px;
    position: fixed;
    top: 10px;
    width: auto;
    z-index: 9999
}

.brow-check-modal-wrapper .brow-check-modal-content .brow-check-content-header {
    border-bottom: 1px solid #999;
    padding-bottom: 20px
}

.brow-check-modal-wrapper .brow-check-modal-content .brow-check-content-body {
    margin-top: 20px
}

.brow-check-modal-wrapper .brow-check-modal-content .brow-check-content-icons {
    margin: 20px 0 20px 5px;
    overflow: hidden
}

.brow-check-modal-wrapper .brow-check-modal-content .brow-check-content-icons img {
    border-right: 1px solid #b6d3e9;
    float: left;
    height: 144px;
    margin-right: 5px;
    width: 126px
}

.brow-check-modal-wrapper .brow-check-modal-content .brow-check-content-icon-last img {
    border-right: 0
}

@media (min-width: 992px) {
    .brow-check-modal-wrapper .brow-check-modal-content {
        width: 600px
    }
}

html {
    overflow-x: hidden
}

html body {
    overflow-x: hidden;
    font-family: trust sans, Arial, san serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    -ms-overflow-style: scrollbar;
    line-height: 1.5
}

html body h1 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 0
}

html body h2 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 0
}

html body h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0
}

html body h4 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0
}

html body h5 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0
}

html body h6 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0
}

html body h1 > strong, html body h1 > a, html body h2 > strong, html body h2 > a, html body h3 > strong, html body h3 > a, html body h4 > strong, html body h4 > a, html body h5 > strong, html body h5 > a, html body h6 > strong, html body h6 > a {
    font-weight: 700
}

html body a {
    color: var(--linkColor)
}

html body a:hover {
    color: var(--linkHover);
    cursor: pointer
}

html body a:focus {
    color: var(--linkHover);
    text-decoration: underline;
    outline: 1px dotted #212121;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

html body ol li {
    list-style: decimal
}

html body ol li ol li {
    list-style: lower-roman
}

html body sup {
    font-family: Arial, Helvetica, sans-serif;
    top: -.4em
}

html body .img-align-left {
    margin-bottom: 10px;
    margin-right: 10px
}

html body .img-align-right {
    margin-bottom: 10px;
    margin-left: 10px
}

html body .form-control {
    -webkit-appearance: none
}

hr {
    border-top: 1px solid #ccc
}

html body {
    background-color: #fff
}

@media (min-width: 1680px) {
    body > header, body > .jumbotron, .home-page > main, .home-page > .jumbotron, body > main, .header-content, body > footer > .container-fluid, body > footer + .disclaimer > .container-fluid {
        max-width: 1800px;
        margin-left: auto;
        margin-right: auto
    }
}

.breadcrumb, h1 {
    max-width: 1140px;
    margin-left: auto !important;
    margin-right: auto !important
}

.page-wide .container {
    width: 100%
}

.page-wide .breadcrumb, .page-wide h1 {
    max-width: none;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.page-wide main .header-xlarge, .page-wide main .header-xlarge-center {
    font-size: 2.8rem
}

.page-wide main .header-large, .page-wide main .header-large-center, .page-wide main h2 {
    font-size: 2.4rem
}

.page-wide main .header-medium, .page-wide main .header-medium-center, .page-wide main h3 {
    font-size: 2.2rem
}

.page-wide main .header-small, .page-wide main .header-small-center, .page-wide main h4, .page-wide main .content-title {
    font-size: 2rem
}

.page-wide main .cw-body {
    font-size: 2rem
}

.page-wide .disclaimer-text {
    font-size: 1.6rem
}

@media (min-width: 768px) {
    .container-fluid, .page-wide .container {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media (min-width: 992px) {
    .container-fluid, .page-wide .container {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media (min-width: 1200px) {
    .container-fluid, .page-wide .container {
        padding-right: 60px;
        padding-left: 60px
    }
}

.page-body {
    margin-top: 40px
}

.flex-row {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width: 768px) {
    .flex-row {
        display: flex
    }
    .flex-row.row-align-top{

    }
    .flex-row.row-align-middle{
        align-items:center;
    }
    .flex-row.row-align-bottom{
        align-items:flex-end;
    }        
}

.flex-row > .flex-col-sm {
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .flex-row > .flex-col-sm {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0
    }

    .flex-row > .flex-col-sm > article {
        height: calc(100% - 20px)
    }

    .flex-row > .flex-col-sm:nth-last-child(1):first-child > article {
        height: auto
    }
}

@media (min-width: 768px) {
    .flex-row.row-layout-33-66 > .flex-col-sm:first-child {
        width: 33.33%;
        flex-basis: auto;
        margin-left: 15px;
        padding-left: 0;
        padding-right: 0;
        text-align: right
    }

    .flex-row.row-layout-33-66 > .flex-col-sm:last-child {
        width: 66.66%;
        flex-basis: auto;
        padding-left: 30px;
        padding-right: 0;
        margin-right: 15px
    }

    .flex-row.row-layout-66-33 > .flex-col-sm:last-child {
        width: 33.33%;
        flex-basis: auto;
        margin-right: 15px;
        padding-right: 0;
        padding-left: 0;
        order: 1
    }

    .flex-row.row-layout-66-33 > .flex-col-sm:first-child {
        width: 66.66%;
        flex-basis: auto;
        padding-right: 30px;
        padding-left: 0;
        margin-left: 15px
    }
}

@media (max-width: 768px) {
    .flex-row.row-layout-66-33 {
        display: flex;
        flex-direction: column
    }
}

@media (min-width: 768px) {
    .flex-row.row-layout-3-col-wrap {
        flex-wrap: wrap
    }

    .flex-row.row-layout-3-col-wrap > .flex-col-sm {
        width: 33.33%;
        flex: none
    }

    .flex-row.row-layout-4-col-wrap {
        flex-wrap: wrap
    }

    .flex-row.row-layout-4-col-wrap > .flex-col-sm {
        width: 25%;
        flex: none
    }

    .flex-row.row-layout-2-col-wrap {
        flex-wrap: wrap
    }

    .flex-row.row-layout-2-col-wrap > .flex-col-sm {
        width: 50%;
        flex: none
    }
}

@media (min-width: 567px) {
    .flex-row.row-layout-5-max-wrap {
        flex-wrap: wrap;
        display: flex
    }

    .flex-row.row-layout-5-max-wrap > .flex-col-sm {
        width: 50%;
        flex: auto
    }

    .flex-row.row-layout-5-max-wrap > .flex-col-sm > article {
        height: calc(100% - 20px)
    }

    .flex-row.row-layout-5-max-wrap > .flex-col-sm:nth-last-child(1):first-child > article {
        height: auto
    }
}

@media (min-width: 768px) {
    .flex-row.row-layout-5-max-wrap > .flex-col-sm {
        width: 33.33%;
        flex: none
    }
}

@media (min-width: 992px) {
    .flex-row.row-layout-5-max-wrap > .flex-col-sm {
        width: 25%;
        flex: none
    }
}

@media (min-width: 1200px) {
    .flex-row.row-layout-5-max-wrap > .flex-col-sm {
        width: 20%;
        flex: none
    }
}

@media (min-width: 768px) {
    .flex-row.row-layout-4-max-wrap {
        display: flex;
        flex-wrap: wrap
    }

    .flex-row.row-layout-4-max-wrap > .flex-col-sm {
        width: 50%;
        flex: none
    }

    .flex-row.row-layout-4-max-wrap > .flex-col-sm > article {
        height: calc(100% - 20px)
    }

    .flex-row.row-layout-4-max-wrap > .flex-col-sm:nth-last-child(1):first-child > article {
        height: auto
    }
}

@media (min-width: 992px) {
    .flex-row.row-layout-4-max-wrap > .flex-col-sm {
        width: 33.33%;
        flex: none
    }
}

@media (min-width: 1200px) {
    .flex-row.row-layout-4-max-wrap > .flex-col-sm {
        width: 25%;
        flex: none
    }
}

@media (min-width: 768px) {
    .flex-row.row-layout-3-max-wrap {
        display: flex;
        flex-wrap: wrap
    }

    .flex-row.row-layout-3-max-wrap > .flex-col-sm {
        width: 50%;
        flex: none
    }

    .flex-row.row-layout-3-max-wrap > .flex-col-sm > article {
        height: calc(100% - 20px)
    }

    .flex-row.row-layout-3-max-wrap > .flex-col-sm:nth-last-child(1):first-child > article {
        height: auto
    }
}

@media (min-width: 1200px) {
    .flex-row.row-layout-3-max-wrap > .flex-col-sm {
        width: 33.33%;
        flex: none
    }
}

@media (min-width: 768px) {
    .medium-width-row .flex-row.row-layout-33-66 {
        width: 120%;
        margin-left: -20%
    }

    .medium-width-row .flex-row.row-layout-66-33 {
        width: 120%;
        margin-right: -20%
    }

    .medium-width-row .flex-row.row-layout-66-33 > .flex-col-sm > article > .cw-body > .content-section > ul, .medium-width-row .flex-row.row-layout-66-33 > .flex-col-sm > article > .cw-body > .content-section ol {
        margin-left: 0;
        overflow: visible
    }
}

.article-tags {
    margin-bottom: 20px
}

.article-tags a {
    font-size: 16px;
    text-decoration: none !important;
    display: inline-block;
    padding-right: 6px;
    border-right: 1px solid #ccc;
    margin-right: 2px;
    margin-bottom: 0 !important;
    line-height: 16px
}

.article-tags a:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0
}

.article-tags a:hover {
    text-decoration: underline !important
}

a[href^="tel:"] {
    white-space: nowrap
}

@font-face {
    font-family: trust sans;
    src: url(/.resources/thehartford/webresources/fonts/trust/sans/regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: trust sans;
    src: url(/.resources/thehartford/webresources/fonts/trust/sans/italic.woff2) format("woff2");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: trust sans;
    src: url(/.resources/thehartford/webresources/fonts/trust/sans/regular.woff2) format("woff2");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: trust sans;
    src: url(/.resources/thehartford/webresources/fonts/trust/sans/bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: trust serif;
    src: url(/.resources/thehartford/webresources/fonts/trust/serif/regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: trust serif;
    src: url(/.resources/thehartford/webresources/fonts/trust/serif/italic.woff2) format("woff2");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: trust serif;
    src: url(/.resources/thehartford/webresources/fonts/trust/serif/bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}


.nav > li > a:hover, .nav > li > a:focus {
    background-color: inherit
}

nav ul li {
    list-style-type: none
}

nav ul li ul li {
    list-style-type: none
}

nav .navbar-links ul li a {
    color: var(--darkTextColor);
    font-size: 1em
}

@media (min-width: 992px) {
    nav .navbar-links ul li a {
        color: var(--darkTextColor)
    }
}

.navbar-toggle {
    background-color: inherit;
    border: none;
    margin-top: 30px;
    padding: 0;
    margin-right: 0;
    margin-left: 18px;
    color: var(--darkTextColor);
    line-height: 14px
}

.navbar-toggle i {
    font-size: 24px;
    line-height: 26px;
    height: 29px;
    margin-bottom: 3px;
    display: inline-block
}

.navbar-toggle i.icon-user {
    margin-top: 2px;
    margin-bottom: 8px
}

.navbar-toggle i.icon-close {
    margin-top: 2px;
    font-size: 20px;
    margin-bottom: 1px
}

.navbar-toggle span {
    display: block;
    font-size: 11px;
    font-weight: 500
}

.dropdown-toggle:focus {
    color: #000;
    text-decoration: underline;
    outline: 1px dotted #212121;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

@media (min-width: 992px) {
    .my-account-dropdown.open > .dropdown-menu, .utility-nav .open > .dropdown-menu {
        display: none
    }

    .dropdown.focus .dropdown-menu, .dropdown:hover .dropdown-menu {
        display: block
    }

    .mega-nav .dropdown.focus .dropdown-menu {
        transform: translateY(0)
    }
}

.left-nav {
    padding: 1em;
    background-color: var(--beigeLight);
    margin-bottom: 1em;
    margin-left: -15px;
    margin-right: -15px
}

.left-nav .left-nav-parent ul {
    display: none
}

.left-nav .left-nav-parent .in {
    display: block
}

@media (min-width: 992px) {
    .left-nav {
        padding: 0;
        background-color: inherit;
        margin-bottom: 1em;
        margin-left: 0;
        margin-right: 0
    }
}

.left-nav .title {
    font-size: 1.3em;
    color: #484848;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em
}

.left-nav .title .icon:before {
    font-size: 24px;
    vertical-align: text-bottom
}

.left-nav ul {
    margin-left: 0;
    padding-left: 0
}

.left-nav ul li {
    list-style-type: none;
    margin-left: 0;
    padding-top: 1em;
    font-weight: 500;
    font-size: 1.15em
}

.left-nav ul li .active {
    color: #000;
    text-decoration: none
}

.left-nav ul li .active a {
    color: #000;
    cursor: pointer;
    text-decoration: none
}

@media (min-width: 992px) {
    .left-nav ul li {
        font-size: 1em
    }
}

.left-nav ul li ul li {
    padding-left: 1em
}

.left-nav ul li.active > a {
    color: #000;
    cursor: pointer;
    text-decoration: none
}

.jumbotron .section-nav-dropdown {
    display: block;
    position: relative
}

@media (max-width: 992px) {
    .jumbotron .section-nav-dropdown {
        margin-top: 20px
    }
}

.jumbotron .section-nav-dropdown > button, .jumbotron .section-nav-dropdown > ul {
    z-index: 999;
    right: 0;
    left: auto;
    float: none;
    text-align: left
}

.jumbotron .section-nav-dropdown > button {
    padding-left: 50px
}

.jumbotron .section-nav-dropdown > button::before {
    font-family: higux;
    content: "\e025";
    font-size: 20px;
    padding: 0 10px 0 0;
    color: inherit;
    font-weight: 700;
    position: absolute;
    padding-right: 10px;
    left: 16px;
    top: 10px
}

.jumbotron .section-nav-dropdown > ul.dropdown-menu {
    position: relative;
    border-radius: 0;
    border: 0;
    padding: 10px 10px 20px
}

@media (max-width: 992px) {
    .jumbotron .section-nav-dropdown > ul.dropdown-menu {
        box-shadow: none;
        border: 1px solid #ccc;
        margin-top: 0;
        width: 100%
    }
}

.jumbotron .section-nav-dropdown > ul.dropdown-menu .section-nav-item {
    margin-left: 20px
}

.jumbotron .section-nav-dropdown > ul.dropdown-menu .section-nav-item a {
    color: var(--linkColor);
    padding: 8px;
    border-bottom: 1px solid var(--grayBorder);
    border-top: 1px solid var(--grayBorder);
    margin-top: -1px;
    white-space: normal
}

.jumbotron .section-nav-dropdown > ul.dropdown-menu .section-nav-item:first-child > a {
    border-top: 0
}

.jumbotron .section-nav-dropdown > ul.dropdown-menu .section-nav-item.active > a, .jumbotron .section-nav-dropdown > ul.dropdown-menu .section-nav-item.active > a:hover, .jumbotron .section-nav-dropdown > ul.dropdown-menu .section-nav-item.active > a:focus {
    color: var(--darkTextColor);
    background-color: transparent;
    font-weight: 500;
    position: relative
}

.jumbotron .section-nav-dropdown > ul.dropdown-menu .section-nav-item.active > a::before, .jumbotron .section-nav-dropdown > ul.dropdown-menu .section-nav-item.active > a:hover::before, .jumbotron .section-nav-dropdown > ul.dropdown-menu .section-nav-item.active > a:focus::before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    display: block;
    border-top: 4px solid #f7941f;
    border-right: 4px solid #f7941f;
    top: 12px;
    left: 4px;
    transform: rotate(45deg);
    border-radius: 2px;
    margin-left: -20px;
    margin-top: 0
}

.jumbotron .section-nav-dropdown > ul.dropdown-menu .section-nav-item.active > a::after, .jumbotron .section-nav-dropdown > ul.dropdown-menu .section-nav-item.active > a:hover::after, .jumbotron .section-nav-dropdown > ul.dropdown-menu .section-nav-item.active > a:focus::after {
    position: absolute;
    content: "";
    height: 4px;
    width: 13px;
    display: block;
    background-color: #f7941f;
    top: 16px;
    left: 0;
    border-radius: 2px;
    margin-left: -20px;
    margin-top: 0
}

.jumbotron .section-nav-dropdown > ul.dropdown-menu ul {
    display: block;
    list-style: none;
    padding: 0;
    position: static;
    box-shadow: none;
    margin: 0;
    float: none
}

.jumbotron .section-nav-dropdown > ul.dropdown-menu ul .section-nav-item a {
    display: block;
    padding-left: 0;
    font-size: 1.4rem
}

.jumbotron .section-nav-dropdown > ul.dropdown-menu ul .section-nav-item a:hover, .jumbotron .section-nav-dropdown > ul.dropdown-menu ul .section-nav-item a:focus {
    text-decoration: none;
    background-color: #f5f5f5
}

.jumbotron .section-nav-dropdown > ul.dropdown-menu ul .section-nav-item:first-child > a {
    border-top: 1px solid #ddd
}

.jumbotron .section-nav-dropdown.open > button {
    background-color: var(--claret);
    color: #fff
}

@media (min-width: 992px) {
    .jumbotron .section-nav-dropdown {
        height: 1px
    }

    .jumbotron .section-nav-dropdown button, .jumbotron .section-nav-dropdown ul.dropdown-menu {
        position: absolute
    }

    .jumbotron .section-nav-dropdown button {
        bottom: 0;
        width: auto
    }

    .jumbotron .section-nav-dropdown .dropdown-menu {
        top: 0
    }

    .jumbotron .section-nav-dropdown .dropdown-menu a {
        max-width: 600px
    }
}

@media (min-width: 992px) {
    .page-title-separator + .section-nav-dropdown button {
        bottom: 18px
    }

    .page-title-separator + .section-nav-dropdown .dropdown-menu {
        top: -19px
    }
}

.jumbotron {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    z-index: 2
}

.jumbotron header {
    margin: 0 0 20px;
    background-color: #fff
}

@media (min-width: 768px) {
    .jumbotron header {
        margin-bottom: 30px
    }
}

.jumbotron header .marquee-intro [class^=header-] {
    line-height: 1.1
}

.jumbotron header .marquee-intro .sub-head {
    color: var(--darkTextColor);
    font-size: 20px
}

.jumbotron header .container-fluid:before {
    content: " ";
    background-color: #000;
    display: block;
    height: 1px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .jumbotron header .container-fluid:before {
        margin-bottom: 20px
    }
}

.jumbotron header h1, .jumbotron header h2, .jumbotron header h3, .jumbotron header h4, .jumbotron header h5, .jumbotron header h6 {
    margin: 0;
    text-transform: none;
    font-weight: 700;
    color: var(--darkTextColor)
}

.jumbotron header h1 {
    font-size: 28px
}

@media (min-width: 992px) {
    .jumbotron header h1 {
        font-size: 32px
    }
}

.jumbotron header h1.page-title-separator {
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc
}

.jumbotron header h2 {
    font-size: 24px
}

.jumbotron header h3 {
    font-size: 20px
}

.jumbotron header h4 {
    font-size: 18px
}

.jumbotron p {
    font-size: 1em
}

@media (max-width: 992px) {
    .jumbotron .page-title, .jumbotron .page-title-separator {
        padding-right: 0 !important
    }
}

.jumbotron article {
    display: block;
    margin: 0;
    position: relative
}

.jumbotron article .cw-primary {
    background-color: #b6d3e9
}

.jumbotron article .cw-secondary {
    background-color: #484848
}

.jumbotron .widget-sc-quotebox, .jumbotron .widget-dropdown, .jumbotron .widget-dropdown-blue, .jumbotron article {
    display: table
}

@media (min-width: 992px) {
    .jumbotron .widget-sc-quotebox, .jumbotron .widget-dropdown, .jumbotron .widget-dropdown-blue, .jumbotron article {
        height: 1px;
        min-height: 300px
    }
}

.jumbotron .article-cqb {
    display: block
}

@media (min-width: 992px) {
    .jumbotron .article-cqb {
        height: auto;
        min-height: 1px
    }
}

.jumbotron .cqb-tab article, .jumbotron .cqb-retrieve article {
    display: block;
    background-color: #fff
}

@media (min-width: 992px) {
    .jumbotron .cqb-tab article, .jumbotron .cqb-retrieve article {
        height: auto;
        min-height: 1px
    }
}

.jumbotron .cqb-retrieve {
    border: .1em solid #b6d3e9;
    min-height: 300px
}

.jumbotron article.video-wrapper {
    background-color: #fff;
    border: 6px solid #b6d3e9;
    padding: 1em;
    min-height: 300px
}

.jumbotron .cw-body {
    display: table-cell;
    min-height: 230px;
    padding: 20px 20px 0;
    vertical-align: middle
}

.jumbotron .cw-body-2 {
    padding: 20px 20px 0;
    min-height: 173px
}

.jumbotron .cw-footer, .jumbotron .cw-footer-primary, .jumbotron .cw-footer-secondary {
    display: table-row;
    height: 50px
}

.jumbotron .cw-footer .content-section, .jumbotron .cw-footer-primary .content-section, .jumbotron .cw-footer-secondary .content-section {
    display: table-cell;
    padding: 20px;
    vertical-align: middle
}

.jumbotron .cw-footer-2, .jumbotron .cw-footer-primary-2 {
    padding: .8em 1.5em 1em
}

.jumbotron .cw-outline-2 {
    background-color: #fff;
    border: .3em solid #b6d3e9;
    min-height: 220px
}

.jumbotron .cw-outline {
    background-color: #fff;
    border: 6px solid #b6d3e9
}

.jumbotron .widget-combined-quotebox {
    border-bottom: 0;
    border-top: 0;
    display: block
}

.jumbotron .widget-combined-quotebox .hig-aggregate-stars {
    display: block;
    overflow: hidden;
    float: none
}

@media (min-width: 768px) {
    .jumbotron .widget-combined-quotebox .hig-aggregate-stars {
        float: left
    }
}

.jumbotron .widget-combined-quotebox .hig-aggregate-ratings, .jumbotron .widget-combined-quotebox .hig-aggregate-url {
    float: none
}

@media (min-width: 768px) {
    .jumbotron .widget-combined-quotebox .hig-aggregate-ratings, .jumbotron .widget-combined-quotebox .hig-aggregate-url {
        float: left
    }
}

.jumbotron .widget-combined-quotebox .cw-body {
    display: block;
    min-height: 1px
}

.jumbotron hr {
    display: none;
    background-color: #b6d3e9;
    height: 5px;
    width: 100%;
    margin: 0;
    border: 0
}

.marquee {
    min-height: 300px
}

.marquee-wrapper {
    overflow: hidden;
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    min-height: 300px
}

@media (min-width: 992px) {
    .marquee-wrapper {
        overflow: inherit
    }

    .marquee-wrapper .marquee-image1, .marquee-wrapper .marquee-image2 {
        height: 100%
    }
}

.marquee-wrapper .marquee-image1 {
    background-repeat: no-repeat;
    background-position: 75%;
    background-size: cover;
    left: 0;
    padding-top: 44%;
    position: absolute;
    width: 100%;
    z-index: 1
}

@media (min-width: 768px) {
    .marquee-wrapper .marquee-image1 {
        background-size: cover;
        min-height: 300px;
        padding-top: 0
    }
}

@media (min-width: 992px) {
    .marquee-wrapper .marquee-image1 {
        width: 65%;
        background-position: 0;
        min-height: 300px;
        padding-top: 0
    }
}

.marquee-wrapper .marquee-image2 {
    display: none;
    background-repeat: no-repeat;
    background-position: 75%;
    background-size: cover;
    padding-top: 44%;
    position: absolute;
    right: 0;
    width: 70%;
    z-index: 2
}

@media (min-width: 768px) {
    .marquee-wrapper .marquee-image2 {
        background-size: cover;
        min-height: 300px;
        padding-top: 0
    }
}

@media (min-width: 992px) {
    .marquee-wrapper .marquee-image2 {
        display: block;
        min-height: 300px;
        padding-top: 0
    }
}

.marquee-wrapper .marquee-image {
    height: 300px;
    width: 100%;
    background-position: 50%;
    background-size: cover
}

.marquee-wrapper .marquee-widget {
    margin-top: 44%;
    position: relative;
    z-index: 5
}

@media (min-width: 768px) {
    .marquee-wrapper .marquee-widget {
        margin-top: 300px
    }
}

@media (min-width: 992px) {
    .marquee-wrapper .marquee-widget {
        margin-top: 0;
        width: 970px
    }
}

@media (min-width: 1200px) {
    .marquee-wrapper .marquee-widget {
        padding-top: 0;
        width: 1171px
    }
}

.marquee-no-widget {
    min-height: auto
}

.marquee-no-widget .marquee-image2 {
    display: block;
    position: relative
}

@keyframes upandin {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes lineup {
    0% {
        transform: scaleY(0)
    }
    100% {
        transform: scaleY(1)
    }
}

.marquee-hero-wrapper {
    position: relative;
    background-color: #fff
}

.marquee-hero-wrapper .marquee-hero-image {
    width: 100%;
    height: auto;
    display: block;
    min-height: 34vw
}

@media (min-width: 1200px) {
    .marquee-hero-wrapper .marquee-hero-image {
        min-height: 400px
    }
}

.marquee-hero-wrapper .marquee-hero-caption {
    background-color: var(--claret);
    color: #fff !important;
    padding: 10px 0;
    text-align: right
}

.marquee-hero-wrapper .marquee-hero-caption [class^=header-], .marquee-hero-wrapper .marquee-hero-caption h1, .marquee-hero-wrapper .marquee-hero-caption h2, .marquee-hero-wrapper .marquee-hero-caption h3, .marquee-hero-wrapper .marquee-hero-caption h4, .marquee-hero-wrapper .marquee-hero-caption h5, .marquee-hero-wrapper .marquee-hero-caption h6, .marquee-hero-wrapper .marquee-hero-caption a:not(.btn), .marquee-hero-wrapper .marquee-hero-caption .icon-arrow-right:after, .marquee-hero-wrapper .marquee-hero-caption .media-caption, .marquee-hero-wrapper .marquee-hero-caption .disclaimer-text {
    color: #fff !important
}

.marquee-hero-wrapper .marquee-hero-caption a:not(.btn) {
    text-decoration: underline
}

.marquee-hero-wrapper .marquee-hero-caption a:not(.btn):hover {
    font-style: italic
}

.marquee-hero-wrapper .marquee-hero-caption .icon-arrow-right > a::after {
    color: #fff
}

.marquee-hero-wrapper .marquee-hero-caption .icon-arrow-right a {
    text-decoration: none
}

.marquee-hero-wrapper .marquee-hero-caption .icon-arrow-right a:hover {
    font-style: normal
}

.marquee-hero-wrapper .marquee-hero-caption ul {
    list-style: none
}

.marquee-hero-wrapper .marquee-hero-caption ul li {
    position: relative
}

.marquee-hero-wrapper .marquee-hero-caption ul li::before {
    content: "\e087";
    font-family: higux;
    font-size: 8px;
    color: #f7941f;
    position: absolute;
    left: -18px;
    top: 6px
}

@media (min-width: 992px) {
    .marquee-hero-wrapper .marquee-hero-content {
        position: absolute;
        z-index: 9;
        height: 100%;
        top: 0;
        margin-top: 40px
    }
}

.marquee-hero-wrapper .marquee-hero-content .marquee-hero-text {
    font-weight: 500;
    color: var(--darkTextColor);
    background-color: transparent;
    z-index: 9;
    position: relative;
    padding: 0 15px 0 20px;
    margin: 20px 0;
    transform: translateY(0);
    transition: opacity .3s ease-out, transform .3s ease-out
}

.marquee-hero-wrapper .marquee-hero-content .marquee-hero-text [class^=header-] {
    font-size: 18px;
    font-weight: 700
}

.marquee-hero-wrapper .marquee-hero-content .marquee-hero-text:after {
    content: " ";
    position: absolute;
    height: calc(100% - 12px);
    width: 6px;
    background-color: #efc21b;
    top: 6px;
    left: 0;
    z-index: -1;
    transform: scaleY(1);
    transform-origin: bottom;
    transition: transform .3s ease-out
}

@media (min-width: 768px) {
    .marquee-hero-wrapper .marquee-hero-content .marquee-hero-text {
        position: absolute;
        top: 60px;
        left: 0;
        max-width: 400px;
        padding-left: 65px;
        margin: 0
    }

    .marquee-hero-wrapper .marquee-hero-content .marquee-hero-text [class^=header-] {
        font-size: 27px
    }

    .marquee-hero-wrapper .marquee-hero-content .marquee-hero-text:after {
        height: calc(100% - 12px);
        top: 8px;
        left: 30px;
        width: 8px
    }
}

@media (min-width: 992px) {
    .marquee-hero-wrapper .marquee-hero-content .marquee-hero-text {
        position: relative;
        top: 0;
        left: -64px;
        max-width: 590px;
        padding-left: 90px;
        margin-top: 40px
    }

    .marquee-hero-wrapper .marquee-hero-content .marquee-hero-text:after {
        left: 64px
    }

    .marquee-hero-wrapper .marquee-hero-content .marquee-hero-text:nth-last-child(2) {
        margin-top: 0
    }
}

@media (min-width: 1200px) {
    .marquee-hero-wrapper .marquee-hero-content .marquee-hero-text {
        max-width: 590px;
        left: -60px;
        padding-left: 90px
    }

    .marquee-hero-wrapper .marquee-hero-content .marquee-hero-text:after {
        left: 60px
    }
}

@media (min-width: 1680px) {
    .marquee-hero-wrapper .marquee-hero-content .marquee-hero-text {
        max-width: 720px
    }

    .marquee-hero-wrapper .marquee-hero-content .marquee-hero-text [class^=header-] {
        font-size: 40px
    }
}

.marquee-hero-wrapper .marquee-hero-content .marquee-hero-text .marquee-action {
    font-size: 16px
}

@media (min-width: 768px) {
    .marquee-hero-wrapper .marquee-hero-content .marquee-hero-text .marquee-action {
        margin-top: 6px;
        font-weight: 700
    }
}

@media (min-width: 1680px) {
    .marquee-hero-wrapper .marquee-hero-content .marquee-hero-text .marquee-action {
        font-size: 20px
    }
}

.marquee-hero-wrapper .marquee-hero-content .marquee-hero-text .marquee-action .icon-arrow-right:after {
    color: var(--darkTextColor);
    font-size: 18px;
    vertical-align: middle
}

.marquee-hero-wrapper .marquee-hero-content .marquee-hero-text .marquee-action a {
    color: var(--darkTextColor);
    font-weight: 700
}

.marquee-hero-wrapper .marquee-hero-content .marquee-hero-text a {
    text-decoration: underline
}

@media (min-width: 768px) {
    .marquee-hero-wrapper .marquee-hero-content .hero-text-white, .marquee-hero-wrapper .marquee-hero-content .hero.text-light-blue, .marquee-hero-wrapper .marquee-hero-content .hero-text-dark-blue {
        max-width: 50%;
        line-height: 1.24;
        font-size: 93%
    }

    .marquee-hero-wrapper .marquee-hero-content .hero-text-white:before {
        content: " ";
        position: absolute;
        top: -12px;
        left: 0;
        width: calc(100% + 12px);
        height: calc(100% + 24px);
        background-color: rgba(255, 255, 255, .9);
        z-index: -1
    }

    .marquee-hero-wrapper .marquee-hero-content .hero-text-light-blue {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .marquee-hero-wrapper .marquee-hero-content .hero-text-light-blue:before {
        content: " ";
        position: absolute;
        top: -12px;
        left: 0;
        width: calc(100% + 12px);
        height: calc(100% + 24px);
        background-color: rgba(182, 211, 233, .9);
        z-index: -1
    }

    .marquee-hero-wrapper .marquee-hero-content .hero-text-dark-blue {
        color: #fff
    }

    .marquee-hero-wrapper .marquee-hero-content .hero-text-dark-blue [class^=header-] {
        color: #fff
    }

    .marquee-hero-wrapper .marquee-hero-content .hero-text-dark-blue a:not(.btn) {
        color: #fff;
        text-decoration: underline
    }

    .marquee-hero-wrapper .marquee-hero-content .hero-text-dark-blue a:not(.btn):hover {
        font-style: italic
    }

    .marquee-hero-wrapper .marquee-hero-content .hero-text-dark-blue .icon-arrow-right > a::after {
        color: #fff
    }

    .marquee-hero-wrapper .marquee-hero-content .hero-text-dark-blue .icon-arrow-right a {
        text-decoration: none
    }

    .marquee-hero-wrapper .marquee-hero-content .hero-text-dark-blue .icon-arrow-right a:hover {
        font-style: normal
    }

    .marquee-hero-wrapper .marquee-hero-content .hero-text-dark-blue:before {
        content: " ";
        position: absolute;
        top: -12px;
        left: 0;
        width: calc(100% + 12px);
        height: calc(100% + 24px);
        background-color: rgba(58, 90, 120, .9);
        z-index: -1
    }
}

@media (min-width: 992px) {
    .marquee-hero-wrapper .marquee-hero-content .hero-text-white, .marquee-hero-wrapper .marquee-hero-content .hero.text-light-blue, .marquee-hero-wrapper .marquee-hero-content .hero-text-dark-blue {
        max-width: 580px;
        line-height: 1.429;
        font-size: 100%
    }
}

@media (min-width: 1680px) {
    .marquee-hero-wrapper .marquee-hero-content .hero-text-white, .marquee-hero-wrapper .marquee-hero-content .hero.text-light-blue, .marquee-hero-wrapper .marquee-hero-content .hero-text-dark-blue {
        max-width: 720px
    }
}

.marquee-hero-wrapper .marquee-widget {
    margin-top: 25px;
    margin-bottom: 25px
}

@media (min-width: 992px) {
    .marquee-hero-wrapper .marquee-widget {
        margin-top: 40px;
        margin-bottom: 0;
        width: 460px
    }
}

@media (min-width: 1200px) {
    .marquee-hero-wrapper .marquee-widget {
        margin-left: 90px
    }
}

.marquee-hero-wrapper .marquee-widget > article {
    min-height: 260px;
    background-color: #fff;
    border: 10px solid #fff;
}

@media (max-width: 768px) {
    .marquee-hero-wrapper .marquee-widget > article {
        min-height: 0
    }
}

@media (min-width: 992px) {
    .marquee-hero-wrapper .marquee-widget > article {
        box-shadow: 4px 7px 19px rgba(0, 0, 0, .23);
        background-color: #fff
    }
}

.marquee-hero-wrapper .marquee-widget .widget-combined-quotebox {
    padding: 30px 20px
}

@media (min-width: 992px) {
    .marquee-hero-wrapper .marquee-widget .widget-combined-quotebox {
        padding: 15px 20px;
        margin-top: 0;
        margin-bottom: 0
    }
}

.marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .cqb-getquote {
    min-height: auto
}

@media (min-width: 992px) {
    .marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .cqb-getquote .cqb-body .cqb-nav {
        width: 25%;
        padding-right: 10px
    }

    .marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .cqb-getquote .cqb-body .cqb-nav ul li {
        padding: 10px 6px;
        border: 2px solid #fff;
        background-color: #fff;
        color: var(--darkTextColor);
        box-shadow: none;
        margin-bottom: 2px
    }

    .marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .cqb-getquote .cqb-body .cqb-nav ul li.active, .marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .cqb-getquote .cqb-body .cqb-nav ul li:hover {
        border: 2px solid #f7941f;
        outline: 0;
        color: var(--darkTextColor)
    }

    .marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .cqb-getquote .cqb-body .cqb-nav ul li.active .cqb-header .icon, .marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .cqb-getquote .cqb-body .cqb-nav ul li:hover .cqb-header .icon {
        color: var(--darkTextColor)
    }

    .marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .cqb-getquote .cqb-body .cqb-nav ul li.active .cqb-header > a, .marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .cqb-getquote .cqb-body .cqb-nav ul li:hover .cqb-header > a {
        color: var(--darkTextColor)
    }

    .marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .cqb-getquote .cqb-body .cqb-nav ul li.active .cqb-header:after, .marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .cqb-getquote .cqb-body .cqb-nav ul li:hover .cqb-header:after {
        content: none
    }

    .marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .cqb-getquote .cqb-body .cqb-nav ul li:hover a, .marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .cqb-getquote .cqb-body .cqb-nav ul li:hover .icon {
        color: var(--darkTextColor)
    }
}

.marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .cqb-getquote .cqb-body .cqb-content {
    background-color: #fff;
    padding: 0
}

@media (min-width: 992px) {
    .marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .cqb-getquote .cqb-body .cqb-content {
        width: 75%;
        padding-left: 15px;
        padding-right: 15px
    }
}

.marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .cqb-getquote .cqb-body .cqb-content .cqb-tab article {
    background-color: #fff !important;
    color: var(--darkTextColor)
}

.marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .cqb-getquote .cqb-body .cqb-content .cqb-tab article h2, .marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .cqb-getquote .cqb-body .cqb-content .cqb-tab article h3, .marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .cqb-getquote .cqb-body .cqb-content .cqb-tab article h4, .marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .cqb-getquote .cqb-body .cqb-content .cqb-tab article h5, .marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .cqb-getquote .cqb-body .cqb-content .cqb-tab article [class^=header-] {
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 6px
}

.marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .cqb-getquote .cqb-body .cqb-content .cqb-tab article .hig-form-wrapper .form-group {
    margin: 8px 0
}

.marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .cqb-getquote .cqb-body .cqb-content .cqb-tab article .hig-form-wrapper .select-container:after {
    background-color: transparent;
    color: var(--linkColor);
    font-size: 30px;
    font-size: 30px
}

@media (min-width: 768px) {
    .marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .cqb-getquote .extra-links {
        text-align: left
    }
}

@media (min-width: 768px) {
    .marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .cqb-getquote .extra-links {
        text-align: left
    }
}

.marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .cqb-getquote .extra-links .btn-retrieve-quote {
    display: inline-block;
    color: var(--linkColor);
    font-weight: 700;
    cursor: pointer
}

.marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .cqb-getquote .extra-links .btn-retrieve-quote:hover {
    text-decoration: underline
}

.marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .getaquote .select-insurance-type {
    margin: 10px 0
}

@media (min-width: 768px) {
    .marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .getaquote .form-group:not(.select-container) {
        float: left;
        width: 48%;
        margin-right: 4%
    }

    .marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .getaquote .btn-block {
        float: right;
        width: 48%
    }
}

@media (min-width: 992px) {
    .marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .getaquote .form-group:not(.select-container) {
        float: none;
        width: auto;
        margin-right: 0
    }

    .marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .getaquote .btn-block {
        float: none;
        width: 100%;
        margin-top: 15px
    }
}

.marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .getaquote input[name=zip] {
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #979797;
    border-left: 0;
	border-radius:0;
    padding-left: 0;
    padding-right: 0;
    color: var(--darkTextColor);
    box-shadow: none;
    font-size: 20px;
    background-color: transparent;
    z-index: 3;
    position: relative
}

.marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .getaquote input[name=zip]::placeholder {
    font-weight: 300
}

.marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .getaquote input[name=zip]::-ms-clear {
    display: none
}

.marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .getaquote .has-error input[name=zip] {
    border-bottom: 2px solid #b83b2f
}

.marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .getaquote .has-error input[name=zip]::placeholder {
    font-size: 16px
}

.marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .getaquote .has-error input[name=zip]:-ms-input-placeholder {
    font-size: 16px
}

.marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .getaquote .has-error .help-block {
    position: absolute;
    top: 6px;
    right: 0;
    width: 71%;
    text-align: right;
    z-index: 2
}

.marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .getaquote .has-error .help-block ul:before {
    margin-left: 5px;
    float: none;
    vertical-align: middle
}

.marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .getaquote .has-error .help-block ul li {
    display: inline;
    margin-left: 0;
    font-size: 14px
}

.marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .cqb-retrieve {
    background-color: transparent;
    padding: 0
}

@media (min-width: 992px) {
    .marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .cqb-retrieve {
        padding-top: 10px
    }
}

.marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .cqb-retrieve article {
    background-color: transparent !important
}

.marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .cqb-retrieve article > div:not([class^=header-]) {
    color: var(--darkTextColor);
    font-size: 15px
}

.marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .cqb-retrieve article > form {
    margin-top: 12px
}

@media (min-width: 768px) {
    .marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .cqb-retrieve .extra-links {
        text-align: left
    }
}

.marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .cqb-retrieve .extra-links .btn-start-quote {
    display: inline-block;
    color: var(--linkColor);
    font-weight: 700;
    cursor: pointer
}

.marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .cqb-retrieve .extra-links .btn-start-quote:hover {
    text-decoration: underline
}

@media (min-width: 768px) {
    .marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .cqb-retrieve .extra-links .btn-start-quote {
        margin-top: 9px
    }
}

.marquee-hero-wrapper .marquee-widget .widget-combined-quotebox .cqb-retrieve .extra-links .btn-start-quote:before {
    font-family: higux;
    content: "\e045";
    font-size: 14px;
    padding: 0 8px 0 0;
    color: inherit;
    font-weight: 700;
    vertical-align: middle;
    display: inline-block
}

.marquee-hero-wrapper .marquee-widget .widget-single-quotebox {
    border: 8px solid #b6d3e9;
    box-shadow: 0 2px 17px rgba(0, 0, 0, .23);
    padding: 30px 20px
}

@media (min-width: 992px) {
    .marquee-hero-wrapper .marquee-widget .widget-single-quotebox {
        padding: 15px 20px;
        border: 0;
        margin-top: 0;
        margin-bottom: 0;
        min-height: 260px
    }
}

.marquee-hero-wrapper .marquee-widget .widget-single-quotebox .cqb-getquote {
    min-height: auto
}

.marquee-hero-wrapper .marquee-widget .widget-single-quotebox .cqb-getquote .cqb-body .cqb-content {
    background-color: #fff;
    padding: 0
}

.marquee-hero-wrapper .marquee-widget .widget-single-quotebox .cqb-getquote .cqb-body .cqb-content article {
    min-height: auto
}

.marquee-hero-wrapper .marquee-widget .widget-single-quotebox .cqb-getquote .extra-links {
    margin-top: 20px
}

@media (min-width: 768px) {
    .marquee-hero-wrapper .marquee-widget .widget-single-quotebox .cqb-getquote .extra-links {
        text-align: left
    }
}

.marquee-hero-wrapper .marquee-widget .widget-single-quotebox .getaquote .select-insurance-type {
    margin: 10px 0
}

@media (min-width: 768px) {
    .marquee-hero-wrapper .marquee-widget .widget-single-quotebox .getaquote .form-group:not(.select-container) {
        float: left;
        width: 48%;
        margin-right: 4%
    }

    .marquee-hero-wrapper .marquee-widget .widget-single-quotebox .getaquote .btn-block {
        float: right;
        width: 48%
    }
}

@media (min-width: 992px) {
    .marquee-hero-wrapper .marquee-widget .widget-single-quotebox .getaquote .form-group:not(.select-container) {
        float: none;
        width: auto;
        margin-right: 0
    }

    .marquee-hero-wrapper .marquee-widget .widget-single-quotebox .getaquote .btn-block {
        float: none;
        width: 100%;
        margin-top: 15px
    }
}

.marquee-hero-wrapper .marquee-widget .widget-single-quotebox .getaquote input[name=zip] {
    color: var(--darkTextColor);
    box-shadow: none;
    font-size: 14px;
    background-color: transparent;
    z-index: 3;
    position: relative
}

.marquee-hero-wrapper .marquee-widget .widget-single-quotebox .getaquote input[name=zip]::placeholder {
    font-weight: 300
}

.marquee-hero-wrapper .marquee-widget .widget-single-quotebox .getaquote input[name=zip]::-ms-clear {
    display: none
}

.marquee-hero-wrapper .marquee-widget .widget-single-quotebox .getaquote .has-error .help-block {
    position: absolute;
    top: 6px;
    right: 10px;
    width: 71%;
    text-align: right;
    z-index: 2
}

.marquee-hero-wrapper .marquee-widget .widget-single-quotebox .getaquote .has-error .help-block ul:before {
    margin-left: 5px;
    float: none;
    vertical-align: middle
}

.marquee-hero-wrapper .marquee-widget .widget-single-quotebox .getaquote .has-error .help-block ul li {
    display: inline;
    margin-left: 0;
    font-size: 14px
}

.marquee-hero-wrapper .marquee-widget .widget-single-quotebox .cqb-retrieve {
    background-color: transparent;
    padding: 0;
    border: 0;
    min-height: auto
}

.marquee-hero-wrapper .marquee-widget .widget-single-quotebox .cqb-retrieve article {
    background-color: transparent !important
}

.marquee-hero-wrapper .marquee-widget .widget-single-quotebox .cqb-retrieve article > div:not([class^=header-]) {
    color: var(--darkTextColor);
    font-size: 15px
}

.marquee-hero-wrapper .marquee-widget .widget-single-quotebox .cqb-retrieve article > form {
    margin-top: 12px
}

@media (min-width: 768px) {
    .marquee-hero-wrapper .marquee-widget .widget-single-quotebox .cqb-retrieve .extra-links {
        text-align: left
    }
}

.marquee-hero-wrapper .marquee-widget .widget-single-quotebox .cqb-retrieve .extra-links .btn-start-quote {
    display: inline-block
}

@media (min-width: 768px) {
    .marquee-hero-wrapper .marquee-widget .widget-single-quotebox .cqb-retrieve .extra-links .btn-start-quote {
        margin-top: 9px
    }
}

.marquee-hero-wrapper .marquee-widget .widget-single-quotebox .cqb-retrieve .extra-links .btn-start-quote:before {
    font-family: higux;
    content: "\e045";
    font-size: 14px;
    padding: 0 8px 0 0;
    color: inherit;
    font-weight: 700;
    vertical-align: text-bottom;
    display: inline-block
}

@media (min-width: 768px) {
    .home-page .marquee-hero-wrapper .marquee-widget {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .home-page .marquee-hero-wrapper .marquee-widget {
        width: 28em
    }
}

.home-page .marquee-hero-wrapper .marquee-widget > .article-cqb {
    border: 0
}

@media (min-width: 768px) {
    .marquee-hero-wrapper.animate-marquee .marquee-hero-content .marquee-hero-text {
        animation-name: upandin;
        animation-duration: .3s;
        animation-delay: .5s;
        animation-fill-mode: forwards;
        animation-timing-function: ease-out;
        opacity: 0;
        width: 44em
    }

    .marquee-hero-wrapper.animate-marquee .marquee-hero-content .marquee-hero-text:after {
        transform: scaleY(0);
        animation-name: lineup;
        animation-duration: .3s;
        animation-delay: .6s;
        animation-fill-mode: forwards;
        animation-timing-function: ease-out
    }
}

@media (min-width: 992px) {
    .marquee-hero-wrapper.animate-marquee .marquee-widget {
        animation-name: upandin;
        animation-duration: .3s;
        animation-delay: .8s;
        animation-fill-mode: forwards;
        animation-timing-function: ease-out;
        opacity: 0
    }
}

.marquee-nophoto-wrapper .marquee-action .icon-arrow-right:hover, .marquee-splitphoto-wrapper .marquee-action .icon-arrow-right:hover, .marquee-fullphoto-wrapper .marquee-action .icon-arrow-right:hover {
    cursor: pointer
}


.marquee-nophoto-wrapper .marquee-hero-content, .marquee-splitphoto-wrapper .marquee-hero-content, .marquee-fullphoto-wrapper .marquee-hero-content {
    background-color: var(--warmGray);
    padding: 20px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .marquee-nophoto-wrapper .marquee-hero-content, .marquee-splitphoto-wrapper .marquee-hero-content, .marquee-fullphoto-wrapper .marquee-hero-content {
        padding: 40px;
        margin-bottom: 30px
    }
}

@media (min-width: 992px) {
    .marquee-nophoto-wrapper .marquee-hero-text, .marquee-splitphoto-wrapper .marquee-hero-text, .marquee-fullphoto-wrapper .marquee-hero-text {
        width: 80%
    }
}

@media (min-width: 1680px) {
    .marquee-nophoto-wrapper .marquee-hero-text, .marquee-splitphoto-wrapper .marquee-hero-text, .marquee-fullphoto-wrapper .marquee-hero-text {
        width: 60%
    }
}

.marquee-nophoto-wrapper .marquee-hero-text .content-title, .marquee-nophoto-wrapper .marquee-hero-text [class^=header-], .marquee-splitphoto-wrapper .marquee-hero-text .content-title, .marquee-splitphoto-wrapper .marquee-hero-text [class^=header-], .marquee-fullphoto-wrapper .marquee-hero-text .content-title, .marquee-fullphoto-wrapper .marquee-hero-text [class^=header-] {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.28;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .marquee-nophoto-wrapper .marquee-hero-text .content-title, .marquee-nophoto-wrapper .marquee-hero-text [class^=header-], .marquee-splitphoto-wrapper .marquee-hero-text .content-title, .marquee-splitphoto-wrapper .marquee-hero-text [class^=header-], .marquee-fullphoto-wrapper .marquee-hero-text .content-title, .marquee-fullphoto-wrapper .marquee-hero-text [class^=header-] {
        font-size: 27px
    }
}

@media (min-width: 1200px) {
    .marquee-nophoto-wrapper .marquee-hero-text .content-title, .marquee-nophoto-wrapper .marquee-hero-text [class^=header-], .marquee-splitphoto-wrapper .marquee-hero-text .content-title, .marquee-splitphoto-wrapper .marquee-hero-text [class^=header-], .marquee-fullphoto-wrapper .marquee-hero-text .content-title, .marquee-fullphoto-wrapper .marquee-hero-text [class^=header-] {
        font-size: 40px
    }
}

.marquee-nophoto-wrapper .marquee-hero-text div, .marquee-splitphoto-wrapper .marquee-hero-text div, .marquee-fullphoto-wrapper .marquee-hero-text div {
    line-height: 1.7;
    font-size: 16px
}

@media (min-width: 768px) {
    .marquee-nophoto-wrapper .marquee-hero-text div, .marquee-splitphoto-wrapper .marquee-hero-text div, .marquee-fullphoto-wrapper .marquee-hero-text div {
        font-size: 18px
    }
}

@media (min-width: 992px) {
    .marquee-nophoto-wrapper .marquee-hero-text div, .marquee-splitphoto-wrapper .marquee-hero-text div, .marquee-fullphoto-wrapper .marquee-hero-text div {
        line-height: 1.7
    }
}

@media (min-width: 1200px) {
    .marquee-nophoto-wrapper .marquee-hero-text div, .marquee-splitphoto-wrapper .marquee-hero-text div, .marquee-fullphoto-wrapper .marquee-hero-text div {
        font-size: 20px
    }
}

.marquee-nophoto-wrapper .marquee-hero-text .content-button, .marquee-splitphoto-wrapper .marquee-hero-text .content-button, .marquee-fullphoto-wrapper .marquee-hero-text .content-button {
    margin-top: 10px;
    width: 50%
}


.marquee-splitphoto-wrapper {
    position: relative;
    display: flex;
    flex-direction: column
}

.marquee-splitphoto-wrapper img {
    width: calc(100% - 30px);
    margin: 0 auto;
    order: 2;
    flex: none
}

@media (min-width: 768px) {
    .marquee-splitphoto-wrapper img {
        width: calc(70% - 45px)
    }
}

@media (min-width: 992px) {
    .marquee-splitphoto-wrapper img {
        margin-right: 30px;
        margin-left: 0;
        width: 50%;
        position: absolute;
        right: 0;
        border: 15px solid #fff;
        border-right: 0;
        border-top: 0;
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 1200px) {
    .marquee-splitphoto-wrapper img {
        margin-right: 60px
    }
}

@media (min-width: 992px) {
    .marquee-splitphoto-wrapper {
        display: block
    }
}

.marquee-splitphoto-wrapper .video {
    order: 2
}

@media (min-width: 768px) {
    .marquee-splitphoto-wrapper .video {
        width: 70%;
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 992px) {
    .marquee-splitphoto-wrapper .video {
        min-height: auto;
        position: unset;
        margin: 0;
        width: auto
    }
}

.marquee-splitphoto-wrapper .video .hig-modal img {
    width: 100%
}

@media (min-width: 992px) {
    .marquee-splitphoto-wrapper .video .hig-modal img {
        width: 50%
    }
}

@media (min-width: 992px) {
    .marquee-splitphoto-wrapper .video .video-overlay {
        left: auto;
        top: 14vw;
        width: 50%;
        right: 30px;
        position: absolute
    }
}

@media (min-width: 1200px) {
    .marquee-splitphoto-wrapper .video .video-overlay {
        right: 60px
    }
}

@media (min-width: 1680px) {
    .marquee-splitphoto-wrapper .video .video-overlay {
        top: 280px
    }
}

.marquee-splitphoto-wrapper .video-play-wrapper {
    width: 130px;
    margin: auto
}

.marquee-splitphoto-wrapper .marquee {
}

.marquee-splitphoto-wrapper .marquee-hero-content {
    margin-top: 20px
}

.marquee-splitphoto-wrapper .marquee-hero-content img {
    display: none
}

@media (min-width: 992px) {
    .marquee-splitphoto-wrapper .marquee-hero-content img {
        display: block;
        padding-left: 0;
        padding-right: 0;
        visibility: hidden;
        position: relative;
        border: 0;
        margin: 0 0 10px;
        width: 52%
    }
}

@media (min-width: 992px) {
    .marquee-splitphoto-wrapper .marquee-hero-content {
        margin-top: 55px;
        margin-right: 10%;
        display: flex;
        align-items: center
    }
}

@media (min-width: 992px) {
    .marquee-splitphoto-wrapper .marquee-hero-text {
        width: 45%
    }
}

.marquee-splitphoto-wrapper .marquee-hero-text .content-button {
    width: 75%
}

.marquee-fullphoto-wrapper img {
    height: auto;
    width: 100%
}

@media (max-width: 767px) {
    .marquee-fullphoto-wrapper .container {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 768px) {
    .marquee-fullphoto-wrapper .marquee-hero-content {
        position: relative;
        width: 85%;
        margin-left: auto;
        margin-top: -90px;
        display: block;
        margin-right: -60px
    }
}

@media (min-width: 1200px) {
    .marquee-fullphoto-wrapper .marquee-hero-content {
        width: 75%
    }
}

@media (min-width: 1680px) {
    .marquee-fullphoto-wrapper .marquee-hero-content {
        width: 65%
    }
}

.marquee-fullphoto-wrapper .marquee-hero-text {
    width: 100%
}

.marquee-fullphoto-wrapper .marquee-hero-text .content-title, .marquee-fullphoto-wrapper .marquee-hero-text [class^=header-] {
    font-size: 22px
}

@media (min-width: 768px) {
    .marquee-fullphoto-wrapper .marquee-hero-text .content-title, .marquee-fullphoto-wrapper .marquee-hero-text [class^=header-] {
        font-size: 30px
    }
}

@media (min-width: 1680px) {
    .marquee-fullphoto-wrapper .marquee-hero-text .content-title, .marquee-fullphoto-wrapper .marquee-hero-text [class^=header-] {
        font-size: 40px
    }
}

.marquee {
}

.article-optqb {
    padding: 30px 15px;
    min-height: 360px;
    max-width: 500px;
    margin: 0 auto !important
}

@media (min-width: 768px) {
    .article-optqb {
        padding: 30px
    }
}

@media (min-width: 992px) {
    .article-optqb {
        width: 460px
    }
}

.article-optqb .optqb-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 0;
    margin: 20px 0 30px;
    transition: margin-top .4s linear
}

@media (max-width: 420px) {
    .article-optqb .optqb-nav {
        display: block
    }
}

.article-optqb .optqb-nav a {
    flex: none;
    width: 32%;
    border: 2px solid var(--grayBorder);
    border-radius: 5px;
    list-style: none;
    text-align: center;
    padding: 6px 8px;
    box-shadow: 1px 1px 4px 1px rgba(50, 50, 50, .4);
    color: var(--darkTextColor);
    background-color: #fff;
    transition: padding .4s linear, background-color .2s linear
}

@media (max-width: 420px) {
    .article-optqb .optqb-nav a {
        width: 100%;
        display: block;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        margin-bottom: 4px
    }

    .article-optqb .optqb-nav a .wrapper-icon {
        display: none !important
    }
}

@media (min-width: 512px) {
    .article-optqb .optqb-nav a {
        width: 28%
    }
}

.article-optqb .optqb-nav a span {
    padding-right: 16px
}

.article-optqb .optqb-nav a span::after {
    position: absolute;
    display: inline-block;
    font-family: higux;
    content: "\e046";
    font-size: 1em;
    padding: 1px 4px 0;
    vertical-align: text-bottom
}

.article-optqb .optqb-nav a .wrapper-icon {
    display: none
}

.article-optqb .optqb-nav a.active, .article-optqb .optqb-nav a:hover, .article-optqb .optqb-nav a:focus, .article-optqb .optqb-nav a:active {
    background-color: var(--claret);
    color: #fff;
    text-decoration: none
}

.article-optqb .optqb-nav.initial-state {
    margin-top: 40px
}

.article-optqb .optqb-nav.initial-state a {
    padding-top: 20px;
    padding-bottom: 20px;
    animation-name: a-rise;
    animation-delay: 1s;
    animation-duration: .6s;
    animation-iteration-count: 2;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.article-optqb .optqb-nav.initial-state a:nth-child(2) {
    animation-delay: 1.1s
}

.article-optqb .optqb-nav.initial-state a:nth-child(3) {
    animation-delay: 1.2s
}

.article-optqb .optqb-nav.initial-state a .wrapper-icon {
    display: block;
    margin-bottom: 0;
    font-size: 40px
}

.article-optqb .optqb-content .optqb-tab {
    display: none;
    animation-name: cqb-fade;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-timing-function: linear
}

.article-optqb .optqb-content .optqb-tab.active {
    display: block
}

.article-optqb .optqb-content .optqb-tab > article {
    display: block;
    min-height: 0;
    height: auto
}

.article-optqb .widget-option-quotebox .form-group {
    margin-bottom: 10px
}

.article-optqb .widget-option-quotebox .form-group input:placeholder-shown {
    font-size: 14px
}

.article-optqb .widget-option-quotebox .form-group #retrievequote-dob {
    width: 98%
}

.article-optqb .widget-option-quotebox .form-group .date-time-picker span.input-group-addon {
    padding-top: 5px;
    padding-bottom: 5px
}

.article-optqb .col-sm-6 {
    padding-left: 5px;
    padding-right: 5px
}

.article-optqb .extra-links {
    margin-top: 12px;
    text-align: center
}

@keyframes a-rise {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-40px)
    }
}

.marquee-card-with-title {
    padding-top: 40px
}

.marquee-card-wrapper {
    display: flex;
    flex-direction: column;
    background: var(--warmGray);
}

.marquee-card-wrapper .marquee-title {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #f7941f;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 15px;
    margin-bottom: 0;
    text-align: right
}

.marquee-card-wrapper .marquee-hero-image {
    height: auto;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

.marquee-card-wrapper .container {
    width: 100%;
    background-color: #fff
}

.marquee-card-wrapper {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 5%)
}

.marquee-card-wrapper .marquee-hero-content {
    padding-bottom: 20px
}

.marquee-card-wrapper .marquee-hero-content .marquee-hero-text {
    font-weight: 500;
    padding: 23px 18px 22px 40px;
    position: relative;
    z-index: 2
}

.marquee-card-wrapper .marquee-hero-content .marquee-hero-text:after {
    content: " ";
    height: 22%;
    position: absolute;
    width: 6px;
    background-color: #efc21b;
    left: 18px;
    top: 0;
    z-index: -1
}

.marquee-card-wrapper .marquee-hero-content .marquee-hero-text > div {
    line-height: 24px
}

.marquee-card-wrapper .marquee-hero-content .marquee-hero-text .article-tags {
    margin-top: 10px;
    margin-bottom: 6px
}

.marquee-card-wrapper .marquee-hero-content .marquee-hero-text .feature-story-title {
    color: var(--darkTextColor);
    font-size: 26px;
    height: auto;
    line-height: 34px;
    position: relative;
    margin-bottom: 6px
}

.marquee-card-wrapper .marquee-hero-content .marquee-hero-text .feature-story-title:after {
    bottom: 0;
    content: " ";
    position: absolute;
    width: 6px;
    background-color: #efc21b;
    left: -22px;
    height: calc(100% + 23px);
    z-index: -1
}

.marquee-card-wrapper .marquee-hero-content .marquee-hero-text .feature-story-text {
    font-weight: 400;
    color: #333;
    margin-top: 14px
}

.connect-with-author{ 
    margin-top:20px; 
    color:var(--linkColor); 
    font-weight:400; 
    } 
    .connect-with-author a:first-child{ 
    margin-left:8px; 
    } 
    .connect-with-author a{ 
    line-height:1.1; 
    margin-right:8px; 
    display:inline-block; 
    } 
    .connect-with-author a + a{ 
    padding-left:10px; 
    border-left:1px solid var(--linkColor); 
    } 
    .connect-with-author .icon{ 
    background-color: var(--linkColor); 
    border-radius: 50%;
    height: 22px; 
    width: 22px; 
    display: inline-block; 
    color: #fff; 
    font-size: 14px; 
    line-height: 22px; 
    text-align: center; 
    margin-right:5px; 
    } 
    @media screen and (min-width: 560px) { 
        .m-only { 
        display:none; 
        } 
    } 

.marquee-card-wrapper .marquee-hero-content .marquee-hero-text .feature-story-author .crop-profile-image {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    overflow: hidden;
    display: flex;
    justify-content: center
}

.marquee-card-wrapper .marquee-hero-content .marquee-hero-text .feature-story-author img {
    display: inline-block;
    margin: 0;
    height: 100%;
    width: auto
}

.marquee-card-wrapper .marquee-hero-content .marquee-hero-text .feature-story-author .feature-story-author-name {
    display: inline-block;
    color: #2477bf;
    font-weight: 500
}

.marquee-card-wrapper .marquee-hero-content .marquee-hero-text .feature-story-author .feature-story-author-date {
    margin-left: 25px;
    position: relative;
    color: var(--darkTextColor)
}

.marquee-card-wrapper .marquee-hero-content .marquee-hero-text .feature-story-author .feature-story-author-date:before {
    content: "";
    height: 16px;
    background-color: #ccc;
    position: absolute;
    top: 3px;
    left: -14px;
    width: 2px
}

.marquee-card-wrapper .marquee-hero-content .marquee-hero-text .feature-story-author .feature-story-author-date:first-child::before {
    content: none
}

.marquee-card-wrapper .marquee-hero-content .marquee-hero-text .feature-story-author::before {
    content: "by ";
    display: inline-block;
    font-weight: 400
}

.marquee-card-wrapper .marquee-hero-content .marquee-hero-text .feature-story-author a:hover {
    text-decoration: none
}

.marquee-card-wrapper .marquee-hero-content .marquee-hero-text .feature-story-author a:hover > div {
    text-decoration: underline
}

.marquee-card-wrapper .marquee-hero-content .marquee-hero-text .feature-story-author a > div::after {
    content: ","
}

.marquee-card-wrapper .marquee-hero-content .marquee-hero-text .feature-story-author a:last-child > div::after {
    content: none
}

.marquee-card-wrapper .marquee-hero-content .marquee-hero-text .feature-story-author a:nth-last-child(2):first-child > div::after {
    content: "&" !important;
    display: inline-block;
    font-weight: 400;
    padding-left: 5px
}

@media (min-width: 768px) {
    .marquee-card-wrapper .marquee-title {
        padding-right: 30px
    }
}

@media (min-width: 992px) {
    .marquee-card-with-title {
        padding-top: 0
    }

    .marquee-card-wrapper {
        display: flex;
        flex-direction: row;
        min-width: 100%;
        position: relative
    }

    .marquee-card-wrapper .marquee-hero-image {
        align-self: flex-start;
        display: block;
        order: 2;
        margin: 0 0 0 auto;
        width: 60%;
        max-width: 885px
    }

    .marquee-card-wrapper .container {
        width: calc(33.3vw + (1200px - 100vw) / 2);
        flex: 1 0 auto;
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .marquee-card-wrapper .container .marquee-hero-content {
        background: var(--warmGray);
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        width: auto;
        padding-bottom: 0
    }

    .marquee-card-wrapper .container .marquee-hero-content .marquee-title {
        right: 30px;
        left: auto;
        top: 20px;
        width: 300px;
        padding: 8px 15px
    }

    .marquee-card-wrapper .container .marquee-hero-content .marquee-hero-text {
        padding-right: 40px
    }

    .marquee-card-wrapper .container .marquee-hero-content .marquee-hero-text::after {
        content: none
    }

    .marquee-card-wrapper .container .marquee-hero-content .marquee-hero-text .feature-story-title {
        margin-top: 12px
    }

    .marquee-card-wrapper .container .marquee-hero-content .marquee-hero-text .feature-story-title:after {
        content: none
    }

    .marquee-card-wrapper .container .marquee-hero-content .hero-text-white:before {
        background-color: #fff
    }

    .marquee-card-wrapper .container .marquee-hero-content .subsite-tags {
        font-size: 12px
    }
}

@media (min-width: 1200px) {
    .marquee-card-wrapper .container {
        width: 33.3vw
    }

    .marquee-card-wrapper .container .marquee-hero-content .marquee-title {
        right: 60px
    }

    .marquee-card-wrapper .container .marquee-hero-content .marquee-hero-text:after {
        height: 27%
    }

    .marquee-card-wrapper .container .marquee-hero-content .marquee-hero-text .feature-story-title:after {
        height: 146%
    }
}

.article-sponsored {
    margin: 12px 0;
    display: grid;
    grid-template-columns:auto 1fr;
    grid-template-rows:auto auto;
    line-height: 1.2 !important
}

.article-sponsored img {
    grid-column: 1/2;
    grid-row: 1/3;
    margin: 4px 10px 0 0
}

.article-sponsored-label {
    grid-column: 2/3;
    grid-row: 1/2;
    font-size: 16px;
    font-weight: 400
}

.article-sponsored-value {
    grid-column: 2/3;
    grid-row: 2/3;
    font-size: 16px;
    font-weight: 500
}

.panel-group .accordion-header {
    background-color: var(--beigeLight);
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 20px;
    font-weight: 500;
    padding: 1em 1.2em;
    margin-bottom: 0
}

.panel-group .panel {
    border-bottom: 0 solid #ccc;
    border-radius: 0;
    position: relative
}

.panel-group .panel:last-child {
    border-bottom: 1px solid #ccc
}

.panel-group .panel + .panel {
    margin-top: 0
}

.panel-group .panel .panel-heading[aria-expanded*=true] {
    background-color: #fff
}

.panel-group .panel .panel-heading[aria-expanded*=true]:after {
    color: var(--linkColor);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
    transform: rotate(180deg);
    transition: 500ms ease all;
    padding: 0
}

.panel-group .panel .panel-heading {
    background-color: #fff;
    border-radius: 0;
    display: block;
    padding: 1em 5em 1em 1.5em;
    color: var(--linkColor)
}

.panel-group .panel .panel-heading h1, .panel-group .panel .panel-heading h2, .panel-group .panel .panel-heading h3, .panel-group .panel .panel-heading h4 {
    font-size: 1.15em;
    margin: 0
}

.panel-group .panel .panel-heading:after {
    font-family: higux;
    content: "\e044";
    font-size: 1em;
    padding: 0;
    color: inherit;
    font-weight: 700;
    position: absolute;
    right: 20px;
    top: 11px;
    padding: 0;
    color: var(--linkColor)
}

@media (min-width: 992px) {
    .panel-group .panel .panel-heading:after {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        transition: none;
        padding-left: 0;
        color: var(--linkColor)
    }
}

.panel-group .panel .panel-heading:hover {
    color: #000;
    cursor: pointer;
    text-decoration: underline
}

.panel-group .panel .panel-heading:hover {
    background-color: var(--claret);
    color: #fff;
    cursor: pointer;
    text-decoration: underline
}

.panel-group .panel .panel-heading:hover:after {
    color: #fff
}

.panel-group .panel .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
    margin: 0;
    padding: 1em 1.5em
}

.panel-group-dark-blue {
    border-left: .3em solid #b6d3e9
}

.panel-group-dark-blue .accordion-header {
    background-color: var(--beigeLight);
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 1.3em;
    font-weight: 500;
    padding: 1em 1.2em
}

.panel-group-dark-blue .panel {
    border-bottom: 0 solid #ccc
}

.panel-group-dark-blue .panel:last-child {
    border-bottom: 1px solid #ccc
}

.panel-group-dark-blue .panel .panel-heading[aria-expanded*=true] {
    background-color: var(--claret);
    color: #fff;
    text-decoration: underline
}

.panel-group-dark-blue .panel .panel-heading[aria-expanded*=true]:after {
    color: #fff;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
    transform: rotate(180deg);
    transition: 500ms ease all;
    padding: 0
}

.panel-group-dark-blue .panel .panel-heading {
    background-color: var(--beigeLight);
    border-radius: 0;
    color: var(--linkColor);
    display: block
}

.panel-group-dark-blue .panel .panel-heading .panel-title:hover {
    color: #fff;
    text-decoration: underline
}

.panel-group-dark-blue .panel .panel-heading:after {
    font-family: higux;
    content: "\e044";
    font-size: 1em;
    padding: 0;
    color: inherit;
    font-weight: 700;
    position: absolute;
    right: 20px;
    top: 11px;
    padding: 0;
    color: var(--linkColor)
}

@media (min-width: 992px) {
    .panel-group-dark-blue .panel .panel-heading:after {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        transition: none;
        padding-left: .5em;
        color: var(--linkColor)
    }
}

.panel-group-dark-blue .panel .panel-heading:hover {
    background-color: var(--claret);
    color: #fff;
    cursor: pointer;
    text-decoration: underline
}

.panel-group-dark-blue .panel .panel-heading:hover:after {
    color: #fff
}



.panel-group-style-3 .accordion-header{
    background-color:var(--claret);
    color:#fff;
    border: 1px solid #eee;
    border-bottom:0;
}
.panel-group-style-3 .panel{
    border: 1px solid #eee;
    border-bottom:0;
}
.panel-group-style-3 .panel .panel-heading > *{
    font-weight:700 !important;
}
.panel-group-style-3 .panel .panel-heading[aria-expanded*=true],
.panel-group-style-3 .panel .panel-heading:hover{
    background-color:var(--warmGray) !important;
    color:var(--darkTextColor);
    text-decoration:none;
}
.panel-group-style-3 .panel .panel-heading:hover::after{
    color:#000;
}
.panel-group-style-3 .panel .panel-heading.collapsed{
    background-color:#fff;
}

.breadcrumb {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    min-height: 20px
}

.breadcrumb ul {
    margin-bottom: 10px;
    padding: 0
}

.breadcrumb ul li:after {
    color: #767676;
    content: " / ";
    padding: 0 2px
}

.breadcrumb ul li {
    display: inline;
    font-weight: 400;
    color: #767676
}

.breadcrumb ul li a {
    font-weight: 400
}

.media {
    overflow: initial;
    margin-top: 0
}

.media .media-right {
    display: block;
    float: right;
    margin-left: 10px
}

.media .media-right + .media-body {
    display: block;
    width: auto
}

.media-left .media-caption, .media-right .media-caption, .media-bottom .media-caption, .media-top .media-caption {
    color: var(--darkTextColor);
    text-align: center
}

[class^=cw-] .media-caption {
    margin-bottom: 20px
}

.wdgt-quote-box {
    border-left: 2px solid #b6d3e9;
    border-right: 2px solid #b6d3e9;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 300px
}

article {
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    width: 100%
}

article h1, article h2, article h3, article h4, article h5, article h6, article [class^=header-], article .content-title {
    margin-bottom: 10px;
    color: var(--darkTextColor)
}

article p, article img, article button, article select, article .content-section {
    margin-bottom: 20px
}

article [class^=header-], article .content-title {
    line-height: 1.1
}

article a {
    font-weight: 700
}

article img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto 20px;
    width: auto
}

article h1.content-title, article h2.content-title, article h3.content-title, article h4.content-title, article h5.content-title, article h6.content-title, article div.content-title {
    font-size: 18px;
    font-weight: 700
}

article h1.image-title, article h2.image-title, article h3.image-title, article h4.image-title, article h5.image-title, article h6.image-title {
    font-size: 1em;
    font-weight: 500
}

article .content-button {
    display: block;
    margin-bottom: 10px
}

article .content-button:hover {
    text-decoration: none
}

article .content-link {
    display: block;
    font-weight: 700;
    margin-bottom: 10px
}

article .content-link:after {
    content: " >"
}

article .content-last {
    margin-bottom: 0
}

.cw-default .cw-body {
    padding: 0
}

.cw-default.line-yellow, .cw-default.line-orange, .cw-default.line-blue {
    border-left: 8px solid #fff;
    padding-left: 38px
}

.cw-default.line-yellow .cw-body .content-section ul, .cw-default.line-orange .cw-body .content-section ul, .cw-default.line-blue .cw-body .content-section ul {
    margin-left: 0
}

.cw-default.line-yellow {
    border-color: #efc21b
}

.cw-default.line-orange {
    border-color: #f7941f
}

.cw-default.line-blue {
    border-color: var(--warmGray);
}

.cw-default.background-pale-yellow {
    border-left: 0;
    background-color: #fbf1e3;
    padding: 36px 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.cw-default.background-pale-yellow .cw-body {
    flex: none
}

.cw-default.background-pale-yellow.line-orange {
    padding-left: 0
}

.cw-default.background-pale-yellow.line-orange .cw-body {
    border-left: 8px solid #f7941f;
    padding-left: 32px
}

@media (min-width: 992px) {
    .cw-default.background-pale-yellow.line-orange {
        padding-left: 38px
    }

    .cw-default.background-pale-yellow.line-orange .cw-body {
        padding-left: 36px
    }
}

.cw-default.background-dark-blue {
    border-left: 0;
    padding: 36px 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--claret);
    color: #fff !important
}

.cw-default.background-dark-blue [class^=header-], .cw-default.background-dark-blue h1, .cw-default.background-dark-blue h2, .cw-default.background-dark-blue h3, .cw-default.background-dark-blue h4, .cw-default.background-dark-blue h5, .cw-default.background-dark-blue h6, .cw-default.background-dark-blue a:not(.btn), .cw-default.background-dark-blue .icon-arrow-right:after, .cw-default.background-dark-blue .media-caption, .cw-default.background-dark-blue .disclaimer-text {
    color: #fff !important
}

.cw-default.background-dark-blue a:not(.btn) {
    text-decoration: underline
}

.cw-default.background-dark-blue a:not(.btn):hover {
    font-style: italic
}

.cw-default.background-dark-blue .icon-arrow-right > a::after {
    color: #fff
}

.cw-default.background-dark-blue .icon-arrow-right a {
    text-decoration: none
}

.cw-default.background-dark-blue .icon-arrow-right a:hover {
    font-style: normal
}

.cw-default.background-dark-blue ul {
    list-style: none
}

.cw-default.background-dark-blue ul li {
    position: relative
}

.cw-default.background-dark-blue ul li::before {
    content: "\e087";
    font-family: higux;
    font-size: 8px;
    color: #f7941f;
    position: absolute;
    left: -18px;
    top: 6px
}

.cw-default.background-dark-blue .cw-body {
    flex: none
}

@media (min-width: 768px) {
    .row-layout-66-33 :first-child .line-yellow, .row-layout-66-33 :first-child .line-orange, .row-layout-66-33 :first-child .line-blue {
        border-right-width: 8px;
        border-right-style: solid;
        padding-right: 38px;
        border-left: 0;
        padding-left: 0
    }

    .row-layout-66-33 :first-child .background-pale-yellow.line-orange {
        border-right: 0
    }

    .row-layout-66-33 :first-child .background-pale-yellow.line-orange .cw-body {
        border-right: 8px solid #f7941f;
        padding-right: 32px;
        border-left: 0;
        padding-left: 32px
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .row-layout-66-33 :first-child .background-pale-yellow.line-orange {
        padding-right: 38px
    }

    .row-layout-66-33 :first-child .background-pale-yellow.line-orange .cw-body {
        padding-right: 36px
    }
}

.cw-padding {
    padding: 20px
}

.cw-outline {
    border: 6px solid #b6d3e9
}

.cw-shadow {
    background-color: #fff;
    border: 1px solid var(--beigeLight);
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .25)
}

.cw-primary {
    background-color: var(--warmGray);
}

.cw-secondary {
    background-color: var(--beigeLight)
}

.cw-promo-card {
    background-color: var(--beigeLight);
    border-top: 4px solid #b6d3e9
}

.cw-promo-card-noborder {
    background-color: var(--beigeLight)
}

.cw-promo-card-noborder.nav-list-container {
    padding: 20px
}

.cw-promo-card-shadow {
    background-color: var(--beigeLight);
    border-top: 4px solid #b6d3e9;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .25);
    min-height: 164px
}


[class*="cw-info-box-top-lined"]{
    border-top:6px solid #999;
    box-shadow:0px 2px 3px rgba(0, 0, 0, .25);
    background-color:#fff;
}
.cw-info-box-top-lined-darkBlue{
    border-color:var(--darkBlue);
}
.cw-info-box-top-lined-darkBlue .cw-body  [class*="header-"]{
    color:var(--darkBlue);
}
.cw-info-box-top-lined-red{
    border-color:var(--red);
}
.cw-info-box-top-lined-red .cw-body  [class*="header-"]{
    color:var(--red);
}
.cw-info-box-top-lined-green{
    border-color:var(--green);
}
.cw-info-box-top-lined-green .cw-body  [class*="header-"]{
    color:var(--green);
}
.cw-info-box-top-lined-purple{
    border-color:var(--purple);
}
.cw-info-box-top-lined-purple .cw-body  [class*="header-"]{
    color:var(--purple);
}

.media-object, .media-right .video img, .media-left .video img {
    max-width: 75px
}

@media (min-width: 768px) {
    .media-object, .media-right .video img, .media-left .video img {
        max-width: 183px
    }
}

.media-top .media-object, .media-bottom .media-object, .media-left-then-top .media-object {
    max-width: 100%;
    width: auto
}

.media-top-right {
    text-align: right
}

.media-top-right > img {
    display: inline-block
}

.media:after {
    content: "";
    display: table;
    clear: both
}

.media-left-then-top {
    width: 25%;
    float: left;
    margin-top: 4px
}

.media-left-then-top + .media-body {
    padding-left: 20px
}

.cw-default .media-left-then-top + .media-body::after {
    content: " ";
    height: 1px;
    width: 100%;
    background-color: #ccc;
    position: absolute;
    left: 0;
    bottom: -6px
}

[class*=flex-row] > div:last-child .cw-default .media-left-then-top + .media-body::after {
    content: none
}

@media (min-width: 768px) {
    .media-left-then-top {
        width: auto;
        float: none;
        margin-top: 0
    }

    .media-left-then-top + .media-body {
        padding-left: 0
    }

    .cw-default .media-left-then-top + .media-body::after {
        content: none
    }
}

.cw-body {
    padding: 20px 20px 0
}

.cw-body img, .cw-body a, .cw-body button{
    margin-bottom: 20px
}

.cw-body ul, .cw-body ol {
    margin-bottom: 25px;
    overflow: hidden;
    zoom: 1
}

.cw-body ul > li > ul, .cw-body ul > li > ol, .cw-body ol > li > ul, .cw-body ol > li > ol {
    margin-bottom: 0;
    margin-top: 15px
}

.cw-body li {
    padding-bottom: 6px
}

.cw-body .content-section a {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .cw-body .content-section ul, .cw-body .content-section ol {
        margin-left: 50px
    }
}

.cw-body .content-section ul ul, .cw-body .content-section ol ol {
    margin-left: 0
}

.cw-body h2 + div > .icon-arrow-right, .cw-body h2 + .content-section > div:first-child > .icon-arrow-right, .cw-body h3 + div > .icon-arrow-right, .cw-body h3 + .content-section > div:first-child > .icon-arrow-right, .cw-body h4 + div > .icon-arrow-right, .cw-body h4 + .content-section > div:first-child > .icon-arrow-right {
    margin-top: 8px;
    display: inline-block
}

.cw-body h2 + div > .lined-no-arrow:first-child, .cw-body h2 + .content-section > div:first-child > .lined-no-arrow:first-child, .cw-body h2 + div > .lined-arrow-right:first-child, .cw-body h2 + .content-section > div:first-child > .lined-arrow-right:first-child, .cw-body h3 + div > .lined-no-arrow:first-child, .cw-body h3 + .content-section > div:first-child > .lined-no-arrow:first-child, .cw-body h3 + div > .lined-arrow-right:first-child, .cw-body h3 + .content-section > div:first-child > .lined-arrow-right:first-child, .cw-body h4 + div > .lined-no-arrow:first-child, .cw-body h4 + .content-section > div:first-child > .lined-no-arrow:first-child, .cw-body h4 + div > .lined-arrow-right:first-child, .cw-body h4 + .content-section > div:first-child > .lined-arrow-right:first-child {
    margin-top: 16px
}

.cw-body h2 + ul, .cw-body h3 + ul, .cw-body h4 + ul {
    margin-top: 8px
}

.cw-footer, .cw-footer-primary {
    background-color: var(--beigeLight);
    margin: 0;
    padding: 1em 1.5em;
    text-align: center
}

.cw-footer strong, .cw-footer-primary strong {
    font-size: 1.143em
}

.cw-footer div, .cw-footer p, .cw-footer-primary div, .cw-footer-primary p {
    margin-bottom: 0
}

.cw-footer-secondary {
    background-color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 10px
}

.cw-footer-secondary strong {
    font-size: 1.143em
}

.cw-footer-secondary div, .cw-footer-secondary p {
    margin-bottom: 0
}

.cw-footer-2, .cw-footer-primary {
    background-color: var(--beigeLight);
    margin: 0;
    padding: 1em 1.5em;
    text-align: center
}

.cw-footer-2 strong, .cw-footer-primary strong {
    font-size: 1.143em
}

.cw-footer-2 div, .cw-footer-2 p, .cw-footer-primary div, .cw-footer-primary p {
    margin-bottom: 0
}

.cw-heading-with-icon {
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center
}

.cw-heading-with-icon:after {
    content: "";
    display: table;
    clear: both
}

.cw-heading-with-icon a {
    margin-bottom: 0
}

.cw-heading-with-icon .cw-heading-icon {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 0
}

.cw-heading-with-icon h1, .cw-heading-with-icon h2, .cw-heading-with-icon h3, .cw-heading-with-icon h4, .cw-heading-with-icon h5, .cw-heading-with-icon .cw-heading-icon + div {
    margin-bottom: 0;
    flex: 1
}

.cw-heading-with-icon-centered {
    text-align: center;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .cw-heading-with-icon-centered {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center
    }

    .cw-heading-with-icon-centered > img, .cw-heading-with-icon-centered div {
        flex: initial
    }

    .cw-heading-with-icon-centered img {
        margin-left: 0;
        margin-right: 20px
    }
}

.cw-heading-with-icon-centered a {
    margin-bottom: 0
}

.cw-heading-with-icon-centered .cw-heading-icon {
    margin-bottom: 0;
    margin-left: 0
}

@media (min-width: 768px) {
    .cw-heading-with-icon-centered .cw-heading-icon {
        margin-right: 20px
    }
}

.cw-body a:not(.btn), .cw-footer-primary a:not(.btn), .cw-footer-secondary a:not(.btn) {
    text-decoration: underline
}

.hig-aggregate-ratings-url-wrapper a:not(.btn) {
    font-weight:400;
	text-decoration:none;
}
.hig-aggregate-ratings-url-wrapper a:hover {
	text-decoration:underline;
}

.cw-body a:not(.btn):hover, .cw-body a:not(.btn):focus, .cw-footer-primary a:not(.btn):hover, .cw-footer-primary a:not(.btn):focus, .cw-footer-secondary a:not(.btn):hover, .cw-footer-secondary a:not(.btn):focus, .hig-aggregate-ratings-url-wrapper a:not(.btn):hover, .hig-aggregate-ratings-url-wrapper a:not(.btn):focus {
    color: var(--linkColor);
}

.cw-body h1 a:not(.btn), .cw-body h2 a:not(.btn), .cw-body h3 a:not(.btn), .cw-body h4 a:not(.btn), .cw-body h5 a:not(.btn), .cw-body h6 a:not(.btn), .cw-body .content-link:not(.btn), .cw-body a.icon-arrow-right, .cw-body .icon-arrow-right a, .cw-body .lined-no-arrow a, .cw-body a.lined-no-arrow, .cw-body .lined-arrow-right a, .cw-body a.lined-arrow-right, .cw-footer-primary h1 a:not(.btn), .cw-footer-primary h2 a:not(.btn), .cw-footer-primary h3 a:not(.btn), .cw-footer-primary h4 a:not(.btn), .cw-footer-primary h5 a:not(.btn), .cw-footer-primary h6 a:not(.btn), .cw-footer-primary .content-link:not(.btn), .cw-footer-primary a.icon-arrow-right, .cw-footer-primary .icon-arrow-right a, .cw-footer-primary .lined-no-arrow a, .cw-footer-primary a.lined-no-arrow, .cw-footer-primary .lined-arrow-right a, .cw-footer-primary a.lined-arrow-right, .cw-footer-secondary h1 a:not(.btn), .cw-footer-secondary h2 a:not(.btn), .cw-footer-secondary h3 a:not(.btn), .cw-footer-secondary h4 a:not(.btn), .cw-footer-secondary h5 a:not(.btn), .cw-footer-secondary h6 a:not(.btn), .cw-footer-secondary .content-link:not(.btn), .cw-footer-secondary a.icon-arrow-right, .cw-footer-secondary .icon-arrow-right a, .cw-footer-secondary .lined-no-arrow a, .cw-footer-secondary a.lined-no-arrow, .cw-footer-secondary .lined-arrow-right a, .cw-footer-secondary a.lined-arrow-right, .hig-aggregate-ratings-url-wrapper h1 a:not(.btn), .hig-aggregate-ratings-url-wrapper h2 a:not(.btn), .hig-aggregate-ratings-url-wrapper h3 a:not(.btn), .hig-aggregate-ratings-url-wrapper h4 a:not(.btn), .hig-aggregate-ratings-url-wrapper h5 a:not(.btn), .hig-aggregate-ratings-url-wrapper h6 a:not(.btn), .hig-aggregate-ratings-url-wrapper .content-link:not(.btn), .hig-aggregate-ratings-url-wrapper a.icon-arrow-right, .hig-aggregate-ratings-url-wrapper .icon-arrow-right a, .hig-aggregate-ratings-url-wrapper .lined-no-arrow a, .hig-aggregate-ratings-url-wrapper a.lined-no-arrow, .hig-aggregate-ratings-url-wrapper .lined-arrow-right a, .hig-aggregate-ratings-url-wrapper a.lined-arrow-right {
    text-decoration: none
}

.cw-body h1 a:not(.btn):hover, .cw-body h1 a:not(.btn):focus, .cw-body h2 a:not(.btn):hover, .cw-body h2 a:not(.btn):focus, .cw-body h3 a:not(.btn):hover, .cw-body h3 a:not(.btn):focus, .cw-body h4 a:not(.btn):hover, .cw-body h4 a:not(.btn):focus, .cw-body h5 a:not(.btn):hover, .cw-body h5 a:not(.btn):focus, .cw-body h6 a:not(.btn):hover, .cw-body h6 a:not(.btn):focus, .cw-body .content-link:not(.btn):hover, .cw-body .content-link:not(.btn):focus, .cw-body a.icon-arrow-right:hover, .cw-body a.icon-arrow-right:focus, .cw-body .icon-arrow-right a:hover, .cw-body .icon-arrow-right a:focus, .cw-body .lined-no-arrow a:hover, .cw-body .lined-no-arrow a:focus, .cw-body a.lined-no-arrow:hover, .cw-body a.lined-no-arrow:focus, .cw-body .lined-arrow-right a:hover, .cw-body .lined-arrow-right a:focus, .cw-body a.lined-arrow-right:hover, .cw-body a.lined-arrow-right:focus, .cw-footer-primary h1 a:not(.btn):hover, .cw-footer-primary h1 a:not(.btn):focus, .cw-footer-primary h2 a:not(.btn):hover, .cw-footer-primary h2 a:not(.btn):focus, .cw-footer-primary h3 a:not(.btn):hover, .cw-footer-primary h3 a:not(.btn):focus, .cw-footer-primary h4 a:not(.btn):hover, .cw-footer-primary h4 a:not(.btn):focus, .cw-footer-primary h5 a:not(.btn):hover, .cw-footer-primary h5 a:not(.btn):focus, .cw-footer-primary h6 a:not(.btn):hover, .cw-footer-primary h6 a:not(.btn):focus, .cw-footer-primary .content-link:not(.btn):hover, .cw-footer-primary .content-link:not(.btn):focus, .cw-footer-primary a.icon-arrow-right:hover, .cw-footer-primary a.icon-arrow-right:focus, .cw-footer-primary .icon-arrow-right a:hover, .cw-footer-primary .icon-arrow-right a:focus, .cw-footer-primary .lined-no-arrow a:hover, .cw-footer-primary .lined-no-arrow a:focus, .cw-footer-primary a.lined-no-arrow:hover, .cw-footer-primary a.lined-no-arrow:focus, .cw-footer-primary .lined-arrow-right a:hover, .cw-footer-primary .lined-arrow-right a:focus, .cw-footer-primary a.lined-arrow-right:hover, .cw-footer-primary a.lined-arrow-right:focus, .cw-footer-secondary h1 a:not(.btn):hover, .cw-footer-secondary h1 a:not(.btn):focus, .cw-footer-secondary h2 a:not(.btn):hover, .cw-footer-secondary h2 a:not(.btn):focus, .cw-footer-secondary h3 a:not(.btn):hover, .cw-footer-secondary h3 a:not(.btn):focus, .cw-footer-secondary h4 a:not(.btn):hover, .cw-footer-secondary h4 a:not(.btn):focus, .cw-footer-secondary h5 a:not(.btn):hover, .cw-footer-secondary h5 a:not(.btn):focus, .cw-footer-secondary h6 a:not(.btn):hover, .cw-footer-secondary h6 a:not(.btn):focus, .cw-footer-secondary .content-link:not(.btn):hover, .cw-footer-secondary .content-link:not(.btn):focus, .cw-footer-secondary a.icon-arrow-right:hover, .cw-footer-secondary a.icon-arrow-right:focus, .cw-footer-secondary .icon-arrow-right a:hover, .cw-footer-secondary .icon-arrow-right a:focus, .cw-footer-secondary .lined-no-arrow a:hover, .cw-footer-secondary .lined-no-arrow a:focus, .cw-footer-secondary a.lined-no-arrow:hover, .cw-footer-secondary a.lined-no-arrow:focus, .cw-footer-secondary .lined-arrow-right a:hover, .cw-footer-secondary .lined-arrow-right a:focus, .cw-footer-secondary a.lined-arrow-right:hover, .cw-footer-secondary a.lined-arrow-right:focus, .hig-aggregate-ratings-url-wrapper h1 a:not(.btn):hover, .hig-aggregate-ratings-url-wrapper h1 a:not(.btn):focus, .hig-aggregate-ratings-url-wrapper h2 a:not(.btn):hover, .hig-aggregate-ratings-url-wrapper h2 a:not(.btn):focus, .hig-aggregate-ratings-url-wrapper h3 a:not(.btn):hover, .hig-aggregate-ratings-url-wrapper h3 a:not(.btn):focus, .hig-aggregate-ratings-url-wrapper h4 a:not(.btn):hover, .hig-aggregate-ratings-url-wrapper h4 a:not(.btn):focus, .hig-aggregate-ratings-url-wrapper h5 a:not(.btn):hover, .hig-aggregate-ratings-url-wrapper h5 a:not(.btn):focus, .hig-aggregate-ratings-url-wrapper h6 a:not(.btn):hover, .hig-aggregate-ratings-url-wrapper h6 a:not(.btn):focus, .hig-aggregate-ratings-url-wrapper .content-link:not(.btn):hover, .hig-aggregate-ratings-url-wrapper .content-link:not(.btn):focus, .hig-aggregate-ratings-url-wrapper a.icon-arrow-right:hover, .hig-aggregate-ratings-url-wrapper a.icon-arrow-right:focus, .hig-aggregate-ratings-url-wrapper .icon-arrow-right a:hover, .hig-aggregate-ratings-url-wrapper .icon-arrow-right a:focus, .hig-aggregate-ratings-url-wrapper .lined-no-arrow a:hover, .hig-aggregate-ratings-url-wrapper .lined-no-arrow a:focus, .hig-aggregate-ratings-url-wrapper a.lined-no-arrow:hover, .hig-aggregate-ratings-url-wrapper a.lined-no-arrow:focus, .hig-aggregate-ratings-url-wrapper .lined-arrow-right a:hover, .hig-aggregate-ratings-url-wrapper .lined-arrow-right a:focus, .hig-aggregate-ratings-url-wrapper a.lined-arrow-right:hover, .hig-aggregate-ratings-url-wrapper a.lined-arrow-right:focus {
    text-decoration: underline;
    color: var(--linkColor)
}

.my-account .cw-body a {
    text-decoration: none !important
}

.my-account .cw-body a:hover, .my-account .cw-body a:focus {
    text-decoration: underline !important;
    color: var(--linkColor) !important
}

.video {
    min-height: 100px;
    position: relative
}

.video .video-overlay {
    display: block;
    height: 100px;
    left: 50%;
    margin: -40px 0 0 -65px;
    position: absolute;
    top: 50%;
    width: 130px
}

.video .video-play-wrapper {
}

.video .video-play-wrapper .video-play-button-wrapper {
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    height: 30px;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    width: 50px;
    background-color: #fff;
    margin-top: 32px
}

.video .video-play-wrapper .video-play-button-wrapper .video-play-button {
    margin-left: 5px;
    margin-top: 2px
}

.video .video-play-wrapper .video-play-button-wrapper .video-play-button .icon {
    display: flex;
    font-size: 4em;
    position: absolute;
    color: var(--fushia);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.video .video-play-wrapper .video-play-button-wrapper .video-play-button .icon:before {
    text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff
}

.video .video-play-wrapper .video-play-text {
    color: #fff;
    font-size: 18px;
    margin-top: 5px;
    text-align: center
}

.video .video-play-wrapper .video-play-text:hover {
    color: #fff
}

.cw-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-bottom: 30px;
    overflow-y: auto;
    z-index: 1050
}

.cw-modal div {
    margin-bottom: 0
}

.cw-modal .modal-header {
    border: 0
}

.cw-modal .modal-title {
    color: var(--darkTextColor);
    font-weight: 700
}

.cw-modal .modal-content {
    border-top: 6px solid #b6d3e9;
    border-radius: 0
}

.cw-modal .modal-footer {
    border: 0
}

.cw-modal .cw-modal-close {
    cursor: pointer;
    float: right;
    margin-top: 5px
}

.cw-modal button.cw-modal-close {
    background-color: transparent;
    border: 0
}

.cw-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
    z-index: 1040;
    background-color: #000
}

.modal-body {
    max-height: 500px;
    overflow-y: auto
}

.modal-body a {
    font-weight: 700
}

.widget-quotebox {
    background-color: #fff;
    border-left: 2px solid #b6d3e9;
    border-right: 2px solid #b6d3e9;
    padding: 20px
}

.widget-quotebox select {
    margin-bottom: 10px
}

.widget-quotebox h2 {
    color: var(--darkTextColor)
}

.widget-combined-quotebox {
    background-color: #fff;
    font-size: 1em;
    perspective: 800px;
    border: 0
}

.widget-combined-quotebox article {
    background-color: var(--beigeLight) !important
}

.widget-combined-quotebox h1, .widget-combined-quotebox h2, .widget-combined-quotebox h3, .widget-combined-quotebox h4, .widget-combined-quotebox [class^=header-] {
    color: var(--darkTextColor);
    margin-bottom: 6px;
    line-height: 1.1
}

.widget-combined-quotebox [class^=header-] {
    margin-bottom: 6px
}

.widget-combined-quotebox button {
    margin-bottom: 1em
}

.widget-combined-quotebox a {
    font-weight: 700
}

@media (min-width: 992px) {
    .widget-combined-quotebox .cqb-getquote {
        min-height: 300px
    }
}

.widget-combined-quotebox .cqb-body {
    display: flex
}

.widget-combined-quotebox .hig-form-wrapper .form-group input:-ms-input-placeholder {
    font-size: 14px
}

.widget-combined-quotebox .hig-form-wrapper .form-group input:placeholder-shown {
    font-size: 14px
}

.widget-combined-quotebox .cqb-nav {
    display: none;
    width: 30%;
    background-color: #fff;
    z-index: 9
}

@media (min-width: 992px) {
    .widget-combined-quotebox .cqb-nav {
        display: flex;
        flex-direction: column
    }
}

.widget-combined-quotebox .cqb-nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex: auto
}

.widget-combined-quotebox .cqb-nav ul > li {
    flex: auto;
    list-style: none;
    background-color: #fff;
    border-bottom: 1px solid var(--grayBorder);
    box-shadow: 0 2px 9px rgba(0, 0, 0, .18);
    padding: 25px 6px;
    cursor: pointer;
    transition: background-color .3s
}

.widget-combined-quotebox .cqb-nav ul > li .cqb-header {
    text-align: center
}

.widget-combined-quotebox .cqb-nav ul > li .cqb-header .wrapper-icon {
    margin-bottom: 0
}

.widget-combined-quotebox .cqb-nav ul > li .cqb-header .icon {
    font-size: 42px;
    line-height: 1;
    color: #000;
    transition: background-color .3s
}

.widget-combined-quotebox .cqb-nav ul > li .cqb-header span, .widget-combined-quotebox .cqb-nav ul > li .cqb-header a {
    display: block;
    color: var(--darkTextColor);
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    transition: background-color .3s
}

.widget-combined-quotebox .cqb-nav ul > li .cqb-header span:hover, .widget-combined-quotebox .cqb-nav ul > li .cqb-header a:hover {
    text-decoration: none
}

.widget-combined-quotebox .cqb-nav ul > li .cqb-body {
    width: 75%
}

.widget-combined-quotebox .cqb-nav ul > li:hover {
    background-color: #4d7495
}

.widget-combined-quotebox .cqb-nav ul > li:hover .icon, .widget-combined-quotebox .cqb-nav ul > li:hover a {
    color: #fff
}

.widget-combined-quotebox .cqb-nav ul > li:last-child {
    border-bottom: none
}

.widget-combined-quotebox .cqb-nav ul li.active {
    background-color: var(--darkTextColor);
    border-bottom: none;
    position: relative
}

.widget-combined-quotebox .cqb-nav ul li.active .cqb-header .icon, .widget-combined-quotebox .cqb-nav ul li.active .cqb-header a {
    color: #fff
}

.widget-combined-quotebox .cqb-content {
    padding: 30px;
    width: 100%;
    background-color: var(--beigeLight)
}

@media (min-width: 992px) {
    .widget-combined-quotebox .cqb-content {
        width: 70%;
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

.widget-combined-quotebox .cqb-content article .content-last {
    margin-bottom: 0
}

.widget-combined-quotebox .cqb-content-title {
    color: var(--darkTextColor);
    font-size: 1.714em;
    font-weight: 500;
    margin-bottom: .5em;
    margin-top: 0
}

.widget-combined-quotebox .cqb-tab {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity .3s;
    height: 0;
    overflow: hidden
}

.widget-combined-quotebox .cqb-tab .cw-body {
    min-height: 0;
    display: block
}

.widget-combined-quotebox .cqb-tab.active {
    visibility: visible;
    opacity: 1;
    height: auto;
    overflow: auto
}

.widget-combined-quotebox .cqb-dropdown {
    font-size: 1em
}

.widget-combined-quotebox .select-container.select-insurance-type {
    float: none;
    margin-bottom: 1.25em
}

.widget-combined-quotebox .extra-links {
    text-align: center
}

.widget-combined-quotebox .hig-form-wrapper .form-group {
    margin-bottom: 2em;
    position: relative
}

.widget-combined-quotebox .hig-form-wrapper .form-group.has-error {
    margin-bottom: 0
}

.widget-combined-quotebox .getaquote .form-group.has-error .help-block {
    font-size: .81em
}

@media (min-width: 992px) {
    .widget-combined-quotebox .retrieveaquote .extra-links {
        text-align: left
    }
}

.widget-combined-quotebox .combined-quotebox-footer {
    background-color: transparent;
    border-top: 1px solid #b6d3e9;
    clear: both;
    padding: 9px 1em 6px;
    text-align: center
}

.widget-combined-quotebox .combined-quotebox-footer div, .widget-combined-quotebox .combined-quotebox-footer p {
    display: inline-block;
    margin-bottom: 0
}

.widget-combined-quotebox .cqb-getquote.flipped {
    animation-name: cqb-fade;
    animation-duration: 750ms;
    animation-iteration-count: 1;
    animation-timing-function: linear
}

.widget-combined-quotebox .cqb-retrieve {
    background-color: var(--beigeLight);
    padding: 1.875em;
    border: 0;
    animation-name: cqb-fade;
    animation-duration: 750ms;
    animation-iteration-count: 1;
    animation-timing-function: linear
}

.widget-combined-quotebox .cqb-retrieve .form-control-datepicker {
    width: 98%
}

.widget-combined-quotebox .cqb-retrieve .bootstrap-datetimepicker-widget {
    position: absolute;
    z-index: 99999
}

.widget-combined-quotebox .cqb-retrieve .input-group-addon {
    font-size: 1em;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fff;
    border: none
}

.widget-combined-quotebox .cqb-retrieve .hig-form-wrapper .form-group.has-error .help-block.with-errors {
    font-size: .81em
}

@media (min-width: 992px) {
    .widget-combined-quotebox .cqb-retrieve [class^=col-] {
        padding-right: 4px;
        padding-left: 4px
    }

    .widget-combined-quotebox .cqb-retrieve .row {
        margin-right: -4px;
        margin-left: -4px
    }

    .widget-combined-quotebox .cqb-retrieve .btn {
        margin-bottom: 0
    }

    .widget-combined-quotebox .cqb-retrieve h2 {
        margin-bottom: 0
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotateY(180deg)
    }
    to {
        -webkit-transform: rotateY(360deg)
    }
}

@-webkit-keyframes cqb-fade {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.right-rail .widget-combined-quotebox .cqb-getquote {
    display: block;
    flex-direction: column
}

@media (min-width: 992px) {
    .right-rail .widget-combined-quotebox .cqb-getquote {
        min-height: 300px
    }
}

.right-rail .widget-combined-quotebox .cqb-content {
    padding: 20px
}

.right-rail .widget-combined-quotebox .cqb-retrieve [class^=col-] {
    float: none;
    width: 100%;
    left: 0;
    right: 0
}

.right-rail .widget-combined-quotebox .cqb-retrieve .extra-links {
    margin-top: 20px;
    text-align: center
}

.retrieve-stacked {
    max-width: 460px;
    margin-right: auto;
    margin-left: auto
}

.retrieve-stacked .form-group {
    margin-bottom: 20px !important
}

.retrieve-additional {
    text-align: center;
    margin-top: 20px
}

.marquee-widget .widget-single-quotebox h1, .marquee-widget .widget-single-quotebox h2, .marquee-widget .widget-single-quotebox h3, .marquee-widget .widget-single-quotebox h4, .marquee-widget .widget-single-quotebox [class^=header-] {
    margin-bottom: 6px
}

.marquee-widget .widget-single-quotebox button {
    margin-bottom: 1em
}

.marquee-widget .widget-single-quotebox a {
    font-weight: 700
}

.marquee-widget .widget-single-quotebox .hig-form-wrapper .form-group input:-ms-input-placeholder {
    font-size: 14px
}

.marquee-widget .widget-single-quotebox .hig-form-wrapper .form-group input:placeholder-shown {
    font-size: 14px
}

.marquee-widget .widget-single-quotebox .cqb-content article .content-last {
    margin-bottom: 0
}

.marquee-widget .widget-single-quotebox .cqb-content-title {
    color: var(--darkTextColor);
    font-size: 1.714em;
    font-weight: 500;
    margin-bottom: .5em;
    margin-top: 0
}

.marquee-widget .widget-single-quotebox form {
    margin-top: 20px
}

.marquee-widget .widget-single-quotebox .extra-links {
    clear: both;
    font-size: 1.5rem;
    display: flex;
    justify-content: space-between
}

.marquee-widget .widget-single-quotebox .hig-form-wrapper .form-group {
    margin-bottom: 8px
}

.marquee-widget .widget-single-quotebox .getaquote .form-group.has-error .help-block {
    font-size: .81em
}

@media (min-width: 992px) {
    .marquee-widget .widget-single-quotebox .retrieveaquote .extra-links {
        text-align: left
    }
}

.marquee-widget .widget-single-quotebox .cqb-getquote.flipped {
    animation-name: cqb-fade;
    animation-duration: 750ms;
    animation-iteration-count: 1;
    animation-timing-function: linear
}

.marquee-widget .widget-single-quotebox .cqb-retrieve {
    animation-name: cqb-fade;
    animation-duration: 750ms;
    animation-iteration-count: 1;
    animation-timing-function: linear
}

.marquee-widget .widget-single-quotebox .cqb-retrieve .form-control-datepicker {
    width: 98%
}

.marquee-widget .widget-single-quotebox .cqb-retrieve .bootstrap-datetimepicker-widget {
    position: absolute;
    z-index: 99999
}

.marquee-widget .widget-single-quotebox .cqb-retrieve .input-group-addon {
    font-size: 1em;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fff;
    border: none
}

.marquee-widget .widget-single-quotebox .cqb-retrieve .hig-form-wrapper .form-group.has-error .help-block.with-errors {
    font-size: .81em
}

@media (min-width: 992px) {
    .marquee-widget .widget-single-quotebox .cqb-retrieve .btn {
        margin-bottom: 0
    }

    .marquee-widget .widget-single-quotebox .cqb-retrieve h2 {
        margin-bottom: 0
    }
}

@-webkit-keyframes cqb-fade {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

main .article-sqb {
    margin-bottom: 0
}

main .widget-single-quotebox {
    font-size: 2rem
}

main .widget-single-quotebox button {
    margin-bottom: 1em
}

main .widget-single-quotebox .hig-form-wrapper .form-group input:-ms-input-placeholder {
    font-size: 1.6rem
}

main .widget-single-quotebox .hig-form-wrapper .form-group input:placeholder-shown {
    font-size: 1.6rem
}

main .widget-single-quotebox .cw-body {
    padding-top: 0
}

main .widget-single-quotebox .cqb-content article .content-last {
    margin-bottom: 0
}

main .widget-single-quotebox .cqb-content-title {
    color: var(--darkTextColor);
    font-size: 1.714em;
    font-weight: 500;
    margin-bottom: .5em;
    margin-top: 0
}

main .widget-single-quotebox form {
    margin-top: 20px
}

main .widget-single-quotebox .extra-links {
    clear: both;
    font-size: 1.6rem;
    text-align: center
}

main .widget-single-quotebox .hig-form-wrapper .form-group {
    margin-bottom: 8px
}

main .widget-single-quotebox .hig-form-wrapper .form-group input {
    height: 46px
}

@media (min-width: 768px) {
    main .widget-single-quotebox .cqb-getquote .form-group {
        float: left;
        padding-right: 10px;
        width: 50%
    }

    main .widget-single-quotebox .cqb-getquote .btn {
        float: right;
        margin-left: 10px;
        width: calc(50% - 10px)
    }
}

main .widget-single-quotebox .getaquote .form-group.has-error .help-block {
    font-size: .81em
}

@media (min-width: 768px) {
    main .widget-single-quotebox .retrieveaquote .extra-links {
        padding-top: 12px
    }
}

main .widget-single-quotebox .cqb-getquote.flipped {
    animation-name: cqb-fade;
    animation-duration: 750ms;
    animation-iteration-count: 1;
    animation-timing-function: linear
}

main .widget-single-quotebox .cqb-retrieve {
    animation-name: cqb-fade;
    animation-duration: 750ms;
    animation-iteration-count: 1;
    animation-timing-function: linear
}

main .widget-single-quotebox .cqb-retrieve .form-control-datepicker {
    width: 98%
}

main .widget-single-quotebox .cqb-retrieve .bootstrap-datetimepicker-widget {
    position: absolute;
    z-index: 99999
}

main .widget-single-quotebox .cqb-retrieve .input-group-addon {
    font-size: 1em;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fff;
    border: none
}

main .widget-single-quotebox .cqb-retrieve .input-group-addon .icon {
    font-size: 1em
}

main .widget-single-quotebox .cqb-retrieve .hig-form-wrapper .form-group.has-error .help-block.with-errors {
    font-size: .81em
}

@media (min-width: 992px) {
    main .widget-single-quotebox .cqb-retrieve .btn {
        margin-bottom: 0
    }

    main .widget-single-quotebox .cqb-retrieve h2 {
        margin-bottom: 0
    }
}

@-webkit-keyframes cqb-fade {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.cw-cta {
    display: none
}

.hig-go-btn {
    display: block
}

.hig-lt-gt-header {
    color: #000;
    font-size: 1em;
    font-weight: 500;
    margin: 0
}

.industry-selector {
    margin-top: 10px
}

.industry-selector .btn-block {
    width: 100% !important
}

.industry-selector .hig-dropdown-btn2 .flex-50-50 {
    display: flex
}

.industry-selector .hig-dropdown-btn2 .flex-50-50 .btn {
    width: calc(50% - 5px) !important
}

.industry-selector .hig-dropdown-btn2 .flex-50-50 .hig-less-than-btn {
    margin-right: 5px
}

.industry-selector .hig-dropdown-btn2 .flex-50-50 .hig-greater-than-btn {
    margin-left: 5px
}

.industry-selector-first {
    margin-bottom: 10px
}

.widget-dropdown {
    background-color: #fff;
    border: .3em solid #b6d3e9;
    padding: 0;
    overflow: hidden
}

.widget-dropdown-blue {
    background-color: #b6d3e9;
    border: .3em solid #b6d3e9;
    padding: 0;
    overflow: hidden
}

.widget-dropdown-blue .hig-dropdown {
    background-color: var(--beigeLight);
    color: var(--darkTextColor);
    font-size: 1em;
    font-weight: 500
}

#modal-hfp .modal-content {
    font-size: .9em;
    overflow: hidden;
    padding: 20px
}

#modal-hfp .modal-content .modal-body {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

#modal-hfp .modal-content .modal-body .label {
    color: #000;
    font-size: 1.2em;
    float: left;
    padding-left: 0
}

#modal-hfp .modal-content .modal-body .data {
    font-weight: 500;
    float: left
}

@media (min-width: 768px) {
    #modal-hfp .modal-content .modal-body .data {
        float: right
    }
}

#modal-hfp .modal-content .modal-footer {
    text-align: center
}

#modal-hfp .modal-content .modal-clear {
    clear: both
}

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

.cw-border-bottom .cw-body {
    padding: 0
}

.cw-border-bottom .cw-body .content-section {
    margin-bottom: 10px
}

@media (min-width: 992px) {
    .cta-action-right {
        padding-right: 145px
    }
}

.cta-action-right h3 {
    margin-bottom: 0
}

.cta-action-right a {
    font-weight: 700
}

.cta-action-right .cw-body .media-left {
    padding-right: 20px
}

.cta-action-right .cw-body p {
    margin-bottom: 10px
}

.cta-action-right .cw-body a {
    margin-bottom: 10px
}

.cta-action-right .cw-body .content-section {
    margin-bottom: 10px
}

.cta-action-right .cw-body .cta-content-actions {
    margin-bottom: 12px
}

@media (min-width: 1200px) {
    .cta-action-right .cw-body .cta-content-actions {
        position: absolute;
        top: 20px;
        right: 20px;
        text-align: center
    }
}

.right-rail .cta-action-right {
    padding-right: 0
}

.right-rail .cta-action-right .cta-content-actions {
    position: static
}

.right-rail .cta-action-right .cta-content-actions .btn-block {
    display: block
}

.cta-content-title {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.1;
    color: var(--darkTextColor);
    margin: 10px 0 0
}

.nav-list-container {
    margin-bottom: 20px
}

.nav-list-container .row {
    margin-left: 0;
    margin-right: 0
}

.nav-list-container div[class^=col-] {
    padding-left: 0
}

.nav-list-container h3 {
    margin-bottom: 10px
}

.nav-list-container article {
    padding-bottom: 0;
    margin-bottom: 0 !important
}

.navbar-nav .my-account {
    display: none
}

.navbar-nav .my-account li > a {
    padding: 0
}

.navbar-nav .my-account a.button-toggle {
    padding: 0
}

.navbar-nav .my-account .dropdown-menu:before {
    display: none;
    left: auto !important;
    right: 50px !important
}

@media (min-width: 1200px) {
    .navbar-nav .my-account {
        display: block
    }
}

.navbar-nav .my-account-mobile {
    background-color: #fff;
    border-top-color: #822b2f;
    display: block;
    font-size: .9em;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    padding-top: 75px
}

.navbar-nav .my-account-mobile > a {
    display: none;
    padding: 0
}

.navbar-nav .my-account-mobile .row {
    padding: 1em 0 2em;
    border-bottom: 1px solid #e0e0e0;
    margin-left: 0;
    margin-right: 0
}

.navbar-nav .my-account-mobile .row:nth-child(1) {
    border-top: 1px solid #e0e0e0;
    padding-bottom: 1em
}

.navbar-nav .my-account-mobile .row:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.navbar-nav .my-account-mobile:before {
    display: none;
    left: auto !important;
    right: 50px !important
}

@media (min-width: 992px) {
    .navbar-nav .my-account-mobile {
        display: block
    }
}

.navbar-wrapper {
    overflow-y: auto;
    height: 100%;
    padding-bottom: 100px
}

@media (min-width: 992px) {
    .navbar-wrapper {
        padding-bottom: 0
    }
}

.content-grid .row {
    margin-bottom: 30px
}

.content-grid .row .grid-photo {
    margin-bottom: 0
}

.content-grid .row :hover > .grid-photo {
    outline: 2px solid var(--linkColor)
}

@media (max-width: 768px) {
    .content-grid [class^=col-] {
        padding-left: 10px;
        padding-right: 10px
    }

    .content-grid .row {
        margin-bottom: 20px
    }
}

.cw-story-left, .cw-story-right {
    width: auto;
    display: block;
    margin-bottom: 50px
}

@media (max-width: 768px) {
    .cw-story-left, .cw-story-right {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media (min-width: 768px) {
    .cw-story-left, .cw-story-right {
        padding-left: 0;
        margin-bottom: 50px
    }
}

@media (min-width: 992px) {
    .cw-story-left, .cw-story-right {
        margin-right: 20%;
        width: 80%;
        margin-bottom: 60px;
        padding-left: 30px
    }
}

@media (min-width: 1200px) {
    .cw-story-left, .cw-story-right {
        margin-right: 25%;
        width: 75%;
        margin-bottom: 60px;
        padding-left: 0
    }
}

@media (min-width: 1680px) {
    .cw-story-left, .cw-story-right {
        margin-right: 38%;
        width: 62%
    }
}

.cw-story-left .cw-body, .cw-story-right .cw-body {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    position: relative
}

.cw-story-left .cw-body .media, .cw-story-right .cw-body .media {
    overflow: visible
}

.cw-story-left .cw-body .media-caption, .cw-story-right .cw-body .media-caption {
    margin-top: 20px
}

.cw-story-left .cw-body .media-body, .cw-story-right .cw-body .media-body {
    display: block;
    width: auto;
    padding-left: 40px;
    padding-right: 15px;
    position: relative;
    overflow: initial;
    opacity: 1;
    transform: translateY(0);
    transition: opacity .3s ease-out, transform .3s ease-out
}

@media (min-width: 768px) {
    .cw-story-left .cw-body .media-body, .cw-story-right .cw-body .media-body {
        max-width: 600px;
        padding-left: 60px
    }
}

.cw-story-left .cw-body .media-body:after, .cw-story-right .cw-body .media-body:after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 6px;
    background-color: #efc21b;
    top: 0;
    left: 17px;
    z-index: -1;
    transform: scaleY(1);
    transform-origin: bottom;
    transition: transform .3s ease-out
}

@media (min-width: 768px) {
    .cw-story-left .cw-body .media-body:after, .cw-story-right .cw-body .media-body:after {
        width: 8px;
        left: 30px
    }
}

@media (min-width: 992px) {
    .cw-story-left .cw-body .media-body, .cw-story-right .cw-body .media-body {
        padding-left: 30px
    }

    .cw-story-left .cw-body .media-body:after, .cw-story-right .cw-body .media-body:after {
        width: 8px;
        left: 0
    }
}

.cw-story-left .cw-body .media-body .content-section, .cw-story-right .cw-body .media-body .content-section {
    margin-bottom: 0
}

.cw-story-left .cw-body .media-top, .cw-story-right .cw-body .media-top {
    padding-bottom: 30px;
    margin: 40px 0 0;
    position: relative
}

@media (min-width: 992px) {
    .cw-story-left .cw-body .media-top, .cw-story-right .cw-body .media-top {
        margin-top: 50px
    }
}

.cw-story-left .cw-body .media-top:before, .cw-story-right .cw-body .media-top:before {
    content: " ";
    position: absolute;
    width: 70%;
    height: 70%;
    background-color: #b6d3e9;
    z-index: -1;
    top: -30px
}

@media (min-width: 768px) {
    .cw-story-left .cw-body .media-top:before, .cw-story-right .cw-body .media-top:before {
        top: -40px;
        left: -30px
    }
}

@media (min-width: 992px) {
    .cw-story-left .cw-body .media-top:before, .cw-story-right .cw-body .media-top:before {
        top: -50px;
        left: -64px
    }
}

.cw-story-left .cw-body .media-top img, .cw-story-right .cw-body .media-top img {
    border-top: 10px solid #fff;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
    transform: translateY(0);
    opacity: 1;
    transition: transform .3s ease-out, opacity .3s ease-out
}

@media (min-width: 768px) {
    .cw-story-left .cw-body .media-top img, .cw-story-right .cw-body .media-top img {
        border-top: 15px solid #fff;
        border-left: 15px solid #fff;
        border-right: 15px solid #fff;
        margin-left: 15px
    }
}

@media (min-width: 992px) {
    .cw-story-left .cw-body .media-top img, .cw-story-right .cw-body .media-top img {
        margin-left: -15px
    }
}

@media (min-width: 768px) {
    .cw-story-right {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 992px) {
    .cw-story-right {
        padding-left: 0;
        margin-left: 20%;
        margin-right: 0;
        width: 80%;
        padding-left: 0;
        padding-right: 30px
    }
}

@media (min-width: 1200px) {
    .cw-story-right {
        width: 75%;
        margin-left: 25%;
        padding-right: 0
    }
}

@media (min-width: 1200px) {
    .cw-story-right {
        width: 62%;
        margin-left: 38%;
        padding-right: 0
    }
}

.cw-story-right .cw-body .media-top {
    text-align: right
}

@media (min-width: 992px) {
    .cw-story-right .cw-body .media-top {
        margin-right: -15px
    }
}

.cw-story-right .cw-body .media-top:before {
    right: 0
}

@media (min-width: 768px) {
    .cw-story-right .cw-body .media-top:before {
        right: -30px;
        left: auto
    }
}

@media (min-width: 992px) {
    .cw-story-right .cw-body .media-top:before {
        right: -45px;
        left: auto
    }
}

.cw-story-right .cw-body .media-top img {
    border-left: 0
}

@media (min-width: 768px) {
    .cw-story-right .cw-body .media-top img {
        border-right: 15px solid #fff;
        margin-right: 15px;
        margin-left: -15px;
        border-left: 15px solid #fff
    }
}

@media (min-width: 992px) {
    .cw-story-right .cw-body .media-top img {
        border-right: 15px solid #fff;
        margin-right: 15px;
        margin-left: 0;
        margin-right: 0;
        border-left: 0
    }
}

.cw-story-right .cw-body .media-body:after {
    background-color: #f7941f
}

@media (min-width: 768px) {
    .cw-story-right .cw-body .media-body {
        padding-left: 30px
    }

    .cw-story-right .cw-body .media-body:after {
        left: 0
    }
}

.cw-story-intro {
    width: auto;
    display: block;
    margin-bottom: 50px
}

@media (max-width: 768px) {
    .cw-story-intro {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media (min-width: 768px) {
    .cw-story-intro {
        margin-bottom: 50px
    }
}

@media (min-width: 992px) {
    .cw-story-intro {
        margin-bottom: 60px
    }
}

.cw-story-intro .cw-body {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    position: relative
}

.cw-story-intro .cw-body .media {
    overflow: visible
}

.cw-story-intro .cw-body .media-body {
    overflow: visible;
    display: block;
    width: auto;
    padding-left: 40px;
    padding-right: 15px;
    padding-top: 0;
    margin-bottom: 50px;
    position: relative;
    overflow: initial;
    opacity: 1;
    font-size: 18px;
    color: var(--darkTextColor);
    font-weight: 500;
    transform: translateY(0);
    transition: opacity .3s ease-out, transform .3s ease-out
}

@media (min-width: 768px) {
    .cw-story-intro .cw-body .media-body {
        max-width: 500px;
        padding-left: 30px
    }
}

.cw-story-intro .cw-body .media-body:after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 6px;
    background-color: #f7941f;
    top: 0;
    left: 17px;
    z-index: -1;
    transform: scaleY(1);
    transform-origin: bottom;
    transition: transform .3s ease-out
}

@media (min-width: 768px) {
    .cw-story-intro .cw-body .media-body:after {
        width: 8px;
        left: 0
    }
}

@media (min-width: 992px) {
    .cw-story-intro .cw-body .media-body:after {
        width: 8px;
        left: 0;
        margin-top: -50px;
        border-top: 50px solid #f7941f;
        box-sizing: content-box
    }
}

.cw-story-intro .cw-body .media-body .content-section {
    margin-bottom: 0
}

.cw-story-intro .cw-body .media-right {
    float: none;
    display: block;
    padding-bottom: 30px;
    padding-left: 0;
    margin: 40px 0 0;
    position: relative
}

@media (min-width: 768px) {
    .cw-story-intro .cw-body .media-right {
        margin-top: 90px
    }
}

@media (min-width: 992px) {
    .cw-story-intro .cw-body .media-right {
        float: right;
        width: 56%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 35px;
        margin-bottom: 50px
    }

    .cw-story-intro .cw-body .media-right + .media-body {
        float: left;
        width: 40%;
        margin-left: 0;
        padding-top: 70px
    }
}

@media (min-width: 1200px) {
    .cw-story-intro .cw-body .media-right {
        margin-right: -15px
    }
}

@media (min-width: 1680px) {
    .cw-story-intro .cw-body .media-right {
        width: 62%
    }
}

.cw-story-intro .cw-body .media-right:before {
    content: " ";
    position: absolute;
    width: 70%;
    height: 70%;
    background-color: #b6d3e9;
    z-index: -1;
    top: -30px;
    right: 0
}

@media (min-width: 768px) {
    .cw-story-intro .cw-body .media-right:before {
        top: -40px;
        right: -30px
    }
}

@media (min-width: 992px) {
    .cw-story-intro .cw-body .media-right:before {
        width: 75%;
        top: -35px;
        right: -30px
    }
}

.cw-story-intro .cw-body .media-right img {
    border-top: 10px solid #fff;
    border-left: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
    max-width: none;
    transform: translateY(0);
    opacity: 1;
    transition: transform .3s ease-out, opacity .3s ease-out;
    transition-delay: .3s
}

@media (min-width: 768px) {
    .cw-story-intro .cw-body .media-right img {
        border-top: 15px solid #fff;
        border-left: 15px solid #fff;
        border-right: 15px solid #fff;
        margin-left: -15px
    }
}

@media (min-width: 992px) {
    .cw-story-intro .cw-body .media-right img {
        border-right: 15px solid #fff;
        margin-right: 15px;
        margin-left: 0;
        margin-right: 0;
        border-left: 0
    }
}

.cw-story-t1 {
    margin-bottom: 75px
}

.cw-story-t1 .header-xlarge-secondary {
    font-size: 30px;
    margin-bottom: 2px
}

.cw-story-t1 [class^=header-] {
    margin-bottom: 2px
}

.cw-story-t1 .cw-body {
    padding: 0
}

@media (min-width: 992px) {
    .cw-story-t1 .cw-body .media {
        padding-top: 1px
    }
}

@media (min-width: 1200px) {
    .cw-story-t1 .cw-body .media {
        display: flex;
        flex-direction: row;
        align-items: center
    }
}

.cw-story-t1 .cw-body .media .media-left, .cw-story-t1 .cw-body .media .media-right {
    display: block;
    float: none;
    padding-right: 0;
    margin-left: 0;
    position: relative;
    padding-top: 1px
}

.cw-story-t1 .cw-body .media .media-left:before, .cw-story-t1 .cw-body .media .media-right:before {
    content: " ";
    display: block;
    width: 70%;
    height: 70%;
    background-color: var(--warmGray);;
    position: absolute;
    top: 0;
    left: 0
}

@media (min-width: 768px) {
    .cw-story-t1 .cw-body .media .media-left, .cw-story-t1 .cw-body .media .media-right {
        padding-left: 30px
    }
}

@media (min-width: 1200px) {
    .cw-story-t1 .cw-body .media .media-left, .cw-story-t1 .cw-body .media .media-right {
        flex-grow: 0;
        flex-shrink: 0
    }
}

.cw-story-t1 .cw-body .media .media-left img, .cw-story-t1 .cw-body .media .media-right img {
    max-width: none;
    width: calc(100% - 15px);
    position: relative;
    border: 8px solid #fff;
    margin: 22px 0 0 22px;
    padding-right: 0
}

@media (min-width: 768px) {
    .cw-story-t1 .cw-body .media .media-left img, .cw-story-t1 .cw-body .media .media-right img {
        border: 10px solid #fff;
        border-right: 0;
        margin-top: 30px;
        margin-left: 0;
        padding-right: 0;
        width: 100%
    }
}

@media (min-width: 992px) {
    .cw-story-t1 .cw-body .media .media-left img, .cw-story-t1 .cw-body .media .media-right img {
        border-right: 10px solid #fff
    }
}

@media (min-width: 992px) {
    .cw-story-t1 .cw-body .media .media-left {
        float: left;
        width: 50%
    }
}

.cw-story-t1 .cw-body .media .media-right {
    margin-right: 0;
    padding-left: 0
}

@media (min-width: 768px) {
    .cw-story-t1 .cw-body .media .media-right {
        padding-left: 30px
    }
}

@media (min-width: 992px) {
    .cw-story-t1 .cw-body .media .media-right {
        float: right;
        width: 50%;
        padding-right: 35px;
        padding-left: 10px
    }

    .cw-story-t1 .cw-body .media .media-right img {
        border-left: 0;
        border-right-width: 10px;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0
    }

    .cw-story-t1 .cw-body .media .media-right:before {
        left: auto;
        right: 0
    }
}

@media (min-width: 1200px) {
    .cw-story-t1 .cw-body .media .media-right {
        order: 2
    }
}

.cw-story-t1 .cw-body .media .media-body {
    display: block;
    width: auto;
    position: relative;
    padding-left: 30px;
    margin-top: 20px
}

.cw-story-t1 .cw-body .media .media-body:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 8px;
    background-color: #f7941f
}

@media (min-width: 768px) {
    .cw-story-t1 .cw-body .media .media-body {
        margin-left: 40px;
        margin-top: 30px
    }
}

@media (min-width: 992px) {
    .cw-story-t1 .cw-body .media .media-body {
        margin-left: 0;
        margin-top: 50px;
        padding-left: 50px
    }

    .cw-story-t1 .cw-body .media .media-body:before {
        left: 10px
    }
}

@media (min-width: 1200px) {
    .cw-story-t1 .cw-body .media .media-body {
        width: 50%
    }
}

.cw-story-t1 .cw-body .media .media-body .content-section {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 32px
}

@media (min-width: 992px) {
    .cw-story-t1 .cw-body .media .media-right + .media-body {
        padding-right: 10px;
        padding-left: 40px
    }

    .cw-story-t1 .cw-body .media .media-right + .media-body::before {
        left: 0
    }
}

.cw-story-t1.line-blue .cw-body .media .media-body:before, .cw-story-t2.line-blue .cw-body .media .media-body:before, .cw-story-boxed.line-blue .cw-body .media .media-body:before {
    background-color: var(--warmGray);
}

.cw-story-t1.line-orange .cw-body .media .media-body:before, .cw-story-t2.line-orange .cw-body .media .media-body:before, .cw-story-boxed.line-orange .cw-body .media .media-body:before {
    background-color: #f7941f
}

.cw-story-t1.line-yellow .cw-body .media .media-body:before, .cw-story-t2.line-yellow .cw-body .media .media-body:before, .cw-story-boxed.line-yellow .cw-body .media .media-body:before {
    background-color: #efc21b
}

.cw-story-t2.line-orange .cw-body .media .media-body, .cw-story-t2.line-blue .cw-body .media .media-body, .cw-story-t2.line-yellow .cw-body .media .media-body {
    padding-left: 30px
}

@media (min-width: 768px) {
    .cw-story-t2.line-orange .cw-body .media .media-body, .cw-story-t2.line-blue .cw-body .media .media-body, .cw-story-t2.line-yellow .cw-body .media .media-body {
        padding-left: 40px
    }
}

@media (min-width: 768px) {
    [class*=line-][class*=background-] .media .media-left + .media-body {
        padding-left: 70px
    }
}

@media (min-width: 992px) {
    [class*=line-][class*=background-] .media .media-left + .media-body {
        padding-left: 88px !important
    }
}

@media (min-width: 768px) {
    [class*=line-][class*=background-] .media .media-right + .media-body {
        padding-left: 30px
    }
}

.cw-story-t2 {
    margin-bottom: 75px
}

.cw-story-t2 [class^=header-] {
    margin-bottom: 2px
}

.cw-story-t2 .cw-body {
    padding: 0
}

@media (min-width: 992px) {
    .cw-story-t2 .cw-body .media {
        display: flex;
        flex-direction: row;
        align-items: center
    }
}

.cw-story-t2 .cw-body .media .media-left, .cw-story-t2 .cw-body .media .media-right {
    float: none;
    display: block;
    padding-right: 0;
    padding-left: 0;
    margin-left: 0
}

@media (min-width: 992px) {
    .cw-story-t2 .cw-body .media .media-left, .cw-story-t2 .cw-body .media .media-right {
        flex-grow: 0;
        flex-shrink: 0;
        width: 50%;
        padding-right: 10px
    }
}

.cw-story-t2 .cw-body .media .media-left img, .cw-story-t2 .cw-body .media .media-right img {
    max-width: none;
    width: 100%;
    position: relative;
    margin-bottom: 0
}

.cw-story-t2 .cw-body .media .media-left img + .media-caption, .cw-story-t2 .cw-body .media .media-right img + .media-caption {
    margin-top: 20px
}

@media (min-width: 992px) {
    .cw-story-t2 .cw-body .media .media-right {
        order: 2;
        padding-right: 0;
        padding-left: 10px
    }
}

.cw-story-t2 .cw-body .media .media-body {
    display: block;
    width: auto;
    position: relative;
    padding: 30px 0;
    margin-top: 30px;
    z-index: 1
}

.cw-story-t2 .cw-body .media .media-body:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 64px);
    margin-top: 34px;
    width: 8px;
    background-color: transparent
}

@media (min-width: 992px) {
    .cw-story-t2 .cw-body .media .media-body {
        margin-left: 0;
        margin-top: 0;
        flex-grow: 0;
        flex-shrink: 0;
        width: 50%
    }
}

.cw-story-t2 .cw-body .media .media-body .content-section {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 32px
}

@media (min-width: 992px) {
    .cw-story-t2 .cw-body .media .media-left + .media-body {
        padding-left: 50px
    }

    .cw-story-t2 .cw-body .media .media-left + .media-body:before {
        left: 10px
    }
}

.cw-story-t2.background-light-blue {
    background-color: var(--warmGray);
}

@media (min-width: 992px) {
    .cw-story-t2.background-light-blue::before {
        content: " ";
        position: absolute;
        top: 0;
        left: -60px;
        width: 60px;
        height: 100%;
        background-color: var(--warmGray);
    }

    .cw-story-t2.background-light-blue::after {
        content: " ";
        position: absolute;
        top: 0;
        right: -60px;
        width: 60px;
        height: 100%;
        background-color: var(--warmGray);
    }
}

@media (min-width: 992px) {
    .cw-story-t2.background-light-blue .media {
        background-color: transparent
    }

    .cw-story-t2.background-light-blue .media .media-left + .media-body {
        padding-left: 50px
    }

    .cw-story-t2.background-light-blue .media .media-left + .media-body:before {
        left: 42px
    }

    .cw-story-t2.background-light-blue .media .media-right + .media-body {
        padding-right: 50px
    }
}

.cw-story-t2.background-light-blue .media .media-body {
    background-color: var(--warmGray);
    padding-left: 30px;
    padding-right: 30px
}

@media (min-width: 992px) {
    .cw-story-t2.background-light-blue .media .media-body {
        background-color: transparent
    }
}

@media (min-width: 768px) {
    .cw-story-t2.background-light-blue .media .media-body {
        padding-left: 40px
    }

    .cw-story-t2.background-light-blue .media .media-body:before {
        left: 0
    }
}

@media (min-width: 992px) {
    .cw-story-t2.background-light-blue .media .media-body {
        padding-left: 0
    }
}

.cw-story-t2.background-pale-yellow {
    background-color: #fbf1e3
}

@media (min-width: 992px) {
    .cw-story-t2.background-pale-yellow::before {
        content: " ";
        position: absolute;
        top: 0;
        left: -60px;
        width: 60px;
        height: 100%;
        background-color: #fbf1e3
    }

    .cw-story-t2.background-pale-yellow::after {
        content: " ";
        position: absolute;
        top: 0;
        right: -60px;
        width: 60px;
        height: 100%;
        background-color: #fbf1e3
    }
}

@media (min-width: 992px) {
    .cw-story-t2.background-pale-yellow .media {
        background-color: transparent
    }

    .cw-story-t2.background-pale-yellow .media .media-left + .media-body {
        padding-left: 50px
    }

    .cw-story-t2.background-pale-yellow .media .media-left + .media-body:before {
        left: 42px
    }

    .cw-story-t2.background-pale-yellow .media .media-right + .media-body {
        padding-right: 50px
    }
}

.cw-story-t2.background-pale-yellow .media .media-body {
    background-color: #fbf1e3;
    padding-left: 30px;
    padding-right: 30px
}

@media (min-width: 992px) {
    .cw-story-t2.background-pale-yellow .media .media-body {
        background-color: transparent
    }
}

@media (min-width: 768px) {
    .cw-story-t2.background-pale-yellow .media .media-body {
        padding-left: 40px
    }

    .cw-story-t2.background-pale-yellow .media .media-body:before {
        left: 0
    }
}

@media (min-width: 992px) {
    .cw-story-t2.background-pale-yellow .media .media-body {
        padding-left: 0
    }
}

.content-widget-group-1 {
    margin-bottom: 60px
}

.content-widget-group-1 .cw-story-t2 {
    margin-bottom: 40px !important
}

.content-widget-group-1 .cw-story-t2 .cw-body .media {
    align-items: flex-start
}

@media (min-width: 992px) {
    .content-widget-group-1 .cw-story-t2 .cw-body .media .media-left + .media-body {
        padding-left: 10px
    }
}

.content-widget-group-1 .row-bottom-border {
    padding-bottom: 40px
}

.cw-story-t2-header .story-t2-header {
    background-color: #f7941f;
    padding: 8px 30px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 500
}

.cw-story-t2-header .media-body {
    align-self: flex-start;
    padding-top: 0 !important
}

@media (min-width: 768px) {
    .story-animation .cw-body .media-top.scroll-into-ten-once img, .story-animation .cw-body .media-right.scroll-into-ten-once img {
        transform: translateY(50px);
        opacity: 0
    }

    .story-animation .cw-body .media-body.scroll-into-ten-once {
        opacity: 0;
        transform: translateY(30px)
    }

    .story-animation .cw-body .media-body.scroll-into-ten-once:after {
        transform: scaleY(0)
    }
}

.bootstrap-datetimepicker-widget table {
    font-size: inherit
}

.animated-icon-arc {
    display: block;
    text-align: center;
    position: relative
}

.animated-icon-arc i {
    position: absolute;
    bottom: 0;
    left: 50%;
    background-color: transparent;
    color:#000;
    display: inline-block;
    border-radius: 120px 120px 0 0;
    height: 60px;
    width: 120px;
    margin-left: -60px;
    font-size: 50px;
    line-height: 60px;
    padding-top: 12px;
    transition: background-color linear .3s, color linear .3s
}

@media (min-width: 992px) {
    .animated-icon-arc i {
        border-radius: 140px 140px 0 0;
        height: 70px;
        width: 140px;
        margin-left: -70px;
        font-size: 60px;
        line-height: 70px
    }
}

.animated-icon-arc:before {
    content: " ";
    display: block;
    color: #000;
    border: 3px solid var(--grayBorder);
    border-radius: 150px 150px 0 0;
    height: 75px;
    width: 150px;
    margin: 0 auto;
    border-bottom-width: 0;
    transition: border-radius linear .3s, height linear .3s, width linear .3s, margin linear .3s
}

@media (min-width: 992px) {
    .animated-icon-arc:before {
        border-radius: 180px 180px 0 0;
        height: 90px;
        width: 180px;
        margin-top: 10px
    }
}

.animated-icon-arc:hover i {
    background-color: #000;
    color: #fff
}

@media (min-width: 992px) {
    .animated-icon-arc:hover:before {
        border-radius: 200px 200px 0 0;
        height: 100px;
        width: 200px;
        margin-top: 0
    }
}

.content-switcher .dynamic-content > div {
    display: none;
    transition: opacity .5s ease-in
}

.content-switcher .dynamic-content > div.cs-show {
    display: block;
    animation-name: cqb-fade;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-timing-function: linear
}

@media (min-width: 768px) {
    .content-switcher .dropdown-content {
        height: 100%;
        padding-bottom: 20px
    }

    .content-switcher .dropdown-content article {
        height: 100%;
        margin-bottom: 0;
        justify-content: flex-start
    }

    .content-switcher .dynamic-content {
        margin-left: -10px;
        height: 100%;
        padding-bottom: 20px
    }

    .content-switcher .dynamic-content > div {
        display: none;
        height: 100%
    }

    .content-switcher .dynamic-content article {
        height: 100%;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .content-switcher .dynamic-content article .cw-body {
        flex: none
    }

    .content-switcher .dynamic-content article .cw-body .content-section {
        margin-bottom: 0
    }

    .content-switcher .dynamic-content article .cw-body .content-section img {
        padding: 0
    }

    .content-switcher .dynamic-content article .cw-body img:last-child {
        margin-bottom: 0
    }
}

.animate-line-slide-over {
    overflow: hidden;
    position: relative
}

.line-slide-over {
    border-left: 8px solid #f7941f;
    padding-left: 20px;
    transform: translateX(0);
    transition: transform 1s ease-in-out
}

.scroll-into-middle-once .line-slide-over {
    transform: translateX(calc(100% - 8px));
    transition-duration: 0s
}

.slide-content-large {
    font-size: 60px;
    font-weight: 500;
    color: var(--darkTextColor);
    line-height: 1;
    padding-top: 20px
}

.slide-content-small {
    color: var(--darkTextColor);
    font-size: 18px;
    padding: 10px 0
}

.slide-content-bottom {
    margin-top: 20px;
    opacity: 1;
    transition: opacity .3s linear;
    transition-delay: 1s
}

.scroll-into-middle-once .slide-content-bottom {
    opacity: 0
}

@media (min-width: 768px) {
    [class^=col-] + [class^=col-] .line-slide-over, .flex-col-sm + .flex-col-sm .line-slide-over {
        transition-delay: 1s
    }

    [class^=col-] + [class^=col-] .slide-content-bottom, .flex-col-sm + .flex-col-sm .slide-content-bottom {
        transition-delay: 2s
    }

    [class^=col-] + [class^=col-] + [class^=col-] .line-slide-over, .flex-col-sm + .flex-col-sm + .flex-col-sm .line-slide-over {
        transition-delay: 2s
    }

    [class^=col-] + [class^=col-] + [class^=col-] .slide-content-bottom, .flex-col-sm + .flex-col-sm + .flex-col-sm .slide-content-bottom {
        transition-delay: 3s
    }

    [class^=col-] + [class^=col-] + [class^=col-] + [class^=col-] .line-slide-over, .flex-col-sm + .flex-col-sm + .flex-col-sm + .flex-col-sm .line-slide-over {
        transition-delay: 3s
    }

    [class^=col-] + [class^=col-] + [class^=col-] + [class^=col-] .slide-content-bottom, .flex-col-sm + .flex-col-sm + .flex-col-sm + .flex-col-sm .slide-content-bottom {
        transition-delay: 4s
    }
}

.cw-promo-emblem {
    display: block;
    width: 100%;
    max-width: 278px;
    height: auto !important;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 1px;
    padding-bottom: 1px
}

.cw-promo-emblem .cw-body {
    margin-top: 100%;
    padding: 0;
    color: var(--darkTextColor) !important
}

.cw-promo-emblem .cw-body .media {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    border: 6px solid #f7941f;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto
}

@media (min-width: 768px) {
    .cw-promo-emblem .cw-body .media {
        font-size: 1.25vw;
        border-width: 4px
    }
}

@media (min-width: 992px) {
    .cw-promo-emblem .cw-body .media {
        border-width: 5px
    }
}

@media (min-width: 1200px) {
    .cw-promo-emblem .cw-body .media {
        font-size: 1.1vw;
        border-width: 6px
    }
}

@media (min-width: 1680px) {
    .cw-promo-emblem .cw-body .media {
        font-size: 16px
    }
}

.cw-promo-emblem .cw-body .media .media-body {
    display: block;
    width: auto
}

.cw-promo-emblem .cw-body .media .media-body .content-section {
    margin-bottom: 0
}

.cw-promo-emblem .cw-body .media img {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .cw-promo-emblem .cw-body .media img {
        max-width: 80%
    }
}

@media (min-width: 1200px) {
    .cw-promo-emblem .cw-body .media img {
        max-width: 100%
    }
}

.cw-card-underscored {
    background-color: #fff;
    box-shadow: 0 2px 20px 1px rgba(100, 100, 100, .25);
    padding: 30px 20px;
    border-bottom: 4px solid #f7941f
}

.cw-card-underscored article {
    margin-bottom: 0
}

.widget-up {
    margin-top: -7.5em;
    z-index: 999;
    display: block
}

.cw-glass-card {
    background-color: #fff
}

.cw-glass-card:hover {
    box-shadow: 1px 1px 14px 2px rgba(100, 100, 100, .5)
}

.cw-glass-card .media-top {
    margin: -20px -20px 0
}

[class*=blog-logo-] .cw-body::before {
    content: "";
    max-height: 70px;
    width: 100%;
    max-width: 240px;
    display: block;
    margin: 0 auto 20px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 0
}

[class*=blog-logo-].cw-glass-card .media-top {
    margin-top: 0
}

.blog-logo-extramile .cw-body::before {
    background-image: url(https://www.thehartford.com/.resources/thehartford/webresources/images/blog-ExtraMile-logo.png)
}

.blog-logo-sba .cw-body::before {
    background-image: url(https://www.thehartford.com/.resources/thehartford/webresources/images/blog-SBA-logo.png)
}

.blog-logo-lifelime .cw-body::before {
    background-image: url(https://www.thehartford.com/.resources/thehartford/webresources/images/blog-LifeLime-logo.png)
}

.cw-card-soft-photo-top {
    border: 2px solid #5396b5;
    border-radius: 10px;
    background-color: #fff
}

.cw-card-soft {
    border: 2px solid #5396b5;
    border-radius: 10px;
    background-color: #fff
}

.cw-card-soft .media-top {
    text-align: center;
    margin-left: -22px;
    margin-right: -22px;
    background-color: #fff;
    position: relative;
    top: -22px
}

.cw-card-soft .media-top::before {
    content: " ";
    width: 100%;
    height: 50px;
    position: absolute;
    top: 19px;
    left: 0;
    border-left: 2px solid #5396b5;
    border-top: 2px solid #5396b5;
    border-right: 2px solid #5396b5;
    border-radius: 9px 9px 0 0
}

.cw-card-soft .media-top .wrapper-icon, .cw-card-soft .media-top img {
    display: inline-block;
    background-color: #fff;
    outline: 6px solid #fff;
    margin-bottom: 0;
    position: relative
}

.media-top .wrapper-icon {
    text-align: center;
}

.cw-card-soft-shaded-header {
    border: 2px solid #5396b5;
    border-radius: 10px;
    background-color: #fff
}

.cw-card-soft-shaded-header .cw-heading-with-icon {
    margin: -20px -20px 20px;
    padding: 20px;
    background-color: #eaf2f9;
    border-radius: 10px 10px 0 0
}

.cw-card-soft-shaded-header .cw-body > h1, .cw-card-soft-shaded-header .cw-body > h2, .cw-card-soft-shaded-header .cw-body > h3, .cw-card-soft-shaded-header .cw-body > h4, .cw-card-soft-shaded-header .cw-body > h5, .cw-card-soft-shaded-header .cw-body > h6, .cw-card-soft-shaded-header .cw-body > [class^=header-], .cw-card-soft-shaded-header .cw-body > .content-title {
    background-color: #eaf2f9;
    padding: 20px;
    margin: -20px -20px 10px;
    border-radius: 10px 10px 0 0
}

.cw-card-soft-shaded {
    border: 2px solid #5396b5;
    border-radius: 10px;
    background-color: var(--warmGray);
}

.cw-pullquote {
    background-color: #e2eef6;
    border: 1px solid var(--grayBorder)
}

.btn {
    border: none;
    letter-spacing: 1px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    padding: .75em 1em;
    text-align: center;
    vertical-align: middle;
    white-space: normal
}

.btn :active, .btn .active {
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .5);
    outline: 0;
    background-image: none
}

.btn .icon {
    margin-right: .625em
}

.btn-default {
    background-color: #f7f7f7;
    border: 1px solid var(--grayBorder);
    color: var(--darkTextColor);
    font-style: normal
}

.btn-default:hover {
    background-color: var(--warmGray)
}

.btn-xl {
    font-size: 1.125em;
    line-height: 1.143em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-right: 10%;
    text-align: left
}

.btn-xl .icon {
    margin-right: .556em;
    font-size: 2em;
    float: left;
    padding-left: 10%
}

.btn-lg, .btn-group-lg > .btn {
    font-size: 1.125em;
    line-height: 1.143em;
    padding-top: .85em;
    padding-bottom: .85em
}

.btn-lg .icon, .btn-group-lg > .btn .icon {
    margin-right: .556em
}

.btn-sm, .btn-group-sm > .btn {
    padding-top: .7em;
    padding-bottom: .7em
}

.btn-sm .icon, .btn-group-sm > .btn .icon {
    margin-right: .714em
}

.btn-xs, .btn-group-xs > .btn {
    padding-top: .5em;
    padding-bottom: .5em
}

.btn-primary {
    background-color: var(--greenP);
    color: #fff
}

.btn-primary:hover, .btn-primary:hover:focus {
    background-color: var(--greenPHover);
    color: #fff
}

.btn-primary:focus {
    background-color: var(--greenP);
    color: #fff
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary:active.focus, .btn-primary:active:focus {
    background-color: var(--greenPHover);
    border-color: var(--greenPHover);
    color: #fff
}

.btn-primary.disabled, .btn-primary[disabled], .btn-primary fieldset[disabled] {
    background-color: var(--warmGray);
    color: #888
}

.btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, .btn-primary fieldset[disabled]:focus, .btn-primary fieldset[disabled]:hover {
    background-color: var(--warmGray);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888
}

.btn-quickView {
    font-size: .857em;
    background-color: var(--warmGray);
    color: var(--darkTextColor)
}

.btn-quickView:hover, .btn-quickView:hover:focus {
    background-color: var(--warmGray);
    color: #fff
}

.btn-quickView:focus {
    background-color: var(--warmGray);
    color: var(--darkTextColor)
}

.btn-quickView.active.focus, .btn-quickView.active:focus, .btn-quickView:active.focus, .btn-quickView:active:focus {
    background-color: var(--warmGray);
    border-color: var(--warmGray);
    color: #fff
}

.btn-quickView.disabled, .btn-quickView[disabled], .btn-quickView fieldset[disabled] {
    background-color: var(--warmGray);
    color: #fff
}

.btn-quickView.disabled:focus, .btn-quickView.disabled:hover, .btn-quickView[disabled]:focus, .btn-quickView[disabled]:hover, .btn-quickView fieldset[disabled]:focus, .btn-quickView fieldset[disabled]:hover {
    background-color: var(--warmGray);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff
}

.btn-secondary {
    background-color: var(--claret);
    color: #fff
}

.btn-secondary:hover, .btn-secondary:hover:focus {
    background-color: var(--claretHover);
    color: #fff
}

.btn-secondary:focus {
    background-color: var(--claret);
    color: #fff
}

.btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary:active.focus, .btn-secondary:active:focus {
    background-color: var(--claretHover);
    border-color: var(--claretHover);
    color: #fff
}

.btn-secondary.disabled, .btn-secondary[disabled], .btn-secondary fieldset[disabled] {
    background-color: var(--warmGray);
    color: #888
}

.btn-secondary.disabled:focus, .btn-secondary.disabled:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled]:hover, .btn-secondary fieldset[disabled]:focus, .btn-secondary fieldset[disabled]:hover {
    background-color: var(--warmGray);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888
}

.btn-secondary-paired {
    border: 2px solid var(--linkColor);
    font-weight: 700;
    background-color: #fff;
    color: var(--linkColor)
}

.btn-secondary-paired.disabled, .btn-secondary-paired[disabled], .btn-secondary-paired fieldset[disabled] {
    border: 1px solid var(--warmGray)
}

.btn-secondary-paired:hover, .btn-secondary-paired:hover:focus {
    background-color: var(--linkColor);
    color: #fff
}

.btn-secondary-paired:focus {
    background-color: #fff;
    color: var(--linkColor)
}

.btn-secondary-paired.active.focus, .btn-secondary-paired.active:focus, .btn-secondary-paired:active.focus, .btn-secondary-paired:active:focus {
    background-color: var(--linkColor);
    border-color: var(--linkColor);
    color: #fff
}

.btn-secondary-paired.disabled, .btn-secondary-paired[disabled], .btn-secondary-paired fieldset[disabled] {
    background-color: #f3f3f3;
    color: #888
}

.btn-secondary-paired.disabled:focus, .btn-secondary-paired.disabled:hover, .btn-secondary-paired[disabled]:focus, .btn-secondary-paired[disabled]:hover, .btn-secondary-paired fieldset[disabled]:focus, .btn-secondary-paired fieldset[disabled]:hover {
    background-color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888
}

.btn-border {
    border: 3px solid #fff
}

.btn-border:hover, .btn-border:hover:focus {
    border: 3px solid #fff
}

.btn-showmore:before {
    font-family: higux;
    content: "\e03f";
    display: inline-block;
    margin-right: .556em;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.btn-showmore.active {
    box-shadow: none;
    background-color: var(--claret)
}

.btn-showmore.active:before {
    content: "\e040"
}

.btn-showmore.active.btn-secondary-paired {
    color: #fff
}

.btn-showmore.active.btn-secondary-paired:focus {
    background-color: var(--claret)
}

.btn-showmore.active.btn-secondary-paired:hover {
    background-color: #4d7495
}

.btn-link {
    color: var(--linkColor);
    font-weight: 700
}

@media (min-width: 768px) {
    .btn-lg, .btn-group-lg > .btn {
        min-width: 75px
    }

    .btn-primary {
        min-width: 75px
    }
}

.btn-primary-link {
    background: 0 0;
    border-radius: 0;
    color: var(--linkColor);
    font-weight: 700;
    padding: 0;
    text-transform: none
}

.btn-primary-link:hover {
    text-decoration: underline;
    color: var(--linkColor)
}

.btn-disabled {
    opacity: 1
}

.btn.btn-search {
    padding: 0;
    border: none;
    background: 0 0;
    right: 0;
    color: var(--darkTextColor)
}

input, textarea, select.form-control {
    font-size: 16px;
    border-radius: 0
}

@media (min-width: 992px) {
    input, textarea, select.form-control {
        font-size: 1em
    }
}

legend {
    margin-bottom: 0;
    font-size: inherit;
    font-weight: 500;
    border-bottom: 0
}

legend.legend-as-heading {
    font-size: 20px;
    font-weight: 500
}

iframe {
    border: 0
}

span.input-group-addon {
    border-radius: 0
}

.form-control {
    border-radius: 0
}

input[type=radio]:checked + label {
    background: #b83b2f
}

.home-new-quote-form > .form-group:first-of-type {
    position: relative
}

.home-new-quote-form > .form-group:first-of-type:before {
    content: "\e044";
    font-family: higux;
    font-size: 18px;
    color: #000;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 7px;
    pointer-events: none
}

.select-wrapper {
    position: relative
}

.select-wrapper:after {
    content: "\e044";
    font-family: higux;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    width: 38px;
    height: 40px;
    background: #000;
    color: #fff;
    right: 0;
    top: 0;
    pointer-events: none
}

.select-wrapper select {
    border-color: #000;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px
}

.select-wrapper select::-ms-expand {
    display: none
}

.select-wrapper select::-ms-value {
    color: var(--darkTextColor);
    background: 0 0
}

.select-wrapper [disabled] {
    background: #fff;
    border-color: var(--warmGray);
    color: rgba(0, 0, 0, .5)
}

.select-wrapper.input-disabled:after {
    background: var(--warmGray)
}

select {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 10px 20px;
    background: #fff;
    color: #ccc;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select .un-selected {
    display: none
}

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

.select-insurance-dropdown {
    border: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff no-repeat 90%;
    text-indent: .01px;
    text-overflow: "";
    color: var(--beigeLight);
    border-radius: 0;
    padding: 10px
}

.input-zip {
    padding: 10px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff no-repeat 90%
}

.industry-selector .specialty-selector {
    margin-top: 10px
}

::-webkit-input-placeholder {
    color: #888 !important;
    font-size: .9em;
    padding-top: 2px
}

:-moz-placeholder {
    color: #888 !important;
    font-size: .9em;
    padding-top: 2px
}

::-moz-placeholder {
    color: #888 !important;
    font-size: .9em;
    padding-top: 2px
}

:-ms-input-placeholder {
    color: #888 !important
}

input[type=text], input[type=email], input[type=number], input[type=password] {
    -webkit-appearance: none;
    border-radius: 0
}

.ajx-response {
    border: 1px solid #eee;
    padding: 10px
}

.collectable-form select {
    width: 60%;
    float: left;
    margin-right: 5%;
    margin-bottom: 20px
}

.collectable-form input[type=text] {
    width: 25%;
    float: left
}

.collectable-form input[type=submit] {
    float: left
}

.collectable-form .links {
    float: right;
    padding-top: 10px
}

.collectable-form .links a {
    padding: 0 10px
}

select.arrow {
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 100%;
    background-repeat: no-repeat;
    background-image: url(/.resources/thehartford/webresources/img/select-arrow1.png);
    color: #767676
}

.quote-form-only {
    background: var(--linkColor);
    font-size: .9em;
    margin-bottom: 20px;
    padding: 20px 20px 10px
}

.insurance-request .row {
    margin: 20px 0
}

.insurance-request .row label {
    width: 100%;
    margin-bottom: 0
}

.insurance-request .row h3 {
    margin-bottom: 0
}

.insurance-request .row .step-info {
    padding-top: 10px
}

.insurance-request .row .form-sample {
    color: #767676
}

.insurance-request .row input {
    float: left
}

.insurance-request .row .input-text {
    float: left;
    height: 25px;
    padding-top: 6px;
    margin-right: 3%;
    margin-left: 3.5%
}

.insurance-request .row .input-small {
    width: 18%;
    margin-right: 5%
}

.insurance-request .row .input-semi-medium {
    width: 22%;
    margin-right: 5%
}

.insurance-request .row .input-medium {
    width: 30%;
    margin-right: 5%
}

.insurance-request .row .input-semi-large {
    width: 42%
}

.insurance-request .row .input-large {
    width: 45%;
    margin-right: 5%
}

.insurance-request .row .input-half-first {
    width: 48%;
    margin-right: 5%
}

.insurance-request .row .input-half-last {
    width: 47%
}

.insurance-request .row .input-full {
    width: 100%
}

.insurance-request .row .margin-bottom {
    margin-bottom: 20px
}

.insurance-request .row .margin-zero {
    margin-right: 0
}

.insurance-request .row .cancel-form {
    margin-left: 20px;
    margin-top: 10px;
    float: left
}

.insurance-request .row.border-bottom {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.general-request .row {
    margin: 10px 0
}

.general-request .row label {
    width: 100%;
    margin-bottom: 0
}

.general-request .row h3 {
    margin-bottom: 0
}

.general-request .row .step-info {
    padding-top: 10px
}

.general-request .row .form-sample {
    color: #767676
}

.general-request .row input {
    float: left
}

.general-request .row .help-block {
    clear: left
}

.general-request .row .input-text {
    float: left;
    height: 25px;
    padding-top: 6px;
    margin-right: 3%;
    margin-left: 3.5%
}

.general-request .row .input-small {
    width: 18%;
    margin-right: 5%
}

.general-request .row .input-semi-medium {
    width: 22%;
    margin-right: 5%
}

.general-request .row .input-medium {
    width: 30%;
    margin-right: 5%
}

.general-request .row .input-medium-percent {
    width: 18%
}

.general-request .row .input-medium-dollar {
    width: 18%;
    margin-right: 5%
}

.general-request .row .input-semi-large {
    width: 42%
}

.general-request .row .input-large {
    width: 45%;
    margin-right: 5%
}

.general-request .row .input-half-first {
    width: 48%;
    margin-right: 5%
}

.general-request .row .input-half-last {
    width: 47%
}

.general-request .row .input-full {
    width: 100%
}

.general-request .row .margin-bottom {
    margin-bottom: 20px
}

.general-request .row .margin-zero {
    margin-right: 0
}

.general-request .row .cancel-form {
    margin-left: 20px;
    margin-top: 10px;
    float: left
}

.general-request .row.border-bottom {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.general-request .row .subsection {
    margin-bottom: 10px
}

.general-request .row .desctext {
    color: #999;
    font-size: .8571em;
    display: block;
    margin-left: 10px
}

.general-request .row input[type=checkbox], .general-request .row input[type=radio] {
}

.general-request .formpercent {
    background-color: #f6f6f6;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #666;
    display: inline-block;
    height: 34px;
    font-size: 1em;
    line-height: 1.42857143;
    padding: 6px 8px;
    width: 30px
}

.general-request .formdollar {
    background-color: #f6f6f6;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #666;
    display: inline-block;
    float: left;
    height: 34px;
    font-size: 1em;
    line-height: 1.42857143;
    padding: 6px 10px;
    width: 30px
}

.general-request label {
    display: inline-block
}

.general-request .form-group {
    margin-bottom: 10px;
    padding-left: 1px
}

.employee-request .row {
    margin: 10px -30px
}

.employee-request .row ul li {
    margin-left: 20px
}

.employee-request .row label {
    width: 100%;
    margin-bottom: 0
}

.employee-request .row h3 {
    margin-bottom: 0
}

.employee-request .row .step-info {
    padding-top: 10px
}

.employee-request .row .form-sample {
    color: #767676
}

.employee-request .row input {
    float: left
}

.employee-request .row .input-text {
    float: left;
    height: 25px;
    padding-top: 6px;
    margin-right: 3%;
    margin-left: 3.5%
}

.employee-request .row .input-small {
    width: 18%;
    margin-right: 5%
}

.employee-request .row .input-semi-medium {
    width: 22%;
    margin-right: 5%
}

.employee-request .row .input-medium {
    width: 30%;
    margin-right: 5%
}

.employee-request .row .input-medium-percent {
    width: 18%;
    margin-right: 5%
}

.employee-request .row .input-medium-dollar {
    width: 18%;
    margin-right: 5%
}

.employee-request .row .input-semi-large {
    width: 42%
}

.employee-request .row .input-large {
    width: 45%;
    margin-right: 5%
}

.employee-request .row .input-half-first {
    width: 48%;
    margin-right: 5%
}

.employee-request .row .input-half-last {
    width: 47%
}

.employee-request .row .input-full {
    width: 100%
}

.employee-request .row .margin-bottom {
    margin-bottom: 20px
}

.employee-request .row .margin-zero {
    margin-right: 0
}

.employee-request .row .cancel-form {
    margin-left: 20px;
    margin-top: 10px;
    float: left
}

.employee-request .row.border-bottom {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.employee-request .row .subsection {
    margin-bottom: 10px
}

.employee-request .row .desctext {
    color: #999;
    font-size: .8571em
}

.employee-request .row input[type=checkbox], .employee-request .row input[type=radio] {
}

.employee-request .formpercent {
    background-color: #f6f6f6;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #666;
    display: inline-block;
    height: 34px;
    font-size: 1em;
    line-height: 1.42857143;
    padding: 6px 8px;
    width: 30px
}

.employee-request .formdollar {
    background-color: #f6f6f6;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #666;
    display: inline-block;
    float: left;
    height: 34px;
    font-size: 1em;
    line-height: 1.42857143;
    padding: 6px 10px;
    width: 30px
}

.employee-request label {
    display: inline-block
}

.guidebook-request .row {
    margin: 10px 0
}

.guidebook-request .row ul li {
    margin-left: 20px
}

.guidebook-request .row label {
    width: 100%;
    margin-bottom: 0
}

.guidebook-request .row h3 {
    margin-bottom: 0
}

.guidebook-request .row .step-info {
    padding-top: 10px
}

.guidebook-request .row .form-sample {
    color: #767676
}

.guidebook-request .row .help-block {
    clear: left
}

.guidebook-request .row input {
    float: left
}

.guidebook-request .row .input-text {
    float: left;
    height: 25px;
    padding-top: 6px;
    margin-right: 3%;
    margin-left: 3.5%
}

.guidebook-request .row .input-small {
    width: 40%;
    margin-right: 5%
}

@media (max-width: 767px) {
    .guidebook-request .row .input-small {
        width: 95%
    }
}

.guidebook-request .row .input-semi-medium {
    width: 22%;
    margin-right: 5%
}

.guidebook-request .row .input-medium {
    width: 30%;
    margin-right: 5%
}

.guidebook-request .row .input-medium-percent {
    width: 18%
}

.guidebook-request .row .input-semi-large {
    width: 42%
}

.guidebook-request .row .input-large {
    width: 45%;
    margin-right: 5%
}

.guidebook-request .row .input-half-first {
    width: 48%;
    margin-right: 5%
}

.guidebook-request .row .input-half-last {
    width: 47%
}

.guidebook-request .row .input-full {
    width: 100%
}

.guidebook-request .row .margin-bottom {
    margin-bottom: 20px
}

.guidebook-request .row .margin-zero {
    margin-right: 0
}

.guidebook-request .row .cancel-form {
    margin-left: 20px;
    margin-top: 10px;
    float: left
}

.guidebook-request .row.border-bottom {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.guidebook-request .row .subsection {
    margin-bottom: 10px
}

.guidebook-request .row .desctext {
    color: #999;
    font-size: .8571em
}

.guidebook-request .row input[type=checkbox], .guidebook-request .row input[type=radio] {
    margin: 4px 5px 0 0
}

.guidebook-request .formpercent {
    background-color: #f6f6f6;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #666;
    display: inline-block;
    height: 34px;
    font-size: 1em;
    line-height: 1.42857143;
    padding: 6px 8px;
    width: 30px
}

.guidebook-request .formdollar {
    background-color: #f6f6f6;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #666;
    display: inline-block;
    float: left;
    height: 34px;
    font-size: 1em;
    line-height: 1.42857143;
    padding: 6px 10px;
    width: 30px
}

.guidebook-request .guidebook-row-height {
    height: 45px
}

@media (max-width: 767px) {
    .guidebook-request .guidebook-row-height {
        height: 85px
    }
}

.guidebook-request label {
    display: inline
}

.agent-locator input[type=text] {
    margin-bottom: 20px
}

.agent-locator .btn {
    margin-top: 10px;
    font-size: .9em
}

.text-light {
    color: #ccc
}

.ui-datepicker {
    background-color: #fff
}

.ui-datepicker-header {
    background: #eee;
    border: none;
    border-radius: 0;
    color: #000
}

.ui-datepicker-header .ui-datepicker-prev, .ui-datepicker-header .ui-datepicker-next {
    top: 5px;
    width: 25px;
    height: 28px
}

.ui-datepicker-header .ui-datepicker-prev span {
    color: #000;
    cursor: pointer;
    font-size: 20px;
    height: 20px;
    left: 15px;
    position: relative;
    text-indent: 0;
    top: 7px
}

.ui-datepicker-header .ui-datepicker-next span {
    border: none;
    color: #000;
    cursor: pointer;
    font-size: 20px;
    height: 20px;
    position: relative;
    text-indent: 0;
    top: 7px
}

.ui-datepicker-header .ui-state-hover {
    background-color: #b6d3e9;
    border: none;
    color: #fff
}

.ui-datepicker-calendar .ui-state-hover {
    background-color: #b6d3e9;
    color: #fff
}

.ui-datepicker-calendar .ui-state-highlight {
    background-color: #ee3124;
    color: #fff
}

button.ui-datepicker-trigger {
    height: 34px;
    width: 20%
}

select.ui-datepicker-year {
    cursor: pointer;
    height: 30px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 30%
}

.form-control {
    border-radius: 0
}

.form-control-datepicker {
    display: inline-block;
    width: 80%;
    height: 34px;
    padding: 6px 12px;
    font-size: 1em;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

div.btn-quote {
    display: inline-block;
    margin-left: 10px
}

button.button-hidden, div.button-hidden {
    display: none
}

.get-a-quote .form-group {
    margin-bottom: 0 !important
}

.retrieve-a-quote, .retrieve-a-quote-mobile {
    display: none
}

.retrieve-a-quote button.quotebox-retrieve-quote-button.btn.btn-primary.btn-quote-box, .retrieve-a-quote-mobile button.quotebox-retrieve-quote-button.btn.btn-primary.btn-quote-box {
    margin-left: -10px
}

.retrieve-a-quote .col-extended-left, .retrieve-a-quote-mobile .col-extended-left {
    width: 200px;
    padding: 0;
    margin-right: 20px
}

.retrieve-a-quote .col-extended, .retrieve-a-quote-mobile .col-extended {
    width: 200px;
    padding: 0;
    margin: 0
}

.retrieve-a-quote .form-group, .retrieve-a-quote-mobile .form-group {
    margin-bottom: 0 !important
}

@media (max-width: 992px) {
    .retrieve-a-quote input[type=text], .retrieve-a-quote-mobile input[type=text] {
        margin-bottom: 10px
    }
}

@media (max-width: 767px) {
    .retrieve-a-quote input[type=text], .retrieve-a-quote-mobile input[type=text] {
        margin-bottom: 10px
    }
}

div.lower {
    margin-top: 20px
}

#default-error .social {
    display: none
}

.fa-times-circle::before {
    color: #b83b2f;
    content: "\e082";
    font-family: higux;
    font-style: normal;
    vertical-align: middle
}

.help-block.with-errors, .quantity-field-errors, .employee-id-errors, .phone-number-errors, .fax-number-errors, .policy-number-errors, .dob-errors, .technology-errors, .provisions-errors, .contracts-length-errors, .end-user-errors, .percent-errors, .email-errors, .fax-errors, .vin-errors, .make-errors, .model-errors, .year-errors, .industry-selector-errors, .premium-errors, .techEOCvrgExpDt-errors, .techReqRtrctvDt-errors {
    color: #b83b2f;
    display: inline;
    font-size: 1em
}

.help-block.with-errors ul:before, .quantity-field-errors ul:before, .employee-id-errors ul:before, .phone-number-errors ul:before, .fax-number-errors ul:before, .policy-number-errors ul:before, .dob-errors ul:before, .technology-errors ul:before, .provisions-errors ul:before, .contracts-length-errors ul:before, .end-user-errors ul:before, .percent-errors ul:before, .email-errors ul:before, .fax-errors ul:before, .vin-errors ul:before, .make-errors ul:before, .model-errors ul:before, .year-errors ul:before, .industry-selector-errors ul:before, .premium-errors ul:before, .techEOCvrgExpDt-errors ul:before, .techReqRtrctvDt-errors ul:before {
    color: #b83b2f;
    content: "\e082";
    font-family: higux;
    display: inline;
    font-size: 1em;
    float: left;
    margin-right: 5px;
    margin-top: 1px;
    height: 16px
}

.help-block.with-errors ul li, .quantity-field-errors ul li, .employee-id-errors ul li, .phone-number-errors ul li, .fax-number-errors ul li, .policy-number-errors ul li, .dob-errors ul li, .technology-errors ul li, .provisions-errors ul li, .contracts-length-errors ul li, .end-user-errors ul li, .percent-errors ul li, .email-errors ul li, .fax-errors ul li, .vin-errors ul li, .make-errors ul li, .model-errors ul li, .year-errors ul li, .industry-selector-errors ul li, .premium-errors ul li, .techEOCvrgExpDt-errors ul li, .techReqRtrctvDt-errors ul li {
    list-style: none;
    margin-left: 15px
}

.help-block.with-errors ul li::before, .quantity-field-errors ul li::before, .employee-id-errors ul li::before, .phone-number-errors ul li::before, .fax-number-errors ul li::before, .policy-number-errors ul li::before, .dob-errors ul li::before, .technology-errors ul li::before, .provisions-errors ul li::before, .contracts-length-errors ul li::before, .end-user-errors ul li::before, .percent-errors ul li::before, .email-errors ul li::before, .fax-errors ul li::before, .vin-errors ul li::before, .make-errors ul li::before, .model-errors ul li::before, .year-errors ul li::before, .industry-selector-errors ul li::before, .premium-errors ul li::before, .techEOCvrgExpDt-errors ul li::before, .techReqRtrctvDt-errors ul li::before {
    content: none
}

.has-error .form-control {
    border-color: #b83b2f
}

.add-emailadd, .add-agent-emailadd {
    color: #4bb7df;
    cursor: pointer
}

.whats-this {
    border: 2px solid #eee;
    padding: 5px
}

.uw-results-container {
    background-color: #fff;
    color: #484848;
    margin: 0 15px 0 5px;
    overflow: hidden;
    padding: 5px 15px 5px 20px
}

.uw-results-container .label {
    color: #484848;
    float: left;
    font-size: 1em;
    font-weight: 500
}

.uw-results-container .data {
    float: right;
    padding-left: 10px
}

.remAddnlInput {
    display: inline-block
}

.usaaform {
    display: inline-block
}

.right-rail .usaaform {
    display: block;
    margin-bottom: 20px
}

.right-rail .cw-footer .usaaform {
    margin-bottom: 0
}

.form-group.has-error {
    position: relative;
    margin: 0
}

.help-block.with-errors {
    position: relative;
    display: block;
    font-size: .8em;
    margin: 0;
    padding: 0
}

.tooltip.top {
    margin-top: -15px
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100)
}

.tooltip.top .tooltip-arrow {
    border-top-color: #000;
    border-width: 15px 15px 0;
    bottom: -8px;
    left: 50%;
    margin-left: -15px
}

.tooltip-inner {
    max-width: 200px;
    padding: 10px;
    color: #000;
    text-align: left;
    background-color: #f0f6fb;
    border-radius: 0;
    font-size: 13px;
    border-bottom: 6px solid #000;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5)
}

@media (max-width: 767px) {
    select, textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .form-control {
        font-size: 16px
    }
}

.cw-select, .services-selector {
    position: relative;
    width: 75%
}

.cw-select:after, .services-selector:after {
    content: "\e044";
    font-family: higux;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    width: 38px;
    height: 40px;
    background: #000;
    color: #fff;
    right: 0;
    top: 0;
    pointer-events: none
}

.cw-select select, .services-selector select {
    border-color: #000;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px
}

.cw-select select::-ms-expand, .services-selector select::-ms-expand {
    display: none
}

.cw-select select::-ms-value, .services-selector select::-ms-value {
    color: #484848;
    background: 0 0
}

.cw-select [disabled], .services-selector [disabled] {
    background: #fff;
    border-color: var(--warmGray);
    color: rgba(0, 0, 0, .5)
}

.cw-select.input-disabled:after, .services-selector.input-disabled:after {
    background: var(--warmGray)
}

.industry-selector .specialty-selector:after {
    height: 100%
}

.hig-form-wrapper .input-group-addon {
    border-radius: 0
}

.hig-form-wrapper .input-group-addon:first-child {
    border-right: 0
}

.hig-form-wrapper .label-text, .hig-form-wrapper legend {
    color: var(--darkTextColor);
    font-weight: 500
}

.hig-form-wrapper .error-formatting {
    color: #b83b2f;
    font-size: 1em;
    font-weight: 400;
    display: block;
    margin-top: 5px
}

.hig-form-wrapper .form-group input {
    float: none
}

.hig-form-wrapper .form-group .icon.icon-attention {
    display: none
}

.hig-form-wrapper .form-group.has-error label, .hig-form-wrapper .form-group.has-error label.control-label, .hig-form-wrapper .form-group.has-error .help-block, .hig-form-wrapper .form-group.has-error .radio-inline, .hig-form-wrapper .form-group.has-error .checkbox-inline, .hig-form-wrapper .form-group.has-error .toggle-title {
    color: #b83b2f
}

.hig-form-wrapper .form-group.has-error .form-control {
    border-color: #b83b2f
}

.hig-form-wrapper .form-group.has-error .label-text {
    color: #b83b2f
}

.hig-form-wrapper .form-group.has-error label.checkbox-inline i:before {
    border-color: #b83b2f
}

.hig-form-wrapper .form-group.has-error label .radio-alt-title:not(.input-disabled):before {
    box-shadow: inset 0 0 0 2px #b83b2f
}

.hig-form-wrapper .form-group.has-error .btn-group-toggle label {
    border-color: #b83b2f
}

.hig-form-wrapper .form-group.has-error .btn-group-toggle label .active {
    background-color: #b83b2f;
    color: #fff
}

.hig-form-wrapper .form-group.has-error .input-group-addon, .hig-form-wrapper .form-group.has-error input, .hig-form-wrapper .form-group.has-error select {
    border-color: #b83b2f
}

.hig-form-wrapper .form-group.has-error input {
    border-color: #b83b2f;
    box-shadow: none;
    outline: 0;
    float: none
}

.hig-form-wrapper .form-group.has-error input:active, .hig-form-wrapper .form-group.has-error input:focus {
    border-color: #b83b2f;
    box-shadow: none;
    outline: 0
}

.hig-form-wrapper .form-group.has-error .input-group.spinner .icon.icon-attention {
    top: 100%;
    right: 100%
}

.hig-form-wrapper .form-group.has-error .input-group.spinner .input-group-addon.spinner-addon {
    background-color: #b83b2f
}

.hig-form-wrapper .form-group.has-error .input-group-addon {
    background-color: #b83b2f;
    color: #fff
}

.hig-form-wrapper .form-group.has-error .input-group-addon .icon {
    color: #fff
}

.hig-form-wrapper .form-group.has-error .input-group-addon.icon.icon-camera {
    background-color: #b83b2f;
    color: #fff
}

.hig-form-wrapper .form-group.has-error .icon.icon-attention {
    width: 0;
    display: inline-block;
    right: auto;
    top: auto
}

.hig-form-wrapper .form-group.has-error .icon.icon-attention[disabled] {
    display: none
}

.hig-form-wrapper .form-group.has-error .icon.icon-attention:before {
    color: #b83b2f;
    font-size: 1em;
    position: relative;
    content: "\e082"
}

.hig-form-wrapper .form-group.has-error .icon.icon-attention .icon.icon-caret-down-alt {
    color: #b83b2f;
    left: 3px;
    position: absolute;
    top: 10px;
    display: none
}

.hig-form-wrapper .form-group.has-error .help-block {
    margin-left: 1.5em;
    margin-left: 0;
    font-size: inherit;
    line-height: 1.5em;
    font-weight: 400
}

.hig-form-wrapper .form-group.has-error .help-block ul:before {
    color: #b83b2f;
    font-size: 1em
}

.hig-form-wrapper .form-group.has-error .help-block.help-block-horizontal {
    color: #b83b2f;
    margin-left: 4em
}

.hig-form-wrapper .form-group.has-error .help-block.with-errors {
    margin-top: 5px;
    margin-bottom: 10px
}

.hig-form-wrapper .form-group.has-error .help-block.with-errors ul {
    margin-left: 0
}

.hig-form-wrapper .form-group.has-error .custom-label-one:after, .hig-form-wrapper .form-group.has-error select.select {
    background-color: #b83b2f
}

.hig-form-wrapper .form-group.has-error .date-time-picker input.form-control {
    border-color: #b83b2f
}

.hig-form-wrapper .form-group.has-error .date-time-picker .input-group-addon {
    background-color: #b83b2f;
    color: #fff
}

.hig-form-wrapper .form-group {
}

.hig-form-wrapper .form-group label {
    font-weight: 700;
    color: var(--darkTextColor);
    font-size: .875em
}

.hig-form-wrapper .form-group .input-group.spinner .input-group-addon.spinner-addon {
    background-color: #000;
    color: #fff;
    text-decoration: none
}

.hig-form-wrapper .form-group .input-group.spinner input {
    width: 95%;
    margin-left: 2.4%
}

.hig-form-wrapper .form-group .input-group.spinner.input-disabled .spinner-addon {
    background-color: var(--warmGray)
}

.hig-form-wrapper .form-group .input-group.spinner.input-disabled .spinner-addon .icon {
    color: #fff
}

.hig-form-wrapper .form-group .input-group.spinner.input-disabled input[disabled] {
    background-color: #fff;
    border-color: var(--warmGray)
}

.hig-form-wrapper .form-group .date-time-picker.input-disabled .date-picker-addon {
    background-color: var(--warmGray);
    border-color: var(--warmGray)
}

.hig-form-wrapper .form-group .date-time-picker.input-disabled .date-picker-addon .icon {
    color: #fff
}

.hig-form-wrapper .form-group .date-time-picker.input-disabled input[disabled] {
    background-color: #fff;
    border-color: var(--warmGray)
}

.hig-form-wrapper .form-group input {
    border-color: var(--grayBorder);
	border-radius:4px;
}

.hig-form-wrapper .form-group input:not(.btn) {
    height: 40px
}

.hig-form-wrapper .form-group input[type=text]:active, .hig-form-wrapper .form-group input[type=text]:focus {
    border-color: var(--grayBorder);
    outline: 0;
    border: 1px solid var(--grayBorder);
    box-shadow: 0 0 4px 1px rgba(36, 119, 191, .5)
}

.hig-form-wrapper .form-group .date-picker-addon .icon, .hig-form-wrapper .form-group .spinner-addon .icon {
    color: #fff
}

.hig-form-wrapper .form-group .datepicker .datepicker-days .active, .hig-form-wrapper .form-group .datepicker .datepicker-months .active, .hig-form-wrapper .form-group .datepicker .datepicker-years .active {
    background-color: #000
}

.hig-form-wrapper .form-group .datepicker .datepicker-days .dow, .hig-form-wrapper .form-group .datepicker .datepicker-days .icon, .hig-form-wrapper .form-group .datepicker .datepicker-days .picker-switch, .hig-form-wrapper .form-group .datepicker .datepicker-months .dow, .hig-form-wrapper .form-group .datepicker .datepicker-months .icon, .hig-form-wrapper .form-group .datepicker .datepicker-months .picker-switch, .hig-form-wrapper .form-group .datepicker .datepicker-years .dow, .hig-form-wrapper .form-group .datepicker .datepicker-years .icon, .hig-form-wrapper .form-group .datepicker .datepicker-years .picker-switch {
    color: var(--darkTextColor)
}

.hig-form-wrapper .form-group .date-time-picker input.form-control {
    width: 98%;
    border: 1px solid var(--grayBorder)
}

.hig-form-wrapper .form-group .date-time-picker span.input-group-addon {
    border: none;
    background-color: #000;
    color: #fff;
    font-size: 1.25em
}

.hig-form-wrapper .form-group-radio-alt legend {
    font-weight: 700;
    font-size: 2.2rem
}

.hig-form-wrapper .form-group-radio-alt .radio-inline {
    padding-left: 0
}

.hig-form-wrapper .form-group-radio-alt .radio-inline input {
    left: -10px;
    margin-right: 0 !important
}

.hig-form-wrapper .form-group-radio-alt .radio-inline label {
    padding-left: 30px
}

.hig-form-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-color: #000;
    height: 40px;
    margin-bottom: 0
}

.hig-form-wrapper select::-ms-expand {
    display: none
}

.hig-form-wrapper select:focus {
    outline: 0;
    box-shadow: none
}

.hig-form-wrapper select.select {
    height: 50px;
    background-color: #000;
    color: #fff
}

.hig-form-wrapper select.select > option {
    background-color: #fff;
    color: var(--darkTextColor)
}

.hig-form-wrapper label.custom-label-two:after {
    content: "\e044";
    position: absolute;
    top: 34px;
    right: 10px;
    line-height: 30px;
    padding: 1px 7px;
    pointer-events: none;
    color: #fff
}

.hig-form-wrapper .has-success input, .hig-form-wrapper .has-success select {
    border-color: var(--grayBorder);
    box-shadow: none
}

.hig-form-wrapper .has-success input[type=text]:active, .hig-form-wrapper .has-success input[type=text]:focus, .hig-form-wrapper .has-success select[type=text]:active, .hig-form-wrapper .has-success select[type=text]:focus {
    border-color: var(--grayBorder);
    outline: 0;
    border: 1px solid var(--grayBorder);
    box-shadow: 0 0 4px 1px rgba(36, 119, 191, .5)
}

.hig-form-wrapper .has-success label {
    color: var(--darkTextColor)
}

.hig-form-wrapper .has-success .form-control:focus {
    box-shadow: none
}

.hig-form-wrapper .form-select .bootstrap-select.open .dropdown-toggle {
    box-shadow: none
}

.hig-form-wrapper .form-select .bootstrap-select.open .dropdown-menu.open {
    margin: 3px 0 0
}

.hig-form-wrapper .form-select .bootstrap-select.open .dropdown-menu.open .dropdown-menu.inner li.selected a {
    outline: 0;
    background-color: #fff
}

.hig-form-wrapper .form-select .bootstrap-select.open .dropdown-menu.open .dropdown-menu.inner li a {
    color: var(--darkTextColor)
}

.hig-form-wrapper .form-select .bootstrap-select button.dropdown-toggle {
    height: 40px;
    outline: 0
}

.hig-form-wrapper .form-select .bootstrap-select button.dropdown-toggle.bs-placeholder {
    color: var(--darkTextColor)
}

.hig-form-wrapper .form-select .bootstrap-select button.dropdown-toggle.bs-placeholder:active, .hig-form-wrapper .form-select .bootstrap-select button.dropdown-toggle.bs-placeholder:focus, .hig-form-wrapper .form-select .bootstrap-select button.dropdown-toggle.bs-placeholder:hover {
    color: var(--darkTextColor)
}

.hig-form-wrapper .form-select .bootstrap-select button.dropdown-toggle:after {
    content: "\e044";
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 8px 8px 11px;
    background: #000;
    color: #fff;
    pointer-events: none;
    font-family: higux
}

.hig-form-wrapper .form-select .bootstrap-select button.dropdown-toggle.active, .hig-form-wrapper .form-select .bootstrap-select button.dropdown-toggle:focus, .hig-form-wrapper .form-select .bootstrap-select button.dropdown-toggle:hover {
    background: 0 0 !important;
    border-color: var(--claret);
    background-color: transparent !important;
    outline: 0 !important
}

.hig-form-wrapper .form-select .bootstrap-select button.dropdown-toggle span {
    margin-top: -.25em
}

.hig-form-wrapper .form-select .bootstrap-select button.dropdown-toggle .bs-caret {
    display: none
}

.hig-form-wrapper .custom-select-blue .bootstrap-select.open .dropdown-menu.open {
    margin: 14px 0 0
}

.hig-form-wrapper .custom-select-blue .bootstrap-select.open .dropdown-menu.open .dropdown-menu.inner li.selected a {
    outline: 0;
    background-color: #fff;
    color: var(--darkTextColor)
}

.hig-form-wrapper .custom-select-blue .bootstrap-select.open .dropdown-menu.open .dropdown-menu.inner li a {
    color: var(--darkTextColor)
}

.hig-form-wrapper .custom-select-blue .bootstrap-select button.dropdown-toggle {
    height: 50px;
    background-color: var(--claret);
    color: #fff
}

.hig-form-wrapper .custom-select-blue .bootstrap-select button.dropdown-toggle.bs-placeholder {
    color: #fff
}

.hig-form-wrapper .custom-select-blue .bootstrap-select button.dropdown-toggle.bs-placeholder:active, .hig-form-wrapper .custom-select-blue .bootstrap-select button.dropdown-toggle.bs-placeholder:focus, .hig-form-wrapper .custom-select-blue .bootstrap-select button.dropdown-toggle.bs-placeholder:hover {
    color: #fff
}

.hig-form-wrapper .custom-select-blue .bootstrap-select button.dropdown-toggle:after {
    padding: 13px 13px 13px 15px
}

.hig-form-wrapper .custom-select-blue .bootstrap-select button.dropdown-toggle.active, .hig-form-wrapper .custom-select-blue .bootstrap-select button.dropdown-toggle:focus, .hig-form-wrapper .custom-select-blue .bootstrap-select button.dropdown-toggle:hover {
    background: var(--claret) !important;
    color: #fff
}

.hig-form-wrapper .custom-select-blue .bootstrap-select button.dropdown-toggle span {
    margin-top: .1em
}

.hig-form-wrapper .custom-select-blue .bootstrap-select button.dropdown-toggle.disabled {
    background-color: var(--warmGray)
}

.hig-form-wrapper .custom-select-blue .bootstrap-select button.dropdown-toggle.disabled:after {
    background-color: var(--warmGray)
}

.hig-form-wrapper .custom-select-blue .bootstrap-select button.dropdown-toggle.disabled.active, .hig-form-wrapper .custom-select-blue .bootstrap-select button.dropdown-toggle.disabled:focus, .hig-form-wrapper .custom-select-blue .bootstrap-select button.dropdown-toggle.disabled:hover {
    background: var(--warmGray);
    border-color: var(--warmGray);
    background-color: var(--warmGray) !important;
    outline: 0 !important
}

.hig-form-wrapper .form-help {
    display: inline-block;
    height: 1em;
    width: 1em;
    margin-left: .625em
}

.hig-form-wrapper .form-help.alt {
    position: absolute;
    top: .5em;
    right: 0
}

.hig-form-wrapper .form-help:after {
    content: "\e028";
    font-family: higux;
    font-size: 1em
}

.hig-form-wrapper .form-help:before {
    display: block;
    content: " ";
    width: 40px;
    height: 40px;
    position: absolute;
    margin-top: -10px;
    margin-left: -10px
}

.hig-form-wrapper .form-help:focus {
    outline: none
}

.hig-form-wrapper .form-group {
    margin-bottom: 1.25em
}

.hig-form-wrapper .form-group .icon.icon-more-information {
    color: var(--darkTextColor)
}

.hig-form-wrapper .form-group small {
    color: var(--darkTextColor)
}

.hig-form-wrapper .form-group small.help-block {
    color: #888
}

.hig-form-wrapper .form-group small.help-block-disabled {
    color: var(--warmGray)
}

.hig-form-wrapper .form-group label {
    color: var(--darkTextColor);
    font-size: 1em;
    font-weight: 700;
    line-height: 1.25em
}

.hig-form-wrapper .form-group .label-alt {
    color: #888;
    font-size: 1em;
    font-weight: 500
}

.hig-form-wrapper .form-group input:active, .hig-form-wrapper .form-group input:focus {
    border-color: #000;
    outline: 0
}

.hig-form-wrapper .form-group input::-webkit-input-placeholder {
    color: var(--warmGray)
}

.hig-form-wrapper .form-group input:-moz-placeholder {
    color: var(--warmGray)
}

.hig-form-wrapper .form-group input::-moz-placeholder {
    color: var(--warmGray)
}

.hig-form-wrapper .form-group input:-ms-input-placeholder {
    color: var(--warmGray)
}

.hig-form-wrapper .form-group input::-ms-input-placeholder {
    color: var(--warmGray)
}

.hig-form-wrapper .form-group input:placeholder-shown {
    color: var(--warmGray)
}

.hig-form-wrapper .form-group input::placeholder {
    color: var(--warmGray);
    font-size: 1em
}

.hig-form-wrapper .form-group input[disabled] {
    background: #fff;
    border-color: var(--warmGray);
    box-shadow: none;
    color: var(--beigeLight)
}

.hig-form-wrapper .form-group input[disabled]:active, .hig-form-wrapper .form-group input[disabled]:focus {
    border-color: var(--warmGray);
    box-shadow: none
}

.hig-form-wrapper .form-group .input-disabled .input-group-addon {
    background-color: var(--warmGray);
    border-color: var(--warmGray);
    cursor: not-allowed
}

.hig-form-wrapper .form-group .input-disabled .input-group-addon .icon {
    color: rgba(0, 0, 0, .5)
}

.hig-form-wrapper .form-group.has-success label.help-block, .hig-form-wrapper .form-group.has-success small.help-block {
    color: #000
}

.hig-form-wrapper .input-group-addon, .hig-form-wrapper input {
    border-color: #000
}

.hig-form-wrapper .input-group-addon {
    background-color: #f7f7f7
}

.hig-form-wrapper .input-group-addon .icon {
    color: #000;
    font-size: 1.25em;
	font-family:arial;
}

.hig-form-wrapper .has-success .form-control {
    border-color: #000
}

.hig-form-wrapper .has-success .form-control:focus {
    border-color: #000
}

.hig-form-wrapper .has-success .control-label {
    color: var(--darkTextColor)
}

.hig-form-wrapper .has-success .input-group-addon {
    background-color: #f7f7f7
}

.hig-form-wrapper .credit-card-input .input-group input {
    width: 98%
}

.hig-form-wrapper .credit-card-input .input-group .input-group-addon.icon-camera {
    background-color: #000;
    color: #fff;
    font-size: 1.25em
}

.hig-form-wrapper .credit-card-input .input-group .input-group-addon.icon-camera.icon-disabled {
    background-color: var(--warmGray);
    border-color: var(--warmGray)
}

@media (min-width: 768px) {
    .hig-form-wrapper .form-group {
        margin-bottom: 1.75em
    }
}

.hig-form-wrapper .form-group.vertical-stacked label {
    display: block
}

.hig-form-wrapper .form-group.vertical-stacked .radio-inline + .radio-inline {
    margin-left: 0
}

@media (min-width: 768px) {
    .hig-form-wrapper .form-group.vertical-stacked .radio-inline + .radio-inline {
        margin-left: 30px
    }
}

@media (min-width: 768px) {
    .hig-form-wrapper .form-group.vertical-stacked label {
        display: inline-block
    }

    .hig-form-wrapper .form-group.vertical-stacked > .radio-inline + .radio-inline {
        margin-left: 0
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .hig-form-wrapper .form-group.vertical-stacked > .radio-inline + .radio-inline {
        margin-left: 30px
    }
}

.hig-form-wrapper .form-group .checkbox label, .hig-form-wrapper .form-group .radio label {
    font-weight: 500
}

.hig-form-wrapper .form-group label.checkbox-inline, .hig-form-wrapper .form-group label.radio-inline {
    font-weight: 500
}

.hig-form-wrapper .form-group .checkbox-title, .hig-form-wrapper .form-group .radio-title {
    margin-bottom: 0
}

.hig-form-wrapper .form-group .checkbox-title-horizontal, .hig-form-wrapper .form-group .radio-title-horizontal {
    margin-bottom: .625em
}

.hig-form-wrapper .form-group label.checkbox-inline, .hig-form-wrapper .form-group label.radio-inline {
    font-weight: 500
}

.hig-form-wrapper .form-group label.checkbox-inline + .radio-inline, .hig-form-wrapper .form-group label.checkbox-inline + .checkbox-inline, .hig-form-wrapper .form-group label.radio-inline + .radio-inline, .hig-form-wrapper .form-group label.radio-inline + .checkbox-inline {
    margin-left: 30px
}

.hig-form-wrapper .form-group label.checkbox-inline[disabled], .hig-form-wrapper .form-group label.radio-inline[disabled] {
    color: rgba(0, 0, 0, .5)
}

.hig-form-wrapper .form-group label.checkbox-inline[disabled]:hover, .hig-form-wrapper .form-group label.radio-inline[disabled]:hover {
    cursor: not-allowed
}

.hig-form-wrapper .form-group label.checkbox-inline[disabled] i:before, .hig-form-wrapper .form-group label.radio-inline[disabled] i:before {
    border-color: var(--warmGray)
}

.hig-form-wrapper .form-group label.checkbox-inline[disabled] i:hover:before, .hig-form-wrapper .form-group label.radio-inline[disabled] i:hover:before {
    cursor: not-allowed
}

.hig-form-wrapper .form-group label.checkbox-inline[disabled] input[disabled], .hig-form-wrapper .form-group label.radio-inline[disabled] input[disabled] {
    border-color: var(--warmGray)
}

.hig-form-wrapper .radio-inline {
    color: var(--darkTextColor);
    font-weight: 500
}

.hig-form-wrapper .radio-inline input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid var(--grayBorder);
    border-radius: 50%;
    background: #fff;
    outline: 0;
    position: relative;
    top: 4px;
    margin-right: 10px
}

.hig-form-wrapper .radio-inline input[type=radio]:focus::after {
    content: " ";
    position: absolute;
    box-shadow: 0 0 2px 2px rgba(36, 119, 191, .5);
    width: 20px;
    height: 20px;
    top: -1px;
    left: -1px;
    border-radius: 50%
}

.hig-form-wrapper .radio-inline input[type=radio]:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    margin: 2px auto;
    border-radius: 50%
}

.hig-form-wrapper .radio-inline input[type=radio]:checked:before {
    background: #000
}

.hig-form-wrapper .checkbox > .checkbox-inline {
    padding-left: 2em
}

.hig-form-wrapper .checkbox-inline {
    color: var(--darkTextColor);
    font-weight: 500;
    padding-left: 2em
}

.hig-form-wrapper .checkbox-inline input[type=checkbox] {
    opacity: 0
}

.hig-form-wrapper .checkbox-inline input[type=checkbox]:focus ~ .icon::before {
    box-shadow: 0 0 2px 2px rgba(36, 119, 191, .5)
}

.hig-form-wrapper .checkbox-inline .icon {
    position: absolute;
    font-style: normal;
    top: 0;
    left: 1px;
    cursor: pointer;
    display: inline-block;
    user-select: none;
    color: #e7e7e7
}

.hig-form-wrapper .checkbox-inline .icon:before {
    color: #000;
    content: "\e10f";
    font-family: higux;
    font-size: 1.313em;
    vertical-align: bottom
}

.hig-form-wrapper .checkbox-inline input[type=checkbox]:checked ~ .icon::before {
    content: "\e10d";
    font-family: higux
}

.hig-form-wrapper .radio-custom input.radio {
    display: none
}

.hig-form-wrapper .radio-custom input.radio ~ label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 0
}

.hig-form-wrapper .radio-custom input.radio ~ label:before {
    position: relative;
    display: inline-block;
    top: 4px;
    bottom: 0;
    left: 0;
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid var(--grayBorder);
    border-radius: 50%;
    box-shadow: 0 0 0 2px #FFFFFF inset;
    margin-right: 10px
}

.hig-form-wrapper .radio-custom input.radio:checked ~ label:before {
    background-color: #000
}

.hig-form-wrapper .radio-custom label {
    font-weight: 400;
    color: var(--darkTextColor)
}

.hig-form-wrapper .select-label .icon {
    position: absolute;
    right: 0
}

.hig-form-wrapper .select-container {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.hig-form-wrapper .select-container:after {
    content: "\e044";
    font-family: higux;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    width: 38px;
    height: 40px;
    background: #000;
    color: #fff;
    right: 0;
    top: 0;
    pointer-events: none
}

.hig-form-wrapper .select-container select {
    border-color: #000;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px
}

.hig-form-wrapper .select-container select::-ms-expand {
    display: none
}

.hig-form-wrapper .select-container select::-ms-value {
    color: var(--darkTextColor);
    background: 0 0
}

.hig-form-wrapper .select-container [disabled] {
    background: #fff;
    border-color: var(--warmGray);
    color: rgba(0, 0, 0, .5)
}

.hig-form-wrapper .select-container.input-disabled:after {
    background: var(--warmGray)
}

.hig-form-wrapper .form-group.has-error .select-container:after {
    background: #b83b2f
}

.hig-form-wrapper .form-group textarea {
    border-color: #000
}

.hig-form-wrapper .form-group textarea[disabled] {
    background-color: #fff;
    border-color: var(--warmGray)
}

.hig-form-wrapper #dobMonth, .hig-form-wrapper #dobDay, .hig-form-wrapper #dobYear {
    float: left
}

.hig-form-wrapper input[type=checkbox] {
    height: auto !important;
    margin-top: 3px
}

.hig-form-wrapper .form-control:focus {
    border-color: #66afe9;
    outline: 0
}

#form-status {
    margin-top: 10px
}

.icon-spinner:before {
    content: "\e062"
}

.icon.icon-spinner.icon-pulse {
    font-size: 1.25em;
    color: #b83b2f;
    padding-right: 10px
}

.icon.icon-spinner.icon-pulse.icon-btn {
    color: #fff;
    font-size: 2em;
    text-align: center;
    vertical-align: text-top;
    position: relative;
    bottom: .25em
}

.btn.btn-primary.disabled .icon.icon-spinner.icon-pulse.icon-btn {
    margin: 0
}

.form-fields-stacked input[type=text], .form-fields-stacked input[type=tel], .form-fields-stacked .select-container {
    max-width: 400px
}

.multi-select {
    position: relative
}

.multi-select .multi-select-input {
    background-color: #fff
}

.multi-select .multi-select-input input {
    background-color: #fff;
    cursor: pointer;
    caret-color: transparent
}

.multi-select .multi-select-input::after {
    content: "\e044";
    font-family: higux;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    width: 38px;
    height: 40px;
    background: #000;
    color: #fff;
    right: 0;
    top: 0;
    pointer-events: none
}

.multi-select .multi-select-dropdown {
    position: absolute;
    top: 40px;
    z-index: 99;
    width: 100%;
    border: 1px solid var(--grayBorder);
    background-color: #fff;
    box-shadow: 2px 2px 4px rgba(50, 50, 50, .3);
    display: none
}

.multi-select .multi-select-dropdown.show-ms-dropdown {
    display: block
}

.multi-select .ms-dropdown-heading {
    margin: 0 15px;
    padding: 2px 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between
}

.multi-select .ms-clear {
    margin-bottom: 0;
    margin-left: auto;
    font-size: 16px
}

.multi-select .ms-max {
    color: #999;
    padding-top: 4px;
    font-size: 14px;
    transition: color .3s linear
}

.multi-select .ms-max.limit-reached {
    color: #dc3942;
    animation: popWord .4s ease-in;
    font-weight: 700
}

.multi-select .ms-dropdown-options {
    max-height: 200px;
    overflow-y: scroll
}

.multi-select .ms-dropdown-options .checkbox {
    margin: 0 !important;
    padding: 4px 0;
    position: relative;
    color: var(--darkTextColor)
}

.multi-select .ms-dropdown-options .checkbox label {
    color: var(--darkTextColor) !important;
    font-size: 16px
}

.multi-select .ms-dropdown-options .checkbox.ms-selected {
    background-color: #f0f9ff
}

.multi-select .ms-dropdown-options .checkbox .checkbox-inline {
    padding: 5px 10px 5px 50px;
    font-weight: 400
}

.multi-select .ms-dropdown-options .checkbox .checkbox-inline .icon {
    left: 15px;
    top: 4px
}

.multi-select .ms-dropdown-options .checkbox .checkbox-inline input[type=checkbox]:checked ~ .icon::before {
    content: "\e10e"
}

.has-error .multi-select-input::after {
    background-color: #822b2f
}

@keyframes popWord {
    0% {
        transform: scale(1)
    }
    60% {
        transform: scale(1.3)
    }
    100% {
        transform: scale(1)
    }
}

body {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all
}

body .navbar-primary {
    background-color: #fff;
    display: block;
    right: -300px;
    position: fixed;
    -webkit-transition: right 300ms ease;
    transition: right 300ms ease
}

body.offcanvas {
    position: fixed;
    overflow-x: visible
}

body.offcanvas .navbar-primary {
    right: 0
}

body #overlay {
    width: 100%
}

body #overlay.in {
    display: block;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    z-index: 4;
    overflow: hidden;
    height: 100%;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    width: 100%
}

.video-on-demand{
	position:relative;
}
.video-on-demand a::before{
    content: "";
	width:40px;
	height:40px;
	background-color:#fff;
    position: absolute;
    z-index: 1;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
}
.video-on-demand a::after{
    content: "\e088";
    font-family: higux;
    text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
    position: absolute;
    font-size: 88px;
    z-index: 1;
    color: var(--fushia);
    left: calc(50% - 44px);
    line-height: 88px;
    top: calc(50% - 44px);
}
.video-on-demand img{
    margin-bottom:0;
}

.cw-story-t1 .video-on-demand > div{
	border:10px solid #fff;
	margin:22px 0 0 22px;
}
@media(min-width: 992px){
	.cw-story-t1 .media .video-on-demand > div{
		margin:30px 0 0 0;
	}
}

.vod-transcript{
    border:1px solid #ccc;
}
.vod-transcript-heading{
	position:relative;
	cursor:pointer;
	font-weight:700;
    color:var(--linkColor);
    padding:20px;
}
.vod-transcript-heading::before{
	content:"\e044";
	font-family:higux;
	font-size:18px;
	font-weight:700;
	color:var(--linkColor);
	position:absolute;
	right:20px;
}
.vod-transcript-heading.open::before{
	content:"\e047";
}
.vod-transcript-heading:hover{
    background-color:var(--claret);
    color:#fff;
}
.vod-transcript-heading:hover::before{
    color:#fff;
}
.vod-transcript-heading + div{
	overflow: hidden;
    max-height: 0;
    transition: max-height .2s linear;	
    padding:0 20px;
}
.vod-transcript-heading + div > div:first-child{
    padding-top:10px;
}
.vod-transcript-heading + div > div:last-child{
    padding-bottom:10px;
}

.navbar-default .navbar-header .navbar-nav .my-account {
    display: none
}

@media (min-width: 992px) {
    .navbar-default .navbar-header .navbar-nav .my-account {
        margin-right: -30px
    }
}

.navbar-default .navbar-header .navbar-nav .my-account li > a {
    padding: 0
}

.navbar-default .navbar-header .navbar-nav .my-account a.button-toggle {
    align-items: center;
    display: flex;
    margin-left: 0;
    font-size: 14px;
}

@media (min-width: 1200px) {
    .navbar-default .navbar-header .navbar-nav .my-account a.button-toggle {
        margin-left: 18px;
        padding-left: 45px;
        padding-right: 45px
    }
}

.navbar-default .navbar-header .navbar-nav .my-account a.button-toggle button {
    margin: 0 -1em
}

.navbar-default .navbar-header .navbar-nav .my-account .dropdown-menu {
    border-top-color: var(--claret);
    width: 670px;
    padding-bottom: 10px
}

.navbar-default .navbar-header .navbar-nav .my-account .dropdown-menu .row {
    margin-top: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px
}

.navbar-default .navbar-header .navbar-nav .my-account .dropdown-menu .row:before {
    content: "";
    display: block;
    height: 1px;
    border-top: 1px solid #e0e0e0;
    margin: 0 15px;
    padding-top: 10px
}

.navbar-default .navbar-header .navbar-nav .my-account .dropdown-menu .row:first-child:before {
    content: none
}

.navbar-default .navbar-header .navbar-nav .my-account .dropdown-menu .row p:last-child {
    margin-bottom: 0 !important
}

.navbar-default .navbar-header .navbar-nav .my-account .dropdown-menu:before {
    display: none;
    left: auto !important;
    right: 50px !important
}

.navbar-default .navbar-header .navbar-nav .my-account .dropdown-menu .cta-action-right .cta-content-actions {
    right: 0
}

.navbar-default .navbar-header .navbar-nav .my-account .dropdown-menu article {
    background-color: transparent;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
    display: block
}

.navbar-default .navbar-header .navbar-nav .my-account .dropdown-menu article:last-of-type {
    border-bottom: 0
}

.navbar-default .navbar-header .navbar-nav .my-account .dropdown-menu article .cw-body {
    padding-left: 0
}

.navbar-default .navbar-header .navbar-nav .my-account .dropdown-menu .account-dropdown-footer:before {
    padding-top: 0;
    margin-left: -15px !important;
    margin-right: -15px !important
}

@media (min-width: 992px) {
    .navbar-default .navbar-header .navbar-nav .my-account {
        display: flex;
        height: 100%
    }
}

@media (min-width: 992px) {
    .navbar-nav .my-account-menu {
        right: 0 !important;
        left: auto !important
    }
}

.navbar-nav .my-account-menu .btn-primary {
    padding: .58em 1em;
    color: #fff !important
}

.navbar-nav .my-account-menu .row a:after {
    font-family: higux;
    content: "\e046";
    font-size: .8em;
    padding: 0 0 0 .5em;
    color: var(--linkColor)
}

.navbar-nav .my-account-menu p {
    margin-bottom: 10px
}

.navbar-nav .my-account-menu .cta-action-right {
    position: relative
}

@media (min-width: 1200px) {
    .navbar-nav .my-account-menu .cta-action-right {
        padding-right: 145px
    }
}

.navbar-nav .my-account-menu .cta-action-right h3 {
    margin-bottom: 2px
}

.navbar-nav .my-account-menu .cta-action-right a {
    font-weight: 700
}

.navbar-nav .my-account-menu .cta-action-right a:after {
    content: none !important;
    padding: 0
}

.navbar-nav .my-account-menu .cta-action-right .content-section {
    margin-bottom: 10px
}

.navbar-nav .my-account-menu .cta-action-right:first-child {
    border-top: none
}

.navbar-nav .my-account-menu .cta-action-right p:last-child {
    margin-bottom: 0 !important
}

.navbar-nav .my-account-menu .cta-content-actions {
    margin-bottom: 12px
}

.navbar-nav .my-account-menu .cta-content-actions .btn {
    min-width: 120px
}

.navbar-nav .my-account-menu article {
    background-color: transparent;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 20px;
    width: auto;
    display: block
}

.navbar-nav .my-account-menu article:last-of-type {
    border-bottom: 0
}

.navbar-nav .my-account-menu article .cw-body {
    padding-left: 0;
    padding-right: 0
}

.navbar-nav .my-account-menu [class^=header-large] a, .navbar-nav .my-account-menu [class^=header-medium] a {
    color: var(--darkTextColor)
}

.navbar-nav .my-account-menu .nav-list-container {
    background-color: var(--beigeLight);
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    margin-bottom: 0
}

.navbar-nav .my-account-menu .nav-list-container article {
    margin-bottom: 0;
    padding-bottom: 0 !important
}

.navbar-nav .my-account-menu .nav-list-container a:after {
    content: none !important;
    padding: 0
}

.navbar-nav .my-account-title {
    font-size: 1.286em;
    font-weight: 500;
    margin: 0 0 .5em
}

.my-account-mobile a {
    font-weight: 700
}

.my-account-mobile.my-account-dropdown:not(.my-account-login) .my-account-menu {
    font-size: .88em;
    padding: 10px 0 0
}

.my-account-mobile.my-account-dropdown:not(.my-account-login) .my-account-menu article {
    padding-left: 20px
}

.my-account-mobile.my-account-dropdown:not(.my-account-login) .my-account-menu article .media-left, .my-account-mobile.my-account-dropdown:not(.my-account-login) .my-account-menu article .media-right {
    display: none
}

.my-account-mobile.my-account-dropdown:not(.my-account-login) .my-account-menu .nav-list-container {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0
}

.my-account-mobile.my-account-dropdown:not(.my-account-login) .my-account-menu .nav-list-container > .row {
    border-top: 0 !important;
    padding-bottom: 0 !important
}

.nav-scroll-mobile .mega-nav + div {
    display: block !important
}

@media (min-width: 1200px) {
    .header-row {
        display: flex
    }

    .header-row .logo-wrapper {
        flex: none
    }

    .header-row .subsite-title-mobile {
        display: none
    }

    .header-row .navbar-primary {
        flex: 1 0 auto
    }

    .header-row .navbar-primary .subsite-title {
        float: left;
        margin-top: 10px;
        padding-right: 30px
    }

    .header-row .navbar-primary .subsite-title a {
        color: var(--darkTextColor);
        font-size: 40px
    }

    .header-row .navbar-primary .subsite-title + .nav-scroll-mobile {
        margin-top: 20px
    }

    .header-row .navbar-primary .subsite-title + .nav-scroll-mobile .dropdown-toggle {
        padding: 13px 0 34px
    }

    .header-row .navbar-primary .subsite-title + .nav-scroll-mobile .dropdown-toggle::before {
        bottom: 23px
    }

    .header-row .navbar-primary .subsite-title + .nav-scroll-mobile .dropdown-toggle::after {
        position: absolute;
        content: "";
        top: 17px;
        right: -20px;
        width: 2px;
        height: 20px;
        padding: 0;
        background-color: #b6d3e9
    }

    .header-row .navbar-primary .subsite-title + .nav-scroll-mobile li.dropdown:hover .dropdown-toggle::before {
        bottom: 0
    }

    .header-row .navbar-primary .subsite-title + .nav-scroll-mobile .dropdown:last-child .dropdown-toggle::after {
        content: none
    }

    .header-row .navbar-primary .nav-scroll-mobile {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-start
    }

    .header-row .navbar-primary .nav-scroll-mobile .nav-search {
        flex: none;
        margin-top: 32px
    }

    .header-row .navbar-primary .nav-scroll-mobile .mega-nav + div {
        display: none !important
    }

    .header-row .navbar-primary .nav-scroll-mobile > .navbar-nav {
        flex: 1 0 auto;
        order: 1;
        padding-left: 0;
        float: none;
        text-align: center
    }
}

@media (min-width: 1200px) and (min-width: 1200px) {
    .header-row .navbar-primary .nav-scroll-mobile > .navbar-nav {
        padding-left: 40px
    }
}

@media (min-width: 1200px) {
    .header-row .navbar-primary .nav-scroll-mobile > .navbar-nav > li {
        flex: 1 0 auto;
        float: none;
        display: inline-block;
        text-align: left
    }

    .header-row .navbar-primary .nav-scroll-mobile > .navbar-nav > li > a {
        display: inline-block;
        margin-right: 25px
    }
}

@media (min-width: 1200px) and (min-width: 1200px) {
    .header-row .navbar-primary .nav-scroll-mobile > .navbar-nav > li > a {
        margin-right: 40px
    }
}

.navbar-default {
    font-size: 1em;
    margin-bottom: 0;
    height: 95px;
    position: relative;
    z-index: 3;
    background-color: #fff;
    border: 0
}

.navbar-default .navbar-primary {
    background-color: #fff;
    padding: 0;
    width: 300px;
    position: fixed;
    top: 0;
    min-height: 94px;
    height: 100%
}

@media (max-width: 1200px) {
    .navbar-default .navbar-primary > header {
        padding: 1.5em 1em !important;
        height: 90px !important
    }
}

.navbar-default .navbar-primary .nav-search {
    padding: .5em 1em
}

@media (min-width: 1200px) {
    .navbar-default .navbar-primary .nav-search {
        margin-top: 32px;
        padding: 0
    }
}

@media (min-width: 1200px) {
    .navbar-default .navbar-primary .nav-search .search {
        width: 145px
    }
}

@media (min-width: 1200px) {
    .navbar-default .navbar-primary .nav-search .search {
        width: 200px
    }
}

.navbar-default .navbar-primary .nav-search .search .search-box {
    position: relative;
    color: var(--darkTextColor)
}

.navbar-default .navbar-primary .nav-search .search .search-box ::placeholder {
    color: var(--darkTextColor) !important;
    opacity: 1
}

.navbar-default .navbar-primary .nav-search .search .search-box #search-desktop {
    font-size: 16px;
    font-weight: 300;
    color: var(--darkTextColor);
    box-shadow: none;
    margin-right: 22px;
    padding-right: 37px
}

@media (max-width: 1199px) {
    .navbar-default .navbar-primary .nav-search .search .search-box #search-desktop {
        border: 0
    }
}

.navbar-default .navbar-primary .nav-search .search .search-box .btn-search {
    position: absolute;
    right: 6px;
    top: 4px
}

.navbar-default .navbar-primary .nav-search .search .search-box .btn-search .icon-search {
    color: #000;
    font-size: 22px;
    margin-right: 0
}

.navbar-default .navbar-primary .nav-search .search .search-box .btn-search .icon-search:before {
    font-weight: 700 !important
}

.navbar-default .navbar-primary .nav-search .search .search-box .btn-search .fa-search:before {
    font-family: higux;
    content: "\e038";
    font-style: normal;
    color: #000;
    font-size: 22px;
    font-weight: 700
}

@media (min-width: 1200px) {
    .navbar-default .navbar-primary {
        width: auto;
        height: auto;
        position: static;
        left: -300px;
        overflow: visible
    }
}

.navbar-default .navbar-primary header {
    position: absolute;
    height: 75px;
    width: 100%;
    padding-top: 15px;
    z-index: 100;
    background-color: #fff;
    border-bottom: 1px solid #ccc
}

.navbar-default .navbar-primary header .navbar-toggle {
    margin-top: 0;
    color: #000
}

@media (min-width: 1200px) {
    .navbar-default .navbar-primary header {
        height: auto;
        display: none
    }
}

.navbar-default .navbar-primary .nav-scroll-mobile {
    position: relative;
    overflow-y: auto;
    height: 100%;
    padding-top: 90px;
    z-index: 10
}

@media (min-width: 1200px) {
    .navbar-default .navbar-primary .nav-scroll-mobile {
        overflow-y: visible;
        position: static;
        height: auto;
        padding-top: 0;
        z-index: auto
    }
}

.navbar-default .navbar-primary .nav-scroll-mobile .utility-nav {
    background-color: var(--warmGray);
}

.navbar-default .navbar-primary .nav-scroll-mobile .utility-nav > li {
    border: 0 !important;
    margin: 25px 0
}

.navbar-default .navbar-primary .nav-scroll-mobile .utility-nav > li > a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 14px !important
}

.navbar-default .navbar-primary .nav-scroll-mobile .utility-nav .dropdown-menu {
    background-color: transparent
}

.navbar-default .navbar-primary .nav-scroll-mobile .navbar-nav {
    border-bottom: 1px solid #e0e0e0;
    margin: 0
}

@media (min-width: 992px) {
    .navbar-default .navbar-primary .nav-scroll-mobile .navbar-nav {
        border-bottom: none
    }
}

.navbar-default .navbar-primary .nav-scroll-mobile .navbar-nav > li {
    border-top: 1px solid #e0e0e0
}

@media (min-width: 992px) {
    .navbar-default .navbar-primary .nav-scroll-mobile .navbar-nav > li {
        border-top: none
    }

    .navbar-default .navbar-primary .nav-scroll-mobile .navbar-nav > li:hover > a:before {
        transform: scaleX(1);
        bottom: 0 !important;
        transition: transform .2s ease-out, bottom .1s linear
    }

    .navbar-default .navbar-primary .nav-scroll-mobile .navbar-nav > li.active > a:before {
        transform: scaleX(1);
        bottom: 14px
    }
}

.navbar-default .navbar-primary .nav-scroll-mobile .navbar-nav > li > a {
    border-bottom: none;
    color: var(--darkTextColor);
    padding: 1em;
    text-transform: none;
    font-weight: 500;
    font-size: 16px;
    margin-left: 0
}

@media (min-width: 1200px) {
    .navbar-default .navbar-primary .nav-scroll-mobile .navbar-nav > li > a {
        padding: 40px 0 20px
    }

    .navbar-default .navbar-primary .nav-scroll-mobile .navbar-nav > li > a:before {
        content: " ";
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        height: 4px;
        background-color: #f7941f;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform .2s ease-out, bottom 0s linear
    }
}

@media (min-width: 1200px) {
    .navbar-default .navbar-primary .nav-scroll-mobile .navbar-nav > li > a {
        font-size: 18px
    }
}

.navbar-default .navbar-primary .nav-scroll-mobile .navbar-nav > li > a:hover, .navbar-default .navbar-primary .nav-scroll-mobile .navbar-nav > li > a.active {
    text-decoration: none
}

@media (min-width: 992px) {
    .navbar-default .navbar-primary .nav-scroll-mobile .navbar-nav > li > .dropdown-menu {
        padding: 0;
        margin-top: 0
    }
}

.navbar-default .navbar-primary .nav-scroll-mobile .navbar-nav > li > .dropdown-menu > li {
    border-bottom: none
}

.navbar-default .navbar-primary .nav-scroll-mobile .navbar-nav > li > .dropdown-menu > li > a {
    white-space: normal
}

@media (min-width: 992px) {
    .navbar-default .navbar-primary .nav-scroll-mobile .navbar-nav > li > .dropdown-menu > li > a {
        font-size: 1em;
        padding: .75em 1em;
        color: var(--linkColor);
        font-weight: 500;
        white-space: nowrap
    }

    .navbar-default .navbar-primary .nav-scroll-mobile .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-default .navbar-primary .nav-scroll-mobile .navbar-nav > li > .dropdown-menu > li > a:focus {
        background-color: var(--warmGray);
    }
}

@media (min-width: 992px) {
    .navbar-default .navbar-primary .nav-scroll-mobile .navbar-nav {
        margin-left: 1em
    }
}

.navbar-default .navbar-primary .nav-scroll-mobile .navbar-nav .active > a {
    background-color: #fff
}

@media (min-width: 992px) {
    .navbar-default .navbar-primary .nav-scroll-mobile .navbar-nav .active > a {
        background-color: inherit;
        color: var(--darkTextColor)
    }
}

@media (min-width: 992px) {
    .navbar-default .navbar-primary .nav-scroll-mobile .navbar-nav .open .dropdown-toggle {
        background-color: inherit
    }
}

.navbar-default .navbar-primary .nav-scroll-mobile .navbar-nav .open .dropdown-toggle:after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
    transform: rotate(180deg);
    transition: 500ms ease all;
    padding: 0;
    color: var(--darkTextColor)
}

@media (min-width: 992px) {
    .navbar-default .navbar-primary .nav-scroll-mobile .navbar-nav .open .dropdown-toggle:after {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        transition: none;
        padding-left: .5em;
        color: inherit
    }
}

.navbar-default .navbar-primary .nav-scroll-mobile .navbar-nav .open > a {
    background-color: transparent
}

@media (min-width: 992px) {
    .navbar-default .navbar-primary .nav-scroll-mobile .navbar-nav .open > a span {
        border-bottom: none
    }
}

.navbar-default .navbar-primary .nav-scroll-mobile .navbar-nav .open .dropdown-menu > li > a {
    padding: .75em 0 .75em 2em;
    font-weight: 500;
    color: var(--linkColor);
    font-size: 14px
}

@media (min-width: 992px) {
    .navbar-default .navbar-primary .nav-scroll-mobile .navbar-nav .open .dropdown-menu > li > a {
        font-size: 1.6rem;
        padding: .75em 1em
    }
}

.navbar-default .navbar-primary .mobile-utility-nav {
    list-style-type: none;
    margin: .75em 0 0;
    padding: 0
}

.navbar-default .navbar-primary .mobile-utility-nav li {
    margin: 0;
    padding: .75em 1em
}

@media (min-width: 992px) {
    .navbar-default .navbar-primary .mobile-utility-nav {
        display: none
    }
}

@media (min-width: 768px) {
    .navbar-default .navbar-toggle {
        display: block
    }
}

@media (min-width: 1200px) {
    .navbar-default .navbar-toggle {
        display: none !important
    }
}

.navbar-default .account-toggle, .navbar-default .account-toggle-menu {
    display: none
}

@media (min-width: 1200px) {
    .navbar-default {
        height: auto;
        position: static
    }
}

.navbar-default .navbar-nav {
    float: none
}

@media (min-width: 1200px) {
    .navbar-default .navbar-nav {
        float: left
    }
}

.navbar-default .navbar-nav > li {
    border-top: 0;
    float: none
}

@media (min-width: 1200px) {
    .navbar-default .navbar-nav > li {
        float: left
    }
}

.navbar-default .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 10px;
    font-size: 14px
}

.navbar-default .navbar-nav > li .dropdown-menu {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    float: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
    position: static;
    width: 100%
}

@media (min-width: 1200px) {
    .navbar-default .navbar-nav > li .dropdown-menu {
        box-shadow: 0 5px 16px rgba(0, 0, 0, .2);
        margin-top: 0;
        position: absolute;
        width: auto
    }
}

@media (min-width: 1200px) {
    .navbar-default .navbar-nav > li .dropdown-menu {
        margin-top: 0
    }
}

.navbar-default .navbar-nav > li .dropdown-menu > li {
    border-bottom: none
}

@media (min-width: 1200px) {
    .navbar-default .navbar-nav > li .dropdown-menu > li {
        border-bottom: 1px solid #ccc
    }
}

@media (min-width: 1200px) {
    .navbar-default .navbar-nav > li .dropdown-menu > li > a {
        font-size: 1em;
        padding: .75em 1em;
        color: var(--linkColor);
        font-weight: 500
    }
}

@media (min-width: 1200px) {
    .navbar-default .utility-nav > li {
        margin-left: 12px;
        margin-right: 12px;
        margin-left: 15px;
        margin-right: 15px
    }

    .navbar-default .utility-nav > li:last-child {
        margin-right: 30px
    }

    .navbar-default .utility-nav > li > a {
        color: var(--darkTextColor);
        font-weight: 700;
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .navbar-default .utility-nav > li > a:hover {
        text-decoration: none !important
    }

    .navbar-default .utility-nav > li > a:before {
        content: " ";
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        height: 4px;
        background-color: var(--fushia);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform .2s ease-out
    }

    .navbar-default .utility-nav > li:hover > a:before {
        transform: scaleX(1)
    }

    .navbar-default .utility-nav > li .dropdown-menu {
        left: 0;
        padding-bottom: 0
    }

    .navbar-default .utility-nav > li .dropdown-menu li {
        padding: 0 !important;
        margin: 0;
        border-bottom: 0
    }

    .navbar-default .utility-nav > li .dropdown-menu li a:hover {
        text-decoration: none;
        color: var(--linkColor);
        background-color: var(--warmGray);
    }

    .navbar-default .utility-nav > li.utility-bar-highlight > a {
        background-color: #4d4369;
        color: #fff;
        display: inline-block;
        padding-left: 15px !important;
        padding-right: 15px !important;
        letter-spacing: 1px;
        text-transform: uppercase
    }

    .navbar-default .utility-nav > li.utility-bar-highlight > a:before {
        content: none
    }

    .navbar-default .utility-nav > li.utility-bar-highlight > a:hover {
        color: #fff !important
    }

    .navbar-default .utility-nav > li.utility-bar-highlight:last-child > a {
        margin-right: -30px
    }

    .navbar-default .utility-nav > li.utility-bar-highlight:last-child .dropdown-menu {
        left: auto;
        right: -30px
    }
}

.navbar-default .logo-wrapper {
    position: relative
}

@media (min-width: 992px) {
    .navbar-default .logo-wrapper {
        z-index: 2
    }
}

.navbar-default .logo-wrapper h1 {
    margin: 0;
    padding: 0
}

.navbar-default .subsite-title-mobile {
    align-items: center;
    display: flex;
    height: 100%;
    left: 100px;
    line-height: 17px;
    position: absolute;
    max-width: 100px;
    top: 4px
}

@media (min-width: 768px) {
    .navbar-default .subsite-title-mobile {
        left: 115px
    }
}

@media (min-width: 1200px) {
    .navbar-default .subsite-title-mobile {
        display: none
    }
}

.navbar-default .subsite-title-mobile a {
    color: var(--darkTextColor);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0
}

@media (min-width: 500px) {
    .navbar-default .subsite-title-mobile a {
        font-size: 40px
    }
}

.navbar-default .subsite-title-mobile + .navbar-primary .nav-scroll-mobile {
    padding-top: 67px
}

@media (min-width: 1200px) {
    .navbar-default .subsite-title-mobile + .navbar-primary .nav-scroll-mobile {
        padding-top: 0
    }
}

.navbar-default .subsite-title + .nav-scroll-mobile ul.mega-nav li:first-child a:after {
    content: ""
}

@media (min-width: 1200px) {
    .navbar-default .subsite-title {
        padding-left: 10px
    }

    .navbar-default .subsite-title + .nav-scroll-mobile {
        justify-content: space-between
    }

    .navbar-default .subsite-title + .nav-scroll-mobile .nav-search {
        margin-top: 0
    }

    .navbar-default .subsite-title + .nav-scroll-mobile ul.mega-nav {
        margin: 0;
        padding-left: 10px;
        padding-top: 0
    }
}

.navbar-default .navbar-brand {
    padding: 0;
    margin: 0 !important
}

.navbar-default .navbar-brand img {
    height: 95px;
    width: auto;
    background-color: #fff;
    padding: 14px 14px 14px 0
}

@media (min-width: 1200px) {
    .navbar-default .navbar-brand img {
        height: 130px;
        padding: 20px 20px 20px 0;
        margin-top: -36px;
        border-top: 0
    }
}

.navbar-default .navbar-brand .branded-desktop {
    display: none
}

@media (min-width: 768px) {
    .navbar-default .navbar-brand .branded-desktop {
        border: 0;
        display: block;
        height: 90px;
        margin-top: 0;
        padding-top: 10px;
        padding-bottom: 5px;
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-default .navbar-brand .branded-mobile {
    display: block;
    height: 80px;
    padding: 0;
    margin-top: 10px
}

@media (min-width: 768px) {
    .navbar-default .navbar-brand .branded-mobile {
        display: none
    }
}

.navbar-default .navbar-header {
    display: none;
    min-height: 36px;
    float: none
}

@media (min-width: 1200px) {
    .navbar-default .navbar-header {
        display: block
    }
}

.navbar-default .navbar-header .dropdown-toggle span:hover {
    color: #000000e6;
    text-decoration: none
}

.navbar-default .navbar-header .dropdown-toggle:after {
    font-family: higux;
    content: "\e044";
    font-size: .5em;
    padding: 0 0 0 .5em;
    color: #ccc;
    text-decoration: inherit
}

.navbar-default .navbar-header .navbar-right {
    margin-right: 0
}

.navbar-default .navbar-header .navbar-right li a:hover {
    color: #000000e6;
    text-decoration: underline
}

.navbar-default .navbar-header .navbar-right li a.btn-outline:hover {
    color: #fff;
    text-decoration: none
}

.navbar-default .navbar-header .navbar-right .dropdown-toggle:hover {
    text-decoration: none
}

.navbar-default .navbar-header .navbar-nav {
    background-color: var(--warmGray);
    display: inline;
    align-items: center
}

.navbar-default .navbar-header .navbar-nav > li {
    position: static
}

@media (min-width: 992px) {
    .navbar-default .navbar-header .navbar-nav > li {
        align-items: center;
        display: flex;
        position: relative;
        height: 46px
    }

    .navbar-default .navbar-header .navbar-nav > li:first-child {
        margin-left: 30px
    }
}

.navbar-default .navbar-header .navbar-nav > a {
    color: var(--darkTextColor);
    font-weight: 500
}

.navbar-default .navbar-header .navbar-nav .btn-primary, .navbar-default .navbar-header .navbar-nav .btn-secondary {
    padding: .45em 1em;
    color: #fff !important
}

.navbar-default .navbar-header .navbar-nav .btn-primary:hover, .navbar-default .navbar-header .navbar-nav .btn-secondary:hover {
    text-decoration: none !important
}

.navbar-default .navbar-header .navbar-nav .my-account-login {
    display: none
}

@media (min-width: 992px) {
    .navbar-default .navbar-header .navbar-nav .my-account-login {
        margin-right: -30px
    }
}

.navbar-default .navbar-header .navbar-nav .my-account-login li > a {
    padding: 0
}

.navbar-default .navbar-header .navbar-nav .my-account-login a.button-toggle {
    align-items: center;
    display: flex;
    margin-left: 0;
    font-size: 14px;
}

@media (min-width: 1200px) {
    .navbar-default .navbar-header .navbar-nav .my-account-login a.button-toggle {
        margin-left: 18px;
        padding-left: 45px;
        padding-right: 45px;
		border-radius:0;
    }
}

.navbar-default .navbar-header .navbar-nav .my-account-login a.button-toggle button {
    margin: 0 -1em
}

.navbar-default .navbar-header .navbar-nav .my-account-login .dropdown-menu {
    border:2px solid var(--warmGrayWg);
	border-top: 0;
    width: 400px;
    padding: 10px
}

.navbar-default .navbar-header .navbar-nav .my-account-login .dropdown-menu .row {
    margin-top: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px
}

.navbar-default .navbar-header .navbar-nav .my-account-login .dropdown-menu .row:before {
    content: "";
    display: block;
    height: 1px;
    border-top: 1px solid #e0e0e0;
    margin: 0 15px;
    padding-top: 10px
}

.navbar-default .navbar-header .navbar-nav .my-account-login .dropdown-menu .row:first-child:before {
    content: none
}

.navbar-default .navbar-header .navbar-nav .my-account-login .dropdown-menu .row p:last-child {
    margin-bottom: 0 !important
}

.navbar-default .navbar-header .navbar-nav .my-account-login .dropdown-menu:before {
    display: none;
    left: auto !important;
    right: 50px !important
}

.navbar-default .navbar-header .navbar-nav .my-account-login .dropdown-menu .cta-action-right .cta-content-actions {
    right: 0
}

.navbar-default .navbar-header .navbar-nav .my-account-login .dropdown-menu article {
    background-color: transparent;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
    display: block
}

.navbar-default .navbar-header .navbar-nav .my-account-login .dropdown-menu article:last-of-type {
    border-bottom: 0
}

.navbar-default .navbar-header .navbar-nav .my-account-login .dropdown-menu article .cw-body {
    padding-left: 0
}

.navbar-default .navbar-header .navbar-nav .my-account-login .dropdown-menu .account-dropdown-footer:before {
    padding-top: 0;
    margin-left: -15px !important;
    margin-right: -15px !important
}

@media (min-width: 992px) {
    .navbar-default .navbar-header .navbar-nav .my-account-login {
        display: flex;
        height: 100%
    }
}

.navbar-default .navbar-header .navbar-nav .my-account-dropdown .dropdown-menu {
    padding-bottom: 0
}

.navbar-default .navbar-header .navbar-nav .my-account-dropdown > .btn-secondary:focus {
    background-color: var(--claretHover);
}

@media (min-width: 992px) {
    .navbar-default .navbar-header .navbar-nav li {
        position: relative
    }
}

.navbar-default .navbar-header .navbar-nav .btn-primary {
    padding: .58em 1em;
    font-weight: 500
}

.navbar-default .navbar-header .navbar-nav .cta-action-right {
    position: relative
}

@media (min-width: 992px) {
    .navbar-default .navbar-header .navbar-nav .cta-action-right {
        padding-right: 145px
    }
}

.navbar-default .navbar-header .navbar-wrapper {
    overflow-y: auto;
    height: 100%;
    padding-bottom: 100px
}

@media (min-width: 992px) {
    .navbar-default .navbar-header .navbar-wrapper {
        padding-bottom: 0
    }
}

.navbar-default .dropdown .dropdown-toggle {
    position: relative
}

.navbar-default .dropdown .dropdown-toggle:after {
    font-family: higux;
    content: "\e044";
    font-size: 1em;
    padding: 0 0 0 .5em;
    color: var(--darkTextColor);
    font-weight: 700;
    position: absolute;
    right: 15px
}

@media (min-width: 992px) {
    .navbar-default .dropdown .dropdown-toggle:after {
        content: none
    }
}

.navbar-default .dropdown.open .dropdown-toggle {
    position: relative
}

.navbar-default .dropdown.open .dropdown-toggle:after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
    transform: rotate(180deg);
    transition: 500ms ease all;
    font-family: higux;
    content: "\e044";
    font-size: 1em;
    padding: 0;
    color: #fff;
    font-weight: 700;
    position: absolute;
    right: 15px
}

@media (min-width: 992px) {
    .navbar-default .dropdown.open .dropdown-toggle:after {
        content: none
    }
}

.navbar-default .navbar-primary .navbar-right {
    margin-right: 0;
    width: 100%
}

.navbar-default .navbar-primary .navbar-right li:first-of-type {
    border-top: none
}

@media (min-width: 1200px) {
    .navbar-default .navbar-primary .navbar-right {
        width: auto
    }
}

.navbar > .container .navbar-brand {
    margin-left: 0
}

.navbar-default .active .dropdown-toggle {
    position: relative
}

.navbar-nav > li {
    position: static
}

@media (min-width: 1200px) {
    .navbar-nav > li {
        position: relative
    }
}

.navbar-nav .my-account-login .my-account-menu {
    min-height: calc(100vh - 75px);
    padding: 40px 20px 20px;
    text-align: center;
    color: var(--darkTextColor);
    font-size: 15px;
    line-height: 1.3
}

.navbar-nav .my-account-login .my-account-menu .btn-primary {
    margin: 20px 0
}

.navbar-nav .my-account-login .my-account-menu a {
    font-weight: 700
}

.navbar-nav .ma-heading {
    font-size: 20px;
    margin-bottom: 20px
}

.navbar-nav .ex-content {
    background-color: #fff;
    border: 2px solid var(--warmGrayWg);
	border-radius:4px;
    margin: 25px 0
}

.navbar-nav .ex-content-heading {
    padding: 8px 70px 8px 30px;
    position: relative;
    cursor: pointer
}

.navbar-nav .ex-content-heading::after {
    font-family: higux;
    content: "\e044";
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 32px;
    transform: rotateX(0);
    transition: transform .3s linear
}

.navbar-nav .ex-content-expandable {
    overflow: hidden;
    max-height: 0;
    transition: max-height .3s linear
}

.navbar-nav .ex-content-body {
    margin: 0 20px 20px;
    border-top: 2px solid var(--warmGrayWg);
    padding-top: 10px
}

.navbar-nav .ex-content-body div {
    margin: 20px 0
}

.navbar-nav .ex-content-body .content-secondary {
    font-size: 13px
}

.navbar-nav .ex-content-body .content-secondary div {
    margin: 5px 0
}

.navbar-nav .expanded > .ex-content-expandable, .navbar-nav .ex-content-expandable:focus-within {
    max-height: 800px
}

.navbar-nav .expanded .ex-content-heading::after {
    transform: rotateX(180deg)
}

.navbar-nav .icon-arrow-right {
    font-size: 14px
}

@media (min-width: 992px) {
    .navbar-nav .my-account-login .my-account-menu {
        right: 0 !important;
        left: auto !important
    }
}

@media (min-width: 1200px) {
    .navbar-nav .my-account-login .my-account-menu {
        padding: 30px !important;
        min-height: 1px
    }

    .navbar-nav .ma-heading {
        font-size: 28px;
        padding-top: 100px;
        margin-top: -10px;
        background-image: url(/.resources/thehartford/webresources/images/logo.svg);
        background-repeat: no-repeat;
        background-position: 50% 0
    }

    .navbar-nav .ex-content-body {
        margin: 0 30px 20px
    }

    .navbar-nav .my-account-dropdown + .cover {
        background-color: rgba(100, 100, 100, .5);
        opacity: 0;
        backdrop-filter: blur(4px);
        width: 0;
        height: 0;
        z-index: 99;
        position: fixed;
        left: 0;
        top: 0;
        transition: opacity .3s linear, width 0s linear .3s, height 0s linear .3s
    }

    .navbar-nav .my-account-dropdown:hover, .navbar-nav .my-account-dropdown.focus {
        z-index: 100
    }

    .navbar-nav .my-account-dropdown:hover + .cover, .navbar-nav .my-account-dropdown.focus + .cover {
        height: 100vh;
        width: 100vw;
        opacity: 1;
        transition: opacity .3s linear, width 0s linear, height 0s linear
    }
}

.navbar-nav .my-account-title {
    font-size: 1.286em;
    font-weight: 500;
    margin: 0 0 .5em
}

.my-account-mobile a {
    font-weight: 500
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: auto
    }
}

.mobile-menu-icon:before {
    font-family: higux;
    content: "\e025";
    font-size: 1em;
    padding: 0;
    color: inherit;
    font-weight: 700;
    font-style: normal
}

.navbar .fa-bars::before {
    content: "\e025";
    font-family: higux;
    font-style: normal;
    font-weight: 700
}

.mega-nav-meta {
    display: none
}

@media (max-width: 1200px) {
    .nav-scroll-mobile {
        overflow-x: hidden
    }

    .mega-nav, .utility-nav {
        transform: translateX(0);
        transition: transform .3s linear
    }

    .mya-opened .utility-nav {
        transform: none;
        transition: none
    }

    .utility-nav .dropdown-toggle::after {
        content: none !important
    }

    .utility-nav .dropdown-menu {
        display: none !important
    }

    .mega-nav .mega-nav-widget {
        display: none
    }

    .mega-nav article, .mega-nav .content-section {
        margin-bottom: 0
    }

    .mega-nav article a, .mega-nav .content-section a {
        text-decoration: none
    }

    .mega-nav > li {
        border-top: 1px solid #e0e0e0;
        position: static
    }

    .mega-nav > li a {
        border-bottom: none;
        color: var(--darkTextColor);
        padding: 12px 16px;
        text-transform: none;
        font-weight: 500;
        font-size: 16px;
        margin-left: 0
    }

    .mega-nav li.dropdown > a::after {
        content: "\e046" !important
    }

    .mega-nav li.dropdown.open > a {
        background-color: transparent
    }

    .mega-nav li.dropdown.open > a::after {
        transform: none;
        color: inherit
    }

    .mega-nav li.dropdown.open .dropdown-menu {
        z-index: 1001
    }

    .mega-nav li.dropdown .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
        border: 0;
        width: 300px;
        padding: 0;
        margin: 0;
        float: none;
        box-shadow: none
    }

    .mega-nav li.dropdown .dropdown-menu hr {
        display: none
    }

    .mega-nav li.dropdown .dropdown-menu .nav-section-heading {
        font-weight: 700;
        border-top: 1px solid #e0e0e0;
        padding: 12px 30px
    }

    .mega-nav li.dropdown .dropdown-menu .back-to-main-menu {
        font-weight: 500;
        position: relative;
        padding: 12px 30px;
        border-top: 1px solid #e0e0e0;
        border-bottom: 6px solid #e0e0e0
    }

    .mega-nav li.dropdown .dropdown-menu .back-to-main-menu::before {
        font-family: higux;
        content: "\e045";
        font-size: 1em;
        padding: 0 0 0 .5em;
        color: inherit;
        position: absolute;
        left: 0
    }

    .mega-nav li.dropdown .dropdown-menu .container {
        padding: 0;
        width: auto
    }

    .mega-nav li.dropdown .dropdown-menu .container .flex-row {
        display: block;
        margin-left: 0;
        margin-right: 0
    }

    .mega-nav li.dropdown .dropdown-menu .container .flex-row .flex-col-sm {
        padding: 0
    }

    .mega-nav li.dropdown .dropdown-menu a {
        display: block;
        border-top: 1px solid #e0e0e0;
        font-weight: 400;
        padding: 12px 30px
    }

    .mega-nav li.dropdown .dropdown-menu .nav-sub-section-heading {
        padding: 12px 30px;
        border-top: 1px solid #e0e0e0;
        font-weight: 500
    }

    .level-2-opened .mega-nav, .level-2-opened .utility-nav {
        transform: translateX(-100%)
    }
}

@media (min-width: 1200px) {
    body > header {
        position: relative;
        z-index: 9
    }

    .nav-section-heading, .back-to-main-menu {
        display: none
    }

    ul.mega-nav {
        display: flex;
        margin: 0 auto;
        padding-top: 30px
    }

	ul.mega-nav > li.active > a > span{
		font-weight:700;
	}
    ul.mega-nav > li.active > a:before {
        content: " ";
        position: absolute;
        width: 100%;
        transform: scaleX(1);
        bottom: 14px;
        left: 0;
        height: 4px;
        background-color: var(--fushia)
    }

    ul.mega-nav > li > a:before {
        content: " ";
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform .2s ease-out;
        left: 0;
        bottom: 0;
        height: 4px;
        background-color: var(--fushia)
    }

    ul.mega-nav > li:hover > a:before {
        content: " ";
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        height: 4px;
        background-color: var(--fushia);
        transform: scaleX(1);
        transition: transform .2s ease-out, bottom .1s linear
    }

    ul.mega-nav > li > a {
        position: relative;
        margin-right: 40px;
        font-size: 18px;
        font-weight: 400;
        color: var(--darkTextColor);
        font-weight: 700;
        padding: 10px 0 27px
    }

    ul.mega-nav .dropdown {
        position: static
    }

    ul.mega-nav .dropdown.dropdown-single-col {
        position: relative
    }

    ul.mega-nav .dropdown.dropdown-single-col .dropdown-menu {
        left: 0;
        margin-left: 0
    }

    ul.mega-nav .dropdown.dropdown-single-col .dropdown-menu .flex-col-sm {
        padding: 0 !important
    }

    ul.mega-nav .dropdown.dropdown-single-col .dropdown-menu .cw-body div {
        margin-bottom: 0 !important
    }

    ul.mega-nav .dropdown.dropdown-single-col .dropdown-menu .nav-sub-section-heading {
        display: block;
        font-size: 16px;
        padding: .75em 1em;
        font-weight: 500 !important;
        white-space: nowrap;
        margin-bottom: 0 !important
    }

    ul.mega-nav .dropdown.dropdown-single-col .dropdown-menu a {
        display: block;
        font-size: 16px;
        padding: .75em 1em;
        color: var(--linkColor);
        font-weight: 500 !important;
        white-space: nowrap
    }

    ul.mega-nav .dropdown.dropdown-single-col .dropdown-menu a:hover {
        text-decoration: none !important;
        background-color: var(--warmGray);
    }

    ul.mega-nav .dropdown:hover .dropdown-menu {
        transform: translateY(0)
    }

    ul.mega-nav .dropdown-toggle {
        padding: 10px 0 27px
    }

    ul.mega-nav .dropdown-menu {
        border-radius: 0;
        max-width: 1140px;
        left: 0;
        margin-top: 0;
        transform: translateY(-740px);
        z-index: -1;
        transition: transform .4s ease-in-out;
        display: block;
        padding: 0;
        border: 1px solid var(--grayBorder);
        font-size: 16px
    }
}

@media (min-width: 1200px) and (min-width: 1200px) {
    ul.mega-nav .dropdown-menu {
        max-width: 1080px;
        left: 50%;
        margin-left: -540px
    }
}

@media (min-width: 1200px) {
    ul.mega-nav .dropdown-menu .container {
        width: 100%;
        padding: 0
    }

    ul.mega-nav .dropdown-menu .container .flex-row {
        margin: 0
    }

    ul.mega-nav .dropdown-menu .container .flex-row .flex-col-sm-2x {
        flex: 2
    }

    ul.mega-nav .dropdown-menu .container .flex-row .flex-col-sm-2x .flex-row {
        margin-left: -20px;
        margin-right: -20px
    }

    ul.mega-nav .dropdown-menu .container .flex-row .flex-col-sm-2x .flex-col-sm {
        padding-top: 0
    }

    ul.mega-nav .dropdown-menu .container .flex-row .flex-col-sm {
        padding: 20px 20px 0;
        position: relative;
        background-color: #fff
    }

    ul.mega-nav .dropdown-menu .container .flex-row .flex-col-sm::before {
        content: " ";
        position: absolute;
        left: 0;
        border-left: 1px solid #d8d8d8;
        height: calc(100% - 40px);
        width: 1px
    }

    ul.mega-nav .dropdown-menu .container .flex-row .flex-col-sm:first-child::before, ul.mega-nav .dropdown-menu .container .flex-row .flex-col-sm:last-child::before, ul.mega-nav .dropdown-menu .container .flex-row .flex-col-sm .flex-col-sm::before {
        content: none
    }

    ul.mega-nav .dropdown-menu .container .flex-row .flex-col-sm > article {
        margin-bottom: 0
    }

    ul.mega-nav .dropdown-menu .container .flex-row .flex-col-sm > article .cw-body .content-section > div {
        margin-bottom: 10px
    }

    ul.mega-nav .dropdown-menu .container .flex-row .flex-col-sm > article .cw-body .content-section > div a {
        font-weight: 400;
        color: var(--linkColor);
        text-decoration: none
    }

    ul.mega-nav .dropdown-menu .container .flex-row .flex-col-sm > article .cw-body .content-section > div a:hover {
        text-decoration: underline
    }

    ul.mega-nav .dropdown-menu .container .flex-row .flex-col-sm .nav-sub-section-heading {
        margin-bottom: 22px;
        font-weight: 700;
		font-size:18px;
    }

    ul.mega-nav .dropdown-menu .container .flex-row .flex-col-sm .mega-nav-widget {
        margin-top: -20px;
        margin-right: -20px;
        height: calc(100% + 20px);
        margin-left: -20px;
        overflow: hidden
    }

    ul.mega-nav .dropdown-menu .container .flex-row .flex-col-sm .mega-nav-widget article {
        height: 100%;
        margin-bottom: 0
    }

    ul.mega-nav .dropdown-menu .container .flex-row .flex-col-sm .mega-nav-widget article .cw-body {
        padding: 20px 20px 0;
        min-height: calc(100% - 20px)
    }

    ul.mega-nav .dropdown-menu .container .flex-row .flex-col-sm .mega-nav-widget article .cw-body a {
        color: var(--linkColor);
        margin-right: 0;
        text-decoration: none
    }

    ul.mega-nav .dropdown-menu .container .flex-row .flex-col-sm .mega-nav-widget article .cw-body a:hover {
        text-decoration: underline
    }

    ul.mega-nav .dropdown-menu .container .flex-row .flex-col-sm .mega-nav-widget article .cw-body a.btn {
        color: #fff;
        padding: 12px 10px
    }

    ul.mega-nav .dropdown-menu .container .flex-row .flex-col-sm .mega-nav-widget article .cw-body a.btn:hover {
        text-decoration: none
    }

    ul.mega-nav .dropdown-menu .container .flex-row .flex-col-sm .mega-nav-widget article .cw-body .media {
        margin: -20px -20px 0;
        min-height: 100%;
        overflow: hidden;
        background-color: var(--claret)
    }

    ul.mega-nav .dropdown-menu .container .flex-row .flex-col-sm .mega-nav-widget article .cw-body .media .media-top img {
        margin-bottom: 50px
    }

    ul.mega-nav .dropdown-menu .container .flex-row .flex-col-sm .mega-nav-widget article .cw-body .media .media-body {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: var(--claret);
        padding: 20px 10px;
        width: 100%;
        color: #fff !important
    }

    ul.mega-nav .dropdown-menu .container .flex-row .flex-col-sm .mega-nav-widget article .cw-body .media .media-body [class^=header-], ul.mega-nav .dropdown-menu .container .flex-row .flex-col-sm .mega-nav-widget article .cw-body .media .media-body a:not(.btn), ul.mega-nav .dropdown-menu .container .flex-row .flex-col-sm .mega-nav-widget article .cw-body .media .media-body .icon-arrow-right:after, ul.mega-nav .dropdown-menu .container .flex-row .flex-col-sm .mega-nav-widget article .cw-body .media .media-body .media-caption, ul.mega-nav .dropdown-menu .container .flex-row .flex-col-sm .mega-nav-widget article .cw-body .media .media-body .disclaimer-text {
        color: #fff !important
    }

    ul.mega-nav .dropdown-menu .container .flex-row .flex-col-sm .mega-nav-widget article .cw-body .media .media-body a:not(.btn) {
        text-decoration: underline
    }

    ul.mega-nav .dropdown-menu .container .flex-row .flex-col-sm .mega-nav-widget article .cw-body .media .media-body a:not(.btn):hover {
        font-style: italic
    }

    ul.mega-nav .dropdown-menu .container .flex-row .flex-col-sm .mega-nav-widget article .cw-body .media .media-body .icon-arrow-right > a::after {
        color: #fff
    }

    ul.mega-nav .dropdown-menu .container .flex-row .flex-col-sm .mega-nav-widget article .cw-body .media .media-body .icon-arrow-right a {
        text-decoration: none
    }

    ul.mega-nav .dropdown-menu .container .flex-row .flex-col-sm .mega-nav-widget article .cw-body .media .media-body .icon-arrow-right a:hover {
        font-style: normal
    }

    ul.mega-nav .dropdown-menu .container .flex-row .flex-col-sm .mega-nav-widget article .cw-body .media .media-body .content-section {
        margin-bottom: 0
    }
}

.right-rail {
    margin-bottom: 20px
}

@media (min-width: 992px) {
    .right-rail-priority-zone {
        float: right
    }
}

.nav.nav-tabs {
    background-color: #eee;
    border-top: 6px solid #b6d3e9;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px
}

.nav.nav-tabs li {
    width: 20%
}

.nav.nav-tabs li a {
    border: 0;
    border-left: 1px solid #ccc;
    border-radius: 0;
    font-weight: 500;
    margin: 0;
    padding: 30px 0;
    text-transform: none;
    text-align: center
}

.nav.nav-tabs li a:hover {
    background-color: var(--linkHover);
    color: #fff;
    border-color: var(--beigeLight);
    border: none !important
}

.nav.nav-tabs li.active a {
    background-color: var(--claret);
    color: #fff;
    border-color: var(--beigeLight);
    border: none !important
}

.nav.nav-tabs li.active:before {
    font-family: higux;
    content: "\e064";
    font-size: .8em;
    padding: 0 0 0 .5em;
    color: #000;
    position: absolute;
    font-size: 42px;
    margin-top: 54px;
    margin-left: 35%
}

.nav.nav-tabs li.tabs-20 {
    width: 20%
}

.nav.nav-tabs li.active.tabs-20:before {
    font-family: higux;
    content: "\e064";
    font-size: .8em;
    padding: 0 0 0 .5em;
    color: #000;
    position: absolute;
    font-size: 42px;
    margin-top: 54px;
    margin-left: 35%
}

.nav.nav-tabs li.tabs-25 {
    width: 25%
}

.nav.nav-tabs li.active.tabs-25:before {
    font-family: higux;
    content: "\e064";
    font-size: .8em;
    padding: 0 0 0 .5em;
    color: #000;
    position: absolute;
    font-size: 42px;
    margin-top: 54px;
    margin-left: 39%
}

.nav.nav-tabs li.tabs-33 {
    width: 33.3%
}

.nav.nav-tabs li.active.tabs-33:before {
    font-family: higux;
    content: "\e064";
    font-size: .8em;
    padding: 0 0 0 .5em;
    color: #000;
    position: absolute;
    font-size: 42px;
    margin-top: 54px;
    margin-left: 41%
}

.nav.nav-tabs li.tabs-50 {
    width: 50%
}

.nav.nav-tabs li.active.tabs-50:before {
    font-family: higux;
    content: "\e064";
    font-size: .8em;
    padding: 0 0 0 .5em;
    color: #000;
    position: absolute;
    font-size: 42px;
    margin-top: 54px;
    margin-left: 44%
}

.nav.nav-tabs li.tabs-100 {
    width: 100%
}

.nav.nav-tabs li.active.tabs-100:before {
    font-family: higux;
    content: "\e064";
    font-size: .8em;
    padding: 0 0 0 .5em;
    color: #000;
    position: absolute;
    font-size: 42px;
    margin-top: 54px;
    margin-left: 47%
}

.accordion {
    margin-bottom: 20px
}

.accordion .accordion-group .accordion-heading a:after {
    font-family: higux;
    content: "\e064";
    font-size: 1em;
    position: absolute;
    right: 20px;
    top: 30px;
    padding: 0;
    color: #000
}

.accordion .accordion-group .accordion-heading a.accordion-toggle {
    background-color: #eee;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 6px solid #b6d3e9;
    display: block;
    padding: 30px
}

.accordion .accordion-group .accordion-heading > a[aria-expanded*=true] {
    background-color: var(--claret);
    color: #fff
}

.accordion .accordion-group .accordion-heading > a[aria-expanded*=true]:after {
    color: #fff;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
    transform: rotate(180deg);
    transition: 500ms ease all;
    padding: 0
}

.accordion .accordion-group .accordion-inner {
    padding: 20px
}

.footer-related-links{
	background-color:var(--claret);
	color:#fff;
	padding:40px 0;
	
}
.footer-related-links [class^="header-"]{
	color:#fff;
	font-weight:700;
	line-height:1.15
}
.lc-heading{
	position:relative;
	cursor:pointer;
	font-size:16px;
	font-weight:700;
}
.lc-heading::before{
	content:"\e044";
	font-family:higux;
	font-size:18px;
	font-weight:700;
	color:#fff;
	position:absolute;
	right:0;
}
.lc-heading.open::before{
	content:"\e047";
}
.lc-heading + div{
	overflow: hidden;
    max-height: 0;
    transition: max-height .2s linear;	
}
.links-collection{
	border-bottom:2px solid #fff;
	padding:15px 0;
}
.links-collection:first-child{
	border-top:2px solid #fff;
	margin-top:20px;
}
.lc-content a{
	display:block;
	color:#fff;
	margin:10px 0;
	font-weight:400;
}
.lc-content a:hover{
	color:#fff;
	text-decoration:underline;
}

@media (min-width: 1200px) {
	.links-collection-container{
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: 1fr;
		grid-column-gap:30px;
	}
	.links-collection{
		border-bottom:0;
		padding-bottom:0;
	}
	.links-collection:first-child{
		border-top:0;
		margin-top:0;
	}
	.lc-heading{
		margin-bottom:10px;
		cursor:text;
	}
	.lc-heading::before{
		content:none !important;
	}
	.lc-heading::after{
		content:" ";
		position:absolute;
		left:0;
		bottom:-5px;
		width:20px;
		height:2px;
		background-color:#fff;
	}
	.lc-heading + div{
		max-height:none !important;
	}
	.lc-content a{
		margin-bottom:0;
	}
}

.page-footer {
    background-color: var(--beigeLight);
    padding-top: 50px;
    padding-bottom: 40px
}

.page-footer a:not(.btn), .page-footer a:not(.btn):hover {
    color: var(--darkTextColor)
}

.page-footer .footer-nav {
    margin-bottom: 60px;
    position: relative
}

.page-footer .footer-nav [class^=header-] {
    font-weight: 700;
}

.page-footer .footer-nav:after {
    content: " ";
    position: absolute;
    background-color: #000;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: -30px;
    border-left: 15px solid var(--beigeLight);
    border-right: 15px solid var(--beigeLight)
}

@media (min-width: 768px) {
    .page-footer .footer-nav {
        display: flex;
        flex-wrap: wrap
    }
}

.page-footer .footer-nav .footer-flex-col {
    padding: 0 15px
}

@media (min-width: 768px) {
    .page-footer .footer-nav .footer-flex-col {
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: 50%;
        max-width: 50%
    }

    .page-footer .footer-nav .footer-flex-col:nth-last-child(3):first-child {
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: 33.33%;
        max-width: 33.33%
    }

    .page-footer .footer-nav .footer-flex-col:nth-last-child(3):first-child ~ .footer-flex-col {
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: 33.33%;
        max-width: 33.33%
    }
}

@media (min-width: 992px) {
    .page-footer .footer-nav .footer-flex-col {
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: 0
    }

    .page-footer .footer-nav .footer-flex-col.footer-widget {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 33.33%;
        max-width: 33.33%
    }
}

@media (min-width: 1200px) {
    .page-footer .footer-nav .footer-flex-col {
        padding: 0 30px
    }
}

.page-footer .account-access .account-title h4 {
    margin-bottom: 15px
}

.page-footer .account-access p {
    margin-bottom: 20px
}

.page-footer .footer-line {
    border-top: 1px solid #b6d3e9;
    margin-top: 20px;
    margin-bottom: 20px
}

.page-footer .socialmedia {
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    padding-top: 10px
}

.page-footer .socialmedia:after {
    content: "";
    display: table;
    clear: both
}

@media (min-width: 992px) {
    .page-footer .socialmedia {
        margin-top: 0;
        text-align: left;
        float: right
    }
}

.page-footer .socialmedia h4 {
    display: none
}

@media (min-width: 992px) {
    .page-footer .socialmedia h4 {
        display: block;
        margin: 0 0 2em
    }
}

.page-footer .socialmedia ul {
    margin: 0;
    padding: 0;
    text-align: center
}

@media (min-width: 992px) {
    .page-footer .socialmedia ul {
        margin: 0;
        text-align: right
    }
}

.page-footer .socialmedia ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-right: 1em;
    margin-bottom: 2em;
    display: inline-block;
    position: relative
}

.page-footer .socialmedia ul li:last-child {
    margin-right: 0
}

.page-footer .socialmedia ul li i {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding: 0;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 34px;
    border-radius: 50%;
    background-color: #000
}

.page-footer .socialmedia ul li i:before {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    vertical-align: middle
}

.page-footer .footer-branding {
    margin-bottom: 50px;
    margin-top: 50px;
    text-align: center
}

@media (min-width: 992px) {
    .page-footer .footer-branding {
        float: left;
        margin-top: 15px
    }
}

.page-footer .footer-logo {
    display: inline-block
}

.page-footer h4 {
    text-transform: none;
    font-weight: 500;
    font-size: 1.143em
}

@media (min-width: 992px) {
    .page-footer h4 {
        border-top: none;
        margin-top: 0
    }
}

.page-footer .nav {
    margin-bottom: 40px
}

@media (min-width: 992px) {
    .page-footer .nav {
        margin-bottom: 0
    }
}

.page-footer .nav li {
    margin: 10px 0
}

.page-footer .nav li a {
    padding: 0;
    display: inline-block
}

.page-footer .nav li a:hover {
    text-decoration: underline
}

@media (min-width: 992px) {
    .page-footer .footer-widget {
        clear: both;
        padding-left: 30px
    }
}

.page-footer .footer-widget .socialmedia {
    float: none
}

.page-footer .footer-widget .socialmedia ul {
    text-align: center
}

.page-footer .footer-widget .legal p {
    display: block;
    margin: 2em 0;
    clear: both;
    text-align: center
}

.page-footer .footer-widget .legal p:after {
    content: "";
    display: table;
    clear: both
}

@media (min-width: 992px) {
    .page-footer .footer-widget .legal p {
        text-align: left;
        margin-left: 0
    }
}

.page-footer .footer-widget .legal ul {
    list-style-type: none;
    padding: 0;
    text-align: center
}

.page-footer .footer-widget .legal ul:after {
    content: "";
    display: table;
    clear: both
}

@media (min-width: 992px) {
    .page-footer .footer-widget .legal ul {
        text-align: left
    }
}

.page-footer .footer-widget .legal ul li {
    padding: 0;
    margin: 0;
    border-right: 1px solid #fff;
    padding-right: 1em;
    margin-right: 1em;
    display: inline-block
}

.page-footer .footer-widget .legal ul li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0
}

.page-footer .back-to-top {
    display: none;
    background-color: inherit;
    border: none;
    padding: 1em;
    text-align: center;
    width: 100%;
    font-size: 1.143em;
    font-weight: 500
}

.page-footer p {
    clear: both
}

@media (min-width: 768px) {
    .page-footer .legal {
        float: right;
        clear: right
    }
}

.page-footer .legal ul {
    margin: 0;
    padding: 0;
    display: block;
    margin-bottom: 1em;
    text-align: center
}

@media (min-width: 768px) {
    .page-footer .legal ul {
        text-align: right
    }
}

.page-footer .legal ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    padding-right: 1em
}

.page-footer .legal ul li:last-child {
    padding-right: 0
}

.page-footer .legal .copyright {
    text-align: center
}

@media (min-width: 768px) {
    .page-footer .legal .copyright {
        text-align: right
    }
}

.disclaimer {
    padding: 0 0 40px;
    background-color: var(--beigeLight)
}

.disclaimer .container-fluid:before {
    content: " ";
    border-top: 1px solid #000;
    display: block;
    height: 30px
}

.page-footer + .disclaimer {
    margin-top: -20px
}

.p-w-r {
    font-family: trust sans, Arial, san serif !important
}

.p-w-r .pr-rd-bold {
    font-weight: 700 !important
}

.pwr-full-display .p-w-r .pr-filter-btn--button > span {
    color: #6c6a6a
}

.pwr-full-display #pr-image-display {
    display: none
}

#pr-reviewsnippet, #pr-reviewsnippet-mobile {
    min-height: 30px
}

#pr-reviewsnippet:hover, #pr-reviewsnippet-mobile:hover {
    cursor: default
}

#pr-reviewsnippet .p-w-r .pr-snippet-stars, #pr-reviewsnippet-mobile .p-w-r .pr-snippet-stars {
    background: 0 0
}

#pr-reviewsnippet .pr-snippet-stars-reco-reco, #pr-reviewsnippet .pr-snippet-write-review-link, #pr-reviewsnippet-mobile .pr-snippet-stars-reco-reco, #pr-reviewsnippet-mobile .pr-snippet-write-review-link {
    display: none !important
}

#pr-reviewsnippet .pr-snippet-read-and-write, #pr-reviewsnippet-mobile .pr-snippet-read-and-write {
    font-weight: 700;
    margin-top: 4px
}

#pr-reviewsnippet .pr-star-v4.pr-star-v4-100-filled, #pr-reviewsnippet-mobile .pr-star-v4.pr-star-v4-100-filled {
    background-image: url(/.resources/thehartford/webresources/images/Star_100.svg)
}

#pr-reviewsnippet .pr-star-v4.pr-star-v4-75-filled, #pr-reviewsnippet-mobile .pr-star-v4.pr-star-v4-75-filled {
    background-image: url(/.resources/thehartford/webresources/images/Star_75.svg)
}

#pr-reviewsnippet .pr-star-v4.pr-star-v4-50-filled, #pr-reviewsnippet-mobile .pr-star-v4.pr-star-v4-50-filled {
    background-image: url(/.resources/thehartford/webresources/images/Star_50.svg)
}

#pr-reviewsnippet .pr-star-v4.pr-star-v4-25-filled, #pr-reviewsnippet-mobile .pr-star-v4.pr-star-v4-25-filled {
    background-image: url(/.resources/thehartford/webresources/images/Star_25.svg)
}

#pr-reviewsnippet .pr-star-v4.pr-star-v4-0-filled, #pr-reviewsnippet-mobile .pr-star-v4.pr-star-v4-0-filled {
    background-image: url(/.resources/thehartford/webresources/images/Star_0.svg)
}

#pr-reviewsnippet .pr-snippet-rating-decimal, #pr-reviewsnippet-mobile .pr-snippet-rating-decimal {
    background: 0 0;
    margin-top: 5px
}

#pr-reviewsnippet .pr-snippet-rating-decimal, #pr-reviewsnippet-mobile .pr-snippet-rating-decimal {
    border: none;
    font-weight: 500
}

#pr-reviewsnippet .pr-snippet-review-count, #pr-reviewsnippet-mobile .pr-snippet-review-count {
    color: var(--linkColor);
    display: inline-block !important;
    margin-left: 0;
    margin-right: 0;
    padding: 0
}

#pr-reviewsnippet .pr-snippet-review-count:hover, #pr-reviewsnippet-mobile .pr-snippet-review-count:hover {
    color: #000;
    cursor: pointer;
    text-decoration: underline
}

#pr-reviewsnippet .pr-snippet-read-and-write:before, #pr-reviewsnippet-mobile .pr-snippet-read-and-write:before {
    content: "("
}

#pr-reviewsnippet .pr-snippet-read-and-write:after, #pr-reviewsnippet-mobile .pr-snippet-read-and-write:after {
    content: ")"
}

#pr-reviewsnippet .pr-snippet-rating-decimal:after, #pr-reviewsnippet-mobile .pr-snippet-rating-decimal:after {
    content: "/5 for Customer Claims";
    margin-right: 5px
}

#pr-reviewsnippet .pr-category-snippet__rating, #pr-reviewsnippet-mobile .pr-category-snippet__rating {
    float: left
}

#pr-reviewsnippet .pr-category-snippet__total, #pr-reviewsnippet-mobile .pr-category-snippet__total {
    float: left;
    clear: left;
    padding-top: 5px;
    padding-left: 0;
    color: blue
}

#pr-reviewsnippet .pr-category-snippet__total:hover, #pr-reviewsnippet-mobile .pr-category-snippet__total:hover {
    text-decoration: underline;
    cursor: pointer
}

.pwr-full-display .pr-snippet-write-review-link, #pr-reviewdisplay .pr-snippet-write-review-link {
    display: none !important
}

.pwr-full-display .pr-star-v4.pr-star-v4-100-filled, #pr-reviewdisplay .pr-star-v4.pr-star-v4-100-filled {
    background-image: url(/.resources/thehartford/webresources/images/Star_100.svg)
}

.pwr-full-display .pr-star-v4.pr-star-v4-75-filled, #pr-reviewdisplay .pr-star-v4.pr-star-v4-75-filled {
    background-image: url(/.resources/thehartford/webresources/images/Star_75.svg)
}

.pwr-full-display .pr-star-v4.pr-star-v4-50-filled, #pr-reviewdisplay .pr-star-v4.pr-star-v4-50-filled {
    background-image: url(/.resources/thehartford/webresources/images/Star_50.svg)
}

.pwr-full-display .pr-star-v4.pr-star-v4-25-filled, #pr-reviewdisplay .pr-star-v4.pr-star-v4-25-filled {
    background-image: url(/.resources/thehartford/webresources/images/Star_25.svg)
}

.pwr-full-display .pr-star-v4.pr-star-v4-0-filled, #pr-reviewdisplay .pr-star-v4.pr-star-v4-0-filled {
    background-image: url(/.resources/thehartford/webresources/images/Star_0.svg)
}

.pr-review-snapshot-snippets {
    width: 66%;
    float: left
}

@media (min-width: 992px) {
    .pr-snippet {
        width: 150px;
        text-align: center
    }
}

.pr-snippet-read-and-write {
    font-weight: 500 !important;
    margin: 0 !important
}

.pr-snippet-stars-container .pr-snippet-rating-decimal {
    font-size: 1.2em !important;
    font-weight: 500 !important;
    float: none !important;
    margin: 0 0 !important
}

@media (min-width: 992px) {
    .pr-snippet-stars-container .pr-snippet-rating-decimal {
        margin: 10px 0 !important
    }
}

.pr-snippet-stars-reco-stars {
    float: none !important;
    padding: 0 !important
}

@media (min-width: 992px) {
    .pr-snippet-stars-reco-stars {
        border-right: 1px solid #ccc !important;
        float: left !important;
        padding: 60px !important
    }
}

@media (min-width: 1200px) {
    .pr-snippet-stars-reco-stars {
        padding: 62px 20px !important
    }
}

.pr-snippet-stars-reco-reco {
    float: none !important;
    padding: 0 !important
}

@media (min-width: 992px) {
    .pr-snippet-stars-reco-reco {
        border-right: 1px solid #ccc !important;
        float: right !important;
        padding: 94px 50px !important
    }
}

@media (min-width: 1200px) {
    .pr-snippet-stars-reco-reco {
        padding: 100px 40px !important
    }
}

@media (min-width: 992px) {
    .pr-review-snapshot-block {
        border: 0 !important;
        min-height: 226px !important
    }
}

.pr-review-snapshot-block-headline.pr-h1 {
    display: none !important
}

.pr-review-snapshot-block-container {
    float: none;
    width: 100%
}

@media (min-width: 992px) {
    .pr-review-snapshot-block-container {
        float: right;
        width: 33%
    }
}

.pr-review-snapshot-block-histogram {
    margin-top: 15px !important;
    width: 100% !important
}

.pr-review-snapshot-subratings {
    border-bottom: 1px solid #ccc !important;
    clear: both;
    margin: 10px 0 !important;
    padding-bottom: 10px !important
}

.pr-review-snapshot-block.pr-review-snapshot-block-pros, .pr-review-snapshot-block.pr-review-snapshot-block-cons {
    display: none
}

.p-w-r .pr-review-snapshot .pr-msq-list dt {
    width: 300px
}

.p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-sort {
    font-size: 16px !important;
    max-width: 100% !important;
    width: 100% !important
}

.pr-rd-sort-group {
    position: relative
}

.p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-sort-group:last-child, .p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-sort-group:last-child, .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-sort-group:last-child {
    padding-top: 0 !important
}

.pr-snapshot-mobile .pr-snippet {
    width: 100%;
    text-align: left
}

.pr-snapshot-mobile .pr-review-snapshot-block {
    border: 0 !important;
    min-height: 185px !important
}

.pr-snapshot-mobile .pr-snippet-stars-container .pr-snippet-rating-decimal {
    font-size: 1.2em !important;
    font-weight: 500 !important;
    float: none !important;
    margin: 0 0 !important
}

.pr-snapshot-mobile .pr-review-snapshot-block-container {
    float: none;
    width: 100%
}

.pr-snapshot-mobile .pr-snippet-stars-reco-stars {
    border: 0 !important;
    float: none !important;
    padding: 0 !important
}

.pr-snapshot-mobile .pr-snippet-stars-reco-reco {
    border: 0 !important;
    float: none !important;
    padding: 0 !important
}

.pr-disclaimer-about {
    font-style: italic;
    margin: 10px 0
}

.pr-disclaimer-about .pr-disclaimer-about-title {
    font-weight: 500;
    margin-bottom: 15px
}

.pr-disclaimer-guidelines .pr-disclaimer-guidelines-title {
    font-weight: 500
}

.hig-review-snippet {
    display: block
}

.hig-reviews-wrapper {
    display: inline-block
}

.hig-stars img {
    display: inline-block;
    height: 20px;
    margin: 0;
    width: 20px
}

.hig-aggregate-stars-war .hig-stars img {
    height: 18px;
    width: 18px
}

.hig-aggregate-snippet {
    height: auto;
    margin: 10px 0 0;
    min-height: 30px
}

.hig-aggregate-stars {
    float: left;
    height: 20px;
    margin: 0;
    line-height: 20px
}

.hig-aggregate-ratings {
    float: left;
    font-size: 16px;
    font-weight: 500;
    margin: 5px 5px 0;
	line-height:1;
}

.hig-aggregate-ratings-url-wrapper {
    display: inline-block
}

.hig-aggregate-url {
    float: left;
    font-size: 12px;
    font-weight: 500;
    margin: 5px 5px 0
}

.hig-aggregate-url:after {
    clear: both
}

.hig-aggregate-ratings-url-wrapper-war .hig-aggregate-ratings, .hig-aggregate-ratings-url-wrapper-war .hig-aggregate-url {
    font-size: 11px
}

.pwr-ratings-center {
    text-align: center
}

.pwr-ratings-left {
    align: left;
}

.pwr-ratings-center .hig-aggregate-stars, .pwr-ratings-center .hig-aggregate-ratings, .pwr-ratings-center .hig-aggregate-url {
    float: none
}

.right-rail .pwr-default h4 {
    margin-bottom: 10px
}

.right-rail .hig-aggregate-stars {
    display: block;
    float: none;
    text-align: center
}

.right-rail .hig-review-snippet {
    display: block
}

.right-rail .hig-aggregate-ratings {
    display: block;
    float: none;
    margin: 5px 0 0
}

.right-rail .hig-aggregate-url {
    float: none;
    margin: 5px 0;
    display: block
}

.pr-rd-search-reviews-icon-button {
    top: 0
}

.pr-rd-sort-group {
    position: relative
}

.pr-rd-sort-group:after {
    content: "\e044";
    font-family: higux;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    width: 38px;
    height: 40px;
    background: var(--claret);
    color: #fff;
    right: 0;
    top: 0;
    pointer-events: none
}

.pr-rd-sort-group select {
    border-color: var(--claret);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px
}

.pr-rd-sort-group select::-ms-expand {
    display: none
}

.pr-rd-sort-group select::-ms-value {
    color: #484848;
    background: 0 0
}

.pr-rd-sort-group [disabled] {
    background: #fff;
    border-color: var(--warmGray);
    color: rgba(0, 0, 0, .5)
}

.pr-rd-sort-group.input-disabled:after {
    background: var(--warmGray)
}

.pr-rd-sort-group select {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    max-width: none !important
}

.pr-rd-sort {
    border-color: var(--claret) !important;
    color: #484848
}

.p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-header-sorts {
    height: 7rem
}

.p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-sort {
    height: auto
}

.pr-rd-sort-group::after {
    height: 100%
}

.expanded-row-primary {
    background-color: #fff;
    margin-bottom: 2em;
    padding: 3em 0 2em
}

.expanded-row-primary-border-top {
    background-color: #fff;
    margin: 3em 0 2em;
    padding: 0 0 2em
}

.expanded-row-primary-border-top .container:before {
    content: " ";
    display: block;
    width: 100%;
    height: 1px;
    border-top: 8px solid var(--warmGray);
    padding-top: 3em
}

.expanded-row-secondary {
    background-color: var(--beigeLight);
    margin-bottom: 2em;
    padding: 3em 0 2em
}

.expanded-row-warning {
    background-color: #efc21b;
    margin-bottom: 2em;
    padding: 20px 0
}

.expanded-row-urgent {
    background-color: #dc3942;
    margin-bottom: 2em;
    padding: 20px 0
}

.expanded-row-inverse {
    margin-bottom: 2em;
    padding: 3em 0 2em;
    background-color: var(--claret)
}

.expanded-row-inverse .container section > [class^=header-] {
    color: #fff
}

.expanded-row-inverse .cw-default, .expanded-row-inverse .cw-outline, .expanded-row-inverse .cw-outline-2, .expanded-row-inverse .cw-padding, .expanded-row-inverse .cw-border-bottom, .expanded-row-inverse .cw-two-thirds-image, .expanded-row-inverse .cw-one-third-image, .expanded-row-inverse [class^=cw-story-], .expanded-row-inverse .cw-select {
    color: #fff !important
}

.expanded-row-inverse .cw-default [class^=header-], .expanded-row-inverse .cw-default h1, .expanded-row-inverse .cw-default h2, .expanded-row-inverse .cw-default h3, .expanded-row-inverse .cw-default h4, .expanded-row-inverse .cw-default h5, .expanded-row-inverse .cw-default h6, .expanded-row-inverse .cw-default a:not(.btn), .expanded-row-inverse .cw-default .icon-arrow-right:after, .expanded-row-inverse .cw-default .media-caption, .expanded-row-inverse .cw-default .disclaimer-text, .expanded-row-inverse .cw-outline [class^=header-], .expanded-row-inverse .cw-outline h1, .expanded-row-inverse .cw-outline h2, .expanded-row-inverse .cw-outline h3, .expanded-row-inverse .cw-outline h4, .expanded-row-inverse .cw-outline h5, .expanded-row-inverse .cw-outline h6, .expanded-row-inverse .cw-outline a:not(.btn), .expanded-row-inverse .cw-outline .icon-arrow-right:after, .expanded-row-inverse .cw-outline .media-caption, .expanded-row-inverse .cw-outline .disclaimer-text, .expanded-row-inverse .cw-outline-2 [class^=header-], .expanded-row-inverse .cw-outline-2 h1, .expanded-row-inverse .cw-outline-2 h2, .expanded-row-inverse .cw-outline-2 h3, .expanded-row-inverse .cw-outline-2 h4, .expanded-row-inverse .cw-outline-2 h5, .expanded-row-inverse .cw-outline-2 h6, .expanded-row-inverse .cw-outline-2 a:not(.btn), .expanded-row-inverse .cw-outline-2 .icon-arrow-right:after, .expanded-row-inverse .cw-outline-2 .media-caption, .expanded-row-inverse .cw-outline-2 .disclaimer-text, .expanded-row-inverse .cw-padding [class^=header-], .expanded-row-inverse .cw-padding h1, .expanded-row-inverse .cw-padding h2, .expanded-row-inverse .cw-padding h3, .expanded-row-inverse .cw-padding h4, .expanded-row-inverse .cw-padding h5, .expanded-row-inverse .cw-padding h6, .expanded-row-inverse .cw-padding a:not(.btn), .expanded-row-inverse .cw-padding .icon-arrow-right:after, .expanded-row-inverse .cw-padding .media-caption, .expanded-row-inverse .cw-padding .disclaimer-text, .expanded-row-inverse .cw-border-bottom [class^=header-], .expanded-row-inverse .cw-border-bottom h1, .expanded-row-inverse .cw-border-bottom h2, .expanded-row-inverse .cw-border-bottom h3, .expanded-row-inverse .cw-border-bottom h4, .expanded-row-inverse .cw-border-bottom h5, .expanded-row-inverse .cw-border-bottom h6, .expanded-row-inverse .cw-border-bottom a:not(.btn), .expanded-row-inverse .cw-border-bottom .icon-arrow-right:after, .expanded-row-inverse .cw-border-bottom .media-caption, .expanded-row-inverse .cw-border-bottom .disclaimer-text, .expanded-row-inverse .cw-two-thirds-image [class^=header-], .expanded-row-inverse .cw-two-thirds-image h1, .expanded-row-inverse .cw-two-thirds-image h2, .expanded-row-inverse .cw-two-thirds-image h3, .expanded-row-inverse .cw-two-thirds-image h4, .expanded-row-inverse .cw-two-thirds-image h5, .expanded-row-inverse .cw-two-thirds-image h6, .expanded-row-inverse .cw-two-thirds-image a:not(.btn), .expanded-row-inverse .cw-two-thirds-image .icon-arrow-right:after, .expanded-row-inverse .cw-two-thirds-image .media-caption, .expanded-row-inverse .cw-two-thirds-image .disclaimer-text, .expanded-row-inverse .cw-one-third-image [class^=header-], .expanded-row-inverse .cw-one-third-image h1, .expanded-row-inverse .cw-one-third-image h2, .expanded-row-inverse .cw-one-third-image h3, .expanded-row-inverse .cw-one-third-image h4, .expanded-row-inverse .cw-one-third-image h5, .expanded-row-inverse .cw-one-third-image h6, .expanded-row-inverse .cw-one-third-image a:not(.btn), .expanded-row-inverse .cw-one-third-image .icon-arrow-right:after, .expanded-row-inverse .cw-one-third-image .media-caption, .expanded-row-inverse .cw-one-third-image .disclaimer-text, .expanded-row-inverse [class^=cw-story-] [class^=header-], .expanded-row-inverse [class^=cw-story-] h1, .expanded-row-inverse [class^=cw-story-] h2, .expanded-row-inverse [class^=cw-story-] h3, .expanded-row-inverse [class^=cw-story-] h4, .expanded-row-inverse [class^=cw-story-] h5, .expanded-row-inverse [class^=cw-story-] h6, .expanded-row-inverse [class^=cw-story-] a:not(.btn), .expanded-row-inverse [class^=cw-story-] .icon-arrow-right:after, .expanded-row-inverse [class^=cw-story-] .media-caption, .expanded-row-inverse [class^=cw-story-] .disclaimer-text, .expanded-row-inverse .cw-select [class^=header-], .expanded-row-inverse .cw-select h1, .expanded-row-inverse .cw-select h2, .expanded-row-inverse .cw-select h3, .expanded-row-inverse .cw-select h4, .expanded-row-inverse .cw-select h5, .expanded-row-inverse .cw-select h6, .expanded-row-inverse .cw-select a:not(.btn), .expanded-row-inverse .cw-select .icon-arrow-right:after, .expanded-row-inverse .cw-select .media-caption, .expanded-row-inverse .cw-select .disclaimer-text {
    color: #fff !important
}

.expanded-row-inverse .cw-default a:not(.btn), .expanded-row-inverse .cw-outline a:not(.btn), .expanded-row-inverse .cw-outline-2 a:not(.btn), .expanded-row-inverse .cw-padding a:not(.btn), .expanded-row-inverse .cw-border-bottom a:not(.btn), .expanded-row-inverse .cw-two-thirds-image a:not(.btn), .expanded-row-inverse .cw-one-third-image a:not(.btn), .expanded-row-inverse [class^=cw-story-] a:not(.btn), .expanded-row-inverse .cw-select a:not(.btn) {
    text-decoration: underline
}

.expanded-row-inverse .cw-default a:not(.btn):hover, .expanded-row-inverse .cw-outline a:not(.btn):hover, .expanded-row-inverse .cw-outline-2 a:not(.btn):hover, .expanded-row-inverse .cw-padding a:not(.btn):hover, .expanded-row-inverse .cw-border-bottom a:not(.btn):hover, .expanded-row-inverse .cw-two-thirds-image a:not(.btn):hover, .expanded-row-inverse .cw-one-third-image a:not(.btn):hover, .expanded-row-inverse [class^=cw-story-] a:not(.btn):hover, .expanded-row-inverse .cw-select a:not(.btn):hover {
    font-style: italic
}

.expanded-row-inverse .cw-default .icon-arrow-right > a::after, .expanded-row-inverse .cw-outline .icon-arrow-right > a::after, .expanded-row-inverse .cw-outline-2 .icon-arrow-right > a::after, .expanded-row-inverse .cw-padding .icon-arrow-right > a::after, .expanded-row-inverse .cw-border-bottom .icon-arrow-right > a::after, .expanded-row-inverse .cw-two-thirds-image .icon-arrow-right > a::after, .expanded-row-inverse .cw-one-third-image .icon-arrow-right > a::after, .expanded-row-inverse [class^=cw-story-] .icon-arrow-right > a::after, .expanded-row-inverse .cw-select .icon-arrow-right > a::after {
    color: #fff
}

.expanded-row-inverse .cw-default .icon-arrow-right a, .expanded-row-inverse .cw-outline .icon-arrow-right a, .expanded-row-inverse .cw-outline-2 .icon-arrow-right a, .expanded-row-inverse .cw-padding .icon-arrow-right a, .expanded-row-inverse .cw-border-bottom .icon-arrow-right a, .expanded-row-inverse .cw-two-thirds-image .icon-arrow-right a, .expanded-row-inverse .cw-one-third-image .icon-arrow-right a, .expanded-row-inverse [class^=cw-story-] .icon-arrow-right a, .expanded-row-inverse .cw-select .icon-arrow-right a {
    text-decoration: none
}

.expanded-row-inverse .cw-default .icon-arrow-right a:hover, .expanded-row-inverse .cw-outline .icon-arrow-right a:hover, .expanded-row-inverse .cw-outline-2 .icon-arrow-right a:hover, .expanded-row-inverse .cw-padding .icon-arrow-right a:hover, .expanded-row-inverse .cw-border-bottom .icon-arrow-right a:hover, .expanded-row-inverse .cw-two-thirds-image .icon-arrow-right a:hover, .expanded-row-inverse .cw-one-third-image .icon-arrow-right a:hover, .expanded-row-inverse [class^=cw-story-] .icon-arrow-right a:hover, .expanded-row-inverse .cw-select .icon-arrow-right a:hover {
    font-style: normal
}

.expanded-row-inverse .cw-default ul, .expanded-row-inverse .cw-outline ul, .expanded-row-inverse .cw-outline-2 ul, .expanded-row-inverse .cw-padding ul, .expanded-row-inverse .cw-border-bottom ul, .expanded-row-inverse .cw-two-thirds-image ul, .expanded-row-inverse .cw-one-third-image ul, .expanded-row-inverse [class^=cw-story-] ul, .expanded-row-inverse .cw-select ul {
    list-style: none
}

.expanded-row-inverse .cw-default ul li, .expanded-row-inverse .cw-outline ul li, .expanded-row-inverse .cw-outline-2 ul li, .expanded-row-inverse .cw-padding ul li, .expanded-row-inverse .cw-border-bottom ul li, .expanded-row-inverse .cw-two-thirds-image ul li, .expanded-row-inverse .cw-one-third-image ul li, .expanded-row-inverse [class^=cw-story-] ul li, .expanded-row-inverse .cw-select ul li {
    position: relative
}

.expanded-row-inverse .cw-default ul li::before, .expanded-row-inverse .cw-outline ul li::before, .expanded-row-inverse .cw-outline-2 ul li::before, .expanded-row-inverse .cw-padding ul li::before, .expanded-row-inverse .cw-border-bottom ul li::before, .expanded-row-inverse .cw-two-thirds-image ul li::before, .expanded-row-inverse .cw-one-third-image ul li::before, .expanded-row-inverse [class^=cw-story-] ul li::before, .expanded-row-inverse .cw-select ul li::before {
    content: "\e087";
    font-family: higux;
    font-size: 8px;
    color: #f7941f;
    position: absolute;
    left: -18px;
    top: 6px
}

.expanded-row-inverse.row-color-plum {
    background-color: #847094
}

.expanded-row-inverse-gradient {
    background-image: linear-gradient(#6c92b1, #3A5A78);
    margin-bottom: 2em;
    padding: 3em 0 2em
}

.expanded-row-tertiary {
    background-color: var(--warmGray);
    border-top: 1px solid var(--claret);
    margin-bottom: 2em;
    padding: 3em 0 2em
}

.expanded-row-tertiary-noborder {
    background-color: var(--warmGray);
    margin-bottom: 2em;
    padding: 3em 0 2em
}

.expanded-row-gradient {
    background-image: linear-gradient(#ddeaf4, #bbd6e9);
    margin-bottom: 2em;
    padding: 3em 0 2em
}

[class*=-width-row] > h1, [class*=-width-row] > h2, [class*=-width-row] > h3, [class*=-width-row] > h4, [class*=-width-row] > h5, [class*=-width-row] > h6 {
    margin-bottom: 20px
}

.expanded-row-primary + .expanded-row-primary, .expanded-row-primary-border-top + .expanded-row-primary-border-top, .expanded-row-secondary + .expanded-row-secondary, .expanded-row-tertiary-noborder + .expanded-row-tertiary-noborder, .expanded-row-tertiary-noborder + .expanded-row-tertiary, .expanded-row-tertiary + .expanded-row-tertiary-noborder, .expanded-row-tertiary + .expanded-row-tertiary {
    margin-top: -2em
}

.header-content .expanded-row-primary, .header-content .expanded-row-primary-border-top, .header-content .expanded-row-secondary, .header-content .expanded-row-tertiary, .header-content .expanded-row-tertiary-noborder {
    margin-bottom: 0;
    border-top: 1px solid #ccc;
    padding: 20px 0
}

.header-content .expanded-row-warning, .header-content .expanded-row-urgent, .header-content .expanded-row-inverse {
    margin-bottom: 0
}

.row-heading-action {
    display: inline-block;
    margin-left: 24px;
    font-size: 18px;
    font-weight: 500
}

[class*=-width-row] .row-heading-icon {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    margin-right: 10px
}

.row-action, .btn-wrapper {
    clear: both;
    text-align: center
}

.row-action .btn,
.btn-wrapper .btn {
    display: inline-block;
    width: auto;
    padding-left: 40px;
    padding-right: 40px
}
.btn-wrapper.btn-left-align{
    text-align:left;
}
.btn-wrapper.btn-right-align{
    text-align:right;
}
.btn-wrapper.btn-full-width .btn{
    display:block;
}

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

[class^=expanded-row] {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 768px) {
    .xlarge-width-row {
        width: 90%;
        max-width: 1080px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 768px) {
    .large-width-row {
        width: 70%;
        max-width: 1080px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 768px) {
    .medium-width-row {
        width: 60%;
        max-width: 1080px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 768px) {
    .small-width-row {
        width: 50%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 768px) {
    [class*=-width-row].a-slide-in article {
        transform: translateX(0);
        opacity: 1;
        transition: opacity .3s linear, transform .3s linear;
        transition-delay: .5s
    }

    [class*=-width-row].a-slide-in .flex-row > div:nth-last-child(2) article, [class*=-width-row].a-slide-in .row > div:nth-last-child(2) article {
        transition-delay: .7s
    }

    [class*=-width-row].a-slide-in .flex-row > div:nth-last-child(3) article, [class*=-width-row].a-slide-in .row > div:nth-last-child(3) article {
        transition-delay: .9s
    }

    [class*=-width-row].a-slide-in .flex-row > div:nth-last-child(4) article, [class*=-width-row].a-slide-in .row > div:nth-last-child(4) article {
        transition-delay: 1.1s
    }

    [class*=-width-row].a-slide-in .flex-row > div:nth-last-child(5) article, [class*=-width-row].a-slide-in .row > div:nth-last-child(5) article {
        transition-delay: 1.3s
    }

    [class*=-width-row].a-slide-in.scroll-into-middle-once article {
        transform: translateX(-160px);
        opacity: 0
    }
}

@media (min-width: 768px) {
    [class*=-width-row].a-flip-in > .flex-row > div {
        perspective: 1000px
    }

    [class*=-width-row].a-flip-in > .flex-row > div::after {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: calc(100% - 30px);
        height: calc(100% - 20px);
        margin: 0 15px;
        background: linear-gradient(117deg, #fafafa 0%, #e3e8ec 100%);
        border: 1px solid #eee;
        transform: rotateY(-180deg);
        transform-style: preserve-3d;
        transition: transform .5s linear;
        transition-delay: .3s;
        backface-visibility: hidden
    }

    [class*=-width-row].a-flip-in > .flex-row > div:nth-child(even)::after {
        transition-delay: .45s
    }

    [class*=-width-row].a-flip-in.scroll-into-middle-once article {
        transform: rotateY(180deg)
    }

    [class*=-width-row].a-flip-in.scroll-into-middle-once > .flex-row > div::after {
        transform: rotateY(0)
    }

    [class*=-width-row].a-flip-in article {
        transform: rotateY(0);
        transform-style: preserve-3d;
        transition: transform .5s linear;
        transition-delay: .3s;
        backface-visibility: hidden
    }

    [class*=-width-row].a-flip-in > .flex-row > div:nth-child(even) > article {
        transition-delay: .45s
    }
}

@media (min-width: 768px) {
    [class*=-width-row].a-expand-in article {
        transform: scale(1) translateY(0);
        transform-origin: center;
        opacity: 1;
        transition: opacity .6s linear, transform .6s cubic-bezier(.55, .22, .74, 1.48);
        transition-delay: .5s
    }

    [class*=-width-row].a-expand-in .flex-row > div:nth-child(2) article, [class*=-width-row].a-expand-in .row > div:nth-child(2) article {
        transition-delay: .7s
    }

    [class*=-width-row].a-expand-in .flex-row > div:nth-child(3) article, [class*=-width-row].a-expand-in .row > div:nth-child(3) article {
        transition-delay: .9s
    }

    [class*=-width-row].a-expand-in .flex-row > div:nth-child(4) article, [class*=-width-row].a-expand-in .row > div:nth-child(4) article {
        transition-delay: 1.1s
    }

    [class*=-width-row].a-expand-in .flex-row > div:nth-child(5) article, [class*=-width-row].a-expand-in .row > div:nth-child(5) article {
        transition-delay: 1.3s
    }

    [class*=-width-row].a-expand-in .flex-row > div:nth-child(6) article, [class*=-width-row].a-expand-in .row > div:nth-child(6) article {
        transition-delay: 1.5s
    }

    [class*=-width-row].a-expand-in.scroll-into-middle-once article {
        transform: scale(.5) translateY(-100px);
        opacity: 0
    }
}

.carousel-row {
    position: relative;
    padding: 0 5px 30px
}

@media (min-width: 680px) {
    .carousel-row {
        padding-bottom: 0
    }
}

@media (min-width: 768px) {
    .carousel-row {
        padding: 0
    }
}

.carousel-row .carousel-container {
    position: relative
}

.carousel-row .carousel-strip {
    overflow: hidden
}

.carousel-row .flex-row {
    display: flex;
    transform: translateY(0);
    transition: transform .6s ease-in-out;
}

.carousel-row.instant .flex-row {
    transition-duration: 0s
}

.carousel-row[data-current="0"] .flex-row {
    transform: translateX(-100%)
}

@media (min-width: 680px) {
    .carousel-row[data-current="0"] .flex-row {
        transform: translateX(-50%)
    }
    .carousel-row[data-total="2"]{
        justify-content:center;
    }
    .carousel-row[data-total="2"] .carousel-nav-dots,
    .carousel-row[data-total="2"] .carousel-nav-next,
    .carousel-row[data-total="2"] .carousel-nav-prev{
        display:none;
    }

}

@media (min-width: 992px) {
    .carousel-row[data-current="0"] .flex-row {
        transform: translateX(-33.3%)
    }
    .carousel-row[data-total="3"]{
        justify-content:center;
    }    
    .carousel-row[data-total="3"] .carousel-nav-dots,
    .carousel-row[data-total="3"] .carousel-nav-next,
    .carousel-row[data-total="3"] .carousel-nav-prev{
        display:none;
    }    
}

.carousel-row .flex-col-sm {
    max-width: 100%;
    flex: 0 0 100%
}

.carousel-row .flex-col-sm > article {
    height: calc(100% - 20px)
}

@media (min-width: 680px) {
    .carousel-row .flex-col-sm {
        max-width: 50%;
        flex: 0 0 50%
    }
}

@media (min-width: 992px) {
    .carousel-row .flex-col-sm {
        max-width: 33.3%;
        flex: 0 0 33.3%
    }

    .carousel-row[data-total="2"] .flex-row {
        transform: translateX(0) !important;
        justify-content:center;
    }

    .carousel-row[data-total="2"] .flex-col-sm {
        max-width: 33%;
        flex: 0 0 33%;
    }

    .carousel-row[data-total="2"] .flex-col-sm {
        display:none;
    }
    .carousel-row[data-total="2"] .flex-col-sm:nth-child(3),
    .carousel-row[data-total="2"] .flex-col-sm:nth-child(4) {
        display:block;
    }
}

.carousel-row article {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.carousel-row article .cw-footer-secondary {
    margin-bottom: 0;
    background-color: transparent
}

.carousel-row article .cw-footer-secondary img {
    margin-bottom: 0
}

.carousel-nav-prev, .carousel-nav-next {
    position: absolute;
    z-index: 99;
    height: 40px;
    width: 40px;
    line-height: 44px;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    top: calc(50% - 15px);
    background-color: #b6d3e9;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 1px 1px 3px rgba(50, 50, 50, .5)
}

.carousel-nav-prev {
    left: -13px
}

.carousel-nav-prev::before {
    content: "\e045";
    font-family: higux;
    padding-left: 3px;
    display: inline-block
}

@media (min-width: 768px) {
    .carousel-nav-prev {
        left: -20px
    }
}

@media (min-width: 1200px) {
    .carousel-nav-prev {
        left: -50px
    }
}

.carousel-nav-next {
    right: -13px
}

.carousel-nav-next::before {
    content: "\e046";
    font-family: higux;
    padding-left: 7px;
    display: inline-block
}

@media (min-width: 768px) {
    .carousel-nav-next {
        right: -20px
    }
}

@media (min-width: 1200px) {
    .carousel-nav-next {
        right: -50px
    }
}

.carousel-nav-dots {
    position: absolute;
    width: 100%;
    text-align: center
}

@media (min-width: 992px) {
    .carousel-nav-dots {
        display: none
    }
}

.carousel-nav-dots span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 4px;
    transition: background-color .3s linear
}

.carousel-row[data-current="0"] .carousel-nav-dots > span:last-child {
    background-color: var(--claret)
}

.carousel-row-cms .flex-row  {
    overflow-x: scroll;
    overflow-y: hidden;
}

.carousel-row-cms .flex-row .flex-col-sm {
    width: 33.33%;
    flex: none;
}

.author-carousel {
    position: relative;
    margin-bottom: 80px
}

.author-carousel .carousel-container {
    position: relative
}

.author-carousel .carousel-strip {
    overflow: hidden
}

.author-carousel .flex-row {
    display: flex;
    transform: translateY(0);
    transition: transform .6s ease-in-out
}

.author-carousel.instant .flex-row {
    transition-duration: 0s
}

.author-carousel[data-current="0"] .flex-row {
    transform: translateX(-100%)
}

.author-carousel .flex-col-sm {
    max-width: 100%;
    flex: 0 0 100%
}

.author-carousel .author-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (min-width: 600px) {
    .author-carousel .author-card {
        flex-direction: row;
        height: calc(100% - 20px)
    }
}

@media (min-width: 600px) {
    .author-carousel .author-card .author-photo {
        flex: 0 0 40%;
        background-color: var(--claret);
        display: flex;
        align-items: center
    }
}

@media (min-width: 768px) {
    .author-carousel .author-card .author-photo {
        flex: 0 0 50%
    }
}

.author-carousel .author-card .author-photo img {
    width: 100%;
    margin-bottom: 0
}

.author-carousel .author-card .author-info {
    background-color: var(--warmGray);
    padding: 20px;
    display: flex;
    flex-direction: column
}

@media (min-width: 600px) {
    .author-carousel .author-card .author-info {
        flex: 0 0 60%;
        padding-right: 60px;
        justify-content: center
    }
}

@media (min-width: 768px) {
    .author-carousel .author-card .author-info {
        flex: 0 0 50%
    }
}

.author-carousel .author-card .author-info a.author-full-name {
    font-weight: 400;
    color: var(--darkTextColor);
    text-decoration: underline
}

@media (min-width: 768px) {
    .author-carousel .author-card .author-info a.author-full-name {
        font-size: 32px
    }
}

.author-carousel .author-card .author-info a .author-first-name {
    font-weight: 700;
    text-transform: uppercase
}

.author-carousel .author-card .btn {
    margin-top: 20px;
    min-width: 70%
}

.author-carousel .carousel-nav-prev, .author-carousel .carousel-nav-next {
    box-shadow: none;
    border: 2px solid var(--claret);
    color: var(--darkTextColor);
    background-color: var(--warmGray);
}

@media (max-width: 600px) {
    .author-carousel .carousel-nav-prev, .author-carousel .carousel-nav-next {
        top: 24vw
    }
}

.author-carousel .carousel-nav-prev {
    left: -13px
}

.author-carousel .carousel-nav-prev::before {
    content: "\e964";
    font-family: higux;
    font-size: 24px;
    padding-left: 10px;
    padding-top: 4px;
    display: inline-block;
    transform: rotateZ(-90deg)
}

@media (min-width: 768px) {
    .author-carousel .carousel-nav-prev {
        left: -20px
    }
}

@media (min-width: 1200px) {
    .author-carousel .carousel-nav-prev {
        left: 10px
    }
}

.author-carousel .carousel-nav-next {
    right: -13px
}

.author-carousel .carousel-nav-next::before {
    content: "\e964";
    font-family: higux;
    font-size: 24px;
    padding-left: 0;
    padding-bottom: 2px;
    padding-right: 8px;
    display: inline-block;
    transform: rotateZ(90deg)
}

@media (min-width: 768px) {
    .author-carousel .carousel-nav-next {
        right: -20px
    }
}

@media (min-width: 1200px) {
    .author-carousel .carousel-nav-next {
        right: 10px
    }
}

.marquee-article-content{
	font-size:20px;
	margin-bottom:20px;
}
.marquee-article-content .ratings{
	margin-top:20px;
}
.marquee-article-content .form-control,
.marquee-article-content button{
	display:inline-block;
	width:auto;
}
.marquee-article-content-text{
	margin-bottom:20px;
}
* + .marquee-article-content-text{
	margin-top:20px;
}
.marquee-article-content-text a{
    font-weight:700;
    text-decoration:underline;
}
.marquee-article-content-text a:hover{
    color:var(--linkHover);
}
.marquee-article-meta{
	margin-bottom:20px;
    font-size:16px;
}
.marquee-article-meta:last-child{
	margin-bottom:0;
}
.marquee-article-meta a{
	font-weight:700;
	text-decoration:underline;
}
.marquee-article-media img{
	max-width:100%;
}
.has-tooltip{
	position:relative;
	display:inline-block;
	z-index:1;
}
.has-tooltip .tooltip-wrapper{
	display:none;
	bottom:100%;
	left:-120px;
}
.article-meta-offset .tooltip-wrapper{
	left:auto;
	right:0;
}
.meta-authors .has-tooltip > a{
	position:relative;
	z-index:2;
}
@media (hover: hover) {
	.has-tooltip:hover .tooltip-wrapper{
		display:block;
		position:absolute;
	}
	.has-tooltip:hover::after{
		content:" ";
		width:20px;
		height:20px;
		background-color:#fff;
		box-shadow:2px 2px 2px 0 rgba(100,100,100, .5);
		position:absolute;
		left:10px;
		top:-27px;
		transform:rotateZ(45deg);
		z-index:1;
	}	
}
.marquee-article-wrapper form{
	display:flex;
}
.marquee-article-wrapper form .form-group,
.marquee-article-wrapper form button{
	display:inline-block;
	margin-bottom:0 !important;
}
.marquee-article-wrapper form button{
	align-self:flex-start;
	margin-left:4%;
}
.marquee-article-wrapper form .form-group input{
	height:46px !important;
}
.marquee-article-wrapper form .help-block{
	font-size:16px !important;
}
.marquee-article-additional{
	margin:20px 0;
}
.author-tooltip{
	display:flex;
	width:300px;
	font-size:14px;
	line-height:1.25;
	border-top:6px solid #b6d3e9;
	padding:15px 12px;
	box-shadow:0 2px 2px 0 rgba(100,100,100,.5);
	background-color:#fff;	
	margin-bottom:16px;
	text-align:left;
}
.author-tooltip img{
    width: 60px;
    align-self: flex-start;
    clip-path: circle(22%);
    transform: scale(2.5);
    margin-top: 12px;    
}
.author-tooltip-content{
	padding-left:15px
}
.tt-social{
	margin-top:12px;
}
.linkedin-icon .icon {
    background-color: #000;
    height: 22px;
    width: 22px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-right: 5px;
}
.marquee-article-wrapper .article-sqb .cw-body{
	padding:0;
	min-height:auto;
	display:block;
}
.marquee-article-wrapper article{
	min-height:auto;
	display:block;
	height:auto;
}
.marquee-article-wrapper form{
	margin:20px 0;
}
.marquee-article-wrapper .help-block ul{
	margin-bottom:0;
}
.marquee-article-wrapper .cqb-retrieve{
	border:0;
	min-height:auto;
}
.marquee-article-wrapper .retrieveaquote{
	max-width:500px;
	display:block;
}
.marquee-article-wrapper .retrieveaquote .form-group{
	margin-bottom:10px !important;
	display:block;
	max-width:250px;
}
.marquee-article-wrapper .retrieveaquote .form-group input{
	width:100%;
}
.marquee-article-wrapper .retrieveaquote button{
	margin-left:0;
	max-width: 250px;
    display: block;
    width: 100%;
}
.marquee-article-wrapper .retrievequote-datetimepicker{
	display:flex;
}
.marquee-article-wrapper .retrievequote-datetimepicker .date-picker-addon{
	width:auto;
	font-size:22px;
}
.marquee-article-wrapper .retrievequote-datetimepicker .icon-date-picker{
	font-size:24px;
    position: relative;
    top: 5px;
}
.marquee-article-wrapper .cqb-getquote .extra-links,
.marquee-article-wrapper .cqb-retrieve .extra-links{
	margin-top:8px;
	font-size:15px;
}
.marquee-article-wrapper .form-control-datepicker{
font-size:16px;
}
@media(min-width:992px){
	.marquee-article-wrapper .retrieveaquote .row{
		display:flex;
	}
}
@media(min-width:992px){
	.marquee-article-main{
		display:flex;
		justify-content:center;
		
	}
	.marquee-article-main > *{
		width:50%;
	}
	.marquee-article-meta .meta-authors > *,
	.marquee-article-meta .meta-other > *{
		display:inline-block
	}
	.marquee-article-meta .meta-authors > *::after,
	.marquee-article-meta .meta-other > *::after{
		content:"|";
		display:inline-block;
		padding:0 8px;
	}
	.marquee-article-meta .meta-authors > *:last-child::after,
	.marquee-article-meta .meta-other > *:last-child::after{
		content:none;
	}
	.marquee-article-content{
		padding-right:40px;
		align-self:center;
	}
	.article-meta-offset{
		position:relative;
		margin-bottom:60px;
	}
	.article-meta-offset .marquee-article-meta{
		position:absolute;
		top:calc(100% + 10px);
		right:0;
		text-align:right;
	}
	.marquee-article-content{
		margin-bottom:0;
	}
    .toc-quote-button-desc{
        margin-bottom:8px;
    }
}
@media(max-width:991px){
    [data-mobile-link]{
        display:none !important;
    }
}
@media(min-width:992px){
    .optional-mobile-link{
        display:none !important;
    }
}

.marquee-article-content a:not(.btn){
    font-weight:700;
    text-decoration:underline;
}
.marquee-article-content a:not(.btn):hover{
    color:var(--linkHover);
}

.header-xlarge {
    color: var(--darkTextColor);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px
}

.header-xlarge-center {
    color: var(--darkTextColor);
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px
}

.header-xlarge-secondary {
    color: var(--darkTextColor);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px
}

.header-xlarge-secondary-center {
    color: var(--darkTextColor);
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px
}

@media (min-width: 992px) {
    .header-xlarge, .header-xlarge-center, .header-xlarge-secondary, .header-xlarge-secondary-center {
        font-size: 28px
    }
}

.header-large {
    color: var(--darkTextColor);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px
}

.header-large-center {
    color: var(--darkTextColor);
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px
}

.header-large-secondary {
    color: var(--darkTextColor);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px
}

.header-large-secondary-center {
    color: var(--darkTextColor);
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px
}

.header-medium {
    color: var(--darkTextColor);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.header-medium-center {
    color: var(--darkTextColor);
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px
}

.header-medium-secondary {
    color: var(--darkTextColor);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.header-medium-secondary-center {
    color: var(--darkTextColor);
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px
}

.header-small {
    color: var(--darkTextColor);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 10px
}

.header-small-center {
    color: var(--darkTextColor);
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px
}

.header-small-secondary {
    color: var(--darkTextColor);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px
}

.header-small-secondary-center {
    color: var(--darkTextColor);
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px
}

[class^=header-large] a, [class^=header-medium] a, [class^=header-small] a {
    color: var(--darkTextColor)
}

[class^=header-large] a:hover, [class^=header-medium] a:hover, [class^=header-small] a:hover {
    color: var(--darkTextColor)
}

.primary {
    background-color: #822b2f
}

.secondary {
    background-color: #484848
}

.tertiary {
    background-color: var(--linkColor)
}

.btn-blue {
    background-color: var(--claret);
    color: #fff !important
}

.btn-blue:hover {
    background-color: #4d7495
}

.formatting-issue {
    color: red;
    font-weight: 500
}

.disclaimer-text {
    color: #545454;
    font-size: 86%
}

.disclaimer-text-normal-size {
    color: #545454
}

footer .disclaimer-text-normal-size {
    color: var(--darkTextColor);
    font-size: 117%
}

button.btn-usaa {
    margin: -1px 3px 0 0
}

.icon-arrow-right {
    padding-right: 20px;
    display: inline-block;
    line-height: 1.4;
	position:relative;
	font-weight:700;
	font-size:20px;
}

.icon-arrow-right a::after {
    position: absolute;
    display: inline-block;
    content: " ";
    border-bottom: 0;
    border-left: 0;
    width: 30px;
    height: 24px;
    background-image: url("data:image/svg+xml;utf8,<svg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'><g id='Arrow Short'><path id='Vector' d='M2.66895 8.64579L15.769 8.94579L10.1512 1.4458H13.6776C13.6776 1.4458 20.2507 10.4458 20.1682 10.4458C20.0731 10.4458 13.5281 19.4458 13.5894 19.4458H10.1794L15.821 11.9458L2.66895 12.2458V8.64579Z' fill='%23236197'/></g></svg>");
    background-position: 9px 3px;
    background-repeat: no-repeat;
}

.icon-arrow-right a:hover::after {
    text-decoration: underline
}

.icon-arrow-right a:hover::after {
    text-decoration: none
}

.icon-arrow-left::before {
    display: inline-block;
    font-family: higux;
    content: "\e046";
    font-size: 1em;
    padding: 1px 4px 0;
    color: var(--linkColor);
    vertical-align: bottom;
    transform: translateX(0);
    transition: transform .3s linear
}

.icon-arrow-left:hover::before {
    transform: translateX(-6px)
}

.lined-no-arrow, .lined-arrow-right {
    display: block;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: -1px;
    background-color: #fff;
    padding: 1em 0
}

.cw-primary .lined-no-arrow, .cw-primary .lined-arrow-right {
    background-color: var(--warmGray);
}

.cw-secondary .lined-no-arrow, .cw-secondary .lined-arrow-right {
    background-color: var(--beigeLight)
}

.lined-arrow-right {
    padding-right: 20px;
    position: relative
}

.lined-arrow-right a::after {
    position: absolute;
    top: 1em;
    right: 0;
    font-family: higux;
    content: "\e046";
    font-size: 1em;
    padding: 0;
    color: var(--linkColor);
    display: inline-block
}

.lined-arrow-right a:hover::after {
    text-decoration: underline
}

.lined-arrow-right a:hover::after {
    text-decoration: none
}

.no-underline > a {
    text-decoration: none !important
}

.no-underline > a:hover {
    text-decoration: underline !important
}

.img-align-right {
    padding: 4px 0 10px 10px;
    max-width: 100%
}

.img-align-left {
    padding: 4px 10px 10px 0;
    max-width: 100%
}

.img-align-top {
    padding: 0 10px 10px;
    max-width: 100%
}

.img-align-bottom {
    padding: 10px 10px 0;
    max-width: 100%
}

.img-align-middle {
    padding: 10px;
    max-width: 100%
}

.fa.red {
    color: #c11e07;
    text-shadow: 1px 1px 3px #666
}

.fa.blue {
    color: #2a5696;
    text-shadow: 1px 1px 3px #666
}

.fa.green {
    color: #1d7044;
    text-shadow: 1px 1px 3px #666
}

.fa.orange {
    color: #d14424;
    text-shadow: 1px 1px 3px #666
}

.fa.top-color {
    color: #fff
}

.icon-pdf, .icon-word, .icon-xls, .icon-ppt {
    margin-left: -5px
}

.icon-pdf .icon-stack, .icon-word .icon-stack, .icon-xls .icon-stack, .icon-ppt .icon-stack {
    width: 1.2em;
    height: 1.2em;
    line-height: 1.2em;
    font-size: 1.1em;
    margin-right: .2em
}

a.icon-pdf:before, a.icon-word:before, a.icon-xls:before, a.icon-ppt:before {
    content: none
}

ul.generic-list {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 20px
}

ul.generic-list li {
    margin-bottom: 10px;
    padding-bottom: 0
}

.help-indicator {
    display: inline-block;
    height: 1em;
    width: 1em;
    margin-left: .25em;
    color: var(--darkTextColor);
    font-style: normal
}

.help-indicator:after {
    font-family: higux;
    content: "\e028";
    font-size: 1em;
    padding: 0;
    color: inherit;
    position: absolute
}

.has-error .help-indicator {
    color: #b83b2f
}

#popup-container {
    font-size: 1em;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99991;
    animation: slideDown100 .3s linear;
    animation-fill-mode: forwards
}

@keyframes slideDown100 {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(100px)
    }
}

#grey-screen {
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    z-index: 99990
}

#popup-message {
    background-color: #fff;
    border-top: 5px solid #b6d3e9;
    box-shadow: 0 0 1px 1px rgba(210, 210, 210, .4);
    -moz-box-shadow: 0 0 1px 1px rgba(210, 210, 210, .4);
    -webkit-box-shadow: 0 0 1px 1px rgba(210, 210, 210, .4);
    display: inline-block;
    margin: 0 auto;
    max-width: 960px;
    min-width: 500px;
    padding: 20px 30px 30px;
    text-align: left;
    width: auto
}

#close-popup {
    float: right;
    height: 25px;
    margin-left: 20px;
    padding-bottom: 20px;
    width: 25px
}

.close-popup-link:before {
    font-family: higux;
    content: "\e017";
    font-size: 1em;
    padding: 0 0 0 10px;
    color: #000;
    display: block;
    height: 25px;
    text-decoration: none;
    width: 25px
}

.close-popup-link {
    display: block;
    height: 30px;
    text-decoration: none;
    width: 35px
}

#lightbox-content {
    margin-top: 40px
}

#close-popup > a > span {
    left: -999em;
    position: absolute;
    top: -999em
}



html{
	scroll-behavior:smooth;
}
.article-toc-area{
	position:relative;
	margin-bottom:30px;
}
.article-sticky{
	width:auto;
	position:relative;
}
.toc-stuck .article-sticky{
	position:fixed;
	margin-top:0;
	width:100%;
	z-index:9;
}
.toc-no-show .article-sticky{
	display:none;
}
.article-toc{
	background-color:#fff;
	box-shadow:0px 4px 6px -2px rgba(100,100,100,.3)
}
.atoc-title{
	background-color:rgb(234,242,248);
	color:var(--darkTextColor);
	font-size:16px;
	font-weight:500;
	padding:14px 20px 14px 50px;
}
.atoc-ex-col{
	position:absolute;
	left:10px;
	top:11px;
	border:0;
	background-color:transparent;
}
.atoc-ex-col::before{
	content:"\e044";
	font-family:higux;
	font-size:20px;
	font-weight:700;
	color:var(--darkTextColor);
}
.atoc-ex-col.open::before{
	content:"\e047";
}
.atoc-ex-col + div{
	overflow: hidden;
    transition: max-height .3s linear;	
}

.atoc-headings{
	margin:0 20px 10px;
	position:relative;
}
.atoc-headings > a{
	display:block;
	font-size:16px;
	line-height:1.1;
	margin-bottom:12px;
	font-weight:400;
	padding-left:30px;
	position:relative;	
}
.atoc-headings > a:first-child{
	margin-top:15px;
}
.atoc-headings::before{
	content:" ";
	display:block;
	position:absolute;
	top:5px;
	left:5px;
	height:calc(100% - 10px);
	width:1px;
	background-color:#ccc;
}
.atoc-headings > a.active{
	font-weight:700;
    margin-right:-4px;
}
.atoc-headings > a.active::after{
	content:" ";
	position:absolute;
	left:-4px;
	top:0;
	height:20px;
	width:20px;
	border-radius:50%;
	background-color:var(--claret);
	border:4px solid #f7f7f7;
}
.atoc-headings > a.active:last-child::before{
	content:" ";
	position:absolute;
	left:-4px;
	top:0;
	height:100%;
	width:20px;
	background-color:#fff;

}
[data-hot="true"]{
	background-color:#e9dff0;
}
.accordion-header [data-hot="true"]{
	background-color:transparent;
}
.header-toc{
	padding-top:20px;	
}
.aside-widget{
	display:none;
}
.cms-temp-quote-holder{
	display:none;
}
.toc-quote-mobile{
	position:absolute;
	right:15px;
	top:8px;
}
.toc-quote-mobile .btn{
	padding:6px 20px;
}
.article-toc-area [class^=expanded-row]{
	margin-left:15px;
	margin-right:15px;
}

@media (min-width: 767px) {
	.article-toc-area [class^=expanded-row]{
		margin-left:30px;
		margin-right:30px;
	}
	.article-toc-area [class^=expanded-row-primary]{
		margin-left:0;
		margin-right:0;
	}	
	.row-layout-33-66 article,
	.row-layout-66-33 article{
		margin-bottom:0 !important;
	}
}


@media (min-width: 960px) {
	.article-toc-area{
		padding-left:360px;
		margin-bottom:50px;
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;        
	}
	.article-sticky{
		position:absolute;
		left:30px;
		top:20px;
		width:310px !important;
		margin-left:0;
		margin-right:0;
	}
	.toc-stuck .article-sticky{
		position:fixed;
	}	
	.toc-bottom .article-sticky{
		top:auto;
		bottom:20px;
	}
	.aside-widget{
		display:block;
		padding:20px;
		box-shadow:0px 4px 6px -2px rgba(100,100,100,.3);
	}
	.toc-quote-mobile{
		display:none;
	}		
	.article-toc-area [class^=expanded-row]{
		margin-left:60px;
		margin-right:60px;
	}	
	.article-toc-area [class^=expanded-row-primary]{
		margin-left:0;
		margin-right:0;
	}		
	.article-toc-area .aside-widget .help-block{
		position: absolute;
		font-size: 16px;
		width: 100%;		
	}
	.toc-quote-desktop .retrieve-quote-link{
		font-weight:700;
	}
	.toc-quote-desktop .extra-links{
		margin-top:10px;
		text-align:center;
	}	
	.toc-quote-desktop form{
		margin-top:10px;
	}	
    .article-toc-area article:not(.cw-default){
        margin-top:20px;
    } 
}

@media (min-width:1200px){
	.article-sticky{
		left:60px;
	}    
}

@media (max-width: 959px) {
	.article-sticky{
		width:auto;
		margin-bottom:40px;
	}
}




.top-bottom-borders {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    margin-bottom: 20px;
    padding: 15px 0;
    width: 100%
}

.top-bottom-borders h4 {
    margin-bottom: 10px
}

.ratings-centered {
    margin-bottom: 30px;
    text-align: center
}

.ratings-centered .hig-aggregate-stars {
    transform-origin: top;
    transform: scale(1.2);
    height: 20px
}

@media (min-width: 540px) {
    .ratings-centered .hig-aggregate-stars {
        margin-right: 20px
    }
}

.ratings-centered .hig-aggregate-ratings {
    margin-top: 10px
}

.ratings-centered .hig-aggregate-stars, .ratings-centered .hig-aggregate-ratings-url-wrapper {
    display: block;
    float: none
}

@media (min-width: 540px) {
    .ratings-centered .hig-aggregate-stars, .ratings-centered .hig-aggregate-ratings-url-wrapper {
        display: inline-block
    }
}

.ratings-centered .hig-aggregate-ratings, .ratings-centered .hig-aggregate-url {
    display: inline-block;
    float: none
}

.mobile-docked-links {
    visibility: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 30px;
    background-color: #fff;
    opacity: 1;
    box-shadow: 0 -2px 11px rgba(0, 0, 0, .4);
    z-index: 9999
}

.mobile-docked-links a {
    color: #fff;
    display: block;
    background-color: var(--greenP);
    padding: 12px 30px;
	border-radius:4px;
}

.mobile-docked-links a:hover {
    color: #fff
}

.mobile-docked-links .middle {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

.mobile-docked-links .col-sm-4 {
    width: 33%;
    margin: 0;
    float: left;
    position: relative;
    text-align: center;
    padding: 10px
}

.mobile-docked-links .col-sm-6 {
    width: 50%;
    margin: 0;
    float: left;
    position: relative;
    text-align: center;
    padding: 10px
}

.mobile-docked-links .col-sm-12 {
    width: 100%;
    margin: 0;
    padding: 0;
    float: none;
    position: relative;
    text-align: center
}


.marquee-three-part .cw-footer-primary{
    background-color:transparent;
    display: block;
    padding: 0;
    height: auto;
    }
    .marquee-three-part .cw-footer-primary .content-section{
    display:block;
    padding:0;
    }
    .marquee-3-quote{
    background-color:var(--warmGray);
    padding:40px 30px;
    color:var(--darkTextColor);
    }
    .marquee-3-quote .header-xlarge{
    font-size:30px;
    }
    
    .marquee-3-quote .cqb2-content{
    font-size:20px;
    }
    .marquee-3-content{
    margin-top:20px;
    }
    .marquee-3-caption{
    padding:20px 30px;
    margin-bottom:20px;	
    font-size:14px;
    }
    .marquee-3-quote .widget-combined-quotebox{
    background-color:transparent;
    }
    .marquee-3-image{
    width:100%;
    }
    .marquee-3-text{
    padding:40px 30px;
    }
    .marquee-3-text [class^="header-"]{
    font-weight:400;
    }
    .marquee-3-quote .text-dark-blue{
    background-color:var(--claret);
    color:#fff;
    }
    .marquee-3-quote .text-dark-blue [class^="header-"],
    .marquee-3-quote .text-dark-blue a{
    color:#fff;
    }
    .marquee-3-quote .text-dark-blue a{
    position:relative;
    display:inline-block;
    text-decoration:underline;
    }
    .marquee-3-quote .text-dark-blue a:hover{
    color:#fff;
    text-decoration:none;
    font-style:italic;
    }
    .marquee-3-quote .text-dark-blue a::after{
    content: "\e964";
    position: absolute;
    font-family: higux;
    color: #efc21b;
    height: 20px;
    width: 20px;
    font-size: 22px;
    line-height: 1;
    transform: rotateZ(90deg);
    display: inline-block;
    margin-left: 10px;
    font-weight: 900;
    font-style:normal !important;
    }
    .widget-combined-quotebox .cqb2-content article{
    background-color:transparent !important;
    }
    .cqb2-content .cqb2-tab,
    .cqb2-action .cqb2-tab{
    display:none;
    }
    .cqb2-content .cqb2-tab.active,
    .cqb2-action .cqb2-tab.active{
    display:block;
    }
    .cqb2-nav ul{
    display: flex;
    justify-content:center;
    margin:20px 0;
    padding:0;
    }
    .cqb2-nav li{
    display:inline-block;
    width:96px;
    height:110px;
    background-color:#fff;
    border-radius:7px;
    margin-right:20px;
    color:var(--darkTextColor);
    align-content:stretch;
    }
    .cqb2-nav li:last-child{
    margin-right:0;
    }
    .cqb2-nav li:hover{
    cursor:pointer;
    border:2px solid var(--greenP);
    }
    .cqb2-nav li.active{
    border:2px solid var(--greenP);
    position:relative;
    }
    .cqb2-nav li.active:after{
    content: "\e048";
    font-family: "higux";
    position: absolute;
    bottom: -10px;
    left: calc(50% - 8px);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--greenP);
    font-size: 11px;
    color: #fff;
    text-align: center;
    padding-top: 3px;
    }
    .cqb2-nav .cqb2-header{
    display:flex;
    flex-direction:column;
    height:100%;
    }
    .cqb2-nav .cqb2-header > *{
    height:50%;
    }
    .cqb2-nav .cqb2-header .wrapper-icon{
    margin-bottom:0;
    display:flex;
    justify-content:center;
    align-items:center;
    }
    .cqb2-nav .cqb2-header .wrapper-icon .icon{
    font-size:36px;
    margin-top:22px;
    }
    .cqb2-nav .cqb2-header{
    text-align:center;
    line-height:1;
    }
    .cqb2-nav .cqb2-header a{
    display:flex;
    flex-direction:column;
    justify-content:center;
    color:var(--darkTextColor);
	padding-left:6px;
	padding-right:6px;
    }
    .cqb2-nav .cqb2-header a:hover{
    text-decoration:none;
    }
    .cqb2-action{
    margin:35px 0 0;
    }
    .widget-combined-quotebox .cqb2-getquote .hig-form-wrapper .form-group{
    margin-bottom:8px;
    }
    .marquee-3-quote .marquee-widget{
    margin:0 auto;
    max-width:400px;
    }
    .jumbotron .marquee-3-quote article {
    display:block;
    width:auto;
    background-color:transparent !important;
    }
    .cqb2-retrieve .form-control-datepicker{
    width:100%;
    }
    .marquee-three-part .cw-body{
    padding:0;
    }
    
    @media (min-width: 992px) {
        .jumbotron .marquee-3-quote article {
        min-height:0;
        height:auto;
        }
        .marquee-three-part{
        display:flex;
        }			
        .marquee-3-content {
        margin-top:0;
        display:flex;
        flex-direction:column;
        }	
        .marquee-3-text{
        flex:1 1 auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
        }
        .marquee-three-part .mgnlEditorBar{
            position:absolute !important;
            width:100%;
        }		
        .marquee-3-quote {
        display: flex;
        justify-content: center;
        flex-direction: column;
        }	
        .marquee-3-image{
            object-fit:cover;
            height:100%;
        }	
        .marquee-3-caption{
        text-align:right;
        }
        .marquee-3-quote .marquee-widget{
        width:400px;
        }
        .cqb2-nav li{
        width:113px;
        margin-right:30px;
        }
        .quote-fields{
        display:flex;
        margin-bottom:20px;
        }
        .quote-fields > *{
        flex: 0 0 50%;
        }
        .quote-fields .form-group .form-control{
        height:47px !important;
        }
        .quote-fields .form-group .help-block{
        position:absolute;
        width:100%;
        }
    }
    
    @media (min-width: 1200px) {
        .marquee-3-quote {
        padding:40px 60px;
        width:45%;
        }
        .marquee-3-caption{
        padding:20px 60px;
        }
        .marquee-3-quote .getaquote {
            display: flex;
        }
        .marquee-3-quote .getaquote .form-group{
            width:50%;
        }
        .marquee-3-quote .getaquote .form-group input{
            height: 47px !important;
        }
        .marquee-3-quote .getaquote .form-group .help-block{
            position:absolute;
            width:190px;
        }
        .marquee-3-quote .getaquote .btn{
            width:50%
        }
        
    }


table {
    font-size: 8px
}

@media (min-width: 768px) {
    table {
        font-size: 10px
    }
}

@media (min-width: 992px) {
    table {
        font-size: 12px
    }
}

@media (min-width: 1200px) {
    table {
        font-size: 1em
    }
}

select {
    font-size: 16px
}

@media (min-width: 768px) {
    select {
        font-size: 1em
    }
}

strong, b {
    font-weight: 700
}

.author-meta {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    min-height: 100px
}

.author-meta:first-child {
    border-top: 1px solid #ccc;
    margin-top: 20px
}

.author-meta .crop-profile-image {
    align-self: center;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex: none;
    position: relative
}

.author-meta .crop-profile-image img {
    display: inline-block;
    margin: 0;
    height: auto;
    width: 250px;
    position: absolute;
    left: -75px;
    top: -25px
}

.author-meta .author-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
    max-width: 65%
}

@media (min-width: 992px) {
    .author-meta .author-info {
        max-width: 75%
    }
}

@media (min-width: 1200px) {
    .author-meta .author-info {
        margin-left: 35px
    }
}

.author-meta .author-info .author-name {
    font-size: 20px;
    font-weight: 700;
    display: inline-block
}

.author-meta .author-info .author-bio {
    color: var(--darkTextColor);
    font-style: italic
}

.related-topics {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px
}

.related-topics .article-tags {
    margin-bottom: 0
}

.related-topics .article-tags a {
    font-size: 16px
}

.feature-story-date, .time-to-read {
    display: inline-block;
    color: var(--darkTextColor);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px
}

.feature-story-date + .time-to-read {
    margin-left: 8px;
    padding-left: 8px;
    position: relative
}

.feature-story-date + .time-to-read::before {
    content: "•";
    position: relative;
    left: -8px
}

.article-meta {
    margin-bottom: 12px;
    margin-top: 6px
}

.article-meta .article-date {
    display: inline;
    font-size: 14px;
    color: var(--darkTextColor)
}

.article-meta .article-date ~ .article-tags {
    padding-left: 20px
}

.article-meta .article-tags {
    display: inline
}

.article-meta .article-tags a {
    display: inline
}

.editions-date-time {
    margin-top: 12px
}

.contributors {
    border: 1px solid var(--claret);
    display: block;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 20px
}

@media (min-width: 768px) {
    .contributors {
        display: inline-block;
        float: right;
        margin-left: 22px;
        margin-right: -76px;
        margin-top: 0;
        position: relative;
        z-index: 2;
        width: 275px
    }
}

@media (min-width: 992px) {
    .contributors {
        margin-bottom: 24px;
        margin-left: 40px;
        width: 375px
    }
}

.contributors-title {
    background-color: #b6d3e9;
    color: var(--darkTextColor);
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    padding: 0 10px 0 130px;
    margin-bottom: 10px;
    background-image: url(/.resources/thehartford/webresources/images/contributors.svg);
    background-repeat: no-repeat;
    background-position: 0 0
}

.contributors-meta {
    align-items: center;
    display: flex;
    padding: 14px 10px;
    margin-left: 0
}

.contributors-meta .crop-profile-image {
    border-radius: 50%;
    display: flex;
    height: 38px;
    justify-content: center;
    overflow: hidden;
    width: 38px;
    flex: none;
    position: relative
}

.contributors-meta .crop-profile-image img {
    display: inline-block;
    margin: 0;
    height: auto;
    width: 100px;
    position: absolute;
    left: -30px;
    top: -10px
}

.contributors-meta .contributors-info {
    padding-left: 16px
}

.contributors-meta .contributors-info a, .contributors-meta .contributors-info span {
    font-weight: 700
}

.contributors + .flex-row-stack article {
    display: block
}

.hig-share-options-wrapper {
    text-align: right;
    position: relative
}

.hig-share {
    display: inline-block
}

@media (min-width: 768px) {
    .hig-share {
        margin: 0 0 0 auto;
        position: relative;
        text-align: right;
        position: absolute;
        left: -130px;
        top: 5px
    }
}

.hig-share-label {
    display: inline-block;
    font-weight: 400
}

.hig-share-button {
    color: var(--linkColor);
    background-color: transparent;
    border: 0
}

.hig-share-icon {
    display: inline-block;
    position: relative;
    padding-right: 24px;
    color: #fff;
    font-family: arial;
    height: 1em;
    width: 2em
}

.hig-share-icon .hig-share-icon-lines {
    position: absolute;
    color: var(--linkColor);
    width: 7px;
    height: 7px;
    top: 8px;
    left: 0;
    border: 1px solid var(--linkColor);
    border-radius: 50%
}

.hig-share-icon .hig-share-icon-lines::before {
    content: " ";
    width: 12px;
    border-top: 1px solid var(--linkColor);
    position: absolute;
    top: -1px;
    left: 5px;
    transform: rotate(-20deg)
}

.hig-share-icon .hig-share-icon-lines::after {
    content: " ";
    width: 12px;
    border-top: 1px solid var(--linkColor);
    position: absolute;
    top: 5px;
    left: 5px;
    transform: rotate(20deg)
}

.hig-share-icon::before {
    content: " ";
    position: absolute;
    color: var(--linkColor);
    width: 7px;
    height: 7px;
    left: 17px;
    top: 2px;
    border: 1px solid var(--linkColor);
    border-radius: 50%
}

.hig-share-icon::after {
    content: " ";
    position: absolute;
    color: var(--linkColor);
    width: 7px;
    height: 7px;
    left: 17px;
    top: 14px;
    border: 1px solid var(--linkColor);
    border-radius: 50%
}

.hig-share-options {
    position: absolute;
    display: none;
    bottom: -8px;
    z-index: 99;
    right: 0;
    text-align: left;
    background-color: #fff;
    padding: 4px 2px;
    width: 110px;
    box-shadow: 1px 1px 8px 2px rgba(100, 100, 100, .3)
}

@media (min-width: 768px) {
    .hig-share-options {
        right: auto;
        top: auto;
        left: 0
    }
}

.hig-share-options.visible {
    display: block
}

.hig-share-options > a, .hig-share-options > button {
    color: #2477bf;
    font-size: 13px;
    display: block;
    padding: 6px 4px 6px 30px;
    position: relative;
    text-decoration: none;
    font-weight: 400;
    border: 0
}

.hig-share-options > a::before, .hig-share-options > button::before {
    content: "";
    position: absolute;
    left: 6px;
    height: 19px;
    width: 19px;
    border-radius: 50%;
    background-color: var(--linkColor)
}

.hig-share-options > a::after, .hig-share-options > button::after {
    font-family: higux;
    color: #fff;
    position: absolute
}

.hig-share-options > a:hover, .hig-share-options > button:hover {
    text-decoration: none
}

.hig-share-options .ig-social-cp::after {
    content: "\e806";
    left: 9px;
    top: 7px
}

.hig-share-options .ig-social-fb::after {
    content: "\e06a";
    left: 9px;
    top: 9px
}

.hig-share-options .ig-social-li::after {
    content: "\e069";
    left: 10px;
    top: 8px;
    font-size: 11px
}

.hig-share-options .ig-social-tw::after {
    content: ' '!important;
    height: 10px;
    width: 10px;
    position: absolute;
    left: 10px;
    top: 10px;
    background-image: url(/.resources/thehartford/webresources/images/x-logo-white.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.hig-share-options .ig-social-mail::after {
    content: "\e049";
    left: 10px;
    top: 9px;
    font-size: 11px
}

.hig-share-options .ig-social-close {
    border-top: 1px solid var(--beigeLight);
    margin-top: 8px;
    padding-top: 10px
}

.hig-share-options .ig-social-close::before {
    border: 1px solid var(--linkColor);
    background-color: #fff
}

.hig-share-options .ig-social-close::after {
    content: "\e965";
    left: 10px;
    top: 10px;
    font-size: 12px;
    color: var(--linkColor)
}

.hig-share-options .ig-social-clipboard {
    position: absolute;
    left: -999em
}

.ig-copied {
    color: #484848;
    background-color: rgba(255, 255, 255, .8);
    padding: 6px 10px;
    border-radius: 3px;
    box-shadow: 1px 1px 5px 1px rgba(100, 100, 100, .4);
    position: absolute;
    right: 0;
    top: -156px;
    z-index: 99
}



@media (min-width: 992px) {
    [class^="cw-info-box-split-shaded"] .cw-body {
        display: flex;
    }
    [class^="cw-info-box-split-shaded"] .cw-body [class^="header-"] {
        white-space: nowrap;
    }    
    [class^="cw-info-box-split-shaded"] .cw-body .content-section{
        padding-left:20px
    }
}
.cw-info-box-split-shaded-green  {
    border:1px solid var(--green);
    background-color: var(--greenLightest);
}
.cw-info-box-split-shaded-green .cw-body [class^="header-"] {
    color:var(--green);
}
.cw-info-box-split-shaded-darkBlue  {
    border:1px solid var(--darkBlue);
    background-color: var(--blueLightest);
}
.cw-info-box-split-shaded-darkBlue .cw-body [class^="header-"] {
    color:var(--darkBlue);
}
.cw-info-box-split-shaded-red  {
    border:1px solid var(--red);
    background-color: var(--redLightest);
}
.cw-info-box-split-shaded-red .cw-body [class^="header-"] {
    color:var(--red);
}
.cw-info-box-split-shaded-purple  {
    border:1px solid var(--purple);
    background-color: var(--purpleLightest);
}
.cw-info-box-split-shaded-purple .cw-body [class^="header-"] {
    color:var(--purple);
}



.filtered-row-options {
    margin: 5px 0 30px
}

.filtered-row-options button {
    margin: 15px 15px 0 0;
    padding: 8px 16px;
    vertical-align: baseline;
    display: none
}

@media (min-width: 768px) {
    .filtered-row-options button {
        display: inline-block
    }
}

.filtered-row-options .btn-primary-link.active {
    box-shadow: none
}

.filtered-row-options .filtered-row-dropdown {
    float: none;
    margin: 8px 0 20px
}

@media (min-width: 768px) {
    .filtered-row-options .filtered-row-dropdown {
        display: none
    }
}

.filtered-row {
    transform: scale(0);
    opacity: 0;
    transition: opacity .3s linear
}

.filtered-row.filter-in {
    transform: scale(1);
    opacity: 1
}

.pill-style-1 {
    border: 1px solid var(--linkColor);
    background-color: #fff;
    color: var(--linkColor);
    font-weight: 500;
    border-radius: 9px;
    display: inline-block;
    padding: 8px 16px
}

.pill-style-1:hover, .pill-style-1.active {
    background-color: var(--claret);
    color: #fff
}

.filtered-row-options-label {
    color: var(--claret);
    font-weight: 500;
    display: inline-block;
    margin: 15px 15px 0 0
}

.cpra-icon a {
    position: relative;
    padding-right: 48px
}

.cpra-icon a::after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(/.resources/thehartford/webresources/images/privacyoptions.svg);
    height: 20px;
    width: 42px
}

.icon-twitter::before {
    content: " "!important;
    background-image: url(/.resources/thehartford/webresources/images/x-logo-white.svg);
    height: 18px;
    width: 18px;
    background-size: contain;
    transform: translate(-50%,-60%)!important
}

.icon-instagram {
    background-image: url(/.resources/thehartford/webresources/images/instagram-white.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.video-wrapper-ar {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    margin-top: 1em
}

.video-wrapper-ar iframe, .video-wrapper-ar embed, .video-wrapper-ar object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#AgencyData {
    font-family: trust sans, Arial, san serif
}

.AgencyGroupHeading {
    color: #626262;
    font-size: 26px;
    font-family: trust sans, Arial, san serif;
    padding-top: 8px;
    padding-bottom: 4px
}

.StateName {
    color: #225594;
    font-size: medium;
    font-weight: 700
}

.CityName {
    color: #225594;
    font-size: 24px;
    font-weight: 700;
    padding-top: 3px
}

.AgencyInfo {
    font-family: trust sans, Arial, san serif;
    font-size: 20px;
    padding-left: 10px;
    padding-bottom: 20px;
    color: #000
}

.AgencyName {
    font-weight: 700;
    color: #626262
}

.AgencyContactInfo {
    display: block;
    color: #626262
}

a.AgencyAddress {
    color: #4b7bf8
}

.MapLink {
    font-weight: 700;
    padding-left: 15px
}

a.MapLink {
    color: #4b7bf8
}

a.AgencyWebsite {
    color: #4b7bf8
}

a.AgencyEmail {
    color: #4b7bf8
}

a.HideShowLink {
    color: #4b7bf8;
    text-decoration: none;
    font-family: Verdana, Tahoma, Sans-Serif;
    font-size: x-small;
    padding-left: 8px
}

@media print {
    body, h1 {
        background: #fff !important;
        color: #000 !important;
        margin-right: 15px !important
    }

    .container h1 {
        margin: 10px 0;
        padding: 0;
        font-size: 20px;
        font-family: Arial;
        font-weight: 500
    }

    .container h2 {
        margin: 0 0 10px;
        padding: 0;
        font-size: 16px;
        font-family: Arial;
        font-weight: 500
    }

    .container h3 {
        margin: 0 0 10px;
        padding: 0;
        font-size: 1em;
        font-family: Arial;
        font-weight: 500
    }

    .container p {
        margin: 0 0 10px;
        padding: 0;
        font-size: 12px;
        font-family: Arial;
        font-weight: 400
    }

    .container .select-wrapper {
        display: none
    }

    header .navbar {
        border-bottom: 1px solid #484848;
        border-radius: 0;
        display: block
    }

    header .navbar:after {
        content: "www.thehartford.com";
        font-weight: 500;
        position: absolute;
        top: 45px;
        right: 1em
    }

    header .navbar button {
        display: none !important
    }

    header .navbar-brand {
        display: block;
        position: relative;
        height: auto
    }

    header .navbar-brand:after {
        display: none
    }

    header .navbar-brand img {
        display: block
    }

    .jumbotron {
        height: auto;
        min-height: auto;
        margin: 10px 0;
        padding: 0
    }

    .jumbotron .marquee-wrapper {
        display: none
    }

    .jumbotron .marquee-image1 {
        display: none;
        padding: 0;
        position: relative
    }

    .jumbotron .marquee-container {
        margin: 0
    }

    .video .video-overlay {
        display: none
    }

    img {
        -webkit-filter: grayscale(1);
        filter: grayscale(1)
    }

    .hidden-xs {
        display: block !important
    }

    .mobile-docked-links {
        display: none !important
    }

    .right-rail {
        display: none
    }

    .expanded-row-primary {
        border: 0
    }

    article {
        border: 0 !important
    }

    a[href]:after {
        content: " (" attr(href) ")";
        font-size: .5em;
        text-align: center
    }

    a[class=content-button]:after {
        content: " (" attr(href) ")";
        font-size: .5em;
        display: block;
        text-align: center
    }

    .media-body {
        display: block;
        overflow: hidden;
        width: 100%
    }

    .icon-arrow-right:after {
        font-size: .5em
    }

    footer {
        display: none
    }

    .footer-disclaimer {
        border-top: 2px #222 solid;
        font-size: 10px
    }

    .disclaimer {
        border-bottom: 1px solid #484848;
        margin: 20px 10px
    }

    .disclaimer:after {
        content: "Â© The Hartford";
        font-size: .8em;
        font-weight: 400;
        position: absolute;
        bottom: 0;
        right: 2em
    }

    .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%
    }

    .visible-xs {
        display: none !important
    }

    .hidden-xs {
        display: block !important
    }

    table.hidden-xs {
        display: table
    }

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

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

    .hidden-xs.hidden-print {
        display: none !important
    }

    .hidden-sm {
        display: none !important
    }

    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

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

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

.pages {
    float: right
}

.searchwrapper {
    position: relative;
    zoom: 1
}

.searchwrapper .sa-window {
    background-color: #fff;
    border-color: #66afe9;
    border-style: solid;
    border-width: 1px;
    border-top: 0;
    padding-left: 5px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.searchwrapper .open {
    display: block;
    left: 15px;
    top: 47px;
    width: 334px;
    box-shadow: 4px 3px 5px #ccc;
    z-index: 99
}

.hood {
    top: 34px;
    left: 20px;
    display: none;
    position: absolute;
    width: 336px;
    z-index: 1;
    overflow: hidden
}

#sa-window .sa-holder .sa-results a {
    display: block;
    height: 1.5em;
    overflow: hidden;
    padding: 0 7px;
    text-decoration: none
}

.search input[type=image] {
    position: relative;
    top: 8px
}

ol.bestbets {
    margin-left: 15px
}

ol.bestbets li {
    margin-left: 15px !important;
    color: #2477ab;
    font-weight: 700
}

.content-with-leftnav .hartford-highlight {
    border: 10px solid #b6d3e9;
    margin-top: 20px
}

.content-with-leftnav .result_info {
    margin: 10px 0
}

.content-with-leftnav .pages {
    margin: 10px 0
}

#nav-secondary ul li {
    list-style: none;
    margin-bottom: 10px
}

#nav-secondary-list-title {
    border-bottom: 1px solid #ccc;
    padding: 0 0 5px
}

.view-all-results {
    margin-bottom: 10px
}

ol.search_results {
    margin-top: 20px
}

ol.search_results .summary {
    color: var(--darkTextColor);
    font-weight: 400;
    margin: 10px 0
}

ol.search_results li {
    color: #2477ab;
    border-bottom: 1px solid var(--warmGray);
    padding: 10px 0;
    margin: 10px 0 10px 24px
}

ol.search_results .date {
    color: #999
}

ol.search_results .metaData {
    color: #999
}

.result_info span.highlight {
    font-weight: 700
}

.results-info {
    color: #2477ab;
    font-weight: 500
}

ul#nav-secondary-list {
    font-weight: 500;
    margin-left: -55px
}

ul#nav-secondary-list ul {
    margin-left: 10px;
    margin-top: 10px
}

.simple-marquee {
    display: none
}

.search-results {
    margin-top: 10px
}

@media (min-width: 992px) {
    .search-results {
        margin-top: 0
    }
}

.search-narrow {
    padding: 20px;
    clear: both
}

@media (min-width: 992px) {
    .search-narrow {
        padding: 15px;
        clear: none
    }
}

.search-button {
    border: 0;
    background: 0 0
}

.search-button .icon-search::before {
    font-weight: 700 !important
}

.sa-results {
    padding: 5px 0
}

.sa-holder ul li {
    list-style: none
}

.search_results a[href*=".pdf"] {
    position: relative;
    padding-left: 40px;
    display: inline-block
}

.search_results a[href*=".pdf"]::before {
    position: absolute;
    left: 0;
    bottom: 5px;
    font-family: higux;
    line-height: 1;
    text-shadow: .03em .03em .09em #666;
    color: #fff;
    content: "\e116";
    font-size: 1.5em;
    z-index: 13
}

.search_results a[href*=".pdf"]:after {
    position: absolute;
    left: 0;
    bottom: 5px;
    font-family: higux;
    content: "\e114";
    color: #b83b2f;
    text-shadow: .03em .03em .09em #666;
    text-align: center;
    width: 1em;
    line-height: 1;
    font-size: 1.5em;
    z-index: 12
}

.search_results a[href*=".doc"] {
    position: relative;
    padding-left: 40px;
    display: inline-block
}

.search_results a[href*=".doc"]::before {
    position: absolute;
    left: 0;
    bottom: 5px;
    font-family: higux;
    line-height: 1;
    text-shadow: .03em .03em .09em #666;
    color: #fff;
    content: "\e118";
    font-size: 1.5em;
    z-index: 13
}

.search_results a[href*=".doc"]:after {
    position: absolute;
    left: 0;
    bottom: 5px;
    font-family: higux;
    content: "\e114";
    color: #000;
    text-shadow: .03em .03em .09em #666;
    text-align: center;
    width: 1em;
    line-height: 1;
    font-size: 1.5em;
    z-index: 12
}

.search_results a[href*=".xls"] {
    position: relative;
    padding-left: 40px;
    display: inline-block
}

.search_results a[href*=".xls"]::before {
    position: absolute;
    left: 0;
    bottom: 5px;
    font-family: higux;
    line-height: 1;
    text-shadow: .03em .03em .09em #666;
    color: #fff;
    content: "\e115";
    font-size: 1.5em;
    z-index: 13
}

.search_results a[href*=".xls"]:after {
    position: absolute;
    left: 0;
    bottom: 5px;
    font-family: higux;
    content: "\e114";
    color: var(--greenP);
    text-shadow: .03em .03em .09em #666;
    text-align: center;
    width: 1em;
    line-height: 1;
    font-size: 1.5em;
    z-index: 12
}

ul.nav-secondary-list {
    font-weight: 500;
    margin-left: -55px;
    margin-top: 11px
}

ul.nav-secondary-list ul {
    margin-left: 10px;
    margin-top: 10px
}

.search-narrow #nav-secondary > span {
    font-weight: 700;
    display: block
}

.search-narrow #nav-secondary .col-md-12 {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px
}

.hig-alert-warning {
    color: #dc3942
}

[class^=cw-alert] {
    background-color: #fff;
    border: 1px solid #dc3942;
    border-bottom: 5px solid #dc3942;
    position: relative
}

[class^=cw-alert] .cw-body {
    margin-left: 40px;
    padding: 10px 10px 0
}

[class^=cw-alert] .content-title {
    color: #dc3942;
    font-size: 20px;
    margin-bottom: 10px
}

[class^=cw-alert] .content-section {
    margin-bottom: 10px
}

[class^=expanded-row-] [class^=cw-alert-] {
    margin-bottom: 0
}

[class^=expanded-row-] .cw-alert {
    border: 0
}

.expanded-row-urgent .cw-alert, .expanded-row-warning .cw-alert {
    margin-bottom: 0
}

.cw-alert {
    border: 1px solid var(--claret);
    padding: 20px 15px
}

.cw-alert:before {
    left: 15px;
    top: 15px;
    position: static;
    font-family: higux;
    content: "\e005";
    font-size: 30px;
    padding: 0;
    color: var(--claret);
    line-height: 1.34em;
    width: 26px;
    height: 26px
}

@media (min-width: 768px) {
    .cw-alert:before {
        position: absolute
    }
}

.cw-alert .content-section, .cw-alert .content-title {
    color: var(--darkTextColor)
}

.cw-alert .content-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 5px
}

.cw-alert .content-section {
    margin-bottom: 0
}

.cw-alert .cw-body {
    margin-left: 0;
    padding: 0
}

@media (min-width: 768px) {
    .cw-alert .cw-body {
        margin-left: 40px
    }
}

.feedback-footer {
    margin-bottom: 20px;
    text-align: center
}

@media (min-width: 992px) {
    .feedback-footer {
        display: none
    }
}

.marquee-jumbo-quote{
margin-bottom:40px;
}
.marquee-jq-quote{
padding:40px 15px;
color:var(--darkTextColor);
}
.primary-color .marquee-jq-quote{
background-color:var(--warmGray);
}
.secondary-color .marquee-jq-quote{
background-color:var(--beigeLight);
}
.marquee-jq-quote .header-xlarge{
font-size:30px;
}
.marquee-jq-quote .cqb3-content{
font-size:16px;
}
.marquee-jq-content{
display:none;
}
.marquee-jq-caption{
padding:20px 30px;
margin-bottom:20px;	
font-size:14px;
}
.marquee-jq-quote .widget-combined-quotebox{
background-color:transparent;
}
.marquee-jq-text{
padding:40px 30px;
}
.marquee-jq-text [class^="header-"]{
font-weight:400;
}
.marquee-jq-quote .widget-combined-quotebox .cqb3-content article{
background-color:transparent !important;
}
.cqb3-body{
text-align:center
}
.cqb3-content .cqb3-tab,
.cqb3-action .cqb3-tab{
display:none;
}
.cqb3-content .cqb3-tab.active,
.cqb3-action .cqb3-tab.active{
display:block;
}
.cqb3-nav ul{
display: flex;
margin:20px auto 0;
padding:0;
max-width:320px;
flex-wrap:wrap;
justify-content:space-between;
}
.cqb3-nav li{
display:inline-block;
width:150px;
height:115px;
background-color:#fff;
color:#777;
align-content:stretch;
margin-bottom:24px;
border-radius:4px;
box-shadow:0px 0px 3px 0px rgba(100,100,100,.1);
position:relative;
}
.cqb3-nav li:last-child{
margin-right:0;
}
.cqb3-nav li.active{
outline:2px solid var(--greenP);
position:relative;
color:var(--darkTextColor);
}
.cqb3-nav li::after{
content:"";
position: absolute;
bottom: -11px;
left: calc(50% - 11px);
width: 22px;
height: 22px;
border-radius: 50%;
background-color: #fff;
border:1px solid #777;
padding-top: 3px;
}
.cqb3-nav li.active::after{
content: "\e048";
font-family: "higux";
font-weight:700;
background-color: var(--greenP);
font-size:9px;
color: #fff;
text-align: center;
padding-top: 4px;
}
.cqb3-nav .cqb3-header{
display:flex;
flex-direction:column;
height:100%;
}
.cqb3-nav .cqb3-header > *{
height:50%;
}
.cqb3-nav .cqb3-header .wrapper-icon{
margin-bottom:0;
display:flex;
justify-content:center;
align-items:center;
}
.cqb3-nav .cqb3-header .wrapper-icon .icon{
font-size:36px;
margin-top:22px;
}
.cqb3-nav .cqb3-header{
text-align:center;
line-height:1;
}
.cqb3-nav .cqb3-header a{
display:flex;
flex-direction:column;
justify-content:center;
color:#949494;
font-weight:400;
font-size:18px;
}
.cqb3-nav .active .cqb3-header a{
font-weight:700;
color:var(--darkTextColor);	
}
.marquee-jq-quote .option-sticker{
text-align:center;
margin-top:6px;
}
.marquee-jq-quote .option-sticker span{
color:#949494;
font-size:15px;
font-weight:700;
background-color:#f5f2ef;
padding:1px 8px;
border-radius:3px;
}
.marquee-jq-quote .active .option-sticker span,
.marquee-jq-quote .cqb3-header:hover .option-sticker span{
color:#2D6F07;
background-color:#e1ecda;
}
.cqb3-action-message{
margin-bottom:12px;
}
.widget-combined-quotebox .cqb3-getquote .hig-form-wrapper .form-group{
margin-bottom:8px;
text-align:left;
}
.marquee-jq-quote .marquee-widget{
margin:0 auto;
max-width:400px;
}
.jumbotron .marquee-jq-quote article {
display:block;
width:auto;
background-color:transparent !important;
}
.marquee-jq-quote .cqb3-retrieve .form-control-datepicker{
width:100%;
}
.marquee-jq-quote .quote-icon{
position:relative;
}
.marquee-jq-quote .quote-icon img{
position:absolute;
top: 20px;
left: 50%;
transform:translateX(-50%) scale(.8);
opacity:1;
transition:opacity .2s linear;
}
.marquee-jq-quote .quote-icon img + img{
opacity:0;
}
.cqb3-nav .active .cqb3-header .quote-icon img:last-child{
opacity:1;
}
.cqb3-nav .active .cqb3-header .quote-icon img:nth-last-child(2){
opacity:0;
}
.marquee-jumbo-quote .text-widget{
    font-size:20px;
    margin:0 auto;
    text-align:center;
}
.marquee-jumbo-quote .text-widget .btn{
    max-width:360px;
    margin:20px auto 0;
}
.cqb3-content a,
.cqb3-action-message a,
.text-widget a:not(.btn){
    text-decoration: underline;
}

.cqb3-content a:hover,
.cqb3-action-message a:hover,
.text-widget a:not(.btn):hover{
    color:var(--linkHover);
}
.marquee-jumbo-quote .retrieveaquote{
margin-top:20px;
}

@media (min-width: 992px) {
    .jumbotron .marquee-jq-quote article {
    min-height:0;
    height:auto;
    }	
    .marquee-jq-content {
    margin-top:0;
    display:flex;
    flex-direction:column;
    }	
    .marquee-jq-text{
    flex:1 1 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    }
    .marquee-jq-quote {
    display: flex;
    flex:1 0 auto;
    justify-content: center;
    flex-direction: row;
    padding-left:30px;
    padding-right:30px;
    }	
    .marquee-jq-caption{
    text-align:right;
    }
    .marquee-jq-quote .marquee-widget{
    max-width:none;
    width:800px;
    margin:0;
    }
    .cqb3-nav li:hover{
    cursor:pointer;
    outline:2px solid var(--greenP);
    color:var(--darkTextColor);
    }
    .cqb3-nav .cqb3-header:hover a{
    text-decoration:none;
	color:var(--darkTextColor);
    }
    .cqb3-nav .cqb3-header:hover .quote-icon img:last-child{
    opacity:1;
    }	
    .cqb3-nav .cqb3-header:hover .quote-icon img:nth-last-child(2){
    opacity:0;
    }	
	.marquee-jq-quote .header-xlarge{
	font-size:48px;
	}
    .marquee-jq-quote .cqb3-content {
    font-size: 24px;
    }
    .cqb3-nav ul{
    flex-wrap:nowrap;
    max-width:none;
    justify-content:center;
    }
    .cqb3-nav li{
    width:140px;
    height:140px;
    margin-right:20px;
    }
    .marquee-jq-quote .quote-icon img{
    top:32px;
	transform:translateX(-50%) scale(1);
    }
    .marquee-jq-quote .option-sticker{
    margin-top:10px;
    }
    .cqb3-tab .btn-block{
    max-width:360px;
    display:inline-block;
    }
    .marquee-jq-quote .getaquote {
        display: flex;
        justify-content:center;
    }
    .marquee-jq-quote .getaquote .form-group{
        width:50%;
        max-width:240px;
    }
    .marquee-jq-quote .getaquote .form-group input{
        height: 47px !important;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
    }
    .marquee-jq-quote .getaquote .form-group .help-block{
        position:absolute;
        width:190px;
    }
    .marquee-jq-quote .getaquote .btn{
        width:50%;
        max-width:300px;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
    }	
    .marquee-jq-quote .widget-combined-quotebox .extra-links{
        margin-top:10px;
    }
    .cqb3-retrieve{
        max-width:480px;
        margin: 0 auto;
    }
    .marquee-jq-quote .retrieveaquote .form-group{
    display:inline-block;
        width:49%;
        vertical-align:top
    }

    .marquee-jq-quote .retrieveaquote .extra-links{
        text-align:center 
    }	
}

@media (min-width: 1200px) {
    .marquee-jq-quote {
    padding:80px 60px;
    }
    .marquee-jq-caption{
    padding:20px 60px;
    }
    .cqb3-action{
        margin-top:20px;
    }
    .cqb3-nav li {
        width: 180px;
        height: 150px;
        margin-right: 20px;
    }
    .marquee-jq-quote .quote-icon img {
        top: 36px;
    }
    
}
    

.wrapper-icon {
    display: block;
    margin-bottom: 20px;
    line-height: 1
}

.wrapper-icon .icon {
    display: inline-block
}

.icon:before {
    display: inline-block;
    text-decoration: none;
    vertical-align: text-top
}

.icon-size-xs {
    font-size: 20px
}

.icon-size-sm {
    font-size: 32px
}

.icon-size-md {
    font-size: 44px
}

.icon-size-lg {
    font-size: 60px
}

.icon-size-xl {
    font-size: 84px
}

.icon-color-dark-blue {
    color: #000;
}

.icon-nudge-up-1 .icon {
    position: relative;
    top: -.04em
}

.icon-nudge-up-2 .icon {
    position: relative;
    top: -.08em
}

.icon-nudge-up-3 .icon {
    position: relative;
    top: -.12em
}

.icon-nudge-up-4 .icon {
    position: relative;
    top: -.16em
}

.icon-nudge-up-5 .icon {
    position: relative;
    top: -.2em
}

.icon-nudge-up-6 .icon {
    position: relative;
    top: -.24em
}

.icon-nudge-up-7 .icon {
    position: relative;
    top: -.28em
}

.icon-nudge-up-8 .icon {
    position: relative;
    top: -.32em
}

.icon-nudge-up-9 .icon {
    position: relative;
    top: -.36em
}

.icon-nudge-up-10 .icon {
    position: relative;
    top: -.4em
}

.icon-nudge-down-1 .icon {
    position: relative;
    top: .04em
}

.icon-nudge-down-2 .icon {
    position: relative;
    top: .08em
}

.icon-nudge-down-3 .icon {
    position: relative;
    top: .12em
}

.icon-nudge-down-4 .icon {
    position: relative;
    top: .16em
}

.icon-nudge-down-5 .icon {
    position: relative;
    top: .2em
}

.icon-nudge-down-6 .icon {
    position: relative;
    top: .24em
}

.icon-nudge-down-7 .icon {
    position: relative;
    top: .28em
}

.icon-nudge-down-8 .icon {
    position: relative;
    top: .32em
}

.icon-nudge-down-9 .icon {
    position: relative;
    top: .36em
}

.icon-nudge-down-10 .icon {
    position: relative;
    top: .4em
}

.icon-light-blue-circle, .icon-white-circle {
    border-radius: 50%;
    background-color: var(--warmGray);
    color: #000;
    display: block;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 100px;
    height: 100px
}

.icon-light-blue-circle .icon, .icon-white-circle .icon {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.icon-light-blue-circle.icon-size-xs, .icon-white-circle.icon-size-xs {
    width: 36px;
    height: 36px;
    padding: 8px
}

.icon-light-blue-circle.icon-size-xs .icon, .icon-white-circle.icon-size-xs .icon {
    font-size: 20px
}

.icon-light-blue-circle.icon-size-sm, .icon-white-circle.icon-size-sm {
    width: 56px;
    height: 56px;
    padding: 12px
}

.icon-light-blue-circle.icon-size-sm .icon, .icon-white-circle.icon-size-sm .icon {
    font-size: 32px
}

.icon-light-blue-circle.icon-size-md, .icon-white-circle.icon-size-md {
    width: 76px;
    height: 76px;
    padding: 16px
}

.icon-light-blue-circle.icon-size-md .icon, .icon-white-circle.icon-size-md .icon {
    font-size: 44px
}

.icon-light-blue-circle.icon-size-xl, .icon-white-circle.icon-size-xl {
    width: 112px;
    height: 112px;
    padding: 24px
}

.icon-light-blue-circle.icon-size-xl .icon, .icon-white-circle.icon-size-xl .icon {
    font-size: 64px
}

.icon-white-circle {
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid var(--claret)
}

.animated-icon-arc {
    display: block;
    text-align: center;
    position: relative
}

.animated-icon-arc i {
    position: absolute;
    bottom: 0;
    left: 50%;
    background-color: transparent;
    color: #000;
    display: inline-block;
    border-radius: 120px 120px 0 0;
    height: 60px;
    width: 120px;
    margin-left: -60px;
    font-size: 50px;
    line-height: 60px;
    padding-top: 12px;
    transition: background-color linear .3s, color linear .3s
}

@media (min-width: 992px) {
    .animated-icon-arc i {
        border-radius: 140px 140px 0 0;
        height: 70px;
        width: 140px;
        margin-left: -70px;
        font-size: 60px;
        line-height: 70px
    }
}

.animated-icon-arc:before {
    content: " ";
    display: block;
    color: #000;
    border: 3px solid #000;
    border-radius: 150px 150px 0 0;
    height: 75px;
    width: 150px;
    margin: 0 auto;
    border-bottom-width: 0;
    transition: border-radius linear .3s, height linear .3s, width linear .3s, margin linear .3s
}

@media (min-width: 992px) {
    .animated-icon-arc:before {
        border-radius: 180px 180px 0 0;
        height: 90px;
        width: 180px;
        margin-top: 10px
    }
}

.animated-icon-arc:hover i {
    background-color: #000;
    color: #fff
}

@media (min-width: 992px) {
    .animated-icon-arc:hover:before {
        border-radius: 200px 200px 0 0;
        height: 100px;
        width: 200px;
        margin-top: 0
    }
}

.animated-icon-double-flip-blue-circle {
    margin: 20px auto;
    width: 90px;
    height: 90px;
    text-align: center;
    padding-top: 22px;
    position: relative
}

.animated-icon-double-flip-blue-circle:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #b6d3e9;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    text-align: center;
    transform: rotateY(0);
    transition: transform linear .5s
}

.animated-icon-double-flip-blue-circle i {
    font-size: 48px;
    color: var(--claret);
    display: inline-block;
    position: relative;
    transform: rotateY(0);
    transition: transform linear .75s
}

.animated-icon-double-flip-blue-circle:hover:before {
    transform: rotateY(180deg)
}

.animated-icon-double-flip-blue-circle:hover i {
    transform: rotateY(360deg)
}

.animated-icon-enlarge-flip-white-circle-border {
    background-color: #fff;
    border-radius: 50%;
    padding-top: 22px;
    margin: 20px auto;
    width: 90px;
    height: 90px;
    text-align: center;
    border: 2px solid var(--claret);
    transition: transform linear .4s
}

.animated-icon-enlarge-flip-white-circle-border i {
    font-size: 48px;
    display: inline-block;
    color: var(--claret);
    transform: rotateY(0);
    transition: transform linear .7s
}

.animated-icon-enlarge-flip-white-circle-border:hover {
    transform: scale(1.15)
}

.animated-icon-enlarge-flip-white-circle-border:hover i {
    transform: rotateY(180deg)
}

.animated-icon-rise-replace-blue-circle {
    margin: 20px auto;
    width: 90px;
    height: 90px;
    text-align: center;
    padding-top: 22px;
    position: relative;
    overflow: hidden
}

.animated-icon-rise-replace-blue-circle:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #b6d3e9;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    text-align: center;
    transform: translateY(0);
    transition: transform ease-in .25s
}

.animated-icon-rise-replace-blue-circle:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--claret);
    border-radius: 50%;
    width: 90px;
    height: 90px;
    text-align: center;
    transform: translateY(180px);
    transition: transform ease-out .3s;
    z-index: 8
}

.animated-icon-rise-replace-blue-circle i {
    font-size: 48px;
    color: var(--claret);
    display: inline-block;
    position: relative;
    transition: color linear .4s;
    z-index: 9
}

.animated-icon-rise-replace-blue-circle:hover:before {
    transform: translateY(-90px)
}

.animated-icon-rise-replace-blue-circle:hover:after {
    transform: translateY(0)
}

.animated-icon-rise-replace-blue-circle:hover i {
    color: #fff
}

.animated-icon-unbox {
    perspective: 200px;
    width: 80px;
    height: 80px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    line-height: 100px
}

.animated-icon-unbox:before {
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    content: " ";
    background-color: #b6d3e9;
    perspective: 1000px;
    transform: rotateX(0) translateY(0) scale(1);
    transition: transform linear .3s
}

.animated-icon-unbox:hover:before {
    transform: rotateX(80deg) translateY(80px) scale(.6)
}

.animated-icon-unbox .icon {
    font-size: 40px;
    color: var(--claret);
    transform: translateY(0) scale(1);
    transition: transform linear .3s;
    position: relative
}

.animated-icon-unbox:hover .icon {
    transform: translateY(-20px) scale(1.5)
}

.animated-icon-float {
    width: 80px;
    height: 80px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-top: 20px
}

.animated-icon-float:before {
    position: absolute;
    left: 50%;
    top: 80px;
    width: 0;
    margin-left: 0;
    height: 4px;
    content: " ";
    background-color: rgba(55, 55, 55, .4);
    box-shadow: 0 0 10px 2px rgba(55, 55, 55, .4);
    opacity: 0;
    transition: opacity linear .3s, width linear .3s, margin linear .3s;
    border-radius: 50%
}

.animated-icon-float:hover:before {
    opacity: .7;
    width: 60px;
    margin-left: -30px
}

.animated-icon-float .icon {
    font-size: 60px;
    color: var(--claret);
    transform: translateY(0) scale(1);
    transition: transform linear .3s;
    position: relative
}

.animated-icon-float:hover .icon {
    transform: translateY(-6px) scale(1.1)
}

.animated-icon-wrap-around {
    display: block;
    text-align: center;
    position: relative;
    width: 180px;
    height: 90px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    padding-top: 20px
}

.animated-icon-wrap-around:before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 30px;
    width: 120px;
    height: 3px;
    background-color: #b6d3e9;
    transform: translateX(0);
    transition: transform linear .3s
}

.animated-icon-wrap-around:after {
    content: " ";
    width: 180px;
    height: 90px;
    border: 3px solid var(--claret);
    border-radius: 90px 90px 0 0;
    border-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotateZ(-180deg);
    transform-origin: center bottom;
    transition: transform linear .3s
}

.animated-icon-wrap-around:hover:before, .animated-icon-wrap-around.scrolled-into-middle:before {
    transform: translateX(-150px)
}

.animated-icon-wrap-around:hover:after, .animated-icon-wrap-around.scrolled-into-middle:after {
    transform: rotateZ(0)
}

.animated-icon-wrap-around .icon {
    font-size: 60px;
    color: var(--claret)
}

.animated-icon-fly-in-right {
    position: relative;
    width: 100px;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    font-size: 56px;
    color: #000;
    text-align: center
}

.animated-icon-fly-in-right .icon {
    text-shadow: -80px 0 4px #b6d3e9;
    transition: text-shadow linear .3s
}

.animated-icon-fly-in-right:hover .icon {
    text-shadow: 0 0 0 #b6d3e9
}

.animated-icon-glow {
    text-align: center;
    position: relative;
    width: 90px;
    height: 90px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    font-size: 56px;
    color: var(--claret)
}

.animated-icon-glow:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    z-index: -1;
    background: repeating-linear-gradient(45deg, #B6D3E9, #B6D3E9 100px, #3A5A78 10px, #3A5A78 20px);
    opacity: 1;
    transition: background .3s, opacity linear .3s
}

.animated-icon-glow:hover:before {
    background: repeating-linear-gradient(45deg, #B6D3E9, #B6D3E9 10px, #3A5A78 10px, #3A5A78 20px);
    opacity: 0
}

.animated-icon-glow .icon {
    transition: color linear .3s
}

.animated-icon-glow:hover .icon {
    color: #fff
}

.hig-aggregate-stars {
    position: relative;
    overflow: hidden
}

.hig-aggregate-stars.scrolled-into-middle svg:nth-child(1) {
    animation-name: shine;
    animation-duration: .5s
}

.hig-aggregate-stars.scrolled-into-middle svg:nth-child(2) {
    animation-name: shine;
    animation-duration: .5s;
    animation-delay: .1s
}

.hig-aggregate-stars.scrolled-into-middle svg:nth-child(3) {
    animation-name: shine;
    animation-duration: .5s;
    animation-delay: .2s
}

.hig-aggregate-stars.scrolled-into-middle svg:nth-child(4) {
    animation-name: shine;
    animation-duration: .5s;
    animation-delay: .3s
}

.hig-aggregate-stars.scrolled-into-middle svg:nth-child(5) {
    animation-name: shine;
    animation-duration: .5s;
    animation-delay: .4s
}

@keyframes shine {
    0% {
        opacity: 1
    }
    50% {
        opacity: .4
    }
    100% {
        opacity: 1
    }
}

@keyframes expand {
    0% {
        margin-right: 0;
        margin-left: 0
    }
    50% {
        margin-right: 2px;
        margin-left: 2px
    }
    100% {
        margin-right: 0;
        margin-left: 0
    }
}

.hig-share-options a:hover {
    text-decoration: none
}

.hig-share-options i {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding: 0;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 34px;
    border-radius: 50%;
    background-color: var(--linkColor)
}

.hig-share-options i::before {
    vertical-align: middle
}

.fill-bar-wrapper {
    position: relative
}

.fill-bar-wrapper .fill-bar::before {
    content: attr(data-percent);
    display: block;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    height: 20px;
    padding: 0 10px;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: transform linear .4s;
    transition-delay: .2s
}

.fill-bar-wrapper .fill-bar.fill-bar-orange::before {
    background-color: orange
}

.fill-bar-wrapper .fill-bar.fill-bar-green::before {
    background-color: #006400
}

.fill-bar-wrapper .fill-bar.fill-bar-blue::before {
    background-color: #483d8b
}

.fill-bar-wrapper .fill-bar::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: var(--warmGray);
    height: 20px;
    z-index: -1
}

.fill-bar-wrapper.scrolled-into-view .fill-bar::before {
    transform: scaleX(1)
}

.animated-icon-circle {
    margin: 0 auto 20px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    border: 4px solid #f7941f;
    text-align: center;
    color: #3a5a78;
    position: relative;
    /*transition: border-color 0 linear;*/
    transition-delay: .5s
}

.animated-icon-circle::after {
    content: " ";
    width: 60px;
    height: 120px;
    border-top: 4px solid #f7941f;
    border-right: 4px solid #f7941f;
    border-bottom: 4px solid #f7941f;
    border-radius: 0 60px 60px 0;
    position: absolute;
    top: -4px;
    right: -4px;
    z-index: 11;
    /*transition: z-index 0 linear;*/
    transition-delay: .5s
}

.animated-icon-circle::before {
    content: " ";
    width: 61px;
    height: 121px;
    border-radius: 0 60px 60px 0;
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #fff;
    transform-origin: left center;
    transform: rotateZ(360deg);
    transition: transform 1s linear;
    z-index: 9
}

.animated-icon-circle i {
    font-size: 64px !important;
    opacity: 1;
    transition: opacity 1s ease-in;
    position: relative;
    z-index: 10
}

.animated-icon-circle.scroll-into-ten-once {
    border-color: transparent
}

.animated-icon-circle.scroll-into-ten-once::before {
    transform: rotateZ(0)
}

.animated-icon-circle.scroll-into-ten-once::after {
    z-index: 8
}

.animated-icon-circle.scroll-into-ten-once i {
    opacity: 0
}

@media (min-width: 768px) {
    .flex-row > div:nth-child(2) .animated-icon-circle {
        transition-delay: .8s
    }

    .flex-row > div:nth-child(2) .animated-icon-circle::after {
        transition-delay: .8s
    }

    .flex-row > div:nth-child(2) .animated-icon-circle::before {
        transition-delay: .3s
    }

    .flex-row > div:nth-child(2) .animated-icon-circle i {
        transition-delay: .3s
    }

    .flex-row > div:nth-child(3) .animated-icon-circle {
        transition-delay: 1.1s
    }

    .flex-row > div:nth-child(3) .animated-icon-circle::after {
        transition-delay: 1.1s
    }

    .flex-row > div:nth-child(3) .animated-icon-circle::before {
        transition-delay: .6s
    }

    .flex-row > div:nth-child(3) .animated-icon-circle i {
        transition-delay: .6s
    }

    .flex-row > div:nth-child(4) .animated-icon-circle {
        transition-delay: 1.4s
    }

    .flex-row > div:nth-child(4) .animated-icon-circle::after {
        transition-delay: 1.4s
    }

    .flex-row > div:nth-child(4) .animated-icon-circle::before {
        transition-delay: .9s
    }

    .flex-row > div:nth-child(4) .animated-icon-circle i {
        transition-delay: .9s
    }
}

@media (max-width: 991px) {
    .breadcrumb ul li{
        line-height:1.8;
    }
    .page-footer .legal ul li{
        margin-bottom:10px;
    }  
}
.yt-short{
    height:560px;
    width:315px;
    margin:0 auto;
}
.yt-short div,
.yt-short iframe{
    height:100%;
}

.my-account-menu .btn-primary{
	background-color: var(--claret);
	color: #fff;
}
.my-account-menu .btn-primary:hover{
	background-color: var(--claretHover);
	color: #fff;
}

.navbar-toggle .icon.icon-user{
	margin-bottom:-1px;
}
.navbar-toggle .icon.icon-user::before {
    content: none;
}
.navbar-toggle .icon.icon-user::after {
	content: " ";
    background-image: url("data:image/svg+xml;utf8,<svg width='15' height='18' viewBox='0 0 15 18' fill='none' xmlns='http://www.w3.org/2000/svg'><g id='Group 626367'><circle id='Ellipse 3' cx='7.73906' cy='4.56279' r='4.27079' fill='%231A1A1A'/><path id='Vector 7' d='M0.70459 11.8873L6.25268 8.47705H9.20531L14.9572 11.8873V17.792H0.70459V11.8873Z' fill='%231A1A1A'/></g></svg>");
    height: 20px;
    width: 20px;
    display: block;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: center center;
}