@charset "UTF-8";

.stickyheader {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    margin-inline: auto !important;
    width: 100% !important;
    text-align: center !important;
    z-index: 1000 !important;
    background-color: white !important;
}

@media only screen {
    .phoneSticky {
        border-top: 65px solid rgb(255, 255, 255,.8);
        display: inline-block;
        text-align: center;
        vertical-align: bottom !important;
        background-color: white !important;
        width: 100% !important;
    }

    @media only screen and (min-width:350px) and (max-width:768px) {

        .phoneSticky {
            border-top: 15px solid rgb(255, 255, 255,.8);
            display: inline-block;
            border: 15px solid rgb(255, 255, 255,.8);
            text-align: revert-layer;
            vertical-align: top;
            background-color: white !important;
        }


        .stickyheader {
            height: 62px !important;
            display: flex;
            flex-wrap: wrap;
            position: unset;
            padding: 0;
            background: rgb(255, 255, 255);
            border-bottom: 6rem solid;
            border-bottom-color: rgb(255, 255, 255);
            align-content: space-evenly !important;
            justify-content: center !important;
            bottom: 0px !important;
            left: 0px !important;
            width: 100% !important;
            background-color: white !important;
        }

        .menucolorwhite {
            border-right: 1rem solid;
            border-right-color: rgb(255, 255, 255);
            opacity: 1.0;
            background: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 60%, rgb(255, 255, 255) 100%);
        }

        .backgroundcolorgray {
            opacity: 0.9;
            background: linear-gradient(#f4f4f4 0%, #f8f4f4 40%, #f8f4f4 60%, #f4f4f4 100%);
            width: 100% !important;
        }
    }
}

.on-page-editor .accordion .toggle-content [scfieldtype="rich text"] {
    display: block
}

.accordion {
    padding: 0;
    margin-bottom: 10px
}

.accordion .active>.scEnabledChrome>.toggle-header .field-heading::before {
    content: "" !important
}

.accordion .active>.toggle-header .field-heading::before {
    content: "" !important
}

.accordion .toggle-header {
    cursor: pointer;
    background-color: transparent;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d2d2d2
}

.accordion .toggle-header:hover {
    background-color: transparent
}

.accordion .toggle-header .component {
    margin-top: 0
}

.accordion .toggle-header .component.title {
    margin-top: 0
}

.accordion .toggle-header .component .field-heading {
    font-size: 16px;
    padding-left: 34px;
    font-weight: 400
}

.accordion .toggle-header .component .field-heading::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px
}

.accordion .toggle-header .label {
    padding: 7px;
    text-align: left;
    display: block;
    background: 0 0;
    position: relative;
    z-index: 3
}

.accordion .toggle-header .label::after {
    content: "";
    display: table;
    clear: both
}

.accordion .toggle-content {
    padding: 10px;
    background-color: transparent
}

.accordion .toggle-content::after {
    content: "";
    display: table;
    clear: both
}

.accordion .toggle-content .component {
    margin-top: 0
}

.accordion .items {
    overflow: hidden
}

.accordion .item:last-child {
    border-bottom: none
}

.accordion.accordion-button {
    margin-bottom: 0
}

.accordion.accordion-button .toggle-header {
    border: none
}

.accordion.accordion-button .toggle-header .component .field-heading {
    border: 1px solid #005591;
    background-color: #005591;
    border-radius: 100px;
    padding: 5px 30px 5px 15px;
    margin: 2px 15px 2px 0;
    text-transform: uppercase;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0;
    line-height: 15px !important;
    color: #fff;
    cursor: pointer;
    transition: all .25s ease-in-out
}

@media only screen and (min-width:992px) {
    .accordion.accordion-button .toggle-header .component .field-heading {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0
    }
}

.accordion.accordion-button .toggle-header .component .field-heading:hover {
    border: 1px solid #06182f;
    background: #06182f
}

.accordion.accordion-button .toggle-header .component .field-heading::before {
    display: none
}

.accordion.accordion-button .toggle-header .component .field-heading::after {
    content: "";
    position: absolute;
    top: 11px;
    right: 45px;
    display: inline-block;
    height: 10px;
    width: 10px;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent
}

.accordion.accordion-button .active>.toggle-header .component .field-heading::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 5px
}

.accordion.accordion-button .toggle-content {
    padding: 10px;
    background-color: transparent;
    position: absolute;
    right: 30px;
    top: 35px;
    z-index: 901;
    background: #fff;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .12)
}

.accordion.accordion-footer .toggle-header {
    border-bottom-width: 0
}

.accordion.accordion-footer .toggle-header .component .field-heading {
    position: relative;
    height: 25px;
    width: 25px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 0;
    margin: 0 auto 40px
}

.accordion.accordion-footer .toggle-header .component .field-heading::before {
    content: "";
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0;
    color: #fff;
    top: 30px;
    width: 100vw;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all .25s ease-in-out
}

@media only screen and (min-width:992px) {
    .accordion.accordion-footer .toggle-header .component .field-heading::before {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0
    }
}

.accordion.accordion-footer .toggle-header .component .field-heading::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 5px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    height: 11px;
    width: 11px;
    border: 2px solid #fff;
    border-width: 2px 2px 0 0;
    transition: all .25s ease-in-out
}

.accordion.accordion-footer .toggle-header .component .field-heading p {
    display: none
}

@media only screen and (min-width:768px) {
    .accordion.accordion-footer .toggle-header .component .component-content {
        max-width: 40%;
        margin: 0 auto
    }
}

.accordion.accordion-footer .toggle-header:focus-visible .component-content {
    padding-top: 5px;
    border: 2px solid #002d5a
}

.accordion.accordion-footer .active .toggle-header .component .field-heading::before {
    content: "CLOSE" !important
}

.accordion.accordion-footer .active .toggle-header .component .field-heading::after {
    top: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.accordion.accordion-footer .toggle-content {
    padding-top: 0
}

@media only screen and (min-width:768px) {
    .accordion.accordion-footer .toggle-content {
        padding-top: 25px
    }
}

.accordion.accordion-footer .toggle-content p {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0;
    color: #fff
}

@media only screen and (min-width:992px) {
    .accordion.accordion-footer .toggle-content p {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0
    }
}

.accordion.accordion-footer .toggle-content p b,
.accordion.accordion-footer .toggle-content p strong {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff
}

@media only screen and (min-width:992px) {

    .accordion.accordion-footer .toggle-content p b,
    .accordion.accordion-footer .toggle-content p strong {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.accordion.accordion-footer .toggle-content a {
    text-decoration: none
}

.accordion.accordion-footer .toggle-content a:hover {
    text-decoration: underline;
}

.accordion.accordion-footer .toggle-content .footer-links-3-columns {
    padding-right: 15px
}

@media only screen and (min-width:768px) {
    .accordion.accordion-footer .toggle-content .footer-links-3-columns {
        padding-left: 15px
    }
}

.accordion.accordion-footer .toggle-content .footer-links-4-columns {
    padding-left: 15px
}

@media only screen and (min-width:768px) {
    .accordion.accordion-footer .toggle-content .footer-links-4-columns {
        padding-right: 15px
    }
}

.accordion.accordion-footer .toggle-content .footer-links-3-columns,
.accordion.accordion-footer .toggle-content .footer-links-4-columns {
    width: 50%
}

@media only screen and (min-width:1470px) {

    .accordion.accordion-footer .toggle-content .footer-links-3-columns,
    .accordion.accordion-footer .toggle-content .footer-links-4-columns {
        padding: 0
    }
}

.accordion.accordion-footer .toggle-content .footer-links-3-columns .row,
.accordion.accordion-footer .toggle-content .footer-links-4-columns .row {
    margin: 0
}

.accordion.accordion-footer .toggle-content .footer-links-3-columns .row p,
.accordion.accordion-footer .toggle-content .footer-links-4-columns .row p {
    padding-bottom: 12px
}

.accordion.accordion-footer .toggle-content .footer-links-3-columns .row p:last-of-type,
.accordion.accordion-footer .toggle-content .footer-links-4-columns .row p:last-of-type {
    padding-bottom: 35px
}

.accordion.accordion-footer .toggle-content .footer-links-3-columns .row p:last-of-type>strong,
.accordion.accordion-footer .toggle-content .footer-links-4-columns .row p:last-of-type>strong {
    display: block;
    padding-top: 23px
}

@media only screen and (min-width:768px) {

    .accordion.accordion-footer .toggle-content .footer-links-3-columns,
    .accordion.accordion-footer .toggle-content .footer-links-4-columns {
        width: 100%
    }
}

@media only screen and (min-width:1470px) {
    .accordion.accordion-footer .toggle-content .footer-links-4-columns {
        width: calc(100% * 4 / 7);
        padding-left: 15px
    }

    .accordion.accordion-footer .toggle-content .footer-links-3-columns {
        width: calc(100% * 3 / 7)
    }

    .accordion.accordion-footer .toggle-content .footer-links-3-columns .row>div,
    .accordion.accordion-footer .toggle-content .footer-links-4-columns .row>div {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
}

.accordion.accordion-horizontal {
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent
}

.accordion.accordion-horizontal.accordion-image .items .item {
    box-sizing: border-box;
    padding: 0 0 0 50px;
    margin: 0;
    min-height: 300px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #d2d2d2
}

.accordion.accordion-horizontal.accordion-image .items .item.active .toggle-header {
    background: 0 0 !important
}

.accordion.accordion-horizontal.accordion-image .items .item.active .toggle-content {
    left: 0 !important
}

.accordion.accordion-horizontal.accordion-image .items .item .toggle-header {
    width: 50px;
    border-right: none
}

.accordion.accordion-horizontal.accordion-image .items .item .toggle-header::before {
    left: 0;
    right: 0;
    margin: 0 auto
}

.accordion.accordion-horizontal.accordion-image .items .item .toggle-content {
    padding: 0
}

.accordion.accordion-horizontal .items {
    display: inline-flex;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.accordion.accordion-horizontal .items .item {
    flex-grow: 1;
    order: 1;
    box-sizing: border-box;
    display: block;
    float: left;
    margin: 0;
    padding: 0 0 0 40px;
    min-height: 250px;
    position: relative
}

.accordion.accordion-horizontal .items .item.active .toggle-header {
    background: 0 0
}

.accordion.accordion-horizontal .items .item .toggle-header {
    box-sizing: border-box;
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    padding: 0;
    width: 40px;
    min-height: 100%;
    border-right: 1px solid #d2d2d2;
    border-bottom: none;
    background: 0 0
}

.accordion.accordion-horizontal .items .item .toggle-header .component {
    margin-top: 0
}

.accordion.accordion-horizontal .items .item .toggle-header .label {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%
}

.accordion.accordion-horizontal .items .item .toggle-header .label p {
    width: 200px
}

.accordion.accordion-horizontal .items .item .toggle-header .label div.field-heading {
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 16px
}

.accordion.accordion-horizontal .items .item .toggle-header .label div.field-heading span.scWebEditInput {
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.accordion.accordion-horizontal .items .item .toggle-content {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: auto;
    z-index: 10;
    height: 100%;
    overflow: hidden;
    text-align: left;
    padding: 10px
}

.alert-message {
    background-color: #002d5a;
    text-align: center;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .12)
}

.alert-message h5 {
    color: #fff;
    line-height: 50px;
    padding-bottom: 0
}

@charset "UTF-8";

.sxa-archive .level-1 {
    display: block !important;
    padding-left: 10px
}

.sxa-archive .level-1>li>.group-header {
    font-weight: 700
}

.sxa-archive .group-header {
    position: relative
}

.sxa-archive .group-header::before {
    font-size: 10px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 10px;
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -15px;
    padding: 0
}

.sxa-archive .group-header.opened::before {
    content: ""
}

.sxa-archive ul {
    display: none;
    margin-left: 10px;
    cursor: pointer
}

.sxa-archive ul li {
    position: relative
}

.sxa-archive .archive-items {
    display: none
}

.sxa-archive .archive-items .archive-item {
    cursor: default
}

.sxa-archive .archive-items .archive-item a {
    background-color: transparent;
    text-decoration: underline;
    color: #005591;
    transition: all .25s ease-in-out
}

.sxa-archive .archive-items .archive-item a:hover {
    color: #002d5a;
    text-decoration: underline
}

.article-feed a {
    text-decoration: none
}

.article-feed .article-feed-title {
    margin: 0 0 24px
}

.article-feed .article-author-container {
    margin: 0 0 8px
}

.article-feed .article-title {
    margin-bottom: 0;
    padding-bottom: 0
}

.article-feed .article-date,
.article-feed .article-tag {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0
}

@media only screen and (min-width:992px) {

    .article-feed .article-date,
    .article-feed .article-tag {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0
    }
}

.article-feed .article-author-container,
.article-feed .article-description,
.article-feed .article-read-more {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0
}

@media only screen and (min-width:992px) {

    .article-feed .article-author-container,
    .article-feed .article-description,
    .article-feed .article-read-more {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.article-feed .article-entry {
    margin: 0 0 56px
}

.article-feed .article-entry .article-date {
    color: #464646
}

.article-feed .article-entry .article-author-label {
    color: #464646
}

.article-feed .article-entry .article-author-name {
    text-decoration: underline;
    color: #002d5a;
    font-weight: 700
}

.article-feed .article-entry .article-tag-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px
}

.article-feed .article-entry .article-tag-container .article-tag {
    margin: 0 10px 0 0;
    padding: 5px 15px;
    border: 1px solid #002d5a;
    border-radius: 1000px;
    color: #002d5a;
    background-color: #fff;
    white-space: nowrap
}

.article-feed .article-entry .article-tag-container a {
    margin-bottom: 16px
}

.article-feed .article-entry .article-image {
    margin: 0 0 16px 0;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.article-feed .article-entry .article-image img {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    height: auto;
    border-radius: 10px
}

.article-feed .article-entry .article-description {
    margin: 0 0 11px
}

.article-feed .article-entry .article-read-more {
    color: #002d5a;
    text-decoration: none;
    font-weight: 700
}

@media only screen and (min-width:992px) {
    .article-feed .article-feed-title {
        margin: 0 0 32px
    }

    .article-feed .article-entry .article-author-container {
        margin: 0 0 20px
    }

    .article-feed .article-entry .article-tag-container {
        margin: 22px 0 16px
    }

    .article-feed .article-entry .article-image {
        margin: 0 24px 0 0;
        width: 277px;
        min-width: 277px;
        height: 160px
    }

    .article-feed .article-entry .article-description {
        margin: 0 0 24px
    }

    .article-feed .article-feed-show-more {
        width: initial;
        margin: 0 auto
    }
}

@charset "UTF-8";

.article-navigation .navigation-container {
    display: flex;
    flex-direction: column
}

@media only screen and (min-width:768px) {
    .article-navigation .navigation-container {
        flex-direction: row
    }
}

.article-navigation .article-nav-container {
    display: flex;
    flex-direction: column
}

@media only screen and (min-width:992px) {
    .article-navigation .article-nav-container {
        flex-direction: row
    }
}

.article-navigation .article-container {
    padding-bottom: 56.5px
}

.article-navigation .link {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #002d5a;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    padding-bottom: 15px;
    padding-bottom: 0
}

@media only screen and (min-width:992px) {
    .article-navigation .link {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0
    }
}

.article-navigation .link .next-icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-weight: 700
}

.article-navigation .link .previous-icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-weight: 700
}

.article-navigation .link span {
    font-size: 16px;
    margin: 0 5px
}

.article-navigation .next,
.article-navigation .prev {
    display: flex
}

.article-navigation .next a span,
.article-navigation .prev a span {
    margin-bottom: 3px
}

@media only screen and (min-width:768px) {

    .article-navigation .next a span,
    .article-navigation .prev a span {
        margin-bottom: 1px
    }
}

@media only screen and (min-width:768px) {
    .article-navigation .next a {
        margin-left: auto
    }

    .article-navigation .prev a {
        margin-right: auto
    }
}

.article-navigation hr {
    background: #888;
    margin-top: 16px;
    margin-bottom: 16px
}

@media only screen and (min-width:992px) {
    .article-navigation hr {
        margin-bottom: 25px
    }
}

.article-navigation .date {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0;
    color: #4d4d4d;
    padding-bottom: 8px
}

@media only screen and (min-width:992px) {
    .article-navigation .date {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0
    }
}

.article-navigation .title {
    font-size: 24px
}

.article-navigation .title .title-link {
    color: #002d5a;
    text-decoration: none
}

.article-navigation .facets {
    display: flex;
    padding-top: 9.5px;
    padding-bottom: 15.5px
}

@media only screen and (min-width:992px) {
    .article-navigation .facets {
        padding-top: 11px;
        padding-bottom: 23px
    }
}

.article-navigation .facets .article-tag {
    border: 1px solid #002d5a;
    border-radius: 25px;
    background-color: #fff;
    color: #002d5a;
    font-size: 14px;
    padding: 5px 15px 4px;
    line-height: 18px;
    margin-right: 10px
}

@media only screen and (min-width:992px) {
    .article-navigation .facets .article-tag {
        padding: 7px 15px 6px
    }
}

.article-navigation .readmore {
    text-transform: uppercase;
    color: #002d5a;
    font-weight: 700
}

.article-navigation .readmore>a {
    text-decoration: none
}

@media only screen and (min-width:768px) {
    .article-navigation .readmore {
        display: none
    }
}

@charset "UTF-8";

.article .date {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0;
    color: #464646;
    padding-bottom: 8px
}

@media only screen and (min-width:992px) {
    .article .date {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:992px) {
    .article .date {
        padding-bottom: 13px
    }
}

.article .article-title {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #002d5a;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0;
    padding-bottom: 15px;
    padding-bottom: 11.5px
}

@media only screen and (min-width:992px) {
    .article .article-title {
        font-size: 42px;
        line-height: 60px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:992px) {
    .article .article-title {
        padding-bottom: 16px
    }
}

.article .author {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    padding-bottom: 25px
}

@media only screen and (min-width:992px) {
    .article .author {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:992px) {
    .article .author {
        padding-bottom: 29px
    }
}

.article .author .author-heading {
    display: inline;
    color: #464646
}

.article .author .author-name {
    display: inline;
    color: #002d5a;
    font-weight: 700;
    text-decoration: underline
}

@media only screen and (min-width:992px) {
    .article .link-items {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

.article .facets {
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap
}

.article .facets a {
    margin-bottom: 13px
}

@media only screen and (min-width:992px) {
    .article .facets {
        padding-bottom: 20px
    }

    .article .facets a {
        margin-bottom: 16px
    }
}

.article .facets .article-tag {
    border: 1px solid #002d5a;
    border-radius: 25px;
    background-color: #fff;
    color: #002d5a;
    font-size: 14px;
    padding: 5px 15px 4px;
    line-height: 18px;
    margin-right: 10px
}

@media only screen and (min-width:992px) {
    .article .facets .article-tag {
        padding: 7px 15px 6px
    }
}

.article .icons {
    font-size: 30px;
    padding-bottom: 7px;
    color: #002d5a
}

@media only screen and (min-width:992px) {
    .article .icons {
        display: flex;
        padding-bottom: 32px;
        align-items: center;
        font-size: 18px
    }
}

.article .icons a {
    color: #002d5a;
    text-decoration: none
}

.article .icons .at-share-btn-elements {
    display: flex
}

.article .icons .at-share-btn-elements a {
    padding: 0;
    margin: 0
}

.article .icons .at-share-btn-elements a:not(:last-of-type) {
    padding: 0 16px 0 0
}

@media only screen and (min-width:768px) {
    .article .icons .at-share-btn-elements a:not(:last-of-type) {
        padding: 0 4px 0 0
    }
}

.article .icons .facebook-icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-right: 29px
}

@media only screen and (min-width:992px) {
    .article .icons .facebook-icon {
        padding-right: 16px
    }
}

.article .icons .linkedin-icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-right: 29px
}

@media only screen and (min-width:992px) {
    .article .icons .linkedin-icon {
        padding-right: 16px
    }
}

.article .icons .share-icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-weight: 600
}

@media only screen and (min-width:992px) {
    .article .icons .share-icon {
        padding-right: 16px
    }
}

.article .icons .print-icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-weight: 600
}

@media only screen and (min-width:992px) {
    .article .icons .print-icon {
        padding-right: 16px
    }
}

@media only screen and (min-width:992px) {
    .article .icons .url-box {
        margin-left: 4px;
        max-width: 236px
    }
}

.article .icons .url-box .url-text {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 7px;
    background-color: #fff;
    padding: 11px 16px 11px 11px;
    margin-top: 7px;
    pointer-events: none
}

@media only screen and (min-width:992px) {
    .article .icons .url-box .url-text {
        margin-top: 0
    }
}

.article .icons ::-webkit-input-placeholder {
    font-style: normal
}

.article .icons :-ms-input-placeholder {
    font-style: normal
}

.article .icons ::placeholder {
    font-style: normal
}

.article .image {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    position: relative;
    overflow: hidden;
    margin-bottom: 16.5px
}

@media only screen and (min-width:992px) {
    .article .image {
        margin-bottom: 29px
    }
}

.article .image img {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    border-radius: 15px
}

.article .description {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    color: #464646;
    padding-bottom: 40.5px
}

@media only screen and (min-width:992px) {
    .article .description {
        font-size: 22px;
        line-height: 33px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:992px) {
    .article .description {
        padding-bottom: 32px
    }
}

.article .article-content {
    padding-bottom: 50px
}

.article .article-content p {
    padding-bottom: 32px
}

.article ol li,
.article ul li {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    margin-top: 0
}

@media only screen and (min-width:992px) {

    .article ol li,
    .article ul li {
        font-size: 18px;
        line-height: 27px
    }
}

.article ol {
    list-style: initial;
    list-style-type: decimal
}

.article ol li::marker {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: inline-table;
    word-wrap: break-word
}

.article ol li {
    padding-left: 4px;
    margin-bottom: 12px;
    margin-left: 16px
}

@media only screen and (min-width:992px) {
    .article ol li {
        padding-left: 3px;
        margin-left: 17px
    }
}

.article ol li:last-child {
    margin-bottom: 15px
}

.article ul li::before {
    content: "\2022";
    color: #0089c0;
    font-size: 24px;
    display: inline-table;
    word-wrap: break-word;
    width: 10px;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    margin-right: -9px
}

@media only screen and (min-width:992px) {
    .article ul li::before {
        -webkit-transform: translateX(-21px);
        transform: translateX(-21px)
    }
}

.article ul li {
    display: block;
    margin-bottom: 10px;
    margin-left: 20px
}

@media only screen and (min-width:992px) {
    .article ul li {
        margin-bottom: 12px
    }
}

@charset "UTF-8";

.breadcrumb {
    background: #ececec
}

.breadcrumb::after {
    content: "";
    display: table;
    clear: both
}

.breadcrumb.breadcrumb-navigation {
    overflow: visible
}

.breadcrumb a,
.breadcrumb p {
    font-size: 16px;
    color: #005591
}

.breadcrumb a {
    text-decoration: underline
}

.breadcrumb nav {
    display: flex
}

.breadcrumb ol {
    list-style: none;
    display: inline-block;
    padding: 12px 15px;
    z-index: 10
}

@media only screen and (min-width:992px) {
    .breadcrumb ol {
        padding: 32px 15px
    }
}

@media only screen and (min-width:1200px) {
    .breadcrumb ol {
        margin-left: 8.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
}

.breadcrumb .field-title {
    display: inline-block
}

.breadcrumb .separator {
    margin: 0 5px;
    display: inline-block;
    vertical-align: sub;
    font-size: 30px;
    font-weight: 900;
    color: #005591
}

.breadcrumb li {
    position: relative;
    display: block;
    float: left
}

.breadcrumb li>.navigation-title {
    display: inline-block;
    vertical-align: middle
}

.breadcrumb li>.navigation-title>a:hover {
    color: #002d5a
}

.breadcrumb li.last .separator {
    display: none
}

.breadcrumb li.last a {
    text-decoration: none
}

.breadcrumb li.item-hide:hover>ol {
    display: none
}

.breadcrumb li:hover>ol {
    display: block;
    position: absolute;
    top: 20px;
    left: auto;
    z-index: 100
}

.breadcrumb li>ol {
    box-sizing: border-box;
    display: none;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2
}

.breadcrumb li>ol li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d2d2d2;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    float: none;
    margin: 0;
    padding: 2px 20px;
    width: 100%;
    min-width: 140px;
    text-decoration: underline;
    cursor: pointer
}

.breadcrumb li>ol li .fa {
    float: left
}

.breadcrumb li>ol li:hover {
    background: #89c6cc;
    color: #fff
}

.breadcrumb li>ol li:hover a {
    color: #fff !important
}

.breadcrumb li>ol li::before {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    content: "";
    top: 50%;
    left: 2px
}

@media only screen and (min-width:992px) {
    .breadcrumb li>ol li::before {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0
    }
}

.breadcrumb li>ol li>a {
    display: block;
    padding: 2px 0 2px 10px
}

.breadcrumb li>ol li:last-child {
    border-bottom-width: 0
}

.breadcrumb.breadcrumb-hide li {
    white-space: nowrap
}

.breadcrumb.breadcrumb-hide li.item-hide+li.item-hide {
    display: none
}

.breadcrumb.breadcrumb-hide li.item-hide a {
    display: none
}

.breadcrumb.breadcrumb-hide li.item-hide::before {
    content: "...";
    display: inline
}

.breadcrumb.breadcrumb-hide li.hide-full {
    display: none
}

.breadcrumb.triangle-separator .separator {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0
}

.breadcrumb.triangle-separator .separator::before {
    content: "";
    display: block;
    font-size: 18px
}

.card-container .card-primary {
    width: 100%
}

.card-container.card-carousel h3 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
    padding: 0 0 5px
}

@media only screen and (min-width:768px) {
    .card-container.card-carousel h3 {
        font-size: 36px;
        line-height: 40px;
        letter-spacing: 0
    }
}

.card-container.card-carousel .card-slider {
    padding: 0
}

@media only screen and (min-width:768px) {
    .card-container.card-carousel .card-slider .slick-list {
        width: calc(100% - 40px);
        margin: 0 20px
    }
}

@media only screen and (min-width:992px) {
    .card-container.card-carousel .card-slider .slick-list {
        width: calc(100% - 60px);
        margin: 0 30px
    }
}

.card-container.card-carousel .card-slider-editing .carousel-card {
    display: inline-block;
    margin-left: 10px
}

.card-container.card-carousel .slider-wrapper {
    position: relative
}

.card-container.card-carousel .slider-wrapper .slide-overlay {
    position: absolute;
    width: 20%;
    height: calc(100% - 70px);
    top: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(244, 244, 244, 0) 0, #f4f4f4 90%, #f4f4f4 50%)
}

@media only screen and (min-width:567px) {
    .card-container.card-carousel .slider-wrapper .slide-overlay {
        display: none
    }
}

.card-container.card-carousel .slick-list {
    margin: 0 0 0 -15px;
    padding: 0 20% 0 0 !important
}

@media only screen and (min-width:567px) {
    .card-container.card-carousel .slick-list {
        padding: 0 !important;
        margin: 0 -15px
    }
}

.card-container.card-carousel .slick-list .slick-slide {
    margin: 0;
    padding: 15px
}

.card-container.card-carousel .slick-list .slick-slide .carousel-card {
    position: relative
}

.card-container.card-carousel .slick-arrow {
    position: absolute;
    top: 40%;
    left: 0;
    background: 0 0;
    border: 3px solid #464646;
    border-radius: 0;
    border-width: 3px 3px 0 0;
    font-size: 0;
    line-height: normal;
    padding: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

@media only screen and (min-width:992px) {
    .card-container.card-carousel .slick-arrow {
        left: 0
    }
}

@media only screen and (min-width:1200px) {
    .card-container.card-carousel .slick-arrow {
        left: -40px;
        padding: 15px
    }
}

.card-container.card-carousel .slick-arrow.slick-next {
    left: auto;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media only screen and (min-width:992px) {
    .card-container.card-carousel .slick-arrow.slick-next {
        right: 0
    }
}

@media only screen and (min-width:1200px) {
    .card-container.card-carousel .slick-arrow.slick-next {
        right: -40px
    }
}

.card-container.card-carousel .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 10px
}

@media only screen and (min-width:768px) {
    .card-container.card-carousel .slick-dots {
        margin-top: 0
    }
}

.card-container.card-carousel .slick-dots li button {
    font-size: 0;
    line-height: normal;
    padding: 8px;
    margin: 10px 10px 30px;
    border: 0;
    background-color: #96a5b4
}

.card-container.card-carousel .slick-dots li.slick-active button {
    background-color: #0089c0
}

.card-container.device-carousel-rotator .device-carousel-title {
    margin: 0 0 35px;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #002d5a;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    padding-bottom: 15px;
    padding-bottom: 0
}

@media only screen and (min-width:992px) {
    .card-container.device-carousel-rotator .device-carousel-title {
        font-size: 36px;
        line-height: 50px;
        letter-spacing: 0
    }
}

.card-container.device-carousel-rotator .device-carousel-card-rotator {
    min-width: 100%;
    max-width: 261px;
    min-height: 100%;
    overflow: hidden;
    margin: 0 0 33px
}

.card-container.device-carousel-rotator .device-carousel-card-rotator .cards .card-primary {
    height: 564px;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px
}

.card-container.device-carousel-rotator .device-carousel-card-rotator .cards .card-primary .card-image {
    min-height: 201px
}

.card-container.device-carousel-rotator .device-carousel-card-rotator .cards .card-primary .card-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 364px
}

.card-container.device-carousel-rotator .device-carousel-card-rotator .cards .card-primary .card-content .card-title {
    max-height: 175px;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 30px
}

.card-container.device-carousel-rotator .device-carousel-card-rotator .cards .card-primary .card-content a {
    flex-grow: 1;
    align-items: end;
    max-height: 100px;
    overflow: hidden
}

.card-container.device-carousel-rotator .device-carousel-card-rotator .cards .card-primary .card-content a .card-link-icon {
    margin-bottom: 5px
}

@media only screen and (min-width:768px) {
    .card-container.device-carousel-rotator .device-carousel-card-rotator .cards .card-primary {
        height: 500px
    }

    .card-container.device-carousel-rotator .device-carousel-card-rotator .cards .card-primary .card-image {
        min-height: 236px
    }

    .card-container.device-carousel-rotator .device-carousel-card-rotator .cards .card-primary .card-title {
        max-height: 75px;
        margin-bottom: 16px
    }
}

.card-container.device-carousel-rotator .device-carousel-card-rotator .cards .card-secondary {
    display: none
}

.card-container.device-carousel-rotator .device-carousel-rotator-list {
    display: grid;
    grid-auto-flow: row;
    grid-auto-rows: 1fr;
    grid-row-gap: 20px;
    width: 100%;
    margin: 0
}

@media only screen and (min-width:768px) {
    .card-container.device-carousel-rotator .device-carousel-rotator-list:not(.d-md-none) {
        display: flex !important;
        flex-direction: column;
        width: auto;
        max-width: 660px;
        justify-content: space-between;
        max-height: 600px;
        grid-row-gap: 0
    }
}

.card-container.device-carousel-rotator .device-carousel-rotator-list .device-carousel-rotator-list-entry {
    cursor: pointer
}

.card-container.device-carousel-rotator .device-carousel-rotator-list .device-carousel-indicator {
    min-width: 7px;
    min-height: 100%;
    margin: 0 13px 0 0
}

.card-container.device-carousel-rotator .device-carousel-rotator-list .indicator-active {
    background-color: #0089c0
}

.card-container.device-carousel-rotator .device-carousel-rotator-list :not(.indicator-active)+.device-carousel-device-content .card-title {
    font-weight: 400
}

.card-container.device-carousel-rotator .device-carousel-rotator-list .device-carousel-device-content {
    padding: 0
}

.card-container.device-carousel-rotator .device-carousel-rotator-list .device-carousel-device-content .card-primary {
    display: none
}

.card-container.device-carousel-rotator .device-carousel-rotator-list .device-carousel-device-content .card-secondary {
    height: 175px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.card-container.device-carousel-rotator .device-carousel-rotator-list .device-carousel-device-content .card-secondary .card-title {
    padding-bottom: 0;
    color: #005591;
    max-height: 65px;
    overflow: hidden
}

@media only screen and (min-width:768px) {
    .card-container.device-carousel-rotator .device-carousel-rotator-list .device-carousel-device-content .card-secondary .card-title {
        max-height: 130px;
        font-size: 16px;
        line-height: 26px
    }
}

@media only screen and (min-width:1470px) {
    .card-container.device-carousel-rotator .device-carousel-rotator-list .device-carousel-device-content .card-secondary .card-title {
        font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
        color: #002d5a;
        font-weight: 700;
        font-size: 22px;
        line-height: 33px;
        letter-spacing: 0;
        padding-bottom: 15px;
        max-height: 82px;
        padding-bottom: 0;
        color: #005591
    }
}

@media only screen and (min-width:1470px) and (min-width:992px) {
    .card-container.device-carousel-rotator .device-carousel-rotator-list .device-carousel-device-content .card-secondary .card-title {
        font-size: 30px;
        line-height: 42px;
        letter-spacing: 0
    }
}

.card-container.device-carousel-rotator .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 45px 0 20px;
    list-style-type: none
}

.card-container.device-carousel-rotator .slick-dots li {
    margin: 0 10px
}

.card-container.device-carousel-rotator .slick-dots button {
    display: block;
    width: 15px;
    height: 15px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #ccc;
    font-size: 0
}

.card-container.device-carousel-rotator .slick-dots li.slick-active button {
    background-color: #0089c0
}

.card-container.device-carousel-rotator .slick-list {
    margin: 0 -15px
}

.card-container.device-carousel-rotator .slick-list .slick-slide {
    margin: 0 15px
}

@media only screen and (min-width:768px) {
    .card-container.device-carousel-rotator .device-carousel-title {
        margin: 0 0 40px
    }

    .card-container.device-carousel-rotator .device-carousel-card-rotator {
        min-width: 384px;
        margin: 0
    }

    .card-container.device-carousel-rotator .device-carousel-rotator-list {
        margin: 0 0 0 96px;
        width: 536px;
        overflow: hidden
    }

    .card-container.device-carousel-rotator .device-carousel-rotator-list .device-carousel-indicator {
        margin: 0 16px 0 0
    }
}

.card-container.device-carousel-three .device-carousel-title {
    margin: 0 0 35px;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #002d5a;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    padding-bottom: 15px;
    padding-bottom: 0
}

@media only screen and (min-width:992px) {
    .card-container.device-carousel-three .device-carousel-title {
        font-size: 36px;
        line-height: 50px;
        letter-spacing: 0
    }
}

.card-container.device-carousel-three .device-carousel-card-container {
    min-width: 100%;
    max-width: 261px;
    min-height: 100%;
    overflow: hidden;
    margin: 0 0 33px
}

.card-container.device-carousel-three .device-carousel-card-container .cards .card-primary {
    height: 564px;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px
}

.card-container.device-carousel-three .device-carousel-card-container .cards .card-primary .card-image {
    min-height: 201px
}

.card-container.device-carousel-three .device-carousel-card-container .cards .card-primary .card-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 364px
}

.card-container.device-carousel-three .device-carousel-card-container .cards .card-primary .card-content .card-title {
    max-height: 175px;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 30px
}

.card-container.device-carousel-three .device-carousel-card-container .cards .card-primary .card-content a {
    flex-grow: 1;
    align-items: end;
    max-height: 100px;
    overflow: hidden
}

.card-container.device-carousel-three .device-carousel-card-container .cards .card-primary .card-content a .card-link-icon {
    margin-bottom: 5px
}

@media only screen and (min-width:768px) {
    .card-container.device-carousel-three .device-carousel-card-container .cards .card-primary {
        height: 600px
    }

    .card-container.device-carousel-three .device-carousel-card-container .cards .card-primary .card-image {
        min-height: 236px
    }

    .card-container.device-carousel-three .device-carousel-card-container .cards .card-primary .card-title {
        max-height: 75px;
        margin-bottom: 16px
    }
}

.card-container.device-carousel-three .device-carousel-card-container .cards .card-secondary {
    display: none
}

.card-container.device-carousel-three .device-carousel-list {
    display: grid;
    grid-auto-flow: row;
    grid-auto-rows: 1fr;
    grid-row-gap: 20px;
    width: 100%;
    margin: 0
}

@media only screen and (min-width:768px) {
    .card-container.device-carousel-three .device-carousel-list {
        display: flex !important;
        flex-direction: column;
        width: auto;
        justify-content: space-between;
        max-height: 600px;
        grid-row-gap: 0
    }

    .card-container.device-carousel-three .device-carousel-list.slider {
        display: none !important
    }
}

.card-container.device-carousel-three .device-carousel-list .device-carousel-list-entry {
    cursor: pointer
}

.card-container.device-carousel-three .device-carousel-list .device-carousel-indicator {
    min-width: 7px;
    min-height: 100%;
    margin: 0 13px 0 0
}

.card-container.device-carousel-three .device-carousel-list .indicator-active {
    background-color: #0089c0
}

.card-container.device-carousel-three .device-carousel-list :not(.indicator-active)+.device-carousel-device-content .card-title {
    font-weight: 400
}

.card-container.device-carousel-three .device-carousel-list .device-carousel-device-content {
    padding: 0
}

.card-container.device-carousel-three .device-carousel-list .device-carousel-device-content .card-primary {
    display: none
}

.card-container.device-carousel-three .device-carousel-list .device-carousel-device-content .card-secondary {
    height: 200px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.card-container.device-carousel-three .device-carousel-list .device-carousel-device-content .card-secondary .card-title {
    padding-bottom: 0;
    color: #005591;
    max-height: 65px;
    overflow: hidden
}

@media only screen and (min-width:768px) {
    .card-container.device-carousel-three .device-carousel-list .device-carousel-device-content .card-secondary .card-title {
        max-height: 82px
    }
}

.card-container.device-carousel-three .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 45px 0 20px;
    list-style-type: none
}

.card-container.device-carousel-three .slick-dots li {
    margin: 0 10px
}

.card-container.device-carousel-three .slick-dots button {
    display: block;
    width: 15px;
    height: 15px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #ccc;
    font-size: 0
}

.card-container.device-carousel-three .slick-dots li.slick-active button {
    background-color: #0089c0
}

.card-container.device-carousel-three .slick-list {
    margin: 0 -15px
}

.card-container.device-carousel-three .slick-list .slick-slide {
    margin: 0 15px
}

@media only screen and (min-width:768px) {
    .card-container.device-carousel-three .device-carousel-title {
        margin: 0 0 40px
    }

    .card-container.device-carousel-three .device-carousel-card-container {
        min-width: 384px;
        margin: 0
    }

    .card-container.device-carousel-three .device-carousel-list {
        margin: 0 0 0 96px
    }

    .card-container.device-carousel-three .device-carousel-list .device-carousel-list-entry {
        width: 100%
    }

    .card-container.device-carousel-three .device-carousel-list .device-carousel-indicator {
        margin: 0 16px 0 0
    }

    .card-container.device-carousel-three .hidden-entry {
        display: none !important
    }
}

.card-container.devices .heading {
    padding-bottom: 25px
}

@media only screen and (min-width:768px) {
    .card-container.devices .device-container .scLooseFrameZone.scEnabledChrome {
        flex-basis: 100%
    }
}

@media only screen and (min-width:992px) {
    .card-container.devices .device-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }
}

.card-container.devices .device-container .cards {
    padding-bottom: 32px
}

.card-container.devices .device-container.wrapping {
    flex-wrap: wrap;
    justify-content: flex-start
}

.card-container.devices .device-container .wrapped {
    flex-basis: 33%;
    padding: 0 15px
}

@media only screen and (min-width:992px) {
    .card-container.devices .device-card:not(:last-child) {
        margin-right: 30px
    }
}

.card-container.devices .all-devices-link {
    text-align: center;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0
}

@media only screen and (min-width:992px) {
    .card-container.devices .all-devices-link {
        font-size: 22px;
        line-height: 33px;
        letter-spacing: 0
    }
}

.card-container.devices .all-devices-link a {
    text-decoration: none;
    font-weight: 800
}

.card-container.devices .all-devices-link a i {
    padding-left: 10px;
    font-weight: 800
}

.card-container.devices .all-devices-link a:not([href]) {
    display: none
}

.card-container.devices .all-devices-link code+a:not([href]) {
    display: block
}

.card-container.devices .slick-list {
    margin: 0 -15px
}

.card-container.devices .slick-list .slick-slide {
    margin: 0 15px
}

.card-container.devices .slick-dots {
    display: flex;
    justify-content: center
}

.card-container.devices .slick-dots li button {
    font-size: 0;
    line-height: normal;
    padding: 8px;
    margin: 10px 10px 30px;
    border: 0;
    background-color: #96a5b4
}

.card-container.devices .slick-dots li.slick-active button {
    background-color: #0089c0
}

@charset "UTF-8";

.cards .cta-card {
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .12)
}

.cards .card-primary {
    width: 100%
}

.cards .card-title {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0
}

@media only screen and (min-width:768px) {
    .cards .card-title {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0
    }
}

.cards ol li,
.cards ul li {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    margin-top: 0
}

@media only screen and (min-width:992px) {

    .cards ol li,
    .cards ul li {
        font-size: 18px;
        line-height: 27px
    }
}

.cards ol {
    list-style: initial;
    list-style-type: decimal
}

.cards ol li::marker {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: inline-table;
    word-wrap: break-word
}

.cards ol li {
    padding-left: 4px;
    margin-bottom: 12px;
    margin-left: 16px
}

@media only screen and (min-width:992px) {
    .cards ol li {
        padding-left: 3px;
        margin-left: 17px
    }
}

.cards ol li:last-child {
    margin-bottom: 15px
}

.cards ul li::before {
    content: "\2022";
    color: #0089c0;
    font-size: 24px;
    display: inline-table;
    word-wrap: break-word;
    width: 10px;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    margin-right: -9px
}

@media only screen and (min-width:992px) {
    .cards ul li::before {
        -webkit-transform: translateX(-21px);
        transform: translateX(-21px)
    }
}

.cards ul li {
    display: block;
    margin-bottom: 10px;
    margin-left: 20px
}

@media only screen and (min-width:992px) {
    .cards ul li {
        margin-bottom: 12px
    }
}

.cards.card-with-link .cta-card {
    display: flex;
    flex-direction: row;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .12)
}

.cards.card-with-link .cta-card .image-container {
    position: relative;
    overflow: hidden;
    max-width: 400px;
    min-width: 400px;
    min-height: 400px;
    height: auto;
    order: 2
}

.cards.card-with-link .cta-card .image-container img {
    height: 100%;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    object-fit: cover;
    -webkit-transform: translateY(-50%) translateX(-50%)
}

.cards.card-with-link .cta-card .cta-card-content-outer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    padding: 0;
    width: 100%;
    order: 1
}

.cards.card-with-link .cta-card .cta-card-content-outer .cta-card-content {
    padding: 44px 48px 48px
}

.cards.card-with-link .cta-card .cta-card-content-outer .cta-card-content .cta-card-title {
    color: #002d5a;
    padding-bottom: 16px;
    margin-bottom: 0
}

.cards.card-with-link .cta-card .cta-card-content-outer .cta-card-link {
    padding: 20px 55px;
    background-color: #005591;
    text-align: right;
    text-transform: uppercase;
    position: relative
}

.cards.card-with-link .cta-card .cta-card-content-outer .cta-card-link a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff
}

.cards.card-with-link .cta-card .cta-card-content-outer .cta-card-link .card-link-icon::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 18px;
    margin-left: 10px;
    position: absolute;
    right: 30px;
    bottom: 24px
}

.cards.card-with-link.mobile .cta-card {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .12)
}

.cards.card-with-link.mobile .cta-card .image-container {
    max-width: 100%;
    height: 182px;
    position: relative;
    overflow: hidden;
    order: 1
}

.cards.card-with-link.mobile .cta-card .image-container img {
    min-width: 100%;
    width: 100%;
    height: auto;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    object-fit: cover;
    -webkit-transform: translateY(-50%) translateX(-50%)
}

.cards.card-with-link.mobile .cta-card .cta-card-content-outer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    padding: 0;
    width: 100%;
    order: 2
}

.cards.card-with-link.mobile .cta-card .cta-card-content-outer .cta-card-content {
    padding: 18px 22px 20px
}

.cards.card-with-link.mobile .cta-card .cta-card-content-outer .cta-card-content .cta-card-title {
    color: #005591;
    padding-bottom: 5px;
    margin-bottom: 0
}

.cards.card-with-link.mobile .cta-card .cta-card-content-outer .cta-card-link {
    padding: 22px;
    background-color: #005591;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding: 14px 45px
}

.cards.card-with-link.mobile .cta-card .cta-card-content-outer .cta-card-link a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff
}

.cards.card-with-link.mobile .cta-card .cta-card-content-outer .cta-card-link .card-link-icon::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 12px;
    margin-left: 10px;
    position: absolute;
    bottom: 20px;
    right: 30px
}

.cards.carousel-card .cta-card {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    height: 505px
}

.cards.carousel-card .card-image {
    min-height: 200px;
    width: 100%;
    overflow: hidden
}

.cards.carousel-card .card-image img {
    height: 200px;
    width: auto;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover
}

.cards.carousel-card .card-title {
    margin: 20px 25px 10px;
    padding: 0;
    max-height: 85px;
    overflow: hidden;
    color: #005591
}

.cards.carousel-card .card-title a {
    text-decoration: none
}

.cards.carousel-card .card-title a:hover {
    text-decoration: underline;
}

.cards.carousel-card .card-description {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    padding: 0 25px 32px;
    flex-grow: 1;
    overflow: hidden;
}

@media only screen and (min-width:992px) {
    .cards.carousel-card .card-description {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.cards.carousel-card .card-description p {
    max-height: 190px;
    /* overflow: hidden */
}

.cards.carousel-card .blue-border {
    border-radius: 0 0 50px 0;
    box-shadow: 10px 10px 0 #0089c0;
    height: 60px;
    width: 100%;
    position: absolute;
    bottom: 0
}

@media only screen and (min-width:992px) {
    .cards.carousel-card .card-image {
        min-height: 250px
    }

    .cards.carousel-card .card-image img {
        height: 250px
    }

    .cards.carousel-card .card-title {
        margin: 25px 25px 16px;
        max-height: 80px
    }

    .cards.carousel-card .card-description p {
        max-height: 100px
    }
}

.cards.default .cta-card {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .12)
}

.cards.default .cta-card .cta-card-image {
    max-width: 100%;
    height: 182px;
    object-fit: cover;
    overflow: hidden
}

.cards.default .cta-card .cta-card-image img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%)
}

.cards.default .cta-card .cta-card-content-outer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    padding: 0
}

.cards.default .cta-card .cta-card-content-outer .cta-card-content {
    padding: 22px
}

.cards.default .cta-card .cta-card-content-outer .cta-card-content .cta-card-title {
    margin-bottom: 16px
}

.cards.default .cta-card .cta-card-content-outer .cta-card-link {
    padding: 22px;
    background-color: #005591;
    text-align: right
}

.cards.default .cta-card .cta-card-content-outer .cta-card-link a {
    text-decoration: none;
    color: #fff
}

.cards.default .cta-card .cta-card-content-outer .cta-card-link .card-link-icon::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-left: 10px
}

@media only screen and (min-width:768px) {
    .cards.default .cta-card {
        flex-direction: row
    }

    .cards.default .cta-card .cta-card-image {
        max-width: 400px;
        height: 400px
    }

    .cards.default .cta-card .cta-card-image img {
        height: 100%;
        width: auto;
        position: absolute
    }

    .cards.default .cta-card .cta-card-content-outer .cta-card-content {
        padding: 48px
    }
}

.cards.device-card {
    height: 100%
}

@media only screen and (min-width:768px) {
    .cards.device-card {
        flex-basis: 100%;
        min-width: 280px
    }
}

.cards.device-card a {
    text-decoration: none
}

.cards.device-card a:hover {
    text-decoration: none;
    color: #fff
}

.cards.device-card .cta-card {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    background: #005591;
    background: linear-gradient(34deg, #005591, #0089c0);
    height: 445px
}

@media only screen and (min-width:768px) {
    .cards.device-card .cta-card {
        height: 500px
    }
}

.cards.device-card .card-image {
    min-height: 250px;
    width: 100%;
    overflow: hidden
}

.cards.device-card .card-image img {
    height: 250px;
    width: auto;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover
}

.cards.device-card .card-title {
    margin: 25px 25px 16px;
    padding: 0;
    color: #fff;
    height: 80px;
    overflow: hidden
}

@media only screen and (min-width:768px) {
    .cards.device-card .card-title {
        height: 105px
    }
}

@media only screen and (min-width:992px) {
    .cards.device-card .card-title {
        height: 120px
    }
}

.cards.device-card .card-link {
    margin: 0 25px 32px;
    padding: 0;
    margin-top: auto;
    height: 45px;
    overflow: hidden;
    display: flex;
    align-items: flex-end
}

@media only screen and (min-width:768px) {
    .cards.device-card .card-link {
        height: 50px
    }
}

.cards.device-card .card-link a {
    display: flex;
    color: #fff;
    text-decoration: none;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 45px;
    align-items: flex-start
}

@media only screen and (min-width:768px) {
    .cards.device-card .card-link a {
        max-height: 50px
    }
}

.cards.device-card .card-link a:hover {
    color: #fff;
    text-decoration: none
}

.cards.device-card .card-link a i {
    padding-left: 10px;
    align-self: center
}

.cards.device-carousel-card .card-primary {
    width: 100%;
    margin: auto;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .12)
}

.cards.device-carousel-card .card-primary .card-image {
    width: 100%;
    height: 201px;
    object-fit: cover;
    position: relative;
    overflow: hidden
}

.cards.device-carousel-card .card-primary .card-image img {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%)
}

.cards.device-carousel-card .card-primary .card-content {
    padding: 24px 30px 20px;
    background: #005591;
    background: linear-gradient(34deg, #005591, #0089c0)
}

.cards.device-carousel-card .card-primary .card-content .card-title {
    margin: 0 0 40px;
    color: #fff
}

@media only screen and (min-width:768px) {
    .cards.device-carousel-card .card-primary .card-content .card-title {
        max-height: 175px
    }
}

.cards.device-carousel-card .card-primary .card-content .card-link {
    margin: 0;
    font-weight: 700;
    text-decoration: none;
    font-style: normal;
    color: #fff;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 100;
    font-style: italic;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0
}

@media only screen and (min-width:768px) {
    .cards.device-carousel-card .card-primary .card-content .card-link {
        max-height: 70px
    }
}

.cards.device-carousel-card .card-primary .card-content .card-link[href] {
    display: flex;
    align-items: center
}

.cards.device-carousel-card .card-primary .card-content .card-link .card-link-icon {
    margin-left: 5px
}

.cards.device-carousel-card .card-primary .card-content .card-link {
    font-weight: 700;
    text-decoration: none;
    font-style: normal;
    color: #fff
}

.cards.device-carousel-card .card-secondary .card-title {
    margin: 0 0 16px;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #002d5a;
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0;
    padding-bottom: 15px
}

@media only screen and (min-width:992px) {
    .cards.device-carousel-card .card-secondary .card-title {
        font-size: 30px;
        line-height: 42px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:768px) {
    .cards.device-carousel-card .card-primary {
        width: 368px
    }

    .cards.device-carousel-card .card-primary .card-image {
        height: 236px
    }

    .cards.device-carousel-card .card-primary .card-content {
        padding: 30px 32px 24px
    }

    .cards.device-carousel-card .card-primary .card-content .card-title {
        margin: 0 0 20px
    }
}

.cards .icon {
    text-align: center
}

.cards .icon .icon-image-frame-outer {
    height: 70px;
    width: 70px;
    border: 1px solid #0089c0;
    border-radius: 50%;
    margin: 0 auto 18px
}

.cards .icon .icon-image-frame-outer .icon-image-frame-inner {
    height: 100%;
    width: 100%;
    border: 4px solid #fff;
    border-radius: 50%;
    overflow: hidden
}

.cards .icon .icon-image-frame-outer .icon-image-frame-inner .icon-image {
    min-height: 100%;
    width: auto;
    min-width: 100%;
    background-color: #fff;
    object-fit: cover;
    overflow: hidden;
    position: relative
}

.cards .icon .icon-image-frame-outer .icon-image-frame-inner .icon-image img {
    min-width: 60%;
    min-height: 60%;
    width: 60%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%)
}

.cards .icon header {
    background-color: transparent;
    box-shadow: none
}

.cards .icon header .icon-title {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
    color: #005591;
    font-weight: 700;
    font-size: 18px
}

@media only screen and (min-width:992px) {
    .cards .icon header .icon-title {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.cards .icon .icon-description {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin: 0
}

@media only screen and (min-width:992px) {
    .cards .icon .icon-description {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.cards .nav-icon {
    text-align: center
}

.cards .nav-icon a,
.cards .nav-icon a:hover {
    text-decoration: none
}

.cards .nav-icon .icon-image {
    height: 109px;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    background-color: #0089c0
}

.cards .nav-icon .icon-image img {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    padding: 15px
}

.cards .nav-icon .icon-title {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    padding: 0 32px;
    margin: 22px 0 12px;
    color: #005591;
    font-weight: 700
}

@media only screen and (min-width:992px) {
    .cards .nav-icon .icon-title {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.cards .nav-icon .icon-description {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    padding: 0 32px;
    margin: 0
}

@media only screen and (min-width:992px) {
    .cards .nav-icon .icon-description {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:768px) {
    .cards .nav-icon {
        text-align: center
    }

    .cards .nav-icon .icon-image {
        height: 100px
    }

    .cards .nav-icon .icon-title {
        padding: 0 10px
    }

    .cards .nav-icon .icon-description {
        padding: 0 10px 22px
    }
}

.centered-text-cta {
    text-align: center
}

.centered-text-cta .title {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #002d5a;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    padding-bottom: 15px
}

@media only screen and (min-width:992px) {
    .centered-text-cta .title {
        font-size: 36px;
        line-height: 50px;
        letter-spacing: 0
    }
}

.centered-text-cta .description {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    color: #666
}

@media only screen and (min-width:992px) {
    .centered-text-cta .description {
        font-size: 22px;
        line-height: 33px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:768px) {
    .centered-text-cta .title {
        font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
        color: #464646;
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0;
        color: #707070;
        padding-bottom: 0
    }
}

@media only screen and (min-width:768px) and (min-width:992px) {
    .centered-text-cta .title {
        font-size: 22px;
        line-height: 33px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:768px) {
    .centered-text-cta .description {
        color: #707070
    }
}

.row.column-splitter {
    margin-left: 0;
    margin-right: 0;
    max-width: none
}

@charset "UTF-8";

.contact-us {
    flex: 0 0 100%;
    max-width: 100%
}

@media only screen and (min-width:768px) {
    .contact-us {
        margin-left: 16.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
}

@media only screen and (min-width:992px) {
    .contact-us {
        margin-left: 25%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.contact-us .contact-us-form {
    text-align: center
}

.contact-us .contact-us-form .contact-us-label {
    display: inline-block;
    margin-bottom: 5px;
    color: #002d5a;
    font-weight: 700;
    width: 100%;
    padding-right: 16px
}

.contact-us .contact-us-form p {
    margin-bottom: 15px
}

.contact-us .contact-us-form select {
    display: none;
    height: 75px;
    white-space: normal;
    margin-bottom: 15px;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif
}

@media only screen and (min-width:567px) {
    .contact-us .contact-us-form select {
        height: auto
    }
}

.contact-us .contact-us-form select.first-level {
    display: block;
    width: 100%;
    border: none;
    background: 0 0;
    padding: 10px;
    margin: 0 auto 30px;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    font-size: 24px;
    font-weight: 700;
    text-decoration: underline;
    color: #002d5a;
    text-align: center;
    background: rgba(0, 0, 0, .05)
}

@media only screen and (min-width:992px) {
    .contact-us .contact-us-form select.first-level {
        font-size: 22px;
        line-height: 33px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:992px) {
    .contact-us .contact-us-form select.first-level {
        font-size: 24px
    }
}

.contact-us .contact-us-form select.shown {
    display: block;
    font-style: italic
}

.contact-us .contact-us-form select option {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    font-style: normal
}

.contact-us .contact-us-form .contact-response.shown::before,
.contact-us .contact-us-form .third-wrapper.shown::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: 24px;
    font-weight: 700;
    color: #002d5a;
    content: "";
    display: block;
    padding: 20px 0 30px
}

.contact-us .contact-us-form table.respiratory-medications {
    width: 100%
}

.contact-us .contact-us-form table.respiratory-medications thead {
    background-color: #002d5a
}

.contact-us .contact-us-form table.respiratory-medications thead h6 {
    color: #fff;
    padding: 0
}

.contact-us .contact-us-form table.respiratory-medications thead .first-col {
    border-bottom-width: 0;
    border-top-left-radius: 7px
}

.contact-us .contact-us-form table.respiratory-medications thead .second-col {
    border-bottom-width: 0;
    border-top-right-radius: 7px
}

.contact-us .contact-us-form table.respiratory-medications tbody {
    background-color: #fff
}

.contact-us .contact-us-form table.respiratory-medications tbody tr:last-of-type .first-col {
    border-top-width: 0;
    border-bottom-left-radius: 7px
}

.contact-us .contact-us-form table.respiratory-medications tbody tr:last-of-type .second-col {
    border-top-width: 0;
    border-bottom-right-radius: 7px
}

.contact-us .contact-us-form table.respiratory-medications td {
    text-align: center;
    vertical-align: middle
}

.contact-us .contact-us-form table.respiratory-medications td p {
    margin-bottom: 0
}

.contact-us .contact-us-form table.respiratory-medications .first-col,
.contact-us .contact-us-form table.respiratory-medications .second-col {
    width: 50%;
    border: 1px solid #464646;
    padding: 10px
}

.contact-us .contact-us-form table.respiratory-medications .second-col {
    border-left-width: 0
}

@media only screen and (min-width:768px) {
    .contact-us .contact-us-form table.respiratory-medications .first-col {
        width: 60%
    }

    .contact-us .contact-us-form table.respiratory-medications .second-col {
        width: 40%
    }
}

.contact-us .contact-response {
    display: none;
    color: #002d5a
}

.contact-us .contact-response.shown {
    display: block
}

.contact-us .contact-response a[href^="mailto:"] {
    color: #002d5a
}

.contact-us .contact-response a[href^="mailto:"]::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-weight: 700;
    vertical-align: middle;
    margin-right: 4px
}

.contact-us .contact-response a[href^="tel:"] {
    color: #002d5a
}

.contact-us .contact-response a[href^="tel:"]::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-weight: 700;
    vertical-align: middle;
    margin-right: 4px
}

.contact-us i.contact-arrow::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: 24px;
    font-weight: 700;
    color: #002d5a;
    content: "";
    display: block;
    padding: 20px 0 30px
}

.container .component-content::after {
    content: "";
    display: table;
    clear: both
}

@media only screen and (min-width:1470px) {
    .container {
        max-width: 1440px
    }
}

.container.dark-grey {
    background-color: #ececec
}

@media only screen and (min-width:1200px) {
    .container.narrow>.component-content {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
        margin-left: 8.333333%;
        padding: 0
    }
}

.container.title-row-box {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    box-sizing: border-box;
    width: 100%;
    height: 87px;
    margin: 0;
    padding: 0;
    background: #f7f7f7
}

.container.title-row-box>.component-content {
    max-width: 960px;
    margin: 0 auto !important
}

.container.title-row-box>.component-content .title {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 23px 0 0 0;
    padding: 0
}

.container.title-row-box>.component-content .title h1 {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    border: none
}

@media only screen and (min-width:992px) {
    .container.title-row-box>.component-content .title h1 {
        font-size: 22px;
        line-height: 33px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:992px) {
    .container.title-row-box>.component-content .title {
        margin: 23px 0 0 20px
    }
}

.container.title-row-box>.component-content .rich-text {
    margin: 0
}

.container.title-row-box>.component-content .rich-text h1,
.container.title-row-box>.component-content .rich-text h2,
.container.title-row-box>.component-content .rich-text h3,
.container.title-row-box>.component-content .rich-text h4 {
    margin: 0;
    padding: 0
}

.container.title-row-box>.component-content .breadcrumb {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0;
    margin: 23px 0 0 0;
    padding: 0;
    float: right;
    clear: both
}

@media only screen and (min-width:992px) {
    .container.title-row-box>.component-content .breadcrumb {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:992px) {
    .container.title-row-box>.component-content .breadcrumb {
        margin: 23px 20px 0 0
    }
}

@media only screen and (max-width:567px) {
    .container.title-row-box>.component-content .breadcrumb {
        display: none
    }
}

@media only screen and (min-width:992px) {
    .container.title-row-box .alpha {
        vertical-align: middle;
        box-sizing: border-box;
        width: auto !important;
        float: left
    }

    .container.title-row-box .omega {
        vertical-align: middle;
        box-sizing: border-box;
        width: auto !important;
        float: right
    }
}

.container.wave-background {
    background: url(/-/media/Project/Lincare/system/CurvesBG-tall.png) no-repeat
}

.content-tabs.mobile.tabs .tabs-heading {
    border-radius: 0
}

.content-tabs.mobile.tabs .tabs-heading>li {
    border: none;
    cursor: initial
}

.content-tabs.mobile.tabs .tabs-heading>li>div.heading {
    background-color: #002d5a;
    color: #fff;
    text-align: center;
    border-radius: 0
}

.content-tabs.mobile.tabs .tabs-heading>li>div.tab-content {
    background-color: #fff;
    color: #4d4d4d;
    border-radius: 0
}

.content-tabs.mobile.tabs .tabs-heading>li>div.tab-content .user-guide-title-container {
    display: none
}

.content-tabs.mobile.tabs .tabs-inner {
    display: flex;
    flex-direction: column
}

.content-tabs.mobile.tabs .tabs-heading {
    display: flex;
    flex-direction: column
}

.content-tabs.mobile.tabs .openContent {
    display: block;
    background-color: #fff;
    color: #4d4d4d
}

@media only screen and (min-width:768px) {
    .content-tabs.tabs li.header:focus-visible {
        border: 2px solid #0089c0
    }

    .content-tabs.tabs .header {
        grid-area: header;
        background: 0 0
    }

    .content-tabs.tabs .header .field-heading {
        text-align: center
    }

    .content-tabs.tabs .content-box {
        grid-area: content;
        display: none;
        cursor: initial
    }

    .content-tabs.tabs .content-box.active {
        display: block;
        position: relative;
        top: -5px
    }

    .content-tabs.tabs .tab-content {
        display: none
    }

    .content-tabs.tabs .tab-content.active {
        display: block;
        border-radius: 0;
        padding: 40px 0;
        color: #4d4d4d
    }

    .content-tabs.tabs .tab-content .tab.active {
        color: #4d4d4d
    }

    .content-tabs.tabs .tabs-heading {
        display: grid;
        grid-template-areas: "header header header header" "content content content content";
        width: 100%
    }

    .content-tabs.tabs .tabs-heading>li>div {
        background: #002d5a;
        color: #fff;
        overflow: hidden
    }

    .content-tabs.tabs .tabs-heading>li>div>div {
        padding: 4px 25px
    }

    .content-tabs.tabs .tabs-heading>li>div>div>div {
        margin: 0
    }

    .content-tabs.tabs .tabs-heading>li {
        background: 0 0;
        border-color: transparent;
        border-right: 0;
        border-left: 0
    }

    .content-tabs.tabs .tabs-heading>li:first-child div {
        border-top-left-radius: 10px
    }

    .content-tabs.tabs .tabs-heading>li:last-child div {
        border-top-right-radius: 10px
    }

    .content-tabs.tabs .tabs-heading>li.active>div {
        background: #fff;
        color: #002d5a
    }

    .content-tabs.tabs .tabs-container {
        background: #fff;
        margin: 0
    }
}

@media only screen and (min-width:768px) and (min-width:1200px) {
    .content-tabs.tabs .tabs-container .field-content {
        margin-left: 8.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
}

.tabs.tabs-bottom .tabs-container {
    margin: 0
}

.tabs.tabs-bottom .tabs-heading {
    position: relative;
    margin-top: -1px
}

.tabs.tabs-bottom .tabs-heading li {
    margin-bottom: 0;
    border-top: 0 solid #fff
}

.tabs.tabs-bottom .tabs-heading li a {
    border: none
}

.tabs.tabs-bottom .tabs-heading li.active {
    border-top: none;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #89c6cc;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #d2d2d2;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #d2d2d2
}

.tabs.tabs-bottom .tabs-heading li.active a {
    border: none;
    position: relative
}

.tabs.tabs-bottom .tabs-heading li:hover {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #89c6cc;
    background: #fff
}

.tabs.tabs-bottom .tabs-container {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #89c6cc;
    border-top: none;
    background: 0 0;
    margin-bottom: 1px
}

.tabs.tabs-center .tabs-container {
    margin: 0
}

.tabs.tabs-center .tabs-container {
    border-top: none;
    background: 0 0;
    margin-bottom: 1px
}

.tabs.tabs-center .tabs-heading {
    display: flex;
    justify-content: center
}

.tabs.tabs-center .tabs-heading li {
    background: 0 0;
    border-color: transparent;
    border-right: 0;
    border-left: 0
}

.tabs.tabs-center .tabs-heading li:first-child div {
    border-top-left-radius: 10px
}

.tabs.tabs-center .tabs-heading li:last-child div {
    border-top-right-radius: 10px
}

.tabs.tabs-center .tabs-heading li.active>div {
    background: #fff;
    color: #002d5a
}

.tabs.tabs-center .tabs-heading li>div {
    background: #002d5a;
    color: #fff;
    overflow: hidden
}

.tabs.tabs-center .tabs-heading li>div>div {
    padding: 14px 25px
}

.tabs.tabs-center .tabs-heading li>div>div>div {
    margin: 0
}

.tabs.tabs-center .tabs-container {
    background: #fff
}

.tabs.tabs-center .tabs-container .field-content {
    padding: 44px 15px 53px
}

@media only screen and (min-width:1200px) {
    .tabs.tabs-center .tabs-container .field-content {
        padding: 80px 15px 150px;
        margin-left: 8.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
}

.tabs.tabs-scrollable .tabs-heading {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0
}

.tabs.tabs-scrollable .tabs-container {
    margin: 0
}

.tabs.tabs-scrollable .prev {
    left: 0;
    background: #e4e4e4 url(../Images/arrow-left.png) center center no-repeat
}

.tabs.tabs-scrollable .next {
    right: 0;
    background: #e4e4e4 url(../Images/arrow-right.png) center center no-repeat
}

.tabs.tabs-scrollable.tabs-bottom .wrapper {
    margin-top: 2px;
    padding-bottom: 6px
}

.tabs.tabs-scrollable.tabs-bottom .next {
    top: 1px
}

.tabs.tabs-scrollable.tabs-bottom .prev {
    top: 1px
}

.tabs.tabs-scrollable.tabs-bottom .tabs-heading {
    margin-top: -4px
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-heading {
    float: right;
    margin-left: -1px
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-heading li {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #f7f7f7;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #f7f7f7;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #89c6cc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f7f7f7
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-heading li.active {
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #89c6cc;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #89c6cc
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-heading li.active a {
    border: none
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-heading li:hover {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #89c6cc
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-container {
    float: right;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #89c6cc;
    border-top: none;
    margin-left: -1px;
    border-left: none
}

.tabs.tabs-vertical .tabs-heading {
    width: 30%;
    float: left
}

.tabs.tabs-vertical .tabs-heading li {
    margin: 0 0 2px 0;
    display: block;
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #f7f7f7;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #f7f7f7;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #89c6cc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f7f7f7
}

.tabs.tabs-vertical .tabs-heading li.active {
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #89c6cc
}

.tabs.tabs-vertical .tabs-heading li.active a {
    border: none
}

.tabs.tabs-vertical .tabs-heading li:first-child {
    margin-top: 0
}

.tabs.tabs-vertical .tabs-heading li:hover {
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #89c6cc
}

.tabs.tabs-vertical .tabs-container {
    margin: 0;
    float: left;
    width: 70%;
    margin-left: -1px;
    border-top: none;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #89c6cc
}

.content-tabs.mobile.tabs.tabs-center .tabs-heading {
    border-radius: 0
}

.content-tabs.mobile.tabs.tabs-center .tabs-heading li {
    border: none
}

.content-tabs.mobile.tabs.tabs-center .tabs-heading li>div.heading {
    background-color: #002d5a;
    color: #fff;
    text-align: center;
    border-radius: 0
}

.content-tabs.mobile.tabs.tabs-center .tabs-heading li>div.tab-content {
    background-color: #fff;
    color: #4d4d4d;
    border-radius: 0
}

.content-tabs.mobile.tabs .tabs-inner {
    display: flex;
    flex-direction: column
}

.content-tabs.mobile.tabs .tabs-heading {
    display: flex;
    flex-direction: column
}

.content-tabs.mobile.tabs .openContent {
    display: block;
    background-color: #fff;
    color: #4d4d4d
}

@media only screen and (min-width:768px) {
    .content-tabs.tabs.tabs-center .header {
        grid-area: header;
        background: 0 0
    }

    .content-tabs.tabs.tabs-center .content-box {
        grid-area: content;
        display: none
    }

    .content-tabs.tabs.tabs-center .content-box.active {
        display: block;
        position: relative;
        top: -5px
    }

    .content-tabs.tabs.tabs-center .tab-content {
        display: none
    }

    .content-tabs.tabs.tabs-center .tab-content.active {
        display: block;
        border-radius: 0
    }

    .content-tabs.tabs.tabs-center .tab-content.active>div {
        color: #4d4d4d
    }

    .content-tabs.tabs.tabs-center .tabs-heading {
        display: grid;
        grid-template-areas: "header header header header" "content content content content";
        width: 100%
    }
}

.accordionContainer {
    padding-top: 16px
}

.expand {
    display: inline-block;
    margin: 0 0 7px 8px;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0;
    text-decoration: underline;
    color: #005591;
    cursor: pointer
}

@media only screen and (min-width:992px) {
    .expand {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0
    }
}

.expand:hover {
    color: #002d5a
}

@media only screen and (min-width:768px) {
    .expand {
        margin: 0 0 2px 21px
    }
}

.collapse {
    display: inline-block;
    margin: 0 0 22px 8px;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0;
    text-decoration: underline;
    color: #005591;
    cursor: pointer
}

@media only screen and (min-width:992px) {
    .collapse {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0
    }
}

.collapse:hover {
    color: #002d5a
}

@media only screen and (min-width:768px) {
    .collapse {
        margin: 0 0 24px 21px
    }
}

.showBtn {
    display: flex;
    justify-content: center;
    white-space: nowrap;
    margin: 32px auto 0
}

.bottomBorder {
    border-bottom: 1px solid #96a5b4
}

.hidden {
    display: none
}

.toggleBtn {
    position: relative;
    height: 25px;
    width: 25px;
    min-width: 25px;
    border: 2px solid #005591;
    border-radius: 50%;
    margin: 16px 12px auto auto;
    cursor: pointer
}

.toggleBtn::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 6px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    height: 10px;
    width: 10px;
    border: 2px solid #005591;
    border-width: 2px 2px 0 0;
    transition: all .25s ease-in-out
}

.toggleBtn p {
    display: none
}

.activeQuestion .toggleBtn {
    background-color: #005591
}

.activeQuestion .toggleBtn::after {
    top: 7px;
    left: 5px;
    border-color: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.device-companion-app .device-companion-container {
    display: flex;
    flex-direction: column
}

.device-companion-app .device-companion-heading {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #002d5a;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    padding-bottom: 15px;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
    color: #002d5a;
    padding-bottom: 21px
}

@media only screen and (min-width:992px) {
    .device-companion-app .device-companion-heading {
        font-size: 36px;
        line-height: 50px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:992px) {
    .device-companion-app .device-companion-heading {
        font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
        color: #002d5a;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0;
        padding-bottom: 15px
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .device-companion-app .device-companion-heading {
        font-size: 36px;
        line-height: 50px;
        letter-spacing: 0
    }
}

.device-companion-app .device-companion-image {
    text-align: center;
    padding-bottom: 20px
}

.device-companion-app .device-companion-image img {
    border-radius: 10px;
    height: auto;
    max-width: 100%
}

.device-companion-app .store-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.device-companion-app .store-images img {
    height: auto;
    width: 100%;
    margin-bottom: 10px
}

.device-companion-app .device-companion-desktop-heading {
    display: none
}

.device-companion-app .device-companion-details p {
    margin-bottom: 23px
}

.device-companion-app .device-companion-description-list {
    margin-bottom: 16.5px
}

@media only screen and (min-width:768px) {
    .device-companion-app .store-images {
        flex-direction: row;
        justify-content: space-around
    }

    .device-companion-app .store-images img {
        max-height: 91px
    }

    .device-companion-app .device-companion-image {
        padding-bottom: 0
    }
}

@media only screen and (min-width:768px) and (min-width:992px) {
    .device-companion-app .device-companion-heading {
        display: none
    }

    .device-companion-app .device-companion-desktop-heading {
        display: block;
        font-size: 36px
    }

    .device-companion-app .device-companion-container {
        flex-direction: row
    }

    .device-companion-app .device-companion-details {
        display: flex;
        justify-content: space-between;
        flex-direction: column
    }

    .device-companion-app .device-companion-details p {
        margin-bottom: 27.5px
    }

    .device-companion-app .device-companion-image {
        align-self: center;
        flex: 1
    }

    .device-companion-app .device-companion-image img {
        max-width: none
    }

    .device-companion-app .device-companion-sub-container {
        padding-left: 63px;
        height: auto;
        flex: 10
    }

    .device-companion-app .store-images {
        flex-direction: row;
        justify-content: space-between
    }

    .device-companion-app .store-images img {
        width: 232px;
        max-height: 69px
    }

    .device-companion-app .store-images::after {
        content: "";
        display: block;
        clear: both
    }
}

@media only screen and (min-width:768px) and (min-width:1200px) {
    .device-companion-app .device-companion-details {
        flex-direction: row
    }

    .device-companion-app .device-companion-description-list {
        width: 60%
    }

    .device-companion-app .store-images {
        flex-direction: column;
        max-width: 232px;
        align-self: flex-end;
        justify-content: center;
        margin-bottom: 16.5px
    }
}

.device-companion-app ol li,
.device-companion-app ul li {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    margin-top: 0
}

@media only screen and (min-width:992px) {

    .device-companion-app ol li,
    .device-companion-app ul li {
        font-size: 18px;
        line-height: 27px
    }
}

.device-companion-app ol {
    list-style: initial;
    list-style-type: decimal
}

.device-companion-app ol li::marker {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: inline-table;
    word-wrap: break-word
}

.device-companion-app ol li {
    padding-left: 4px;
    margin-bottom: 12px;
    margin-left: 16px
}

@media only screen and (min-width:992px) {
    .device-companion-app ol li {
        padding-left: 3px;
        margin-left: 17px
    }
}

.device-companion-app ol li:last-child {
    margin-bottom: 15px
}

.device-companion-app ul li::before {
    content: "\2022";
    color: #0089c0;
    font-size: 24px;
    display: inline-table;
    word-wrap: break-word;
    width: 10px;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    margin-right: -9px
}

@media only screen and (min-width:992px) {
    .device-companion-app ul li::before {
        -webkit-transform: translateX(-21px);
        transform: translateX(-21px)
    }
}

.device-companion-app ul li {
    display: block;
    margin-bottom: 10px;
    margin-left: 20px
}

@media only screen and (min-width:992px) {
    .device-companion-app ul li {
        margin-bottom: 12px
    }
}

.device-purchase-cta .card-title {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #002d5a;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    padding-bottom: 15px;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0
}

@media only screen and (min-width:992px) {
    .device-purchase-cta .card-title {
        font-size: 36px;
        line-height: 50px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:992px) {
    .device-purchase-cta .card-title {
        font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
        color: #002d5a;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0;
        padding-bottom: 15px
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .device-purchase-cta .card-title {
        font-size: 36px;
        line-height: 50px;
        letter-spacing: 0
    }
}

.device-purchase-cta .cta-card {
    display: flex;
    flex-direction: column;
    padding: 30px 30px 35px 22px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .12);
    background-color: #ffffffcc
}

@media only screen and (min-width:768px) {
    .device-purchase-cta .cta-card {
        display: flex;
        flex-direction: row;
        padding: 40px 80px 35px 40px
    }
}

.device-purchase-cta .card-description {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    margin-bottom: 16px
}

@media only screen and (min-width:992px) {
    .device-purchase-cta .card-description {
        font-size: 22px;
        line-height: 33px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:768px) {
    .device-purchase-cta .card-description {
        width: auto;
        margin: 0
    }
}

.device-purchase-cta .card-link-container {
    justify-content: center;
    margin: 0 auto
}

@media only screen and (min-width:768px) {
    .device-purchase-cta .card-link-container {
        margin: 0;
        margin-left: 40px
    }
}

@media only screen and (min-width:992px) {
    .device-purchase-cta .card-link-container {
        margin-left: 120px
    }
}

@media only screen and (min-width:768px) {
    .device-purchase-cta .card-link-container a {
        white-space: nowrap
    }
}

.device-purchase-cta ol li,
.device-purchase-cta ul li {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    margin-top: 0
}

@media only screen and (min-width:992px) {

    .device-purchase-cta ol li,
    .device-purchase-cta ul li {
        font-size: 18px;
        line-height: 27px
    }
}

.device-purchase-cta ol {
    list-style: initial;
    list-style-type: decimal
}

.device-purchase-cta ol li::marker {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: inline-table;
    word-wrap: break-word
}

.device-purchase-cta ol li {
    padding-left: 4px;
    margin-bottom: 12px;
    margin-left: 16px
}

@media only screen and (min-width:992px) {
    .device-purchase-cta ol li {
        padding-left: 3px;
        margin-left: 17px
    }
}

.device-purchase-cta ol li:last-child {
    margin-bottom: 15px
}

.device-purchase-cta ul li::before {
    content: "\2022";
    color: #0089c0;
    font-size: 24px;
    display: inline-table;
    word-wrap: break-word;
    width: 10px;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    margin-right: -9px
}

@media only screen and (min-width:992px) {
    .device-purchase-cta ul li::before {
        -webkit-transform: translateX(-21px);
        transform: translateX(-21px)
    }
}

.device-purchase-cta ul li {
    display: block;
    margin-bottom: 10px;
    margin-left: 20px
}

@media only screen and (min-width:992px) {
    .device-purchase-cta ul li {
        margin-bottom: 12px
    }
}

.divider hr {
    margin: 10px 0;
    border: 0;
    height: 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #d2d2d2
}

.white-space-divider hr {
    border: none
}

.modal-overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 125;
    background-color: rgba(0, 0, 0, .5);
    position: fixed
}

.modal-overlay .video-container {
    width: 100%;
    height: 100%;
    display: flex
}

.modal-overlay .video-container .video-frame {
    margin: auto;
    width: 300px;
    height: calc(300px * 9 / 16);
    border-radius: 15px;
    overflow: hidden;
    position: relative
}

@media only screen and (min-width:567px) {
    .modal-overlay .video-container .video-frame {
        width: 500px;
        height: calc(500px * 9 / 16)
    }
}

@media only screen and (min-width:768px) {
    .modal-overlay .video-container .video-frame {
        width: 700px;
        height: calc(700px * 9 / 16)
    }
}

@media only screen and (min-width:992px) {
    .modal-overlay .video-container .video-frame {
        width: 900px;
        height: calc(900px * 9 / 16)
    }
}

.modal-overlay .video-container .video-frame iframe {
    width: 100%;
    height: 100%
}

.modal-overlay .video-container .video-frame img {
    min-width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%)
}

.email-form {
    background-color: #005591;
    color: #fff;
    width: 100%
}

.email-form .component-content {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 24px
}

@media only screen and (min-width:992px) {
    .email-form .component-content {
        padding: 18px 0 3px
    }
}

.email-form .form-info {
    display: flex;
    align-items: center
}

@media only screen and (min-width:992px) {
    .email-form .form-info {
        padding-bottom: 3px
    }
}

.email-form .form-info span {
    display: block;
    color: #fff;
    white-space: nowrap;
    padding-top: 20px;
    padding: 0;
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0
}

@media only screen and (min-width:992px) {
    .email-form .form-info span {
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0
    }
}

.email-form .form-info h4 {
    color: #fff;
    white-space: nowrap;
    padding: 0;
    padding-bottom: 12px;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0
}

@media only screen and (min-width:992px) {
    .email-form .form-info h4 {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 0
    }
}

.email-form .form-response-wrapper {
    display: none;
    background-color: #fff;
    border-radius: 10px;
    padding: 45px 30px;
    border: 1px solid #707070;
    z-index: 150;
    left: 10%;
    right: 10%;
    top: 30%;
    color: #464646;
    text-align: center;
    display: block;
    background: url(/-/media/Project/Lincare/system/blue-upper-right-swoop.png) no-repeat;
    background-position: right -15px top 0;
    background-size: 50% auto;
    background-color: #fff;
    position: fixed
}

@media only screen and (min-width:768px) {
    .email-form .form-response-wrapper {
        left: 20%;
        right: 20%
    }
}

@media only screen and (min-width:992px) {
    .email-form .form-response-wrapper {
        left: 30%;
        right: 30%
    }
}

.email-form .form-response {
    margin-bottom: 25px
}

.email-form form {
    padding: 0
}

.email-form form input {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    padding: 15px;
    margin-left: 15px;
    width: calc(100% - 30px);
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    margin-bottom: 15px
}

@media only screen and (min-width:992px) {
    .email-form form input {
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0;
        width: calc(100% / 3 - 20px)
    }
}

@media only screen and (min-width:1200px) {
    .email-form form input {
        width: calc(100% / 4)
    }
}

@media only screen and (min-width:1470px) {
    .email-form form input {
        width: calc(100% / 6 - 20px)
    }

    .email-form form input[name=emailAddress] {
        width: calc(100% / 6 - 10px)
    }

    .email-form form input[name=phone] {
        width: calc(100% / 6 - 0px)
    }

    .email-form form input[name=zip] {
        width: calc(100% / 9 + 10px)
    }
}

.email-form form label {
    color: #fff;
    left: 15px
}

.email-form form input[type=submit] {
    background-color: #002d5a;
    margin-right: 0;
    margin-bottom: 0;
    padding: 16px 30px
}

.email-form .validation-messages {
    display: none
}

.email-form.dark-blue {
    background-color: #002d5a
}

.email-form.dark-blue .form-info,
.email-form.dark-blue form {
    background-color: #002d5a !important
}

.email-form.dark-blue form input[type=submit] {
    background-color: #005591
}

.email-form.single-column {
    background-color: transparent !important
}

.email-form.single-column .component-content {
    padding: 0
}

.email-form.single-column .form-info {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    background-color: #005591;
    border-radius: 15px 15px 0 0;
    padding: 35px 24px 0
}

.email-form.single-column .form-info h4 {
    white-space: normal
}

.email-form.single-column form {
    background-color: #005591;
    border-radius: 0 0 15px 15px;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 24px 40px
}

.email-form.single-column form input {
    padding: 12px;
    width: 100% !important;
    margin: 0 0 12px
}

.email-form.single-column form input[type=submit] {
    margin-right: 0;
    padding: 16px 44px;
    margin: 0
}

.email-form.single-column form label {
    top: -33px
}

@charset "UTF-8";

.event-list li,
.event-list li>.scLooseFrameZone {
    background: #fff;
    display: inline-flex;
    width: 100%;
    align-items: center;
    color: #747474;
    flex-flow: row wrap
}

.event-list li::after,
.event-list li>.scLooseFrameZone::after {
    content: "";
    display: table;
    clear: both
}

.event-list {
    background: 0 0
}

.event-list .avi,
.event-list .bmp,
.event-list .doc,
.event-list .docx,
.event-list .field-filetypeicon>a>span,
.event-list .gif,
.event-list .jpeg,
.event-list .jpg,
.event-list .mov,
.event-list .mp3,
.event-list .mp4,
.event-list .pdf,
.event-list .png,
.event-list .ppt,
.event-list .pptx,
.event-list .psd,
.event-list .txt,
.event-list .wma,
.event-list .wmv,
.event-list .xls,
.event-list .xlsx,
.event-list .zip {
    display: inline-block;
    box-sizing: border-box;
    font-weight: 400;
    width: 15px;
    height: 21px;
    margin: 0;
    padding: 0;
    position: relative
}

.event-list .avi::before,
.event-list .bmp::before,
.event-list .doc::before,
.event-list .docx::before,
.event-list .field-filetypeicon>a>span::before,
.event-list .gif::before,
.event-list .jpeg::before,
.event-list .jpg::before,
.event-list .mov::before,
.event-list .mp3::before,
.event-list .mp4::before,
.event-list .pdf::before,
.event-list .png::before,
.event-list .ppt::before,
.event-list .pptx::before,
.event-list .psd::before,
.event-list .txt::before,
.event-list .wma::before,
.event-list .wmv::before,
.event-list .xls::before,
.event-list .xlsx::before,
.event-list .zip::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px !important;
    position: absolute;
    display: block;
    top: 50%;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.event-list .field-filetypeicon span::before {
    content: ""
}

.event-list .field-filetypeicon .pdf::before {
    content: ""
}

.event-list .field-filetypeicon .xls::before,
.event-list .field-filetypeicon .xlsx::before {
    content: ""
}

.event-list .field-filetypeicon .ppt::before,
.event-list .field-filetypeicon .pptx::before {
    content: ""
}

.event-list .field-filetypeicon .doc::before,
.event-list .field-filetypeicon .docx::before {
    content: ""
}

.event-list .field-filetypeicon .bmp::before,
.event-list .field-filetypeicon .gif::before,
.event-list .field-filetypeicon .jpeg::before,
.event-list .field-filetypeicon .jpg::before,
.event-list .field-filetypeicon .png::before,
.event-list .field-filetypeicon .psd::before,
.event-list .field-filetypeicon .tif::before {
    content: ""
}

.event-list .field-filetypeicon .avi::before,
.event-list .field-filetypeicon .divx::before,
.event-list .field-filetypeicon .flv::before,
.event-list .field-filetypeicon .gifv::before,
.event-list .field-filetypeicon .h264::before,
.event-list .field-filetypeicon .m4v::before,
.event-list .field-filetypeicon .mk3d::before,
.event-list .field-filetypeicon .mkv::before,
.event-list .field-filetypeicon .mov::before,
.event-list .field-filetypeicon .movie::before,
.event-list .field-filetypeicon .mp4::before,
.event-list .field-filetypeicon .mpg::before,
.event-list .field-filetypeicon .oggv::before,
.event-list .field-filetypeicon .rv::before,
.event-list .field-filetypeicon .swf::before,
.event-list .field-filetypeicon .vid::before,
.event-list .field-filetypeicon .vp6::before,
.event-list .field-filetypeicon .webm::before,
.event-list .field-filetypeicon .wmv::before {
    content: ""
}

.event-list .field-filetypeicon .aa::before,
.event-list .field-filetypeicon .aac::before,
.event-list .field-filetypeicon .aax::before,
.event-list .field-filetypeicon .ac3::before,
.event-list .field-filetypeicon .aif::before,
.event-list .field-filetypeicon .aiff::before,
.event-list .field-filetypeicon .amz::before,
.event-list .field-filetypeicon .asx::before,
.event-list .field-filetypeicon .au::before,
.event-list .field-filetypeicon .avr::before,
.event-list .field-filetypeicon .fla::before,
.event-list .field-filetypeicon .flac::before,
.event-list .field-filetypeicon .m3u::before,
.event-list .field-filetypeicon .m4a::before,
.event-list .field-filetypeicon .mid::before,
.event-list .field-filetypeicon .midi::before,
.event-list .field-filetypeicon .mka::before,
.event-list .field-filetypeicon .mp3::before,
.event-list .field-filetypeicon .mp4a::before,
.event-list .field-filetypeicon .ogg::before,
.event-list .field-filetypeicon .pcm::before,
.event-list .field-filetypeicon .ra::before,
.event-list .field-filetypeicon .rma::before,
.event-list .field-filetypeicon .wav::before,
.event-list .field-filetypeicon .wma::before,
.event-list .field-filetypeicon .xwma::before {
    content: ""
}

.event-list .field-filetypeicon .txt::before {
    content: ""
}

.event-list .field-filetypeicon .dmg::before,
.event-list .field-filetypeicon .gz::before,
.event-list .field-filetypeicon .iso::before,
.event-list .field-filetypeicon .rar::before,
.event-list .field-filetypeicon .tar::before,
.event-list .field-filetypeicon .zip::before,
.event-list .field-filetypeicon .zipx::before {
    content: ""
}

.event-list .field-filetypeicon .config::before,
.event-list .field-filetypeicon .cpp::before,
.event-list .field-filetypeicon .css::before,
.event-list .field-filetypeicon .git::before,
.event-list .field-filetypeicon .h::before,
.event-list .field-filetypeicon .ini::before,
.event-list .field-filetypeicon .js::before,
.event-list .field-filetypeicon .py::before {
    content: ""
}

.event-list .field-filetypeicon .apk::before,
.event-list .field-filetypeicon .app::before,
.event-list .field-filetypeicon .bat::before,
.event-list .field-filetypeicon .deb::before,
.event-list .field-filetypeicon .dll::before,
.event-list .field-filetypeicon .exe::before,
.event-list .field-filetypeicon .jar::before,
.event-list .field-filetypeicon .msi::before,
.event-list .field-filetypeicon .pl::before,
.event-list .field-filetypeicon .prg::before,
.event-list .field-filetypeicon .scr::before,
.event-list .field-filetypeicon .sh::before,
.event-list .field-filetypeicon .vb::before {
    content: ""
}

.event-list .field-filetypeicon .asp::before,
.event-list .field-filetypeicon .aspx::before,
.event-list .field-filetypeicon .cfm::before,
.event-list .field-filetypeicon .com::before,
.event-list .field-filetypeicon .edu::before,
.event-list .field-filetypeicon .gov::before,
.event-list .field-filetypeicon .htm::before,
.event-list .field-filetypeicon .html::before,
.event-list .field-filetypeicon .jhtml::before,
.event-list .field-filetypeicon .mil::before,
.event-list .field-filetypeicon .net::before,
.event-list .field-filetypeicon .org::before,
.event-list .field-filetypeicon .php3::before,
.event-list .field-filetypeicon .php4::before,
.event-list .field-filetypeicon .php5::before,
.event-list .field-filetypeicon .php::before,
.event-list .field-filetypeicon .phtmle::before,
.event-list .field-filetypeicon .xhtml::before {
    content: ""
}

.event-list p {
    padding-bottom: 15px
}

.event-list ul {
    list-style-position: inside
}

.event-list ul li {
    margin-bottom: .5rem
}

.event-list ul li::before {
    content: "\2022";
    color: #0089c0;
    font-weight: 900;
    display: inline-block;
    width: 20px
}

.event-list h1,
.event-list h2,
.event-list h3,
.event-list h4,
.event-list h5,
.event-list h6 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #89c6cc
}

.event-list ul {
    margin: 10px 0
}

.event-list li {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    margin-left: 0;
    box-sizing: border-box;
    padding: 15px 15px 40px 15px;
    position: relative;
    margin: 10px 0
}

.event-list li>.scLooseFrameZone>.scEmptyPlaceholder {
    flex-basis: 100%
}

.event-list .event-list-time {
    order: 1;
    flex-grow: 1;
    font-weight: 700;
    min-width: 115px;
    max-width: 20%
}

.event-list .event-list-time .scWebEditInput {
    display: inline
}

.event-list .event-list-info {
    order: 1;
    flex-grow: 2;
    margin: 0 15px;
    max-width: 75%
}

.event-list .event-list-name {
    font-size: 16px;
    font-weight: 700
}

.event-list .event-list-link,
.event-list .event-list-place {
    position: absolute;
    bottom: 5px;
    padding-left: 15px
}

.event-list .event-list-link::before,
.event-list .event-list-place::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0
}

.event-list .event-list-place {
    left: 10px
}

.event-list .event-list-place::before {
    content: ""
}

.event-list .event-list-link {
    right: 10px
}

.event-list .event-list-link a {
    font-size: 1em;
    color: #747474
}

.event-list .event-list-link a:hover {
    color: #878787;
    text-decoration: none;
    border-bottom: 1px solid #89c6cc
}

.event-list .event-list-link::before {
    content: ""
}

.event-list .scWebEditInput {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif
}

.facebook-comments .fb-comments {
    width: 100%
}

.facebook-comments .fb-comments>span {
    text-align: justify !important;
    width: 100% !important
}

.facebook-comments .fb-comments>span>iframe {
    width: 100% !important
}

.faq-icons .faq-icons-title {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #002d5a;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    padding-bottom: 15px;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
    color: #002d5a;
    padding-bottom: 30px
}

@media only screen and (min-width:992px) {
    .faq-icons .faq-icons-title {
        font-size: 36px;
        line-height: 50px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:768px) {
    .faq-icons .faq-icons-title {
        padding-bottom: 38px
    }
}

.faq-icons .faq-icons-list {
    flex-direction: row
}

.faq-icons .faq-icons-list.slick-slider {
    flex-direction: column
}

.faq-icons .faq-icons-card {
    flex: 1
}

.faq-icons .faq-icons-card .faq-icons-image-frame-outer {
    height: 216px;
    width: 216px;
    border: 1.5px solid #005591;
    border-radius: 50%;
    margin: 0 auto 28px
}

@media only screen and (min-width:768px) {
    .faq-icons .faq-icons-card .faq-icons-image-frame-outer {
        border: 1px solid rgba(102, 102, 102, .5)
    }
}

.faq-icons .faq-icons-card .faq-icons-image-frame-outer .faq-icons-image-frame-inner {
    height: 100%;
    width: 100%;
    border: 6px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    position: relative
}

@media only screen and (min-width:768px) {
    .faq-icons .faq-icons-card .faq-icons-image-frame-outer .faq-icons-image-frame-inner {
        border: 8px solid #fff
    }
}

.faq-icons .faq-icons-card .faq-icons-image-frame-outer .faq-icons-image-frame-inner img {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%)
}

.faq-icons .faq-icons-card .faq-icons-text-container {
    max-width: 100%;
    word-break: break-word;
    padding: 0 10px;
    text-align: center
}

.faq-icons .faq-icons-card .faq-icons-text-container .faq-icons-link {
    text-decoration: none;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    color: #005591;
    font-weight: 700
}

.faq-icons .faq-icons-card .faq-icons-text-container .faq-icons-link:hover {
    text-decoration: underline;
}

@media only screen and (min-width:992px) {
    .faq-icons .faq-icons-card .faq-icons-text-container .faq-icons-link {
        font-size: 22px;
        line-height: 33px;
        letter-spacing: 0
    }
}

.faq-icons .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 10px 0 20px;
    list-style-type: none
}

.faq-icons .slick-dots li {
    margin: 0 10px
}

.faq-icons .slick-dots button {
    display: block;
    width: 15px;
    height: 15px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #ccc;
    font-size: 0
}

.faq-icons .slick-dots li.slick-active button {
    background-color: #0089c0
}

@media only screen and (min-width:768px) {
    .faq-icons .faq-icons-card .faq-icons-image-frame-outer {
        border: 1px solid rgba(102, 102, 102, .8)
    }
}

.faq {
    cursor: pointer
}

.faq:focus-visible {
    border: 2px solid #002d5a
}

.faq .question {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-size: 18px;
    padding: 19px 12px 30px 8px;
    transition: .4s
}

@media only screen and (min-width:992px) {
    .faq .question {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.faq .openQuestion {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 700;
    padding-bottom: 0
}

@media only screen and (min-width:992px) {
    .faq .openQuestion {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.faq .answerContainer {
    max-height: 0;
    transition: max-height .4s ease-out;
    overflow: hidden
}

.faq .answer {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    padding: 14px 6px 31px 10px
}

@media only screen and (min-width:992px) {
    .faq .answer {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.faq .panel {
    display: flex;
    flex-direction: row
}

.faq .hidden {
    display: none
}

@media only screen and (min-width:768px) {
    .faq .question {
        padding: 20px 32px 23px 21px
    }

    .faq .openQuestion {
        padding: 30px 32px 0 21px
    }

    .faq .answer {
        padding: 22px 124px 20px 21px
    }
}

.faq ol li,
.faq ul li {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    margin-top: 0
}

@media only screen and (min-width:992px) {

    .faq ol li,
    .faq ul li {
        font-size: 18px;
        line-height: 27px
    }
}

.faq ol {
    list-style: initial;
    list-style-type: decimal
}

.faq ol li::marker {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: inline-table;
    word-wrap: break-word
}

.faq ol li {
    padding-left: 4px;
    margin-bottom: 12px;
    margin-left: 16px
}

@media only screen and (min-width:992px) {
    .faq ol li {
        padding-left: 3px;
        margin-left: 17px
    }
}

.faq ol li:last-child {
    margin-bottom: 15px
}

.faq ul li::before {
    content: "\2022";
    color: #0089c0;
    font-size: 24px;
    display: inline-table;
    word-wrap: break-word;
    width: 10px;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    margin-right: -9px
}

@media only screen and (min-width:992px) {
    .faq ul li::before {
        -webkit-transform: translateX(-21px);
        transform: translateX(-21px)
    }
}

.faq ul li {
    display: block;
    margin-bottom: 10px;
    margin-left: 20px
}

@media only screen and (min-width:992px) {
    .faq ul li {
        margin-bottom: 12px
    }
}

.feed {
    background: 0 0
}

.feed h1,
.feed h2,
.feed h3,
.feed h4,
.feed h5,
.feed h6 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d2d2d2
}

.feed .feed-item {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d2d2d2;
    padding: 10px 10px 10px 0;
    margin-left: 10px;
    background: 0 0
}

.feed .feed-title a {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0;
    text-decoration: none;
    font-weight: 700;
    display: block
}

@media only screen and (min-width:992px) {
    .feed .feed-title a {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0
    }
}

.feed .feed-datetime {
    font-size: 10px;
    float: left
}

.feed .feed-author {
    font-size: 10px;
    float: right
}

.feed .feed-description {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0;
    box-sizing: border-box;
    margin: 5px;
    overflow: hidden;
    clear: both
}

@media only screen and (min-width:992px) {
    .feed .feed-description {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0
    }
}

.feed .feed-description img {
    margin: 0 4px
}

.feed.feed-grid .feed-item {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    width: 32%;
    margin: 0 1% 10px 0;
    padding: 20px
}

@media only screen and (min-width:768px) {
    .feed.feed-grid .feed-item {
        width: 100%
    }
}

.field-editor {
    background: 0 0;
    overflow: hidden
}

.field-editor .field-table {
    width: 100%;
    border-collapse: collapse
}

.field-editor .field-table table {
    word-wrap: break-word;
    table-layout: fixed
}

.field-editor .field-table tbody {
    border: none;
    background: 0 0
}

.field-editor .field-table tbody tr {
    background: 0 0
}

.field-editor .field-table th {
    color: #000;
    padding: 5px 10px;
    text-align: left;
    vertical-align: middle
}

.field-editor .field-table td {
    color: #747474;
    padding: 5px 10px;
    text-align: left;
    vertical-align: middle
}

.field-editor.position-right .field-table td {
    text-align: right
}

.field-editor.position-center .field-table td {
    text-align: center
}

@charset "UTF-8";

.file-list {
    background: 0 0
}

.file-list h1,
.file-list h2,
.file-list h3,
.file-list h4,
.file-list h5,
.file-list h6 {
    color: #747474;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: transparent
}

.file-list li {
    margin: 0 20px 5px 0
}

.file-list li * {
    color: #747474
}

.file-list .list-item {
    background: 0 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #89c6cc
}

.file-list .list-item a:hover {
    color: #878787
}

.file-list .list-item>.scEnabledChrome {
    width: 100%
}

.file-list .list-item>.scEnabledChrome .scEmptyPlaceholder {
    width: 100%;
    margin-left: 0
}

.file-list .list-item>*,
.file-list .list-item>.scEnabledChrome>* {
    flex-shrink: 1;
    flex-grow: 1;
    margin-left: 5px
}

.file-list .list-item .field-filetypeicon>a {
    display: block
}

.file-list .list-item .field-filetypeicon span {
    display: block;
    height: 17px
}

.file-list .list-item .field-filetypeicon span::before {
    font-size: 18px
}

.file-list .field-customimage,
.file-list .field-description,
.file-list .field-linktext,
.file-list .field-size {
    color: #747474;
    font-size: #747474
}

.file-list .field-linktext a {
    text-decoration: none
}

.file-list .avi,
.file-list .bmp,
.file-list .doc,
.file-list .docx,
.file-list .field-filetypeicon>a>span,
.file-list .gif,
.file-list .jpeg,
.file-list .jpg,
.file-list .mov,
.file-list .mp3,
.file-list .mp4,
.file-list .pdf,
.file-list .png,
.file-list .ppt,
.file-list .pptx,
.file-list .psd,
.file-list .txt,
.file-list .wma,
.file-list .wmv,
.file-list .xls,
.file-list .xlsx,
.file-list .zip {
    display: inline-block;
    box-sizing: border-box;
    font-weight: 400;
    width: 15px;
    height: 21px;
    margin: 0;
    padding: 0;
    position: relative
}

.file-list .avi::before,
.file-list .bmp::before,
.file-list .doc::before,
.file-list .docx::before,
.file-list .field-filetypeicon>a>span::before,
.file-list .gif::before,
.file-list .jpeg::before,
.file-list .jpg::before,
.file-list .mov::before,
.file-list .mp3::before,
.file-list .mp4::before,
.file-list .pdf::before,
.file-list .png::before,
.file-list .ppt::before,
.file-list .pptx::before,
.file-list .psd::before,
.file-list .txt::before,
.file-list .wma::before,
.file-list .wmv::before,
.file-list .xls::before,
.file-list .xlsx::before,
.file-list .zip::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px !important;
    position: absolute;
    display: block;
    top: 50%;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.file-list .field-filetypeicon span::before {
    content: ""
}

.file-list .field-filetypeicon .pdf::before {
    content: ""
}

.file-list .field-filetypeicon .xls::before,
.file-list .field-filetypeicon .xlsx::before {
    content: ""
}

.file-list .field-filetypeicon .ppt::before,
.file-list .field-filetypeicon .pptx::before {
    content: ""
}

.file-list .field-filetypeicon .doc::before,
.file-list .field-filetypeicon .docx::before {
    content: ""
}

.file-list .field-filetypeicon .bmp::before,
.file-list .field-filetypeicon .gif::before,
.file-list .field-filetypeicon .jpeg::before,
.file-list .field-filetypeicon .jpg::before,
.file-list .field-filetypeicon .png::before,
.file-list .field-filetypeicon .psd::before,
.file-list .field-filetypeicon .tif::before {
    content: ""
}

.file-list .field-filetypeicon .avi::before,
.file-list .field-filetypeicon .divx::before,
.file-list .field-filetypeicon .flv::before,
.file-list .field-filetypeicon .gifv::before,
.file-list .field-filetypeicon .h264::before,
.file-list .field-filetypeicon .m4v::before,
.file-list .field-filetypeicon .mk3d::before,
.file-list .field-filetypeicon .mkv::before,
.file-list .field-filetypeicon .mov::before,
.file-list .field-filetypeicon .movie::before,
.file-list .field-filetypeicon .mp4::before,
.file-list .field-filetypeicon .mpg::before,
.file-list .field-filetypeicon .oggv::before,
.file-list .field-filetypeicon .rv::before,
.file-list .field-filetypeicon .swf::before,
.file-list .field-filetypeicon .vid::before,
.file-list .field-filetypeicon .vp6::before,
.file-list .field-filetypeicon .webm::before,
.file-list .field-filetypeicon .wmv::before {
    content: ""
}

.file-list .field-filetypeicon .aa::before,
.file-list .field-filetypeicon .aac::before,
.file-list .field-filetypeicon .aax::before,
.file-list .field-filetypeicon .ac3::before,
.file-list .field-filetypeicon .aif::before,
.file-list .field-filetypeicon .aiff::before,
.file-list .field-filetypeicon .amz::before,
.file-list .field-filetypeicon .asx::before,
.file-list .field-filetypeicon .au::before,
.file-list .field-filetypeicon .avr::before,
.file-list .field-filetypeicon .fla::before,
.file-list .field-filetypeicon .flac::before,
.file-list .field-filetypeicon .m3u::before,
.file-list .field-filetypeicon .m4a::before,
.file-list .field-filetypeicon .mid::before,
.file-list .field-filetypeicon .midi::before,
.file-list .field-filetypeicon .mka::before,
.file-list .field-filetypeicon .mp3::before,
.file-list .field-filetypeicon .mp4a::before,
.file-list .field-filetypeicon .ogg::before,
.file-list .field-filetypeicon .pcm::before,
.file-list .field-filetypeicon .ra::before,
.file-list .field-filetypeicon .rma::before,
.file-list .field-filetypeicon .wav::before,
.file-list .field-filetypeicon .wma::before,
.file-list .field-filetypeicon .xwma::before {
    content: ""
}

.file-list .field-filetypeicon .txt::before {
    content: ""
}

.file-list .field-filetypeicon .dmg::before,
.file-list .field-filetypeicon .gz::before,
.file-list .field-filetypeicon .iso::before,
.file-list .field-filetypeicon .rar::before,
.file-list .field-filetypeicon .tar::before,
.file-list .field-filetypeicon .zip::before,
.file-list .field-filetypeicon .zipx::before {
    content: ""
}

.file-list .field-filetypeicon .config::before,
.file-list .field-filetypeicon .cpp::before,
.file-list .field-filetypeicon .css::before,
.file-list .field-filetypeicon .git::before,
.file-list .field-filetypeicon .h::before,
.file-list .field-filetypeicon .ini::before,
.file-list .field-filetypeicon .js::before,
.file-list .field-filetypeicon .py::before {
    content: ""
}

.file-list .field-filetypeicon .apk::before,
.file-list .field-filetypeicon .app::before,
.file-list .field-filetypeicon .bat::before,
.file-list .field-filetypeicon .deb::before,
.file-list .field-filetypeicon .dll::before,
.file-list .field-filetypeicon .exe::before,
.file-list .field-filetypeicon .jar::before,
.file-list .field-filetypeicon .msi::before,
.file-list .field-filetypeicon .pl::before,
.file-list .field-filetypeicon .prg::before,
.file-list .field-filetypeicon .scr::before,
.file-list .field-filetypeicon .sh::before,
.file-list .field-filetypeicon .vb::before {
    content: ""
}

.file-list .field-filetypeicon .asp::before,
.file-list .field-filetypeicon .aspx::before,
.file-list .field-filetypeicon .cfm::before,
.file-list .field-filetypeicon .com::before,
.file-list .field-filetypeicon .edu::before,
.file-list .field-filetypeicon .gov::before,
.file-list .field-filetypeicon .htm::before,
.file-list .field-filetypeicon .html::before,
.file-list .field-filetypeicon .jhtml::before,
.file-list .field-filetypeicon .mil::before,
.file-list .field-filetypeicon .net::before,
.file-list .field-filetypeicon .org::before,
.file-list .field-filetypeicon .php3::before,
.file-list .field-filetypeicon .php4::before,
.file-list .field-filetypeicon .php5::before,
.file-list .field-filetypeicon .php::before,
.file-list .field-filetypeicon .phtmle::before,
.file-list .field-filetypeicon .xhtml::before {
    content: ""
}

.file-list.file-list-images .file-list-items li {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 30%
}

.file-list.file-list-files .component-content>ul li>.scLooseFrameZone,
.file-list.file-list-files .component-content>ul>li {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.file-list.file-list-files li {
    margin: 0;
    padding-bottom: 5px;
    padding-top: 5px
}

.file-list.file-list-files li:last-child {
    padding-bottom: 0
}

.file-list.file-list-files .field-filetypeicon {
    width: 3%;
    order: 1;
    min-width: 23px
}

.file-list.file-list-files .field-filetypeicon span::before {
    font-size: 20px
}

.file-list.file-list-files .field-title {
    order: 1;
    padding: 0;
    width: 50%
}

.file-list.file-list-files .field-updated {
    order: 1;
    width: 45%;
    text-align: right
}

.file-list.file-list-files .field-linktext {
    order: 1;
    text-align: center;
    font-weight: 600
}

.file-list.file-list-horizontal .component-content>ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px
}

.file-list.file-list-horizontal .component-content>ul>li {
    order: 1
}

.file-list.file-list-horizontal li {
    flex-grow: 1;
    align-self: flex-end;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: auto
}

.file-list.file-list-horizontal li .field-filetypeicon span {
    height: 25px;
    width: 100%
}

.file-list.file-list-horizontal li .field-filetypeicon span::before {
    font-size: 24px !important;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.file-list.file-list-horizontal .list-item>*,
.file-list.file-list-horizontal .list-item>.scEnabledChrome>* {
    display: block;
    text-align: center
}

.flash .flash-replaced embed {
    min-height: 200px
}

.flip {
    background: 0 0;
    -webkit-perspective: 1000;
    perspective: 1000
}

.flip h2 {
    margin-bottom: 5px
}

.flip .Side0,
.flip .Side0_EDIT,
.flip .Side1,
.flip .Side1_EDIT {
    background: #fff;
    width: 96%;
    padding: 2%
}

.flip .Side0::after,
.flip .Side0_EDIT::after,
.flip .Side1::after,
.flip .Side1_EDIT::after {
    content: "";
    display: table;
    clear: both
}

.flip .Side1_EDIT {
    margin-top: 5px
}

.flip .flipsides {
    position: relative;
    word-wrap: break-word
}

.flip .Side0,
.flip .Side1 {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 1s;
    transition-timing-function: ease-in;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    cursor: pointer;
    width: 100%
}

.flip .Side0 .slide-content::after,
.flip .Side0 .slide-heading::after,
.flip .Side1 .slide-content::after,
.flip .Side1 .slide-heading::after {
    content: "";
    display: table;
    clear: both
}

.flip .Side1 {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-animation: slide0hide 1s ease-in 1s forwards;
    animation: slide0hide 1s ease-in 1s forwards
}

.flip.active .Side0 {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-animation: slide0hide 1s ease-in 1s forwards;
    animation: slide0hide 1s ease-in 1s forwards
}

.flip.active .Side1 {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-animation: slide1show 0s ease-in 1s forwards;
    animation: slide1show 0s ease-in 1s forwards
}

.flip.flip-fade .Side0,
.flip.flip-fade .Side1 {
    transition-property: opacity
}

.flip.flip-fade .Side1 {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 0
}

.flip.flip-fade.active .Side0 {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 0
}

.flip.flip-fade.active .Side1 {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1
}

.flip.flip-slide-top .Side0,
.flip.flip-slide-top .Side1 {
    transition-property: height, visibility, padding-top;
    transition-duration: 1s, 1s, 1s;
    transition-timing-function: linear, linear, linear;
    box-sizing: border-box
}

.flip.flip-slide-top .Side1 {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    overflow: hidden;
    height: 0;
    visibility: hidden;
    padding-top: 0;
    padding-bottom: 0
}

.flip.flip-slide-top .Side1 .slide-heading {
    margin-top: 16px
}

.flip.flip-slide-top.active .Side0 {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.flip.flip-slide-top.active .Side1 {
    height: 100%;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    visibility: visible;
    padding-top: 0;
    padding-bottom: 10px
}

.flip.flip-vertical .Side1 {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.flip.flip-vertical.active .Side0 {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.flip.flip-vertical.active .Side1 {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg)
}

.no-csstransforms3d .flip .Side1 {
    display: none
}

.no-csstransforms3d .flip.active .Side0 {
    display: none
}

.no-csstransforms3d .flip.active .Side1 {
    display: block
}

.on-page-editor .flipsides {
    height: auto
}

.on-page-editor .flipsides .Side0,
.on-page-editor .flipsides .Side1 {
    margin-bottom: 10px
}

@-webkit-keyframes slide0hide {
    to {
        visibility: hidden
    }
}

@keyframes slide0hide {
    to {
        visibility: hidden
    }
}

@-webkit-keyframes slide1show {
    to {
        visibility: visible
    }
}

@keyframes slide1show {
    to {
        visibility: visible
    }
}

.form {
    margin: 10px 0;
    font-size: 14px;
    overflow: hidden
}

.form table {
    width: 100%
}

.form .scfSectionContent>div {
    margin: 5px 0 0 0;
    padding: 0
}

.form .scfSectionContent>div~div {
    margin: 0
}

.form .scfSectionContent>div>div,
.form .scfSectionContent>div>label {
    width: 100%;
    display: block;
    padding: 0
}

.form .has-feedback::after {
    content: "";
    display: table;
    clear: both
}

.form .scfRequired {
    display: none !important
}

.form fieldset {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    padding: 15px;
    margin: 10px 0;
    position: relative
}

.form fieldset legend {
    font-weight: 700;
    padding: 0 5px;
    font-size: 16px;
    position: absolute;
    top: -33px;
    background: #fff;
    left: 0
}

.form .scfSectionContent>div {
    box-sizing: border-box;
    margin: 15px 0;
    border: 1px dashed gray;
    padding: 10px;
    position: relative
}

.form .scfSectionContent>div::after {
    clear: both;
    content: "";
    display: block
}

.form .scfSectionContent>div:hover [class$=GeneralPanel]>[class$=UsefulInfo] {
    opacity: 1
}

.form .scfSectionContent>div input,
.form .scfSectionContent>div select {
    margin-left: 5px
}

.form .scfSectionContent [class$=UsefulInfo] {
    transition: opacity .75s;
    box-sizing: border-box;
    opacity: 0;
    font-size: 12px;
    margin-left: 5px;
    position: absolute;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    left: 0;
    top: -15px;
    padding: 4px 8px;
    max-width: 98%;
    width: auto;
    background-color: #f5f5f5;
    color: grey
}

.form input,
.form select,
.form textarea {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    padding: 2px 4px;
    max-width: 98%
}

.form .scfCaptcha input[type=text] {
    margin: 0
}

.form .scfCaptchStrongTextPanel,
.form .scfCaptchaLimitGeneralPanel {
    max-width: 100%;
    width: auto
}

.form .scfCaptchaLabel {
    display: none
}

.form .scfSectionContent .scfCaptchaGeneralPanel embed {
    max-width: 180px
}

.form input[type=image] {
    border: none
}

.form button,
.form input[type=submit] {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    background: #fff;
    cursor: pointer;
    margin-left: 0
}

.form input[type=file],
.form input[type=password],
.form input[type=text],
.form textarea {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d2d2d2;
    width: 95%;
    padding: 2px
}

.form input[type=file]+span,
.form input[type=password]+span,
.form input[type=text]+span,
.form textarea+span {
    display: inline-block;
    vertical-align: middle
}

.form input[type=file] {
    -webkit-appearance: none;
    appearance: none
}

.form input[type=radio] {
    position: absolute
}

.form input[type=radio]+label::before {
    content: "";
    position: absolute;
    top: 2px;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff
}

.form input[type=radio]+label::after {
    content: "";
    position: absolute;
    top: 2px;
    display: block;
    width: 16px;
    height: 15px;
    background: image-url("radiobox.png")
}

.form input[type=radio]:checked+label::after {
    background-position: -16px 0
}

.form input[type=radio]+label {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 20px;
    margin-left: 5px;
    position: relative
}

.form select {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    max-height: 30px;
    position: relative;
    text-indent: 2px
}

.form .scfListBox {
    background: 0 0;
    max-height: none
}

.form .scfDateSelectorDay,
.form .scfDateSelectorMonth,
.form .scfDateSelectorYear {
    width: 30%
}

.form.hints-below .scfSectionContent [class$=UsefulInfo] {
    position: static;
    opacity: 1;
    max-width: 100%;
    width: 100%;
    margin: 5px 0 0 5px
}

.form.labels-above label {
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0
}

.form.labels-above .scfCaptchaGeneralPanel,
.form.labels-above .scfCheckBoxListGeneralPanel,
.form.labels-above .scfConfirmPasswordGeneralPanel,
.form.labels-above .scfCreditCardGeneralPanel,
.form.labels-above .scfDateGeneralPanel,
.form.labels-above .scfDatePickerGeneralPanel,
.form.labels-above .scfDateSelectorGeneralPanel,
.form.labels-above .scfDropListGeneralPanel,
.form.labels-above .scfEmailGeneralPanel,
.form.labels-above .scfFileUploadGeneralPanel,
.form.labels-above .scfListBoxGeneralPanel,
.form.labels-above .scfMultipleLineGeneralPanel,
.form.labels-above .scfNumberGeneralPanel,
.form.labels-above .scfPasswordGeneralPanel,
.form.labels-above .scfRadioButtonListGeneralPanel,
.form.labels-above .scfSingleLineGeneralPanel,
.form.labels-above .scfSmsTelephoneGeneralPanel,
.form.labels-above .scfTelephoneGeneralPanel {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    width: 93%
}

.form.labels-above .scfSectionContent .scfRequired {
    margin: 0 5px
}

.form.labels-above .scfMultipleLineGeneralPanel {
    width: 95%
}

.form.labels-above .scfMultipleLineTextBox {
    margin: 0 0 0 5px
}

.full-image-cta {
    padding: 0
}

.full-image-cta .full-image {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    border-radius: 8px
}

.full-image-cta .content-box {
    display: flex
}

.full-image-cta .content-box .contents {
    z-index: 5;
    display: flex;
    flex-direction: column;
    padding: 116px 46px 53px 33px
}

.full-image-cta .content-box .contents .title {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #002d5a;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0;
    padding-bottom: 15px;
    color: #fff
}

@media only screen and (min-width:992px) {
    .full-image-cta .content-box .contents .title {
        font-size: 42px;
        line-height: 60px;
        letter-spacing: 0
    }
}

.full-image-cta .content-box .contents .subtitle {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0;
    color: #fff;
    font-weight: 700;
    padding-bottom: 8px
}

@media only screen and (min-width:992px) {
    .full-image-cta .content-box .contents .subtitle {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0
    }
}

.full-image-cta .content-box .contents .btn-container {
    display: flex
}

.full-image-cta .content-box .contents .btn-container .link-text {
    color: #fff;
    text-decoration: none
}

@charset "UTF-8";

.event-calendar {
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    padding: 5px;
    border-bottom: none !important
}

.event-calendar .avi,
.event-calendar .bmp,
.event-calendar .doc,
.event-calendar .docx,
.event-calendar .field-filetypeicon>a>span,
.event-calendar .gif,
.event-calendar .jpeg,
.event-calendar .jpg,
.event-calendar .mov,
.event-calendar .mp3,
.event-calendar .mp4,
.event-calendar .pdf,
.event-calendar .png,
.event-calendar .ppt,
.event-calendar .pptx,
.event-calendar .psd,
.event-calendar .txt,
.event-calendar .wma,
.event-calendar .wmv,
.event-calendar .xls,
.event-calendar .xlsx,
.event-calendar .zip {
    display: inline-block;
    box-sizing: border-box;
    font-weight: 400;
    width: 15px;
    height: 21px;
    margin: 0;
    padding: 0;
    position: relative
}

.event-calendar .avi::before,
.event-calendar .bmp::before,
.event-calendar .doc::before,
.event-calendar .docx::before,
.event-calendar .field-filetypeicon>a>span::before,
.event-calendar .gif::before,
.event-calendar .jpeg::before,
.event-calendar .jpg::before,
.event-calendar .mov::before,
.event-calendar .mp3::before,
.event-calendar .mp4::before,
.event-calendar .pdf::before,
.event-calendar .png::before,
.event-calendar .ppt::before,
.event-calendar .pptx::before,
.event-calendar .psd::before,
.event-calendar .txt::before,
.event-calendar .wma::before,
.event-calendar .wmv::before,
.event-calendar .xls::before,
.event-calendar .xlsx::before,
.event-calendar .zip::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px !important;
    position: absolute;
    display: block;
    top: 50%;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.event-calendar .field-filetypeicon span::before {
    content: ""
}

.event-calendar .field-filetypeicon .pdf::before {
    content: ""
}

.event-calendar .field-filetypeicon .xls::before,
.event-calendar .field-filetypeicon .xlsx::before {
    content: ""
}

.event-calendar .field-filetypeicon .ppt::before,
.event-calendar .field-filetypeicon .pptx::before {
    content: ""
}

.event-calendar .field-filetypeicon .doc::before,
.event-calendar .field-filetypeicon .docx::before {
    content: ""
}

.event-calendar .field-filetypeicon .bmp::before,
.event-calendar .field-filetypeicon .gif::before,
.event-calendar .field-filetypeicon .jpeg::before,
.event-calendar .field-filetypeicon .jpg::before,
.event-calendar .field-filetypeicon .png::before,
.event-calendar .field-filetypeicon .psd::before,
.event-calendar .field-filetypeicon .tif::before {
    content: ""
}

.event-calendar .field-filetypeicon .avi::before,
.event-calendar .field-filetypeicon .divx::before,
.event-calendar .field-filetypeicon .flv::before,
.event-calendar .field-filetypeicon .gifv::before,
.event-calendar .field-filetypeicon .h264::before,
.event-calendar .field-filetypeicon .m4v::before,
.event-calendar .field-filetypeicon .mk3d::before,
.event-calendar .field-filetypeicon .mkv::before,
.event-calendar .field-filetypeicon .mov::before,
.event-calendar .field-filetypeicon .movie::before,
.event-calendar .field-filetypeicon .mp4::before,
.event-calendar .field-filetypeicon .mpg::before,
.event-calendar .field-filetypeicon .oggv::before,
.event-calendar .field-filetypeicon .rv::before,
.event-calendar .field-filetypeicon .swf::before,
.event-calendar .field-filetypeicon .vid::before,
.event-calendar .field-filetypeicon .vp6::before,
.event-calendar .field-filetypeicon .webm::before,
.event-calendar .field-filetypeicon .wmv::before {
    content: ""
}

.event-calendar .field-filetypeicon .aa::before,
.event-calendar .field-filetypeicon .aac::before,
.event-calendar .field-filetypeicon .aax::before,
.event-calendar .field-filetypeicon .ac3::before,
.event-calendar .field-filetypeicon .aif::before,
.event-calendar .field-filetypeicon .aiff::before,
.event-calendar .field-filetypeicon .amz::before,
.event-calendar .field-filetypeicon .asx::before,
.event-calendar .field-filetypeicon .au::before,
.event-calendar .field-filetypeicon .avr::before,
.event-calendar .field-filetypeicon .fla::before,
.event-calendar .field-filetypeicon .flac::before,
.event-calendar .field-filetypeicon .m3u::before,
.event-calendar .field-filetypeicon .m4a::before,
.event-calendar .field-filetypeicon .mid::before,
.event-calendar .field-filetypeicon .midi::before,
.event-calendar .field-filetypeicon .mka::before,
.event-calendar .field-filetypeicon .mp3::before,
.event-calendar .field-filetypeicon .mp4a::before,
.event-calendar .field-filetypeicon .ogg::before,
.event-calendar .field-filetypeicon .pcm::before,
.event-calendar .field-filetypeicon .ra::before,
.event-calendar .field-filetypeicon .rma::before,
.event-calendar .field-filetypeicon .wav::before,
.event-calendar .field-filetypeicon .wma::before,
.event-calendar .field-filetypeicon .xwma::before {
    content: ""
}

.event-calendar .field-filetypeicon .txt::before {
    content: ""
}

.event-calendar .field-filetypeicon .dmg::before,
.event-calendar .field-filetypeicon .gz::before,
.event-calendar .field-filetypeicon .iso::before,
.event-calendar .field-filetypeicon .rar::before,
.event-calendar .field-filetypeicon .tar::before,
.event-calendar .field-filetypeicon .zip::before,
.event-calendar .field-filetypeicon .zipx::before {
    content: ""
}

.event-calendar .field-filetypeicon .config::before,
.event-calendar .field-filetypeicon .cpp::before,
.event-calendar .field-filetypeicon .css::before,
.event-calendar .field-filetypeicon .git::before,
.event-calendar .field-filetypeicon .h::before,
.event-calendar .field-filetypeicon .ini::before,
.event-calendar .field-filetypeicon .js::before,
.event-calendar .field-filetypeicon .py::before {
    content: ""
}

.event-calendar .field-filetypeicon .apk::before,
.event-calendar .field-filetypeicon .app::before,
.event-calendar .field-filetypeicon .bat::before,
.event-calendar .field-filetypeicon .deb::before,
.event-calendar .field-filetypeicon .dll::before,
.event-calendar .field-filetypeicon .exe::before,
.event-calendar .field-filetypeicon .jar::before,
.event-calendar .field-filetypeicon .msi::before,
.event-calendar .field-filetypeicon .pl::before,
.event-calendar .field-filetypeicon .prg::before,
.event-calendar .field-filetypeicon .scr::before,
.event-calendar .field-filetypeicon .sh::before,
.event-calendar .field-filetypeicon .vb::before {
    content: ""
}

.event-calendar .field-filetypeicon .asp::before,
.event-calendar .field-filetypeicon .aspx::before,
.event-calendar .field-filetypeicon .cfm::before,
.event-calendar .field-filetypeicon .com::before,
.event-calendar .field-filetypeicon .edu::before,
.event-calendar .field-filetypeicon .gov::before,
.event-calendar .field-filetypeicon .htm::before,
.event-calendar .field-filetypeicon .html::before,
.event-calendar .field-filetypeicon .jhtml::before,
.event-calendar .field-filetypeicon .mil::before,
.event-calendar .field-filetypeicon .net::before,
.event-calendar .field-filetypeicon .org::before,
.event-calendar .field-filetypeicon .php3::before,
.event-calendar .field-filetypeicon .php4::before,
.event-calendar .field-filetypeicon .php5::before,
.event-calendar .field-filetypeicon .php::before,
.event-calendar .field-filetypeicon .phtmle::before,
.event-calendar .field-filetypeicon .xhtml::before {
    content: ""
}

.event-calendar p {
    padding-bottom: 15px
}

.event-calendar ul {
    list-style-position: inside
}

.event-calendar ul li {
    margin-bottom: .5rem
}

.event-calendar ul li::before {
    content: "\2022";
    color: #0089c0;
    font-weight: 900;
    display: inline-block;
    width: 20px
}

.event-calendar .fc-day-grid-event:hover {
    color: #fff
}

.event-calendar .fc-content-skeleton td {
    padding: 0 !important
}

.event-calendar .fc-bg>table {
    height: 100% !important
}

.event-calendar .fc-day-header {
    background: #ccc
}

.event-calendar td,
.event-calendar th {
    border-width: 1px 0 0 1px !important
}

.event-calendar table {
    border: 1px solid #d2d2d2
}

.event-calendar table,
.event-calendar table td,
.event-calendar table th,
.event-calendar table tr {
    background: 0 0
}

.event-calendar .fc-event-container a {
    color: #fff;
    text-decoration: none
}

.calendar-tooltip .avi,
.calendar-tooltip .bmp,
.calendar-tooltip .doc,
.calendar-tooltip .docx,
.calendar-tooltip .field-filetypeicon>a>span,
.calendar-tooltip .gif,
.calendar-tooltip .jpeg,
.calendar-tooltip .jpg,
.calendar-tooltip .mov,
.calendar-tooltip .mp3,
.calendar-tooltip .mp4,
.calendar-tooltip .pdf,
.calendar-tooltip .png,
.calendar-tooltip .ppt,
.calendar-tooltip .pptx,
.calendar-tooltip .psd,
.calendar-tooltip .txt,
.calendar-tooltip .wma,
.calendar-tooltip .wmv,
.calendar-tooltip .xls,
.calendar-tooltip .xlsx,
.calendar-tooltip .zip {
    display: inline-block;
    box-sizing: border-box;
    font-weight: 400;
    width: 15px;
    height: 21px;
    margin: 0;
    padding: 0;
    position: relative
}

.calendar-tooltip .avi::before,
.calendar-tooltip .bmp::before,
.calendar-tooltip .doc::before,
.calendar-tooltip .docx::before,
.calendar-tooltip .field-filetypeicon>a>span::before,
.calendar-tooltip .gif::before,
.calendar-tooltip .jpeg::before,
.calendar-tooltip .jpg::before,
.calendar-tooltip .mov::before,
.calendar-tooltip .mp3::before,
.calendar-tooltip .mp4::before,
.calendar-tooltip .pdf::before,
.calendar-tooltip .png::before,
.calendar-tooltip .ppt::before,
.calendar-tooltip .pptx::before,
.calendar-tooltip .psd::before,
.calendar-tooltip .txt::before,
.calendar-tooltip .wma::before,
.calendar-tooltip .wmv::before,
.calendar-tooltip .xls::before,
.calendar-tooltip .xlsx::before,
.calendar-tooltip .zip::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px !important;
    position: absolute;
    display: block;
    top: 50%;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.calendar-tooltip .field-filetypeicon span::before {
    content: ""
}

.calendar-tooltip .field-filetypeicon .pdf::before {
    content: ""
}

.calendar-tooltip .field-filetypeicon .xls::before,
.calendar-tooltip .field-filetypeicon .xlsx::before {
    content: ""
}

.calendar-tooltip .field-filetypeicon .ppt::before,
.calendar-tooltip .field-filetypeicon .pptx::before {
    content: ""
}

.calendar-tooltip .field-filetypeicon .doc::before,
.calendar-tooltip .field-filetypeicon .docx::before {
    content: ""
}

.calendar-tooltip .field-filetypeicon .bmp::before,
.calendar-tooltip .field-filetypeicon .gif::before,
.calendar-tooltip .field-filetypeicon .jpeg::before,
.calendar-tooltip .field-filetypeicon .jpg::before,
.calendar-tooltip .field-filetypeicon .png::before,
.calendar-tooltip .field-filetypeicon .psd::before,
.calendar-tooltip .field-filetypeicon .tif::before {
    content: ""
}

.calendar-tooltip .field-filetypeicon .avi::before,
.calendar-tooltip .field-filetypeicon .divx::before,
.calendar-tooltip .field-filetypeicon .flv::before,
.calendar-tooltip .field-filetypeicon .gifv::before,
.calendar-tooltip .field-filetypeicon .h264::before,
.calendar-tooltip .field-filetypeicon .m4v::before,
.calendar-tooltip .field-filetypeicon .mk3d::before,
.calendar-tooltip .field-filetypeicon .mkv::before,
.calendar-tooltip .field-filetypeicon .mov::before,
.calendar-tooltip .field-filetypeicon .movie::before,
.calendar-tooltip .field-filetypeicon .mp4::before,
.calendar-tooltip .field-filetypeicon .mpg::before,
.calendar-tooltip .field-filetypeicon .oggv::before,
.calendar-tooltip .field-filetypeicon .rv::before,
.calendar-tooltip .field-filetypeicon .swf::before,
.calendar-tooltip .field-filetypeicon .vid::before,
.calendar-tooltip .field-filetypeicon .vp6::before,
.calendar-tooltip .field-filetypeicon .webm::before,
.calendar-tooltip .field-filetypeicon .wmv::before {
    content: ""
}

.calendar-tooltip .field-filetypeicon .aa::before,
.calendar-tooltip .field-filetypeicon .aac::before,
.calendar-tooltip .field-filetypeicon .aax::before,
.calendar-tooltip .field-filetypeicon .ac3::before,
.calendar-tooltip .field-filetypeicon .aif::before,
.calendar-tooltip .field-filetypeicon .aiff::before,
.calendar-tooltip .field-filetypeicon .amz::before,
.calendar-tooltip .field-filetypeicon .asx::before,
.calendar-tooltip .field-filetypeicon .au::before,
.calendar-tooltip .field-filetypeicon .avr::before,
.calendar-tooltip .field-filetypeicon .fla::before,
.calendar-tooltip .field-filetypeicon .flac::before,
.calendar-tooltip .field-filetypeicon .m3u::before,
.calendar-tooltip .field-filetypeicon .m4a::before,
.calendar-tooltip .field-filetypeicon .mid::before,
.calendar-tooltip .field-filetypeicon .midi::before,
.calendar-tooltip .field-filetypeicon .mka::before,
.calendar-tooltip .field-filetypeicon .mp3::before,
.calendar-tooltip .field-filetypeicon .mp4a::before,
.calendar-tooltip .field-filetypeicon .ogg::before,
.calendar-tooltip .field-filetypeicon .pcm::before,
.calendar-tooltip .field-filetypeicon .ra::before,
.calendar-tooltip .field-filetypeicon .rma::before,
.calendar-tooltip .field-filetypeicon .wav::before,
.calendar-tooltip .field-filetypeicon .wma::before,
.calendar-tooltip .field-filetypeicon .xwma::before {
    content: ""
}

.calendar-tooltip .field-filetypeicon .txt::before {
    content: ""
}

.calendar-tooltip .field-filetypeicon .dmg::before,
.calendar-tooltip .field-filetypeicon .gz::before,
.calendar-tooltip .field-filetypeicon .iso::before,
.calendar-tooltip .field-filetypeicon .rar::before,
.calendar-tooltip .field-filetypeicon .tar::before,
.calendar-tooltip .field-filetypeicon .zip::before,
.calendar-tooltip .field-filetypeicon .zipx::before {
    content: ""
}

.calendar-tooltip .field-filetypeicon .config::before,
.calendar-tooltip .field-filetypeicon .cpp::before,
.calendar-tooltip .field-filetypeicon .css::before,
.calendar-tooltip .field-filetypeicon .git::before,
.calendar-tooltip .field-filetypeicon .h::before,
.calendar-tooltip .field-filetypeicon .ini::before,
.calendar-tooltip .field-filetypeicon .js::before,
.calendar-tooltip .field-filetypeicon .py::before {
    content: ""
}

.calendar-tooltip .field-filetypeicon .apk::before,
.calendar-tooltip .field-filetypeicon .app::before,
.calendar-tooltip .field-filetypeicon .bat::before,
.calendar-tooltip .field-filetypeicon .deb::before,
.calendar-tooltip .field-filetypeicon .dll::before,
.calendar-tooltip .field-filetypeicon .exe::before,
.calendar-tooltip .field-filetypeicon .jar::before,
.calendar-tooltip .field-filetypeicon .msi::before,
.calendar-tooltip .field-filetypeicon .pl::before,
.calendar-tooltip .field-filetypeicon .prg::before,
.calendar-tooltip .field-filetypeicon .scr::before,
.calendar-tooltip .field-filetypeicon .sh::before,
.calendar-tooltip .field-filetypeicon .vb::before {
    content: ""
}

.calendar-tooltip .field-filetypeicon .asp::before,
.calendar-tooltip .field-filetypeicon .aspx::before,
.calendar-tooltip .field-filetypeicon .cfm::before,
.calendar-tooltip .field-filetypeicon .com::before,
.calendar-tooltip .field-filetypeicon .edu::before,
.calendar-tooltip .field-filetypeicon .gov::before,
.calendar-tooltip .field-filetypeicon .htm::before,
.calendar-tooltip .field-filetypeicon .html::before,
.calendar-tooltip .field-filetypeicon .jhtml::before,
.calendar-tooltip .field-filetypeicon .mil::before,
.calendar-tooltip .field-filetypeicon .net::before,
.calendar-tooltip .field-filetypeicon .org::before,
.calendar-tooltip .field-filetypeicon .php3::before,
.calendar-tooltip .field-filetypeicon .php4::before,
.calendar-tooltip .field-filetypeicon .php5::before,
.calendar-tooltip .field-filetypeicon .php::before,
.calendar-tooltip .field-filetypeicon .phtmle::before,
.calendar-tooltip .field-filetypeicon .xhtml::before {
    content: ""
}

.calendar-tooltip p {
    padding-bottom: 15px
}

.calendar-tooltip ul {
    list-style-position: inside
}

.calendar-tooltip ul li {
    margin-bottom: .5rem
}

.calendar-tooltip ul li::before {
    content: "\2022";
    color: #0089c0;
    font-weight: 900;
    display: inline-block;
    width: 20px
}

@charset "UTF-8";

.on-page-editor .gallery-inner img {
    max-width: 100%
}

.gallery .galleria-container {
    background: 0 0
}

.gallery #galleria-loader {
    height: 1px !important
}

.gallery .galleria-thumbnails .galleria-image img {
    border: none
}

.gallery .galleria-counter {
    color: #fff;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif
}

.gallery .galleria-loader {
    top: 50%;
    left: 50%
}

.gallery .galleria-info-text {
    background-color: #fff;
    border: 1px solid #d2d2d2
}

.gallery .galleria-info-title {
    color: #747474;
    font-size: 12px;
    font-weight: 700;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif
}

.gallery .galleria-info-description {
    font-size: 12px;
    font-style: italic;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #747474
}

.gallery .galleria-info-close {
    width: 13px;
    height: 12px
}

.gallery .galleria-info-close::before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    width: 100%
}

.gallery .galleria-info-link {
    color: #747474;
    background: 0 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px
}

.gallery .galleria-info-link::before {
    content: ""
}

.gallery .galleria-image-nav {
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    height: 30px
}

.gallery .galleria-image-nav-left,
.gallery .galleria-image-nav-right {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 30px;
    width: 14px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    color: #747474
}

.gallery .galleria-image-nav-left::before {
    content: ""
}

.gallery .galleria-image-nav-left:hover {
    color: #fff
}

.gallery .galleria-image-nav-right::before {
    content: ""
}

.gallery .galleria-image-nav-right:hover {
    color: #fff
}

.gallery .galleria-thumb-nav-left,
.gallery .galleria-thumb-nav-right {
    top: 15px;
    height: 7px;
    width: 5px
}

.gallery .galleria-thumbnails {
    margin: 0 auto
}

.gallery .galleria-thumb-nav-right {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 10px
}

.gallery .galleria-thumb-nav-right::before {
    content: "";
    font-size: 16px;
    color: #747474;
    display: block
}

.gallery .galleria-thumb-nav-left {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: auto;
    left: 10px
}

.gallery .galleria-thumb-nav-left::before {
    content: "";
    font-size: 16px;
    color: #747474;
    display: block
}

.no-margin {
    padding-left: 0;
    padding-right: 0
}

.no-margin .galleria-stage {
    left: 0;
    right: 0
}

.hero-carousel .slick-slide {
    padding: 0
}

.hero-carousel .slick-arrow {
    position: absolute;
    top: 40%;
    left: 0;
    background: 0 0;
    border: 3px solid #464646;
    border-radius: 0;
    border-width: 3px 3px 0 0;
    font-size: 0;
    line-height: normal;
    padding: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

@media only screen and (min-width:1200px) {
    .hero-carousel .slick-arrow {
        left: -40px;
        padding: 15px
    }
}

.hero-carousel .slick-arrow.slick-next {
    left: auto;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media only screen and (min-width:1200px) {
    .hero-carousel .slick-arrow.slick-next {
        right: -40px
    }
}

.hero-carousel .slick-dots {
    display: flex;
    justify-content: left;
    position: absolute;
    width: 100%;
    top: 230px;
    left: 32px
}

.hero-carousel .slick-dots li button {
    font-size: 0;
    line-height: normal;
    padding: 8px;
    margin: 10px 10px 30px;
    border: 0;
    background-color: #96a5b4
}

.hero-carousel .slick-dots li.slick-active button {
    background-color: #0089c0
}

.hero-carousel .button {
    border: 1px solid #005591;
    background-color: #005591;
    border-radius: 100px;
    padding: 15px 30px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all .25s ease-in-out;
    margin-left: 15px;
    display: inline-block
}

@media only screen and (min-width:992px) {
    .hero-carousel .button {
        position: absolute;
        z-index: 3;
        top: 300px
    }
}

.hero-carousel .button:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid #002d5a;
    background: #002d5a
}

.hero-carousel .banner-content .banner-image {
    height: 270px;
    position: relative
}

.hero-carousel .banner-content .banner-image .image-left {
    background: url(/-/media/Project/Lincare/system/Lincare-LPM-header-1440x633.png) no-repeat;
    background-size: cover;
    background-position: bottom right;
    height: 271px;
    position: relative;
    bottom: 0;
    z-index: 1;
    pointer-events: none
}

.hero-carousel .banner-content .banner-image .image-right {
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    height: 270px;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 0
}

@media only screen and (min-width:567px) {
    .hero-carousel .banner-content .banner-image .image-right {
        width: 70%
    }
}

@media only screen and (min-width:768px) {
    .hero-carousel .banner-content .banner-image .image-right {
        width: 60%
    }
}

@media only screen and (min-width:992px) {
    .hero-carousel .banner-content .banner-image .image-right {
        width: 65%
    }
}

.hero-carousel .banner-content .banner-image .editor {
    overflow: hidden;
    position: absolute;
    top: 0;
    height: 270px;
    z-index: 0
}

.hero-carousel .banner-content .heading {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #002d5a;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0;
    padding-bottom: 15px;
    margin-top: 60px
}

@media only screen and (min-width:992px) {
    .hero-carousel .banner-content .heading {
        font-size: 60px;
        line-height: 70px;
        letter-spacing: 0
    }
}

.hero-carousel .banner-content .subheading {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #002d5a;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    padding-bottom: 15px
}

@media only screen and (min-width:992px) {
    .hero-carousel .banner-content .subheading {
        font-size: 36px;
        line-height: 50px;
        letter-spacing: 0
    }
}

.hero-carousel .banner-content .description {
    padding-top: 24px;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    color: #666;
    margin-bottom: 60px
}

@media only screen and (min-width:992px) {
    .hero-carousel .banner-content .description {
        font-size: 22px;
        line-height: 33px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:992px) {
    .hero-carousel .banner-content .description {
        margin-bottom: 0
    }
}

.hero-carousel .banner-content .description,
.hero-carousel .banner-content .heading,
.hero-carousel .banner-content .subheading {
    margin-left: 15px;
    margin-right: 15px;
    overflow-wrap: anywhere
}

@media only screen and (min-width:992px) {
    .hero-carousel .scLooseFrameZone.scEnabledChrome {
        display: block !important
    }

    .hero-carousel .slick-dots {
        display: flex;
        justify-content: center;
        position: absolute;
        top: 90%
    }

    .hero-carousel .button {
        top: unset;
        display: block;
        margin-top: 48px;
        position: relative;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .hero-carousel .hero-slider-carousel .slick-slide {
        min-height: 650px;
        position: relative !important
    }

    .hero-carousel .hero-slider-carousel .slick-slide .banner-content {
        max-width: 1440px;
        position: absolute;
        height: 100%;
        width: 100%
    }

    .hero-carousel .hero-slider-carousel .slick-slide .banner-content .editor {
        position: absolute;
        overflow: hidden;
        right: 0;
        top: 0;
        background-size: unset;
        background-position: right;
        background-repeat: no-repeat;
        height: 100%;
        z-index: 0
    }

    .hero-carousel .hero-slider-carousel .slick-slide .banner-image {
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%
    }

    .hero-carousel .hero-slider-carousel .slick-slide .banner-image .image-left {
        background: url(/-/media/Project/Lincare/system/Lincare-LPM-header-1440x633.png) no-repeat;
        background-position: bottom center;
        background-size: cover;
        height: 100%
    }

    .hero-carousel .hero-slider-carousel .slick-slide .banner-image .image-right {
        background-position: right;
        height: 99.5%
    }

    .hero-carousel .hero-slider-carousel .slick-slide .banner-copy {
        display: flex;
        flex-direction: column;
        max-height: 90%;
        overflow: hidden
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .hero-carousel .hero-slider-carousel .slick-slide .banner-copy {
        max-width: 48%
    }
}

@media only screen and (min-width:992px) {

    .hero-carousel .hero-slider-carousel .slick-slide .banner-copy,
    .hero-carousel .hero-slider-carousel .slick-slide .description,
    .hero-carousel .hero-slider-carousel .slick-slide .heading,
    .hero-carousel .hero-slider-carousel .slick-slide .subheading {
        position: relative
    }

    .hero-carousel .hero-slider-carousel .slick-slide .heading {
        z-index: 1;
        margin-top: 96px;
        font-weight: 400;
        padding-bottom: 20px;
        overflow: hidden
    }

    .hero-carousel .hero-slider-carousel .slick-slide .subheading {
        z-index: 1;
        overflow: hidden
    }

    .hero-carousel .hero-slider-carousel .slick-slide .description {
        padding-left: 0;
        z-index: 1;
        margin-top: 12px;
        width: 100%;
        padding-top: 0;
        overflow-wrap: anywhere;
        overflow: hidden
    }
}

@media only screen and (min-width:1200px) {
    .hero-carousel .hero-slider-carousel .slick-slide .banner-content .description {
        padding-right: 10%
    }
}

@media only screen and (min-width:1200px) {
    .hero-carousel .heading {
        max-width: 80%
    }
}

@charset "UTF-8";

.hero-image-side .hero-image {
    border-radius: 10px;
    overflow: hidden;
    max-width: initial;
    width: 100%;
    padding: 0
}

.hero-image-side .hero-image img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    height: auto
}

.hero-image-side .hero-spacing {
    padding: 0;
    max-width: 0
}

.hero-image-side .hero-content {
    padding-top: 30px
}

.hero-image-side .hero-content h3 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 700;
    color: #002d5a;
    padding-bottom: 8px
}

.hero-image-side .hero-content h4 {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 700;
    color: #002d5a;
    padding-bottom: 16px
}

@media only screen and (min-width:992px) {
    .hero-image-side .hero-content h4 {
        font-size: 22px;
        line-height: 33px;
        letter-spacing: 0
    }
}

.hero-image-side .hero-content p {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    padding-bottom: 24px
}

@media only screen and (min-width:992px) {
    .hero-image-side .hero-content p {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.hero-image-side .hero-content a {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    font-weight: 700;
    color: #005591;
    text-decoration: none;
    text-transform: uppercase
}

.hero-image-side .hero-content a:hover {
    text-decoration: underline;
}

.hero-image-side .hero-content .link a::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    line-height: 25px;
    margin-left: 6px
}

.hero-image-side ol li,
.hero-image-side ul li {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    margin-top: 0
}

@media only screen and (min-width:992px) {

    .hero-image-side ol li,
    .hero-image-side ul li {
        font-size: 18px;
        line-height: 27px
    }
}

.hero-image-side ol {
    list-style: initial;
    list-style-type: decimal
}

.hero-image-side ol li::marker {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: inline-table;
    word-wrap: break-word
}

.hero-image-side ol li {
    padding-left: 4px;
    margin-bottom: 12px;
    margin-left: 16px
}

@media only screen and (min-width:992px) {
    .hero-image-side ol li {
        padding-left: 3px;
        margin-left: 17px
    }
}

.hero-image-side ol li:last-child {
    margin-bottom: 15px
}

.hero-image-side ul li::before {
    content: "\2022";
    color: #0089c0;
    font-size: 24px;
    display: inline-table;
    word-wrap: break-word;
    width: 10px;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    margin-right: -9px
}

@media only screen and (min-width:992px) {
    .hero-image-side ul li::before {
        -webkit-transform: translateX(-21px);
        transform: translateX(-21px)
    }
}

.hero-image-side ul li {
    display: block;
    margin-bottom: 10px;
    margin-left: 20px
}

@media only screen and (min-width:992px) {
    .hero-image-side ul li {
        margin-bottom: 12px
    }
}

@media only screen and (min-width:768px) {
    .hero-image-side .hero-spacing {
        max-width: 63px
    }

    .hero-image-side .hero-content {
        padding-top: 40px
    }

    .hero-image-side .hero-content h3 {
        font-size: 36px;
        line-height: 40px;
        letter-spacing: 0;
        padding-bottom: 16px
    }

    .hero-image-side .hero-content h4 {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0;
        padding-bottom: 24px
    }

    .hero-image-side .hero-content p {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0;
        padding-bottom: 32px
    }
}

@media only screen and (min-width:992px) {
    .hero-image-side .hero-image {
        width: 475px;
        max-width: 475px;
        min-height: 400px;
        max-height: initial
    }
}

.hero-testimonial {
    padding: 0
}

.hero-testimonial .testimonial-header {
    display: none
}

.hero-testimonial .testimonial-text-container {
    text-align: center;
    font-style: italic;
    width: 100%;
    padding: 6px 43px 0 34px
}

@media only screen and (min-width:768px) {
    .hero-testimonial .testimonial-text-container {
        padding: 4px 79px 0 63px
    }
}

.hero-testimonial.testimonial-left {
    padding: 65px 0 65px;
    position: relative
}

.hero-testimonial.testimonial-left .testimonial {
    display: flex;
    justify-content: flex-start
}

.hero-testimonial.testimonial-left .testimonial-image {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    background-size: cover;
    background-position: center
}

.hero-testimonial.testimonial-left .testimonial-content-outer {
    width: 100%;
    z-index: 5
}

.hero-testimonial.testimonial-left .testimonial-content-outer .testimonial-content {
    margin: 0 32px 404px;
    background-color: rgba(70, 70, 70, .8);
    color: #fff;
    flex-direction: column;
    padding-top: 26px;
    padding-bottom: 0
}

@media only screen and (min-width:768px) {
    .hero-testimonial.testimonial-left .testimonial-content-outer .testimonial-content {
        padding-bottom: 16px
    }
}

.hero-testimonial.testimonial-left .testimonial-content-outer .testimonial-content .testimonial-text-container .testimonial-text {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 100;
    font-style: italic;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0;
    margin-bottom: 24px;
    color: #fff
}

@media only screen and (min-width:768px) {
    .hero-testimonial.testimonial-left .testimonial-content-outer .testimonial-content .testimonial-text-container .testimonial-text {
        margin-bottom: 28px
    }
}

.hero-testimonial.testimonial-left .testimonial-content-outer .testimonial-content .testimonial-text-container .testimonial-text+.full-name {
    font-size: 18px
}

.hero-testimonial.testimonial-left .testimonial-content-outer .testimonial-content .testimonial-text-container .testimonial-name {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 100;
    font-style: italic;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    color: #fff
}

.hero-testimonial.testimonial-left .testimonial-content-outer .testimonial-content .testimonial-quotation {
    position: relative;
    font-size: 80px;
    font-family: "Times New Roman", Times, serif;
    font-weight: 700
}

.hero-testimonial.testimonial-left .testimonial-content-outer .testimonial-content .testimonial-quotation .right {
    -webkit-transform: translate(-12px, 0);
    transform: translate(-12px, 0)
}

.hero-testimonial.testimonial-left .testimonial-content-outer .testimonial-content .testimonial-quotation .left {
    -webkit-transform: translate(12px, 12px);
    transform: translate(12px, 12px)
}

@media only screen and (min-width:992px) {
    .hero-testimonial.testimonial-left {
        padding: 167px 0 200px
    }

    .hero-testimonial.testimonial-left .testimonial {
        display: flex;
        justify-content: flex-start
    }

    .hero-testimonial.testimonial-left .testimonial-content-outer {
        width: 50%
    }

    .hero-testimonial.testimonial-left .testimonial-content-outer .testimonial-content {
        margin: 0 0 0 136px
    }

    .hero-testimonial.testimonial-left .testimonial-content-outer .testimonial-content .testimonial-quotation .right {
        -webkit-transform: translate(-12px, 12px);
        transform: translate(-12px, 12px)
    }

    .hero-testimonial.testimonial-left .testimonial-content-outer .testimonial-content .testimonial-quotation .left {
        -webkit-transform: translate(12px, 12px);
        transform: translate(12px, 12px)
    }
}

.hero-testimonial.testimonial-right {
    padding: 65px 0 65px;
    position: relative
}

.hero-testimonial.testimonial-right .testimonial {
    display: flex;
    justify-content: flex-end
}

.hero-testimonial.testimonial-right .testimonial-image {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    background-size: cover;
    background-position: center
}

.hero-testimonial.testimonial-right .testimonial-content-outer {
    width: 100%;
    z-index: 5
}

.hero-testimonial.testimonial-right .testimonial-content-outer .testimonial-content {
    margin: 0 32px 404px;
    background-color: rgba(70, 70, 70, .8);
    color: #fff;
    flex-direction: column;
    padding-top: 26px;
    padding-bottom: 0
}

@media only screen and (min-width:768px) {
    .hero-testimonial.testimonial-right .testimonial-content-outer .testimonial-content {
        padding-bottom: 16px
    }
}

.hero-testimonial.testimonial-right .testimonial-content-outer .testimonial-content .testimonial-text-container .testimonial-text {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 100;
    font-style: italic;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0;
    margin-bottom: 24px;
    color: #fff
}

@media only screen and (min-width:768px) {
    .hero-testimonial.testimonial-right .testimonial-content-outer .testimonial-content .testimonial-text-container .testimonial-text {
        margin-bottom: 28px
    }
}

.hero-testimonial.testimonial-right .testimonial-content-outer .testimonial-content .testimonial-text-container .testimonial-text+.full-name {
    font-size: 18px
}

.hero-testimonial.testimonial-right .testimonial-content-outer .testimonial-content .testimonial-text-container .testimonial-name {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 100;
    font-style: italic;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    color: #fff
}

.hero-testimonial.testimonial-right .testimonial-content-outer .testimonial-content .testimonial-quotation {
    position: relative;
    font-size: 80px;
    font-family: "Times New Roman", Times, serif;
    font-weight: 700
}

.hero-testimonial.testimonial-right .testimonial-content-outer .testimonial-content .testimonial-quotation .right {
    -webkit-transform: translate(-12px, 0);
    transform: translate(-12px, 0)
}

.hero-testimonial.testimonial-right .testimonial-content-outer .testimonial-content .testimonial-quotation .left {
    -webkit-transform: translate(12px, 12px);
    transform: translate(12px, 12px)
}

@media only screen and (min-width:992px) {
    .hero-testimonial.testimonial-right {
        padding: 167px 0 200px
    }

    .hero-testimonial.testimonial-right .testimonial {
        display: flex;
        justify-content: flex-end
    }

    .hero-testimonial.testimonial-right .testimonial-content-outer {
        width: 50%
    }

    .hero-testimonial.testimonial-right .testimonial-content-outer .testimonial-content {
        margin: 0 136px 0 0;
        padding-top: 26px
    }

    .hero-testimonial.testimonial-right .testimonial-content-outer .testimonial-content .testimonial-quotation .right {
        -webkit-transform: translate(-12px, 12px);
        transform: translate(-12px, 12px)
    }

    .hero-testimonial.testimonial-right .testimonial-content-outer .testimonial-content .testimonial-quotation .left {
        -webkit-transform: translate(12px, 12px);
        transform: translate(12px, 12px)
    }
}

.hero-with-sub-nav {
    padding: 0
}

.hero-with-sub-nav .hero-image,
.hero-with-sub-nav .hero-image-mobile {
    background-size: cover;
    background-position: center
}

.hero-with-sub-nav .hero-image-overlay {
    padding: 0 15px;
    background-color: #f4f4f4
}

.hero-with-sub-nav .hero-image-overlay .hero-content {
    padding: 0
}

.hero-with-sub-nav .hero-image-overlay .hero-content .hero-login-content {
    padding: 0 16px;
    width: 100%;
    max-width: initial
}

.hero-with-sub-nav .hero-image-overlay .hero-content .hero-login-content .hero-login-heading {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #002d5a;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0;
    padding-bottom: 15px;
    margin-bottom: 15px
}

@media only screen and (min-width:992px) {
    .hero-with-sub-nav .hero-image-overlay .hero-content .hero-login-content .hero-login-heading {
        font-size: 42px;
        line-height: 60px;
        letter-spacing: 0
    }
}

.hero-with-sub-nav .hero-image-overlay .hero-content .hero-login-content .hero-login-description {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 31px
}

@media only screen and (min-width:992px) {
    .hero-with-sub-nav .hero-image-overlay .hero-content .hero-login-content .hero-login-description {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.hero-with-sub-nav .hero-image-overlay .hero-content .hero-login-content .hero-login-link-container {
    margin-bottom: 80px
}

.hero-with-sub-nav .hero-image-overlay .hero-content .hero-login-content .hero-login-link-container .hero-login-link {
    display: block;
    width: 100%;
    padding: 15px 40px;
    background-color: #005591;
    border-radius: 1000px;
    text-align: center;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 100;
    font-style: italic;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    color: #fff;
    text-decoration: none;
    font-style: normal
}

.hero-with-sub-nav .icon-tiles .nav-icons .icon-tiles-card-row {
    border-radius: 15px;
    padding: 30px 50px 37px
}

.hero-with-sub-nav .icon-tiles .nav-icons .icon-tiles-card-row .icon-tiles-card-col {
    padding: 0
}

.hero-with-sub-nav .icon-tiles .nav-icons .icon-tiles-card-row .icon-tiles-card-col .icon-description,
.hero-with-sub-nav .icon-tiles .nav-icons .icon-tiles-card-row .icon-tiles-card-col .icon-title {
    padding: 0
}

.hero-with-sub-nav .icon-tiles .nav-icons .icon-tiles-card-row .icon-tiles-card-col .icon-title {
    margin: 22px 0 12px
}

.hero-with-sub-nav .icon-tiles .nav-icons .icon-tiles-card-row .icon-tiles-card-col .icon-image-frame-outer {
    border: 1px solid #005591;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    background-color: #0089c0
}

.hero-with-sub-nav .icon-tiles .nav-icons .icon-tiles-card-row .icon-tiles-card-col .icon-image-frame-outer .icon-image,
.hero-with-sub-nav .icon-tiles .nav-icons .icon-tiles-card-row .icon-tiles-card-col .icon-image-frame-outer .icon-image-frame-inner {
    width: 100%;
    height: 100%
}

.hero-with-sub-nav .icon-tiles .nav-icons .icon-tiles-card-row .icon-tiles-card-col .icon-image-frame-outer .icon-image-frame-inner {
    border: 4px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    position: relative
}

.hero-with-sub-nav .icon-tiles .nav-icons .icon-tiles-card-row .icon-tiles-card-col .icon-image-frame-outer .icon-image-frame-inner img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%)
}

.hero-with-sub-nav .icon-tiles .nav-icons .icon-tiles-card-row hr {
    display: block;
    margin: 30px 0
}

.hero-with-sub-nav .icon-tiles .nav-icons .icon-tiles-card-row hr:last-of-type {
    display: none
}

.hero-with-sub-nav .icon-tiles .nav-icons .icon-tiles-card-row .icon-tiles-card-separator {
    display: none;
    min-width: 1px;
    min-height: 100%;
    background-color: #96a5b4;
    margin: 10px 30px 3px
}

.hero-with-sub-nav .hero-image-mobile {
    height: 319px;
    width: 100%
}

.hero-with-sub-nav .hero-image-mobile .hero-image-overlay {
    height: 100%;
    background: #f4f4f4;
    background: linear-gradient(228deg, #f4f4f4 0, rgba(244, 244, 244, .87) 24%, transparent 100%)
}

@media only screen and (min-width:768px) {
    .hero-with-sub-nav .icon-tiles .nav-icons .icon-tiles-card-row .icon-tiles-card-col {
        border: none
    }
}

@media only screen and (min-width:992px) {
    .hero-with-sub-nav .hero-image-overlay {
        padding: 136px 0 40px;
        background: linear-gradient(to right, rgba(249, 249, 249, 0) 30%, rgba(249, 249, 249, .7) 50%, rgba(249, 249, 249, .95) 60%)
    }

    .hero-with-sub-nav .hero-image-overlay .hero-content .hero-login-content {
        padding: 0;
        max-width: 475px;
        width: 50%
    }

    .hero-with-sub-nav .hero-image-overlay .hero-content .hero-login-content .hero-login-heading {
        font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
        color: #002d5a;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0;
        padding-bottom: 15px;
        margin-bottom: 18px
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .hero-with-sub-nav .hero-image-overlay .hero-content .hero-login-content .hero-login-heading {
        font-size: 36px;
        line-height: 50px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:992px) {
    .hero-with-sub-nav .hero-image-overlay .hero-content .hero-login-content .hero-login-description {
        margin-bottom: 36px
    }

    .hero-with-sub-nav .hero-image-overlay .hero-content .hero-login-content .hero-login-link-container .hero-login-link {
        display: inline;
        width: initial
    }

    .hero-with-sub-nav .icon-tiles .nav-icons .icon-tiles-card-row {
        background: rgba(255, 255, 255, .87);
        padding: 30px 20px 37px
    }

    .hero-with-sub-nav .icon-tiles .nav-icons .icon-tiles-card-row hr {
        display: none
    }

    .hero-with-sub-nav .icon-tiles .nav-icons .icon-tiles-card-row .icon-tiles-card-separator {
        display: block
    }

    .hero-with-sub-nav .icon-tiles .nav-icons .icon-tiles-card-row .icon-tiles-card-separator:last-of-type {
        display: none
    }
}

.hero {
    padding: 0
}

.hero ol li,
.hero ul li {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    margin-top: 0
}

@media only screen and (min-width:992px) {

    .hero ol li,
    .hero ul li {
        font-size: 18px;
        line-height: 27px
    }
}

.hero ol {
    list-style: initial;
    list-style-type: decimal
}

.hero ol li::marker {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: inline-table;
    word-wrap: break-word
}

.hero ol li {
    padding-left: 4px;
    margin-bottom: 12px;
    margin-left: 16px
}

@media only screen and (min-width:992px) {
    .hero ol li {
        padding-left: 3px;
        margin-left: 17px
    }
}

.hero ol li:last-child {
    margin-bottom: 15px
}

.hero ul li::before {
    content: "\2022";
    color: #0089c0;
    font-size: 24px;
    display: inline-table;
    word-wrap: break-word;
    width: 10px;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    margin-right: -9px
}

@media only screen and (min-width:992px) {
    .hero ul li::before {
        -webkit-transform: translateX(-21px);
        transform: translateX(-21px)
    }
}

.hero ul li {
    display: block;
    margin-bottom: 10px;
    margin-left: 20px
}

@media only screen and (min-width:992px) {
    .hero ul li {
        margin-bottom: 12px
    }
}

.hero .breadcrumb ol li {
    margin-left: 0;
    margin-bottom: 0
}

.hero.banner-with-link {
    background-color: #f4f4f4
}

.hero.banner-with-link .banner-content {
    display: flex;
    flex-direction: column;
    min-height: 100%
}

@media only screen and (min-width:992px) {
    .hero.banner-with-link .banner-content {
        flex-direction: row;
        min-height: 776px
    }
}

.hero.banner-with-link .banner-content .banner-image {
    padding: 0 0 404px;
    position: relative;
    width: 100%
}

.hero.banner-with-link .banner-content .image {
    width: 100%;
    min-height: 432px;
    position: absolute;
    top: 0;
    z-index: 0;
    background-size: cover;
    background-position: center
}

@media only screen and (min-width:992px) {
    .hero.banner-with-link .banner-content .image {
        min-height: 100%
    }
}

.hero.banner-with-link .banner-content .image-overlay {
    display: none
}

@media only screen and (min-width:992px) {
    .hero.banner-with-link .banner-content .image-overlay {
        display: flex;
        width: 101%;
        min-height: 100%;
        background: transparent linear-gradient(270deg, #f4f4f4 0, #f4f4f400 100%) 0 0 no-repeat padding-box;
        position: absolute;
        top: 0;
        z-index: 0;
        background-size: cover;
        background-position: center
    }
}

.hero.banner-with-link .banner-content .banner-copy {
    order: -1;
    padding: 0 32px
}

@media only screen and (min-width:992px) {
    .hero.banner-with-link .banner-content .banner-copy {
        display: flex;
        flex-direction: column;
        justify-content: center;
        order: 1;
        padding: 0 136px 0 30px
    }
}

.hero.banner-with-link .banner-content .heading {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #002d5a;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    padding-bottom: 15px;
    font-size: 30px;
    padding-top: 32px;
    padding-bottom: 15px
}

@media only screen and (min-width:992px) {
    .hero.banner-with-link .banner-content .heading {
        font-size: 36px;
        line-height: 50px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:992px) {
    .hero.banner-with-link .banner-content .heading {
        padding-top: 0;
        padding-bottom: 18px
    }
}

.hero.banner-with-link .banner-content .description {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0
}

@media only screen and (min-width:992px) {
    .hero.banner-with-link .banner-content .description {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.hero.banner-with-link .banner-content .link-text {
    font-size: 18px;
    color: #fff;
    text-decoration: none
}

@media only screen and (min-width:992px) {
    .hero.banner-with-link .banner-content .link-text {
        padding: 0 10px
    }
}

.hero.banner-with-link .banner-content .login-link-container {
    padding: 32px 0;
    text-align: center
}

@media only screen and (min-width:992px) {
    .hero.banner-with-link .banner-content .login-link-container {
        padding: 36.5px 0
    }
}

.hero.banner-with-link .banner-content a {
    width: 100%
}

@media only screen and (min-width:992px) {
    .hero.banner-with-link .banner-content a {
        width: auto
    }
}

.hero.banner .banner-image {
    height: 270px
}

.hero.banner .banner-image .image-left {
    background: url(/-/media/Project/Lincare/system/Lincare-LPM-header-1440x633.png) no-repeat;
    background-size: cover;
    background-position: bottom right;
    height: 270px;
    position: relative;
    bottom: 0;
    z-index: 1;
    pointer-events: none
}

.hero.banner .banner-image .image-right {
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    height: 269px;
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    z-index: 0
}

@media only screen and (min-width:567px) {
    .hero.banner .banner-image .image-right {
        width: 70%
    }
}

@media only screen and (min-width:768px) {
    .hero.banner .banner-image .image-right {
        width: 60%
    }
}

@media only screen and (min-width:992px) {
    .hero.banner .banner-image .image-right {
        width: 50%
    }
}

.hero.banner .banner-image .editor {
    overflow: hidden;
    position: absolute;
    top: 0;
    height: 270px;
    z-index: 0
}

.hero.banner .heading {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #002d5a;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0;
    padding-bottom: 15px;
    margin-top: 60px
}

@media only screen and (min-width:992px) {
    .hero.banner .heading {
        font-size: 60px;
        line-height: 70px;
        letter-spacing: 0
    }
}

.hero.banner .subheading {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #002d5a;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    padding-bottom: 15px;
    font-size: 18px
}

@media only screen and (min-width:992px) {
    .hero.banner .subheading {
        font-size: 36px;
        line-height: 50px;
        letter-spacing: 0
    }
}

.hero.banner .description {
    padding-top: 24px;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    color: #666
}

@media only screen and (min-width:992px) {
    .hero.banner .description {
        font-size: 22px;
        line-height: 33px;
        letter-spacing: 0
    }
}

.hero.banner .description,
.hero.banner .heading,
.hero.banner .subheading {
    margin-left: 15px;
    margin-right: 15px;
    font-weight: 400;
    overflow-wrap: anywhere;
    padding-bottom: 0
}

@media only screen and (min-width:992px) {
    .hero.banner {
        min-height: 428px;
        max-height: 500px;
        margin-bottom: 0
    }

    .hero.banner .banner-content .editor {
        position: absolute;
        overflow: hidden;
        right: 0;
        top: 0;
        background-size: unset;
        background-position: right;
        background-repeat: no-repeat;
        height: 100%;
        z-index: 0
    }

    .hero.banner .banner-image {
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%
    }

    .hero.banner .banner-image .image-left {
        background: url(/-/media/Project/Lincare/system/herowave-grey.png) no-repeat;
        background-position: bottom center;
        background-size: cover;
        height: 100%
    }

    .hero.banner .banner-image .image-right {
        background-size: cover;
        height: 99.5%;
        margin: 0 0 0 auto;
        background-position: right
    }

    .hero.banner .banner-copy {
        margin-top: 108px;
        max-width: 60%
    }

    .hero.banner .banner-copy,
    .hero.banner .description,
    .hero.banner .heading,
    .hero.banner .subheading {
        position: relative
    }

    .hero.banner .heading {
        z-index: 1;
        margin-top: 0;
        font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
        color: #002d5a;
        font-weight: 700;
        font-size: 32px;
        line-height: 38px;
        letter-spacing: 0;
        padding-bottom: 15px;
        font-weight: 400;
        padding-bottom: 0
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .hero.banner .heading {
        font-size: 42px;
        line-height: 60px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:992px) {
    .hero.banner .subheading {
        z-index: 1;
        font-size: 30px;
        font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
        color: #002d5a;
        font-weight: 700;
        font-size: 22px;
        line-height: 33px;
        letter-spacing: 0;
        padding-bottom: 15px;
        font-weight: 400;
        padding-bottom: 0
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .hero.banner .subheading {
        font-size: 30px;
        line-height: 42px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:992px) {
    .hero.banner .description {
        font-size: 18px;
        padding-left: 0;
        z-index: 1
    }
}

@media only screen and (min-width:1200px) {
    .hero.banner .heading {
        max-width: 75%
    }

    .hero.banner .subheading {
        max-width: 75%
    }

    .hero.banner .description {
        max-width: 80%
    }
}

@media only screen and (min-width:1470px) {
    .hero.banner .heading {
        font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
        color: #002d5a;
        font-weight: 400;
        font-size: 36px;
        line-height: 44px;
        letter-spacing: 0;
        padding-bottom: 15px;
        padding-bottom: 0;
        font-weight: 400;
        max-width: 70%
    }
}

@media only screen and (min-width:1470px) and (min-width:992px) {
    .hero.banner .heading {
        font-size: 60px;
        line-height: 70px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:1470px) {
    .hero.banner .subheading {
        font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
        color: #002d5a;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0;
        padding-bottom: 15px;
        padding-bottom: 0;
        font-weight: 400
    }
}

@media only screen and (min-width:1470px) and (min-width:992px) {
    .hero.banner .subheading {
        font-size: 36px;
        line-height: 50px;
        letter-spacing: 0
    }
}

.hero.user-guide-hero .user-guide-hero-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    padding: 70px 0
}

.hero.user-guide-hero .user-guide-hero-container .user-guide-title {
    color: #fff;
    font-size: 36px
}

.hero.user-guide-hero .user-guide-hero-container .user-guide-description {
    color: #fff;
    padding: 30px 0;
    font-size: 16px;
    text-align: center;
    max-width: 70%
}

.hero.user-guide-hero .user-guide-hero-container .user-guide-link {
    background-color: #fff;
    color: #032e58;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    width: 223px;
    height: 50px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none
}

.hero.banner-blue .banner-image .image-left {
    background: url(/-/media/Project/Lincare/system/herowave-blue.png) no-repeat;
    background-size: cover;
    background-position: bottom right;
    height: 270px;
    position: relative;
    bottom: 0;
    z-index: 1
}

@media only screen and (min-width:567px) {
    .hero.banner-blue .banner-image .image-right {
        width: 75%
    }
}

@media only screen and (min-width:768px) {
    .hero.banner-blue .banner-image .image-right {
        width: 60%
    }
}

@media only screen and (min-width:992px) {
    .hero.banner-blue .banner-image .image-right {
        width: 70%
    }
}

@media only screen and (min-width:1200px) {
    .hero.banner-blue .banner-image .image-right {
        width: 60%
    }
}

.hero.banner-blue .editor {
    display: none
}

@media only screen and (min-width:992px) {
    .hero.banner-blue {
        background-position: bottom right;
        height: 100%
    }

    .hero.banner-blue .banner-image .image-left {
        background: url(/-/media/Project/Lincare/system/herowave-blue.png) no-repeat;
        background-position: bottom right;
        background-size: cover;
        height: 100%;
        width: 110%
    }

    .hero.banner-blue a {
        color: #fff
    }

    .hero.banner-blue .description,
    .hero.banner-blue .heading,
    .hero.banner-blue .subheading {
        color: #fff;
        font-weight: 400
    }

    .hero.banner-blue .heading {
        max-width: 60%
    }

    .hero.banner-blue .subheading {
        max-width: 65%
    }

    .hero.banner-blue .description {
        font-weight: lighter;
        max-width: 70%
    }

    .hero.banner-blue .editor {
        display: flex;
        align-items: center;
        font-size: 1rem;
        color: #fff;
        position: absolute;
        top: 1rem !important;
        right: 1rem !important;
        width: 200px !important;
        height: 50px !important;
        background: #3d3d3d
    }

    .hero.banner-blue .editor .editor-instructions {
        line-height: 18px;
        padding: 9px
    }

    .hero.banner-blue .editor .editor-image {
        max-height: 100%
    }

    .hero.banner-blue .editor .editor-image>img {
        max-height: 50px;
        max-width: 50px
    }

    .hero.banner-blue .banner-image {
        overflow: hidden
    }

    .hero.banner-blue .image-right {
        background-size: auto;
        height: 100%
    }
}

@media only screen and (min-width:1200px) {
    .hero.banner-blue .heading {
        max-width: 60%
    }

    .hero.banner-blue .description {
        max-width: 70%
    }
}

@media only screen and (min-width:1470px) {
    .hero.banner-blue .banner-image .image-left {
        width: 100%
    }

    .hero.banner-blue .heading {
        max-width: 70%
    }

    .hero.banner-blue .description {
        max-width: 80%
    }
}

.modal-overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 125;
    background-color: rgba(0, 0, 0, .5);
    position: fixed
}

.modal-overlay .video-container {
    width: 100%;
    height: 100%;
    display: flex
}

.modal-overlay .video-container .video-frame {
    margin: auto;
    width: 300px;
    height: calc(300px * 9 / 16);
    border-radius: 15px;
    overflow: hidden;
    position: relative
}

@media only screen and (min-width:567px) {
    .modal-overlay .video-container .video-frame {
        width: 500px;
        height: calc(500px * 9 / 16)
    }
}

@media only screen and (min-width:768px) {
    .modal-overlay .video-container .video-frame {
        width: 700px;
        height: calc(700px * 9 / 16)
    }
}

@media only screen and (min-width:992px) {
    .modal-overlay .video-container .video-frame {
        width: 900px;
        height: calc(900px * 9 / 16)
    }
}

.modal-overlay .video-container .video-frame iframe {
    width: 100%;
    height: 100%
}

.modal-overlay .video-container .video-frame img {
    min-width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%)
}

.icare-form {
    width: 100%
}

.icare-form .form-info {
    margin-bottom: 25px
}

.icare-form form {
    display: flex;
    flex-direction: column
}

.icare-form form input,
.icare-form form select,
.icare-form form textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 7px;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0;
    font-style: italic;
    white-space: normal
}

@media only screen and (min-width:992px) {

    .icare-form form input,
    .icare-form form select,
    .icare-form form textarea {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0
    }
}

.icare-form form input:focus,
.icare-form form select:focus,
.icare-form form textarea:focus {
    border: 1px solid #005591 !important
}

.icare-form form input:focus.error,
.icare-form form select:focus.error,
.icare-form form textarea:focus.error {
    border: 2px solid #de232f !important
}

.icare-form form select[name=relationshipToCustomer] {
    height: 65px
}

@media only screen and (min-width:567px) {
    .icare-form form select[name=relationshipToCustomer] {
        height: initial
    }
}

.icare-form form input[name=spokenTo] {
    padding-bottom: 25px
}

@media only screen and (min-width:567px) {
    .icare-form form input[name=spokenTo] {
        padding: 15px
    }
}

.icare-form form input::-webkit-input-placeholder {
    white-space: normal
}

.icare-form form input:-ms-input-placeholder {
    white-space: normal
}

.icare-form form .default-option,
.icare-form form input::placeholder {
    white-space: normal
}

.icare-form form option {
    font-style: normal
}

.icare-form form .hidden-label {
    opacity: 0;
    height: 0;
    position: absolute
}

.icare-form label.error {
    top: -8px;
    color: #002d5a
}

.icare-form input.error,
.icare-form select.error {
    margin: 15px 0
}

.icare-form .form-response-wrapper {
    display: none;
    background-color: #fff;
    border-radius: 10px;
    padding: 45px 30px;
    border: 1px solid #707070;
    z-index: 150;
    left: 10%;
    right: 10%;
    top: 30%;
    color: #464646;
    text-align: center;
    display: block;
    background: url(/-/media/Project/Lincare/system/blue-upper-right-swoop.png) no-repeat;
    background-position: right -15px top 0;
    background-size: 50% auto;
    background-color: #fff;
    position: fixed
}

@media only screen and (min-width:768px) {
    .icare-form .form-response-wrapper {
        left: 20%;
        right: 20%
    }
}

@media only screen and (min-width:992px) {
    .icare-form .form-response-wrapper {
        left: 30%;
        right: 30%
    }
}

.icare-form .form-response {
    margin-bottom: 25px
}

.icare-form .validation-messages {
    display: none
}

.icare-form .btn-primary {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.icon-tiles {
    position: relative
}

.icon-tiles a {
    text-decoration: none
}
.icon-tiles a:hover {
    text-decoration: underline;
}

.icon-tiles ul.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 120px 0 20px;
    width: 100%;
    list-style-type: none
}

.icon-tiles ul.slick-dots li {
    margin: 0 10px
}

.icon-tiles ul.slick-dots li.slick-active button {
    background-color: #0089c0
}

.icon-tiles ul.slick-dots li button {
    display: block;
    width: 15px;
    height: 15px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #ccc;
    font-size: 0
}

.icon-tiles .icon-tiles-card-row,
.icon-tiles .icon-tiles-card-row-editing {
    width: 100%;
    justify-content: center
}

.icon-tiles .icon-tiles-link-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 48px
}

.icon-tiles .icon-tiles-link-container .icon-tiles-link a {
    display: block
}

@media only screen and (min-width:768px) {
    .icon-tiles .sliderClass ul.slick-dots {
        padding: 0;
        padding-top: 48px
    }
}

.icon-tiles .icons-with-description .icon-tiles-title {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #002d5a;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    padding-bottom: 15px;
    text-align: left;
    color: #002d5a;
    font-size: 30px;
    padding-bottom: 10px
}

@media only screen and (min-width:992px) {
    .icon-tiles .icons-with-description .icon-tiles-title {
        font-size: 36px;
        line-height: 50px;
        letter-spacing: 0
    }
}

.icon-tiles .icons-with-description .icon-tiles-description {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 15px;
    text-align: left
}

@media only screen and (min-width:992px) {
    .icon-tiles .icons-with-description .icon-tiles-description {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.icon-tiles .icons-with-description .icon-tiles-description ol li,
.icon-tiles .icons-with-description .icon-tiles-description ul li {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    margin-top: 0
}

@media only screen and (min-width:992px) {

    .icon-tiles .icons-with-description .icon-tiles-description ol li,
    .icon-tiles .icons-with-description .icon-tiles-description ul li {
        font-size: 18px;
        line-height: 27px
    }
}

.icon-tiles .icons-with-description .icon-tiles-description ol {
    list-style: initial;
    list-style-type: decimal
}

.icon-tiles .icons-with-description .icon-tiles-description ol li::marker {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: inline-table;
    word-wrap: break-word
}

.icon-tiles .icons-with-description .icon-tiles-description ol li {
    padding-left: 4px;
    margin-bottom: 12px;
    margin-left: 16px
}

@media only screen and (min-width:992px) {
    .icon-tiles .icons-with-description .icon-tiles-description ol li {
        padding-left: 3px;
        margin-left: 17px
    }
}

.icon-tiles .icons-with-description .icon-tiles-description ol li:last-child {
    margin-bottom: 15px
}

.icon-tiles .icons-with-description .icon-tiles-description ul li::before {
    content: "\2022";
    color: #0089c0;
    font-size: 24px;
    display: inline-table;
    word-wrap: break-word;
    width: 10px;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    margin-right: -9px
}

@media only screen and (min-width:992px) {
    .icon-tiles .icons-with-description .icon-tiles-description ul li::before {
        -webkit-transform: translateX(-21px);
        transform: translateX(-21px)
    }
}

.icon-tiles .icons-with-description .icon-tiles-description ul li {
    display: block;
    margin-bottom: 10px;
    margin-left: 20px
}

@media only screen and (min-width:992px) {
    .icon-tiles .icons-with-description .icon-tiles-description ul li {
        margin-bottom: 12px
    }
}

.icon-tiles .icons-with-description .icon-tiles-card-row {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .12);
    text-align: center;
    background-color: #fff;
    padding: 10px 42px 10px;
    border-radius: 15px
}

.icon-tiles .icons-with-description .icon-tiles-card-row .icon-tiles-card-col {
    padding: 30px 0 27px;
    border: none;
    border-top: 1px solid rgba(150, 165, 180, .5)
}

.icon-tiles .icons-with-description .icon-tiles-card-row .icon-tiles-card-col:first-child {
    border: none
}

@media only screen and (min-width:768px) {
    .icon-tiles .icons-with-description .icon-tiles-title {
        text-align: center;
        color: #002d5a;
        padding-bottom: 10px
    }

    .icon-tiles .icons-with-description .icon-tiles-description {
        padding: 0 188px;
        margin-bottom: 25px;
        text-align: center
    }

    .icon-tiles .icons-with-description .icon-tiles-card-row {
        box-shadow: none;
        text-align: center;
        background-color: transparent;
        padding: 0
    }

    .icon-tiles .icons-with-description .icon-tiles-card-row .icon-tiles-card-col {
        padding: 7px 30px 27px;
        border: none;
        margin-bottom: auto
    }

    .icon-tiles .icons-with-description .icon-tiles-card-row .icon-tiles-card-col:first-child {
        border: none
    }

    .icon-tiles .icons-with-description.sliderClass .slick-slide .icon-tiles-card-col {
        border: none;
        margin: auto
    }

    .icon-tiles .icons-with-description.sliderClass .slick-slide.slick-current .icon-tiles-card-col {
        border: none;
        border-left: none
    }

    .icon-tiles .icons-with-description.sliderClass .slick-slider .slick-arrow {
        top: 20%;
        line-height: normal
    }
}

.icon-tiles .nav-icons .icon-tiles-title {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #002d5a;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 30px
}

@media only screen and (min-width:992px) {
    .icon-tiles .nav-icons .icon-tiles-title {
        font-size: 36px;
        line-height: 50px;
        letter-spacing: 0
    }
}

.icon-tiles .nav-icons .icon-tiles-card-row {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .12);
    text-align: center;
    background-color: #fff;
    padding: 15px 15px 0;
    border-radius: 15px
}

.icon-tiles .nav-icons .icon-tiles-card-row .icon-tiles-card-col {
    padding: 0;
    border: none
}

.icon-tiles .nav-icons .icon-tiles-card-row .icon-tiles-card-col ol li,
.icon-tiles .nav-icons .icon-tiles-card-row .icon-tiles-card-col ul li {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    margin-top: 0
}

@media only screen and (min-width:992px) {

    .icon-tiles .nav-icons .icon-tiles-card-row .icon-tiles-card-col ol li,
    .icon-tiles .nav-icons .icon-tiles-card-row .icon-tiles-card-col ul li {
        font-size: 18px;
        line-height: 27px
    }
}

.icon-tiles .nav-icons .icon-tiles-card-row .icon-tiles-card-col ol {
    list-style: initial;
    list-style-type: decimal
}

.icon-tiles .nav-icons .icon-tiles-card-row .icon-tiles-card-col ol li::marker {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: inline-table;
    word-wrap: break-word
}

.icon-tiles .nav-icons .icon-tiles-card-row .icon-tiles-card-col ol li {
    padding-left: 4px;
    margin-bottom: 12px;
    margin-left: 16px
}

@media only screen and (min-width:992px) {
    .icon-tiles .nav-icons .icon-tiles-card-row .icon-tiles-card-col ol li {
        padding-left: 3px;
        margin-left: 17px
    }
}

.icon-tiles .nav-icons .icon-tiles-card-row .icon-tiles-card-col ol li:last-child {
    margin-bottom: 15px
}

.icon-tiles .nav-icons .icon-tiles-card-row .icon-tiles-card-col ul li::before {
    content: "\2022";
    color: #0089c0;
    font-size: 24px;
    display: inline-table;
    word-wrap: break-word;
    width: 10px;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    margin-right: -9px
}

@media only screen and (min-width:992px) {
    .icon-tiles .nav-icons .icon-tiles-card-row .icon-tiles-card-col ul li::before {
        -webkit-transform: translateX(-21px);
        transform: translateX(-21px)
    }
}

.icon-tiles .nav-icons .icon-tiles-card-row .icon-tiles-card-col ul li {
    display: block;
    margin-bottom: 10px;
    margin-left: 20px
}

@media only screen and (min-width:992px) {
    .icon-tiles .nav-icons .icon-tiles-card-row .icon-tiles-card-col ul li {
        margin-bottom: 12px
    }
}

.icon-tiles .nav-icons .icon-tiles-card-row .icon-tiles-card-col a {
    display: block
}

.icon-tiles .nav-icons .icon-tiles-card-row .icon-tiles-card-col hr {
    margin: 20px 27px 20px;
    border: none;
    height: 1px;
    background-color: #96a5b4
}

.icon-tiles .nav-icons .icon-tiles-card-row .icon-tiles-card-col:last-child hr {
    margin: 0 0 30px;
    height: 0
}

.icon-tiles .nav-icons .icon-tiles-card-row .cards .nav-icon .icon-image img {
    padding: 0
}

.icon-tiles .nav-icons .icon-tiles-card-row-editing {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .12);
    text-align: center;
    background-color: #fff;
    padding: 15px 15px 0;
    border-radius: 15px
}

.icon-tiles .nav-icons .icon-tiles-card-row-editing .icon-tiles-card-col {
    padding: 0;
    border: none
}

.icon-tiles .nav-icons .icon-tiles-card-row-editing .icon-tiles-card-col hr {
    margin: 20px 27px 20px;
    border: none;
    height: 1px;
    background-color: #96a5b4
}

.icon-tiles .nav-icons .icon-tiles-card-row-editing .icon-tiles-card-col:last-child hr {
    margin: 0 0 30px;
    height: 0
}

.icon-tiles .nav-icons .icon-tiles-card-row-editing .cards .nav-icon .icon-image img {
    padding: 0
}

@media only screen and (min-width:768px) {
    .icon-tiles .nav-icons .icon-tiles-title {
        margin-bottom: 26px
    }

    .icon-tiles .nav-icons .icon-tiles-container {
        display: flex
    }

    .icon-tiles .nav-icons .icon-tiles-card-row,
    .icon-tiles .nav-icons .icon-tiles-card-row-editing {
        padding: 10px 0;
        display: inline-flex;
        margin: 0 auto
    }

    .icon-tiles .nav-icons .icon-tiles-card-row .icon-tiles-card-col,
    .icon-tiles .nav-icons .icon-tiles-card-row-editing .icon-tiles-card-col {
        padding: 5px 15px;
        border: none;
        margin: 0;
        margin-top: 0
    }

    .icon-tiles .nav-icons .icon-tiles-card-row .icon-tiles-card-col a,
    .icon-tiles .nav-icons .icon-tiles-card-row-editing .icon-tiles-card-col a {
        display: block;
        height: 100%
    }

    .icon-tiles .nav-icons .icon-tiles-card-row .icon-tiles-card-col:last-child,
    .icon-tiles .nav-icons .icon-tiles-card-row-editing .icon-tiles-card-col:last-child {
        border: none
    }

    .icon-tiles .nav-icons.sliderClass .slick-slide {
        background: #fff;
        box-shadow: 4px 4px 10px #0000001f;
        border-radius: 15px;
        margin: 4.5px
    }

    .icon-tiles .nav-icons.sliderClass .slick-current {
        margin-left: 0
    }

    .icon-tiles .nav-icons.sliderClass ul.slick-dots {
        display: none !important
    }

    .icon-tiles .nav-icons.sliderClass .icon-tiles-link-container {
        position: relative;
        bottom: unset
    }

    .icon-tiles .sliderClass {
        display: flex;
        flex-direction: column
    }

    .icon-tiles .sliderClass .icon-tiles-title {
        width: 85%;
        align-self: center
    }

    .icon-tiles .sliderClass .icon-tiles-card-row {
        background: 0 0;
        box-shadow: none
    }

    .icon-tiles .sliderClass .icon-tiles-card-row-editing {
        background: 0 0;
        box-shadow: none
    }

    .icon-tiles .sliderClass .cards .nav-icon .icon-image img {
        padding: 0
    }

    .icon-tiles .sliderClass .slick-slider {
        display: flex;
        align-self: center
    }

    .icon-tiles .sliderClass .slick-slider .slick-arrow {
        position: absolute;
        top: 27%;
        left: -40px;
        background: 0 0;
        border: 3px solid #707070;
        border-radius: 0;
        border-width: 3px 3px 0 0;
        font-size: 0;
        line-height: normal;
        padding: 10px;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }
}

@media only screen and (min-width:768px) and (min-width:992px) {
    .icon-tiles .sliderClass .slick-slider .slick-arrow {
        left: -60px
    }
}

@media only screen and (min-width:768px) and (min-width:1200px) {
    .icon-tiles .sliderClass .slick-slider .slick-arrow {
        left: -60px;
        padding: 15px
    }
}

@media only screen and (min-width:768px) {
    .icon-tiles .sliderClass .slick-slider .slick-arrow.slick-next {
        left: auto;
        right: -40px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@media only screen and (min-width:768px) and (min-width:992px) {
    .icon-tiles .sliderClass .slick-slider .slick-arrow.slick-next {
        right: -60px
    }
}

@media only screen and (min-width:768px) and (min-width:1200px) {
    .icon-tiles .sliderClass .slick-slider .slick-arrow.slick-next {
        right: -60px
    }
}

@media only screen and (min-width:768px) and (min-width:768px) {
    .icon-tiles .sliderClass .slick-slider {
        width: 85%
    }
}

@media only screen and (min-width:768px) {
    .icon-tiles .sliderClass .slick-slider .slick-track {
        display: flex
    }

    .icon-tiles .sliderClass .slick-slider .slick-track .slick-slide {
        height: auto
    }
}

.iframe iframe {
    width: 100%
}

.iframe.pdf-viewer iframe {
    height: 90vh
}

.image-gallery .image-box {
    display: none
}

.image-gallery .slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: none
}

.image-gallery .slick-dots {
    display: flex;
    justify-content: center;
    margin: 30px auto 0
}

.image-gallery .slick-dots li button {
    font-size: 0;
    line-height: normal;
    padding: 8px;
    margin: 10px 10px 30px;
    border: 0;
    background-color: #96a5b4
}

.image-gallery .slick-dots li.slick-active button {
    background-color: #0089c0
}

.image-gallery .active {
    background: #0089c0
}

.image-gallery ul li::before {
    content: none
}

.image-gallery .image-container {
    overflow: initial
}

.image-gallery .image-container .image-gallery-slides {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-left: 0 !important;
    margin-top: 7px
}

.image-gallery .image-container .image-gallery-slides .slide {
    max-height: 400px;
    overflow: hidden;
    position: relative
}

.image-gallery .image-container .image-gallery-slides .slide img {
    display: none
}

.image-gallery .image-container .image-gallery-slides .slide a img {
    display: block;
    height: auto;
    min-height: 400px;
    width: auto;
    min-width: 100%;
    max-width: 100%
}

@media only screen and (min-width:768px) {
    .image-gallery .image-box {
        width: 100%;
        height: 500px;
        display: block;
        overflow: hidden;
        position: relative;
        border-radius: 10px
    }

    .image-gallery .image-box img {
        height: auto;
        min-height: 100%;
        width: auto;
        min-width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%)
    }

    .image-gallery .image-container {
        overflow: initial
    }

    .image-gallery .image-container .image-gallery-slides {
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
        margin-left: 0 !important;
        margin-top: 7px
    }

    .image-gallery .image-container .image-gallery-slides .slide {
        float: none;
        height: 115px;
        min-width: 115px;
        width: calc(25% - 15px);
        max-width: 25%;
        margin-right: 20px;
        margin-top: 20px;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        border: 0
    }

    .image-gallery .image-container .image-gallery-slides .slide:last-child {
        margin-right: 0
    }

    .image-gallery .image-container .image-gallery-slides .slide.active {
        border: 2px solid #666
    }

    .image-gallery .image-container .image-gallery-slides .slide.active img {
        opacity: 1;
        width: calc(105% + 4px)
    }

    .image-gallery .image-container .image-gallery-slides .slide img {
        display: block;
        opacity: .7;
        border-radius: 10px;
        height: auto;
        min-height: 100%;
        width: 105%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%)
    }

    .image-gallery .image-container .image-gallery-slides .slide .slide-overlay {
        background: #666;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0
    }

    .image-gallery .image-container .image-gallery-slides .slide a img {
        display: none
    }

    .image-gallery .indicators {
        display: none
    }
}

.image-gallery.device-gallery .gallery-background {
    background-color: #005591;
    width: 100%;
    height: 380px;
    position: absolute
}

@media only screen and (min-width:992px) {
    .image-gallery.device-gallery .gallery-background {
        background: url(/-/media/Project/Lincare/system/footer-bg-mobile.svg) no-repeat;
        background-size: 100% auto
    }
}

.image-gallery.device-gallery>.component-content {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.image-gallery.device-gallery .device-content {
    padding-top: 60px;
    padding-bottom: 18px
}

@media only screen and (min-width:992px) {
    .image-gallery.device-gallery .device-content {
        padding-top: 90px
    }
}

@media only screen and (min-width:992px) {
    .image-gallery.device-gallery .device-content .device-title {
        height: 230px;
        display: flex;
        margin-bottom: 60px
    }
}

.image-gallery.device-gallery .device-content .device-title h1 {
    color: #fff;
    padding: 8px 0;
    margin-top: auto
}

.image-gallery.device-gallery .device-description {
    padding: 30px 15px 0
}

@media only screen and (min-width:992px) {
    .image-gallery.device-gallery .device-description {
        padding: 30px 0 0
    }
}

.image-gallery.device-gallery .device-description ol li,
.image-gallery.device-gallery .device-description ul li {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    margin-top: 0
}

@media only screen and (min-width:992px) {

    .image-gallery.device-gallery .device-description ol li,
    .image-gallery.device-gallery .device-description ul li {
        font-size: 18px;
        line-height: 27px
    }
}

.image-gallery.device-gallery .device-description ol {
    list-style: initial;
    list-style-type: decimal
}

.image-gallery.device-gallery .device-description ol li::marker {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: inline-table;
    word-wrap: break-word
}

.image-gallery.device-gallery .device-description ol li {
    padding-left: 4px;
    margin-bottom: 12px;
    margin-left: 16px
}

@media only screen and (min-width:992px) {
    .image-gallery.device-gallery .device-description ol li {
        padding-left: 3px;
        margin-left: 17px
    }
}

.image-gallery.device-gallery .device-description ol li:last-child {
    margin-bottom: 15px
}

.image-gallery.device-gallery .device-description ul li::before {
    content: "\2022";
    color: #0089c0;
    font-size: 24px;
    display: inline-table;
    word-wrap: break-word;
    width: 10px;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    margin-right: -9px
}

@media only screen and (min-width:992px) {
    .image-gallery.device-gallery .device-description ul li::before {
        -webkit-transform: translateX(-21px);
        transform: translateX(-21px)
    }
}

.image-gallery.device-gallery .device-description ul li {
    display: block;
    margin-bottom: 10px;
    margin-left: 20px
}

@media only screen and (min-width:992px) {
    .image-gallery.device-gallery .device-description ul li {
        margin-bottom: 12px
    }
}

.image-gallery.device-gallery .image-container {
    padding: 0;
    padding-left: 0;
    padding-right: 0
}

@media only screen and (min-width:768px) {
    .image-gallery.device-gallery .image-container {
        padding: 15px 15px 0
    }
}

@media only screen and (min-width:992px) {
    .image-gallery.device-gallery .image-container {
        padding: 90px 15px 0
    }
}

.image img {
    max-width: 100%;
    height: auto
}

.image a {
    display: inline-block;
    max-width: 100%
}

.image .image-caption {
    display: block;
    font-style: italic;
    font-size: 14px;
    color: #747474
}

.image-default-size img {
    max-width: none;
    width: auto !important
}

.image-full-size img {
    width: 100% !important;
    height: auto !important
}

.image-left .component-content>div>img {
    float: left
}

.image-right .component-content>div>img {
    float: right
}

@charset "UTF-8";

.instruction-list .instruction-container {
    display: flex;
    flex-direction: column;
    padding: 26px 0 18px
}

.instruction-list .instruction-text {
    display: flex;
    flex-direction: column
}

.instruction-list .instruction-item {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    color: #4d4d4d
}

@media only screen and (min-width:992px) {
    .instruction-list .instruction-item {
        font-size: 22px;
        line-height: 33px;
        letter-spacing: 0
    }
}

.instruction-list .instruction-item a {
    color: #0089c0
}

.instruction-list .title {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #002d5a;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    padding-bottom: 15px
}

@media only screen and (min-width:992px) {
    .instruction-list .title {
        font-size: 36px;
        line-height: 50px;
        letter-spacing: 0
    }
}

.instruction-list h5 {
    display: inline-block;
    border: 2px solid #000
}

.instruction-list ol {
    list-style: none;
    counter-reset: test-counter;
    margin: 0;
    padding: 0
}

.instruction-list ol li {
    counter-increment: test-counter;
    display: flex;
    align-items: center;
    padding-bottom: 20px
}

.instruction-list ol li::before {
    content: counter(test-counter) ".";
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #002d5a;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    padding-bottom: 15px;
    padding-right: 21px;
    padding-bottom: 0
}

@media only screen and (min-width:992px) {
    .instruction-list ol li::before {
        font-size: 36px;
        line-height: 50px;
        letter-spacing: 0
    }
}

.instruction-list .instruction-image {
    width: 311px;
    max-width: 100%;
    height: auto;
    display: block;
    padding-top: 36px
}

.instruction-list .instruction-image img {
    width: 100%;
    height: auto;
    border-radius: 10px
}

@media only screen and (min-width:768px) {
    .instruction-list .instruction-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 64px 0
    }

    .instruction-list ol li {
        padding-bottom: 25px
    }

    .instruction-list ol li::before {
        font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
        color: #002d5a;
        font-weight: 700;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0;
        padding-bottom: 15px;
        padding-bottom: 0
    }
}

@media only screen and (min-width:768px) and (min-width:992px) {
    .instruction-list ol li::before {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:768px) {
    .instruction-list .instruction-text {
        padding-right: 155px
    }

    .instruction-list .instruction-item {
        font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
        color: #464646;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        color: #4d4d4d
    }
}

@media only screen and (min-width:768px) and (min-width:992px) {
    .instruction-list .instruction-item {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:992px) {
    .instruction-list .instruction-image {
        min-width: 475px;
        padding-top: 0
    }
}

@charset "UTF-8";

.language-selector {
    position: relative;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #89c6cc;
    padding: 10px;
    background-color: #fff
}

.language-selector .flags-ad {
    background-image: url(../images/sprite-flag);
    background-position: 0 -25px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ae {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3125px;
    width: 20px;
    height: 15px
}

.language-selector .flags-af {
    background-image: url(../images/sprite-flag);
    background-position: 0 -50px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ag {
    background-image: url(../images/sprite-flag);
    background-position: 0 -75px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ai {
    background-image: url(../images/sprite-flag);
    background-position: 0 -100px;
    width: 20px;
    height: 15px
}

.language-selector .flags-al {
    background-image: url(../images/sprite-flag);
    background-position: 0 -125px;
    width: 20px;
    height: 15px
}

.language-selector .flags-am {
    background-image: url(../images/sprite-flag);
    background-position: 0 -150px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ao {
    background-image: url(../images/sprite-flag);
    background-position: 0 -175px;
    width: 20px;
    height: 15px
}

.language-selector .flags-aq {
    background-image: url(../images/sprite-flag);
    background-position: 0 -200px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ar {
    background-image: url(../images/sprite-flag);
    background-position: 0 -225px;
    width: 20px;
    height: 15px
}

.language-selector .flags-as {
    background-image: url(../images/sprite-flag);
    background-position: 0 -250px;
    width: 20px;
    height: 15px
}

.language-selector .flags-at {
    background-image: url(../images/sprite-flag);
    background-position: 0 -275px;
    width: 20px;
    height: 15px
}

.language-selector .flags-au {
    background-image: url(../images/sprite-flag);
    background-position: 0 -300px;
    width: 20px;
    height: 15px
}

.language-selector .flags-aw {
    background-image: url(../images/sprite-flag);
    background-position: 0 -325px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ax {
    background-image: url(../images/sprite-flag);
    background-position: 0 -350px;
    width: 20px;
    height: 15px
}

.language-selector .flags-az {
    background-image: url(../images/sprite-flag);
    background-position: 0 -375px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ba {
    background-image: url(../images/sprite-flag);
    background-position: 0 -400px;
    width: 20px;
    height: 15px
}

.language-selector .flags-bb {
    background-image: url(../images/sprite-flag);
    background-position: 0 -425px;
    width: 20px;
    height: 15px
}

.language-selector .flags-bd {
    background-image: url(../images/sprite-flag);
    background-position: 0 -450px;
    width: 20px;
    height: 15px
}

.language-selector .flags-be {
    background-image: url(../images/sprite-flag);
    background-position: 0 -475px;
    width: 20px;
    height: 15px
}

.language-selector .flags-bf {
    background-image: url(../images/sprite-flag);
    background-position: 0 -500px;
    width: 20px;
    height: 15px
}

.language-selector .flags-bg {
    background-image: url(../images/sprite-flag);
    background-position: 0 -525px;
    width: 20px;
    height: 15px
}

.language-selector .flags-bh {
    background-image: url(../images/sprite-flag);
    background-position: 0 -550px;
    width: 20px;
    height: 15px
}

.language-selector .flags-bi {
    background-image: url(../images/sprite-flag);
    background-position: 0 -575px;
    width: 20px;
    height: 15px
}

.language-selector .flags-bj {
    background-image: url(../images/sprite-flag);
    background-position: 0 -600px;
    width: 20px;
    height: 15px
}

.language-selector .flags-bl {
    background-image: url(../images/sprite-flag);
    background-position: 0 -625px;
    width: 20px;
    height: 15px
}

.language-selector .flags-bm {
    background-image: url(../images/sprite-flag);
    background-position: 0 -650px;
    width: 20px;
    height: 15px
}

.language-selector .flags-bn {
    background-image: url(../images/sprite-flag);
    background-position: 0 -675px;
    width: 20px;
    height: 15px
}

.language-selector .flags-bo {
    background-image: url(../images/sprite-flag);
    background-position: 0 -700px;
    width: 20px;
    height: 15px
}

.language-selector .flags-bq {
    background-image: url(../images/sprite-flag);
    background-position: 0 -725px;
    width: 20px;
    height: 15px
}

.language-selector .flags-br {
    background-image: url(../images/sprite-flag);
    background-position: 0 -750px;
    width: 20px;
    height: 15px
}

.language-selector .flags-bs {
    background-image: url(../images/sprite-flag);
    background-position: 0 -775px;
    width: 20px;
    height: 15px
}

.language-selector .flags-bt {
    background-image: url(../images/sprite-flag);
    background-position: 0 -800px;
    width: 20px;
    height: 15px
}

.language-selector .flags-bv {
    background-image: url(../images/sprite-flag);
    background-position: 0 -825px;
    width: 20px;
    height: 15px
}

.language-selector .flags-bw {
    background-image: url(../images/sprite-flag);
    background-position: 0 -850px;
    width: 20px;
    height: 15px
}

.language-selector .flags-by {
    background-image: url(../images/sprite-flag);
    background-position: 0 -875px;
    width: 20px;
    height: 15px
}

.language-selector .flags-bz {
    background-image: url(../images/sprite-flag);
    background-position: 0 -900px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ca {
    background-image: url(../images/sprite-flag);
    background-position: 0 -925px;
    width: 20px;
    height: 15px
}

.language-selector .flags-cc {
    background-image: url(../images/sprite-flag);
    background-position: 0 -950px;
    width: 20px;
    height: 15px
}

.language-selector .flags-cd {
    background-image: url(../images/sprite-flag);
    background-position: 0 -975px;
    width: 20px;
    height: 15px
}

.language-selector .flags-cf {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1000px;
    width: 20px;
    height: 15px
}

.language-selector .flags-cg {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1025px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ch {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1050px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ci {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1075px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ck {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1100px;
    width: 20px;
    height: 15px
}

.language-selector .flags-cl {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1125px;
    width: 20px;
    height: 15px
}

.language-selector .flags-cm {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1150px;
    width: 20px;
    height: 15px
}

.language-selector .flags-cn {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1175px;
    width: 20px;
    height: 15px
}

.language-selector .flags-co {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1200px;
    width: 20px;
    height: 15px
}

.language-selector .flags-cr {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1225px;
    width: 20px;
    height: 15px
}

.language-selector .flags-cu {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1250px;
    width: 20px;
    height: 15px
}

.language-selector .flags-cv {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1275px;
    width: 20px;
    height: 15px
}

.language-selector .flags-cw {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1300px;
    width: 20px;
    height: 15px
}

.language-selector .flags-cx {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1325px;
    width: 20px;
    height: 15px
}

.language-selector .flags-cy {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1350px;
    width: 20px;
    height: 15px
}

.language-selector .flags-cz {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1375px;
    width: 20px;
    height: 15px
}

.language-selector .flags-de {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1400px;
    width: 20px;
    height: 15px
}

.language-selector .flags-dj {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1425px;
    width: 20px;
    height: 15px
}

.language-selector .flags-dk {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1450px;
    width: 20px;
    height: 15px
}

.language-selector .flags-dm {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1475px;
    width: 20px;
    height: 15px
}

.language-selector .flags-do {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1500px;
    width: 20px;
    height: 15px
}

.language-selector .flags-dz {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1525px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ec {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1550px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ee {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1575px;
    width: 20px;
    height: 15px
}

.language-selector .flags-eg {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1600px;
    width: 20px;
    height: 15px
}

.language-selector .flags-eh {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1625px;
    width: 20px;
    height: 15px
}

.language-selector .flags-er {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1650px;
    width: 20px;
    height: 15px
}

.language-selector .flags-es {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1675px;
    width: 20px;
    height: 15px
}

.language-selector .flags-et {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1700px;
    width: 20px;
    height: 15px
}

.language-selector .flags-fi {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1725px;
    width: 20px;
    height: 15px
}

.language-selector .flags-fj {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1750px;
    width: 20px;
    height: 15px
}

.language-selector .flags-fk {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1775px;
    width: 20px;
    height: 15px
}

.language-selector .flags-fm {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1800px;
    width: 20px;
    height: 15px
}

.language-selector .flags-fo {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1825px;
    width: 20px;
    height: 15px
}

.language-selector .flags-fr {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1850px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ga {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1875px;
    width: 20px;
    height: 15px
}

.language-selector .flags-gb {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1900px;
    width: 20px;
    height: 15px
}

.language-selector .flags-gd {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1925px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ge {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1950px;
    width: 20px;
    height: 15px
}

.language-selector .flags-gf {
    background-image: url(../images/sprite-flag);
    background-position: 0 -1975px;
    width: 20px;
    height: 15px
}

.language-selector .flags-gg {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2000px;
    width: 20px;
    height: 15px
}

.language-selector .flags-gh {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2025px;
    width: 20px;
    height: 15px
}

.language-selector .flags-gi {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2050px;
    width: 20px;
    height: 15px
}

.language-selector .flags-gl {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2075px;
    width: 20px;
    height: 15px
}

.language-selector .flags-gm {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2100px;
    width: 20px;
    height: 15px
}

.language-selector .flags-gn {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2125px;
    width: 20px;
    height: 15px
}

.language-selector .flags-gp {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2150px;
    width: 20px;
    height: 15px
}

.language-selector .flags-gq {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2175px;
    width: 20px;
    height: 15px
}

.language-selector .flags-gr {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2200px;
    width: 20px;
    height: 15px
}

.language-selector .flags-gs {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2225px;
    width: 20px;
    height: 15px
}

.language-selector .flags-gt {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2250px;
    width: 20px;
    height: 15px
}

.language-selector .flags-gu {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2275px;
    width: 20px;
    height: 15px
}

.language-selector .flags-gw {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2300px;
    width: 20px;
    height: 15px
}

.language-selector .flags-gy {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2325px;
    width: 20px;
    height: 15px
}

.language-selector .flags-hk {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2350px;
    width: 20px;
    height: 15px
}

.language-selector .flags-hm {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2375px;
    width: 20px;
    height: 15px
}

.language-selector .flags-hn {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2400px;
    width: 20px;
    height: 15px
}

.language-selector .flags-hr {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2425px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ht {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2450px;
    width: 20px;
    height: 15px
}

.language-selector .flags-hu {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2475px;
    width: 20px;
    height: 15px
}

.language-selector .flags-id {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2500px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ie {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2525px;
    width: 20px;
    height: 15px
}

.language-selector .flags-il {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2550px;
    width: 20px;
    height: 15px
}

.language-selector .flags-im {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2575px;
    width: 20px;
    height: 15px
}

.language-selector .flags-in {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2600px;
    width: 20px;
    height: 15px
}

.language-selector .flags-io {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2625px;
    width: 20px;
    height: 15px
}

.language-selector .flags-iq {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2650px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ir {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2675px;
    width: 20px;
    height: 15px
}

.language-selector .flags-is {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2700px;
    width: 20px;
    height: 15px
}

.language-selector .flags-it {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2725px;
    width: 20px;
    height: 15px
}

.language-selector .flags-je {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2750px;
    width: 20px;
    height: 15px
}

.language-selector .flags-jm {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2775px;
    width: 20px;
    height: 15px
}

.language-selector .flags-jo {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2800px;
    width: 20px;
    height: 15px
}

.language-selector .flags-jp {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2825px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ke {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2850px;
    width: 20px;
    height: 15px
}

.language-selector .flags-kg {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2875px;
    width: 20px;
    height: 15px
}

.language-selector .flags-kh {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2900px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ki {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2925px;
    width: 20px;
    height: 15px
}

.language-selector .flags-km {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2950px;
    width: 20px;
    height: 15px
}

.language-selector .flags-kn {
    background-image: url(../images/sprite-flag);
    background-position: 0 -2975px;
    width: 20px;
    height: 15px
}

.language-selector .flags-kp {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3000px;
    width: 20px;
    height: 15px
}

.language-selector .flags-kr {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3025px;
    width: 20px;
    height: 15px
}

.language-selector .flags-kw {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3050px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ky {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3075px;
    width: 20px;
    height: 15px
}

.language-selector .flags-kz {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3100px;
    width: 20px;
    height: 15px
}

.language-selector .flags-la {
    background-image: url(../images/sprite-flag);
    background-position: 0 0;
    width: 20px;
    height: 15px
}

.language-selector .flags-lb {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3150px;
    width: 20px;
    height: 15px
}

.language-selector .flags-lc {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3175px;
    width: 20px;
    height: 15px
}

.language-selector .flags-li {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3200px;
    width: 20px;
    height: 15px
}

.language-selector .flags-lk {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3225px;
    width: 20px;
    height: 15px
}

.language-selector .flags-lr {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3250px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ls {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3275px;
    width: 20px;
    height: 15px
}

.language-selector .flags-lt {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3300px;
    width: 20px;
    height: 15px
}

.language-selector .flags-lu {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3325px;
    width: 20px;
    height: 15px
}

.language-selector .flags-lv {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3350px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ly {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3375px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ma {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3400px;
    width: 20px;
    height: 15px
}

.language-selector .flags-mc {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3425px;
    width: 20px;
    height: 15px
}

.language-selector .flags-md {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3450px;
    width: 20px;
    height: 15px
}

.language-selector .flags-me {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3475px;
    width: 20px;
    height: 15px
}

.language-selector .flags-mf {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3500px;
    width: 20px;
    height: 15px
}

.language-selector .flags-mg {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3525px;
    width: 20px;
    height: 15px
}

.language-selector .flags-mh {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3550px;
    width: 20px;
    height: 15px
}

.language-selector .flags-mk {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3575px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ml {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3600px;
    width: 20px;
    height: 15px
}

.language-selector .flags-mm {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3625px;
    width: 20px;
    height: 15px
}

.language-selector .flags-mn {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3650px;
    width: 20px;
    height: 15px
}

.language-selector .flags-mo {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3675px;
    width: 20px;
    height: 15px
}

.language-selector .flags-mp {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3700px;
    width: 20px;
    height: 15px
}

.language-selector .flags-mq {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3725px;
    width: 20px;
    height: 15px
}

.language-selector .flags-mr {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3750px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ms {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3775px;
    width: 20px;
    height: 15px
}

.language-selector .flags-mt {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3800px;
    width: 20px;
    height: 15px
}

.language-selector .flags-mu {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3825px;
    width: 20px;
    height: 15px
}

.language-selector .flags-mv {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3850px;
    width: 20px;
    height: 15px
}

.language-selector .flags-mw {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3875px;
    width: 20px;
    height: 15px
}

.language-selector .flags-mx {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3900px;
    width: 20px;
    height: 15px
}

.language-selector .flags-my {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3925px;
    width: 20px;
    height: 15px
}

.language-selector .flags-mz {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3950px;
    width: 20px;
    height: 15px
}

.language-selector .flags-na {
    background-image: url(../images/sprite-flag);
    background-position: 0 -3975px;
    width: 20px;
    height: 15px
}

.language-selector .flags-nc {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4000px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ne {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4025px;
    width: 20px;
    height: 15px
}

.language-selector .flags-nf {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4050px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ng {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4075px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ni {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4100px;
    width: 20px;
    height: 15px
}

.language-selector .flags-nl {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4125px;
    width: 20px;
    height: 15px
}

.language-selector .flags-no {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4150px;
    width: 20px;
    height: 15px
}

.language-selector .flags-np {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4175px;
    width: 20px;
    height: 15px
}

.language-selector .flags-nr {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4200px;
    width: 20px;
    height: 15px
}

.language-selector .flags-nu {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4225px;
    width: 20px;
    height: 15px
}

.language-selector .flags-nz {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4250px;
    width: 20px;
    height: 15px
}

.language-selector .flags-om {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4275px;
    width: 20px;
    height: 15px
}

.language-selector .flags-pa {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4300px;
    width: 20px;
    height: 15px
}

.language-selector .flags-pe {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4325px;
    width: 20px;
    height: 15px
}

.language-selector .flags-pf {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4350px;
    width: 20px;
    height: 15px
}

.language-selector .flags-pg {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4375px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ph {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4400px;
    width: 20px;
    height: 15px
}

.language-selector .flags-pk {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4425px;
    width: 20px;
    height: 15px
}

.language-selector .flags-pl {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4450px;
    width: 20px;
    height: 15px
}

.language-selector .flags-pm {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4475px;
    width: 20px;
    height: 15px
}

.language-selector .flags-pn {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4500px;
    width: 20px;
    height: 15px
}

.language-selector .flags-pr {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4525px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ps {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4550px;
    width: 20px;
    height: 15px
}

.language-selector .flags-pt {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4575px;
    width: 20px;
    height: 15px
}

.language-selector .flags-pw {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4600px;
    width: 20px;
    height: 15px
}

.language-selector .flags-py {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4625px;
    width: 20px;
    height: 15px
}

.language-selector .flags-qa {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4650px;
    width: 20px;
    height: 15px
}

.language-selector .flags-re {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4675px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ro {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4700px;
    width: 20px;
    height: 15px
}

.language-selector .flags-rs {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4725px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ru {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4750px;
    width: 20px;
    height: 15px
}

.language-selector .flags-rw {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4775px;
    width: 20px;
    height: 15px
}

.language-selector .flags-sa {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4800px;
    width: 20px;
    height: 15px
}

.language-selector .flags-sb {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4825px;
    width: 20px;
    height: 15px
}

.language-selector .flags-sc {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4850px;
    width: 20px;
    height: 15px
}

.language-selector .flags-sd {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4875px;
    width: 20px;
    height: 15px
}

.language-selector .flags-se {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4900px;
    width: 20px;
    height: 15px
}

.language-selector .flags-sg {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4925px;
    width: 20px;
    height: 15px
}

.language-selector .flags-sh {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4950px;
    width: 20px;
    height: 15px
}

.language-selector .flags-si {
    background-image: url(../images/sprite-flag);
    background-position: 0 -4975px;
    width: 20px;
    height: 15px
}

.language-selector .flags-sj {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5000px;
    width: 20px;
    height: 15px
}

.language-selector .flags-sk {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5025px;
    width: 20px;
    height: 15px
}

.language-selector .flags-sl {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5050px;
    width: 20px;
    height: 15px
}

.language-selector .flags-sm {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5075px;
    width: 20px;
    height: 15px
}

.language-selector .flags-sn {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5100px;
    width: 20px;
    height: 15px
}

.language-selector .flags-so {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5125px;
    width: 20px;
    height: 15px
}

.language-selector .flags-sr {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5150px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ss {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5175px;
    width: 20px;
    height: 15px
}

.language-selector .flags-st {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5200px;
    width: 20px;
    height: 15px
}

.language-selector .flags-sv {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5225px;
    width: 20px;
    height: 15px
}

.language-selector .flags-sx {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5250px;
    width: 20px;
    height: 15px
}

.language-selector .flags-sy {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5275px;
    width: 20px;
    height: 15px
}

.language-selector .flags-sz {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5300px;
    width: 20px;
    height: 15px
}

.language-selector .flags-tc {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5325px;
    width: 20px;
    height: 15px
}

.language-selector .flags-td {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5350px;
    width: 20px;
    height: 15px
}

.language-selector .flags-tf {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5375px;
    width: 20px;
    height: 15px
}

.language-selector .flags-tg {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5400px;
    width: 20px;
    height: 15px
}

.language-selector .flags-th {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5425px;
    width: 20px;
    height: 15px
}

.language-selector .flags-tj {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5450px;
    width: 20px;
    height: 15px
}

.language-selector .flags-tk {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5475px;
    width: 20px;
    height: 15px
}

.language-selector .flags-tl {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5500px;
    width: 20px;
    height: 15px
}

.language-selector .flags-tm {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5525px;
    width: 20px;
    height: 15px
}

.language-selector .flags-tn {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5550px;
    width: 20px;
    height: 15px
}

.language-selector .flags-to {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5575px;
    width: 20px;
    height: 15px
}

.language-selector .flags-tr {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5600px;
    width: 20px;
    height: 15px
}

.language-selector .flags-tt {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5625px;
    width: 20px;
    height: 15px
}

.language-selector .flags-tv {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5650px;
    width: 20px;
    height: 15px
}

.language-selector .flags-tw {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5675px;
    width: 20px;
    height: 15px
}

.language-selector .flags-tz {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5700px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ua {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5725px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ug {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5750px;
    width: 20px;
    height: 15px
}

.language-selector .flags-um {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5775px;
    width: 20px;
    height: 15px
}

.language-selector .flags-us {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5800px;
    width: 20px;
    height: 15px
}

.language-selector .flags-uy {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5825px;
    width: 20px;
    height: 15px
}

.language-selector .flags-uz {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5850px;
    width: 20px;
    height: 15px
}

.language-selector .flags-va {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5875px;
    width: 20px;
    height: 15px
}

.language-selector .flags-vc {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5900px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ve {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5925px;
    width: 20px;
    height: 15px
}

.language-selector .flags-vg {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5950px;
    width: 20px;
    height: 15px
}

.language-selector .flags-vi {
    background-image: url(../images/sprite-flag);
    background-position: 0 -5975px;
    width: 20px;
    height: 15px
}

.language-selector .flags-vn {
    background-image: url(../images/sprite-flag);
    background-position: 0 -6000px;
    width: 20px;
    height: 15px
}

.language-selector .flags-vu {
    background-image: url(../images/sprite-flag);
    background-position: 0 -6025px;
    width: 20px;
    height: 15px
}

.language-selector .flags-wf {
    background-image: url(../images/sprite-flag);
    background-position: 0 -6050px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ws {
    background-image: url(../images/sprite-flag);
    background-position: 0 -6075px;
    width: 20px;
    height: 15px
}

.language-selector .flags-ye {
    background-image: url(../images/sprite-flag);
    background-position: 0 -6100px;
    width: 20px;
    height: 15px
}

.language-selector .flags-yt {
    background-image: url(../images/sprite-flag);
    background-position: 0 -6125px;
    width: 20px;
    height: 15px
}

.language-selector .flags-za {
    background-image: url(../images/sprite-flag);
    background-position: 0 -6150px;
    width: 20px;
    height: 15px
}

.language-selector .flags-zm {
    background-image: url(../images/sprite-flag);
    background-position: 0 -6175px;
    width: 20px;
    height: 15px
}

.language-selector .flags-zw {
    background-image: url(../images/sprite-flag);
    background-position: 0 -6200px;
    width: 20px;
    height: 15px
}

.language-selector .flags-zz {
    background-image: url(../images/sprite-flag);
    background-position: 0 -6225px;
    width: 20px;
    height: 15px
}

.language-selector .language-selector-select-item {
    cursor: pointer
}

.language-selector .language-selector-select-item>a {
    width: 100%;
    display: block;
    position: relative;
    padding-right: 15px
}

.language-selector .language-selector-select-item>a:hover {
    text-decoration: none
}

.language-selector .language-selector-select-item::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.language-selector .language-selector-item-container {
    box-shadow: 0 2px 9px 0 #b3b3b3;
    padding: 0;
    position: absolute;
    top: 110%;
    min-width: 220px;
    z-index: 10;
    background: #fff;
    display: none;
    left: 0;
    right: 0
}

.language-selector .language-selector-item {
    margin: 10px;
    cursor: pointer;
    border-bottom: 1px solid #fff
}

.language-selector .language-selector-item:hover {
    background-color: #fff;
    border-bottom: 1px solid #15909c
}

.language-selector .language-selector-item:first-child {
    margin-bottom: 0
}

.language-selector .language-selector-item a {
    text-decoration: none;
    color: #747474;
    font-weight: 400;
    padding-left: 25px;
    background-repeat: no-repeat
}

.language-selector .language-selector-link {
    padding: 0 20px 0 30px
}

.language-selector .language-selector-select-link {
    padding-left: 25px;
    background-repeat: no-repeat
}

.language-selector.language-selector-item-container-slideup .language-selector-item-container {
    box-shadow: 0 2px 9px 0 #b3b3b3;
    padding: 0;
    position: absolute;
    top: auto;
    bottom: 110%;
    min-width: 220px;
    z-index: 10;
    background: #fff;
    display: none;
    left: 0;
    right: 0
}

@charset "UTF-8";

.link-list {
    background: 0 0
}

.link-list>.component-content li {
    display: block;
    /* padding-right: 15px; */
}

.link-list>.component-content li a {
    display: inline;
    position: relative;
    padding-left: 10px;
    text-decoration: none
}

.link-list>.component-content li a::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 10px
}

.link-list>.component-content li a:hover {
    text-decoration: underline;
}

.link-list .button-default,
.link-list .default {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    background: #f6f6f6;
    color: #747474;
    font-weight: 700
}

@media only screen and (min-width:992px) {

    .link-list .button-default,
    .link-list .default {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0
    }
}

.link-list .button-default:hover,
.link-list .default:hover {
    color: #747474;
    background: #f7f7f7
}

.link-list .button-success,
.link-list .success {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    background: #a0ce4e;
    color: #fff;
    font-weight: 700
}

@media only screen and (min-width:992px) {

    .link-list .button-success,
    .link-list .success {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0
    }
}

.link-list .button-success:hover,
.link-list .success:hover {
    color: #fff;
    background: #92be43
}

.link-list .button-warning,
.link-list .warning {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    background: #bc4526;
    color: #fff;
    font-weight: 700
}

@media only screen and (min-width:992px) {

    .link-list .button-warning,
    .link-list .warning {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0
    }
}

.link-list .button-warning:hover,
.link-list .warning:hover {
    color: #fff;
    background: #c34e30
}

.link-list.external-links>.component-content li a {
    padding-left: 25px !important
}

.link-list.external-links>.component-content li a::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: inline-block !important;
    font-weight: 700
}

.link-list.list-footer {
    padding-bottom: 30px
}

.link-list.list-footer ul {
    display: flex;
    margin-top: 70px;
    flex-direction: row;
    justify-content: space-around;
}

@media only screen and (min-width:768px) {
    .link-list.list-footer ul li {
        padding-right: 20px;
        padding-left: 20px
    }

    .link-list.list-footer ul li:first-of-type {
        padding-left: 10px
    }

    .link-list.list-footer ul li:last-of-type {
        padding-right: 0
    }
}

.link-list.list-footer ul li .field-link {
    min-width: 24px
}

.link-list.list-footer ul li a {
    padding-left: 10px
}

.link-list.list-footer ul li a::before {
    display: none
}

@media only screen and (min-width:768px) {
    .link-list.list-footer ul {
        margin-top: 0px;
        justify-content: flex-end
    }
}

.link-list.list-footer .icon-facebook {
    position: relative;
    font-size: 0
}

.link-list.list-footer .icon-facebook::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    display: inline-block;
    font-size: 24px;
    margin-top: -6px
}

.link-list.list-footer .icon-linkedin {
    position: relative;
    font-size: 0
}

.link-list.list-footer .icon-linkedin::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    display: inline-block;
    font-size: 24px;
    margin-top: -6px
}

.link-list.list-footer .icon-youtube {
    position: relative;
    font-size: 0
}

.link-list.list-footer .icon-youtube::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    display: inline-block;
    font-size: 24px;
    margin-top: -6px
}

.link-list.list-vertical h3 {
    background: #fff;
    width: 100%;
    display: inline-block;
    padding: 3px 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2
}

.link-list.list-vertical a {
    border: none
}

.link-list.list-vertical li {
    display: block;
    margin-left: 20px
}

.link {
    background: 0 0
}

.link a {
    background-color: transparent;
    text-decoration: underline;
    color: #005591;
    transition: all .25s ease-in-out
}

.link a:hover {
    color: #002d5a;
    text-decoration: underline
}

.list-link {
    background: 0 0
}

.list-link .subtext {
    font-size: 14px;
    font-style: italic;
    color: #d2e1eb
}

.list-link a {
    background-color: transparent;
    text-decoration: underline;
    color: #005591;
    transition: all .25s ease-in-out
}

.list-link a:hover {
    color: #002d5a;
    text-decoration: underline
}

@charset "UTF-8";

.listed-links {
    background: 0 0;
    padding-right: 0;
    padding-left: 0
}

.listed-links>.component-content li {
    display: block
}

.listed-links>.component-content li a {
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: none
}

.listed-links>.component-content li a:hover {
    text-decoration: none
}

.listed-links .button-default,
.listed-links .default {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    background: #f6f6f6;
    color: #747474;
    font-weight: 700
}

@media only screen and (min-width:992px) {

    .listed-links .button-default,
    .listed-links .default {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0
    }
}

.listed-links .button-default:hover,
.listed-links .default:hover {
    color: #747474;
    background: #f7f7f7
}

.listed-links .button-success,
.listed-links .success {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    background: #a0ce4e;
    color: #fff;
    font-weight: 700
}

@media only screen and (min-width:992px) {

    .listed-links .button-success,
    .listed-links .success {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0
    }
}

.listed-links .button-success:hover,
.listed-links .success:hover {
    color: #fff;
    background: #92be43
}

.listed-links .button-warning,
.listed-links .warning {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    background: #bc4526;
    color: #fff;
    font-weight: 700
}

@media only screen and (min-width:992px) {

    .listed-links .button-warning,
    .listed-links .warning {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0
    }
}

.listed-links .button-warning:hover,
.listed-links .warning:hover {
    color: #fff;
    background: #c34e30
}

.listed-links.external-links>.component-content li a {
    padding-left: 25px !important
}

.listed-links.external-links>.component-content li a::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: inline-block !important;
    font-weight: 700
}

.listed-links.list-footer {
    padding-bottom: 30px
}

.listed-links.list-footer ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around
}

@media only screen and (min-width:768px) {
    .listed-links.list-footer ul li {
        padding-right: 20px;
        padding-left: 20px
    }

    .listed-links.list-footer ul li:first-of-type {
        padding-left: 10px
    }

    .listed-links.list-footer ul li:last-of-type {
        padding-right: 0
    }
}

.listed-links.list-footer ul li .field-link {
    min-width: 24px
}

.listed-links.list-footer ul li a {
    padding-left: 0
}

.listed-links.list-footer ul li a::before {
    display: none
}

@media only screen and (min-width:768px) {
    .listed-links.list-footer ul {
        justify-content: flex-end
    }
}

.listed-links.list-footer .icon-facebook {
    position: relative;
    font-size: 0
}

.listed-links.list-footer .icon-facebook::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    display: inline-block;
    font-size: 24px;
    margin-top: -6px
}

.listed-links.list-footer .icon-linkedin {
    position: relative;
    font-size: 0
}

.listed-links.list-footer .icon-linkedin::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    display: inline-block;
    font-size: 24px;
    margin-top: -6px
}

.listed-links.list-footer .icon-youtube {
    position: relative;
    font-size: 0
}

.listed-links.list-footer .icon-youtube::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    display: inline-block;
    font-size: 24px;
    margin-top: -6px
}

.listed-links.list-vertical h3 {
    background: #fff;
    width: 100%;
    display: inline-block;
    padding: 3px 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2
}

.listed-links.list-vertical a {
    border: none
}

.listed-links.list-vertical li {
    display: block;
    margin-left: 20px
}

@charset "UTF-8";

.location-detail .detail-wrapper {
    font-size: 16px
}

.location-detail .detail-wrapper img {
    max-width: 100%;
    border-radius: 15px;
    margin-bottom: 15px
}

.location-detail .detail-wrapper h5 {
    padding-top: 20px;
    padding-bottom: 5px
}

.location-detail .detail-wrapper a {
    font-weight: 700;
    text-decoration: none;
    position: relative
}

.location-detail .detail-wrapper .location-phone {
    font-size: 18px
}

.location-detail .detail-wrapper .location-phone::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-weight: 700;
    width: 30px
}

.location-detail .detail-wrapper .location-fax::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-weight: 700;
    width: 30px
}

.location-detail .detail-wrapper .location-email::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-weight: 700;
    width: 30px
}

.location-detail .detail-wrapper .location-schedule::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-weight: 700;
    padding-left: 5px;
    width: 30px
}

.location-detail .detail-wrapper .location-transfer::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-weight: 700;
    width: 30px
}

.location-detail .detail-wrapper .location-referral::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-weight: 700;
    width: 30px
}

@charset "UTF-8";

.locations-map {
    position: relative
}

.locations-map img {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .12)
}

.locations-map .directions-info {
    position: absolute;
    top: 60px;
    left: 5%;
    font-size: 16px;
    background-color: #fff;
    border-radius: 15px;
    padding: 15px;
    width: 90%;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .12);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

@media only screen and (min-width:567px) {
    .locations-map .directions-info {
        top: 90px;
        width: 70%;
        flex-direction: row;
        align-items: center
    }
}

.locations-map .directions-info .name-and-address {
    padding-right: 20px
}

.locations-map .directions-info .location-link {
    color: #005591;
    cursor: pointer;
    padding-bottom: 5px;
    position: relative
}

.locations-map .directions-info .location-link:hover {
    color: #002d5a
}

.locations-map .directions-info .location-link::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-weight: 500;
    padding-left: 15px;
    position: absolute
}

.locations-map .directions-info .location-link a {
    text-decoration: none
}

.locations-map .directions-info .directions {
    position: relative;
    margin-top: 60px
}

.locations-map .directions-info .directions a {
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase
}

.locations-map .directions-info .directions a::before {
    content: "";
    background: url(/-/media/Project/Lincare/system/Icon-directions.png) no-repeat;
    background-size: 40px 40px;
    position: absolute;
    height: 40px;
    width: 40px;
    top: -50px;
    left: 25%
}

@charset "UTF-8";

.react-component {
    width: 100%
}

.location-search-context-container .search-header {
    padding-top: 20px;
    position: relative;
    background-color: #005591
}

@media only screen and (min-width:992px) {
    .location-search-context-container .search-header {
        padding-top: 90px;
        margin-bottom: -93px;
        top: -93px
    }
}

.location-search-context-container .search-header h1 {
    color: #fff;
    padding-bottom: 0
}

.location-search-context-container .search-header p {
    color: #fff;
    padding-bottom: 20px
}

.location-search-context-container .search-header p.view-divider {
    display: none
}

@media only screen and (min-width:768px) {
    .location-search-context-container .search-header p.view-divider {
        display: flex;
        align-items: center;
        padding-bottom: 0;
        padding-left: 8px
    }
}

.location-search-context-container .search-header .search-location {
    display: inline-flex;
    font-size: 16px
}

.location-search-context-container .search-header .search-location a {
    color: #fff;
    line-height: 2.5em
}

.location-search-context-container .search-header .search-labels {
    display: inline-flex;
    font-size: 16px;
    justify-content: space-between;
    background-color: #002d5a;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px)
}

@media only screen and (min-width:768px) {
    .location-search-context-container .search-header .search-labels {
        justify-content: initial;
        background-color: transparent;
        padding-top: 35px;
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }
}

.location-search-context-container .search-header .search-labels span {
    text-decoration: none;
    color: #fff;
    line-height: 2.5em;
    padding-left: 10px;
    position: relative;
    padding-right: 4px
}

@media only screen and (min-width:768px) {
    .location-search-context-container .search-header .search-labels span {
        padding-right: 15px
    }
}

.location-search-context-container .search-header .search-labels a {
    text-decoration: none;
    color: #fff;
    line-height: 2.5em;
    padding-left: 10px;
    position: relative;
    padding-right: 15px
}

@media only screen and (min-width:768px) {
    .location-search-context-container .search-header .search-labels a {
        padding-right: 0
    }
}

.location-search-context-container .search-header .search-labels a::after {
    content: "";
    display: none
}

.location-search-context-container .search-header .search-labels a.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 33%;
    display: inline-block;
    height: 7px;
    width: 7px;
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #002d5a;
    border-left: 7px solid transparent
}

.location-search-context-container .search-header .search-labels a span {
    display: inline-block
}

@media only screen and (min-width:768px) {
    .location-search-context-container .search-header .search-labels a span {
        display: none
    }
}

.location-search-context-container .search-header .search-labels a.active,
.location-search-context-container .search-header .search-labels span {
    display: none
}

@media only screen and (min-width:768px) {

    .location-search-context-container .search-header .search-labels a.active,
    .location-search-context-container .search-header .search-labels span {
        display: inline-block
    }
}

.location-search-context-container .search-header .search-labels {
    flex-direction: row-reverse;
    text-transform: uppercase
}

.location-search-context-container .search-header .filter-toggle {
    display: inline-block;
    background-color: #002d5a;
    border-radius: 10px 10px 0 0;
    padding: 10px 30px 5px 20px;
    margin-right: 30px;
    color: #fff;
    cursor: pointer;
    position: relative
}

.location-search-context-container .search-header .filter-toggle::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 15px;
    display: inline-block;
    height: 10px;
    width: 10px;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    transition: all .25s ease-in-out
}

.location-search-context-container .search-header .filter-toggle.active::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 15px
}

.location-search-context-container .search-header .search-header-textbox input[type=text] {
    width: 100%;
    padding-right: 50px
}

@media only screen and (min-width:768px) {
    .location-search-context-container .search-header .search-header-textbox input[type=text] {
        width: 360px;
        margin-right: 15px;
        padding-right: 2%
    }
}

.location-search-context-container .search-header .search-header-textbox input[type=submit] {
    position: absolute;
    right: 20px;
    background-color: transparent;
    border-width: 0;
    width: 0
}

.location-search-context-container .search-header .search-header-textbox input[type=submit]:focus {
    border-width: 0
}

@media only screen and (min-width:768px) {
    .location-search-context-container .search-header .search-header-textbox input[type=submit] {
        display: inline-block;
        position: relative;
        right: auto;
        width: unset;
        border-width: 1px;
        background-color: #002d5a
    }
}

.location-search-context-container .search-header .search-header-textbox .mobile-search-button {
    display: inline-block;
    position: absolute;
    right: 15px;
    height: 54px;
    width: 52px;
    pointer-events: none
}

.location-search-context-container .search-header .search-header-textbox .mobile-search-button::before {
    position: absolute;
    display: inline-block;
    top: 16px;
    left: 17px;
    height: 14px;
    width: 14px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #0089c0;
    opacity: 1;
    content: ""
}

.location-search-context-container .search-header .search-header-textbox .mobile-search-button::after {
    position: absolute;
    display: inline-block;
    top: 29px;
    left: 26px;
    height: 2px;
    width: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
    content: "";
    background-color: #0089c0
}

@media only screen and (min-width:768px) {
    .location-search-context-container .search-header .search-header-textbox .mobile-search-button {
        display: none
    }
}

.location-search-context-container .search-header .search-filters {
    z-index: 4;
    position: absolute;
    width: 100%;
    margin-top: 40px;
    padding: 0 15px;
    background-color: #002d5a;
    height: 0;
    overflow: hidden;
    transition: all .25s ease-in-out
}

.location-search-context-container .search-header .search-filters.active {
    height: auto;
    padding: 15px 15px 30px
}

.location-search-context-container .search-header .search-filters label {
    color: #fff;
    cursor: pointer
}

.location-search-context-container .search-header .search-filters input[type=checkbox] {
    cursor: pointer
}

.location-search-context-container .search-header .search-filters .filter-wrapper {
    display: flex
}

.location-search-context-container .search-header .search-filters .filter-wrapper .type-filters {
    width: 100%;
    color: #fff
}

.location-search-context-container .search-header .search-filters .filter-wrapper .type-filters .service-container {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 10px;
    column-gap: 10px
}

@media only screen and (min-width:768px) {
    .location-search-context-container .search-header .search-filters .filter-wrapper .type-filters .service-container {
        -webkit-column-count: 2;
        column-count: 2
    }
}

@media only screen and (min-width:992px) {
    .location-search-context-container .search-header .search-filters .filter-wrapper .type-filters .service-container {
        -webkit-column-count: 3;
        column-count: 3
    }
}

.location-search-context-container .search-header .search-filters .close-arrow {
    position: relative;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
    margin: 20px auto 10px;
    height: 25px;
    width: 25px;
    padding: 0
}

.location-search-context-container .search-header .search-filters .close-arrow::before {
    content: 'CLOSE';
    position: absolute;
    display: block;
    left: 10px;
    top: 30px;
    font-size: 16px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.location-search-context-container .search-header .search-filters .close-arrow::after {
    content: '';
    position: absolute;
    top: 7px;
    left: 5.5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 10px;
    width: 10px;
    border: 2px solid #fff;
    border-width: 2px 2px 0 0
}

.location-search-context-container .search-header .search-filters .close-arrow p {
    display: none
}

.location-search-context-container .search-header .clear-search:hover,
.location-search-context-container .search-header .current-location:hover,
.location-search-context-container .search-header .list-view-button:hover,
.location-search-context-container .search-header .map-view-button:hover {
    cursor: pointer
}

.location-search-context-container .search-header .clear-search {
    padding-left: 30px
}

.location-search-context-container .location-search-results .total-wrapper {
    display: flex;
    align-items: center;
    background-color: #005591;
    padding: 10px 15px;
    font-size: 16px;
    color: #fff;
    line-height: 1em;
    height: 40px
}

@media only screen and (min-width:768px) {
    .location-search-context-container .location-search-results .total-wrapper {
        background-color: #002d5a
    }
}

.location-search-context-container .location-search-results .total-wrapper div:last-child {
    display: none
}

@media only screen and (min-width:768px) {
    .location-search-context-container .location-search-results .total-wrapper div:last-child {
        display: inline-block
    }
}

.location-search-context-container .location-search-results .results-wrapper {
    display: flex;
    flex-direction: column;
    flex-flow: wrap-reverse
}

@media only screen and (min-width:992px) {
    .location-search-context-container .location-search-results .results-wrapper {
        flex-direction: row;
        flex-flow: wrap
    }
}

.location-search-context-container .location-search-results .results-wrapper .search-results-list {
    height: auto;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative
}

@media only screen and (min-width:992px) {
    .location-search-context-container .location-search-results .results-wrapper .search-results-list {
        height: 750px;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        overflow-y: scroll
    }
}

.location-search-context-container .location-search-results .results-wrapper .search-results-list .no-location-results {
    width: 100%;
    padding: 90px 20px;
    text-align: center
}

.location-search-context-container .location-search-results .results-wrapper .search-results-list .show-more {
    display: flex;
    justify-content: center;
    padding: 30px 0
}

.location-search-context-container .location-search-results .results-wrapper .search-results-list .show-more.hidden {
    display: none
}

.location-search-context-container .location-search-results .results-wrapper .search-results-list .sk-chase {
    --sk-size: 75px;
    --sk-color: #005591;
    margin: 5rem auto 0
}

.location-search-context-container .location-search-results .results-wrapper .search-results-list .search-result-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.location-search-context-container .location-search-results .results-wrapper .search-results-list .search-result-item.hidden {
    display: none
}

.location-search-context-container .location-search-results .results-wrapper .search-results-list .search-result-item .search-list-content {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-top: 1px solid #cdd2cd
}

.location-search-context-container .location-search-results .results-wrapper .search-results-list .search-result-item .search-list-content i {
    height: 30px;
    color: #464646;
    font-size: 14px;
    font-style: normal
}

.location-search-context-container .location-search-results .results-wrapper .search-results-list .search-result-item .search-list-content .name-and-address {
    padding-right: 20px
}

.location-search-context-container .location-search-results .results-wrapper .search-results-list .search-result-item .search-list-content .name-and-address .address {
    font-size: 16px
}

.location-search-context-container .location-search-results .results-wrapper .search-results-list .search-result-item .search-list-content .directions-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.location-search-context-container .location-search-results .results-wrapper .search-results-list .search-result-item .search-list-content .directions-info .location-link {
    font-size: 20px;
    line-height: 22px;
    color: #005591;
    padding-bottom: 5px;
    position: relative
}

.location-search-context-container .location-search-results .results-wrapper .search-results-list .search-result-item .search-list-content .directions-info .location-link:hover {
    color: #002d5a
}

.location-search-context-container .location-search-results .results-wrapper .search-results-list .search-result-item .search-list-content .directions-info .location-link::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-weight: 500;
    padding-left: 15px;
    position: absolute
}

.location-search-context-container .location-search-results .results-wrapper .search-results-list .search-result-item .search-list-content .directions-info .location-link a {
    text-decoration: none
}

.location-search-context-container .location-search-results .results-wrapper .search-results-list .search-result-item .search-list-content .directions-info .directions {
    position: relative;
    margin-top: 50px
}

.location-search-context-container .location-search-results .results-wrapper .search-results-list .search-result-item .search-list-content .directions-info .directions a {
    font-size: 16px;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase
}

.location-search-context-container .location-search-results .results-wrapper .search-results-list .search-result-item .search-list-content .directions-info .directions a::before {
    content: "";
    background: url(/-/media/Project/Lincare/system/Icon-directions.png) no-repeat;
    background-size: 40px 40px;
    position: absolute;
    height: 40px;
    width: 40px;
    top: -50px;
    left: 25%
}

.location-search-context-container .location-search-results .results-wrapper .search-results-list .search-result-item .search-list-content .location-phone {
    text-decoration: none;
    font-weight: 700;
    padding: 20px 0 15px
}

.location-search-context-container .location-search-results .results-wrapper .search-results-list .search-result-item .search-list-content .location-phone::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-weight: 700;
    padding-right: 10px
}

.location-search-context-container .location-search-results .results-wrapper .search-results-list .search-result-item .search-list-content .location-links {
    display: flex;
    justify-content: space-between
}

.location-search-context-container .location-search-results .results-wrapper .search-results-list .search-result-item .search-list-content .location-links .location-fax {
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    padding-right: 10px
}

.location-search-context-container .location-search-results .results-wrapper .search-results-list .search-result-item .search-list-content .location-links .location-fax::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-weight: 700;
    padding-right: 10px
}

.location-search-context-container .location-search-results .results-wrapper .search-results-list .search-result-item .search-list-content .location-links .location-schedule {
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    padding-right: 10px
}

.location-search-context-container .location-search-results .results-wrapper .search-results-list .search-result-item .search-list-content .location-links .location-schedule::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-weight: 700;
    padding-right: 10px
}

.location-search-context-container .location-search-results .results-wrapper .search-results-list .search-result-item .search-list-content .location-links .location-email {
    font-size: 14px;
    text-decoration: none;
    font-weight: 700
}

.location-search-context-container .location-search-results .results-wrapper .search-results-list .search-result-item .search-list-content .location-links .location-email::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-weight: 700;
    padding-right: 10px
}

.location-search-context-container .location-search-results .results-wrapper .search-results-list .search-result-item .services-and-counties {
    display: none
}

.location-search-context-container .location-search-results .results-wrapper .search-results-map {
    height: 500px;
    flex: 0 0 100%;
    max-width: 100%
}

@media only screen and (min-width:992px) {
    .location-search-context-container .location-search-results .results-wrapper .search-results-map {
        height: 750px;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
}

.location-search-context-container .location-search-results .results-wrapper .search-results-map .gm-style {
    font: 400 16px "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    line-height: 27px;
    letter-spacing: 0
}

.location-search-context-container .location-search-results .results-wrapper .search-results-map .gm-style-mtc button {
    border-radius: 0;
    margin: 1px !important
}

.location-search-context-container .location-search-results .results-wrapper .search-results-map .gm-style .gm-style-iw {
    font: 400 16px "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    line-height: 27px;
    letter-spacing: 0;
    padding: 0
}

.location-search-context-container .location-search-results .results-wrapper .search-results-map .gm-style .gm-style-iw .map-popup .search-list-content {
    display: flex;
    flex-direction: column;
    padding: 20px 0 20px 20px
}

.location-search-context-container .location-search-results .results-wrapper .search-results-map .gm-style .gm-style-iw .map-popup .search-list-content i {
    max-height: 30px;
    color: #464646;
    font-size: 14px;
    font-style: normal
}

.location-search-context-container .location-search-results .results-wrapper .search-results-map .gm-style .gm-style-iw .map-popup .search-list-content .directions-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 420px
}

.location-search-context-container .location-search-results .results-wrapper .search-results-map .gm-style .gm-style-iw .map-popup .search-list-content .directions-info .name-and-address {
    max-width: 330px
}

.location-search-context-container .location-search-results .results-wrapper .search-results-map .gm-style .gm-style-iw .map-popup .search-list-content .directions-info .location-link {
    font-size: 20px;
    color: #005591;
    padding-bottom: 5px
}

.location-search-context-container .location-search-results .results-wrapper .search-results-map .gm-style .gm-style-iw .map-popup .search-list-content .directions-info .location-link:hover {
    color: #002d5a
}

.location-search-context-container .location-search-results .results-wrapper .search-results-map .gm-style .gm-style-iw .map-popup .search-list-content .directions-info .location-link::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-weight: 500;
    padding-left: 15px
}

.location-search-context-container .location-search-results .results-wrapper .search-results-map .gm-style .gm-style-iw .map-popup .search-list-content .directions-info .location-link a {
    text-decoration: none
}

.location-search-context-container .location-search-results .results-wrapper .search-results-map .gm-style .gm-style-iw .map-popup .search-list-content .directions-info .directions {
    position: relative;
    margin-top: 50px
}

.location-search-context-container .location-search-results .results-wrapper .search-results-map .gm-style .gm-style-iw .map-popup .search-list-content .directions-info .directions a {
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase
}

.location-search-context-container .location-search-results .results-wrapper .search-results-map .gm-style .gm-style-iw .map-popup .search-list-content .directions-info .directions a::before {
    content: "";
    background: url(/-/media/Project/Lincare/system/Icon-directions.png) no-repeat;
    background-size: 40px 40px;
    position: absolute;
    height: 40px;
    width: 40px;
    top: -50px;
    left: 25%
}

.location-search-context-container .location-search-results .results-wrapper .search-results-map .gm-style .gm-style-iw .map-popup .search-list-content .location-phone {
    text-decoration: none;
    font-weight: 700;
    padding: 20px 0 15px
}

.location-search-context-container .location-search-results .results-wrapper .search-results-map .gm-style .gm-style-iw .map-popup .search-list-content .location-phone::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-weight: 700;
    padding-right: 10px
}

.location-search-context-container .location-search-results .results-wrapper .search-results-map .gm-style .gm-style-iw .map-popup .search-list-content .location-links {
    display: flex;
    justify-content: space-between
}

.location-search-context-container .location-search-results .results-wrapper .search-results-map .gm-style .gm-style-iw .map-popup .search-list-content .location-links .location-fax {
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    padding-right: 10px
}

.location-search-context-container .location-search-results .results-wrapper .search-results-map .gm-style .gm-style-iw .map-popup .search-list-content .location-links .location-fax::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-weight: 700;
    padding-right: 10px
}

.location-search-context-container .location-search-results .results-wrapper .search-results-map .gm-style .gm-style-iw .map-popup .search-list-content .location-links .location-schedule {
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    padding-right: 10px
}

.location-search-context-container .location-search-results .results-wrapper .search-results-map .gm-style .gm-style-iw .map-popup .search-list-content .location-links .location-schedule::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-weight: 700;
    padding-right: 10px
}

.location-search-context-container .location-search-results .results-wrapper .search-results-map .gm-style .gm-style-iw .map-popup .search-list-content .location-links .location-email {
    font-size: 14px;
    text-decoration: none;
    font-weight: 700
}

.location-search-context-container .location-search-results .results-wrapper .search-results-map .gm-style .gm-style-iw .map-popup .search-list-content .location-links .location-email::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-weight: 700;
    padding-right: 10px
}

.location-search-context-container .location-search-results .results-wrapper .search-results-map .gm-style .gm-style-iw .map-popup .services-and-counties {
    display: flex;
    flex-direction: row;
    padding: 0 0 0 20px
}

.location-search-context-container .location-search-results .results-wrapper .search-results-map .gm-style .gm-style-iw .map-popup .services-and-counties .services {
    width: 100%
}

.location-search-context-container .location-search-results .results-wrapper .search-results-map .gm-style .gm-style-iw .map-popup .services-and-counties .services .title {
    font-weight: 800;
    padding-bottom: 5px
}

.location-search-context-container .location-search-results .results-wrapper .search-results-map .gm-style .gm-style-iw .map-popup .services-and-counties .services .service-list {
    display: flex;
    flex-direction: column
}

.location-search-context-container .location-search-results .results-wrapper .search-results-map .gm-style .gm-style-iw .map-popup .services-and-counties .services .service-list p {
    font-size: 14px;
    white-space: nowrap
}

@media only screen and (min-width:567px) {
    .location-search-context-container .location-search-results .results-wrapper .search-results-map .gm-style .gm-style-iw .map-popup .services-and-counties .services .service-list {
        flex-wrap: wrap;
        max-height: 100px;
        -webkit-column-gap: 20px;
        column-gap: 20px
    }

    .location-search-context-container .location-search-results .results-wrapper .search-results-map .gm-style .gm-style-iw .map-popup .services-and-counties .services .service-list p {
        width: 50%
    }
}

@media only screen and (min-width:768px) {
    .location-search-context-container .location-search-results .results-wrapper .search-results-map .gm-style .gm-style-iw .map-popup .services-and-counties .services .service-list {
        -webkit-column-gap: unset;
        column-gap: unset
    }
}

.location-search-context-container .location-search-results .results-wrapper.list-view .search-results-list {
    height: auto;
    flex: 0 0 100%;
    max-width: 100%;
    overflow-y: auto
}

.location-search-context-container .location-search-results .results-wrapper.list-view .search-results-list .search-result-item {
    flex-direction: column;
    border-radius: 15px;
    margin: 30px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .12)
}

@media only screen and (min-width:992px) {
    .location-search-context-container .location-search-results .results-wrapper.list-view .search-results-list .search-result-item {
        flex-direction: row
    }
}

.location-search-context-container .location-search-results .results-wrapper.list-view .search-results-list .search-result-item .search-list-content {
    width: 100%;
    border-top: none;
    border-bottom: none
}

@media only screen and (min-width:992px) {
    .location-search-context-container .location-search-results .results-wrapper.list-view .search-results-list .search-result-item .search-list-content {
        width: 30%;
        border-right: 1px solid #cdd2cd
    }
}

.location-search-context-container .location-search-results .results-wrapper.list-view .search-results-list .search-result-item .services-and-counties {
    display: none
}

@media only screen and (min-width:992px) {
    .location-search-context-container .location-search-results .results-wrapper.list-view .search-results-list .search-result-item .services-and-counties {
        width: 70%;
        display: flex;
        flex-direction: row;
        padding: 30px;
        background-color: #ececec
    }
}

.location-search-context-container .location-search-results .results-wrapper.list-view .search-results-list .search-result-item .services-and-counties>div {
    width: 50%
}

.location-search-context-container .location-search-results .results-wrapper.list-view .search-results-list .search-result-item .services-and-counties>div .title {
    font-weight: 800;
    padding-bottom: 5px
}

.location-search-context-container .location-search-results .results-wrapper.list-view .search-results-list .search-result-item .services-and-counties>div p {
    font-size: 14px
}

.location-search-context-container .location-search-results .results-wrapper.list-view .search-results-map {
    display: none
}

.login {
    background-color: transparent
}

.login .form-section {
    position: relative;
    display: initial
}

.login label {
    background: 0 0;
    color: #005591
}

.login label.error {
    position: absolute;
    top: -37px;
    left: 0;
    color: #de232f;
    font-size: 12px;
    white-space: nowrap
}

.login button,
.login input,
.login select {
    display: inline-block;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #cdd2cd;
    border-radius: 7px;
    color: #666;
    font-weight: 400;
    padding: 15px;
    clear: both;
    height: auto;
    font-size: 16px;
    transition: all .25s ease-in-out
}

.login button.error,
.login input.error,
.login select.error {
    border: 2px solid #de232f !important
}

.login input:focus {
    border: 1px solid #005591 !important
}

.login input:focus.error {
    border: 2px solid #de232f !important
}

.login input::-webkit-input-placeholder {
    font-style: italic
}

.login input:-ms-input-placeholder {
    font-style: italic
}

.login input::placeholder {
    font-style: italic
}

.login button::-moz-focus-inner,
.login input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.login input[type=text] {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif
}

.login input[type=email],
.login input[type=password],
.login input[type=text],
.login select,
.login textarea {
    color: #666;
    width: 100%;
    background: #fff;
    border: 1px solid #cdd2cd
}

.login select {
    padding-right: 30px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer
}

.login .btn-primary,
.login button,
.login form input[type=button],
.login form input[type=reset],
.login form input[type=submit],
.login input[type=button],
.login input[type=reset],
.login input[type=submit] {
    border: 1px solid #005591;
    background-color: #005591;
    border-radius: 100px;
    padding: 15px 30px;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all .25s ease-in-out
}

@media only screen and (min-width:992px) {

    .login .btn-primary,
    .login button,
    .login form input[type=button],
    .login form input[type=reset],
    .login form input[type=submit],
    .login input[type=button],
    .login input[type=reset],
    .login input[type=submit] {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.login .btn-primary:hover,
.login button:hover,
.login form input[type=button]:hover,
.login form input[type=reset]:hover,
.login form input[type=submit]:hover,
.login input[type=button]:hover,
.login input[type=reset]:hover,
.login input[type=submit]:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid #06182f;
    background: #06182f
}

.login .btn-primary.btn-secondary,
.login button.btn-secondary,
.login form input[type=button].btn-secondary,
.login form input[type=reset].btn-secondary,
.login form input[type=submit].btn-secondary,
.login input[type=button].btn-secondary,
.login input[type=reset].btn-secondary,
.login input[type=submit].btn-secondary {
    border: 1px solid #0089c0;
    background-color: #0089c0
}

.login .btn-primary.btn-secondary:hover,
.login button.btn-secondary:hover,
.login form input[type=button].btn-secondary:hover,
.login form input[type=reset].btn-secondary:hover,
.login form input[type=submit].btn-secondary:hover,
.login input[type=button].btn-secondary:hover,
.login input[type=reset].btn-secondary:hover,
.login input[type=submit].btn-secondary:hover {
    border: 1px solid #002d5a;
    background: #002d5a
}

.login .btn-primary.btn-dark,
.login button.btn-dark,
.login form input[type=button].btn-dark,
.login form input[type=reset].btn-dark,
.login form input[type=submit].btn-dark,
.login input[type=button].btn-dark,
.login input[type=reset].btn-dark,
.login input[type=submit].btn-dark {
    border: 1px solid #002d5a;
    background-color: #002d5a
}

.login .btn-primary.btn-dark:hover,
.login button.btn-dark:hover,
.login form input[type=button].btn-dark:hover,
.login form input[type=reset].btn-dark:hover,
.login form input[type=submit].btn-dark:hover,
.login input[type=button].btn-dark:hover,
.login input[type=reset].btn-dark:hover,
.login input[type=submit].btn-dark:hover {
    border: 1px solid #06182f;
    background: #06182f
}

.login .scEnabledChrome form input[type=button],
.login .scEnabledChrome form input[type=reset],
.login .scEnabledChrome form input[type=submit] {
    background-image: none;
    box-shadow: none;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff
}

@media only screen and (min-width:992px) {

    .login .scEnabledChrome form input[type=button],
    .login .scEnabledChrome form input[type=reset],
    .login .scEnabledChrome form input[type=submit] {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.login table {
    width: 100%
}

.login table input,
.login table label {
    display: inline-block;
    margin: 0
}

.login table tbody,
.login table tr {
    background-color: transparent !important
}

.login table td {
    padding: 5px
}

.login table input[type=password],
.login table input[type=text] {
    min-height: 33px
}

.logout a {
    background-color: transparent;
    text-decoration: underline;
    color: #005591;
    transition: all .25s ease-in-out
}

.logout a:hover {
    color: #002d5a;
    text-decoration: underline
}

.logout .component-content>a,
.logout .component-content>p {
    display: inline-block
}

.map {
    border-width: 1px;
    border-style: solid;
    border-color: none;
    overflow: hidden;
    position: relative;
    background: 0 0
}

.map .map-canvas {
    position: relative
}

.map img {
    max-width: none
}

.map .MicrosoftMap .infobox-close {
    position: static;
    float: right
}

.map .MicrosoftMap .Infobox .infobox-body {
    height: 100%
}

.map .MicrosoftMap .Infobox .infobox-info {
    height: 100%;
    box-sizing: border-box
}

@charset "UTF-8";

.media-link {
    background: 0 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #89c6cc
}

.media-link a {
    color: #747474
}

.media-link a:hover {
    color: #878787;
    text-decoration: none
}

.media-link .component-content .scEmptyPlaceholder {
    width: 100%;
    margin-left: 0
}

.media-link .component-content>* {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}

.media-link.position-right .field-filetypeicon,
.media-link.position-right .field-linktext {
    float: right
}

.media-link .field-filetypeicon,
.media-link .field-linktext {
    display: inline-block
}

.media-link .field-filetypeicon>a {
    height: 24px !important;
    display: block
}

.media-link .field-filetypeicon span {
    display: block;
    height: 24px !important
}

.media-link .field-filetypeicon span::before {
    font-size: 18px
}

.media-link .field-linktext a {
    font-size: 1em
}

.media-link.file-list-files>.component-content {
    display: flex;
    flex-wrap: wrap
}

.media-link.file-list-files .file-description {
    display: inline-flex;
    align-items: center;
    width: 84%;
    margin-left: 0
}

.media-link.file-list-files .file-description .field-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: 16px
}

.media-link.file-list-files .file-description .field-filetypeicon {
    height: 24px;
    order: 1;
    padding-right: 10px;
    width: 6%;
    text-align: center;
    vertical-align: middle
}

.media-link.file-list-files .file-description .field-filetypeicon span::before {
    font-size: 24px !important
}

.media-link.file-list-files .file-description .info-wrapper {
    order: 1;
    width: 93%
}

.media-link.file-list-files .file-description .info-wrapper .field-size,
.media-link.file-list-files .file-description .info-wrapper .field-updated {
    display: inline-block;
    font-size: 12px
}

.media-link.file-list-files .field-linktext {
    display: inline-flex;
    width: 15%;
    padding: 10px 13px;
    text-align: center;
    justify-content: center;
    border-radius: 3px
}

.media-link.file-list-files .field-linktext a {
    line-height: 22px
}

@media only screen and (max-width:768px) {
    .media-link.file-list-files .file-description {
        width: 100%;
        flex-wrap: wrap
    }

    .media-link.file-list-files .file-description .field-filetypeicon {
        width: 100%
    }

    .media-link.file-list-files .file-description .field-filetypeicon span {
        margin: 0 auto
    }

    .media-link.file-list-files .file-description .info-wrapper {
        width: 100%;
        text-align: center;
        padding: 5px 0
    }

    .media-link.file-list-files .field-linktext {
        width: 100%;
        margin: 0 auto
    }
}

.media-link .avi,
.media-link .bmp,
.media-link .doc,
.media-link .docx,
.media-link .field-filetypeicon>a>span,
.media-link .gif,
.media-link .jpeg,
.media-link .jpg,
.media-link .mov,
.media-link .mp3,
.media-link .mp4,
.media-link .pdf,
.media-link .png,
.media-link .ppt,
.media-link .pptx,
.media-link .psd,
.media-link .txt,
.media-link .wma,
.media-link .wmv,
.media-link .xls,
.media-link .xlsx,
.media-link .zip {
    display: inline-block;
    box-sizing: border-box;
    font-weight: 400;
    width: 15px;
    height: 21px;
    margin: 0;
    padding: 0;
    position: relative
}

.media-link .avi::before,
.media-link .bmp::before,
.media-link .doc::before,
.media-link .docx::before,
.media-link .field-filetypeicon>a>span::before,
.media-link .gif::before,
.media-link .jpeg::before,
.media-link .jpg::before,
.media-link .mov::before,
.media-link .mp3::before,
.media-link .mp4::before,
.media-link .pdf::before,
.media-link .png::before,
.media-link .ppt::before,
.media-link .pptx::before,
.media-link .psd::before,
.media-link .txt::before,
.media-link .wma::before,
.media-link .wmv::before,
.media-link .xls::before,
.media-link .xlsx::before,
.media-link .zip::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px !important;
    position: absolute;
    display: block;
    top: 50%;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.media-link .field-filetypeicon span::before {
    content: ""
}

.media-link .field-filetypeicon .pdf::before {
    content: ""
}

.media-link .field-filetypeicon .xls::before,
.media-link .field-filetypeicon .xlsx::before {
    content: ""
}

.media-link .field-filetypeicon .ppt::before,
.media-link .field-filetypeicon .pptx::before {
    content: ""
}

.media-link .field-filetypeicon .doc::before,
.media-link .field-filetypeicon .docx::before {
    content: ""
}

.media-link .field-filetypeicon .bmp::before,
.media-link .field-filetypeicon .gif::before,
.media-link .field-filetypeicon .jpeg::before,
.media-link .field-filetypeicon .jpg::before,
.media-link .field-filetypeicon .png::before,
.media-link .field-filetypeicon .psd::before,
.media-link .field-filetypeicon .tif::before {
    content: ""
}

.media-link .field-filetypeicon .avi::before,
.media-link .field-filetypeicon .divx::before,
.media-link .field-filetypeicon .flv::before,
.media-link .field-filetypeicon .gifv::before,
.media-link .field-filetypeicon .h264::before,
.media-link .field-filetypeicon .m4v::before,
.media-link .field-filetypeicon .mk3d::before,
.media-link .field-filetypeicon .mkv::before,
.media-link .field-filetypeicon .mov::before,
.media-link .field-filetypeicon .movie::before,
.media-link .field-filetypeicon .mp4::before,
.media-link .field-filetypeicon .mpg::before,
.media-link .field-filetypeicon .oggv::before,
.media-link .field-filetypeicon .rv::before,
.media-link .field-filetypeicon .swf::before,
.media-link .field-filetypeicon .vid::before,
.media-link .field-filetypeicon .vp6::before,
.media-link .field-filetypeicon .webm::before,
.media-link .field-filetypeicon .wmv::before {
    content: ""
}

.media-link .field-filetypeicon .aa::before,
.media-link .field-filetypeicon .aac::before,
.media-link .field-filetypeicon .aax::before,
.media-link .field-filetypeicon .ac3::before,
.media-link .field-filetypeicon .aif::before,
.media-link .field-filetypeicon .aiff::before,
.media-link .field-filetypeicon .amz::before,
.media-link .field-filetypeicon .asx::before,
.media-link .field-filetypeicon .au::before,
.media-link .field-filetypeicon .avr::before,
.media-link .field-filetypeicon .fla::before,
.media-link .field-filetypeicon .flac::before,
.media-link .field-filetypeicon .m3u::before,
.media-link .field-filetypeicon .m4a::before,
.media-link .field-filetypeicon .mid::before,
.media-link .field-filetypeicon .midi::before,
.media-link .field-filetypeicon .mka::before,
.media-link .field-filetypeicon .mp3::before,
.media-link .field-filetypeicon .mp4a::before,
.media-link .field-filetypeicon .ogg::before,
.media-link .field-filetypeicon .pcm::before,
.media-link .field-filetypeicon .ra::before,
.media-link .field-filetypeicon .rma::before,
.media-link .field-filetypeicon .wav::before,
.media-link .field-filetypeicon .wma::before,
.media-link .field-filetypeicon .xwma::before {
    content: ""
}

.media-link .field-filetypeicon .txt::before {
    content: ""
}

.media-link .field-filetypeicon .dmg::before,
.media-link .field-filetypeicon .gz::before,
.media-link .field-filetypeicon .iso::before,
.media-link .field-filetypeicon .rar::before,
.media-link .field-filetypeicon .tar::before,
.media-link .field-filetypeicon .zip::before,
.media-link .field-filetypeicon .zipx::before {
    content: ""
}

.media-link .field-filetypeicon .config::before,
.media-link .field-filetypeicon .cpp::before,
.media-link .field-filetypeicon .css::before,
.media-link .field-filetypeicon .git::before,
.media-link .field-filetypeicon .h::before,
.media-link .field-filetypeicon .ini::before,
.media-link .field-filetypeicon .js::before,
.media-link .field-filetypeicon .py::before {
    content: ""
}

.media-link .field-filetypeicon .apk::before,
.media-link .field-filetypeicon .app::before,
.media-link .field-filetypeicon .bat::before,
.media-link .field-filetypeicon .deb::before,
.media-link .field-filetypeicon .dll::before,
.media-link .field-filetypeicon .exe::before,
.media-link .field-filetypeicon .jar::before,
.media-link .field-filetypeicon .msi::before,
.media-link .field-filetypeicon .pl::before,
.media-link .field-filetypeicon .prg::before,
.media-link .field-filetypeicon .scr::before,
.media-link .field-filetypeicon .sh::before,
.media-link .field-filetypeicon .vb::before {
    content: ""
}

.media-link .field-filetypeicon .asp::before,
.media-link .field-filetypeicon .aspx::before,
.media-link .field-filetypeicon .cfm::before,
.media-link .field-filetypeicon .com::before,
.media-link .field-filetypeicon .edu::before,
.media-link .field-filetypeicon .gov::before,
.media-link .field-filetypeicon .htm::before,
.media-link .field-filetypeicon .html::before,
.media-link .field-filetypeicon .jhtml::before,
.media-link .field-filetypeicon .mil::before,
.media-link .field-filetypeicon .net::before,
.media-link .field-filetypeicon .org::before,
.media-link .field-filetypeicon .php3::before,
.media-link .field-filetypeicon .php4::before,
.media-link .field-filetypeicon .php5::before,
.media-link .field-filetypeicon .php::before,
.media-link .field-filetypeicon .phtmle::before,
.media-link .field-filetypeicon .xhtml::before {
    content: ""
}

.media-link-horizontal div .field-filetypeicon span {
    height: 25px;
    width: 100%
}

.media-link-horizontal div .field-filetypeicon span::before {
    font-size: 24px !important;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.media-link-horizontal .component-content>* {
    display: block;
    text-align: center
}

@charset "UTF-8";

.navigation-header-mega-menu {
    padding: 0;
    display: none
}

.navigation-header-mega-menu .mega-menu {
    visibility: hidden;
    opacity: 0;
    transition: all .25s ease-in-out;
    transition-duration: .2s
}

.navigation-header-mega-menu.openMenu {
    z-index: 900;
    display: block
}

.navigation-header-mega-menu .mobile-menu-expand {
    visibility: visible;
    opacity: 1;
    transition: all .25s ease-in-out;
    transition-duration: .2s;
    z-index: 7;
    background-color: #fff;
    min-height: 100vh
}

.navigation-header-mega-menu .mega-menu-tabs {
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.navigation-header-mega-menu .mega-menu-tabs>.row {
    flex: 1
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab {
    height: 100%;
    position: relative;
    background-color: #002d5a;
    border-bottom: 1px solid #fff;
    display: flex;
    padding-left: 36px;
    z-index: 98;
    cursor: pointer
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab>.component-content {
    height: 100%
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab.back-button {
    top: 0;
    position: absolute;
    height: unset;
    z-index: 99
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab.back-button .tab-title::before {
    content: "\2039";
    color: #fff;
    font-size: 32px;
    padding-right: 6px
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab.back-button .tab-title::after {
    display: none
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab.back-button::after {
    display: none
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .tab-title {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    line-height: 20px !important;
    color: #fff;
    font-size: 20px;
    text-align: center;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer
}

@media only screen and (min-width:992px) {
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .tab-title {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .tab-title a:hover,
.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .tab-title>a {
    text-decoration: none;
    color: inherit
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab.has-nested-links::after {
    content: "\203A";
    color: #fff;
    font-size: 32px;
    position: absolute;
    right: 30px;
    top: 18px
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .tab-title.expand-class {
    font-weight: 600
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .tab-title.expand-class::after {
    content: "";
    background: #fff;
    height: 10px;
    width: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 48%;
    bottom: -5px;
    z-index: 101
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .currentTab {
    font-weight: 600
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .currentTab a {
    text-decoration: none;
    color: #fff
}

@media only screen and (min-width:768px) {
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .currentTab a {
        color: #002d5a
    }
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content {
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: all .25s ease-in-out;
    position: absolute;
    top: 62px;
    left: 0;
    width: 100vw;
    max-height: 550px;
    font-size: 16px;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 70px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .12);
    width: 100vw;
    padding: 0;
    top: 62px;
    -webkit-transform: translateX(100vh);
    transform: translateX(100vh);
    visibility: visible;
    opacity: 1
}

@media only screen and (min-width:768px) {
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content {
        background: #002d5a url(/-/media/Project/Lincare/system/Menu-BG.png) no-repeat
    }
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content.slide-menu {
    transition: .2s;
    -webkit-transform: translateX(0vh);
    transform: translateX(0vh)
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .link-list {
    padding-left: 0;
    padding-right: 0
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links {
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links a {
    text-decoration: none
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content [id^=subheading],
.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content h3 {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 26px;
    background-color: #d2e1eb;
    border-bottom: 1px solid rgba(255, 255, 255, .25)
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .link-list.external-links>.component-content li[class^=item],
.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content li[class^=item] {
    border-bottom: 0 !important;
    width: 100%;
    padding-left: 26px;
    background-color: #d2e1eb;
    padding-bottom: 16px;
    display: inherit;
    font-size: 20px
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .link-list.external-links>.component-content li[class^=item] a,
.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content li[class^=item] a {
    color: #002d5a;
    font-weight: 700
}

@media only screen and (min-width:768px) {

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .link-list.external-links>.component-content li[class^=item],
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content li[class^=item] {
        border-bottom: unset;
        width: unset;
        padding-left: unset;
        background-color: unset;
        display: unset;
        font-size: unset
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .link-list.external-links>.component-content li[class^=item] a,
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content li[class^=item] a {
        color: unset;
        font-weight: unset
    }
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .sublist-header {
    border-bottom: 1px solid rgba(255, 255, 255, .25)
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .sublist-header .title {
    color: #002d5a;
    font-weight: 700
}

@media only screen and (min-width:768px) {
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .sublist-header .title {
        color: unset;
        font-weight: unset
    }
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .subitem {
    border-bottom: 1px solid rgba(255, 255, 255, .25)
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .subitem .subtext,
.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .subitem .title {
    padding-left: 16px
}

@media only screen and (min-width:768px) {

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .subitem .subtext,
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .subitem .title {
        padding-left: unset;
        border-bottom: none
    }
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links.external-links>.component-content li[class^=item],
.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .subitem,
.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .sublist-header,
.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content li[class^=item] {
    width: 100%;
    padding-left: 26px;
    background-color: #d2e1eb;
    padding-bottom: 16px;
    display: inherit;
    font-size: 20px
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links.external-links>.component-content li[class^=item] .subtext,
.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .subitem .subtext,
.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .sublist-header .subtext,
.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content li[class^=item] .subtext {
    display: none
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links.external-links>.component-content li[class^=item] a,
.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .subitem a,
.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .sublist-header a,
.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content li[class^=item] a {
    color: #002d5a;
    font-weight: 700
}

@media only screen and (min-width:768px) {

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links.external-links>.component-content li[class^=item],
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .subitem,
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .sublist-header,
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content li[class^=item] {
        border-bottom: unset;
        width: unset;
        padding-left: unset;
        background-color: unset;
        display: unset;
        font-size: unset
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links.external-links>.component-content li[class^=item] .subtext,
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .subitem .subtext,
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .sublist-header .subtext,
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content li[class^=item] .subtext {
        display: block
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links.external-links>.component-content li[class^=item] a,
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .subitem a,
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .sublist-header a,
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content li[class^=item] a {
        color: unset;
        font-weight: unset
    }
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links.external-links>.component-content li[class^=item],
.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content li[class^=item] {
    border-bottom: 1px solid rgba(255, 255, 255, .25) !important
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .link-list.external-links>.component-content li[class^=item]::after {
    content: " (not insured)";
    font-style: italic;
    color: #002d5a;
    white-space: pre;
    font-size: .8em
}

@media only screen and (min-width:768px) {
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .link-list.external-links>.component-content li[class^=item]::after {
        display: none
    }
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links.external-links>.component-content li[class^=item]::after {
    content: " (not insured)";
    font-style: italic;
    color: #002d5a;
    white-space: pre;
    font-size: .8em
}

@media only screen and (min-width:768px) {
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links.external-links>.component-content li[class^=item]::after {
        display: none
    }
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .link-list.external-links>.component-content li[class^=item] a::before {
    display: none !important
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links.external-links>.component-content li[class^=item] a::before {
    display: none !important
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .link-list.external-links>.component-content li[class^=item] a {
    padding-left: 0 !important
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links.external-links>.component-content li[class^=item] a {
    padding-left: 0 !important
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content a {
    color: #fff
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content a:hover {
    color: #fff
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content a.external-link::after {
    content: "";
    font-weight: 700;
    padding: 0 4px
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .link-list>.component-content ul {
    display: flex;
    flex-direction: column
}

@media only screen and (min-width:768px) {
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .link-list>.component-content ul {
        flex-wrap: wrap;
        max-height: 450px
    }
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .link-list>.component-content li {
    padding-top: 16px;
    padding-bottom: 16px;
    margin-right: 60px;
    border-bottom: 1px solid #0089c0
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .link-list>.component-content li a {
    padding-left: 0
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .link-list>.component-content li a::before {
    display: none
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .link-list.external-links>.component-content li {
    padding-bottom: 0;
    border: none
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content ul {
    display: flex;
    flex-direction: column
}

@media only screen and (min-width:768px) {
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content ul {
        flex-wrap: wrap
    }
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .item {
    border-bottom: 1px solid #0089c0
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .subitem {
    padding-top: 10px;
    padding-bottom: 10px
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .item,
.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .sublist-header {
    padding-top: 16px;
    padding-bottom: 16px
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .item,
.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .subitem,
.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .subtitle-heading {
    margin-right: 60px
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .item a,
.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .subitem a,
.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .subtitle-heading a {
    padding-left: 0
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .item a::before,
.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .subitem a::before,
.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .subtitle-heading a::before {
    display: none
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .list-title .subtext {
    display: none
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .list-title .list-image {
    max-height: 150px;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    background-color: #d2e1eb;
    padding: 0 20px
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .list-title .list-image img {
    height: 150px;
    width: auto;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    border-radius: 8px
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .list-title.with-image h3 {
    border-bottom: none
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links.external-links>.component-content li {
    padding-bottom: 0;
    border: none
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .menu-column {
    max-height: 100%
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .menu-column ul {
    max-height: 100%
}

@media only screen and (min-width:768px) {
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .menu-column {
        max-height: 2000px
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .menu-column ul {
        max-height: 2000px
    }
}

@media only screen and (min-width:992px) {
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .menu-column {
        max-height: 850px
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .menu-column ul {
        max-height: 850px
    }
}

.navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .menu-three-column .component-content ul {
    flex-wrap: none;
    max-height: 100%
}

.navigation-header-mega-menu .mega-menu-tabs .added-tab .mega-menu-tab {
    background-color: transparent;
    border-bottom: none
}

.navigation-header-mega-menu .mega-menu-tabs .added-tab .tab-title {
    color: #002d5a
}

@media only screen and (min-width:768px) {
    .navigation-header-mega-menu {
        position: unset
    }

    .navigation-header-mega-menu .row {
        position: unset
    }

    .navigation-header-mega-menu .mega-menu {
        position: unset;
        visibility: visible;
        opacity: 1
    }

    .navigation-header-mega-menu .mega-menu-tabs {
        display: flex;
        justify-content: space-between;
        flex-direction: row
    }

    .navigation-header-mega-menu .mega-menu-tabs>.row {
        flex: 1
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab {
        height: 100%;
        position: unset;
        background-color: inherit;
        border-bottom: none;
        display: unset;
        padding-left: unset
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab>.component-content {
        height: 100%
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab:hover .tab-title {
        font-weight: 600
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab:hover .tab-title::after {
        content: "";
        background: #fff;
        height: 10px;
        width: 10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        left: 48%;
        bottom: -5px;
        z-index: 101
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab:hover .mega-menu-content,
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab:hover .mega-menu-content:hover,
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab:hover .mega-menu-content:hover>*,
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab:hover .mega-menu-content:hover>:hover {
        visibility: visible;
        opacity: 1;
        transition: all .25s ease-in-out;
        transition-delay: .2s;
        transition-duration: 50ms
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab.emptyMenu .tab-title::after {
        display: none
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab.emptyMenu .mega-menu-content-wrapper {
        display: none
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab.emptyMenu .mega-menu-content-wrapper .tab-title::after {
        display: none
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab.has-nested-links::after {
        display: none
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .tab-title {
        font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
        color: #464646;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        line-height: 20px !important;
        color: #002d5a !important;
        text-align: center;
        height: 62px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        cursor: pointer
    }
}

@media only screen and (min-width:768px) and (min-width:992px) {
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .tab-title {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:768px) {
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .tab-title.expand-class {
        font-weight: 600
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .tab-title.expand-class::after {
        content: "";
        background: #fff;
        height: 10px;
        width: 10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        left: 48%;
        bottom: -5px;
        z-index: 101
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content {
        background: #002d5a url(/-/media/Project/Lincare/system/Menu-BG.png) no-repeat;
        z-index: 100;
        visibility: hidden;
        opacity: 0;
        transition: all .25s ease-in-out;
        position: absolute;
        top: 125px;
        left: 0;
        width: 100vw;
        max-height: 2000px;
        font-size: 16px;
        color: #fff;
        padding: 30px 20px 70px 20px;
        box-shadow: 4px 4px 10px rgba(0, 0, 0, .12);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content a {
        color: #fff
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content a:hover {
        color: #fff
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content h3 {
        display: contents;
        font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
        color: #464646;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        text-transform: uppercase;
        color: #fff;
        padding-bottom: 4px;
        border-bottom: 1px solid #0089c0;
        font-weight: 700
    }
}

@media only screen and (min-width:768px) and (min-width:992px) {
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content h3 {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:768px) {
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .link-list>.component-content ul {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        max-height: 450px
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .link-list>.component-content li {
        padding-top: 16px;
        padding-bottom: 16px;
        margin-right: 60px;
        border-bottom: 1px solid #0089c0
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .link-list>.component-content li:hover {
        background: linear-gradient(to bottom, transparent 0, #0089c0 200%)
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .link-list>.component-content li a {
        padding-left: 0
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .link-list>.component-content li a::before {
        display: none
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .link-list.external-links>.component-content li {
        padding-bottom: 0;
        border: none
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links {
        margin-bottom: 56px
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content a {
        text-decoration: none
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content>.component-content ul {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        max-height: 450px
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content>.component-content .item {
        border-bottom: 1px solid #0089c0
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .subitem {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .item,
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .subitem,
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .sublist-header {
        margin-right: 60px
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .item:hover,
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .subitem:hover,
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .sublist-header:hover {
        background: linear-gradient(to bottom, transparent 0, #0089c0 200%)
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .item:hover .subtext,
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .item:hover .title,
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .subitem:hover .subtext,
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .subitem:hover .title,
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .sublist-header:hover .subtext,
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .sublist-header:hover .title {
        padding-left: 20px
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .item:hover .with-subtext::before,
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .subitem:hover .with-subtext::before,
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .sublist-header:hover .with-subtext::before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        font-size: 10px;
        padding: 8px
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .item:hover a,
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .subitem:hover a,
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .sublist-header:hover a {
        padding-left: 0
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .item:hover a::before,
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .subitem:hover a::before,
    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .sublist-header:hover a::before {
        display: none
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .list-title {
        border-bottom: 1px solid rgba(255, 255, 255, .25) !important;
        margin-right: 60px;
        padding-bottom: 4px
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .list-title h3 {
        font-weight: 700
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .list-title .subtext {
        display: block
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .list-title.with-image {
        border-bottom: none !important;
        padding-bottom: 0
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .list-title.with-image:hover {
        background: linear-gradient(to bottom, transparent 0, #0089c0 200%)
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links>.component-content .list-title.with-image .list-image {
        margin-top: 15px;
        padding: 0;
        background-color: unset
    }

    .navigation-header-mega-menu .mega-menu-tabs .mega-menu-tab .mega-menu-content .listed-links.external-links>.component-content li {
        padding-bottom: 0;
        border: none
    }
}

.navigation-header-mega-menu .no-link {
    pointer-events: none
}

.navigation-header {
    box-shadow: 0 3px 6px #00000029;
    z-index: 99
}

.navigation-header .navigation-header-section {
    display: flex;
    flex-wrap: wrap;
    position: unset;
    padding: 0;
    height: 54px
}

@media only screen and (min-width:768px) {
    .navigation-header .navigation-header-section {
        height: 135px;
        align-items: unset
    }
}

.navigation-header .navigation-header-logo {
    height: 54px
}

@media only screen and (min-width:768px) {
    .navigation-header .navigation-header-logo {
        height: auto
    }
}

.navigation-header .navigation-header-logo img {
    width: 139px;
    height: auto;
    margin-top: 11px
}

@media only screen and (min-width:768px) {
    .navigation-header .navigation-header-logo img {
        width: 249px;
        margin-top: 5px
    }
}

.navigation-header .navigation-header-toplinks {
    height: 54px;
    right: -5px;
    padding: 0
}

@media only screen and (min-width:768px) {
    .navigation-header .navigation-header-toplinks {
        height: auto;
        right: unset
    }
}

.navigation-header .navigation-header-toplinks>.row {
    justify-content: flex-end;
    height: 54px
}

@media only screen and (min-width:768px) {
    .navigation-header .navigation-header-toplinks>.row {
        height: 47px;
        background: linear-gradient(to right, transparent, #f4f4f4)
    }
}

@media only screen and (min-width:1200px) {
    .navigation-header .navigation-header-toplinks>.row::after {
        content: "";
        background-color: #f4f4f4;
        width: 17.5%;
        height: 47px;
        position: absolute;
        top: 0;
        right: -17.5%
    }
}

@media only screen and (min-width:1470px) {
    .navigation-header .navigation-header-toplinks>.row::after {
        right: -17%
    }
}

.navigation-header .navigation-header-toplinks .link-list {
    padding: 10px 0
}

.navigation-header .navigation-header-toplinks .link-list ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end
}

.navigation-header .navigation-header-toplinks .link-list ul li {
    padding-right: 10px;
    padding-left: 10px
}

@media only screen and (min-width:992px) {
    .navigation-header .navigation-header-toplinks .link-list ul li {
        padding-right: 20px;
        padding-left: 20px
    }
}

.navigation-header .navigation-header-toplinks .link-list ul li a {
    padding-left: 0;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0;
    color: #002d5a
}

@media only screen and (min-width:992px) {
    .navigation-header .navigation-header-toplinks .link-list ul li a {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0
    }
}

.navigation-header .navigation-header-toplinks .link-list ul li a:hover {
    color: #0089c0;
    text-decoration: underline;
}

.navigation-header .navigation-header-toplinks .link-list ul li a::before {
    display: none
}

.navigation-header .navigation-header-toplinks .listed-links {
    padding: 10px 0
}

.navigation-header .navigation-header-toplinks .listed-links ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end
}

.navigation-header .navigation-header-toplinks .listed-links ul li {
    padding-right: 10px;
    padding-left: 10px
}

@media only screen and (min-width:992px) {
    .navigation-header .navigation-header-toplinks .listed-links ul li {
        padding-right: 20px;
        padding-left: 20px
    }
}

.navigation-header .navigation-header-toplinks .listed-links ul li a {
    padding-left: 0;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0;
    color: #002d5a
}

@media only screen and (min-width:992px) {
    .navigation-header .navigation-header-toplinks .listed-links ul li a {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0
    }
}

.navigation-header .navigation-header-toplinks .listed-links ul li a:hover {
    color: #0089c0;
    text-decoration: none
}

.navigation-header .navigation-header-toplinks .listed-links ul li a::before {
    display: none
}

.navigation-header .navigation-header-toplinks .user-menu {
    height: 54px;
    width: 52px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    position: relative
}

.navigation-header .navigation-header-toplinks .user-menu i {
    color: #0089c0;
    font-size: 20px;
    position: absolute;
    top: 16px;
    left: 16px
}

.navigation-header .navigation-header-toplinks .search-menu {
    height: 54px;
    width: 52px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    content: "";
    position: relative;
    transition: all .25s ease-in-out;
    outline: 0
}

.navigation-header .navigation-header-toplinks .search-menu::before {
    position: absolute;
    top: 16px;
    left: 17px;
    height: 14px;
    width: 14px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #0089c0;
    opacity: 1;
    transition: all .25s ease-in-out;
    content: ""
}

.navigation-header .navigation-header-toplinks .search-menu span {
    position: absolute;
    top: 29px;
    left: 26px;
    height: 2px;
    width: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
    transition: all .25s ease-in-out;
    content: "";
    background-color: #0089c0
}

.navigation-header .navigation-header-toplinks .search-menu::after {
    position: absolute;
    top: 24px;
    left: 17px;
    height: 2px;
    width: 20px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0;
    transition: all .25s ease-in-out;
    content: "";
    background-color: #0089c0
}

.navigation-header .navigation-header-toplinks .search-menu.open {
    background-color: #002d5a
}

.navigation-header .navigation-header-toplinks .search-menu.open::before {
    border-color: #fff
}

.navigation-header .navigation-header-toplinks .search-menu.open span {
    background-color: #fff
}

.navigation-header .navigation-header-toplinks .search-menu.open::after {
    background-color: #fff
}

.navigation-header .navigation-header-toplinks .burger-menu {
    height: 54px;
    width: 52px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    content: "";
    position: relative;
    transition: all .25s ease-in-out;
    outline: 0
}

.navigation-header .navigation-header-toplinks .burger-menu::before {
    position: absolute;
    top: 17px;
    left: 9px;
    height: 2px;
    width: 26px;
    transition: all .25s ease-in-out;
    content: "";
    background-color: #0089c0
}

.navigation-header .navigation-header-toplinks .burger-menu span {
    position: absolute;
    top: 24px;
    left: 9px;
    height: 2px;
    width: 26px;
    opacity: 1;
    transition: all .25s ease-in-out;
    content: "";
    background-color: #0089c0
}

.navigation-header .navigation-header-toplinks .burger-menu::after {
    position: absolute;
    top: 31px;
    left: 9px;
    height: 2px;
    width: 26px;
    transition: all .25s ease-in-out;
    content: "";
    background-color: #0089c0
}

.navigation-header .navigation-header-toplinks .burger-menu.open::before {
    top: 24px;
    left: 24px;
    width: 2px;
    opacity: 0
}

.navigation-header .navigation-header-toplinks .burger-menu.open span {
    top: 20px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.navigation-header .navigation-header-toplinks .burger-menu.open::after {
    top: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.navigation-header .navigation-header-toplinks .burger-menubutton::after {
    content: "Close";
    color: #000
}

.navigation-header .navigation-header-toplinks .component-content.open-menu::after {
    content: "close";
    position: absolute;
    top: 28px;
    right: -1px;
    font-size: 14px
}

@media only screen and (min-width:768px) {
    .navigation-header .navigation-header-toplinks .component-content.open-menu::after {
        display: none
    }
}

.navigation-header .navigation-header-search {
    flex-direction: row-reverse;
    display: none;
    position: absolute;
    top: 54px;
    background: #0089c0;
    padding: 10px 30px;
    margin-left: -15px;
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .12);
    z-index: 900
}

@media only screen and (min-width:768px) {
    .navigation-header .navigation-header-search {
        display: block;
        position: unset;
        top: unset;
        background: 0 0;
        padding: 10px 0 0;
        margin-left: initial;
        box-shadow: none
    }
}

@charset "UTF-8";

.navigation {
    background: 0 0
}

.navigation .level0>.navigation-title>a,
.navigation .level1>.navigation-title>a {
    font-size: 18px;
    border-color: #89c6cc;
    border-style: solid;
    border-width: 0 0 2px 0;
    padding-right: 3px;
    margin-right: 5px
}

.navigation .level0>.navigation-title>a:hover,
.navigation .level1>.navigation-title>a:hover {
    text-decoration: none
}

.navigation a {
    color: #747474
}

.lt-ie9 .navigation a,
.lt-ie9 .navigation a span {
    color: #747474
}

.navigation a:focus,
.navigation a:hover {
    color: #747474
}

.navigation li.submenu {
    margin-bottom: 0
}

.navigation li>.navigation-title>a {
    padding: 3px 5px 3px 0;
    display: block;
    color: #747474;
    text-decoration: none
}

.navigation li>ul a {
    font-size: 14px
}

.navigation .submenu>ul {
    padding-left: 10px
}

.navigation.navigation-fat {
    background: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2
}

.navigation.navigation-fat a {
    text-decoration: none
}

.navigation.navigation-fat nav>ul {
    list-style: none;
    padding: 10px 0;
    overflow: hidden
}

.navigation.navigation-fat .rel-level1 {
    margin: 10px;
    padding: 0;
    display: inline-block;
    vertical-align: top
}

.navigation.navigation-fat .rel-level1.submenu ul a {
    position: relative
}

.navigation.navigation-fat .rel-level1.submenu ul a::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    content: "";
    top: 50%;
    left: -9px;
    font-size: 10px
}

.navigation.navigation-fat .rel-level1>.navigation-title>a {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #89c6cc;
    border-bottom: 0;
    background: #f6f6f6;
    padding: 5px 10px;
    display: block;
    width: auto
}

.navigation.navigation-fat .rel-level1>.navigation-title>a:hover {
    border-color: #1b809e
}

.navigation.navigation-fat .rel-level1>ul {
    padding: 0
}

.navigation.navigation-fat .rel-level2 {
    padding-left: 10px;
    display: block
}

.navigation.navigation-main .component-content>nav {
    position: relative
}

.navigation.navigation-main .component-content>nav ul::after {
    content: "";
    display: table;
    clear: both
}

.navigation.navigation-main .rel-level1 {
    float: left
}

.navigation.navigation-main .rel-level1.active>.navigation-title>a {
    border-color: #89c6cc
}

.navigation.navigation-main .rel-level1>.navigation-title>a {
    border-width: 2px 0 0 0;
    border-color: transparent
}

.navigation.navigation-main .rel-level1>.navigation-title>a:hover {
    border-color: #89c6cc
}

.navigation.navigation-main .rel-level1.submenu>.navigation-title a {
    position: relative;
    padding-right: 15px
}

.navigation.navigation-main .rel-level1.submenu>.navigation-title a::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    content: "";
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 0
}

.navigation.navigation-main .rel-level1>ul {
    overflow: hidden;
    display: none;
    z-index: 10;
    position: absolute;
    top: 100%;
    background: #f6f6f6;
    margin-left: 0;
    margin-top: -2px;
    border-top: 2px solid #89c6cc;
    border-left: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2
}

.navigation.navigation-main .rel-level1.show>a+ul {
    display: block !important
}

.navigation.navigation-main .rel-level1.show>ul {
    display: block !important;
    min-width: 60px
}

.navigation.navigation-main .rel-level1.active>.navigation-title>a:link,
.navigation.navigation-main .rel-level1.active>.navigation-title>a:visited {
    color: #878787
}

.navigation.navigation-main .rel-level1.active>span {
    display: block;
    padding: 10px 20px;
    color: #fff
}

.navigation.navigation-main .rel-level1.submenu.active {
    border-color: #176f89
}

.navigation.navigation-main .rel-level2:focus,
.navigation.navigation-main .rel-level2:hover {
    transition: background .2s ease-in;
    background: #f6f6f6
}

.navigation.navigation-main .rel-level2 div>a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    text-align: center
}

.navigation.navigation-main .rel-level2 div>a:focus,
.navigation.navigation-main .rel-level2 div>a:hover {
    color: #222
}

.navigation.navigation-main .rel-level2.submenu {
    box-sizing: border-box
}

.navigation.navigation-main .rel-level2.submenu.navigation-image {
    text-align: center
}

.navigation.navigation-main .rel-level2.submenu.navigation-image .field-navigationtext,
.navigation.navigation-main .rel-level2.submenu.navigation-image>a {
    text-align: left
}

.navigation.navigation-main.navigation-main-horizontal .submenu>ul {
    padding-left: 0
}

.navigation.navigation-main.navigation-main-horizontal .rel-level1.show>a+ul {
    display: inline-flex !important;
    flex-wrap: wrap
}

.navigation.navigation-main.navigation-main-horizontal .rel-level1.show>ul {
    display: inline-flex !important;
    flex-wrap: wrap
}

.navigation.navigation-main.navigation-main-horizontal .rel-level1>ul {
    width: 100%;
    clear: both;
    left: 0
}

.navigation.navigation-main.navigation-main-horizontal .rel-level2 {
    float: left;
    padding: 10px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #d2d2d2;
    flex-grow: 1;
    flex-basis: 23%
}

.navigation.navigation-main.navigation-main-vertical .rel-level1>ul {
    padding-left: 0;
    width: auto;
    left: auto;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #d2d2d2
}

.navigation.navigation-main.navigation-main-vertical .rel-level1>ul>li {
    padding: 5px 10px
}

.navigation.navigation-mobile nav>ul {
    border: none;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2
}

.navigation.navigation-mobile .rel-level1 {
    cursor: pointer;
    margin: 0;
    background: #fff
}

.navigation.navigation-mobile .rel-level1>ul {
    padding-left: 25px;
    display: none;
    background: #f6f6f6
}

.navigation.navigation-mobile .rel-level1>ul li {
    position: relative
}

.navigation.navigation-mobile .rel-level1>ul li a::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    font-size: 10px;
    top: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.navigation.navigation-mobile .rel-level1.submenu.active>.navigation-title::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: .6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.navigation.navigation-mobile .rel-level1.submenu.active>ul {
    display: block
}

.navigation.navigation-mobile .rel-level1.submenu>.navigation-title {
    position: relative
}

.navigation.navigation-mobile .rel-level1.submenu>.navigation-title::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    font-size: 10px;
    top: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: .6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.navigation.navigation-mobile .rel-level1>.navigation-title {
    border-bottom: 1px solid #89c6cc;
    margin: 0
}

.navigation.navigation-mobile .rel-level1>.navigation-title:last-child {
    border-bottom: none
}

.navigation.navigation-mobile .rel-level1 .navigation-title {
    padding: 10px
}

.navigation.navigation-mobile .rel-level1 .navigation-title>a {
    text-decoration: none;
    color: #747474;
    display: inline
}

.navigation.navigation-mobile .rel-level2 {
    display: list-item
}

.navigation.navigation-mobile .rel-level2 .navigation-title>a {
    font-weight: 500
}

.navigation.navigation-mobile .rel-level2 ul {
    display: none
}

.navigation.navigation-sidebar a {
    text-decoration: none
}

.navigation.navigation-sidebar nav>ul .rel-level1>.navigation-title {
    margin-bottom: 0
}

.navigation.navigation-sidebar nav>ul .rel-level1>.navigation-title>a {
    padding: 5px 10px;
    display: block;
    position: relative;
    z-index: 1;
    margin-right: 0
}

.navigation.navigation-sidebar nav>ul .rel-level1>ul {
    margin-left: 10px;
    margin-top: 5px
}

.navigation.navigation-sidebar nav>ul .rel-level2 {
    display: block
}

.navigation.sitemap-navigation .level2 a {
    position: relative;
    padding-left: 10px
}

.navigation.sitemap-navigation .level2 a::before {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateY(-50%) scale(1, -1);
    transform: translateY(-50%) scale(1, -1);
    position: absolute;
    content: "";
    top: 50%;
    left: -8px
}

@media only screen and (min-width:992px) {
    .navigation.sitemap-navigation .level2 a::before {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0
    }
}

@charset "UTF-8";

.nearby-locations .cards {
    margin-bottom: 15px
}

.nearby-locations .cards.carousel-card heading {
    margin: 25px 25px 16px;
    max-height: 80px
}

.nearby-locations .cards.carousel-card heading i {
    height: 30px;
    padding: 0;
    color: #464646;
    font-size: 14px;
    font-style: normal
}

.nearby-locations .cards.carousel-card heading .card-title {
    margin: 10px 0 0
}

.nearby-locations .cards.carousel-card .card-description {
    font-size: 16px
}

.nearby-locations .cards.carousel-card .card-description p {
    max-height: 70px;
    line-height: 1.5
}

.nearby-locations .cards.carousel-card .card-description a {
    text-decoration: none;
    position: relative;
    font-weight: 800;
    line-height: 60px
}

.nearby-locations .cards.carousel-card .card-description a.location-phone::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-weight: 700;
    padding-right: 10px
}

.nearby-locations .cards.carousel-card .card-description a.location-directions {
    float: right;
    text-transform: uppercase
}

.nearby-locations .cards.carousel-card .card-description a.location-directions::before {
    content: "";
    background: url(/-/media/Project/Lincare/system/Icon-directions.png) no-repeat;
    padding-right: 21px;
    background-size: 16px 16px
}

.nearby-locations .cards.device-card .cta-card {
    min-height: unset
}

.nearby-locations .cards.device-card .cta-card heading {
    padding-top: 100px
}

.nearby-locations .cards.device-card .cta-card heading a {
    color: #fff
}

.nearby-locations .cards.device-card .cta-card .card-title {
    display: flex;
    align-items: flex-end;
    margin: 0 30px;
    height: 95px
}

.nearby-locations .cards.device-card .cta-card .card-description {
    line-height: 25px;
    margin: 24.5px 30px 0
}

.nearby-locations .cards.device-card .cta-card .card-link {
    line-height: 21px;
    font-weight: 700;
    margin-left: 37px;
    margin-bottom: 35px
}

@media only screen and (min-width:992px) {
    .nearby-locations .cards.device-card .cta-card {
        min-height: 476px
    }

    .nearby-locations .cards.device-card .cta-card heading {
        padding-top: 125px
    }
}

.nearby-locations .cards.device-card .cta-card .card-title {
    height: 120px
}

.nearby-locations .cards.device-card .cta-card .card-description {
    font-size: 16px;
    color: #fff
}

@charset "UTF-8";

.our-centers-bg {
    background: url(/-/media/Project/Lincare/system/US-map.svg) no-repeat top right;
    background-color: #f4f4f4
}

.our-centers {
    padding-top: 30px;
    padding-bottom: 30px
}

.our-centers form {
    max-width: 400px;
    margin-bottom: 40px;
    position: relative
}

.our-centers form input[type=text] {
    padding-right: 50px
}

.our-centers form input[type=submit] {
    background: 0 0;
    border: none;
    font-size: 0;
    position: absolute;
    padding: 15px;
    right: 0;
    height: 50px;
    width: 50px
}

.our-centers form input[type=submit]:hover {
    background: 0 0
}

.our-centers form .alt-button {
    display: inline-block;
    position: absolute;
    right: 0;
    height: 50px;
    width: 50px;
    pointer-events: none
}

.our-centers form .alt-button::before {
    position: absolute;
    display: inline-block;
    top: 16px;
    left: 17px;
    height: 14px;
    width: 14px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #0089c0;
    opacity: 1;
    content: ""
}

.our-centers form .alt-button::after {
    position: absolute;
    display: inline-block;
    top: 29px;
    left: 26px;
    height: 2px;
    width: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
    content: "";
    background-color: #0089c0
}

.our-centers .center-wrapper {
    border-radius: 15px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .12)
}

@media only screen and (min-width:992px) {
    .our-centers .center-wrapper {
        height: 360px;
        flex-direction: row
    }
}

.our-centers .center-wrapper .center-image {
    border-radius: 15px 15px 0 0;
    width: 100%;
    overflow: hidden
}

@media only screen and (min-width:992px) {
    .our-centers .center-wrapper .center-image {
        border-radius: 15px 0 0 15px;
        height: 360px;
        width: 400px
    }
}

.our-centers .center-wrapper .center-image img {
    border-radius: 15px 15px 0 0;
    width: 100%;
    max-height: 100%
}

@media only screen and (min-width:992px) {
    .our-centers .center-wrapper .center-image img {
        border-radius: 15px 0 0 15px;
        width: auto
    }
}

.our-centers .center-wrapper .center-content {
    flex: 1;
    overflow: hidden
}

.our-centers .center-wrapper .center-content .center-info {
    height: 155px;
    padding: 15px;
    background-color: #fff;
    font-size: 16px;
    margin-bottom: 15px
}

@media only screen and (min-width:768px) {
    .our-centers .center-wrapper .center-content .center-info {
        height: 195px;
        padding: 25px 30px;
        border-radius: 0 15px 0 0;
        margin-bottom: 0
    }
}

.our-centers .center-wrapper .center-content .center-info a {
    text-decoration: none
}

.our-centers .center-wrapper .center-content .center-info h5 {
    color: #005591;
    text-transform: capitalize;
    line-height: 1
}

.our-centers .center-wrapper .center-content .center-info h5::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-weight: 500;
    padding-left: 15px
}

.our-centers .center-wrapper .center-content .center-info .center-links {
    display: flex;
    padding-top: 10px
}

.our-centers .center-wrapper .center-content .center-info .center-links .center-phone {
    position: relative;
    font-weight: 700;
    text-decoration: none;
    width: 50%
}

.our-centers .center-wrapper .center-content .center-info .center-links .center-phone::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-weight: 700;
    padding-right: 10px
}

.our-centers .center-wrapper .center-content .center-info .center-links .center-directions {
    position: relative;
    font-weight: 700;
    text-decoration: none;
    width: 50%
}

.our-centers .center-wrapper .center-content .center-info .center-links .center-directions::before {
    content: "";
    background: url(/-/media/Project/Lincare/system/Icon-directions.png) no-repeat;
    padding-right: 21px;
    background-size: 16px 16px
}

.our-centers .center-wrapper .center-content .center-data {
    height: 50px;
    padding: 15px;
    background-color: #cdc3aa4a;
    border-top: 1px solid #96a5b4;
    border-radius: 0 0 15px 15px;
    font-size: 14px;
    text-transform: capitalize;
    transition: all .25s ease-in-out
}

@media only screen and (min-width:768px) {
    .our-centers .center-wrapper .center-content .center-data {
        height: 165px;
        padding: 25px 30px;
        border-radius: 0 0 15px 0
    }
}

.our-centers .center-wrapper .center-content .center-data.active {
    height: 160px
}

.our-centers .center-wrapper .center-content .center-data.active b::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: 2px
}

@media only screen and (min-width:567px) {
    .our-centers .center-wrapper .center-content .center-data.active {
        height: 150px
    }
}

.our-centers .center-wrapper .center-content .center-data b {
    text-transform: uppercase;
    position: relative;
    pointer-events: none
}

.our-centers .center-wrapper .center-content .center-data b::after {
    display: inline-block;
    content: "";
    height: 5px;
    width: 5px;
    margin-left: 5px;
    margin-bottom: -3px;
    border-top: 5px solid #002d5a;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    transition: all .25s ease-in-out
}

@media only screen and (min-width:768px) {
    .our-centers .center-wrapper .center-content .center-data b::after {
        display: none
    }
}

.our-centers .center-wrapper .center-content .center-data .center-services {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100px;
    padding-top: 10px;
    overflow: hidden
}

.our-centers .center-wrapper .center-content .center-data .center-services div {
    width: 50%;
    line-height: 1.25;
    padding-bottom: 5px;
    margin-right: 16px
}

@media only screen and (min-width:567px) {
    .our-centers .center-wrapper .center-content .center-data .center-services div {
        white-space: nowrap
    }
}

@media only screen and (min-width:567px) {
    .our-centers .center-wrapper .center-content .center-data .center-services {
        height: 90px
    }
}

.page-list {
    background-color: transparent
}

.page-list .item {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #89c6cc;
    background: 0 0;
    padding: 15px;
    overflow: hidden
}

.page-list .item:last-child {
    border-width: 0
}

.page-list .item .field-title {
    color: #000
}

.page-list .field-title {
    font-weight: 700
}

.page-list a {
    background-color: transparent;
    text-decoration: underline;
    color: #005591;
    transition: all .25s ease-in-out
}

.page-list a:hover {
    color: #002d5a;
    text-decoration: underline
}

.list-pagination {
    background: 0 0
}

.list-pagination nav {
    font-size: 16px
}

.list-pagination nav>a,
.list-pagination nav>span {
    display: inline-block;
    margin: 2px 1px 2px 0;
    padding: 4px 8px;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    font-size: 1em;
    font-weight: 700
}

.list-pagination nav>a:hover,
.list-pagination nav>span:hover {
    color: #89c6cc;
    background: #f6f6f6;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    border-color: #15909c
}

.list-pagination nav>a:focus,
.list-pagination nav>span:focus {
    text-decoration: none;
    color: #89c6cc
}

.list-pagination nav>span.active {
    background: #f6f6f6;
    color: #89c6cc;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2
}

.list-pagination nav>span.inactive {
    color: #aaa
}

.list-pagination nav>span.inactive:hover {
    background: 0 0;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2
}

@charset "UTF-8";

.playlist {
    background-color: transparent;
    padding: 20px 10px 0 10px
}

.playlist a:hover {
    text-decoration: none
}

.playlist .component-content>h1,
.playlist .component-content>h2,
.playlist .component-content>h3,
.playlist .component-content>h4,
.playlist .component-content>h5,
.playlist .component-content>h6 {
    margin: 0 0 10px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #89c6cc
}

.playlist .playlist-item {
    margin: 0 0 10px 0;
    padding: 0;
    overflow: hidden
}

.playlist .playlist-item .playlist-section {
    display: flex;
    align-items: center;
    cursor: pointer;
    flex-flow: row wrap
}

.playlist .playlist-item .playlist-section>.scEmptyPlaceholder {
    flex-basis: 100%
}

.playlist .playlist-item .playlist-section>div {
    order: 1
}

.playlist .playlist-item .playlist-section .field-moviecaption a,
.playlist .playlist-item .playlist-section .field-moviecaption a:hover {
    text-decoration: none !important
}

.playlist .playlist-item .playlist-section .field-moviethumbnail {
    max-width: 150px;
    padding: 10px 10px 8px 5px
}

.playlist .playlist-item .playlist-section .field-moviethumbnail a {
    display: block;
    text-align: center
}

.playlist .playlist-item .playlist-section .field-moviethumbnail a img {
    width: 100%;
    height: auto
}

.playlist .playlist-item .playlist-section .field-moviecaption {
    font-size: 16px
}

.playlist .playlist-item .playlist-section .field-moviecaption>a {
    padding: 15px 10px;
    display: block;
    color: #747474;
    font-size: 1em
}

.playlist .playlist-item.active {
    background-color: #89c6cc
}

.playlist .playlist-item.active .field-moviecaption a {
    color: #fff;
    font-weight: 700
}

.playlist .playlist-nav {
    padding: 5px;
    text-align: center
}

.playlist .playlist-nav a {
    text-indent: -9999px;
    display: block;
    height: 100%
}

.playlist .playlist-nav .playlist-next,
.playlist .playlist-nav .playlist-prev {
    height: 17px;
    width: 14px;
    display: inline-block;
    vertical-align: middle
}

.playlist .playlist-nav .playlist-next a,
.playlist .playlist-nav .playlist-prev a {
    position: relative
}

.playlist .playlist-nav .playlist-next a::before,
.playlist .playlist-nav .playlist-prev a::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: 0
}

.playlist .playlist-nav .playlist-next a:hover,
.playlist .playlist-nav .playlist-prev a:hover {
    color: #89c6cc
}

.playlist .playlist-nav .playlist-prev a::before {
    content: ""
}

.playlist .playlist-nav .playlist-next a::before {
    content: ""
}

.video-playlist.show {
    display: block
}

.on-page-editor .video-playlist {
    display: block
}

.playlist.playlist-horizontal .playlist-items {
    display: inline-flex
}

.playlist.playlist-horizontal .playlist-items .playlist-item {
    min-width: 150px
}

.playlist.playlist-horizontal .playlist-items .playlist-item .playlist-section>div {
    width: 100%
}

.playlist.playlist-horizontal .playlist-items .playlist-item .playlist-section {
    display: block
}

.playlist.playlist-horizontal .playlist-items .playlist-item .field-moviecaption {
    text-align: center
}

.promo {
    background: #fff;
    padding: 15px;
    overflow: hidden;
    box-sizing: border-box
}

.promo>.component-content {
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2
}

.promo>.component-content::after {
    content: "";
    display: table;
    clear: both
}

.promo>.component-content>div {
    padding: 5px
}

.promo .zg-height-fix .field-promoicon {
    margin-top: 100px
}

.promo .field-promoicon {
    overflow: hidden;
    width: 100%
}

.promo .field-promoicon img {
    width: 100%;
    height: auto
}

.promo .field-promolink {
    margin-top: 5px;
    padding-bottom: 10px
}

.promo.image-full-size img {
    margin-bottom: 10px
}

.promo p {
    padding-bottom: 15px
}

.promo.absolute-bottom-link {
    position: relative
}

.promo.absolute-bottom-link .field-promolink {
    position: absolute;
    bottom: 10px;
    right: 10px
}

.promo.promo-hero {
    position: relative;
    text-align: center
}

.promo.promo-hero.promo-hero-half {
    float: left;
    width: 50%
}

@media only screen and (min-width:992px) {
    .promo.promo-hero.promo-hero-half {
        float: none;
        width: 100%
    }
}

.promo.promo-hero .field-promotext {
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 20px;
    color: #fff;
    background: rgba(0, 0, 0, .5)
}

.promo.promo-hero .field-promotext>a {
    color: inherit;
    text-decoration: none
}

@media only screen and (min-width:992px) {
    .promo.promo-hero .field-promotext {
        width: 100%;
        margin: 0
    }

    .promo.promo-hero .field-promotext h1 {
        font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
        color: #464646;
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .promo.promo-hero .field-promotext h1 {
        font-size: 22px;
        line-height: 33px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:992px) {

    .promo.promo-hero .field-promotext h2,
    .promo.promo-hero .field-promotext h3,
    .promo.promo-hero .field-promotext h4 {
        font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
        color: #464646;
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {

    .promo.promo-hero .field-promotext h2,
    .promo.promo-hero .field-promotext h3,
    .promo.promo-hero .field-promotext h4 {
        font-size: 22px;
        line-height: 33px;
        letter-spacing: 0
    }
}

.promo-shadow {
    max-width: 960px;
    padding: 0;
    border-top-width: 3px;
    border-top-color: #89c6cc;
    border-style: solid;
    overflow: visible;
    position: relative
}

.promo-shadow.promo {
    float: left
}

.promo-shadow>.component-content {
    padding: 15px;
    margin: 0 0 30px 0
}

@media only screen and (min-width:992px) {
    .promo-shadow>.component-content {
        margin: 0 10px 30px 10px
    }
}

.promo-shadow>.component-content::after,
.promo-shadow>.component-content::before {
    opacity: .7;
    box-shadow: 0 17px 10px rgba(0, 0, 0, .7);
    position: absolute;
    z-index: -1;
    height: 20%;
    max-height: 100px;
    max-width: 460px;
    width: 47%;
    content: "";
    bottom: 10px
}

.promo-shadow>.component-content::before {
    left: 2%;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg)
}

.promo-shadow>.component-content::after {
    right: 2%;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
}

.related-news .heading {
    padding-bottom: 0;
    font-size: 29px
}

.related-news .related-news-topics {
    text-transform: uppercase;
    padding: 30px 25px;
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    background-color: #005591;
    border-radius: 15px;
    margin: 40px 0
}

.related-news .related-news-topics select {
    font-style: italic;
    padding: 8px;
    margin-top: 10px
}

.related-news .related-news-card {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 30px
}

.related-news .related-news-card-image {
    height: 250px;
    width: 100%;
    overflow: hidden
}

.related-news .related-news-card-image img {
    height: 250px;
    width: auto;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover
}

.related-news a {
    text-decoration: none
}

.related-news a:hover {
    text-decoration: none
}

.related-news .related-news-card-title {
    padding: 25px 25px 16px;
    font-size: 24px;
    line-height: 24px
}

.related-news .related-news-card-description {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    padding: 0 25px 32px;
    border-radius: 0 0 50px 0
}

@media only screen and (min-width:992px) {
    .related-news .related-news-card-description {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.related-news .related-news-card-description.bottom {
    box-shadow: 12px 10px 0 #0089c0;
    min-width: 50px;
    margin-top: auto;
    margin-left: auto;
    padding: 25px 18px
}

@media only screen and (min-width:768px) {
    .related-news .related-news-card-description.bottom {
        max-width: 55px;
        padding: 30px 0
    }
}

@media only screen and (min-width:768px) {
    .related-news .slick-list {
        padding: 0
    }
}

.related-news .slider-wrapper {
    position: relative
}

.related-news .slider-wrapper .slide-overlay {
    position: absolute;
    width: 20%;
    height: calc(100% - 70px);
    top: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(244, 244, 244, 0) 0, #f4f4f4 90%, #f4f4f4 50%)
}

@media only screen and (min-width:768px) {
    .related-news .slider-wrapper .slide-overlay {
        display: none
    }
}

.related-news .slick-slide {
    padding: 25px 15px 15px 5px
}

.related-news .slick-slide>div {
    height: 100%
}

.related-news .slick-slide>div .related-news-card {
    height: 100%
}

.related-news .slick-slide>div .related-news-card a {
    height: 100%;
    display: flex;
    flex-direction: column
}

.related-news .slick-arrow {
    position: absolute;
    top: 40%;
    left: 0;
    background: 0 0;
    border: 3px solid #464646;
    border-radius: 0;
    border-width: 3px 3px 0 0;
    font-size: 0;
    line-height: normal;
    padding: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

@media only screen and (min-width:1200px) {
    .related-news .slick-arrow {
        left: -40px;
        padding: 15px
    }
}

.related-news .slick-arrow.slick-next {
    left: auto;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media only screen and (min-width:1200px) {
    .related-news .slick-arrow.slick-next {
        right: -40px
    }
}

.related-news .slick-dots {
    display: flex;
    justify-content: center
}

.related-news .slick-dots li button {
    font-size: 0;
    line-height: normal;
    padding: 8px;
    margin: 10px 10px 30px;
    border: 0;
    background-color: #96a5b4
}

.related-news .slick-dots li.slick-active button {
    background-color: #0089c0
}

.related-news .related-news-heading-entry {
    padding-top: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #96a5b4
}

@media only screen and (min-width:992px) {
    .related-news .related-news-heading-entry {
        padding-bottom: 14px
    }
}

.related-news .related-news-heading-entry:last-child {
    margin-bottom: 15px
}

.related-news .related-news-heading-entry.hiddenEntry {
    display: none
}

.related-news .related-news-heading-entry .article-date {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0;
    font-weight: 600;
    color: #666;
    padding-bottom: 6px
}

@media only screen and (min-width:992px) {
    .related-news .related-news-heading-entry .article-date {
        padding-bottom: 0
    }
}

.related-news .related-news-heading-entry h1 {
    padding-bottom: 0
}

.related-news .related-news-heading-entry h4 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
    padding-bottom: 5px;
    margin: 0
}

@media only screen and (min-width:992px) {
    .related-news .related-news-heading-entry h4 {
        font-size: 30px;
        line-height: 52px;
        letter-spacing: 0;
        padding-bottom: 0
    }
}

.related-news .related-news-heading-entry .author {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    padding-bottom: 12px
}

@media only screen and (min-width:992px) {
    .related-news .related-news-heading-entry .author {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.related-news .related-news-heading-entry .author .author-heading {
    display: inline;
    color: #464646
}

.related-news .related-news-heading-entry .author .author-name {
    display: inline;
    color: #002d5a;
    font-weight: 700
}

.related-news .related-news-heading-entry .author .author-name span {
    text-decoration: underline
}

.related-news .related-news-heading-entry .facets {
    display: flex;
    padding-bottom: 12px
}

.related-news .related-news-heading-entry .facets .article-tag {
    border: 1px solid #002d5a;
    border-radius: 25px;
    background-color: #fff;
    color: #002d5a;
    font-size: 14px;
    padding: 5px 15px 4px;
    line-height: 18px;
    margin-right: 10px
}

@media only screen and (min-width:992px) {
    .related-news .related-news-heading-entry .facets .article-tag {
        padding: 7px 15px 6px
    }
}

.related-news .showMoreArticlesBtn {
    margin: 15px auto;
    display: block;
    font-size: 13px
}

.related-news .showMoreArticlesBtn.hidden {
    display: none
}

.related-news.related-articles .related-article-content {
    max-height: 242px
}

@media only screen and (min-width:992px) {
    .related-news.related-articles .related-article-content {
        max-height: 219px
    }
}

.related-news.related-articles .articles-title {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #002d5a;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    padding-bottom: 15px;
    font-size: 30px;
    padding-bottom: 20px
}

@media only screen and (min-width:992px) {
    .related-news.related-articles .articles-title {
        font-size: 36px;
        line-height: 50px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:992px) {
    .related-news.related-articles .articles-title {
        padding-bottom: 40px
    }
}

.related-news.related-articles .see-articles-link {
    display: block;
    text-decoration: none;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #002d5a;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    padding-bottom: 15px;
    color: #005591;
    text-align: center
}

@media only screen and (min-width:992px) {
    .related-news.related-articles .see-articles-link {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:992px) {
    .related-news.related-articles .see-articles-link {
        padding-top: 24px
    }
}

.related-news.related-articles .see-articles-link i {
    vertical-align: middle
}

@media only screen and (min-width:992px) {
    .related-news.related-articles .articles {
        display: flex
    }
}

.related-news.related-articles .article-image {
    min-height: 182px
}

@media only screen and (min-width:768px) {
    .related-news.related-articles .article-image {
        min-height: 242px
    }
}

.related-news.related-articles .related-article {
    padding-bottom: 42px
}

.related-news.related-articles .related-article .article-image {
    width: 100%;
    object-fit: cover;
    position: relative;
    overflow: hidden
}

.related-news.related-articles .related-article .article-image img {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%)
}

.related-news.related-articles .related-article .article-title {
    background-color: #000;
    opacity: 60%;
    padding: 18px;
    max-height: 88px;
    position: relative;
    overflow-wrap: anywhere;
    color: #fff
}

@media only screen and (min-width:768px) {
    .related-news.related-articles .related-article .article-title {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.related-news.related-articles .related-article .article-link {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 100;
    font-style: italic;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    text-decoration: none
}

@media only screen and (min-width:992px) {
    .related-news.related-articles .related-article {
        padding-bottom: 16px
    }
}

@media only screen and (min-width:992px) {
    .related-news.related-articles .two-articles {
        flex-basis: 0;
        flex-grow: 1;
        padding-right: 20px
    }

    .related-news.related-articles .two-articles .article-image {
        min-height: 219px
    }
}

.related-news.related-articles .last-article {
    flex-basis: 0;
    flex-grow: 1
}

@media only screen and (min-width:992px) {
    .related-news.related-articles .last-article .article-image {
        min-height: 454px
    }

    .related-news.related-articles .last-article .article-image img {
        max-width: initial;
        max-height: 100%;
        width: auto
    }
}

.request .request-image {
    border-radius: 10px;
    overflow: hidden;
    min-height: 182px;
    max-height: 182px;
    max-width: initial;
    width: 100%;
    padding: 0;
    margin-bottom: 30px
}

.request .request-image img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%)
}

.request .subtitle {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0
}

@media only screen and (min-width:992px) {
    .request .subtitle {
        font-size: 22px;
        line-height: 33px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:768px) {
    .request .subtitle {
        font-size: 20px
    }
}

.request .btn-container {
    display: flex
}

.request .btn-container .btn-primary {
    width: 100%;
    text-align: center
}

.request .btn-container .link-text {
    color: #fff;
    text-decoration: none
}

@media only screen and (min-width:768px) {
    .request .request-image {
        width: 351px;
        max-width: 351px;
        min-height: 236px;
        max-height: initial;
        margin-bottom: 0
    }

    .request .request-image img {
        width: 100%;
        height: auto
    }

    .request .title {
        padding-bottom: 12px
    }

    .request .subtitle {
        padding-bottom: 32px
    }

    .request .content {
        padding: 26px 0 31px
    }

    .request .spacing {
        width: 66px
    }

    .request .btn-container .btn-primary {
        width: initial;
        text-align: initial
    }
}

@charset "UTF-8";

.content,
.rich-text {
    overflow: hidden
}

.content *,
.rich-text * {
    max-width: 100%
}

.content .avi,
.content .bmp,
.content .doc,
.content .docx,
.content .field-filetypeicon>a>span,
.content .gif,
.content .jpeg,
.content .jpg,
.content .mov,
.content .mp3,
.content .mp4,
.content .pdf,
.content .png,
.content .ppt,
.content .pptx,
.content .psd,
.content .txt,
.content .wma,
.content .wmv,
.content .xls,
.content .xlsx,
.content .zip,
.rich-text .avi,
.rich-text .bmp,
.rich-text .doc,
.rich-text .docx,
.rich-text .field-filetypeicon>a>span,
.rich-text .gif,
.rich-text .jpeg,
.rich-text .jpg,
.rich-text .mov,
.rich-text .mp3,
.rich-text .mp4,
.rich-text .pdf,
.rich-text .png,
.rich-text .ppt,
.rich-text .pptx,
.rich-text .psd,
.rich-text .txt,
.rich-text .wma,
.rich-text .wmv,
.rich-text .xls,
.rich-text .xlsx,
.rich-text .zip {
    display: inline-block;
    box-sizing: border-box;
    font-weight: 400;
    width: 15px;
    height: 21px;
    margin: 0;
    padding: 0;
    position: relative
}

.content .avi::before,
.content .bmp::before,
.content .doc::before,
.content .docx::before,
.content .field-filetypeicon>a>span::before,
.content .gif::before,
.content .jpeg::before,
.content .jpg::before,
.content .mov::before,
.content .mp3::before,
.content .mp4::before,
.content .pdf::before,
.content .png::before,
.content .ppt::before,
.content .pptx::before,
.content .psd::before,
.content .txt::before,
.content .wma::before,
.content .wmv::before,
.content .xls::before,
.content .xlsx::before,
.content .zip::before,
.rich-text .avi::before,
.rich-text .bmp::before,
.rich-text .doc::before,
.rich-text .docx::before,
.rich-text .field-filetypeicon>a>span::before,
.rich-text .gif::before,
.rich-text .jpeg::before,
.rich-text .jpg::before,
.rich-text .mov::before,
.rich-text .mp3::before,
.rich-text .mp4::before,
.rich-text .pdf::before,
.rich-text .png::before,
.rich-text .ppt::before,
.rich-text .pptx::before,
.rich-text .psd::before,
.rich-text .txt::before,
.rich-text .wma::before,
.rich-text .wmv::before,
.rich-text .xls::before,
.rich-text .xlsx::before,
.rich-text .zip::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px !important;
    position: absolute;
    display: block;
    top: 50%;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.content .field-filetypeicon span::before,
.rich-text .field-filetypeicon span::before {
    content: ""
}

.content .field-filetypeicon .pdf::before,
.rich-text .field-filetypeicon .pdf::before {
    content: ""
}

.content .field-filetypeicon .xls::before,
.content .field-filetypeicon .xlsx::before,
.rich-text .field-filetypeicon .xls::before,
.rich-text .field-filetypeicon .xlsx::before {
    content: ""
}

.content .field-filetypeicon .ppt::before,
.content .field-filetypeicon .pptx::before,
.rich-text .field-filetypeicon .ppt::before,
.rich-text .field-filetypeicon .pptx::before {
    content: ""
}

.content .field-filetypeicon .doc::before,
.content .field-filetypeicon .docx::before,
.rich-text .field-filetypeicon .doc::before,
.rich-text .field-filetypeicon .docx::before {
    content: ""
}

.content .field-filetypeicon .bmp::before,
.content .field-filetypeicon .gif::before,
.content .field-filetypeicon .jpeg::before,
.content .field-filetypeicon .jpg::before,
.content .field-filetypeicon .png::before,
.content .field-filetypeicon .psd::before,
.content .field-filetypeicon .tif::before,
.rich-text .field-filetypeicon .bmp::before,
.rich-text .field-filetypeicon .gif::before,
.rich-text .field-filetypeicon .jpeg::before,
.rich-text .field-filetypeicon .jpg::before,
.rich-text .field-filetypeicon .png::before,
.rich-text .field-filetypeicon .psd::before,
.rich-text .field-filetypeicon .tif::before {
    content: ""
}

.content .field-filetypeicon .avi::before,
.content .field-filetypeicon .divx::before,
.content .field-filetypeicon .flv::before,
.content .field-filetypeicon .gifv::before,
.content .field-filetypeicon .h264::before,
.content .field-filetypeicon .m4v::before,
.content .field-filetypeicon .mk3d::before,
.content .field-filetypeicon .mkv::before,
.content .field-filetypeicon .mov::before,
.content .field-filetypeicon .movie::before,
.content .field-filetypeicon .mp4::before,
.content .field-filetypeicon .mpg::before,
.content .field-filetypeicon .oggv::before,
.content .field-filetypeicon .rv::before,
.content .field-filetypeicon .swf::before,
.content .field-filetypeicon .vid::before,
.content .field-filetypeicon .vp6::before,
.content .field-filetypeicon .webm::before,
.content .field-filetypeicon .wmv::before,
.rich-text .field-filetypeicon .avi::before,
.rich-text .field-filetypeicon .divx::before,
.rich-text .field-filetypeicon .flv::before,
.rich-text .field-filetypeicon .gifv::before,
.rich-text .field-filetypeicon .h264::before,
.rich-text .field-filetypeicon .m4v::before,
.rich-text .field-filetypeicon .mk3d::before,
.rich-text .field-filetypeicon .mkv::before,
.rich-text .field-filetypeicon .mov::before,
.rich-text .field-filetypeicon .movie::before,
.rich-text .field-filetypeicon .mp4::before,
.rich-text .field-filetypeicon .mpg::before,
.rich-text .field-filetypeicon .oggv::before,
.rich-text .field-filetypeicon .rv::before,
.rich-text .field-filetypeicon .swf::before,
.rich-text .field-filetypeicon .vid::before,
.rich-text .field-filetypeicon .vp6::before,
.rich-text .field-filetypeicon .webm::before,
.rich-text .field-filetypeicon .wmv::before {
    content: ""
}

.content .field-filetypeicon .aa::before,
.content .field-filetypeicon .aac::before,
.content .field-filetypeicon .aax::before,
.content .field-filetypeicon .ac3::before,
.content .field-filetypeicon .aif::before,
.content .field-filetypeicon .aiff::before,
.content .field-filetypeicon .amz::before,
.content .field-filetypeicon .asx::before,
.content .field-filetypeicon .au::before,
.content .field-filetypeicon .avr::before,
.content .field-filetypeicon .fla::before,
.content .field-filetypeicon .flac::before,
.content .field-filetypeicon .m3u::before,
.content .field-filetypeicon .m4a::before,
.content .field-filetypeicon .mid::before,
.content .field-filetypeicon .midi::before,
.content .field-filetypeicon .mka::before,
.content .field-filetypeicon .mp3::before,
.content .field-filetypeicon .mp4a::before,
.content .field-filetypeicon .ogg::before,
.content .field-filetypeicon .pcm::before,
.content .field-filetypeicon .ra::before,
.content .field-filetypeicon .rma::before,
.content .field-filetypeicon .wav::before,
.content .field-filetypeicon .wma::before,
.content .field-filetypeicon .xwma::before,
.rich-text .field-filetypeicon .aa::before,
.rich-text .field-filetypeicon .aac::before,
.rich-text .field-filetypeicon .aax::before,
.rich-text .field-filetypeicon .ac3::before,
.rich-text .field-filetypeicon .aif::before,
.rich-text .field-filetypeicon .aiff::before,
.rich-text .field-filetypeicon .amz::before,
.rich-text .field-filetypeicon .asx::before,
.rich-text .field-filetypeicon .au::before,
.rich-text .field-filetypeicon .avr::before,
.rich-text .field-filetypeicon .fla::before,
.rich-text .field-filetypeicon .flac::before,
.rich-text .field-filetypeicon .m3u::before,
.rich-text .field-filetypeicon .m4a::before,
.rich-text .field-filetypeicon .mid::before,
.rich-text .field-filetypeicon .midi::before,
.rich-text .field-filetypeicon .mka::before,
.rich-text .field-filetypeicon .mp3::before,
.rich-text .field-filetypeicon .mp4a::before,
.rich-text .field-filetypeicon .ogg::before,
.rich-text .field-filetypeicon .pcm::before,
.rich-text .field-filetypeicon .ra::before,
.rich-text .field-filetypeicon .rma::before,
.rich-text .field-filetypeicon .wav::before,
.rich-text .field-filetypeicon .wma::before,
.rich-text .field-filetypeicon .xwma::before {
    content: ""
}

.content .field-filetypeicon .txt::before,
.rich-text .field-filetypeicon .txt::before {
    content: ""
}

.content .field-filetypeicon .dmg::before,
.content .field-filetypeicon .gz::before,
.content .field-filetypeicon .iso::before,
.content .field-filetypeicon .rar::before,
.content .field-filetypeicon .tar::before,
.content .field-filetypeicon .zip::before,
.content .field-filetypeicon .zipx::before,
.rich-text .field-filetypeicon .dmg::before,
.rich-text .field-filetypeicon .gz::before,
.rich-text .field-filetypeicon .iso::before,
.rich-text .field-filetypeicon .rar::before,
.rich-text .field-filetypeicon .tar::before,
.rich-text .field-filetypeicon .zip::before,
.rich-text .field-filetypeicon .zipx::before {
    content: ""
}

.content .field-filetypeicon .config::before,
.content .field-filetypeicon .cpp::before,
.content .field-filetypeicon .css::before,
.content .field-filetypeicon .git::before,
.content .field-filetypeicon .h::before,
.content .field-filetypeicon .ini::before,
.content .field-filetypeicon .js::before,
.content .field-filetypeicon .py::before,
.rich-text .field-filetypeicon .config::before,
.rich-text .field-filetypeicon .cpp::before,
.rich-text .field-filetypeicon .css::before,
.rich-text .field-filetypeicon .git::before,
.rich-text .field-filetypeicon .h::before,
.rich-text .field-filetypeicon .ini::before,
.rich-text .field-filetypeicon .js::before,
.rich-text .field-filetypeicon .py::before {
    content: ""
}

.content .field-filetypeicon .apk::before,
.content .field-filetypeicon .app::before,
.content .field-filetypeicon .bat::before,
.content .field-filetypeicon .deb::before,
.content .field-filetypeicon .dll::before,
.content .field-filetypeicon .exe::before,
.content .field-filetypeicon .jar::before,
.content .field-filetypeicon .msi::before,
.content .field-filetypeicon .pl::before,
.content .field-filetypeicon .prg::before,
.content .field-filetypeicon .scr::before,
.content .field-filetypeicon .sh::before,
.content .field-filetypeicon .vb::before,
.rich-text .field-filetypeicon .apk::before,
.rich-text .field-filetypeicon .app::before,
.rich-text .field-filetypeicon .bat::before,
.rich-text .field-filetypeicon .deb::before,
.rich-text .field-filetypeicon .dll::before,
.rich-text .field-filetypeicon .exe::before,
.rich-text .field-filetypeicon .jar::before,
.rich-text .field-filetypeicon .msi::before,
.rich-text .field-filetypeicon .pl::before,
.rich-text .field-filetypeicon .prg::before,
.rich-text .field-filetypeicon .scr::before,
.rich-text .field-filetypeicon .sh::before,
.rich-text .field-filetypeicon .vb::before {
    content: ""
}

.content .field-filetypeicon .asp::before,
.content .field-filetypeicon .aspx::before,
.content .field-filetypeicon .cfm::before,
.content .field-filetypeicon .com::before,
.content .field-filetypeicon .edu::before,
.content .field-filetypeicon .gov::before,
.content .field-filetypeicon .htm::before,
.content .field-filetypeicon .html::before,
.content .field-filetypeicon .jhtml::before,
.content .field-filetypeicon .mil::before,
.content .field-filetypeicon .net::before,
.content .field-filetypeicon .org::before,
.content .field-filetypeicon .php3::before,
.content .field-filetypeicon .php4::before,
.content .field-filetypeicon .php5::before,
.content .field-filetypeicon .php::before,
.content .field-filetypeicon .phtmle::before,
.content .field-filetypeicon .xhtml::before,
.rich-text .field-filetypeicon .asp::before,
.rich-text .field-filetypeicon .aspx::before,
.rich-text .field-filetypeicon .cfm::before,
.rich-text .field-filetypeicon .com::before,
.rich-text .field-filetypeicon .edu::before,
.rich-text .field-filetypeicon .gov::before,
.rich-text .field-filetypeicon .htm::before,
.rich-text .field-filetypeicon .html::before,
.rich-text .field-filetypeicon .jhtml::before,
.rich-text .field-filetypeicon .mil::before,
.rich-text .field-filetypeicon .net::before,
.rich-text .field-filetypeicon .org::before,
.rich-text .field-filetypeicon .php3::before,
.rich-text .field-filetypeicon .php4::before,
.rich-text .field-filetypeicon .php5::before,
.rich-text .field-filetypeicon .php::before,
.rich-text .field-filetypeicon .phtmle::before,
.rich-text .field-filetypeicon .xhtml::before {
    content: ""
}

.content p,
.rich-text p {
    padding-bottom: 15px
}

.content ul,
.rich-text ul {
    list-style-position: inside
}

.content ul li,
.rich-text ul li {
    margin-bottom: .5rem
}

.content ul li::before,
.rich-text ul li::before {
    content: "\2022";
    color: #0089c0;
    font-weight: 900;
    display: inline-block;
    width: 20px
}

.content ol li,
.content ul li,
.rich-text ol li,
.rich-text ul li {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    margin-top: 0
}

@media only screen and (min-width:992px) {

    .content ol li,
    .content ul li,
    .rich-text ol li,
    .rich-text ul li {
        font-size: 18px;
        line-height: 27px
    }
}

.content ol,
.rich-text ol {
    list-style: initial;
    list-style-type: decimal
}

.content ol li::marker,
.rich-text ol li::marker {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: inline-table;
    word-wrap: break-word
}

.content ol li,
.rich-text ol li {
    padding-left: 4px;
    margin-bottom: 12px;
    margin-left: 16px
}

@media only screen and (min-width:992px) {

    .content ol li,
    .rich-text ol li {
        padding-left: 3px;
        margin-left: 17px
    }
}

.content ol li:last-child,
.rich-text ol li:last-child {
    margin-bottom: 15px
}

.content ul li::before,
.rich-text ul li::before {
    content: "\2022";
    color: #0089c0;
    font-size: 24px;
    display: inline-table;
    word-wrap: break-word;
    width: 10px;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    margin-right: -9px
}

@media only screen and (min-width:992px) {

    .content ul li::before,
    .rich-text ul li::before {
        -webkit-transform: translateX(-21px);
        transform: translateX(-21px)
    }
}

.content ul li,
.rich-text ul li {
    display: block;
    margin-bottom: 10px;
    margin-left: 20px
}

@media only screen and (min-width:992px) {

    .content ul li,
    .rich-text ul li {
        margin-bottom: 12px
    }
}

.rich-text .list-collection {
    text-align: left
}

@media only screen and (min-width:768px) {
    .rich-text .list-collection {
        text-align: center
    }
}

.rich-text .list-collection .list-title {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #002d5a;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0;
    padding-bottom: 15px;
    font-weight: 600;
    margin: 0 25px 27px
}

@media only screen and (min-width:992px) {
    .rich-text .list-collection .list-title {
        font-size: 42px;
        line-height: 60px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:768px) {
    .rich-text .list-collection .list-title {
        font-weight: 400;
        margin: 0 25px
    }
}

.rich-text .list-collection .list-description {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin: 0 25px;
    padding-bottom: 20px
}

@media only screen and (min-width:992px) {
    .rich-text .list-collection .list-description {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:768px) {
    .rich-text .list-collection .list-description {
        font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
        color: #464646;
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0;
        margin: 0 25px 15px;
        padding-bottom: 15px
    }
}

@media only screen and (min-width:768px) and (min-width:992px) {
    .rich-text .list-collection .list-description {
        font-size: 22px;
        line-height: 33px;
        letter-spacing: 0
    }
}

.rich-text .list-collection .list-col {
    padding: 0 25px
}

.rich-text.title-with-text {
    margin-bottom: 32px
}

.rich-text ol li,
.rich-text ul li {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    margin-top: 0
}

@media only screen and (min-width:992px) {

    .rich-text ol li,
    .rich-text ul li {
        font-size: 18px;
        line-height: 27px
    }
}

.rich-text ol {
    list-style: initial;
    list-style-type: decimal
}

.rich-text ol li::marker {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: inline-table;
    word-wrap: break-word
}

.rich-text ol li {
    padding-left: 4px;
    margin-bottom: 12px;
    margin-left: 16px
}

@media only screen and (min-width:992px) {
    .rich-text ol li {
        padding-left: 3px;
        margin-left: 17px
    }
}

.rich-text ol li:last-child {
    margin-bottom: 15px
}

.rich-text ul li::before {
    content: "\2022";
    color: #0089c0;
    font-size: 24px;
    display: inline-table;
    word-wrap: break-word;
    width: 10px;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    margin-right: -9px
}

@media only screen and (min-width:992px) {
    .rich-text ul li::before {
        -webkit-transform: translateX(-21px);
        transform: translateX(-21px)
    }
}

.rich-text ul li {
    display: block;
    margin-bottom: 10px;
    margin-left: 20px
}

@media only screen and (min-width:992px) {
    .rich-text ul li {
        margin-bottom: 12px
    }
}

.rich-text-hidden {
    display: none
}

.rich-text-hidden.scEnabledChrome {
    display: block
}

.field-featurelist ul,
.rich-text-lists ul {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.field-featurelist ul li,
.rich-text-lists ul li {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0;
    position: relative;
    line-height: 21px;
    list-style: none;
    margin: 0;
    padding: 5px 0 5px 25px
}

@media only screen and (min-width:992px) {

    .field-featurelist ul li,
    .rich-text-lists ul li {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0
    }
}

.field-featurelist ul li::before,
.rich-text-lists ul li::before {
    display: inline-block;
    vertical-align: middle;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0;
    font-family: FontAwesome, sans-serif;
    position: absolute;
    top: 3px;
    left: 0;
    color: #747474;
    text-align: center;
    content: "\f00c";
    width: 20px;
    margin: 0 5px 0 0;
    padding: 0
}

@media only screen and (min-width:992px) {

    .field-featurelist ul li::before,
    .rich-text-lists ul li::before {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0
    }
}

.field-featurelist ul li::before {
    display: inline-block;
    vertical-align: middle;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0;
    font-family: FontAwesome, sans-serif;
    position: absolute;
    top: 3px;
    left: 0;
    color: #747474;
    text-align: center;
    content: "\f046";
    width: 20px;
    margin: 0 5px 0 0;
    padding: 0
}

@media only screen and (min-width:992px) {
    .field-featurelist ul li::before {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0
    }
}

.media-link.file-type-icon-media-link {
    float: left
}

.media-link.file-type-icon-media-link .field-filetypeicon {
    text-align: center
}

@charset "UTF-8";

.facet-component,
.facet-summary {
    box-sizing: border-box;
    background: 0 0
}

.facet-component .form-section,
.facet-summary .form-section {
    position: relative;
    display: initial
}

.facet-component label,
.facet-summary label {
    background: 0 0;
    color: #005591
}

.facet-component label.error,
.facet-summary label.error {
    position: absolute;
    top: -37px;
    left: 0;
    color: #de232f;
    font-size: 12px;
    white-space: nowrap
}

.facet-component button,
.facet-component input,
.facet-component select,
.facet-summary button,
.facet-summary input,
.facet-summary select {
    display: inline-block;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #cdd2cd;
    border-radius: 7px;
    color: #666;
    font-weight: 400;
    padding: 15px;
    clear: both;
    height: auto;
    font-size: 16px;
    transition: all .25s ease-in-out
}

.facet-component button.error,
.facet-component input.error,
.facet-component select.error,
.facet-summary button.error,
.facet-summary input.error,
.facet-summary select.error {
    border: 2px solid #de232f !important
}

.facet-component input:focus,
.facet-summary input:focus {
    border: 1px solid #005591 !important
}

.facet-component input:focus.error,
.facet-summary input:focus.error {
    border: 2px solid #de232f !important
}

.facet-component input::-webkit-input-placeholder,
.facet-summary input::-webkit-input-placeholder {
    font-style: italic
}

.facet-component input:-ms-input-placeholder,
.facet-summary input:-ms-input-placeholder {
    font-style: italic
}

.facet-component input::placeholder,
.facet-summary input::placeholder {
    font-style: italic
}

.facet-component button::-moz-focus-inner,
.facet-component input::-moz-focus-inner,
.facet-summary button::-moz-focus-inner,
.facet-summary input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.facet-component input[type=text],
.facet-summary input[type=text] {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif
}

.facet-component input[type=email],
.facet-component input[type=password],
.facet-component input[type=text],
.facet-component select,
.facet-component textarea,
.facet-summary input[type=email],
.facet-summary input[type=password],
.facet-summary input[type=text],
.facet-summary select,
.facet-summary textarea {
    color: #666;
    width: 100%;
    background: #fff;
    border: 1px solid #cdd2cd
}

.facet-component select,
.facet-summary select {
    padding-right: 30px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer
}

.facet-component .btn-primary,
.facet-component button,
.facet-component form input[type=button],
.facet-component form input[type=reset],
.facet-component form input[type=submit],
.facet-component input[type=button],
.facet-component input[type=reset],
.facet-component input[type=submit],
.facet-summary .btn-primary,
.facet-summary button,
.facet-summary form input[type=button],
.facet-summary form input[type=reset],
.facet-summary form input[type=submit],
.facet-summary input[type=button],
.facet-summary input[type=reset],
.facet-summary input[type=submit] {
    border: 1px solid #005591;
    background-color: #005591;
    border-radius: 100px;
    padding: 15px 30px;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all .25s ease-in-out
}

@media only screen and (min-width:992px) {

    .facet-component .btn-primary,
    .facet-component button,
    .facet-component form input[type=button],
    .facet-component form input[type=reset],
    .facet-component form input[type=submit],
    .facet-component input[type=button],
    .facet-component input[type=reset],
    .facet-component input[type=submit],
    .facet-summary .btn-primary,
    .facet-summary button,
    .facet-summary form input[type=button],
    .facet-summary form input[type=reset],
    .facet-summary form input[type=submit],
    .facet-summary input[type=button],
    .facet-summary input[type=reset],
    .facet-summary input[type=submit] {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.facet-component .btn-primary:hover,
.facet-component button:hover,
.facet-component form input[type=button]:hover,
.facet-component form input[type=reset]:hover,
.facet-component form input[type=submit]:hover,
.facet-component input[type=button]:hover,
.facet-component input[type=reset]:hover,
.facet-component input[type=submit]:hover,
.facet-summary .btn-primary:hover,
.facet-summary button:hover,
.facet-summary form input[type=button]:hover,
.facet-summary form input[type=reset]:hover,
.facet-summary form input[type=submit]:hover,
.facet-summary input[type=button]:hover,
.facet-summary input[type=reset]:hover,
.facet-summary input[type=submit]:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid #06182f;
    background: #06182f
}

.facet-component .btn-primary.btn-secondary,
.facet-component button.btn-secondary,
.facet-component form input[type=button].btn-secondary,
.facet-component form input[type=reset].btn-secondary,
.facet-component form input[type=submit].btn-secondary,
.facet-component input[type=button].btn-secondary,
.facet-component input[type=reset].btn-secondary,
.facet-component input[type=submit].btn-secondary,
.facet-summary .btn-primary.btn-secondary,
.facet-summary button.btn-secondary,
.facet-summary form input[type=button].btn-secondary,
.facet-summary form input[type=reset].btn-secondary,
.facet-summary form input[type=submit].btn-secondary,
.facet-summary input[type=button].btn-secondary,
.facet-summary input[type=reset].btn-secondary,
.facet-summary input[type=submit].btn-secondary {
    border: 1px solid #0089c0;
    background-color: #0089c0
}

.facet-component .btn-primary.btn-secondary:hover,
.facet-component button.btn-secondary:hover,
.facet-component form input[type=button].btn-secondary:hover,
.facet-component form input[type=reset].btn-secondary:hover,
.facet-component form input[type=submit].btn-secondary:hover,
.facet-component input[type=button].btn-secondary:hover,
.facet-component input[type=reset].btn-secondary:hover,
.facet-component input[type=submit].btn-secondary:hover,
.facet-summary .btn-primary.btn-secondary:hover,
.facet-summary button.btn-secondary:hover,
.facet-summary form input[type=button].btn-secondary:hover,
.facet-summary form input[type=reset].btn-secondary:hover,
.facet-summary form input[type=submit].btn-secondary:hover,
.facet-summary input[type=button].btn-secondary:hover,
.facet-summary input[type=reset].btn-secondary:hover,
.facet-summary input[type=submit].btn-secondary:hover {
    border: 1px solid #002d5a;
    background: #002d5a
}

.facet-component .btn-primary.btn-dark,
.facet-component button.btn-dark,
.facet-component form input[type=button].btn-dark,
.facet-component form input[type=reset].btn-dark,
.facet-component form input[type=submit].btn-dark,
.facet-component input[type=button].btn-dark,
.facet-component input[type=reset].btn-dark,
.facet-component input[type=submit].btn-dark,
.facet-summary .btn-primary.btn-dark,
.facet-summary button.btn-dark,
.facet-summary form input[type=button].btn-dark,
.facet-summary form input[type=reset].btn-dark,
.facet-summary form input[type=submit].btn-dark,
.facet-summary input[type=button].btn-dark,
.facet-summary input[type=reset].btn-dark,
.facet-summary input[type=submit].btn-dark {
    border: 1px solid #002d5a;
    background-color: #002d5a
}

.facet-component .btn-primary.btn-dark:hover,
.facet-component button.btn-dark:hover,
.facet-component form input[type=button].btn-dark:hover,
.facet-component form input[type=reset].btn-dark:hover,
.facet-component form input[type=submit].btn-dark:hover,
.facet-component input[type=button].btn-dark:hover,
.facet-component input[type=reset].btn-dark:hover,
.facet-component input[type=submit].btn-dark:hover,
.facet-summary .btn-primary.btn-dark:hover,
.facet-summary button.btn-dark:hover,
.facet-summary form input[type=button].btn-dark:hover,
.facet-summary form input[type=reset].btn-dark:hover,
.facet-summary form input[type=submit].btn-dark:hover,
.facet-summary input[type=button].btn-dark:hover,
.facet-summary input[type=reset].btn-dark:hover,
.facet-summary input[type=submit].btn-dark:hover {
    border: 1px solid #06182f;
    background: #06182f
}

.facet-component .scEnabledChrome form input[type=button],
.facet-component .scEnabledChrome form input[type=reset],
.facet-component .scEnabledChrome form input[type=submit],
.facet-summary .scEnabledChrome form input[type=button],
.facet-summary .scEnabledChrome form input[type=reset],
.facet-summary .scEnabledChrome form input[type=submit] {
    background-image: none;
    box-shadow: none;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff
}

@media only screen and (min-width:992px) {

    .facet-component .scEnabledChrome form input[type=button],
    .facet-component .scEnabledChrome form input[type=reset],
    .facet-component .scEnabledChrome form input[type=submit],
    .facet-summary .scEnabledChrome form input[type=button],
    .facet-summary .scEnabledChrome form input[type=reset],
    .facet-summary .scEnabledChrome form input[type=submit] {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.facet-component::after,
.facet-summary::after {
    content: "";
    display: table;
    clear: both
}

.facet-component .bottom-filter-button,
.facet-summary .bottom-filter-button {
    float: right
}

.facet-component .facet-heading,
.facet-summary .facet-heading {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #89c6cc;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    position: relative
}

.facet-component .facet-heading .facet-title,
.facet-summary .facet-heading .facet-title {
    display: inline-block;
    vertical-align: middle;
    color: #747474;
    padding-right: 25px
}

.facet-component .facet-heading .clear-filter,
.facet-summary .facet-heading .clear-filter {
    display: inline-block;
    vertical-align: middle;
    border-radius: 15px;
    font-size: 10px;
    text-align: center !important;
    width: 15px;
    cursor: pointer;
    position: absolute;
    color: #747474;
    right: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: 0 0
}

.facet-component .facet-heading .clear-filter:hover,
.facet-summary .facet-heading .clear-filter:hover {
    background: #e0e0e0;
    border-color: #adadad;
    text-decoration: none;
    color: #747474
}

.facet-component .facet-heading .clear-filter.has-active-facet,
.facet-summary .facet-heading .clear-filter.has-active-facet {
    background: #e0e0e0;
    color: #747474
}

.facet-component .facet-heading .clear-filter.has-active-facet:hover,
.facet-summary .facet-heading .clear-filter.has-active-facet:hover {
    background: #e0e0e0;
    color: #747474
}

.facet-single-selection-list .facet-hided .hide-facet-value {
    display: none
}

.facet-single-selection-list .toogle-facet-visibility {
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #747474;
    cursor: pointer
}

.facet-single-selection-list .facet-dropdown {
    margin: 10px 0
}

.facet-single-selection-list .facet-dropdown select {
    min-width: 100%
}

.facet-single-selection-list .facet-value input[type=checkbox] {
    display: none
}

.facet-single-selection-list .facet-value label {
    color: #747474
}

.facet-single-selection-list .facet-value.active-facet .facet-count.highlighted,
.facet-single-selection-list .facet-value.active-facet label,
.facet-single-selection-list .facet-value.active-facet span {
    color: #89c6cc
}

.facet-single-selection-list .bottom-remove-filter {
    float: left
}

.facet-single-selection-list .bottom-filter-button {
    float: right
}

.facet-summary .removeFacetValue,
.facet-summary-horizontal .removeFacetValue {
    font-size: 1.35rem;
    font-weight: 400;
    padding-left: .5rem;
    padding-right: .25rem;
    color: #89c6cc;
    cursor: pointer
}

.facet-summary .bottom-remove-filter button,
.facet-summary-horizontal .bottom-remove-filter button {
    font-size: 12px;
    font-weight: 700;
    position: relative;
    cursor: pointer
}

.facet-summary .clear-filter,
.facet-summary-horizontal .clear-filter {
    display: none
}

.facet-summary:not(.facet-summary-horizontal) {
    margin-bottom: 10px
}

.facet-summary:not(.facet-summary-horizontal) .component-content .facet-summary-wrapper {
    background-color: transparent;
    padding-top: 10px
}

.facet-summary:not(.facet-summary-horizontal) .component-content .facet-summary-wrapper .active-facet-summary-element {
    float: left;
    font-size: 12px;
    position: relative;
    padding-top: 10px;
    width: 100%
}

.facet-summary:not(.facet-summary-horizontal) .component-content .facet-summary-wrapper .active-facet-summary-element span {
    font-weight: 700
}

.facet-summary:not(.facet-summary-horizontal) .component-content .facet-summary-wrapper .active-facet-summary-element .facet-summary-name {
    margin-right: .6rem;
    font-weight: 700
}

.facet-summary:not(.facet-summary-horizontal) .component-content .facet-summary-wrapper .active-facet-summary-element .facet-summary-value {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .1rem .8rem;
    padding-left: 0;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: .25rem;
    word-break: break-word
}

.facet-summary:not(.facet-summary-horizontal) .component-content .bottom-remove-filter {
    width: 100%;
    float: left;
    padding-top: 10px
}

.facet-summary:not(.facet-summary-horizontal) .component-content .bottom-remove-filter button {
    width: 100%;
    color: #de232f;
    border-color: transparent;
    text-align: left;
    text-indent: 10px;
    padding-left: 3px
}

.facet-summary:not(.facet-summary-horizontal) .component-content .bottom-remove-filter button::before {
    content: "x";
    display: block;
    position: absolute;
    top: 50%;
    left: 1px;
    color: #de232f;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.facet-summary:not(.facet-summary-horizontal) .component-content .bottom-remove-filter button:hover {
    background-color: transparent !important
}

.facet-summary-horizontal .facet-summary-wrapper {
    margin: 10px 0
}

.facet-summary-horizontal .facet-summary-name,
.facet-summary-horizontal .facet-summary-value {
    font-size: 1.3rem;
    float: left;
    margin-bottom: .9rem
}

.facet-summary-horizontal .facet-summary-name {
    padding: 2px .85rem 2px 0
}

.facet-summary-horizontal .facet-summary-value {
    border-radius: 12px;
    box-shadow: 0 2px 6px 0 #d2d2d2;
    padding: 2px 18px 2px 8px;
    margin-right: .95rem;
    word-break: break-word;
    position: relative
}

.facet-summary-horizontal .removeFacetValue {
    position: absolute;
    right: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: .5rem;
    padding-right: .5rem
}

.facet-summary-horizontal .facet-summary-wrapper.clearfix::after,
.facet-summary-horizontal .facet-summary-wrapper.clearfix::before {
    display: none
}

.facet-summary-horizontal .bottom-remove-filter {
    float: left
}

.facet-summary-horizontal .bottom-remove-filter button {
    width: auto;
    background: 0 0;
    border: 1px solid #bc4526;
    border-radius: 12px !important;
    padding: .2rem .9rem;
    color: #747474
}

.facet-summary-horizontal.facet-summary-horizontal-break .active-facet-summary-element::after {
    content: "";
    display: table;
    clear: both
}

.facet-date-range .from-date,
.facet-date-range .to-date {
    margin-bottom: 5px
}

.ui-datepicker-title select {
    color: #747474
}
.ui-widget-header{
    background-color:  red !important;
    border: 1px solid #e78f08;
    /* background: #f6a828 url(../images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; */
    color: #fff;
    font-weight: bold;
}
.ui-datepicker .ui-widget-header{
        border: 1px solid #005591;
        background: #005591 url('') !important ;
        color: #fff;
        font-weight: bold;
}

.facet-dropdown {
    margin: 10px 0
}

.facet-dropdown select {
    min-width: 100%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    position: relative;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 5px
}

.facet-managed-range {
    box-sizing: border-box
}

.facet-managed-range .max-range-value,
.facet-managed-range .min-range-value {
    display: inline-block;
    vertical-align: middle;
    float: left;
    width: 49%;
    margin-bottom: 5px
}

.facet-managed-range .max-range-value input[type=text],
.facet-managed-range .min-range-value input[type=text] {
    min-width: 100%;
    width: 100%
}

.facet-managed-range .min-range-value {
    float: left
}

.facet-managed-range .max-range-value {
    float: right
}

.facet-managed-range .bottom-remove-filter {
    float: left
}

.facet-range-selector .slider-min-value {
    float: left;
    width: 4%;
    text-align: center
}

.facet-range-selector .slider-max-value {
    float: right;
    width: 4%;
    text-align: center
}

.facet-range-selector .slider-min-value+.ui-slider-horizontal {
    float: left;
    width: 88%;
    margin: 5px 2%
}

.radius-filter .form-section {
    position: relative;
    display: initial
}

.radius-filter label {
    background: 0 0;
    color: #005591
}

.radius-filter label.error {
    position: absolute;
    top: -37px;
    left: 0;
    color: #de232f;
    font-size: 12px;
    white-space: nowrap
}

.radius-filter button,
.radius-filter input,
.radius-filter select {
    display: inline-block;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #cdd2cd;
    border-radius: 7px;
    color: #666;
    font-weight: 400;
    padding: 15px;
    clear: both;
    height: auto;
    font-size: 16px;
    transition: all .25s ease-in-out
}

.radius-filter button.error,
.radius-filter input.error,
.radius-filter select.error {
    border: 2px solid #de232f !important
}

.radius-filter input:focus {
    border: 1px solid #005591 !important
}

.radius-filter input:focus.error {
    border: 2px solid #de232f !important
}

.radius-filter input::-webkit-input-placeholder {
    font-style: italic
}

.radius-filter input:-ms-input-placeholder {
    font-style: italic
}

.radius-filter input::placeholder {
    font-style: italic
}

.radius-filter button::-moz-focus-inner,
.radius-filter input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.radius-filter input[type=text] {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif
}

.radius-filter input[type=email],
.radius-filter input[type=password],
.radius-filter input[type=text],
.radius-filter select,
.radius-filter textarea {
    color: #666;
    width: 100%;
    background: #fff;
    border: 1px solid #cdd2cd
}

.radius-filter select {
    padding-right: 30px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer
}

.radius-filter .btn-primary,
.radius-filter button,
.radius-filter form input[type=button],
.radius-filter form input[type=reset],
.radius-filter form input[type=submit],
.radius-filter input[type=button],
.radius-filter input[type=reset],
.radius-filter input[type=submit] {
    border: 1px solid #005591;
    background-color: #005591;
    border-radius: 100px;
    padding: 15px 30px;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all .25s ease-in-out
}

@media only screen and (min-width:992px) {

    .radius-filter .btn-primary,
    .radius-filter button,
    .radius-filter form input[type=button],
    .radius-filter form input[type=reset],
    .radius-filter form input[type=submit],
    .radius-filter input[type=button],
    .radius-filter input[type=reset],
    .radius-filter input[type=submit] {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.radius-filter .btn-primary:hover,
.radius-filter button:hover,
.radius-filter form input[type=button]:hover,
.radius-filter form input[type=reset]:hover,
.radius-filter form input[type=submit]:hover,
.radius-filter input[type=button]:hover,
.radius-filter input[type=reset]:hover,
.radius-filter input[type=submit]:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid #06182f;
    background: #06182f
}

.radius-filter .btn-primary.btn-secondary,
.radius-filter button.btn-secondary,
.radius-filter form input[type=button].btn-secondary,
.radius-filter form input[type=reset].btn-secondary,
.radius-filter form input[type=submit].btn-secondary,
.radius-filter input[type=button].btn-secondary,
.radius-filter input[type=reset].btn-secondary,
.radius-filter input[type=submit].btn-secondary {
    border: 1px solid #0089c0;
    background-color: #0089c0
}

.radius-filter .btn-primary.btn-secondary:hover,
.radius-filter button.btn-secondary:hover,
.radius-filter form input[type=button].btn-secondary:hover,
.radius-filter form input[type=reset].btn-secondary:hover,
.radius-filter form input[type=submit].btn-secondary:hover,
.radius-filter input[type=button].btn-secondary:hover,
.radius-filter input[type=reset].btn-secondary:hover,
.radius-filter input[type=submit].btn-secondary:hover {
    border: 1px solid #002d5a;
    background: #002d5a
}

.radius-filter .btn-primary.btn-dark,
.radius-filter button.btn-dark,
.radius-filter form input[type=button].btn-dark,
.radius-filter form input[type=reset].btn-dark,
.radius-filter form input[type=submit].btn-dark,
.radius-filter input[type=button].btn-dark,
.radius-filter input[type=reset].btn-dark,
.radius-filter input[type=submit].btn-dark {
    border: 1px solid #002d5a;
    background-color: #002d5a
}

.radius-filter .btn-primary.btn-dark:hover,
.radius-filter button.btn-dark:hover,
.radius-filter form input[type=button].btn-dark:hover,
.radius-filter form input[type=reset].btn-dark:hover,
.radius-filter form input[type=submit].btn-dark:hover,
.radius-filter input[type=button].btn-dark:hover,
.radius-filter input[type=reset].btn-dark:hover,
.radius-filter input[type=submit].btn-dark:hover {
    border: 1px solid #06182f;
    background: #06182f
}

.radius-filter .scEnabledChrome form input[type=button],
.radius-filter .scEnabledChrome form input[type=reset],
.radius-filter .scEnabledChrome form input[type=submit] {
    background-image: none;
    box-shadow: none;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff
}

@media only screen and (min-width:992px) {

    .radius-filter .scEnabledChrome form input[type=button],
    .radius-filter .scEnabledChrome form input[type=reset],
    .radius-filter .scEnabledChrome form input[type=submit] {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.radius-filter .radius-button.selected {
    color: #89c6cc;
    background: #fff
}

.radius-filter ul {
    height: 30px
}

.radius-filter ul li {
    display: block;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #d2d2d2;
    float: left;
    padding: 5px 5px;
    cursor: pointer
}

.radius-filter ul li:first-child {
    border-width: 1px
}

.radius-filter .bottom-remove-filter {
    margin-bottom: 5px
}


.ui-slider {
    position: relative;
    width: 80%;
    margin: 10px auto;
    text-align: left
}

.ui-slider .ui-widget-header {
    border: 1px solid #89c6cc;
    background: #89c6cc;
    font-weight: 700
}

.ui-slider .ui-widget-header a {
    color: #fff
}

.slider-value {
    text-align: center
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d2d2d2;
    background: #f7f7f7;
    font-weight: 400;
    color: #747474
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #747474;
    text-decoration: none
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #d2d2d2;
    background: #dadada;
    font-weight: 400;
    color: #747474
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #747474;
    text-decoration: none
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #d2d2d2;
    background: #dadada;
    font-weight: 400;
    color: #747474
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #747474;
    text-decoration: none
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.load-more .form-section {
    position: relative;
    display: initial
}

.load-more label {
    background: 0 0;
    color: #005591
}

.load-more label.error {
    position: absolute;
    top: -37px;
    left: 0;
    color: #de232f;
    font-size: 12px;
    white-space: nowrap
}

.load-more button,
.load-more input,
.load-more select {
    display: inline-block;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #cdd2cd;
    border-radius: 7px;
    color: #666;
    font-weight: 400;
    padding: 15px;
    clear: both;
    height: auto;
    font-size: 16px;
    transition: all .25s ease-in-out
}

.load-more button.error,
.load-more input.error,
.load-more select.error {
    border: 2px solid #de232f !important
}

.load-more input:focus {
    border: 1px solid #005591 !important
}

.load-more input:focus.error {
    border: 2px solid #de232f !important
}

.load-more input::-webkit-input-placeholder {
    font-style: italic
}

.load-more input:-ms-input-placeholder {
    font-style: italic
}

.load-more input::placeholder {
    font-style: italic
}

.load-more button::-moz-focus-inner,
.load-more input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.load-more input[type=text] {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif
}

.load-more input[type=email],
.load-more input[type=password],
.load-more input[type=text],
.load-more select,
.load-more textarea {
    color: #666;
    width: 100%;
    background: #fff;
    border: 1px solid #cdd2cd
}

.load-more select {
    padding-right: 30px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer
}

.load-more .btn-primary,
.load-more button,
.load-more form input[type=button],
.load-more form input[type=reset],
.load-more form input[type=submit],
.load-more input[type=button],
.load-more input[type=reset],
.load-more input[type=submit] {
    border: 1px solid #005591;
    background-color: #005591;
    border-radius: 100px;
    padding: 15px 30px;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all .25s ease-in-out
}

@media only screen and (min-width:992px) {

    .load-more .btn-primary,
    .load-more button,
    .load-more form input[type=button],
    .load-more form input[type=reset],
    .load-more form input[type=submit],
    .load-more input[type=button],
    .load-more input[type=reset],
    .load-more input[type=submit] {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.load-more .btn-primary:hover,
.load-more button:hover,
.load-more form input[type=button]:hover,
.load-more form input[type=reset]:hover,
.load-more form input[type=submit]:hover,
.load-more input[type=button]:hover,
.load-more input[type=reset]:hover,
.load-more input[type=submit]:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid #06182f;
    background: #06182f
}

.load-more .btn-primary.btn-secondary,
.load-more button.btn-secondary,
.load-more form input[type=button].btn-secondary,
.load-more form input[type=reset].btn-secondary,
.load-more form input[type=submit].btn-secondary,
.load-more input[type=button].btn-secondary,
.load-more input[type=reset].btn-secondary,
.load-more input[type=submit].btn-secondary {
    border: 1px solid #0089c0;
    background-color: #0089c0
}

.load-more .btn-primary.btn-secondary:hover,
.load-more button.btn-secondary:hover,
.load-more form input[type=button].btn-secondary:hover,
.load-more form input[type=reset].btn-secondary:hover,
.load-more form input[type=submit].btn-secondary:hover,
.load-more input[type=button].btn-secondary:hover,
.load-more input[type=reset].btn-secondary:hover,
.load-more input[type=submit].btn-secondary:hover {
    border: 1px solid #002d5a;
    background: #002d5a
}

.load-more .btn-primary.btn-dark,
.load-more button.btn-dark,
.load-more form input[type=button].btn-dark,
.load-more form input[type=reset].btn-dark,
.load-more form input[type=submit].btn-dark,
.load-more input[type=button].btn-dark,
.load-more input[type=reset].btn-dark,
.load-more input[type=submit].btn-dark {
    border: 1px solid #002d5a;
    background-color: #002d5a
}

.load-more .btn-primary.btn-dark:hover,
.load-more button.btn-dark:hover,
.load-more form input[type=button].btn-dark:hover,
.load-more form input[type=reset].btn-dark:hover,
.load-more form input[type=submit].btn-dark:hover,
.load-more input[type=button].btn-dark:hover,
.load-more input[type=reset].btn-dark:hover,
.load-more input[type=submit].btn-dark:hover {
    border: 1px solid #06182f;
    background: #06182f
}

.load-more .scEnabledChrome form input[type=button],
.load-more .scEnabledChrome form input[type=reset],
.load-more .scEnabledChrome form input[type=submit] {
    background-image: none;
    box-shadow: none;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff
}

@media only screen and (min-width:992px) {

    .load-more .scEnabledChrome form input[type=button],
    .load-more .scEnabledChrome form input[type=reset],
    .load-more .scEnabledChrome form input[type=submit] {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.location-filter {
    position: relative;
    padding: 5px 10px 15px 10px;
    margin: 0 0 20px 0
}

.location-filter .form-section {
    position: relative;
    display: initial
}

.location-filter label {
    background: 0 0;
    color: #005591
}

.location-filter label.error {
    position: absolute;
    top: -37px;
    left: 0;
    color: #de232f;
    font-size: 12px;
    white-space: nowrap
}

.location-filter button,
.location-filter input,
.location-filter select {
    display: inline-block;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #cdd2cd;
    border-radius: 7px;
    color: #666;
    font-weight: 400;
    padding: 15px;
    clear: both;
    height: auto;
    font-size: 16px;
    transition: all .25s ease-in-out
}

.location-filter button.error,
.location-filter input.error,
.location-filter select.error {
    border: 2px solid #de232f !important
}

.location-filter input:focus {
    border: 1px solid #005591 !important
}

.location-filter input:focus.error {
    border: 2px solid #de232f !important
}

.location-filter input::-webkit-input-placeholder {
    font-style: italic
}

.location-filter input:-ms-input-placeholder {
    font-style: italic
}

.location-filter input::placeholder {
    font-style: italic
}

.location-filter button::-moz-focus-inner,
.location-filter input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.location-filter input[type=text] {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif
}

.location-filter input[type=email],
.location-filter input[type=password],
.location-filter input[type=text],
.location-filter select,
.location-filter textarea {
    color: #666;
    width: 100%;
    background: #fff;
    border: 1px solid #cdd2cd
}

.location-filter select {
    padding-right: 30px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer
}

.location-filter .btn-primary,
.location-filter button,
.location-filter form input[type=button],
.location-filter form input[type=reset],
.location-filter form input[type=submit],
.location-filter input[type=button],
.location-filter input[type=reset],
.location-filter input[type=submit] {
    border: 1px solid #005591;
    background-color: #005591;
    border-radius: 100px;
    padding: 15px 30px;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all .25s ease-in-out
}

@media only screen and (min-width:992px) {

    .location-filter .btn-primary,
    .location-filter button,
    .location-filter form input[type=button],
    .location-filter form input[type=reset],
    .location-filter form input[type=submit],
    .location-filter input[type=button],
    .location-filter input[type=reset],
    .location-filter input[type=submit] {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.location-filter .btn-primary:hover,
.location-filter button:hover,
.location-filter form input[type=button]:hover,
.location-filter form input[type=reset]:hover,
.location-filter form input[type=submit]:hover,
.location-filter input[type=button]:hover,
.location-filter input[type=reset]:hover,
.location-filter input[type=submit]:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid #06182f;
    background: #06182f
}

.location-filter .btn-primary.btn-secondary,
.location-filter button.btn-secondary,
.location-filter form input[type=button].btn-secondary,
.location-filter form input[type=reset].btn-secondary,
.location-filter form input[type=submit].btn-secondary,
.location-filter input[type=button].btn-secondary,
.location-filter input[type=reset].btn-secondary,
.location-filter input[type=submit].btn-secondary {
    border: 1px solid #0089c0;
    background-color: #0089c0
}

.location-filter .btn-primary.btn-secondary:hover,
.location-filter button.btn-secondary:hover,
.location-filter form input[type=button].btn-secondary:hover,
.location-filter form input[type=reset].btn-secondary:hover,
.location-filter form input[type=submit].btn-secondary:hover,
.location-filter input[type=button].btn-secondary:hover,
.location-filter input[type=reset].btn-secondary:hover,
.location-filter input[type=submit].btn-secondary:hover {
    border: 1px solid #002d5a;
    background: #002d5a
}

.location-filter .btn-primary.btn-dark,
.location-filter button.btn-dark,
.location-filter form input[type=button].btn-dark,
.location-filter form input[type=reset].btn-dark,
.location-filter form input[type=submit].btn-dark,
.location-filter input[type=button].btn-dark,
.location-filter input[type=reset].btn-dark,
.location-filter input[type=submit].btn-dark {
    border: 1px solid #002d5a;
    background-color: #002d5a
}

.location-filter .btn-primary.btn-dark:hover,
.location-filter button.btn-dark:hover,
.location-filter form input[type=button].btn-dark:hover,
.location-filter form input[type=reset].btn-dark:hover,
.location-filter form input[type=submit].btn-dark:hover,
.location-filter input[type=button].btn-dark:hover,
.location-filter input[type=reset].btn-dark:hover,
.location-filter input[type=submit].btn-dark:hover {
    border: 1px solid #06182f;
    background: #06182f
}

.location-filter .scEnabledChrome form input[type=button],
.location-filter .scEnabledChrome form input[type=reset],
.location-filter .scEnabledChrome form input[type=submit] {
    background-image: none;
    box-shadow: none;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff
}

@media only screen and (min-width:992px) {

    .location-filter .scEnabledChrome form input[type=button],
    .location-filter .scEnabledChrome form input[type=reset],
    .location-filter .scEnabledChrome form input[type=submit] {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.location-filter .twitter-typeahead {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    width: 100%
}

.location-filter .tt-menu {
    background: #fff;
    width: 100%;
    border: 1px solid #d2d2d2
}

.location-filter .tt-hint {
    color: #747474
}

.location-filter .tt-dropdown-menu {
    width: 250px;
    margin-top: 5px;
    background-color: #f7f7f7;
    border: 1px solid #d2d2d2;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .08)
}

.location-filter .tt-suggestion {
    padding: 4px 10px;
    color: #747474;
    overflow: hidden
}

.location-filter .tt-suggestion a {
    text-decoration: none
}

.location-filter .tt-suggestion:last-child {
    border: none
}

.location-filter .tt-suggestion .field-image {
    width: 100px;
    float: left;
    margin-right: 10px
}

.location-filter .tt-suggestion .field-make {
    font-size: 15px;
    float: left;
    margin-right: 5px
}

.location-filter .tt-suggestion .field-model {
    margin-left: 4px;
    font-size: 15px;
    font-weight: 700;
    width: 100%
}

.location-filter .tt-suggestion .field-priceformatted {
    float: right;
    font-size: 15px;
    color: #89c6cc;
    margin-top: -20px
}

.location-filter .tt-suggestion.tt-cursor {
    color: #89c6cc;
    background-color: #dadada;
    cursor: pointer
}

.location-filter.loading-in-progress .tt-dropdown-menu {
    display: block !important;
    min-height: 50px;
    position: relative
}

.location-filter.loading-in-progress .tt-dropdown-menu::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    height: 40px;
    width: 50px;
    display: block;
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJibGFjayI+DQogIDxwYXRoICBvcGFjaXR5PSIuMjUiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz4NCiAgPHBhdGggZmlsbD0nIzFhODBiNicgZD0iTTE2IDAgQTE2IDE2IDAgMCAxIDMyIDE2IEwyOCAxNiBBMTIgMTIgMCAwIDAgMTYgNHoiPg0KICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE2IDE2IiB0bz0iMzYwIDE2IDE2IiBkdXI9IjAuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPg0KICA8L3BhdGg+DQo8L3N2Zz4NCg==);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 11
}

.location-filter.loading-in-progress .tt-dropdown-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    opacity: .8;
    z-index: 10
}

.location-filter .component-content {
    display: flex
}

.location-filter .component-content>button,
.location-filter .component-content>div,
.location-filter .component-content>input,
.location-filter .component-content>label,
.location-filter .component-content>span {
    order: 1
}

.location-filter .component-content>button,
.location-filter .component-content>label {
    flex-grow: 1
}

.location-filter .component-content>label {
    align-self: center;
    text-align: center
}

.location-filter .component-content>input,
.location-filter .component-content>span {
    flex-grow: 10;
    width: auto;
    margin: 0 5px
}

.location-filter .tt-hint::-webkit-input-placeholder {
    color: transparent
}

.location-filter .tt-hint::-moz-placeholder {
    color: transparent
}

.page-selector {
    text-align: center;
    padding: 10px 0 0 0
}

.page-selector .page-selector-list li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px
}

.page-selector .page-selector-list li.inactive a {
    color: #aaa;
    cursor: default
}

.page-selector a {
    text-decoration: none;
    font-weight: 700;
    font-size: 1em
}

.page-selector .page-selector-item-link {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    display: block;
    text-decoration: none;
    font-weight: 400;
    height: 28px;
    line-height: 22px;
    padding: 2px 9px;
    margin-left: 5px
}

.page-selector .page-selector-item-link.active {
    font-weight: 700;
    color: #89c6cc;
    border: 1px solid #15909c;
    background: #f6f6f6
}

.page-selector .page-selector-item-link:hover {
    color: #89c6cc;
    border: 1px solid #15909c;
    background: #f6f6f6
}

.page-selector .page-selector-item-link.inactive {
    color: #aaa
}

.page-size .form-section {
    position: relative;
    display: initial
}

.page-size label {
    background: 0 0;
    color: #005591
}

.page-size label.error {
    position: absolute;
    top: -37px;
    left: 0;
    color: #de232f;
    font-size: 12px;
    white-space: nowrap
}

.page-size button,
.page-size input,
.page-size select {
    display: inline-block;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #cdd2cd;
    border-radius: 7px;
    color: #666;
    font-weight: 400;
    padding: 15px;
    clear: both;
    height: auto;
    font-size: 16px;
    transition: all .25s ease-in-out
}

.page-size button.error,
.page-size input.error,
.page-size select.error {
    border: 2px solid #de232f !important
}

.page-size input:focus {
    border: 1px solid #005591 !important
}

.page-size input:focus.error {
    border: 2px solid #de232f !important
}

.page-size input::-webkit-input-placeholder {
    font-style: italic
}

.page-size input:-ms-input-placeholder {
    font-style: italic
}

.page-size input::placeholder {
    font-style: italic
}

.page-size button::-moz-focus-inner,
.page-size input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.page-size input[type=text] {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif
}

.page-size input[type=email],
.page-size input[type=password],
.page-size input[type=text],
.page-size select,
.page-size textarea {
    color: #666;
    width: 100%;
    background: #fff;
    border: 1px solid #cdd2cd
}

.page-size select {
    padding-right: 30px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer
}

.page-size .btn-primary,
.page-size button,
.page-size form input[type=button],
.page-size form input[type=reset],
.page-size form input[type=submit],
.page-size input[type=button],
.page-size input[type=reset],
.page-size input[type=submit] {
    border: 1px solid #005591;
    background-color: #005591;
    border-radius: 100px;
    padding: 15px 30px;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all .25s ease-in-out
}

@media only screen and (min-width:992px) {

    .page-size .btn-primary,
    .page-size button,
    .page-size form input[type=button],
    .page-size form input[type=reset],
    .page-size form input[type=submit],
    .page-size input[type=button],
    .page-size input[type=reset],
    .page-size input[type=submit] {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.page-size .btn-primary:hover,
.page-size button:hover,
.page-size form input[type=button]:hover,
.page-size form input[type=reset]:hover,
.page-size form input[type=submit]:hover,
.page-size input[type=button]:hover,
.page-size input[type=reset]:hover,
.page-size input[type=submit]:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid #06182f;
    background: #06182f
}

.page-size .btn-primary.btn-secondary,
.page-size button.btn-secondary,
.page-size form input[type=button].btn-secondary,
.page-size form input[type=reset].btn-secondary,
.page-size form input[type=submit].btn-secondary,
.page-size input[type=button].btn-secondary,
.page-size input[type=reset].btn-secondary,
.page-size input[type=submit].btn-secondary {
    border: 1px solid #0089c0;
    background-color: #0089c0
}

.page-size .btn-primary.btn-secondary:hover,
.page-size button.btn-secondary:hover,
.page-size form input[type=button].btn-secondary:hover,
.page-size form input[type=reset].btn-secondary:hover,
.page-size form input[type=submit].btn-secondary:hover,
.page-size input[type=button].btn-secondary:hover,
.page-size input[type=reset].btn-secondary:hover,
.page-size input[type=submit].btn-secondary:hover {
    border: 1px solid #002d5a;
    background: #002d5a
}

.page-size .btn-primary.btn-dark,
.page-size button.btn-dark,
.page-size form input[type=button].btn-dark,
.page-size form input[type=reset].btn-dark,
.page-size form input[type=submit].btn-dark,
.page-size input[type=button].btn-dark,
.page-size input[type=reset].btn-dark,
.page-size input[type=submit].btn-dark {
    border: 1px solid #002d5a;
    background-color: #002d5a
}

.page-size .btn-primary.btn-dark:hover,
.page-size button.btn-dark:hover,
.page-size form input[type=button].btn-dark:hover,
.page-size form input[type=reset].btn-dark:hover,
.page-size form input[type=submit].btn-dark:hover,
.page-size input[type=button].btn-dark:hover,
.page-size input[type=reset].btn-dark:hover,
.page-size input[type=submit].btn-dark:hover {
    border: 1px solid #06182f;
    background: #06182f
}

.page-size .scEnabledChrome form input[type=button],
.page-size .scEnabledChrome form input[type=reset],
.page-size .scEnabledChrome form input[type=submit] {
    background-image: none;
    box-shadow: none;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff
}

@media only screen and (min-width:992px) {

    .page-size .scEnabledChrome form input[type=button],
    .page-size .scEnabledChrome form input[type=reset],
    .page-size .scEnabledChrome form input[type=submit] {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.page-size label {
    margin-right: 5px
}

.page-size select {
    max-width: 100px;
    width: auto
}

.search-results-count .progress {
    display: none
}

.search-results-count .results-count {
    display: none
}

.on-page-editor .results-count {
    display: inline-block
}

.facet-single-selection-list {
    display: block
}

.facet-single-selection-list .facet-search-filter .facet-value {
    position: relative;
    border-bottom: 1px solid #e0dede;
    background: 0 0;
    cursor: pointer;
    padding: 5px 0
}

.facet-single-selection-list .facet-search-filter .facet-value:last-of-type {
    border-bottom: none
}

.facet-single-selection-list .facet-search-filter .facet-value.active-facet {
    font-weight: 700
}

.facet-single-selection-list .facet-search-filter .facet-value .highlighted {
    font-weight: 700;
    color: #888
}

.variant-selector.component {
    margin: 30px 0 0 0
}

.variant-selector .component-content>div {
    height: 30px;
    display: inline-block;
    width: 30px;
    margin: 2px;
    cursor: Pointer
}

.variant-selector .variant-option {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.variant-selector .variant-option::before {
    content: "";
    display: block;
    height: 100%;
    font-size: 30px;
    width: 100%;
    text-align: center
}

.variant-selector .variant-option.active-variant {
    color: #15909c
}

.variant-selector .variant-option.horizontal::before {
    content: ""
}

.variant-selector .variant-option.horizontal.active-variant {
    color: #15909c
}

.variant-selector .variant-option.vertical::before {
    content: ""
}

.variant-selector .variant-option.vertical.active-variant {
    color: #15909c
}

.column-header-search .search-box {
    margin: 0;
    padding: 2px 10px 0 10px
}

.form-section {
    position: relative;
    display: initial
}

label {
    background: 0 0;
    color: #005591
}

label.error {
    position: absolute;
    top: -37px;
    left: 0;
    color: #de232f;
    font-size: 12px;
    white-space: nowrap
}

button,
input,
select {
    display: inline-block;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #cdd2cd;
    border-radius: 7px;
    color: #666;
    font-weight: 400;
    padding: 15px;
    clear: both;
    height: auto;
    font-size: 16px;
    transition: all .25s ease-in-out
}

button.error,
input.error,
select.error {
    border: 2px solid #de232f !important
}

input:focus {
    border: 1px solid #005591 !important
}

input:focus.error {
    border: 2px solid #de232f !important
}

input::-webkit-input-placeholder {
    font-style: italic
}

input:-ms-input-placeholder {
    font-style: italic
}

input::placeholder {
    font-style: italic
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=text] {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif
}

input[type=email],
input[type=password],
input[type=text],
select,
textarea {
    color: #666;
    width: 100%;
    background: #fff;
    border: 1px solid #cdd2cd
}

select {
    padding-right: 30px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer
}

.btn-primary,
button,
form input[type=button],
form input[type=reset],
form input[type=submit],
input[type=button],
input[type=reset],
input[type=submit] {
    border: 1px solid #005591;
    background-color: #005591;
    border-radius: 100px;
    padding: 15px 30px;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all .25s ease-in-out
}

@media only screen and (min-width:992px) {

    .btn-primary,
    button,
    form input[type=button],
    form input[type=reset],
    form input[type=submit],
    input[type=button],
    input[type=reset],
    input[type=submit] {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.btn-primary:hover,
button:hover,
form input[type=button]:hover,
form input[type=reset]:hover,
form input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid #06182f;
    background: #06182f
}

.btn-primary.btn-secondary,
button.btn-secondary,
form input[type=button].btn-secondary,
form input[type=reset].btn-secondary,
form input[type=submit].btn-secondary,
input[type=button].btn-secondary,
input[type=reset].btn-secondary,
input[type=submit].btn-secondary {
    border: 1px solid #0089c0;
    background-color: #0089c0
}

.btn-primary.btn-secondary:hover,
button.btn-secondary:hover,
form input[type=button].btn-secondary:hover,
form input[type=reset].btn-secondary:hover,
form input[type=submit].btn-secondary:hover,
input[type=button].btn-secondary:hover,
input[type=reset].btn-secondary:hover,
input[type=submit].btn-secondary:hover {
    border: 1px solid #002d5a;
    background: #002d5a
}

.btn-primary.btn-dark,
button.btn-dark,
form input[type=button].btn-dark,
form input[type=reset].btn-dark,
form input[type=submit].btn-dark,
input[type=button].btn-dark,
input[type=reset].btn-dark,
input[type=submit].btn-dark {
    border: 1px solid #002d5a;
    background-color: #002d5a
}

.btn-primary.btn-dark:hover,
button.btn-dark:hover,
form input[type=button].btn-dark:hover,
form input[type=reset].btn-dark:hover,
form input[type=submit].btn-dark:hover,
input[type=button].btn-dark:hover,
input[type=reset].btn-dark:hover,
input[type=submit].btn-dark:hover {
    border: 1px solid #06182f;
    background: #06182f;
    text-decoration: underline;
}

.scEnabledChrome form input[type=button],
.scEnabledChrome form input[type=reset],
.scEnabledChrome form input[type=submit] {
    background-image: none;
    box-shadow: none;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff
}

@media only screen and (min-width:992px) {

    .scEnabledChrome form input[type=button],
    .scEnabledChrome form input[type=reset],
    .scEnabledChrome form input[type=submit] {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.search-box {
    position: relative;
    box-sizing: border-box
}

.search-box .twitter-typeahead {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    width: 100%
}

.search-box .tt-menu {
    background: #fff;
    width: 100%;
    border: 1px solid #d2d2d2
}

.search-box .tt-hint {
    color: #747474
}

.search-box .tt-dropdown-menu {
    width: 250px;
    margin-top: 5px;
    background-color: #f7f7f7;
    border: 1px solid #d2d2d2;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .08)
}

.search-box .tt-suggestion {
    padding: 4px 10px;
    color: #747474;
    overflow: hidden
}

.search-box .tt-suggestion a {
    text-decoration: none
}

.search-box .tt-suggestion:last-child {
    border: none
}

.search-box .tt-suggestion .field-image {
    width: 100px;
    float: left;
    margin-right: 10px
}

.search-box .tt-suggestion .field-make {
    font-size: 15px;
    float: left;
    margin-right: 5px
}

.search-box .tt-suggestion .field-model {
    margin-left: 4px;
    font-size: 15px;
    font-weight: 700;
    width: 100%
}

.search-box .tt-suggestion .field-priceformatted {
    float: right;
    font-size: 15px;
    color: #89c6cc;
    margin-top: -20px
}

.search-box .tt-suggestion.tt-cursor {
    color: #89c6cc;
    background-color: #dadada;
    cursor: pointer
}

.search-box.loading-in-progress .tt-dropdown-menu {
    display: block !important;
    min-height: 50px;
    position: relative
}

.search-box.loading-in-progress .tt-dropdown-menu::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    height: 40px;
    width: 50px;
    display: block;
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJibGFjayI+DQogIDxwYXRoICBvcGFjaXR5PSIuMjUiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz4NCiAgPHBhdGggZmlsbD0nIzFhODBiNicgZD0iTTE2IDAgQTE2IDE2IDAgMCAxIDMyIDE2IEwyOCAxNiBBMTIgMTIgMCAwIDAgMTYgNHoiPg0KICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE2IDE2IiB0bz0iMzYwIDE2IDE2IiBkdXI9IjAuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPg0KICA8L3BhdGg+DQo8L3N2Zz4NCg==);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 11
}

.search-box.loading-in-progress .tt-dropdown-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    opacity: .8;
    z-index: 10
}

.search-box.hide-button .search-box-button,
.search-box.hide-button .search-box-button-with-redirect {
    display: none
}

.search-box .search-box-button,
.search-box .search-box-button-with-redirect {
    font-size: 0;
    background: 0 0;
    border: none;
    position: absolute;
    top: 0;
    right: 15px;
    padding: 10px
}

.search-box .search-box-button-with-redirect::before,
.search-box .search-box-button::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #0089c0;
    font-size: 20px
}

.search-box .component-content {
    display: flex
}

.search-box .component-content>button,
.search-box .component-content>input,
.search-box .component-content>label {
    display: inline-block
}

.search-box .component-content>button,
.search-box .component-content>label {
    flex-grow: 1
}

.search-box .component-content>input {
    width: auto;
    flex-grow: 10;
    margin: 0 5px
}

.search-box .component-content>label {
    display: none;
    align-self: center;
    text-align: center
}

.search-box .component-content>.twitter-typeahead {
    flex-grow: 10
}

.search-box .component-content>.twitter-typeahead .search-box-input.tt-input {
    margin-bottom: 0
}

.search-box .search-box-input {
    position: relative;
    align-self: center;
    border-radius: 100px;
    padding: 10px 45px 10px 15px
}

.search-box .search-box-input.tt-hint {
    margin-top: 0
}

.loupe-search-btn .search-box-button-with-redirect {
    position: relative;
    text-indent: -99999px;
    width: 20px;
    background: #000 !important;
    border: none;
    padding: 4px 14px
}

.loupe-search-btn .search-box-button-with-redirect:hover {
    background: #89c6cc !important
}

.loupe-search-btn .search-box-button-with-redirect::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    font-size: 10px;
    text-indent: 0;
    font-size: 14px;
    color: #fff
}

.sort-results .form-section {
    position: relative;
    display: initial
}

.sort-results label {
    background: 0 0;
    color: #005591
}

.sort-results label.error {
    position: absolute;
    top: -37px;
    left: 0;
    color: #de232f;
    font-size: 12px;
    white-space: nowrap
}

.sort-results button,
.sort-results input,
.sort-results select {
    display: inline-block;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #cdd2cd;
    border-radius: 7px;
    color: #666;
    font-weight: 400;
    padding: 15px;
    clear: both;
    height: auto;
    font-size: 16px;
    transition: all .25s ease-in-out
}

.sort-results button.error,
.sort-results input.error,
.sort-results select.error {
    border: 2px solid #de232f !important
}

.sort-results input:focus {
    border: 1px solid #005591 !important
}

.sort-results input:focus.error {
    border: 2px solid #de232f !important
}

.sort-results input::-webkit-input-placeholder {
    font-style: italic
}

.sort-results input:-ms-input-placeholder {
    font-style: italic
}

.sort-results input::placeholder {
    font-style: italic
}

.sort-results button::-moz-focus-inner,
.sort-results input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.sort-results input[type=text] {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif
}

.sort-results input[type=email],
.sort-results input[type=password],
.sort-results input[type=text],
.sort-results select,
.sort-results textarea {
    color: #666;
    width: 100%;
    background: #fff;
    border: 1px solid #cdd2cd
}

.sort-results select {
    padding-right: 30px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer
}

.sort-results .btn-primary,
.sort-results button,
.sort-results form input[type=button],
.sort-results form input[type=reset],
.sort-results form input[type=submit],
.sort-results input[type=button],
.sort-results input[type=reset],
.sort-results input[type=submit] {
    border: 1px solid #005591;
    background-color: #005591;
    border-radius: 100px;
    padding: 15px 30px;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all .25s ease-in-out
}

@media only screen and (min-width:992px) {

    .sort-results .btn-primary,
    .sort-results button,
    .sort-results form input[type=button],
    .sort-results form input[type=reset],
    .sort-results form input[type=submit],
    .sort-results input[type=button],
    .sort-results input[type=reset],
    .sort-results input[type=submit] {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.sort-results .btn-primary:hover,
.sort-results button:hover,
.sort-results form input[type=button]:hover,
.sort-results form input[type=reset]:hover,
.sort-results form input[type=submit]:hover,
.sort-results input[type=button]:hover,
.sort-results input[type=reset]:hover,
.sort-results input[type=submit]:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid #06182f;
    background: #06182f
}

.sort-results .btn-primary.btn-secondary,
.sort-results button.btn-secondary,
.sort-results form input[type=button].btn-secondary,
.sort-results form input[type=reset].btn-secondary,
.sort-results form input[type=submit].btn-secondary,
.sort-results input[type=button].btn-secondary,
.sort-results input[type=reset].btn-secondary,
.sort-results input[type=submit].btn-secondary {
    border: 1px solid #0089c0;
    background-color: #0089c0
}

.sort-results .btn-primary.btn-secondary:hover,
.sort-results button.btn-secondary:hover,
.sort-results form input[type=button].btn-secondary:hover,
.sort-results form input[type=reset].btn-secondary:hover,
.sort-results form input[type=submit].btn-secondary:hover,
.sort-results input[type=button].btn-secondary:hover,
.sort-results input[type=reset].btn-secondary:hover,
.sort-results input[type=submit].btn-secondary:hover {
    border: 1px solid #002d5a;
    background: #002d5a
}

.sort-results .btn-primary.btn-dark,
.sort-results button.btn-dark,
.sort-results form input[type=button].btn-dark,
.sort-results form input[type=reset].btn-dark,
.sort-results form input[type=submit].btn-dark,
.sort-results input[type=button].btn-dark,
.sort-results input[type=reset].btn-dark,
.sort-results input[type=submit].btn-dark {
    border: 1px solid #002d5a;
    background-color: #002d5a
}

.sort-results .btn-primary.btn-dark:hover,
.sort-results button.btn-dark:hover,
.sort-results form input[type=button].btn-dark:hover,
.sort-results form input[type=reset].btn-dark:hover,
.sort-results form input[type=submit].btn-dark:hover,
.sort-results input[type=button].btn-dark:hover,
.sort-results input[type=reset].btn-dark:hover,
.sort-results input[type=submit].btn-dark:hover {
    border: 1px solid #06182f;
    background: #06182f
}

.sort-results .scEnabledChrome form input[type=button],
.sort-results .scEnabledChrome form input[type=reset],
.sort-results .scEnabledChrome form input[type=submit] {
    background-image: none;
    box-shadow: none;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff
}

@media only screen and (min-width:992px) {

    .sort-results .scEnabledChrome form input[type=button],
    .sort-results .scEnabledChrome form input[type=reset],
    .sort-results .scEnabledChrome form input[type=submit] {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.sort-results select {
    max-width: 100%;
    width: auto;
    display: inline-block
}

.sort-results .facet-title {
    display: inline-block;
    margin-right: 5px
}

.search-results {
    position: relative
}

.search-results .form-section {
    position: relative;
    display: initial
}

.search-results label {
    background: 0 0;
    color: #005591
}

.search-results label.error {
    position: absolute;
    top: -37px;
    left: 0;
    color: #de232f;
    font-size: 12px;
    white-space: nowrap
}

.search-results button,
.search-results input,
.search-results select {
    display: inline-block;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #cdd2cd;
    border-radius: 7px;
    color: #666;
    font-weight: 400;
    padding: 15px;
    clear: both;
    height: auto;
    font-size: 16px;
    transition: all .25s ease-in-out
}

.search-results button.error,
.search-results input.error,
.search-results select.error {
    border: 2px solid #de232f !important
}

.search-results input:focus {
    border: 1px solid #005591 !important
}

.search-results input:focus.error {
    border: 2px solid #de232f !important
}

.search-results input::-webkit-input-placeholder {
    font-style: italic
}

.search-results input:-ms-input-placeholder {
    font-style: italic
}

.search-results input::placeholder {
    font-style: italic
}

.search-results button::-moz-focus-inner,
.search-results input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.search-results input[type=text] {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif
}

.search-results input[type=email],
.search-results input[type=password],
.search-results input[type=text],
.search-results select,
.search-results textarea {
    color: #666;
    width: 100%;
    background: #fff;
    border: 1px solid #cdd2cd
}

.search-results select {
    padding-right: 30px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer
}

.search-results .btn-primary,
.search-results button,
.search-results form input[type=button],
.search-results form input[type=reset],
.search-results form input[type=submit],
.search-results input[type=button],
.search-results input[type=reset],
.search-results input[type=submit] {
    border: 1px solid #005591;
    background-color: #005591;
    border-radius: 100px;
    padding: 15px 30px;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all .25s ease-in-out
}

@media only screen and (min-width:992px) {

    .search-results .btn-primary,
    .search-results button,
    .search-results form input[type=button],
    .search-results form input[type=reset],
    .search-results form input[type=submit],
    .search-results input[type=button],
    .search-results input[type=reset],
    .search-results input[type=submit] {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.search-results .btn-primary:hover,
.search-results button:hover,
.search-results form input[type=button]:hover,
.search-results form input[type=reset]:hover,
.search-results form input[type=submit]:hover,
.search-results input[type=button]:hover,
.search-results input[type=reset]:hover,
.search-results input[type=submit]:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid #06182f;
    background: #06182f
}

.search-results .btn-primary.btn-secondary,
.search-results button.btn-secondary,
.search-results form input[type=button].btn-secondary,
.search-results form input[type=reset].btn-secondary,
.search-results form input[type=submit].btn-secondary,
.search-results input[type=button].btn-secondary,
.search-results input[type=reset].btn-secondary,
.search-results input[type=submit].btn-secondary {
    border: 1px solid #0089c0;
    background-color: #0089c0
}

.search-results .btn-primary.btn-secondary:hover,
.search-results button.btn-secondary:hover,
.search-results form input[type=button].btn-secondary:hover,
.search-results form input[type=reset].btn-secondary:hover,
.search-results form input[type=submit].btn-secondary:hover,
.search-results input[type=button].btn-secondary:hover,
.search-results input[type=reset].btn-secondary:hover,
.search-results input[type=submit].btn-secondary:hover {
    border: 1px solid #002d5a;
    background: #002d5a
}

.search-results .btn-primary.btn-dark,
.search-results button.btn-dark,
.search-results form input[type=button].btn-dark,
.search-results form input[type=reset].btn-dark,
.search-results form input[type=submit].btn-dark,
.search-results input[type=button].btn-dark,
.search-results input[type=reset].btn-dark,
.search-results input[type=submit].btn-dark {
    border: 1px solid #002d5a;
    background-color: #002d5a
}

.search-results .btn-primary.btn-dark:hover,
.search-results button.btn-dark:hover,
.search-results form input[type=button].btn-dark:hover,
.search-results form input[type=reset].btn-dark:hover,
.search-results form input[type=submit].btn-dark:hover,
.search-results input[type=button].btn-dark:hover,
.search-results input[type=reset].btn-dark:hover,
.search-results input[type=submit].btn-dark:hover {
    border: 1px solid #06182f;
    background: #06182f
}

.search-results .scEnabledChrome form input[type=button],
.search-results .scEnabledChrome form input[type=reset],
.search-results .scEnabledChrome form input[type=submit] {
    background-image: none;
    box-shadow: none;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff
}

@media only screen and (min-width:992px) {

    .search-results .scEnabledChrome form input[type=button],
    .search-results .scEnabledChrome form input[type=reset],
    .search-results .scEnabledChrome form input[type=submit] {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.search-results .search-result-list {
    padding-top: 5px
}

.search-results.component-details .search-result-list>li,
.search-results.standard-fields .search-result-list>li,
.search-results.vertical .search-result-list>li {
    border-width: 1px 1px 2px 1px;
    border-style: solid;
    border-color: #d2d2d2;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 5px;
    margin: 0 7px 10px 0
}

.search-results.component-details .search-result-list>li .field-title,
.search-results.standard-fields .search-result-list>li .field-title,
.search-results.vertical .search-result-list>li .field-title {
    display: block;
    margin-top: 10px
}

.search-results.component-details .search-result-list>li .field-title a,
.search-results.standard-fields .search-result-list>li .field-title a,
.search-results.vertical .search-result-list>li .field-title a {
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    font-weight: 400;
    display: block
}

.search-results.component-details .search-result-list>li a img,
.search-results.standard-fields .search-result-list>li a img,
.search-results.vertical .search-result-list>li a img {
    max-width: 100%;
    height: auto
}

.search-results.component-details .search-result-list>li:hover,
.search-results.standard-fields .search-result-list>li:hover,
.search-results.vertical .search-result-list>li:hover {
    border-bottom-width: 1px 1px 2px 1px;
    border-bottom-style: solid;
    border-bottom-color: #15909c
}

.search-results.components .search-result-list,
.search-results.example-fields .search-result-list,
.search-results.horizontal .search-result-list {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap
}

.search-results.components .search-result-list::after,
.search-results.example-fields .search-result-list::after,
.search-results.horizontal .search-result-list::after {
    content: "";
    display: table;
    clear: both
}

.search-results.components .search-result-list>li,
.search-results.example-fields .search-result-list>li,
.search-results.horizontal .search-result-list>li {
    box-sizing: border-box;
    border-width: 1px 1px 2px 1px;
    border-style: solid;
    border-color: #d2d2d2;
    position: relative;
    min-height: 120px;
    margin: 0 2% 10px 0;
    padding: 5px;
    flex: 1;
    min-height: 175px;
    min-width: 23%
}

.search-results.components .search-result-list>li .field-title,
.search-results.example-fields .search-result-list>li .field-title,
.search-results.horizontal .search-result-list>li .field-title {
    display: block;
    padding: 0 5px;
    text-align: center
}

.search-results.components .search-result-list>li .field-title a,
.search-results.example-fields .search-result-list>li .field-title a,
.search-results.horizontal .search-result-list>li .field-title a {
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    font-weight: 400
}

.search-results.components .search-result-list>li a img,
.search-results.example-fields .search-result-list>li a img,
.search-results.horizontal .search-result-list>li a img {
    max-width: 100%;
    height: auto
}

.search-results.components .search-result-list>li:hover,
.search-results.example-fields .search-result-list>li:hover,
.search-results.horizontal .search-result-list>li:hover {
    border-bottom-width: 1px 1px 2px 1px;
    border-bottom-style: solid;
    border-bottom-color: #15909c
}

.search-results .search-results-overlay {
    display: none
}

.search-results.loading-in-progress {
    min-height: 200px
}

.search-results.loading-in-progress .search-result-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .9)
}

.search-results.loading-in-progress .search-result-overlay::after {
    content: "";
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJibGFjayI+CiAgPHBhdGggIG9wYWNpdHk9Ii4yNSIgZD0iTTE2IDAgQTE2IDE2IDAgMCAwIDE2IDMyIEExNiAxNiAwIDAgMCAxNiAwIE0xNiA0IEExMiAxMiAwIDAgMSAxNiAyOCBBMTIgMTIgMCAwIDEgMTYgNCIvPgogIDxwYXRoIGZpbGw9JyNkZGRkZGQnIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMSAzMiAxNiBMMjggMTYgQTEyIDEyIDAgMCAwIDE2IDR6Ij4KICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE2IDE2IiB0bz0iMzYwIDE2IDE2IiBkdXI9IjAuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvcGF0aD4KPC9zdmc+);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 0;
    right: 0;
    margin: -30px auto 0
}

.search-results.loading-more-in-progress::after {
    content: "";
    display: block;
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJibGFjayI+DQogIDxwYXRoICBvcGFjaXR5PSIuMjUiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz4NCiAgPHBhdGggZmlsbD0nIzFhODBiNicgZD0iTTE2IDAgQTE2IDE2IDAgMCAxIDMyIDE2IEwyOCAxNiBBMTIgMTIgMCAwIDAgMTYgNHoiPg0KICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE2IDE2IiB0bz0iMzYwIDE2IDE2IiBkdXI9IjAuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPg0KICA8L3BhdGg+DQo8L3N2Zz4NCg==);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    height: 100px
}

.search-results .no-results {
    padding: 5px
}

.services-list {
    padding-left: 0;
    width: 100%
}

.services-list div {
    font-size: 15px
}

.services-list .service-list-services {
    -webkit-column-count: 1;
    column-count: 1
}

@media only screen and (min-width:768px) {
    .services-list .service-list-services {
        -webkit-column-count: 2;
        column-count: 2
    }
}

@media only screen and (min-width:1200px) {
    .services-list .service-list-services {
        -webkit-column-count: 3;
        column-count: 3
    }
}

.market-selector .form-section {
    position: relative;
    display: initial
}

.market-selector label {
    background: 0 0;
    color: #005591
}

.market-selector label.error {
    position: absolute;
    top: -37px;
    left: 0;
    color: #de232f;
    font-size: 12px;
    white-space: nowrap
}

.market-selector button,
.market-selector input,
.market-selector select {
    display: inline-block;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #cdd2cd;
    border-radius: 7px;
    color: #666;
    font-weight: 400;
    padding: 15px;
    clear: both;
    height: auto;
    font-size: 16px;
    transition: all .25s ease-in-out
}

.market-selector button.error,
.market-selector input.error,
.market-selector select.error {
    border: 2px solid #de232f !important
}

.market-selector input:focus {
    border: 1px solid #005591 !important
}

.market-selector input:focus.error {
    border: 2px solid #de232f !important
}

.market-selector input::-webkit-input-placeholder {
    font-style: italic
}

.market-selector input:-ms-input-placeholder {
    font-style: italic
}

.market-selector input::placeholder {
    font-style: italic
}

.market-selector button::-moz-focus-inner,
.market-selector input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.market-selector input[type=text] {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif
}

.market-selector input[type=email],
.market-selector input[type=password],
.market-selector input[type=text],
.market-selector select,
.market-selector textarea {
    color: #666;
    width: 100%;
    background: #fff;
    border: 1px solid #cdd2cd
}

.market-selector select {
    padding-right: 30px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer
}

.market-selector .btn-primary,
.market-selector button,
.market-selector form input[type=button],
.market-selector form input[type=reset],
.market-selector form input[type=submit],
.market-selector input[type=button],
.market-selector input[type=reset],
.market-selector input[type=submit] {
    border: 1px solid #005591;
    background-color: #005591;
    border-radius: 100px;
    padding: 15px 30px;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all .25s ease-in-out
}

@media only screen and (min-width:992px) {

    .market-selector .btn-primary,
    .market-selector button,
    .market-selector form input[type=button],
    .market-selector form input[type=reset],
    .market-selector form input[type=submit],
    .market-selector input[type=button],
    .market-selector input[type=reset],
    .market-selector input[type=submit] {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.market-selector .btn-primary:hover,
.market-selector button:hover,
.market-selector form input[type=button]:hover,
.market-selector form input[type=reset]:hover,
.market-selector form input[type=submit]:hover,
.market-selector input[type=button]:hover,
.market-selector input[type=reset]:hover,
.market-selector input[type=submit]:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid #06182f;
    background: #06182f
}

.market-selector .btn-primary.btn-secondary,
.market-selector button.btn-secondary,
.market-selector form input[type=button].btn-secondary,
.market-selector form input[type=reset].btn-secondary,
.market-selector form input[type=submit].btn-secondary,
.market-selector input[type=button].btn-secondary,
.market-selector input[type=reset].btn-secondary,
.market-selector input[type=submit].btn-secondary {
    border: 1px solid #0089c0;
    background-color: #0089c0
}

.market-selector .btn-primary.btn-secondary:hover,
.market-selector button.btn-secondary:hover,
.market-selector form input[type=button].btn-secondary:hover,
.market-selector form input[type=reset].btn-secondary:hover,
.market-selector form input[type=submit].btn-secondary:hover,
.market-selector input[type=button].btn-secondary:hover,
.market-selector input[type=reset].btn-secondary:hover,
.market-selector input[type=submit].btn-secondary:hover {
    border: 1px solid #002d5a;
    background: #002d5a
}

.market-selector .btn-primary.btn-dark,
.market-selector button.btn-dark,
.market-selector form input[type=button].btn-dark,
.market-selector form input[type=reset].btn-dark,
.market-selector form input[type=submit].btn-dark,
.market-selector input[type=button].btn-dark,
.market-selector input[type=reset].btn-dark,
.market-selector input[type=submit].btn-dark {
    border: 1px solid #002d5a;
    background-color: #002d5a
}

.market-selector .btn-primary.btn-dark:hover,
.market-selector button.btn-dark:hover,
.market-selector form input[type=button].btn-dark:hover,
.market-selector form input[type=reset].btn-dark:hover,
.market-selector form input[type=submit].btn-dark:hover,
.market-selector input[type=button].btn-dark:hover,
.market-selector input[type=reset].btn-dark:hover,
.market-selector input[type=submit].btn-dark:hover {
    border: 1px solid #06182f;
    background: #06182f
}

.market-selector .scEnabledChrome form input[type=button],
.market-selector .scEnabledChrome form input[type=reset],
.market-selector .scEnabledChrome form input[type=submit] {
    background-image: none;
    box-shadow: none;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff
}

@media only screen and (min-width:992px) {

    .market-selector .scEnabledChrome form input[type=button],
    .market-selector .scEnabledChrome form input[type=reset],
    .market-selector .scEnabledChrome form input[type=submit] {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.market-selector select {
    height: auto;
    font-size: 16px;
    color: #747474;
    padding: 5px 15px 5px 5px
}

.sitecore-form {
    padding: 15px
}

.sitecore-form .form-section {
    position: relative;
    display: initial
}

.sitecore-form label {
    background: 0 0;
    color: #005591
}

.sitecore-form label.error {
    position: absolute;
    top: -37px;
    left: 0;
    color: #de232f;
    font-size: 12px;
    white-space: nowrap
}

.sitecore-form button,
.sitecore-form input,
.sitecore-form select {
    display: inline-block;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #cdd2cd;
    border-radius: 7px;
    color: #666;
    font-weight: 400;
    padding: 15px;
    clear: both;
    height: auto;
    font-size: 16px;
    transition: all .25s ease-in-out
}

.sitecore-form button.error,
.sitecore-form input.error,
.sitecore-form select.error {
    border: 2px solid #de232f !important
}

.sitecore-form input:focus {
    border: 1px solid #005591 !important
}

.sitecore-form input:focus.error {
    border: 2px solid #de232f !important
}

.sitecore-form input::-webkit-input-placeholder {
    font-style: italic
}

.sitecore-form input:-ms-input-placeholder {
    font-style: italic
}

.sitecore-form input::placeholder {
    font-style: italic
}

.sitecore-form button::-moz-focus-inner,
.sitecore-form input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.sitecore-form input[type=text] {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif
}

.sitecore-form input[type=email],
.sitecore-form input[type=password],
.sitecore-form input[type=text],
.sitecore-form select,
.sitecore-form textarea {
    color: #666;
    width: 100%;
    background: #fff;
    border: 1px solid #cdd2cd
}

.sitecore-form select {
    padding-right: 30px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer
}

.sitecore-form .btn-primary,
.sitecore-form button,
.sitecore-form form input[type=button],
.sitecore-form form input[type=reset],
.sitecore-form form input[type=submit],
.sitecore-form input[type=button],
.sitecore-form input[type=reset],
.sitecore-form input[type=submit] {
    border: 1px solid #005591;
    background-color: #005591;
    border-radius: 100px;
    padding: 15px 30px;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all .25s ease-in-out
}

@media only screen and (min-width:992px) {

    .sitecore-form .btn-primary,
    .sitecore-form button,
    .sitecore-form form input[type=button],
    .sitecore-form form input[type=reset],
    .sitecore-form form input[type=submit],
    .sitecore-form input[type=button],
    .sitecore-form input[type=reset],
    .sitecore-form input[type=submit] {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.sitecore-form .btn-primary:hover,
.sitecore-form button:hover,
.sitecore-form form input[type=button]:hover,
.sitecore-form form input[type=reset]:hover,
.sitecore-form form input[type=submit]:hover,
.sitecore-form input[type=button]:hover,
.sitecore-form input[type=reset]:hover,
.sitecore-form input[type=submit]:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid #06182f;
    background: #06182f
}

.sitecore-form .btn-primary.btn-secondary,
.sitecore-form button.btn-secondary,
.sitecore-form form input[type=button].btn-secondary,
.sitecore-form form input[type=reset].btn-secondary,
.sitecore-form form input[type=submit].btn-secondary,
.sitecore-form input[type=button].btn-secondary,
.sitecore-form input[type=reset].btn-secondary,
.sitecore-form input[type=submit].btn-secondary {
    border: 1px solid #0089c0;
    background-color: #0089c0
}

.sitecore-form .btn-primary.btn-secondary:hover,
.sitecore-form button.btn-secondary:hover,
.sitecore-form form input[type=button].btn-secondary:hover,
.sitecore-form form input[type=reset].btn-secondary:hover,
.sitecore-form form input[type=submit].btn-secondary:hover,
.sitecore-form input[type=button].btn-secondary:hover,
.sitecore-form input[type=reset].btn-secondary:hover,
.sitecore-form input[type=submit].btn-secondary:hover {
    border: 1px solid #002d5a;
    background: #002d5a
}

.sitecore-form .btn-primary.btn-dark,
.sitecore-form button.btn-dark,
.sitecore-form form input[type=button].btn-dark,
.sitecore-form form input[type=reset].btn-dark,
.sitecore-form form input[type=submit].btn-dark,
.sitecore-form input[type=button].btn-dark,
.sitecore-form input[type=reset].btn-dark,
.sitecore-form input[type=submit].btn-dark {
    border: 1px solid #002d5a;
    background-color: #002d5a
}

.sitecore-form .btn-primary.btn-dark:hover,
.sitecore-form button.btn-dark:hover,
.sitecore-form form input[type=button].btn-dark:hover,
.sitecore-form form input[type=reset].btn-dark:hover,
.sitecore-form form input[type=submit].btn-dark:hover,
.sitecore-form input[type=button].btn-dark:hover,
.sitecore-form input[type=reset].btn-dark:hover,
.sitecore-form input[type=submit].btn-dark:hover {
    border: 1px solid #06182f;
    background: #06182f
}

.sitecore-form .scEnabledChrome form input[type=button],
.sitecore-form .scEnabledChrome form input[type=reset],
.sitecore-form .scEnabledChrome form input[type=submit] {
    background-image: none;
    box-shadow: none;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff
}

@media only screen and (min-width:992px) {

    .sitecore-form .scEnabledChrome form input[type=button],
    .sitecore-form .scEnabledChrome form input[type=reset],
    .sitecore-form .scEnabledChrome form input[type=submit] {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.sitecore-form>.component-content {
    padding: 15px;
    border: 1px solid transparent;
    background-color: transparent;
    color: #747474
}

.sitecore-form form {
    font-size: 16px;
    color: #747474
}

.sitecore-form form>div {
    padding: 15px 0
}

.sitecore-form form>div label {
    font-family: inherit;
    padding-right: 5px
}

.sitecore-form form>div input {
    font-family: inherit
}

.sitecore-form form>div label+textarea {
    margin-top: 5px
}

.sitecore-form form>div select,
.sitecore-form form>div textarea {
    margin-top: 5px
}

.sitecore-form form [data-sc-field-name="Password Confirmation"] {
    margin-right: 5px
}

.sitecore-form .form.hints-below .scfSectionContent [class$=UsefulInfo] {
    position: static;
    opacity: 1;
    max-width: 100%;
    width: 100%;
    margin: 5px 0 0 5px
}

.sitecore-form .form.labels-above label {
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0
}

.sitecore-form .form.labels-above .scfCaptchaGeneralPanel,
.sitecore-form .form.labels-above .scfCheckBoxListGeneralPanel,
.sitecore-form .form.labels-above .scfConfirmPasswordGeneralPanel,
.sitecore-form .form.labels-above .scfCreditCardGeneralPanel,
.sitecore-form .form.labels-above .scfDateGeneralPanel,
.sitecore-form .form.labels-above .scfDatePickerGeneralPanel,
.sitecore-form .form.labels-above .scfDateSelectorGeneralPanel,
.sitecore-form .form.labels-above .scfDropListGeneralPanel,
.sitecore-form .form.labels-above .scfEmailGeneralPanel,
.sitecore-form .form.labels-above .scfFileUploadGeneralPanel,
.sitecore-form .form.labels-above .scfListBoxGeneralPanel,
.sitecore-form .form.labels-above .scfMultipleLineGeneralPanel,
.sitecore-form .form.labels-above .scfNumberGeneralPanel,
.sitecore-form .form.labels-above .scfPasswordGeneralPanel,
.sitecore-form .form.labels-above .scfRadioButtonListGeneralPanel,
.sitecore-form .form.labels-above .scfSingleLineGeneralPanel,
.sitecore-form .form.labels-above .scfSmsTelephoneGeneralPanel,
.sitecore-form .form.labels-above .scfTelephoneGeneralPanel {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    width: 93%
}

.sitecore-form .form.labels-above .scfSectionContent .scfRequired {
    margin: 0 5px
}

.sitecore-form .form.labels-above .scfMultipleLineGeneralPanel {
    width: 95%
}

.sitecore-form .form.labels-above .scfMultipleLineTextBox {
    margin: 0 0 0 5px
}

.react-component {
    width: 100%
}

.search-context-container .search-header-text {
    color: #fff;
    font-weight: 700;
    margin: 12px 0 15px 12px;
    font-size: 30px;
    line-height: 32px
}

.search-context-container .search-header {
    padding-top: 10px;
    position: relative;
    background-color: #005e96
}

@media only screen and (min-width:992px) {
    .search-context-container .search-header {
        top: -93px;
        padding-top: 90px
    }
}

.search-context-container .search-header .search-form {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-direction: column
}

@media only screen and (min-width:992px) {
    .search-context-container .search-header .search-form {
        flex-direction: row
    }
}

.search-context-container .search-header .search-form .search-header-textbox {
    margin-left: 12px
}

.search-context-container .search-header .search-form .search-header-textbox input[type=text] {
    border-radius: 100px;
    width: 100%;
    padding-left: 20px;
    margin: 0 15px 15px 0
}

@media only screen and (min-width:768px) {
    .search-context-container .search-header .search-form .search-header-textbox input[type=text] {
        width: 360px
    }
}

.search-context-container .search-header .site-search-clear {
    display: flex;
    justify-content: flex-end;
    margin-right: 30px;
    margin-bottom: 8px
}

@media only screen and (min-width:768px) {
    .search-context-container .search-header .site-search-clear {
        margin-right: 195px
    }
}

@media only screen and (min-width:992px) {
    .search-context-container .search-header .site-search-clear {
        margin-right: 50px
    }
}

@media only screen and (min-width:1200px) {
    .search-context-container .search-header .site-search-clear {
        margin-right: 140px
    }
}

@media only screen and (min-width:1470px) {
    .search-context-container .search-header .site-search-clear {
        margin-right: 170px
    }
}

.search-context-container .search-header .site-search-clear .clear-search {
    cursor: pointer;
    color: #fff
}

.search-context-container .search-header .search-facet-wrapper {
    background-color: #002d5a
}

.search-context-container .search-header .search-facets {
    background-color: #002d5a;
    flex-direction: column;
    padding-right: 0;
    padding-left: 0
}

@media only screen and (min-width:992px) {
    .search-context-container .search-header .search-facets {
        flex-direction: row;
        padding-right: 15px;
        padding-left: 15px
    }
}

.search-context-container .search-header .search-facets .search-facet {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    text-align: left;
    margin: 0 auto;
    display: table
}

@media only screen and (min-width:992px) {
    .search-context-container .search-header .search-facets .search-facet {
        text-align: center
    }
}

.search-context-container .search-header .search-facets .search-facet .search-facet-count {
    color: #d2e1eb;
    margin-left: 10px;
    font-weight: 100
}

.search-context-container .search-header .search-facets .search-facet-selected {
    background-color: #011c38
}

@media only screen and (min-width:992px) {
    .search-context-container .search-header .search-facets .search-facet-selected::after {
        content: "";
        background: #f4f4f4;
        height: 10px;
        width: 10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        left: 48%;
        bottom: -5px;
        z-index: 1
    }
}

.search-context-container .search-header .search-facets div {
    padding: 5px 0
}

@media only screen and (min-width:992px) {
    .search-context-container .search-header .search-facets div {
        border-right: thin solid #fff;
        padding: 15px 0
    }
}

.search-context-container .search-header .search-facets div:last-of-type {
    border: none
}

.search-context-container .help-card {
    margin-top: 25px
}

@media only screen and (min-width:992px) {
    .search-context-container .help-card {
        top: -60px;
        margin-top: inherit
    }
}

.search-context-container .help-card .cta-card .cta-card-content-outer .cta-card-content {
    padding: 25px 30px
}

.search-context-container .search-results {
    margin-top: 42px
}

@media only screen and (min-width:992px) {
    .search-context-container .search-results {
        top: -60px
    }
}

.search-context-container .search-results-label {
    color: #005591;
    margin-bottom: 10px;
    font-weight: 800
}

.search-context-container .search-results .search-result-container {
    padding-top: 5px;
    padding-bottom: 5px
}

.search-context-container .search-results .search-result-item {
    margin-top: 15px;
    margin-bottom: 45px;
    flex-direction: column
}

.search-context-container .search-results .search-result-item:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:768px) {
    .search-context-container .search-results .search-result-item {
        flex-direction: row
    }
}

.search-context-container .search-results .search-result-item img {
    height: 160px;
    max-width: 277px;
    border-radius: 10px;
    padding: 5px;
    background: #fff
}

.search-context-container .search-results .search-result-title {
    color: #005591;
    font-size: 24px
}

.search-context-container .search-results .search-result-title a {
    text-decoration: none;
    font-weight: 800
}

.search-context-container .search-results .search-result-title a::after {
    position: relative;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: .4em;
    height: .4em;
    border-right: .15em solid #005591;
    border-top: .15em solid #005591;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: .4em;
    margin-left: .4em;
    cursor: pointer
}

.search-context-container .search-results .search-result-title a:hover {
    text-decoration: underline;
}

.search-context-container .search-results .search-result-title a.hover::after {
    border-right: .15em solid #002d5a;
    border-top: .15em solid #002d5a
}

.search-context-container .search-results .search-result-author {
    font-style: italic
}

.search-context-container .search-no-results-header {
    padding-top: 36px
}

@media only screen and (min-width:992px) {
    .search-context-container .search-no-results-header {
        padding-top: 26px
    }
}

.search-context-container .search-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0 45px;
    color: #002d5a
}

@media only screen and (min-width:992px) {
    .search-context-container .search-pagination {
        position: relative;
        top: -60px;
        margin-bottom: 0
    }
}

.search-context-container .search-pagination .search-pagination-page {
    background-color: #fff;
    margin: 8px;
    cursor: pointer;
    font-weight: 700;
    line-height: 18px;
    padding: 9px 13px
}

.search-context-container .search-pagination .search-pagination-page-selected {
    background-color: #002d5a;
    color: #fff
}

.search-context-container .search-pagination .search-pagination-forward i {
    position: relative;
    content: "";
    display: inline-block;
    width: .6em;
    height: .6em;
    border-right: .2em solid #002d5a;
    border-top: .2em solid #002d5a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: .5em;
    margin-left: .5em;
    cursor: pointer
}

.search-context-container .search-pagination .search-pagination-backward i {
    position: relative;
    content: "";
    display: inline-block;
    width: .6em;
    height: .6em;
    border-right: .2em solid #002d5a;
    border-top: .2em solid #002d5a;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-right: .5em;
    margin-left: .5em;
    cursor: pointer
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #bf1722;
    color: #fff !important;
    padding: 8px;
    z-index: 100;
    border-bottom-right-radius: 8px
}

.skip-link:focus {
    top: 0
}

.snippet {
    padding-left: 0;
    padding-right: 0
}

.social-media-share {
    background: 0 0
}

.social-media-share ul {
    overflow: hidden
}

.social-media-share li {
    float: left;
    margin: 0 10px
}

.social-media-share li:first-child {
    margin-left: 0
}

.social-media-share li .fb_iframe_widget {
    display: block;
    margin-top: -2px
}

.survey-cta .title {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #002d5a;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    padding-bottom: 15px;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0
}

@media only screen and (min-width:992px) {
    .survey-cta .title {
        font-size: 36px;
        line-height: 50px;
        letter-spacing: 0
    }
}

.survey-cta .subtitle {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0;
    padding-bottom: 3px
}

@media only screen and (min-width:992px) {
    .survey-cta .subtitle {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0
    }
}

.survey-cta .link-container {
    text-align: center;
    display: flex
}

@media only screen and (min-width:992px) {
    .survey-cta .link-container {
        display: flex
    }
}

.survey-cta .link-container .btn-primary {
    background: #005591;
    padding: 16px 32px;
    margin: 0 auto
}

.survey-cta .link-container .btn-primary:hover {
    background: #002d5a
}

@media only screen and (min-width:992px) {
    .survey-cta .link-container .btn-primary {
        margin: 0;
        margin-right: 60px
    }
}

.survey-cta .link-container .link-text {
    color: #fff;
    text-decoration: none
}

@media only screen and (min-width:992px) {
    .survey-cta .title-link-row {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .survey-cta .title {
        font-size: 36px;
        line-height: 40px;
        letter-spacing: 0
    }

    .survey-cta .link-container {
        display: flex
    }
}

.table-of-contents {
    padding: 0
}

@media only screen and (min-width:768px) {
    .table-of-contents {
        padding: initial
    }
}

.table-of-contents .toc-nav {
    overflow: hidden;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .12);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    padding: 20px 30px
}

@media only screen and (min-width:768px) {
    .table-of-contents .toc-nav {
        border-radius: 15px;
        margin-top: 120px
    }
}

.table-of-contents .toc-nav h6 {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #002d5a;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    padding-bottom: 15px;
    color: #464646
}

@media only screen and (min-width:992px) {
    .table-of-contents .toc-nav h6 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0
    }
}

.table-of-contents .toc-nav ul {
    list-style: upper-roman
}

.table-of-contents .toc-nav ul ul {
    list-style: upper-alpha;
    margin-left: 16px
}

.table-of-contents .toc-nav ul ul li {
    margin-top: 4px;
    margin-bottom: 4px
}

.table-of-contents .toc-nav ul li {
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 16px
}

.table-of-contents .toc-nav ul li a.link {
    font-weight: 900
}

.table-of-contents .toc-nav ul li::before {
    display: none
}

.table-of-contents .toc-nav ul li::marker {
    color: #005591;
    text-decoration: underline
}

.tabs {
    overflow: hidden;
    position: relative;
    background: 0 0;
    border: none;
    position: relative;
    overflow: hidden;
    padding: 0
}

.tab-slider {
    position: absolute;
    background: #f7f7f7;
    cursor: pointer;
    border: 2px solid #89c6cc;
    vertical-align: center;
    width: 15px;
    text-indent: -9999px;
    z-index: 10
}

.tabs-heading {
    overflow: hidden
}

.tabs-heading>li {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #f7f7f7;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #f7f7f7;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #f7f7f7;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #89c6cc;
    float: left;
    display: block;
    margin-left: 1px;
    background: #f7f7f7;
    width: auto;
    cursor: pointer
}

.tabs-heading>li>div {
    padding: 3px 10px;
    display: block;
    text-decoration: none;
    color: #002d5a
}

.tabs-heading>li>div::after {
    content: "";
    display: table;
    clear: both
}

.tabs-heading>li>div .field-heading {
    font-size: 18px;
    white-space: nowrap
}

.tabs-heading>li>div>.row {
    display: block
}

.tabs-heading>li .component.content {
    margin: 5px 0
}

.tabs-heading>li.active {
    background: #fff;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #89c6cc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #89c6cc;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #d2d2d2;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #d2d2d2
}

.tabs-heading>li.active a {
    color: #000
}

.tabs-heading>li:hover {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #89c6cc;
    background: #fff
}

.tabs-heading>li:first-child {
    margin-left: 0
}

.tabs-container {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #89c6cc;
    background: 0 0;
    margin-top: -1px
}

.tab {
    display: none;
    padding: 10px
}

.tab::after {
    content: "";
    display: table;
    clear: both
}

.tab.active {
    display: block
}

.tabs.tabs-bottom .tabs-container {
    margin: 0
}

.tabs.tabs-bottom .tabs-heading {
    position: relative;
    margin-top: -1px
}

.tabs.tabs-bottom .tabs-heading li {
    margin-bottom: 0;
    border-top: 0 solid #fff
}

.tabs.tabs-bottom .tabs-heading li a {
    border: none
}

.tabs.tabs-bottom .tabs-heading li.active {
    border-top: none;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #89c6cc;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #d2d2d2;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #d2d2d2
}

.tabs.tabs-bottom .tabs-heading li.active a {
    border: none;
    position: relative
}

.tabs.tabs-bottom .tabs-heading li:hover {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #89c6cc;
    background: #fff
}

.tabs.tabs-bottom .tabs-container {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #89c6cc;
    border-top: none;
    background: 0 0;
    margin-bottom: 1px
}

.tabs.tabs-center .tabs-container {
    margin: 0
}

.tabs.tabs-center .tabs-container {
    border-top: none;
    background: 0 0;
    margin-bottom: 1px
}

.tabs.tabs-center .tabs-heading {
    display: flex;
    justify-content: center
}

.tabs.tabs-center .tabs-heading li {
    background: 0 0;
    border-color: transparent;
    border-right: 0;
    border-left: 0
}

.tabs.tabs-center .tabs-heading li:first-child div {
    border-top-left-radius: 10px
}

.tabs.tabs-center .tabs-heading li:last-child div {
    border-top-right-radius: 10px
}

.tabs.tabs-center .tabs-heading li.active>div {
    background: #fff;
    color: #002d5a
}

.tabs.tabs-center .tabs-heading li>div {
    background: #002d5a;
    color: #fff;
    overflow: hidden
}

.tabs.tabs-center .tabs-heading li>div>div {
    padding: 14px 25px
}

.tabs.tabs-center .tabs-heading li>div>div>div {
    margin: 0
}

.tabs.tabs-center .tabs-container {
    background: #fff
}

.tabs.tabs-center .tabs-container .field-content {
    padding: 44px 15px 53px
}

@media only screen and (min-width:1200px) {
    .tabs.tabs-center .tabs-container .field-content {
        padding: 80px 15px 150px;
        margin-left: 8.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
}

.tabs.tabs-scrollable .tabs-heading {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0
}

.tabs.tabs-scrollable .tabs-container {
    margin: 0
}

.tabs.tabs-scrollable .prev {
    left: 0;
    background: #e4e4e4 url(../Images/arrow-left.png) center center no-repeat
}

.tabs.tabs-scrollable .next {
    right: 0;
    background: #e4e4e4 url(../Images/arrow-right.png) center center no-repeat
}

.tabs.tabs-scrollable.tabs-bottom .wrapper {
    margin-top: 2px;
    padding-bottom: 6px
}

.tabs.tabs-scrollable.tabs-bottom .next {
    top: 1px
}

.tabs.tabs-scrollable.tabs-bottom .prev {
    top: 1px
}

.tabs.tabs-scrollable.tabs-bottom .tabs-heading {
    margin-top: -4px
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-heading {
    float: right;
    margin-left: -1px
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-heading li {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #f7f7f7;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #f7f7f7;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #89c6cc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f7f7f7
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-heading li.active {
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #89c6cc;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #89c6cc
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-heading li.active a {
    border: none
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-heading li:hover {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #89c6cc
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-container {
    float: right;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #89c6cc;
    border-top: none;
    margin-left: -1px;
    border-left: none
}

.tabs.tabs-vertical .tabs-heading {
    width: 30%;
    float: left
}

.tabs.tabs-vertical .tabs-heading li {
    margin: 0 0 2px 0;
    display: block;
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #f7f7f7;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #f7f7f7;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #89c6cc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f7f7f7
}

.tabs.tabs-vertical .tabs-heading li.active {
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #89c6cc
}

.tabs.tabs-vertical .tabs-heading li.active a {
    border: none
}

.tabs.tabs-vertical .tabs-heading li:first-child {
    margin-top: 0
}

.tabs.tabs-vertical .tabs-heading li:hover {
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #89c6cc
}

.tabs.tabs-vertical .tabs-container {
    margin: 0;
    float: left;
    width: 70%;
    margin-left: -1px;
    border-top: none;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #89c6cc
}

@charset "UTF-8";

.tag-cloud .component-content {
    text-align: justify
}

.tag-cloud .tag-cloud-item a {
    color: #747474
}

.tag-cloud .tag-cloud-item a:hover {
    color: #878787
}

.tag-cloud .tag-cloud-item.xs {
    font-size: .9em
}

.tag-cloud .tag-cloud-item.s {
    font-size: 1.1em
}

.tag-cloud .tag-cloud-item.m {
    font-size: 1.3em
}

.tag-cloud .tag-cloud-item.l {
    font-size: 1.5em
}

.tag-cloud .tag-cloud-item.xl {
    font-size: 1.8em
}

.tag-cloud .tag-cloud-item.xxl {
    font-size: 2em
}

.tag-cloud span.field-title.tag-links {
    border-radius: 5px;
    padding: 5px 5px;
    display: inline
}

.tag-cloud span.field-title.tag-links:last-child {
    margin-right: 0
}

.tag-cloud span.field-title.tag-links .tag-usages {
    font-size: inherit;
    font-weight: 700
}

.tag-cloud span.field-title.tag-links .tag-usages::before {
    content: "("
}

.tag-cloud span.field-title.tag-links .tag-usages::after {
    content: ")"
}

.tag-cloud span.field-title.tag-text {
    position: relative;
    padding-left: 20px;
    border-bottom: 1px solid transparent;
    display: block;
    float: left
}

.tag-cloud span.field-title.tag-text:hover {
    cursor: pointer;
    text-decoration: none
}

.tag-cloud span.field-title.tag-text::before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

@charset "UTF-8";

.tag-list span.field-title.tag-text {
    color: #747474;
    position: relative;
    padding-left: 15px;
    margin-right: 10px;
    border-bottom: 1px solid transparent
}

.tag-list span.field-title.tag-text:hover {
    cursor: pointer;
    color: #878787;
    border-bottom: 1px solid #15909c;
    text-decoration: none
}

.tag-list span.field-title.tag-text::before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

.tag-list span.field-title>a {
    color: #747474;
    background: #89c6cc;
    border-radius: 3px 0 0 3px;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 15px 0 23px;
    position: relative;
    margin: 0 20px 10px 0;
    text-decoration: none;
    -webkit-transition: color .2s;
    color: #fff
}

.tag-list span.field-title>a:hover {
    background-color: #15909c
}

.tag-list span.field-title>a:hover::after {
    border-left: 10px solid #15909c
}

.tag-list span.field-title>a::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, .25);
    content: "";
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px
}

.tag-list span.field-title>a::after {
    background: 0 0;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #89c6cc;
    border-top: 13px solid transparent;
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0
}

.tag-list span.field-title.tag-links {
    display: block;
    float: left;
    border-radius: 20px;
    position: relative;
    margin-right: 5px;
    padding: 5px 5px;
    margin-top: 5px
}

.tag-list span.field-title.tag-links>a {
    text-decoration: none;
    padding-left: 20px;
    position: relative
}

.tag-list span.field-title.tag-links>a::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: block;
    font-size: 6px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tag-list span.field-title.tag-text {
    position: relative;
    border-bottom: 1px solid transparent;
    display: block;
    float: left;
    padding-left: 20px
}

.tag-list span.field-title.tag-text:hover {
    cursor: pointer;
    text-decoration: none
}

.tag-list span.field-title.tag-text::before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

.testimonials .testimonial-content {
    padding: 48px 32px 64px;
    text-align: center
}

.testimonials .testimonial-quote {
    font-size: 18px;
    color: #464646;
    text-align: center;
    font-style: italic;
    padding-bottom: 24px
}

.testimonials .testimonial-link-button {
    display: inline-block;
    background-color: #005591;
    color: #fff;
    text-decoration: none;
    border-radius: 500px;
    margin: 0 auto;
    padding: 16px 32px
}

.testimonials .testimonial-image-frame-outer {
    height: 216px;
    width: 216px;
    border: 1px solid rgba(102, 102, 102, .8);
    border-radius: 50%;
    margin: 0 auto 32px
}

.testimonials .testimonial-image-frame-outer .testimonial-image-frame-inner {
    height: 100%;
    width: 100%;
    border: 8px solid #fff;
    border-radius: 50%;
    overflow: hidden
}

.testimonials .testimonial-image-frame-outer .testimonial-image-frame-inner .testimonial-image {
    width: 100%;
    height: 100%;
    position: relative
}

.testimonials .testimonial-image-frame-outer .testimonial-image-frame-inner .testimonial-image img {
    min-width: 100%;
    width: auto;
    min-height: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%)
}

@media only screen and (min-width:768px) {
    .testimonials .testimonial-quote {
        padding-bottom: 48px
    }

    .testimonials .testimonial-content {
        padding: 48px 0 64px
    }
}

.testimonials.testimonial-block .testimonial {
    margin: 0 -15px
}

.testimonials.testimonial-block .testimonial .testimonial-content-outer {
    width: 100%
}

.testimonials.testimonial-block .testimonial .testimonial-header {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #002d5a;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    padding-bottom: 15px;
    font-size: 30px;
    padding: 0 32px 8px
}

@media only screen and (min-width:992px) {
    .testimonials.testimonial-block .testimonial .testimonial-header {
        font-size: 36px;
        line-height: 50px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:992px) {
    .testimonials.testimonial-block .testimonial .testimonial-header {
        padding: 0 0 24px
    }
}

.testimonials.testimonial-block .testimonial .testimonial-content {
    background-image: linear-gradient(180deg, #006a9d, #005591);
    padding: 48px 24px
}

@media only screen and (min-width:992px) {
    .testimonials.testimonial-block .testimonial .testimonial-content {
        padding: 26px 24px
    }
}

.testimonials.testimonial-block .testimonial .testimonial-text-container {
    padding: 30px 0
}

@media only screen and (min-width:992px) {
    .testimonials.testimonial-block .testimonial .testimonial-text-container {
        padding: 30px 40px
    }
}

.testimonials.testimonial-block .testimonial .testimonial-quotation {
    font-size: 80px;
    font-family: "Times New Roman", Times, serif;
    font-weight: 700;
    color: #fff
}

.testimonials.testimonial-block .testimonial .left {
    -webkit-transform: translate(-1px, 16px);
    transform: translate(-1px, 16px)
}

@media only screen and (min-width:768px) {
    .testimonials.testimonial-block .testimonial .left {
        -webkit-transform: translate(-1px, 14px);
        transform: translate(-1px, 14px)
    }
}

.testimonials.testimonial-block .testimonial .right {
    -webkit-transform: translate(1px, 12px);
    transform: translate(1px, 12px)
}

@media only screen and (min-width:768px) {
    .testimonials.testimonial-block .testimonial .right {
        -webkit-transform: translate(1px, 16px);
        transform: translate(1px, 16px)
    }
}

.testimonials.testimonial-block .testimonial .testimonial-text {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 100;
    font-style: italic;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0;
    font-weight: 400;
    color: #fff;
    padding-bottom: 36px
}

@media only screen and (min-width:992px) {
    .testimonials.testimonial-block .testimonial .testimonial-text {
        padding-bottom: 64px
    }
}

.testimonials.testimonial-block .testimonial .full-name {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 100;
    font-style: italic;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    font-weight: 400;
    color: #fff
}

.testimonials.testimonial-split .testimonial .testimonial-gutter {
    max-width: 130px
}

.testimonials.testimonial-split .testimonial .testimonial-description {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #464646;
    padding-bottom: 0
}

@media only screen and (min-width:992px) {
    .testimonials.testimonial-split .testimonial .testimonial-description {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
    .testimonials.testimonial-split.description-fontweight300 .testimonial .testimonial-description ~ p {
        font-weight: 300;
    }
}

.testimonials.testimonial-split .testimonial .testimonial-1 {
    padding: 40px 0 36px;
    border: none;
    border-bottom: 1px solid #666
}

.testimonials.testimonial-split .testimonial .testimonial-2 {
    padding: 60px 0 48px
}

.testimonials.testimonial-split .testimonial .testimonial-2 .testimonial-header {
    margin-bottom: 16px
}

@media only screen and (min-width:768px) {
    .testimonials.testimonial-split .testimonial {
        padding: 30px 21px
    }

    .testimonials.testimonial-split .testimonial .testimonial-1 {
        padding: 35px 55px;
        border: none;
        border-right: 1px solid #666
    }

    .testimonials.testimonial-split .testimonial .testimonial-1 .testimonial-image-frame-outer {
        margin: 0 auto 40px
    }

    .testimonials.testimonial-split .testimonial .testimonial-2 {
        padding: 35px 55px
    }

    .testimonials.testimonial-split .testimonial .testimonial-2 .testimonial-header {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:992px) {
    .testimonials.testimonial-split {
        padding: 80px 130px
    }
}

.on-page-editor .three-column .three-columns-container .list-item span {
    overflow-wrap: anywhere
}

.three-column {
    padding: 0
}

@media only screen and (min-width:992px) {
    .three-column .three-columns-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 56px;
        grid-auto-flow: column
    }
}

.three-column .three-columns-container .list-item {
    font-size: 16px;
    line-height: 25px;
    overflow-wrap: anywhere
}

.three-column.links .three-columns-container div:nth-child(4n) {
    padding-bottom: 32px
}

@media only screen and (min-width:992px) {
    .three-column.links .three-columns-container div:nth-child(4n) {
        padding-bottom: 0
    }
}

.three-column.links .heading {
    padding-bottom: 16px
}

@media only screen and (min-width:992px) {
    .three-column.links .heading {
        font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
        color: #002d5a;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0;
        padding-bottom: 15px
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .three-column.links .heading {
        font-size: 36px;
        line-height: 50px;
        letter-spacing: 0
    }
}

.three-column.links .list-item a {
    color: #005591
}

@media only screen and (min-width:992px) {
    .three-column.links .list-item {
        line-height: 30px
    }
}

.three-column.plain-text {
    cursor: default
}

.three-column.plain-text .three-columns-container div:nth-child(5n) {
    padding-bottom: 32px
}

@media only screen and (min-width:992px) {
    .three-column.plain-text .three-columns-container div:nth-child(5n) {
        padding-bottom: 0
    }
}

.three-column.plain-text .three-columns-container .list-item {
    color: #464646
}

.three-column.plain-text .heading {
    font-size: 30px;
    padding-bottom: 16px
}

@media only screen and (min-width:992px) {
    .three-column.plain-text .heading {
        font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
        color: #002d5a;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0;
        padding-bottom: 15px
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .three-column.plain-text .heading {
        font-size: 36px;
        line-height: 50px;
        letter-spacing: 0
    }
}

.title {
    background: 0 0
}

.title .field-title a,
.title .heading1 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #89c6cc;
    font-size: 24px;
    margin-bottom: 10px;
    color: #747474;
    line-height: normal;
    padding-bottom: 10px;
    display: block;
    text-decoration: none;
    cursor: pointer
}

.title .field-title a:hover,
.title .heading1:hover {
    color: #878787
}

@charset "UTF-8";

.toggle details[open] summary:before {
    content: ""
}

.toggle summary.toggle-header {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 10px;
    background: #fff;
    cursor: pointer;
    min-height: 25px
}

.toggle summary.toggle-header::-webkit-details-marker {
    display: none
}

.toggle summary.toggle-header::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    font-size: 17px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.toggle summary.toggle-header.show {
    display: inline-block !important
}

.toggle summary.toggle-header .toggle-label {
    display: block;
    float: right;
    margin: 0 0 0 10px
}

.toggle summary.toggle-header .toggle-label p {
    margin-bottom: 0
}

.toggle .show {
    color: #878787
}

.toggle .toggle-content {
    margin-top: -1px
}

.toggle details summary~.component>.component-content {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    display: none
}

.toggle details[open] summary~.component {
    overflow: hidden
}

.toggle details[open] summary~.component>.component-content {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    display: block
}

@-webkit-keyframes swing {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    50% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes swing {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    50% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes easeInOutBack {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    20% {
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%)
    }

    30% {
        -webkit-transform: translateY(-60%);
        transform: translateY(-60%)
    }

    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes easeInOutBack {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    20% {
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%)
    }

    30% {
        -webkit-transform: translateY(-60%);
        transform: translateY(-60%)
    }

    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes easeInOutBounce {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    25% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    62.5% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }

    75% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    87.5% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes easeInOutBounce {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    25% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    62.5% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }

    75% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    87.5% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes easeInOutCirc {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    10% {
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%)
    }

    90% {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes easeInOutCirc {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    10% {
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%)
    }

    90% {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes easeInOutCubic {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    30% {
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%)
    }

    70% {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes easeInOutCubic {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    30% {
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%)
    }

    70% {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes easeInOutElastic {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    30% {
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%)
    }

    70% {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes easeInOutElastic {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    30% {
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%)
    }

    70% {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes easeInOutExpo {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    30% {
        -webkit-transform: translateY(-90%);
        transform: translateY(-90%)
    }

    70% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes easeInOutExpo {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    30% {
        -webkit-transform: translateY(-90%);
        transform: translateY(-90%)
    }

    70% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes easeInOutQad {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes easeInOutQad {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes easeInOutQuart {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    30% {
        -webkit-transform: translateY(-90%);
        transform: translateY(-90%)
    }

    70% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes easeInOutQuart {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    30% {
        -webkit-transform: translateY(-90%);
        transform: translateY(-90%)
    }

    70% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes easeInOutQuint {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    30% {
        -webkit-transform: translateY(-90%);
        transform: translateY(-90%)
    }

    70% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes easeInOutQuint {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    30% {
        -webkit-transform: translateY(-90%);
        transform: translateY(-90%)
    }

    70% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes easeInOutSine {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    25% {
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%)
    }

    75% {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes easeInOutSine {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    25% {
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%)
    }

    75% {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes outQuad {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    25% {
        -webkit-transform: translateY(-70%);
        transform: translateY(-70%)
    }

    50% {
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%)
    }

    75% {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes outQuad {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    25% {
        -webkit-transform: translateY(-70%);
        transform: translateY(-70%)
    }

    50% {
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%)
    }

    75% {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.topic-navigation {
    background-color: #005591;
    border-radius: 15px;
    padding: 25px
}

.topic-navigation .topic-navigation-title {
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 0
}

.topic-navigation .topic-navigation-options,
.topic-navigation .topic-navigation-options>select {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif
}

.twitter h1,
.twitter h2,
.twitter h3,
.twitter h4,
.twitter h5,
.twitter h6 {
    padding-bottom: 6px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d2d2d2
}

.twitter .twitter-follow-button {
    margin: 10px 0 0
}

.twitter .tweet-item {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #89c6cc;
    padding: 10px 10px 10px 0;
    margin-left: 10px;
    overflow: hidden;
    position: relative;
    padding-left: 55px
}

.twitter .tweet-item:first-child {
    border: none;
    background: 0 0
}

.twitter .tweet-header {
    overflow: hidden
}

.twitter .tweet-profile {
    display: block;
    float: left;
    text-decoration: none;
    font-size: 14px
}

.twitter .tweet-avatar {
    position: absolute;
    left: 0;
    top: 10px
}

.twitter .tweet-datetime {
    display: block;
    float: right;
    text-decoration: none
}

.twitter .tweet-content {
    margin-top: 5px
}

.twitter .tweet-footer>ul li {
    display: inline;
    padding-left: 5px
}

.twitter .tweet-footer>ul li:first-child {
    padding: 0
}

.twitter .tweet-footer a {
    text-decoration: none
}

@charset "UTF-8";

.user-guide .user-guide-title-container {
    background-color: #002d5a;
    padding: 17px 32px;
    width: 100%
}

.user-guide .user-guide-title-container .user-guide-title {
    text-align: center;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
    padding-bottom: 0
}

@media only screen and (min-width:992px) {
    .user-guide .user-guide-title-container .user-guide-title {
        font-size: 22px;
        line-height: 33px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:768px) {
    .user-guide .user-guide-title-container .user-guide-title {
        padding-bottom: 15px
    }
}

.user-guide .user-guide-content-container {
    padding: 0
}

.user-guide .user-guide-content-container .user-guide-content {
    padding: 0;
    width: 100%
}

.user-guide .user-guide-content-container .user-guide-content .user-guide-description {
    margin: 24px 0 0
}

.user-guide .user-guide-content-container .user-guide-content .user-guide-description .user-guide-mobile-image {
    min-height: 121px;
    max-height: 121px;
    max-width: 121px;
    min-width: 121px;
    margin-left: 22px
}

.user-guide .user-guide-content-container .user-guide-content .user-guide-list-container {
    padding: 0;
    width: 100%
}

.user-guide .user-guide-content-container .user-guide-content .user-guide-list-container .user-guide-list {
    padding: 24px 0
}

.user-guide .user-guide-content-container .user-guide-content .user-guide-list-container .user-guide-list .user-guide-list-title {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    color: #002d5a;
    font-weight: 700;
    margin: 0
}

@media only screen and (min-width:992px) {
    .user-guide .user-guide-content-container .user-guide-content .user-guide-list-container .user-guide-list .user-guide-list-title {
        font-size: 22px;
        line-height: 33px;
        letter-spacing: 0
    }
}

.user-guide .user-guide-content-container .user-guide-content .user-guide-list-container .user-guide-list .user-guide-list-entry {
    margin: 0 0 18px
}

.user-guide .user-guide-content-container .user-guide-content .user-guide-list-container .user-guide-list .user-guide-list-entry li::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #002d5a;
    width: 17px;
    height: 21px;
    margin-right: 12px;
    font-weight: 700;
    font-size: 23px
}

.user-guide .user-guide-content-container .user-guide-content .user-guide-list-container .user-guide-list .user-guide-list-entry a {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    word-break: normal;
    color: #005591;
    text-decoration: none
}

@media only screen and (min-width:992px) {
    .user-guide .user-guide-content-container .user-guide-content .user-guide-list-container .user-guide-list .user-guide-list-entry a {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.user-guide .user-guide-content-container .user-guide-content .user-guide-list-container .user-guide-list .user-guide-list-entry:last-child {
    margin: 0
}

.user-guide .user-guide-content-container .user-guide-desktop-image,
.user-guide .user-guide-content-container .user-guide-mobile-image {
    min-height: 376px;
    max-height: 376px;
    max-width: 376px;
    min-width: 376px;
    object-fit: cover;
    overflow: hidden;
    position: relative;
    border-radius: 15px
}

.user-guide .user-guide-content-container img {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%)
}

@media only screen and (min-width:768px) {
    .user-guide .user-guide-title-container {
        background-color: transparent;
        padding: 0 0 4px
    }

    .user-guide .user-guide-title-container .user-guide-title {
        text-align: left;
        font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
        color: #002d5a;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0;
        padding-bottom: 15px;
        font-size: 30px;
        line-height: 36px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:768px) and (min-width:992px) {
    .user-guide .user-guide-title-container .user-guide-title {
        font-size: 36px;
        line-height: 50px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:768px) {
    .user-guide .user-guide-content-container .user-guide-content {
        padding: 0;
        width: 100%
    }

    .user-guide .user-guide-content-container .user-guide-content .user-guide-description {
        margin: 0 63px 0 0
    }

    .user-guide .user-guide-content-container .user-guide-content .user-guide-list-container {
        padding: 37px 50px 0 0;
        width: 49%
    }

    .user-guide .user-guide-content-container .user-guide-content .user-guide-list-container .user-guide-list {
        padding: 0 0 60px
    }

    .user-guide .user-guide-content-container .user-guide-content .user-guide-list-container .user-guide-list .user-guide-list-entry {
        margin: 0 0 8px
    }

    .user-guide .user-guide-content-container .user-guide-content .user-guide-list-container .user-guide-list .user-guide-list-entry li::before {
        margin-right: 14px
    }

    .user-guide .user-guide-content-container .user-guide-content .user-guide-list-container .user-guide-list .user-guide-list-entry:last-child {
        margin: 0
    }

    .user-guide .user-guide-content-container .user-guide-content .user-guide-list-container:last-child {
        padding: 39px 40px 0 0
    }
}

.video-card {
    max-width: 311px;
    margin: auto
}

.video-card .card-title {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #002d5a;
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0;
    padding-bottom: 15px;
    color: #005591;
    padding: 14px 0 29px 0
}

@media only screen and (min-width:992px) {
    .video-card .card-title {
        font-size: 30px;
        line-height: 42px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:992px) {
    .video-card .card-title {
        font-size: 24px;
        padding-top: 18.5px
    }
}

.video-card .card-image {
    height: 210px;
    border-radius: 10px;
    object-fit: cover;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

@media only screen and (min-width:992px) {
    .video-card .card-image {
        max-width: 376px;
        height: 250px
    }
}

.video-card .card-image img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: .5;
    -webkit-transform: translateY(-50%) translateX(-50%)
}

.video-card .card-image .play-button {
    position: absolute;
    z-index: 2;
    border: 0;
    background: 0 0;
    box-sizing: border-box;
    width: 0;
    height: 50px;
    border-color: transparent transparent transparent #fff;
    transition: .1s all ease;
    cursor: pointer;
    border-style: solid;
    border-style: solid;
    border-width: 32px 0 27px 60px;
    right: 120px;
    top: 75px
}

@media only screen and (min-width:992px) {
    .video-card .card-image .play-button {
        top: 95px
    }
}

.video-card .card-image .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000
}

.video-card .video-link {
    text-decoration: none
}

.video-card .video-link:focus-visible .card-image {
    border: 2px solid #005591;
    background-color: #005591
}

@media only screen and (min-width:992px) {
    .video-card {
        max-width: 376px
    }
}

.video-gallery .gallery-header div:first-of-type {
    display: none
}

.video-gallery .gallery-header .gallery-link {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #005591;
    font-weight: 700;
    text-decoration: none
}

@media only screen and (min-width:992px) {
    .video-gallery .gallery-header .gallery-link {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:768px) {
    .video-gallery .gallery-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center
    }

    .video-gallery .gallery-header .play-icon {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: fas fa-play-circle;
        font-weight: 800;
        color: inherit !important
    }
}

.video-gallery .video-card-container {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.video-gallery .slick-dots {
    display: flex;
    justify-content: center
}

.video-gallery .slick-dots li button {
    font-size: 0;
    height: 0;
    padding: 8px;
    margin: 10px 10px 30px;
    border: 0;
    background-color: #96a5b4
}

.video-gallery .slick-dots li.slick-active button {
    background-color: #0089c0
}

@media only screen and (min-width:768px) {
    .video-gallery .video-gallery-slider {
        margin: 0 -10px;
        padding-top: 22.5px
    }

    .video-gallery .gallery-header div:first-of-type {
        display: inherit
    }

    .video-gallery .gallery-header .gallery-link {
        align-items: baseline;
        display: flex
    }

    .video-gallery .gallery-header .gallery-link .play-icon {
        padding-left: 10px
    }
}

@media only screen and (min-width:992px) {
    .video-gallery .video-gallery-slider {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 0 -10px;
        padding-top: 22.5px
    }

    .video-gallery .video-card-container {
        margin: 0 10px
    }
}

.component.video .mejs-container {
    overflow: hidden
}

.component.video .mejs-controls .mejs-button button {
    box-shadow: none
}

.component.video .sxa-video-wrapper {
    position: relative
}

.component.video .video-init {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    background: url(/-/media/Base-Themes/Core-Libraries/styles/mejs-controls.svg) no-repeat;
    background-position: 0 -39px;
    overflow: hidden;
    z-index: 1
}

.virtual-visits .join-btn {
    margin-top: 15px
}

@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese);

@font-face {
    font-family: "Linde Dax Global";
    src: url(../fonts/LindeDaxGlobal/LindeDaxLigWeb-eot.eot) format("eot"), url(../fonts/LindeDaxGlobal/LindeDaxLigWeb-woff.woff) format("woff"), url(../fonts/LindeDaxGlobal/LindeDaxLigWeb-ttf.ttf) format("ttf");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: "Linde Dax Global";
    src: url(../fonts/LindeDaxGlobal/LindeDaxRegWeb-eot.eot) format("eot"), url(../fonts/LindeDaxGlobal/LindeDaxRegWeb-woff.woff) format("woff"), url(../fonts/LindeDaxGlobal/LindeDaxRegWeb-ttf.ttf) format("ttf");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Linde Dax Global";
    src: url(../fonts/LindeDaxGlobal/LindeDaxMedWeb-eot.eot) format("eot"), url(../fonts/LindeDaxGlobal/LindeDaxMedWeb-woff.woff) format("woff"), url(../fonts/LindeDaxGlobal/LindeDaxMedWeb-ttf.ttf) format("ttf");
    font-weight: 700;
    font-style: normal
}

.body-copy-small {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0
}

@media only screen and (min-width:992px) {
    .body-copy-small {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0
    }
}

.body-copy {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0
}

@media only screen and (min-width:992px) {
    .body-copy {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

.body-copy-large {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0
}

@media only screen and (min-width:992px) {
    .body-copy-large {
        font-size: 22px;
        line-height: 33px;
        letter-spacing: 0
    }
}

.testimonials-copy {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 100;
    font-style: italic;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0
}

.heading-1,
h1 {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #002d5a;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0;
    padding-bottom: 15px
}

@media only screen and (min-width:992px) {

    .heading-1,
    h1 {
        font-size: 60px;
        line-height: 70px;
        letter-spacing: 0
    }
}

.heading-2,
h2 {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #002d5a;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0;
    padding-bottom: 15px
}

@media only screen and (min-width:992px) {

    .heading-2,
    h2 {
        font-size: 42px;
        line-height: 60px;
        letter-spacing: 0
    }
}

.heading-3,
h3 {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #002d5a;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    padding-bottom: 15px
}

@media only screen and (min-width:992px) {

    .heading-3,
    h3 {
        font-size: 36px;
        line-height: 50px;
        letter-spacing: 0
    }
}

.heading-4,
h4 {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #002d5a;
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0;
    padding-bottom: 15px
}

@media only screen and (min-width:992px) {

    .heading-4,
    h4 {
        font-size: 30px;
        line-height: 42px;
        letter-spacing: 0
    }
}

.heading-5,
h5 {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #002d5a;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    padding-bottom: 15px
}

@media only screen and (min-width:992px) {

    .heading-5,
    h5 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0
    }
}

.heading-6,
h6 {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #002d5a;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    padding-bottom: 15px
}

@media only screen and (min-width:992px) {

    .heading-6,
    h6 {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0
    }
}

.text-right {
    text-align: right
}

a {
    background-color: transparent;
    text-decoration: underline;
    color: #005591;
    transition: all .25s ease-in-out
}

a:hover {
    color: #002d5a;
    text-decoration: underline
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome/fontawesome-webfont-eot.eot?v=4.7.0);
    src: url(../fonts/fontawesome/fontawesome-webfont-eot.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome/fontawesome-webfont-woff2.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome/fontawesome-webfont-woff.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome/fontawesome-webfont-ttf.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome/fontawesome-webfont-svg.svg?v=4.7.0#fontawesomeregular) format("svg");
    src: url(../fonts/fontawesome/FontAwesome5Pro-Regular-400-oft.otf?v=#5) format("opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome/FontAwesome5Pro-Light-300-oft.otf?v=#5) format("opentype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome/FontAwesome5Pro-Solid-900-oft.otf?v=#5) format("opentype");
    font-weight: 900;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-cog:before,
.fa-gear:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-cogs:before,
.fa-gears:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,
.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-floppy-o:before,
.fa-save:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-sort:before,
.fa-unsorted:before {
    content: ""
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: ""
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-gavel:before,
.fa-legal:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-bolt:before,
.fa-flash:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-clipboard:before,
.fa-paste:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: ""
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: ""
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: ""
}

.fa-eur:before,
.fa-euro:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-inr:before,
.fa-rupee:before {
    content: ""
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: ""
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: ""
}

.fa-krw:before,
.fa-won:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-try:before,
.fa-turkish-lira:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: ""
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: ""
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: ""
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: ""
}

.fa-empire:before,
.fa-ge:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-paper-plane:before,
.fa-send:before {
    content: ""
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,
.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-bed:before,
.fa-hotel:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-y-combinator:before,
.fa-yc:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-television:before,
.fa-tv:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: ""
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-sign-language:before,
.fa-signing:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-address-card:before,
.fa-vcard:before {
    content: ""
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: ""
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.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
}

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 0
}

body {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    position: relative;
    overflow: auto;
    background: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@media only screen and (min-width:992px) {
    body {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0
    }
}

body.on-page-editor {
    background: 0 0 !important
}

main #content {
    background: url(/-/media/Project/Lincare/system/CurvesBG-short.png) no-repeat;
    background-color: #f4f4f4
}

.hide {
    display: none
}

.xa-variable {
    border: 0;
    padding: 1px;
    margin: 0;
    background-color: #ebebe4;
    color: #545454;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

#breadcrumbMenuSubcontrol_context_menu * {
    box-sizing: initial
}

strong {
    font-weight: 700
}

a.external-link::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    content: "";
    color: inherit;
    margin: 0 3px;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

a:focus-visible,
button:focus-visible,
img:focus-visible,
input:focus-visible {
    border: 2px solid #005591
}

@charset "UTF-8";

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../Images/overlay-bg.png);
    z-index: 9000;
    display: none;
    width: 100%
}

.overlay.component {
    margin: 0
}

.overlay>.component-content {
    border-radius: 5px;
    display: block;
    position: absolute;
    background-color: #e6e6e6;
    padding: 10px;
    max-width: 90%;
    background: #f7f7f7;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.overlay>.component-content .component {
    margin: 0
}

.overlay>.component-content .component.image img {
    width: 100%
}

.overlay .overlay-inner {
    min-width: 25px;
    max-height: inherit;
    height: inherit;
    overflow: auto
}

.overlay .overlay-inner.overlay-percent {
    max-height: 100%;
    /* height: auto */
}

.overlay .overlay-inner #InnerCenter {
    width: auto;
    height: auto
}

.overlay .overlay-inner .container {
    width: 100%
}

.overlay .overlay-inner>img {
    width: 100%
}

.overlay .overlay-inner:focus {
    border: 1px solid #ccc
}

.overlay .overlay-close {
    cursor: pointer;
    font-size: 30px;
    position: absolute;
    top: -20px;
    right: -10px
}

.overlay .overlay-close::before {
    content: "";
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.overlay .overlay-close:hover::before {
    background: #ccc
}

.overlay .overlay-close a {
    display: block;
    text-indent: -9999px
}

.overlay .overlay-close-link:focus {
    color: #ccc
}

.overlay .overlay-close-link:hover {
    color: #ccc
}

.overlay .overlay-close-link {
    text-decoration: none
}

.overlay-page {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../Images/overlay-bg.png);
    z-index: 9999;
    text-align: center;
    width: 100%;
    margin: 0
}

.overlay-page>.component-content {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    background-color: #e6e6e6;
    border-radius: 5px;
    position: relative;
    padding: 10px 10px 25px;
    margin: 100px 60px 60px;
    max-width: 90%;
    background: #f7f7f7
}

.overlay-page>.component-content .component {
    margin: 0
}

.overlay-page>.component-content .component.image img {
    width: 100%
}

.overlay-page .overlay-inner {
    min-width: 25px;
    height: inherit;
    max-height: inherit;
    min-height: 135px;
    overflow: auto
}

.overlay-page .overlay-inner.overlay-percent {
    max-height: 100%;
    height: auto
}

.overlay-page .overlay-inner.overlay-percent.edit {
    max-height: inherit
}

.overlay-page .overlay-inner .container {
    width: 100%
}

.overlay-page .overlay-inner:focus {
    border: 1px solid #ccc
}

.overlay-page .overlay-close {
    bottom: 8px;
    color: #000;
    cursor: pointer;
    font-size: 30px;
    position: absolute;
    right: -5px;
    bottom: -15px
}

.overlay-page .overlay-close-link:focus {
    color: #ccc
}

.overlay-page .overlay-close-link:hover {
    color: #ccc
}

.overlay-page .overlay-close-link {
    text-decoration: none
}

#wrapper {
    overflow: hidden
}

#wrapper.overlay-page {
    margin-bottom: -80px
}

body.preview .overlay-page {
    position: fixed
}

.overlay-page .main {
    width: 100%
}

.on-page-editor .overlay .overlay-inner {
    margin: auto
}

.on-page-editor .overlay-page {
    z-index: 9000
}

#footer {
    background: url(/-/media/Project/Lincare/system/footer-bg-mobile.svg) no-repeat;
    background-size: 100% auto;
    background-color: #005591;
    color: #fff;
    padding-top: 58px
}

#footer a,
#footer a:hover {
    color: #fff
}

#footer img[alt=lincare-logo-white] {
    width: 144px;
    height: auto
}

#footer .container>.component-content>.row {
    justify-content: flex-end;
    position: relative
}

#footer .container>.component-content>.row>.image {
    position: absolute;
    left: 0
}

#footer .rich-text {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    padding-top: 20px;
}

@media only screen and (min-width:992px) {
    #footer .rich-text {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:768px) {
    #footer .rich-text {
        text-align: right
    }
}

header {
    background-color: #fff
}

header #header {
    padding-top: 0;
    padding-bottom: 0
}

.privacy-warning {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px 0 0;
    text-align: center;
    z-index: 9050;
    background-color: rgba(0, 0, 0, .8)
}

.privacy-warning .info {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0;
    color: #fff
}

@media only screen and (min-width:992px) {
    .privacy-warning .info {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0
    }
}

.privacy-warning .component-content {
    position: relative;
    height: auto;
    width: 90%;
    padding: 15px;
    margin: 0 auto
}

.privacy-warning a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    cursor: pointer
}

.privacy-warning a:focus,
.privacy-warning a:hover {
    color: #0089c0;
    text-decoration: none
}

.privacy-warning .close {
    -webkit-transform: scale(1.3, .95);
    transform: scale(1.3, .95);
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    position: absolute;
    top: 0;
    right: 6px;
    font-weight: 700
}

@media only screen and (min-width:992px) {
    .privacy-warning .close {
        font-size: 22px;
        line-height: 33px;
        letter-spacing: 0
    }
}

.privacy-warning .learnMore {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.privacy-warning .submit {
    display: inline-block;
    vertical-align: middle;
    padding: 30px 0
}

.privacy-warning .submit a {
    border: 1px solid #005591;
    background-color: #005591;
    border-radius: 100px;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    transition: all .25s ease-in-out
}

.privacy-warning .submit a:hover {
    border: 1px solid #002d5a;
    background: #002d5a;
    text-decoration: underline;
}

.privacy-warning.restrictive {
    top: 0
}

.privacy-warning.restrictive .info {
    position: absolute;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 80px
}

.privacy-warning.restrictive .submit {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px
}

:root {
    --sk-size: 40px;
    --sk-color: #333
}

.sk-center {
    margin: auto
}

.sk-plane {
    width: var(--sk-size);
    height: var(--sk-size);
    background-color: var(--sk-color);
    animation: sk-plane 1.2s infinite ease-in-out
}

@keyframes sk-plane {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.sk-chase {
    width: var(--sk-size);
    height: var(--sk-size);
    position: relative;
    animation: sk-chase 2.5s infinite linear both
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2s infinite ease-in-out both
}

.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: var(--sk-color);
    border-radius: 100%;
    animation: sk-chase-dot-before 2s infinite ease-in-out both
}

.sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s
}

.sk-chase-dot:nth-child(2) {
    animation-delay: -1s
}

.sk-chase-dot:nth-child(3) {
    animation-delay: -.9s
}

.sk-chase-dot:nth-child(4) {
    animation-delay: -.8s
}

.sk-chase-dot:nth-child(5) {
    animation-delay: -.7s
}

.sk-chase-dot:nth-child(6) {
    animation-delay: -.6s
}

.sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s
}

.sk-chase-dot:nth-child(2):before {
    animation-delay: -1s
}

.sk-chase-dot:nth-child(3):before {
    animation-delay: -.9s
}

.sk-chase-dot:nth-child(4):before {
    animation-delay: -.8s
}

.sk-chase-dot:nth-child(5):before {
    animation-delay: -.7s
}

.sk-chase-dot:nth-child(6):before {
    animation-delay: -.6s
}

@keyframes sk-chase {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes sk-chase-dot {

    100%,
    80% {
        transform: rotate(360deg)
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(.4)
    }

    0%,
    100% {
        transform: scale(1)
    }
}

.sk-bounce {
    width: var(--sk-size);
    height: var(--sk-size);
    position: relative
}

.sk-bounce-dot {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--sk-color);
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    animation: sk-bounce 2s infinite cubic-bezier(.455, .03, .515, .955)
}

.sk-bounce-dot:nth-child(2) {
    animation-delay: -1s
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0)
    }

    45%,
    55% {
        transform: scale(1)
    }
}

.sk-wave {
    width: var(--sk-size);
    height: var(--sk-size);
    display: flex;
    justify-content: space-between
}

.sk-wave-rect {
    background-color: var(--sk-color);
    height: 100%;
    width: 15%;
    animation: sk-wave 1.2s infinite ease-in-out
}

.sk-wave-rect:nth-child(1) {
    animation-delay: -1.2s
}

.sk-wave-rect:nth-child(2) {
    animation-delay: -1.1s
}

.sk-wave-rect:nth-child(3) {
    animation-delay: -1s
}

.sk-wave-rect:nth-child(4) {
    animation-delay: -.9s
}

.sk-wave-rect:nth-child(5) {
    animation-delay: -.8s
}

@keyframes sk-wave {

    0%,
    100%,
    40% {
        transform: scaleY(.4)
    }

    20% {
        transform: scaleY(1)
    }
}

.sk-pulse {
    width: var(--sk-size);
    height: var(--sk-size);
    background-color: var(--sk-color);
    border-radius: 100%;
    animation: sk-pulse 1.2s infinite cubic-bezier(.455, .03, .515, .955)
}

@keyframes sk-pulse {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1);
        opacity: 0
    }
}

.sk-flow {
    width: calc(var(--sk-size) * 1.3);
    height: calc(var(--sk-size) * 1.3);
    display: flex;
    justify-content: space-between
}

.sk-flow-dot {
    width: 25%;
    height: 25%;
    background-color: var(--sk-color);
    border-radius: 50%;
    animation: sk-flow 1.4s cubic-bezier(.455, .03, .515, .955) 0s infinite both
}

.sk-flow-dot:nth-child(1) {
    animation-delay: -.3s
}

.sk-flow-dot:nth-child(2) {
    animation-delay: -.15s
}

@keyframes sk-flow {

    0%,
    100%,
    80% {
        transform: scale(.3)
    }

    40% {
        transform: scale(1)
    }
}

.sk-swing {
    width: var(--sk-size);
    height: var(--sk-size);
    position: relative;
    animation: sk-swing 1.8s infinite linear
}

.sk-swing-dot {
    width: 45%;
    height: 45%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: var(--sk-color);
    border-radius: 100%;
    animation: sk-swing-dot 2s infinite ease-in-out
}

.sk-swing-dot:nth-child(2) {
    top: auto;
    bottom: 0;
    animation-delay: -1s
}

@keyframes sk-swing {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes sk-swing-dot {

    0%,
    100% {
        transform: scale(.2)
    }

    50% {
        transform: scale(1)
    }
}

.sk-circle {
    width: var(--sk-size);
    height: var(--sk-size);
    position: relative
}

.sk-circle-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.sk-circle-dot:before {
    content: '';
    display: block;
    width: 15%;
    height: 15%;
    background-color: var(--sk-color);
    border-radius: 100%;
    animation: sk-circle 1.2s infinite ease-in-out both
}

.sk-circle-dot:nth-child(1) {
    transform: rotate(30deg)
}

.sk-circle-dot:nth-child(2) {
    transform: rotate(60deg)
}

.sk-circle-dot:nth-child(3) {
    transform: rotate(90deg)
}

.sk-circle-dot:nth-child(4) {
    transform: rotate(120deg)
}

.sk-circle-dot:nth-child(5) {
    transform: rotate(150deg)
}

.sk-circle-dot:nth-child(6) {
    transform: rotate(180deg)
}

.sk-circle-dot:nth-child(7) {
    transform: rotate(210deg)
}

.sk-circle-dot:nth-child(8) {
    transform: rotate(240deg)
}

.sk-circle-dot:nth-child(9) {
    transform: rotate(270deg)
}

.sk-circle-dot:nth-child(10) {
    transform: rotate(300deg)
}

.sk-circle-dot:nth-child(11) {
    transform: rotate(330deg)
}

.sk-circle-dot:nth-child(1):before {
    animation-delay: -1.1s
}

.sk-circle-dot:nth-child(2):before {
    animation-delay: -1s
}

.sk-circle-dot:nth-child(3):before {
    animation-delay: -.9s
}

.sk-circle-dot:nth-child(4):before {
    animation-delay: -.8s
}

.sk-circle-dot:nth-child(5):before {
    animation-delay: -.7s
}

.sk-circle-dot:nth-child(6):before {
    animation-delay: -.6s
}

.sk-circle-dot:nth-child(7):before {
    animation-delay: -.5s
}

.sk-circle-dot:nth-child(8):before {
    animation-delay: -.4s
}

.sk-circle-dot:nth-child(9):before {
    animation-delay: -.3s
}

.sk-circle-dot:nth-child(10):before {
    animation-delay: -.2s
}

.sk-circle-dot:nth-child(11):before {
    animation-delay: -.1s
}

@keyframes sk-circle {

    0%,
    100%,
    80% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

.sk-circle-fade {
    width: var(--sk-size);
    height: var(--sk-size);
    position: relative
}

.sk-circle-fade-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.sk-circle-fade-dot:before {
    content: '';
    display: block;
    width: 15%;
    height: 15%;
    background-color: var(--sk-color);
    border-radius: 100%;
    animation: sk-circle-fade 1.2s infinite ease-in-out both
}

.sk-circle-fade-dot:nth-child(1) {
    transform: rotate(30deg)
}

.sk-circle-fade-dot:nth-child(2) {
    transform: rotate(60deg)
}

.sk-circle-fade-dot:nth-child(3) {
    transform: rotate(90deg)
}

.sk-circle-fade-dot:nth-child(4) {
    transform: rotate(120deg)
}

.sk-circle-fade-dot:nth-child(5) {
    transform: rotate(150deg)
}

.sk-circle-fade-dot:nth-child(6) {
    transform: rotate(180deg)
}

.sk-circle-fade-dot:nth-child(7) {
    transform: rotate(210deg)
}

.sk-circle-fade-dot:nth-child(8) {
    transform: rotate(240deg)
}

.sk-circle-fade-dot:nth-child(9) {
    transform: rotate(270deg)
}

.sk-circle-fade-dot:nth-child(10) {
    transform: rotate(300deg)
}

.sk-circle-fade-dot:nth-child(11) {
    transform: rotate(330deg)
}

.sk-circle-fade-dot:nth-child(1):before {
    animation-delay: -1.1s
}

.sk-circle-fade-dot:nth-child(2):before {
    animation-delay: -1s
}

.sk-circle-fade-dot:nth-child(3):before {
    animation-delay: -.9s
}

.sk-circle-fade-dot:nth-child(4):before {
    animation-delay: -.8s
}

.sk-circle-fade-dot:nth-child(5):before {
    animation-delay: -.7s
}

.sk-circle-fade-dot:nth-child(6):before {
    animation-delay: -.6s
}

.sk-circle-fade-dot:nth-child(7):before {
    animation-delay: -.5s
}

.sk-circle-fade-dot:nth-child(8):before {
    animation-delay: -.4s
}

.sk-circle-fade-dot:nth-child(9):before {
    animation-delay: -.3s
}

.sk-circle-fade-dot:nth-child(10):before {
    animation-delay: -.2s
}

.sk-circle-fade-dot:nth-child(11):before {
    animation-delay: -.1s
}

@keyframes sk-circle-fade {

    0%,
    100%,
    39% {
        opacity: 0;
        transform: scale(.6)
    }

    40% {
        opacity: 1;
        transform: scale(1)
    }
}

.sk-grid {
    width: var(--sk-size);
    height: var(--sk-size)
}

.sk-grid-cube {
    width: 33.33%;
    height: 33.33%;
    background-color: var(--sk-color);
    float: left;
    animation: sk-grid 1.3s infinite ease-in-out
}

.sk-grid-cube:nth-child(1) {
    animation-delay: .2s
}

.sk-grid-cube:nth-child(2) {
    animation-delay: .3s
}

.sk-grid-cube:nth-child(3) {
    animation-delay: .4s
}

.sk-grid-cube:nth-child(4) {
    animation-delay: .1s
}

.sk-grid-cube:nth-child(5) {
    animation-delay: .2s
}

.sk-grid-cube:nth-child(6) {
    animation-delay: .3s
}

.sk-grid-cube:nth-child(7) {
    animation-delay: 0s
}

.sk-grid-cube:nth-child(8) {
    animation-delay: .1s
}

.sk-grid-cube:nth-child(9) {
    animation-delay: .2s
}

@keyframes sk-grid {

    0%,
    100%,
    70% {
        transform: scale3D(1, 1, 1)
    }

    35% {
        transform: scale3D(0, 0, 1)
    }
}

.sk-fold {
    width: var(--sk-size);
    height: var(--sk-size);
    position: relative;
    transform: rotateZ(45deg)
}

.sk-fold-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1)
}

.sk-fold-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--sk-color);
    animation: sk-fold 2.4s infinite linear both;
    transform-origin: 100% 100%
}

.sk-fold-cube:nth-child(2) {
    transform: scale(1.1) rotateZ(90deg)
}

.sk-fold-cube:nth-child(4) {
    transform: scale(1.1) rotateZ(180deg)
}

.sk-fold-cube:nth-child(3) {
    transform: scale(1.1) rotateZ(270deg)
}

.sk-fold-cube:nth-child(2):before {
    animation-delay: .3s
}

.sk-fold-cube:nth-child(4):before {
    animation-delay: .6s
}

.sk-fold-cube:nth-child(3):before {
    animation-delay: .9s
}

@keyframes sk-fold {

    0%,
    10% {
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }

    25%,
    75% {
        transform: perspective(140px) rotateX(0);
        opacity: 1
    }

    100%,
    90% {
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

.sk-wander {
    width: var(--sk-size);
    height: var(--sk-size);
    position: relative
}

.sk-wander-cube {
    background-color: var(--sk-color);
    width: 20%;
    height: 20%;
    position: absolute;
    top: 0;
    left: 0;
    --sk-wander-distance: calc(var(--sk-size) * 0.75);
    animation: sk-wander 2s ease-in-out -2s infinite both
}

.sk-wander-cube:nth-child(2) {
    animation-delay: -.5s
}

.sk-wander-cube:nth-child(3) {
    animation-delay: -1s
}

@keyframes sk-wander {
    0% {
        transform: rotate(0)
    }

    25% {
        transform: translateX(var(--sk-wander-distance)) rotate(-90deg) scale(.6)
    }

    50% {
        transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg)
    }

    50.1% {
        transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg)
    }

    75% {
        transform: translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(.6)
    }

    100% {
        transform: rotate(-360deg)
    }
}

.boxed {
    box-sizing: border-box;
    margin: 20px 0
}

@media only screen and (min-width:992px) {
    .boxed {
        padding: 10px
    }
}

@media only screen and (max-width:567px) {
    .boxed {
        padding: 10px
    }
}

.boxed>div {
    max-width: 960px;
    margin: 0 auto !important
}

.component-content-clearfix .component-content::after {
    content: "";
    display: table;
    clear: both
}

.component-clearfix::after {
    content: "";
    display: table;
    clear: both
}

.highlighted-top {
    background: #fff;
    border-top-width: 3px;
    border-top-color: #15909c;
    border-style: solid;
    padding: 25px;
    margin: 0
}

.highlighted-top h1,
.highlighted-top h2,
.highlighted-top h3,
.highlighted-top h4 {
    margin: 0 0 10px 0
}

.highlighted-bottom {
    background: #fff;
    border-bottom-width: 3px;
    border-bottom-color: #15909c;
    border-style: solid;
    padding: 25px;
    margin: 0
}

.highlighted-bottom h1,
.highlighted-bottom h2,
.highlighted-bottom h3,
.highlighted-bottom h4 {
    margin: 0 0 10px 0
}

.highlighted-left {
    background: #fff;
    border-left-width: 3px;
    border-left-color: #15909c;
    border-style: solid;
    padding: 25px;
    margin: 0
}

.highlighted-left h1,
.highlighted-left h2,
.highlighted-left h3,
.highlighted-left h4 {
    margin: 0 0 10px 0
}

.highlighted-right {
    background: #fff;
    border-right-width: 3px;
    border-right-color: #15909c;
    border-style: solid;
    padding: 25px;
    margin: 0
}

.highlighted-right h1,
.highlighted-right h2,
.highlighted-right h3,
.highlighted-right h4 {
    margin: 0 0 10px 0
}

main .component {
    margin-bottom: 20px
}

@media only screen and (min-width:992px) {
    main .component {
        margin-bottom: 60px
    }
}

main .remove-bottom-margin {
    margin-bottom: 0 !important
}

.indent {
    margin: 0 60px !important
}

.indent-top {
    margin-top: 20px !important
}

@media only screen and (min-width:992px) {
    .indent-top {
        margin-top: 30px !important
    }
}

.indent-bottom {
    margin-bottom: 20px !important
}

@media only screen and (min-width:992px) {
    .indent-bottom {
        margin-bottom: 30px !important
    }
}

.indent-top-large {
    margin-top: 30px !important
}

@media only screen and (min-width:992px) {
    .indent-top-large {
        margin-top: 60px !important
    }
}

.indent-bottom-large {
    margin-bottom: 30px !important
}

@media only screen and (min-width:992px) {
    .indent-bottom-large {
        margin-bottom: 60px !important
    }
}

.link-button .button-default,
.link-button .default {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    background: #f6f6f6;
    color: #747474;
    font-weight: 700
}

@media only screen and (min-width:992px) {

    .link-button .button-default,
    .link-button .default {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0
    }
}

.link-button .button-default:hover,
.link-button .default:hover {
    color: #747474;
    background: #f7f7f7
}

.link-button .button-success,
.link-button .success {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    background: #a0ce4e;
    color: #fff;
    font-weight: 700
}

@media only screen and (min-width:992px) {

    .link-button .button-success,
    .link-button .success {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0
    }
}

.link-button .button-success:hover,
.link-button .success:hover {
    color: #fff;
    background: #92be43
}

.link-button .button-warning,
.link-button .warning {
    font-family: "Linde Dax Global", Helvetica, Verdana, Tahoma, sans-serif;
    color: #464646;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    background: #bc4526;
    color: #fff;
    font-weight: 700
}

@media only screen and (min-width:992px) {

    .link-button .button-warning,
    .link-button .warning {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0
    }
}

.link-button .button-warning:hover,
.link-button .warning:hover {
    color: #fff;
    background: #c34e30
}

.promoted-box {
    border: none !important
}

.position-left,
.position-left * {
    text-align: left !important
}

.position-right,
.position-right * {
    text-align: right !important
}

.position-center,
.position-center * {
    text-align: center !important
}

.cover-background>.component-content,
.fix-background>.component-content,
.parallax-background>.component-content {
    background-repeat: no-repeat;
    background-size: cover
}

.fix-background>.component-content {
    background-position: left top;
    background-attachment: fixed;
    min-height: 240px
}

.parallax-background>.component-content {
    background-position: 50% 0;
    background-attachment: fixed;
    min-height: 240px
}

@media only screen and (min-width:992px) {
    .parallax-background>.component-content {
        background-attachment: scroll
    }
}

.container-gray-background {
    background: #f7f7f7
}

.container-clean-background {
    background: #fff
}

.container-dark-background {
    background: #3d3d3d
}

.container-color-background {
    background: #89c6cc
}
.component.dba-service-form{
    background-color: #fff !important;
}
.overlay .component.dba-service-form{
    background-color: #f7f7f7 !important;
}
.overlay .component.dba-service-form .lbl-color{
    color: #005591 !important;
}
.txt-center-h4{
    text-align: center;
}
.component.dba-service-form .popup-form-container .form-heading-bottom{
    text-align: center
}
.form-container{
    padding: 10px 0;
}
@media only screen and (min-width:992px) {
    main .component {
        margin-bottom: 60px
    }
    .component.dba-service-form .popup-form-container input[type="email"]{
        margin:0px
    }
    .component.dba-service-form .form-container input[type="email"]{
        margin:0px
    }
    .component.dba-service-form .main-container{
        display: flex;
        background-color: #000;
        width: 100%
    }
    .component.dba-service-form .main-container .inner-div{
        width: 50%;
        margin-bottom: 19%;
        margin-top: 3%;
        margin-left: 15%;
        margin-right: 2%
    }
    .component.dba-service-form .form-container {
         top: 20px;
         left: 65%;
         width: 30%;
         border-radius: 5px;
         background-color: #fff;
         padding: 20px;
         position:absolute;
         z-index:12
    }
    .component.dba-service-form .form-container .form-heading-bottom{
        margin-bottom:10px;
    }
    /* .component.dba-service-form .main-container .inner-div h1,p{
        color: #fff !important;
    } */
    .component.dba-service-form .form-container .form-heading-bottom .txt-center{
        text-align: center;
        color: gray !important;
        font-size:14px
    }
    .component.dba-service-form .form-container .form-heading-bottom .txt-center-h4{
        text-align: center;
        color: #002d5a;
    }
    .component.dba-service-form .form-container input[type=submit]{
        margin: 8px 0;
        width: 100%;
    }
    .component.dba-service-form .form-container input[type=submit]:hover {
        text-decoration: underline;
    }
}
.component.dba-service-form .main-container{
    display: flex;
    background-color: #005591;
    width: 100%
}
/* .component.dba-service-form .main-container .inner-div h1,p{
    color: #fff !important;
} */
.component.dba-service-form .form-container .form-heading-bottom .txt-center{
    text-align: center;
    color: gray !important;
    font-size:14px
}
.component.dba-service-form .form-container .form-heading-bottom .txt-center-h4{
    text-align: center;
    color: #002d5a;
}
.component.dba-service-form .form-container input[type=submit]{
    margin: 8px 0;
    width: 100%;
}

@media only screen and (min-width:992px) {
    main .component {
        margin-bottom: 60px
    }
    .overlay>.component-content .component.dba-service-form .main-container{
        display: flex;
        background-color: #005591;
        width: 100%;
    }
    .overlay>.component-content .component.dba-service-form .main-container .inner-div{
        width: 50%;
        margin-bottom: 19%;
        margin-top: 3%;
        margin-left: 15%;
        margin-right: 2%
    }
    .overlay>.component-content .component.dba-service-form .popup-form-container {
         top: 20px;
         left: 25%;
         width: 50%;
         border-radius: 5px;
         background-color: #fff;
         padding: 20px;
         position:absolute;
         z-index:99
    }
    .overlay>.component-content .component.dba-service-form .popup-form-container .nameContainer {
        display: flex;
        justify-content: space-between;
   }
   .overlay>.component-content .component.dba-service-form .popup-form-container .nameContainer div{
    width: 49%;
   }
    .overlay>.component-content .component.dba-service-form .popup-form-container .form-heading-bottom{
        margin-bottom:10px;
    }
    /* .overlay>.component-content .component.dba-service-form .main-container .inner-div h1,p{
        color: #fff !important;
    } */
    .overlay>.component-content .component.dba-service-form .popup-form-container .form-heading-bottom .txt-center{
        text-align: center;
        color: gray !important;
        font-size:14px;
    }
    .overlay>.component-content .component.dba-service-form .popup-form-container .form-heading-bottom .txt-center-h4{
        text-align: center;
        color: #002d5a;
    }
    .overlay>.component-content .component.dba-service-form .popup-form-container input[type=submit]{
        margin: 8px 0;
        width: 100%;
    }
}
.txtinput-border-validation{
    border: 3px solid #de232f !important;
}
.show-error-msg{
    display: block;
    color: #de232f !important;
}
.list-title h3 {
    color: #002d5a !important;
}
.txt-heading-h3{
    color: #fff !important;
}
.txt-heading-p{
    color: #fff !important;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
}
.btn-submit{
    display: flex;
    justify-content: center
}

.btn-submit:hover{
    color:#fff;
    text-decoration: underline;
}

.form-response-dba-overlay{

    padding: 45px 30px;
    text-align: center;
    margin-left: 20%;
    /* border: 1px solid green; */
    width: 60%;
    background-color: #fff;
    margin-top: 5%;
    margin-bottom: 10%;
    background-image: url(/-/media/Project/Lincare/system/blue-upper-right-swoop.png);
    background-position: right -15px top 0;
    background-size: 50% auto;
    background-repeat: no-repeat;
    border-radius: 10px;
    /* margin-left: 20%;
    padding: 45px 30px;
    border: 1px solid green;
    width: 60%;
    background-color: #fff;
    margin-top: 5%;
    margin-bottom: 10% */
}
.form-response-dba-overlay-wrapper{
    display: block;
    width: 100%;
}
.form-response-dba-overlay h3{
    text-align: center;
    /* margin-top:50px; */
}
.form-response-dba-overlay p{
    text-align: center;
    color: gray !important;
}
.form-response-dba-overlay .button-ok{
   margin-top: 20px;
    /* margin-left: 45%;
    margin-bottom: 30px; */
}

.medical-form-container{
    background-color: #005591;
    padding: 10px;
    border-radius: 5px;
}
.medical-form-container .dba-service-form .form-container{
    border-radius: 5px;
    border-color: #fff;
    padding: 20px;
}
.medical-form-container .dba-form div{
    margin-bottom: 10px;
}

.medical-form-container .dba-form input[type=submit]{
    width: 100%;
}
#MedicalFormContainer{
    width: 100%;
    background-color: #005591 !important;
    border-radius: 20px;
    padding: 10px;
}

.medical-form-container .dba-form div span{
    color: red;
}
 .h-container {
    background-color: #005591;
    /* border-radius: 5px; */
    padding: 10px;
}
.sub-container div{
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
}
.sub-container input[type=submit] {
    width: 100%;
    background-color: #002d5a !important;
    color: white;
    padding-top: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}

.sub-container input[type=submit]:hover {
    text-decoration: underline;
}

.txt-h4-span{
    color: white !important;
    margin: 0;
    padding: 0;
}
.sub-container span{
    color: #fff;
    line-height: 10px;
    font-size: 18px;
}
.email-txt{
    margin-left: 15px;
}
.required-text{
    text-align: left !important;
}

.email-txt-span{
    color: white !important;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
#MedicalFormContainerHorizantal{
    width: 100%;
}
.medical-form-container input[type=submit]{
    background-color: #002d5a !important;
 }
 .medical-form-container input[type="email"]{
    padding: 15px !important;
    margin: 0 !important;
 }
 .txt-center-column-h4{
    text-align: center;
    color: #fff !important;
}
.txt-center-column-p{
    text-align: center;
    font-size: 14px;
    color: #fff !important;
}
#MedicalFormContainer .form-heading-bottom span{
    color: #fff !important;
}
#MedicalFormContainer.container-widthchange{
    width: 100%;
}
       

@media only screen and (min-width:992px) {
    /* #MedicalFormContainer.col-12{
        padding-left: 15px;
        padding-right: 15px;
    } */

    #MedicalFormContainer.container-widthchange{
        width: 90% !important;
        margin-left: 15px;
    }
   .h-container {
        /* display: flex; */
        /* flex-direction: row; */
        /* border-radius: 5px; */
        background-color: #005591;
        padding: 20px;
       
    }

    .email-txt {
        /* display: flex;
        width: 23%;
        flex-direction: row; */
        align-items: center;
    }
    .txt-h4-span{
        color: white;
        margin: 0;
        /* font-size: 12px; */
    }

    .sub-container {
        display: flex;
        flex-direction: row;
        /* width: 60%; */
        /* flex-wrap: wrap; */
    } 
    
    .sub-container input[type=text],input[type="email"], textarea,select {
        /* width: 95%; */
        /* padding: 12px 20px; */
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 7px;
        box-sizing: border-box;
    }

    .sub-container input[type=submit] {
        width: 100%;
        background-color: #002d5a !important;
        color: white;
        padding-top: 9px;
        padding-bottom: 9px;
        /* padding: 14px 20px; */
        margin: 8px 0;
        border: none;
        border-radius: 20px;
        cursor: pointer;
    }
    .sub-container div {
        display: flex;
        flex-direction: column;
        margin-bottom: 5px;
        margin-right: 10px;
    }
    .sub-container span{
        color: #fff;
        line-height: 10px;
        font-size: 12px;
    }
    .medical-form-container{
        /* width: 30%; */
        background-color: #005591;
        padding: 10px;
        border-radius: 20px;
    }
    .medical-form-container .dba-form div{
        margin-bottom: 10px;
    }
    #MedicalFormContainer .medical-form-container{
        border-radius: 20px;
    }
   
    
   
}
