@charset "UTF-8";

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

[hidden] {
    display: none
}

a {
    background-color: transparent
}

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

sup {
    top: -.5em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

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

td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

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

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

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

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

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

    img {
        max-width: 100% !important
    }

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

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

    .navbar {
        display: none
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

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

* {
    box-sizing: border-box
}

:after,
:before {
    box-sizing: border-box
}

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

body {
    font-family: "UHC Sans Regular", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #636363;
    background-color: #fff
}

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

a {
    color: #196ecf;
    text-decoration: none
}

a:focus,
a:hover {
    color: #115fa0;
    text-decoration: underline
}

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

[role=button] {
    cursor: pointer
}

.carousel-content__heading,
.carousel-content__quote,
.faq__question,
.faq__topic__label,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.landing-hero--300C .landing-hero__heading,
.landing-hero--300C .landing-hero__subheading,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1,
.landing-hero--300C .landing-hero__heading,
h1 {
    font-size: 41px
}

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

.carousel-content__quote,
.faq__question,
.h3,
h3 {
    font-size: 28px
}

.faq__topic__label,
.h4,
h4 {
    font-size: 20px
}

.carousel-content__heading,
.h5,
.landing-hero--300C .landing-hero__subheading,
h5 {
    font-size: 16px
}

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

p {
    margin: 0 0 12px
}

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

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

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

dd,
dt {
    line-height: 1.5
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

blockquote {
    padding: 12px 24px;
    margin: 0 0 24px;
    font-size: 20px;
    border-left: 5px solid #f5f5f5
}

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

blockquote footer {
    display: block;
    font-size: 80%;
    line-height: 1.5;
    color: #e0e0e0
}

blockquote footer:before {
    content: '\2014 \00A0'
}

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

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

.container:after {
    clear: both
}

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

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

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

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

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

.row:after {
    clear: both
}

.col-lg-6,
.col-md-6,
.col-sm-6,
.col-xs-10,
.col-xs-2 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-10,
.col-xs-2 {
    float: left
}

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

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

@media (min-width:768px) {
    .col-sm-6 {
        float: left
    }

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

@media (min-width:992px) {
    .col-md-6 {
        float: left
    }

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

@media (min-width:1200px) {
    .col-lg-6 {
        float: left
    }

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

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

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

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

input[type=search] {
    box-sizing: border-box
}

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

input[type=file] {
    display: block
}

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

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

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

input[type=search] {
    -webkit-appearance: none
}

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

.collapse {
    display: none
}

.collapse.in {
    display: block
}

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

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

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

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

.navbar:after {
    clear: both
}

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

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

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

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

.navbar-default {
    background-color: #fff;
    border-color: none
}

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

.breadcrumb>li {
    display: inline-block
}

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

.breadcrumb>.active {
    color: #e0e0e0
}

@media screen and (max-width:992px) {
    .breadcrumb {
        height: 24px
    }
}

.breadcrumbs {
    margin: 20px 0
}

.breadcrumbs__list {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.breadcrumbs__item {
    display: inline
}

.breadcrumbs__icon {
    height: 18px;
    width: 18px;
    fill: #196ecf
}

.breadcrumbs__icon--wrapper {
    display: inline-block;
    position: relative;
    top: 1px
}

@media screen and (max-width:992px) {
    .breadcrumbs {
        display: none
    }
}

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

.label:empty {
    display: none
}

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

.close {
    float: right;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.carousel {
    position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hide {
    display: none !important
}

.show {
    display: block !important
}

.hidden {
    display: none !important
}

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

.visible-xs {
    display: none !important
}

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

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

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

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

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

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

body {
    color: #222;
    padding-top: 0
}

body.nav-shrink {
    padding-top: 42px
}

section .container {
    padding-left: 30px;
    padding-right: 30px
}

.container {
    max-width: 100%
}

a {
    font-family: "UHC Sans Regular", Arial, Helvetica, sans-serif;
    line-height: 1.2
}

.b,
.strong,
b,
strong {
    font-family: "UHC Sans Bold", Arial, Helvetica, sans-serif;
    font-weight: 700
}

.i,
i {
    font-family: "UHC Sans Italic", Arial, Helvetica, sans-serif;
    font-weight: 400
}

.ng-cloak,
[ng-cloak],
[ng\:cloak] {
    display: none !important
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {

    .ng-cloak,
    [ng-cloak],
    [ng\:cloak] {
        display: block !important
    }
}

p {
    margin: 0
}

.carousel-content__heading,
.carousel-content__quote,
.faq__question,
.faq__topic__label,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.landing-hero--300C .landing-hero__heading,
.landing-hero--300C .landing-hero__subheading,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2
}

.h1,
.landing-hero--300C .landing-hero__heading,
h1 {
    font-family: "UHC Sans Medium", Arial, Helvetica, sans-serif;
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px;
    font-weight: 400
}

.carousel-content__quote,
.faq__question,
.h3,
h3 {
    font-family: "UHC Sans Medium", Arial, Helvetica, sans-serif;
    font-size: 24px
}

.faq__topic__label,
.h4,
h4 {
    font-family: "UHC Sans Bold", Arial, Helvetica, sans-serif;
    font-size: 18px
}

.carousel-content__heading,
.h5,
.landing-hero--300C .landing-hero__subheading,
h5 {
    font-size: 18px;
    font-weight: 400
}

.h6,
h6 {
    font-family: "UHC Sans Bold", Arial, Helvetica, sans-serif;
    font-size: 14px
}

.section-header__content {
    font-family: "UHC Sans Regular", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5
}

@media screen and (max-width:767px) {

    .h1,
    .landing-hero--300C .landing-hero__heading,
    h1 {
        font-size: 30px
    }

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

    .carousel-content__quote,
    .faq__question,
    .h3,
    h3 {
        font-size: 18px
    }

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

    .carousel-content__heading,
    .h5,
    .landing-hero--300C .landing-hero__subheading,
    h5 {
        font-size: 16px
    }

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

.col-lg-6 .container,
.col-md-6 .container,
.col-sm-6 .container,
.col-xs-10 .container,
.col-xs-2 .container {
    width: 100%
}

.horizontalRule:after,
.horizontalRule:before {
    display: table;
    content: "";
    line-height: 0
}

.horizontalRule:after {
    clear: both
}

.horizontal-rule {
    margin: 40px 0;
    border-width: 1px;
    border-style: solid
}

.horizontal-rule-align-center {
    margin-left: auto;
    margin-right: auto
}

.caret {
    position: relative;
    text-align: center
}

.caret-section:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #fff;
    border-width: 22px 21px 0;
    margin-left: -21px;
    z-index: 9
}

.caret-section:after {
    border-top-color: inherit
}

header {
    background: #fff;
    width: 100%
}

.navbar {
    border: 0;
    margin-bottom: 0;
    position: relative;
    transition: all .25s ease-in-out
}

.navbar__logo {
    padding: 11px 0;
    transition: all .25s ease
}

.navbar__logo img {
    max-height: 40px;
    max-width: 250px
}

.navbar.nav-shrink {
    padding: 0;
    min-height: 30px;
    position: fixed
}

.navbar.nav-shrink .navbar__logo {
    padding: 2px 0
}

.navbar-fixed-top:after {
    content: "";
    display: block;
    position: relative;
    height: 4px;
    z-index: 100;
    background: #003da1;
    background: linear-gradient(to right, #003da1, #00a8f7)
}

@media (max-width:767px) {
    .navbar {
        padding: 0;
        min-height: 30px
    }

    .navbar .navbar__logo {
        padding: 2px 0
    }
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    padding: 0
}

.sr-only:focus {
    clip: auto;
    left: 5px;
    top: 5px;
    width: auto;
    height: auto;
    text-indent: 0;
    border: 1px solid #52545a;
    background: #efefee;
    outline: #006ca2 auto 5px;
    padding: 5px;
    z-index: 1500
}

#mainContent:focus {
    outline: 0
}

footer {
    padding: 30px 0;
    position: relative;
    text-align: left
}

footer .border-bottom {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px
}

footer .footer-item {
    color: #222;
    display: inline-block;
    margin-right: 30px;
    margin-left: 0;
    white-space: nowrap
}

@media screen and (max-width:767px) {
    footer .footer-item {
        white-space: normal
    }
}

footer #footer-button-container {
    vertical-align: top;
    height: 100%;
    text-align: right
}

@media screen and (max-width:767px) {
    footer #footer-button-container {
        display: block;
        position: absolute;
        top: 40px;
        right: 15px;
        height: 70px;
        width: 100%
    }
}

footer #footer-button-div {
    height: 100%;
    width: 100%;
    float: right;
    position: relative;
    cursor: pointer;
    z-index: 2
}

footer .footer-links {
    padding: 0
}

#footer-button-text {
    font-weight: 700;
    position: absolute;
    top: 45px;
    width: 100%;
    text-align: right;
    right: 0;
}

@media screen and (min-width:1300px) {
    #footer-button-text {
        text-align: center;
        right: calc(-50% + 20px);
    }
}

.footer-icon {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    right: 0
}

.footer-arrow-wrapper {
    background-color: #196ecf;
    border-radius: 4px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px
}

.footer-arrow-wrapper:hover {
    box-shadow: 0 2px #115fa0;
    background-color: #115fa0;
    outline: 0;
    top: -2px;
    transition-duration: .1s
}

#footer-arrow {
    fill: #fff;
    z-index: 1
}

#footer-button {
    fill: #196ecf
}

#footer-button-div:focus>#footer-button,
#footer-button-div:hover>#footer-button {
    fill: #115fa0
}

.child-spacing>* {
    padding-bottom: 2rem
}

.child-spacing>:last-child {
    padding-bottom: 0
}

.landing-hero {
    height: 300px;
    background-position: 50%;
    background-size: cover !important;
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    max-width: 100%
}

.landing-hero h1,
.landing-hero h2,
.landing-hero h3,
.landing-hero h4,
.landing-hero h5,
.landing-hero h6 {
    margin-top: 0;
    margin-bottom: 0
}

.landing-hero--300C {
    height: 360px
}

@media screen and (max-width:767px) {
    .landing-hero--300C {
        height: auto
    }
}

.landing-hero--300C .landing-hero__preheader {
    margin: 0;
    font-size: 13px
}

.landing-hero--300C .landing-hero__heading {
    margin: 0;
    margin-top: 4px;
    font-size: 40px
}

.landing-hero--300C .landing-hero__subheading {
    margin: 0;
    margin-top: 12px
}

.landing-hero--300C .landing-hero__message-box {
    height: 260px;
    padding-bottom: 27px
}

.landing-hero--300C .landing-hero__message-box--sans-button {
    padding-bottom: 23px
}

.landing-hero--300C .landing-hero__preheader {
    display: none
}

.landing-hero--300C .landing-hero__heading {
    margin-top: -3px
}

.landing-hero--300C .landing-hero__subheading {
    margin-bottom: 36px;
    margin-top: 15px
}

@media screen and (max-width:767px) {
    .landing-hero {
        background: 0 0;
        height: auto
    }
}

.landing-hero__message-box {
    background: rgba(255, 255, 255, .85);
    border-radius: 4px;
    margin-left: 20px;
    width: 50%;
    text-align: left;
    padding: 24px 40px;
    position: relative;
    overflow: hidden
}

@media screen and (max-width:767px) {
    .landing-hero__message-box {
        display: none
    }
}

.landing-hero__click-call h1,
.landing-hero__click-call h2,
.landing-hero__click-call h3,
.landing-hero__click-call h4,
.landing-hero__click-call h5,
.landing-hero__click-call h6 {
    margin-top: 0;
    margin-bottom: 0
}

.landing-hero__click-call p:first-child {
    font-size: 18px
}

.landing-hero__click-call p:not(first-child) {
    font-size: 14px
}

.landing-hero__heading--mobile {
    display: none;
    text-align: center;
    padding: 34px 15px 35px
}

@media screen and (max-width:767px) {
    .landing-hero__heading--mobile {
        display: block
    }
}

.landing-hero__bug--icon {
    fill: #007000;
    height: 36px;
    width: 36px
}

@media screen and (max-width:767px) {
    .landing-hero__bug--icon:nth-child(1) {
        margin-right: 30px
    }
}

.section-header__section {
    position: relative
}

.section-header__wrapper {
    margin: 0 auto;
    max-width: 560px;
    padding: 16px 0 0
}

@media screen and (max-width:767px) {
    .section-header__wrapper {
        padding-left: 15px;
        padding-right: 15px
    }
}

.section-header__heading {
    margin: 0 0 24px 0
}

.section-header__heading h1,
.section-header__heading h2,
.section-header__heading h3,
.section-header__heading h4,
.section-header__heading h5,
.section-header__heading h6 {
    margin: 0 0
}

.section-header__image {
    margin-bottom: 24px
}

.section-header__image--square {
    border-radius: 0
}

.section-header__image--small {
    max-height: 48px;
    max-width: 48px
}

.section-header__divider {
    height: 3px;
    margin: 0 0 24px;
    width: 60px
}

.section-header__content {
    margin-bottom: 0;
    text-align: left;
    overflow-wrap: break-word
}

@media screen and (min-width:767px) {
    .section-header__content ul {
        column-count: 2;
        padding-left: 20px
    }

    .section-header__content ul li {
        margin-left: 1em
    }
}

.section-header__content ul li {
    text-align: left
}

@media only screen and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .benefits-wrapper {
        min-height: 400px
    }
}

@media only screen and (-ms-high-contrast:none) and (max-width:767px),
screen and (-ms-high-contrast:active) and (max-width:767px) {
    .benefits-wrapper {
        min-height: 600px
    }
}

.benefits__tile {
    max-width: 360px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%
}

@media screen and (min-width:767px) {
    .benefits__tile:nth-child(1) {
        margin-right: 30px
    }

    .benefits__tile:nth-child(2) {
        margin-right: 30px
    }
}

.benefits__tile:last-child {
    margin-right: 0
}

@media screen and (max-width:767px) {
    .benefits__tile {
        padding-bottom: 35px;
        margin-right: 0
    }
}

.benefits__heading {
    margin-bottom: 32px
}

@media screen and (max-width:767px) {
    .benefits__heading {
        margin-bottom: 0
    }
}

.benefits__heading h1,
.benefits__heading h2,
.benefits__heading h3,
.benefits__heading h4,
.benefits__heading h5,
.benefits__heading h6 {
    margin: 0 0 8px 0
}

.benefits__mobile {
    padding: 0 30px
}

@media screen and (max-width:767px) {
    .benefits__mobile {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .benefits__mobile div:nth-child(1) {
        margin-top: 10px
    }
}

.benefits__promocontainer {
    max-width: 100%;
    margin-top: 24px;
    height: 100%
}

.benefits__promocontainer h1,
.benefits__promocontainer h2,
.benefits__promocontainer h3,
.benefits__promocontainer h4,
.benefits__promocontainer h5,
.benefits__promocontainer h6 {
    margin: 0 0 8px 0
}

@media screen and (max-width:767px) {
    .benefits__promocontainer {
        max-width: 400px
    }
}

.benefits__icon--large {
    max-height: 72px;
    max-width: 72px
}

.benefits__body {
    margin: 8px 0 0 0;
    max-width: 400px;
    width: 100%
}

.benefits__link {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 30px
}

@media screen and (max-width:767px) {
    .benefits__link {
        margin-top: 0
    }
}

.benefits--hide {
    display: none;
    opacity: 0;
    margin-top: 34px
}

@media screen and (max-width:767px) {
    .benefits--hide {
        margin-top: 0
    }
}

.video__wrapper {
    margin: 0;
    padding-bottom: 46px;
    text-align: center
}

@media screen and (max-width:767px) {
    .video__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0
    }
}

.video__media {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 475px
}

.video__media--padding {
    padding-top: 56%;
    position: relative;
    border: 1px solid #e9e9e9
}
.video__media--padding:focus {
    border: 2px solid black;
}



.video__drawer {
    margin-top: 16px
}

.video__content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 22px;
    max-width: 560px;
    position: relative;
    text-align: center
}

.video__content strong {
    font-family: "UHC Sans Bold", Arial, Helvetica, sans-serif
}

.video__content__transcript--wrapper {
    margin-top: 18px;
    position: relative;
    text-align: left
}

.video__content__transcript--wrapper:before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, .95) 100%);
    bottom: 0;
    content: " ";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 15px
}

.video__content__transcript--content {
    max-height: 175px;
    overflow-y: scroll;
    padding-right: 10px;
    text-align: left
}

.video__content__transcript--content p {
    margin-bottom: 12px
}

.video__content__transcript--content p:last-child {
    margin-bottom: 40px
}

.video__content__links {
    text-align: left
}

@media screen and (max-width:767px) {
    .video__content__links {
        padding: 20px 0 40px;
        -ms-flex-order: 3;
        order: 3;
        width: 100%
    }
}

.video__newTabIcon {
    position: absolute;
    height: 25px;
    line-height: 25px;
    margin-left: 10px;
    width: 25px
}

.video__showTranscript {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    color: #196ecf
}

.bgContainer[style*="245,245,245"] .video__content__transcript--wrapper:before {
    background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 70%, rgba(245, 245, 245, .95) 100%)
}

.toggle-hideTranscript {
    background-color: #196ecf;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: 0;
    text-align: center;
    vertical-align: middle;
    width: 25px
}

.toggle-hideTranscript:hover {
    color: #fff;
    text-decoration: none
}

.toggle-hideTranscript:focus {
    border: 3px solid black;
}

.video-js {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%
}

div.carousel {
    margin: 0
}

.carousel-inner {
    width: auto;
    text-align: center;
    padding-left: 0
}

@media screen and (max-width:767px) {
    .carousel-inner {
        margin: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.carousel-single {
    margin: 0 120px
}

@media screen and (max-width:767px) {
    .carousel-single {
        margin: 0
    }
}

.carousel-content {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 142px;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 40px;
    margin-left: 36px;
    width: 100%
}

@media screen and (max-width:767px) {
    .carousel-content {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto
    }

    .carousel-content>* {
        max-width: 100%
    }
}

.carousel-content .figcaption {
    border-width: 0 0 0 1px;
    border-style: solid;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 0 40px;
    padding: 0 0 0 40px;
    width: 100%;
    min-height: 128px;
    text-align: left
}

@media screen and (max-width:767px) {
    .carousel-content .figcaption {
        border-width: 0;
        padding: 0;
        margin: 0;
        max-width: 430px
    }
}

.carousel-content__graphic {
    position: relative
}

@media screen and (max-width:767px) {
    .carousel-content__graphic {
        border-style: solid;
        border-width: 0 0 2px;
        padding: 0 0 25px;
        margin: 0 0 19px
    }
}

.carousel-content__image {
    height: 128px;
    width: 128px
}

.carousel-content__image--circle {
    width: 193px;
    height: 193px;
    border-radius: 193px;
    background: 0 0
}

.carousel-content__heading {
    margin-top: 0;
    margin-bottom: 52.5px
}

@media screen and (max-width:767px) {
    .carousel-content__heading {
        margin-bottom: 16px
    }
}

.carousel-content__heading h2 {
    margin: 0
}

.carousel-content__quote {
    margin-bottom: 15px;
    padding: 8px 0;
    text-align-last: left;
    width: 100%;
    max-width: 560px;
    font-family: "UHC Sans Medium", Arial, Helvetica, sans-serif;
    font-size: 16px
}

@media screen and (max-width:767px) {
    .carousel-content__quote {
        margin-bottom: 19px;
        padding: 8px
    }
}

.carousel-content__quote p {
    line-height: 1.5em
}

.click-to-call {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 800px
}

.click-to-call h1,
.click-to-call h2,
.click-to-call h3,
.click-to-call h4,
.click-to-call h5,
.click-to-call h6 {
    margin-top: 0;
    margin-bottom: 0
}

.click-to-call p:first-child {
    font-size: 18px
}

.click-to-call p:not(first-child) {
    font-size: 14px
}

@media only screen and (max-width:890px) {
    .click-to-call {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: justify;
        align-content: space-between
    }

    .click-to-call__mobile {
        -ms-flex: 1;
        flex: 1;
        margin-left: 0;
        margin-right: 0;
        max-width: 600px;
        padding: 0 20px;
        -ms-flex-pack: center;
        justify-content: center
    }

    .click-to-call__mobile svg {
        margin-right: 30px
    }

    .click-to-call__mobile h1,
    .click-to-call__mobile h2,
    .click-to-call__mobile h3,
    .click-to-call__mobile h4,
    .click-to-call__mobile h5,
    .click-to-call__mobile h6 {
        margin: 0
    }

    .click-to-call .hc-flex__column {
        margin-left: 0;
        margin-right: 0
    }
}

.click-to-call__mr {
    margin-right: 30px
}

@media screen and (max-width:767px) {
    .click-to-call__mr {
        margin-right: 0
    }
}

.faq__qa__wrapper {
    border: 1px solid #b3b3b3;
    border-width: 1px 0 0 0;
    padding: 30px 0
}

.faq__qa__wrapper:last-child {
    border-width: 1px 0 1px 0
}

.faq__question {
    color: #222;
    cursor: pointer;
    margin: 0;
    padding-right: 50px;
    position: relative
}

.faq__question p {
    display: inline-block;
    padding-right: 20px
}

.faq__question.collapsed {
    color: #196ecf
}

.faq__question.collapsed .faq__toggle--icon {
    transform: rotate(0)
}

.faq__toggle--icon {
    background-color: #196ecf;
    border-radius: 20px;
    display: inline-block;
    fill: #fff;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    right: 0;
    transition: transform .3s cubic-bezier(.23, 1, .32, 1) 0s;
    top: 50%;
    transform: rotate(180deg);
    vertical-align: middle;
    width: 40px
}

.faq__answer {
    padding-right: 40px;
    padding-top: 10px
}

.survey {
    position: relative;
    z-index: 0
}

#SiteFeedback {
    overflow: auto
}

#SiteFeedback>* {
    margin: 0 auto
}

#SiteFeedback div {
    width: 100% !important;
    max-width: 750px;
    height: 100% !important
}

#SiteFeedback iframe {
    position: absolute
}

@media screen and (min-width:600px) {
    #SiteFeedback {
        height: 180px
    }
}

@media screen and (min-width:365px) and (max-width:599px) {
    #SiteFeedback {
        height: 200px
    }
}

@media screen and (max-width:364px) {
    #SiteFeedback {
        height: 220px
    }
}

.hc-flex__row {
    display: -ms-flexbox;
    display: flex
}

.hc-flex__column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.hc-flex__justify-center {
    -ms-flex-pack: center;
    justify-content: center
}

.hc-flex__justify-end {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.hc-flex__space-between {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hc-flex__align-center {
    -ms-flex-align: center;
    align-items: center
}

.hc-flex__flex-1 {
    -ms-flex: 1;
    flex: 1
}

.hc-flex__flex-3 {
    -ms-flex: 3;
    flex: 3
}

.hc-flex__self-flex-start {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.hc-flex__mr-30 {
    margin-right: 30px
}

.rich-text {
    padding-left: 30px;
    margin: 0 auto;
    max-width: 600px
}

.rich-text__fullWidth {
    max-width: none
}

.rich-text h1,
.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5,
.rich-text h6 {
    margin-top: 0;
    margin-bottom: 0
}

@media screen and (min-width:767px) {
    .rich-text {
        padding-left: 10px
    }
}

.rich-text__iconList ul {
    list-style: none;
    padding: 0
}

.rich-text__iconList ul li {
    position: relative;
    margin-left: 36px;
    margin-bottom: 16px
}

.rich-text__iconList li:before {
    content: '';
    background-size: cover;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 16px;
    vertical-align: center;
    position: absolute;
    left: -36px
}

.rich-text__whiteText {
    color: #fff !important
}

.flex-image-promo__content {
    padding: 0 60px
}

@media screen and (max-width:767px) {
    .flex-image-promo__image {
        display: none
    }
}

.spacer {
    display: block
}

.spacer-16 {
    height: 16px
}

.spacer-24 {
    height: 24px
}

.spacer-32 {
    height: 32px
}

.spacer-48 {
    height: 48px
}

.spacer-56 {
    height: 56px
}

.spacer-72 {
    height: 72px
}

.spacer-80 {
    height: 80px
}

.spacer-component {
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
    color: #ccc;
    font-size: 14px;
    font-style: italic
}

.card {
    background-color: #fff;
    border: solid 1px #e0e0e0;
    border-radius: 4px;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%
}

.color-picker[data-picker*="0,124,137"],
.color-picker[data-picker*="0,163,189"],
.color-picker[data-picker*="0,61,161"],
.color-picker[data-picker*="149,33,173"],
.color-picker[data-picker*="18,35,119"],
.color-picker[data-picker*="194,86,8"],
.color-picker[data-picker*="34,34,34"] {
    color: #fff !important;
    fill: #fff !important
}

.color-picker[data-picker*="0,124,137"]:focus,
.color-picker[data-picker*="0,124,137"]:hover,
.color-picker[data-picker*="0,163,189"]:focus,
.color-picker[data-picker*="0,163,189"]:hover,
.color-picker[data-picker*="0,61,161"]:focus,
.color-picker[data-picker*="0,61,161"]:hover,
.color-picker[data-picker*="149,33,173"]:focus,
.color-picker[data-picker*="149,33,173"]:hover,
.color-picker[data-picker*="18,35,119"]:focus,
.color-picker[data-picker*="18,35,119"]:hover,
.color-picker[data-picker*="194,86,8"]:focus,
.color-picker[data-picker*="194,86,8"]:hover,
.color-picker[data-picker*="34,34,34"]:focus,
.color-picker[data-picker*="34,34,34"]:hover {
    color: #fff !important;
    fill: #fff !important
}

.color-picker[data-override-picker*="245,245,245"],
.color-picker[data-override-picker*="255,255,255"] {
    color: #222 !important;
    fill: #222 !important
}

.color-picker[data-override-picker*="245,245,245"]:focus,
.color-picker[data-override-picker*="245,245,245"]:hover,
.color-picker[data-override-picker*="255,255,255"]:focus,
.color-picker[data-override-picker*="255,255,255"]:hover {
    color: #222 !important;
    fill: #222 !important
}

.color-picker[data-override-picker*="0,124,137"],
.color-picker[data-override-picker*="0,163,189"],
.color-picker[data-override-picker*="0,61,161"],
.color-picker[data-override-picker*="149,33,173"],
.color-picker[data-override-picker*="18,35,119"],
.color-picker[data-override-picker*="194,86,8"],
.color-picker[data-override-picker*="34,34,34"] {
    color: #fff !important;
    fill: #fff !important
}

.modal .header {
    margin: 0
}

.body-text__large {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .body-text__large {
        font-size: 18px;
    }   
}

.rich-text {
    --icon-image: none;
    --icon-size: 20px;
    --richtext-font-size: initial;
}

.rich-text__iconList li:before {
    background-image: var(--icon-image);
}

.rich-text__iconList.rich-text__iconSize ul li {
    margin-left: calc(var(--icon-size) + 16px)
}

.rich-text__iconList.rich-text__iconSize li::before {
    height: var(--icon-size);
    width: var(--icon-size);
    left: calc(0px - var(--icon-size) - 16px);
}
.rich-text__iconList.rich-text__fontSize ul li::before {
    margin-bottom: var(--richtext-font-size);
    top: calc((0px - var(--icon-size) + var(--richtext-font-size))/2);
    line-height: 1.2;
}

.rich-text__fontSize,
.rich-text__fontSize h1,
.rich-text__fontSize h2,
.rich-text__fontSize h3,
.rich-text__fontSize h4,
.rich-text__fontSize h5,
.rich-text__fontSize h6,
.rich-text__fontSize p,
.rich-text__fontSize ul li {
    font-size: var(--richtext-font-size);
}

.section-header__section {
    --section-header-image2: none;
    --section-header-fontSize: initial;
}

.section-header__fontSize h1,
.section-header__fontSize h2,
.section-header__fontSize h3,
.section-header__fontSize h4,
.section-header__fontSize h5,
.section-header__fontSize h6,
.section-header__fontSize p {
    font-size: var(--section-header-fontSize);
}

.section-header__content--iconList {
    background-image: var(--section-header-image2);
}

iframe {
    border: 0px;
}

@media screen and (max-width: 767px){
    .footer .footer-item__copyright {
        display: block;
    }
}

.landing-hero {
    --preheader-color: initial;
    --hero-fontsize: initial;
}

.landing-hero__preheader.landing-hero__preheader-color p:nth-of-type(1) {
    color: var(--preheader-color);
}

.landing-hero__titlesize.landing-hero__changesize h1,
.landing-hero__titlesize.landing-hero__changesize h2,
.landing-hero__titlesize.landing-hero__changesize h3, 
.landing-hero__titlesize.landing-hero__changesize h4,
.landing-hero__titlesize.landing-hero__changesize h5,
.landing-hero__titlesize.landing-hero__changesize h6 {
     font-size: var(--hero-fontsize);
}

.faq__question h2,
.faq__question h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.4px;
    margin: 0;
    display: inline-block;
    padding-right: 20px;
}

@media screen and (min-width:768px) {
    .faq__question h2,
    .faq__question h3 {
        font-size: 24px;
        line-height: 28.8px;
    }
}

.external-url {
    background-image: url('/etc/clientlibs/housecalls/images/external-url.svg');
    height: 12px;
    width: 12px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}

a:hover .external-url {
    transform: scale(1.2);
}
    
/*# sourceMappingURL=../maps/all-uhc.css.map */