@import url(https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Merriweather:300,300i,400&display=swap);

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

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

a {
    background-color: transparent
}

button,
input,
select {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

template {
    display: none
}

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

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

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html,
body {
    height: 100%
}

body {
    font-family: "Merriweather", serif;
    font-weight: 300;
    overflow-y: scroll;
    font-size: 1em;
    line-height: 1.4;
    padding: 0;
    margin: 0;
    color: #4d5156
}

.content {
    width: 100%
}

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

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

h1 {
    font-family: "Montserrat", sans-serif
}

p {
    font-size: .875rem;
    line-height: 1.3125rem;
    color: #4d5156;
    font-weight: 300;
    letter-spacing: -.00375rem;
    padding: .3125rem 0;
    font-family: Avant guard, Helvetica, Arial
}

.section {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.section__inner {
    width: 100%;
    padding: 0 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.section__col {
    width: 100%
}

.section__col--left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.section__col--right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.share-this {
    width: auto;
    height: 2em !important;
    display: flex
}

.share-this .at-share-btn-elements {
    height: 2em !important;
}

.share-this .at-resp-share-element .at-share-btn.at-svc-print {
    background-image: url(icon-print.png);
    background-size: .75rem;
    background-position: .25rem .3125rem;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
}

.share-this .at-resp-share-element .at-share-btn.at-svc-email {
    background-image: url(icon-mail.png);
    background-size: .6875rem;
    background-position: .3125rem .375rem;
    background-repeat: no-repeat;
    display: inline-block;
}

.at-share-btn svg,
.at-icon-wrapper svg {
    display: none;
}

.navigation__link {
    border-top: 4px solid transparent;
}

.navigation__link:has(a.current) {
    border-top: 4px solid #00b5e2;
}

@media screen and (min-width:768px) {
    .section__inner {
        padding: 0 2.5rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .section__col {
        width: 100%
    }

    .section__col--right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media screen and (min-width:1024px) {
    p {
        font-size: 1rem;
        line-height: 1.5625rem;
        letter-spacing: -.00625rem;
        padding: .3125rem 0;
        font-family: Avant guard, Helvetica, Arial
    }

    .section__inner {
        max-width: 75.9375rem;
        padding: 0 1.25rem
    }

    .section__col--left {
        width: 30%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .section__col--right {
        width: 65%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

body {
    z-index: 1
}

@media screen and (min-width:768px) {
    body {
        z-index: 2
    }
}

@media screen and (min-width:1024px) {
    body {
        z-index: 3
    }
}

.breadcrumb {
    width: 100%
}

.breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    white-space: nowrap;
    overflow: hidden
}

.breadcrumb ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Montserrat", sans-serif;
    display: none;
    width: auto;
    font-weight: 500;
    letter-spacing: -.01rem;
    font-size: .875rem;
    line-height: 1.0625rem;
    overflow: hidden;
    text-overflow: ellipsis
}

.breadcrumb ul li:last-child,
.breadcrumb ul li:first-child {
    overflow: visible;
    text-overflow: visible
}

.breadcrumb ul li:after {
    content: ">";
    display: inline-block;
    vertical-align: middle;
    padding: 0 .3125rem;
    color: #a6ca61;
    font-weight: 300
}

@media screen and (min-width:1024px) {
    .breadcrumb ul li {
        display: block;
        font-weight: 600;
        color: #000;
        background: #fff
    }

    .breadcrumb ul li:last-child:after {
        display: none
    }
}

.header-content {
    margin: .9375rem 1.875rem .9375rem 0;
    width: 100%
}

.header-content__left {
    margin: 0 0 .9375rem
}

@media screen and (min-width:768px) {
    .header-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 2.1875rem 0 .9375rem
    }

    .header-content__left {
        width: 55%;
        margin: 0
    }

    .header-content__right {
        width: 45%;
        margin: 0
    }

    .header-content__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media screen and (min-width:1024px) {
    .header-content {
        margin: .75rem 0 1.5rem
    }
}

.header {
    font-family: "Montserrat", sans-serif;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row now;
    flex-flow: row now;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: .0625rem solid #a4c8e1;
    position: relative;
    z-index: 2;
    background-image: url('menu_bg_strip.jpg');
    background-repeat: repeat-x;
    background-position: bottom
}

.header__accessibility {
    position: absolute;
    top: 0;
    left: 50%;
    width: 18.75rem;
    height: 1.1875rem;
    margin-left: -9.375rem;
    z-index: 1
}

.header__accessibility div {
    text-align: center;
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 500;
    color: #000
}

.header__accessibility div a {
    opacity: 0;
    text-decoration: none;
    position: absolute;
    top: -3.125rem;
    margin-left: -5rem;
    min-width: 10rem;
    color: #000
}

.header__accessibility div span {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    display: block
}

.header__inner {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative
}

.header__logo {
    width: 100%;
    padding: .9375rem 0 3.9375rem 1.25rem
}

.header__logo a {
    display: block;
    background-image: url(logo-desktop-biline-vsn_coav2.jpg);
    height: 7rem;
    text-decoration: none;
    color: #013e75;
    letter-spacing: -1px;
    font-size: 85%;
    background-size: 204px;
    height: 4.3125rem;
    background-repeat: no-repeat
}

.header__biline {
    padding-top: 80px;
    display: block;
    width: 100%
}

.header__right {
    width: 100%
}

.header__nav-toggle {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    width: 1.5625rem;
    height: 1.5625rem
}

.header__nav-toggle button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: 0 0;
    padding: 0;
    width: 1.5625rem;
    height: 1.5625rem;
    position: relative
}

.header__nav-toggle button span {
    width: 1.5625rem;
    height: .1875rem;
    background-color: #1a304d;
    display: block;
    position: absolute;
    left: 0
}

.header__search {
    position: absolute;
    left: 0;
    top: 4.25rem;
    width: 100%;
    background-color: #fff;
    padding: .9375rem 1.25rem;
    display: none
}

.header__search form {
    border-radius: 999px;
    background-color: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0
}

.header__search input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: 0 0;
    padding: 0;
    width: 85%;
    padding: .5rem .9375rem;
    color: #000;
    font-weight: 400;
    font-size: .875rem;
    line-height: .875rem
}

.header__search input[type=text]::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .8);
    font-weight: 400
}

.header__search input[type=text]::-moz-placeholder {
    color: rgba(0, 0, 0, .8);
    font-weight: 400
}

.header__search input[type=text]:-ms-input-placeholder {
    color: rgba(0, 0, 0, .8) !important;
    font-weight: 400
}

.header__search input[type=text]:-moz-placeholder {
    color: rgba(0, 0, 0, .8);
    font-weight: 400
}

.header__search button[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: 0 0;
    padding: 0;
    width: 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header__search button[type=submit] svg {
    color: #5c9f2e;
    height: 1.125rem;
    width: 1.125rem
}

.header__search-toggle {
    position: absolute;
    right: 3.4375rem;
    top: 1.25rem;
    width: 1.5625rem;
    height: 1.5625rem;
    margin-top: .125rem
}

.header__search-toggle button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: 0 0;
    padding: 0;
    width: 1.5625rem;
    height: 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header__search-toggle button svg {
    color: #5c9f2e;
    height: 1.125rem;
    width: 1.125rem
}

.header-search-clear {
    -webkit-appearance: none;
    background: 0 0;
    border: none;
    position: absolute;
    right: 3.75rem;
    top: 1.25rem;
    display: none;
    z-index: 5
}

.header-search-clear svg {
    width: .75rem;
    height: .75rem
}

@media screen and (min-width:768px) {
    .header__logo {
        padding: .9375rem 0 .9375rem 2.5rem
    }

    .header__logo a {
        width: 13.125rem;
        height: 3.1875rem
    }

    .header__nav-toggle {
        top: 1.5625rem;
        right: 2.5rem
    }

    .header__search {
        top: 5.0625rem
    }

    .header__search input[type=text] {
        width: 90%;
        padding: .625rem .9375rem
    }

    .header__search input[type=text]::-ms-clear {
        display: none
    }

    .header__search button[type=submit] {
        width: 8%
    }

    .header__search button[type=submit] svg {
        width: 1.125rem;
        height: 1.125rem;
        margin-top: .0625rem
    }

    .header__search-toggle {
        top: 1.5625rem;
        right: 5rem
    }

    .header__search-toggle button svg {
        width: 1.25rem;
        height: 1.25rem
    }

    .header-search-clear {
        right: 4.6875rem;
        top: 1.4375rem
    }
}

@media screen and (min-width:1024px) {
    .header__inner {
        padding: .2rem 1.25rem 0;
        max-width: 75.9375rem;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .header__nav-toggle {
        display: none
    }

    .header__logo {
        width: 16%;
        padding: 0
    }

    .header__logo a {
        background-image: url(logo-desktop-biline-vsn_COA.jpg);
        width: 18.3125rem;
        text-decoration: none
    }

    .header__search {
        top: 12px;
        bottom: -.3125rem;
        left: inherit;
        right: 3.125rem;
        background: #fff;
        padding: 0;
        display: block;
        opacity: 0;
        visibility: hidden;
        z-index: 4;
        max-width: 17.5rem
    }

    .header__search form {
        border-radius: 0;
        overflow: visible;
        padding: 0
    }

    .header__search input[type=text] {
        width: 15.3125rem;
        padding: .3125rem 1.25rem .3125rem 0;
        border-bottom: .125rem solid #274170;
        outline: 0
    }

    .header__search-toggle {
        position: relative;
        right: 0;
        top: 0;
        height: auto;
        width: 4.375rem
    }

    .header__search-toggle a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-decoration: none
    }

    .header__search-toggle button {
        width: auto;
        height: auto;
        position: relative
    }

    .header__search-toggle button svg {
        width: 1.0625rem;
        min-width: 1.0625rem;
        height: 1.0625rem;
        min-height: 1.0625rem;
        margin: 0 .3125rem 0 0
    }

    .header__right {
        width: 100%;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-line-pack: end;
        align-content: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: .5em
    }

    .header-search-clear {
        right: 1.875rem;
        top: .125rem
    }
}

.intro-page {
    margin: 0
}

.intro-page h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.6875rem;
    letter-spacing: -.04813rem;
    margin: 0;
    padding: 0 0 .5rem;
    display: block;
    width: 100%;
    color: #1a304d;
    background: #fff
}

@media screen and (min-width:1024px) {
    .intro-page h1 {
        font-size: 3rem;
        line-height: 3.0625rem;
        letter-spacing: -.08rem;
        font-weight: 600;
        padding: 0 0 1.875rem
    }
}

.list-related {
    margin: 1.4375rem 0 0;
    padding: 0 0 1rem;
    border-bottom: .0625rem solid #a4c8e1
}

.list-related__title {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    line-height: 1.1875rem;
    font-weight: 600;
    color: #1a304d;
    letter-spacing: -.03313rem;
    padding: 0 0 1.0625rem;
    margin: 0 0 1.25rem;
    border-bottom: .0625rem solid #a4c8e1
}

@media screen and (min-width:768px) {
    .list-related__inner {
        margin: 0 -1.25rem
    }
}

@media screen and (min-width:1024px) {
    .list-related {
        padding: 0 0 1.5625rem;
        border-bottom: .0625rem solid #a4c8e1
    }

    .list-related__title {
        font-family: "Montserrat", sans-serif;
        font-size: 1.5rem;
        line-height: 1.6875rem;
        color: #000;
        letter-spacing: -.05rem;
        padding: 0 0 .875rem;
        margin: 0 0 1.5625rem;
        border-bottom: .0625rem solid #a4c8e1
    }
}

.navigation {
    width: 100%;
    display: none;
    font-family: "Montserrat", sans-serif
}

.navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.navigation ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #1a304d;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.125rem;
    letter-spacing: -.02687rem;
    border-top: .0625rem solid #a4c8e1
}

.navigation ul li .navigation__link a {
    width: 90%
}

.navigation ul li a {
    color: #1a304d;
    text-decoration: none;
    padding: .75rem 1.25rem;
    display: block;
    width: 100%
}

.navigation__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.navigation__sub {
    display: none
}

.navigation__sub ul li {
    font-size: 1rem;
    font-weight: 400
}

.navigation__sub ul li a {
    padding: .75rem 1.875rem
}

.navigation__sub-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: 0 0;
    padding: 0;
    width: 1.5625rem;
    height: 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 1.25rem 0 0
}

/*
.navigation__sub-toggle:before {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
content: "";
display: block;
width: .625rem;
height: .625rem;
border-right: .125rem solid #1a304d;
border-bottom: .125rem solid #1a304d
}
*/
.navigation__link.menubgwhite .navigation__sub-toggle:before {
    display: inline-flex;
    border-color: #00b5e2 transparent transparent;
    border-style: solid;
    border-width: .3125rem .3125rem 0;
    content: "";
    height: 0;
    transform: translateY(-50%);
    transition: border-color .1s ease;
    width: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);

}

@media screen and (min-width:768px) {
    .navigation ul li a {
        padding: .75rem 2.5rem
    }

    .navigation__sub-toggle {
        margin: 0 2.5rem 0 0
    }

    .navigation__sub ul li a {
        padding: .75rem 3.125rem
    }
}

@media screen and (min-width:1024px) {
    .navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        border-right: .125rem solid #a4c8e1;
        margin: 0 1.3125rem 0 0;
        padding: 0 .1875rem 0 0
    }

    .navigation>ul>li:last-child .navigation__sub,
    .navigation>ul>li:nth-last-child(2) .navigation__sub {
        left: inherit;
        right: .875rem
    }

    .navigation ul {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .navigation ul li {
        border: none;
        display: block;
        height: auto;
        width: auto;
        position: relative
    }

    .navigation ul li .navigation__link {
        position: relative;
        z-index: 1
    }

    .navigation ul li .navigation__link a {
        width: auto;
        margin: 0;
        padding: 0
    }

    .navigation ul li a {
        padding: 0;
        width: auto;
        padding: 0 .875rem
    }

    .navigation__link {
        margin: 0 .625rem;
        width: auto
    }

    .navigation__link a {
        width: auto;
        position: relative;
        display: block;
        width: 100%
    }

    .navigation__link a:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -.625rem;
        height: .25rem;
        background-color: #1a304d;
        width: .0001%;
        display: block
    }

    .navigation__link button {
        display: none
    }

    .navigation__sub {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: .3125rem;
        padding: 2.125rem 0 0;
        left: .875rem;
        width: 21.875rem;
        opacity: 0;
        visibility: hidden
    }

    .navigation__sub ul {
        background-color: #f3f7ff;
        -webkit-box-shadow: 0 0 10px -7px #000;
        box-shadow: 0 0 10px -7px #000;
        border: 1px solid #dfdfdf
    }

    .navigation__sub ul li {
        width: 100%
    }

    .navigation__sub ul li:first-child a {
        border-top: none
    }

    .navigation__sub ul li a {
        padding: .65rem .5rem .75rem;
        border-top: .0625rem solid #a4c8e1
    }

    .navigation ul.navigation__secondary {
        position: absolute;
        top: -5.5rem;
        right: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .navigation ul.navigation__secondary li:last-child a {
        padding: 0 0 0 .875rem
    }

    .navigation ul.navigation__secondary li a {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: .875rem;
        line-height: .875rem;
        color: #000
    }
}

.share-this {
    width: auto;
    display: none
}

@media screen and (min-width:1024px) {
    .share-this {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        margin: 0 1.0625rem 0 0;
        padding: 0 1.0625rem 0 0;
        border-right: .125rem solid #a4c8e1 max-height:2em !important;
    }

    .share-this__title {
        font-family: "Montserrat", sans-serif;
        color: #000;
        background: #fff;
        font-size: .875rem;
        line-height: 1rem;
        letter-spacing: -.01rem;
        font-weight: 500;
        margin: 0 .4375rem 0 0
    }
}

.sub-nav {
    display: none;
    width: 100%
}

.sub-nav__wrapper {
    width: 100%
}

@media screen and (min-width:1024px) {
    .sub-nav {
        display: block;
        margin: 0 0 2.6875rem
    }

    .sub-nav__title {
        font-family: "Montserrat", sans-serif;
        color: #274170;
        font-weight: 700;
        font-size: 1.125rem;
        line-height: 1.3125rem;
        letter-spacing: -.0375rem;
        border-bottom: .0625rem solid #c6dae7;
        padding: 0 0 .5rem;
        margin: 0 0 .5rem
    }

    .sub-nav__wrapper {
        padding: 0 0 .9375rem;
        border-bottom: .0625rem solid #c6dae7
    }

    .sub-nav__wrapper ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .sub-nav__wrapper ul li {
        margin: 0;
        padding: 0;
        list-style: none;
        font-family: "Montserrat", sans-serif;
        color: #274170;
        font-weight: 300;
        font-weight: 300;
        font-size: 1rem;
        line-height: 1.1875rem;
        letter-spacing: -.03313rem
    }

    .sub-nav__wrapper ul li.active {
        font-weight: 500
    }

    .sub-nav__wrapper ul li.active a {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        border-radius: 3px;
        background-color: #274170;
        color: #c8dd9b
    }

    .sub-nav__wrapper ul li.active a:before {
        background-position: 0 -.9375rem
    }

    .sub-nav__wrapper ul li a {
        color: #274170;
        background: #fff;
        text-decoration: none;
        display: block;
        width: 100%;
        padding: .75rem 0 .75rem 1.9375rem;
        position: relative
    }

    .sub-nav__wrapper ul li a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background-image: url(icon-sub-nav.png);
        background-repeat: no-repeat;
        background-size: .5625rem;
        width: .5625rem;
        height: .8125rem;
        background-position: 0 0;
        left: .75rem;
        top: .9375rem
    }
}

.tips__wrapper {
    width: 100%
}

.tips__item {
    border-radius: 3px;
    width: 100%;
    border: .0625rem solid #00b7e7;
    margin: 0 0 .9375rem;
    padding: 1.125rem .9375rem
}

.tips__item-title {
    font-family: "Montserrat", sans-serif;
    color: #1a304d;
    font-weight: 600;
    background: #fff;
    font-size: 1rem;
    line-height: 1.1875rem;
    letter-spacing: -.03313rem;
    margin: 0 0 .75rem
}

.tips__item-content {
    font-size: .875rem;
    line-height: 1.3125rem;
    letter-spacing: -.00375rem;
    color: #4d5156;
    background: #fff
}

.tips__item-cta {
    margin: .625rem 0 0
}

.tips__item-cta a {
    font-family: "Montserrat", sans-serif;
    color: #274170;
    background: #fff;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.1875rem;
    text-decoration: none;
    background-image: url(bg-triangle.png);
    background-size: .5rem;
    background-position: 0 center;
    background-repeat: no-repeat;
    padding: 0 0 0 .8125rem
}

@media screen and (min-width:1024px) {
    .tips__item-content {
        letter-spacing: -.00562rem
    }
}

@media screen and (min-width:320px) {
    .header__search-toggle {
        top: 1.5rem;
        margin-top: 0
    }

    .header__search-toggle button {
        width: 2rem;
        height: 2rem;
        left: 2.5rem
    }

    .sub-nav {
        font-family: Avant guard, Helvetica, Arial
    }
}

@media screen and (min-width:1024px) {
    .header__search-toggle {
        top: 0;
        right: 3em;
        margin-top: 0
    }

    .header__search-toggle button {
        width: auto;
        height: auto
    }
}

.tips__item-content {
    font-family: "Montserrat", sans-serif
}

@media screen and (min-width:1024px) {
    .header__search input[type=text] {
        width: 100%;
        border-bottom: none;
        outline: 0
    }

    .header__search {
        max-width: 25.2rem;
        bottom: auto;
        top: .9em
    }

    .header__search-toggle {
        height: 2em
    }

    .header__search-toggle button {
        top: .9em
    }
}

.list-related {
    margin-bottom: 1em
}

.list-related__title {
    clear: both
}

.intro-page ul {
    font-family: Avant guard, Helvetica, Arial;
    color: #242629
}

h1 {
    width: 100%
}

.sectioninner {
    max-width: 75.9375rem;
    margin: auto
}

.content p,
.content li,
.content select {
    font-family: Avant guard, Helvetica, Arial;
    color: #242629;
    font-size: 1.02rem
}

div.header__logo .sr-only,
.sr-only {
    display: none
}

div.header__nav-toggle>button>span.sr-only {
    color: #fff;
    background-color: #1a304d
}

.header__search input[type=text] {
    padding: .425rem
}

@media screen and (min-width:1024px) {
    .sub-nav__wrapper ul li.active>a {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        border-radius: 3px;
        background-color: #274170;
        color: #c8dd9b
    }

    .sub-nav__wrapper ul li a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background-image: none;
        background-repeat: no-repeat;
        background-size: .5625rem;
        width: .5625rem;
        height: .8125rem;
        background-position: 0 0;
        left: .75rem;
        top: .9375rem
    }

    .navigation>ul>li {
        font-size: .9rem
    }
}

@media screen and (min-width:1170px) {
    .navigation>ul>li {
        font-size: 1rem
    }
}

@media screen and (min-width:932px) {
    body {
        z-index: 3
    }
}

@media screen and (min-width:0px) {
    .sub-nav__wrapper ul li a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background-image: url(icon-sub-nav.png);
        background-repeat: no-repeat;
        background-size: .5625rem;
        width: .5625rem;
        height: .8125rem;
        background-position: 0 0;
        left: .75rem;
        top: .9375rem
    }

    .sub-nav {
        display: block;
        width: 100%
    }
}

.content li {
    padding-top: .25em !important;
    padding-bottom: .25em !important
}

@media screen and (min-width:400px) {
    .header__logo {
        padding: .9375rem 0 1.8rem 1.25rem
    }

    .header__logo a {
        background-image: url(Comcare_logo.svg);
        background-size: 240px;
        height: 6.2rem;
        text-decoration: none
    }

    .header__biline {
        color: #013e75;
        font-family: "Montserrat", sans-serif;
        font-size: 100%;
        display: block;
        width: 100%;
        padding-top: 80px;
        letter-spacing: -1px;
        font-size: 125%
    }
}

@media screen and (min-width:660px) {
    .header__logo {
        padding: 0
    }

    .header__logo a {
        background-image: url(Comcare_logo.svg);
        background-size: 280px;
        width: 70%;
        text-decoration: none
    }

    .header__biline {
        color: #013e75;
        font-family: Avant guard, Helvetica, Arial;
        font-size: 110%;
        display: block;
        width: 22em;
        margin-left: 300px;
        padding-top: 1em;
        letter-spacing: -1px;
        font-size: 125%
    }
}

@media screen and (min-width:1024px) {
    .header__logo a {
        background-image: url(Comcare_logo.svg);
        width: 300px;
        text-decoration: none
    }

    .header__biline {
        color: #013e75;
        font-family: Avant guard, Helvetica, Arial;
        font-size: 120%;
        display: block;
        width: 22em;
        margin-left: 100%;
        padding-top: 1.4em;
        letter-spacing: -1px
    }
}

@media screen and (max-width:480px) {
    h1 {
        font-size: 1.75em;
        margin: .47em 0
    }

    .sub-nav__title {
        font-family: "Montserrat", sans-serif;
        color: #274170;
        font-weight: 700;
        font-size: 1.125rem;
        line-height: 1.3125rem;
        letter-spacing: -.0375rem;
        border-top: .0625rem solid #c6dae7;
        padding: .5rem 0 .5rem;
        margin: 0 0 .5rem
    }

    .sub-nav__wrapper ul {
        padding-left: 0
    }

    .sub-nav__wrapper ul li {
        margin: 0;
        padding: 0;
        list-style: none;
        color: #1a304d;
        font-weight: 600;
        font-size: 1rem;
        line-height: 1.125rem;
        letter-spacing: -.02687rem;
        border-top: .0625rem solid #a4c8e1
    }

    .sub-nav__wrapper ul li:last-child {
        border-bottom: .0625rem solid #a4c8e1
    }

    .sub-nav__wrapper ul li a {
        color: #1a304d;
        text-decoration: none;
        padding: .75rem 1.25rem;
        display: block;
        width: 100%
    }

    .sub-nav__wrapper ul li.active a {
        background-color: #274170;
        color: #c8dd9b
    }

    .header__logo {
        width: auto;
        padding: 0 .5rem 1rem 1.25rem
    }

    .header__logo a {
        display: inline-block;
        background-image: url(logo-mob2.jpg);
        text-decoration: none;
        color: #013e75;
        letter-spacing: -1px;
        font-size: 85%;
        background-size: 220px;
        height: 100%;
        background-repeat: no-repeat
    }

    .header {
        background-image: none
    }
}

@media screen and (max-width:768px) {
    .header__search {
        width: 80%
    }
}

@media screen and (max-width:400px) {
    .header__search {
        width: 100%
    }

    .header__search form {
        overflow: visible
    }
}

@media screen and (max-width:1023px) {
    .header {
        font-family: "Montserrat", sans-serif;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row now;
        flex-flow: row now;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        border-top: .0625rem solid #a4c8e1 !important;
        position: relative;
        z-index: 2;
        background-image: none !important;
        background-repeat: repeat-x;
        background-position: bottom
    }

    .sub-nav__title {
        font-family: "Montserrat", sans-serif;
        color: #274170;
        font-weight: 700;
        font-size: 1.125rem;
        line-height: 1.3125rem;
        letter-spacing: -.0375rem;
        border-top: .0625rem solid #c6dae7;
        padding: .5rem 0 .5rem;
        margin: 0 0 .5rem
    }

    .sub-nav__wrapper ul {
        padding-left: 0
    }

    .sub-nav__wrapper ul li {
        margin: 0;
        padding: 0;
        list-style: none;
        color: #1a304d;
        font-weight: 600;
        font-size: 1rem;
        line-height: 1.125rem;
        letter-spacing: -.02687rem;
        border-top: .0625rem solid #a4c8e1
    }

    .sub-nav__wrapper ul li:last-child {
        border-bottom: .0625rem solid #a4c8e1
    }

    .sub-nav__wrapper ul li a {
        color: #1a304d;
        text-decoration: none;
        padding: .75rem 1.25rem;
        display: block;
        width: 100%
    }

    .sub-nav__wrapper ul li.active a {
        background-color: #274170;
        color: #c8dd9b
    }
}

@media screen and (max-width:1020px) {
    .header {
        background-image: none
    }
}

#printfooter {
    display: none
}

#content a:visited {
    color: #274170
}

.header__search-toggle button svg {
    color: #497e25
}

.header__search button[type=submit] svg {
    color: #497e25
}

.header__search form {
    overflow: visible
}

.header,
.garden {
    background-image: none !important
}

#main div.content {
    z-index: 1
}

#devbread,
h1.page-heading,
div.audiencebtn {
    display: none
}

.sectioninner {
    max-width: 100%
}

.header-content {
    max-width: 75.9375rem;
    margin: 1.6875rem auto 2.6875rem auto
}

.section__inner {
    max-width: 100%;
    padding: 0
}

.section__col--left {
    width: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: none
}

.section__col--right {
    width: 100%
}

.prevention-enforcement p,
.reviews__cases p,
.intro_text_collapsed p,
.intro_text_collapsed ul,
.intro_text_collapsed li {
    color: #fff
}

.reviews__cases p {
    font-size: 1.25rem
}

.main {
    padding: 0;
    margin: 0
}

.main li,
.main ul {
    list-style-type: disc !important
}

.main .external-url:after {
    content: ' '
}

@font-face {
    font-family: Raleway-Bold;
    src: url(Raleway-Bold.ttf)
}

@font-face {
    font-family: Roboto-Regular;
    src: url(Roboto-Regular.ttf)
}

.main {
    overflow: hidden;
    font-family: Roboto-Regular, sans-serif;
    color: #343434;
    overflow-y: scroll;
    font-size: 16px;
    line-height: 1.4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.main *,
.main :before,
:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

.main h1 {
    color: inherit
}

.main button {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    line-height: normal;
    text-transform: none;
    -webkit-appearance: button
}

.main ul {
    display: block !important;
    -webkit-margin-before: 1em !important;
    -webkit-margin-after: 1em !important;
    -webkit-margin-start: 0 !important;
    -webkit-margin-end: 0 !important
}

.main li {
    display: list-item !important;
    background-image: none !important;
    padding: 0 !important;
    margin-left: 30px !important
}

.main a {
    text-decoration: none
}

.main button {
    color: inherit;
    background: 0 0;
    border: 0
}

.main .rotate-it {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
}

.main .whiteArrow {
    width: 20px;
    height: 22px;
    display: inline-block;
    background: url(Vector_Smart_Object_1.png) center top/cover no-repeat
}

.main .whiteArrow--small {
    width: 15px;
    height: 16px
}

.main .external-url {
    margin-right: 20px;
    position: relative;
    white-space: nowrap
}

.main .external-url:after {
    position: absolute;
    right: -20px;
    width: 16px;
    height: 16px;
    top: 1.5px
}

.reviews__cases__content {
    border: 2px solid #273c52;
    border-top: 0;
    padding: 30px;
    font-family: Roboto-Regular, sans-serif;
    display: none
}

.reviews__cases__content .reviews__cases__content__HL {
    font-weight: 700
}

.reviews__cases__content .reviews__cases__content__HL,
.reviews__cases__content li,
.reviews__cases__content p {
    padding: 10px 0
}

.reviews__cases__content li,
.reviews__cases__content p,
.reviews__cases__content ul {
    margin: 0
}

.financial-performance__funding-ratio__diagram .FR-percent {
    position: absolute;
    top: 20px;
    right: 40px;
    color: #fff;
    font-size: 28px
}

.financial-performance__funding-ratio__diagram .FR-percent--base {
    display: none
}

.intro {
    background: url(intro_background.jpg) center top/cover no-repeat #1a3443;
    min-height: 586px;
    position: relative;
    z-index: 101
}

.intro:after {
    position: absolute;
    left: 50%;
    bottom: -29px;
    margin-left: -30px;
    content: '';
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #192c38
}

.animate__btn {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 3
}

.animate__btn:not(.YesOpacity) {
    opacity: .8
}

.animateLabel {
    position: absolute;
    top: -25px;
    text-align: center;
    width: 100%;
    color: #fff
}

.animate__btn .animate__btn__circle {
    width: 24px;
    height: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    content: '';
    background: #192c38;
    top: 3px;
    position: absolute;
    z-index: 2;
    left: 3px
}

.animate__btn .animate__btn__circle--on {
    background: #00c357
}

.animate__btn .animate__btn__back {
    background: #fff;
    width: 100px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.animate__btn .animate__btn__text {
    width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-transform: capitalize
}

.animate__btn .animate__btn__text--on {
    text-align: right
}

.intro__gradient {
    min-height: 586px;
    text-align: center;
    color: #fff;
    padding: 85px 35px 90px;
    font-size: 18px;
    font-family: Roboto-Light, sans-serif;
    background: #2a607e;
    background: -webkit-linear-gradient(180deg, #2a607e, #172c3a 50%);
    background: -o-linear-gradient(180deg, #2a607e, #172c3a 50%);
    background: -moz-linear-gradient(180deg, #2a607e, #172c3a 50%);
    background: linear-gradient(180deg, #2a607e, #172c3a 50%)
}

.intro__gradient--collapsed {
    opacity: .91
}

.intro__gradient h1 {
    margin: 0 0 20px;
    font-family: Raleway, sans-serif;
    font-size: 30px;
    font-weight: 700;
    display: block
}

.intro__gradient .intro_text {
    text-align: left;
    margin: 0 auto;
    max-width: 800px
}

.intro__gradient .intro__selectView {
    font-size: 15px;
    display: inline-block
}

.intro__gradient .intro__selectView .intro__selectView__io {
    display: table
}

.intro__gradient .intro__selectView .intro__selectView__io--icon {
    margin: 8px auto 0
}

.intro__gradient .collapsed__container {
    display: none;
    padding-bottom: 20px
}

.intro__gradient .collapsed__container__btn {
    display: inline-block;
    margin: 16px 0;
    height: 30px;
    font-size: 14px;
    background: #018892;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.intro__gradient .collapsed__container__btn .collapsed__btn-div {
    display: inline-block;
    white-space: nowrap
}

.intro__gradient .collapsed__container__btn .collapsed__btn-div--text {
    text-align: left;
    width: 80px;
    white-space: nowrap
}

.intro__gradient .collapsed__container__btn .collapsed__btn-div--arrow {
    width: 20px;
    height: 7px;
    position: relative
}

.intro__gradient .collapsed__container__btn .collapsed__btn-div--arrow:after,
.intro__gradient .collapsed__container__btn .collapsed__btn-div--arrow:before {
    bottom: 0;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute
}

.intro__gradient .collapsed__container__btn .collapsed__btn-div--arrow:after {
    border-bottom-color: #018892;
    border-width: 5px;
    margin-left: -5px
}

.intro__gradient .collapsed__container__btn .collapsed__btn-div--arrow:before {
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px
}

.scheme-tooltip--intro {
    position: relative;
    z-index: 98;
    opacity: 1;
    display: inline-block;
    font-size: 16px;
    font-family: Roboto-Regular, sans-serif
}

.intro__sections {
    margin: 20px auto 0;
    font-family: Raleway, sans-serif;
    font-size: 22px;
    font-weight: 700;
    display: table;
    height: 70px
}

.schemaMenu__cell .schemaMenu__trigger,
.schemaMenu__menu__item--active {
    font-family: Raleway-Bold, sans-serif
}

.intro__sections>div {
    width: 100%;
    margin-bottom: 20px
}

.intro__sections .intro__sections__button {
    border-bottom: 4px solid transparent
}

.intro__sections .intro__sections__button--scheme {
    color: #00b7e7
}

.intro__sections .OverView--active {
    border-bottom: 4px solid #00b7e7
}

.intro__sections .intro__sections__button--licensees {
    color: #00c357
}

.intro__sections .intro__sections__button--government {
    color: #ff7c00
}

.intro__scrollMouse {
    display: none
}

.schemaMenu {
    height: 120px;
    position: relative
}

.schemaMenu__menu {
    position: absolute;
    background: #203244;
    width: 100%;
    top: 80px;
    left: 0;
    z-index: 100;
    text-align: center;
    display: none
}

.schemaMenu__menu__items {
    padding-top: 40px;
    text-align: right;
    display: inline-block;
    color: #bec6c9
}

.schemaMenu__menu__items .schemaMenu__menu__item--active {
    color: #fff
}

.main button.schemaMenu__menu__item {
    position: relative;
    display: table;
    margin: 30px 0 30px auto;
    padding: 0 20px 0 0;
    height: 22px;
    line-height: 22px;
    width: 200px;
    font-size: 16px;
    text-align: right
}

.schemaMenu__menu__item .schemaMenu__menu__items__circle {
    position: absolute;
    right: -10px;
    top: 0;
    content: '';
    border: 2px solid #fff;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px
}

.schemaMenu__menu__item--active .schemaMenu__menu__items__circle {
    background: #fff
}

.schemaMenu__table {
    width: 100%;
    display: table;
    background: #203244;
    z-index: 100
}

.schemaMenu__table--state {
    position: relative;
    height: 120px
}

.schemaMenu__cell {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden
}

.schemaMenu__cell .schemaMenu__cell__half {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;
    padding: 10px
}

.schemaMenu__cell .schemaMenu__cell__half--backToTop {
    display: none
}

.schemaMenu__cell .schemaMenu__cell__half--backToTop .backToTop__btn {
    display: table-cell;
    vertical-align: middle
}

.schemaMenu__cell .schemaMenu__cell__half--backToTop .backToTop__btn--text {
    padding-right: 12px
}

.schemaMenu__cell .schemaMenu__cell__half--backToTop .backToTop__btn--arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
}

.schemaMenu__cell .schemaMenu__trigger {
    padding: 10px;
    margin: 0 auto;
    display: table;
    white-space: nowrap
}

.schemaMenu__cell .schemaMenu__trigger--mainMenu {
    color: #00b7e7;
    font-size: 20px;
    line-height: 28px
}

.schemaMenu__cell .schemaMenu__trigger--backToTop {
    display: none;
    font-family: Roboto-Light, sans-serif;
    color: #fff;
    font-size: 14px
}

.schemaMenu__cell .schemaMenu__btn--text {
    padding-right: 10px
}

.schemaMenu__cell .schemaMenu__btn--arrow {
    width: 23px;
    height: 13px;
    display: inline-block
}

.schemaMenu__cell .schemaMenu__btn--arrow-OverView {
    position: relative
}

.schemaMenu__cell .schemaMenu__btn--arrow-OverView:after,
.schemaMenu__cell .schemaMenu__btn--arrow-OverView:before {
    bottom: 0;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute
}

.schemaMenu__cell .schemaMenu__btn--arrow-OverView:after {
    border-bottom-color: #203244;
    border-width: 8px;
    margin-left: -8px
}

.schemaMenu__cell .schemaMenu__btn--arrow-OverView:before {
    border-bottom-color: #00b7e7;
    border-width: 15px;
    margin-left: -15px
}

.scheme-tooltip {
    text-align: center;
    text-transform: none
}

.scheme-coverage__mobile_title {
    display: block;
    text-align: center;
    font-weight: 700;
    margin-top: 15px
}

.select-feedback__label {
    display: block;
    text-align: center;
    margin-top: 40px
}

.summary-feedback_radio {
    width: 170px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 45px;
    font-size: 16px;
    margin-top: 20px
}

.summary-feedback__date {
    margin-top: 40px;
    display: none
}

@media (min-width:26em) {
    .schemaMenu__menu__item {
        font-size: 12px;
        width: 160px
    }

    .intro__scrollMouse {
        display: none
    }

    .intro__gradient {
        padding-top: 85px
    }

    .schemaMenu__cell .schemaMenu__cell__half {
        width: 49%
    }

    .schemaMenu__cell .schemaMenu__cell__half--backToTop {
        display: inline-block
    }

    .schemaMenu__menu {
        width: 50%
    }

    .select-feedback {
        display: none
    }
}

@media (min-width:75em) {
    .intro__gradient {
        padding-top: 100px
    }

    .intro__gradient h1 {
        font-size: 60px
    }

    .intro__gradient .intro__sections>div {
        display: table-cell;
        vertical-align: middle;
        width: 33%
    }

    .intro__gradient .intro__sections>div:not(:last-of-type) {
        border-right: 1px solid #898989
    }

    .intro__gradient .intro__sections .intro__sections__button--scheme {
        margin-right: 40px
    }

    .intro__gradient .intro__sections .intro__sections__button--licensees {
        margin: 0 80px
    }

    .intro__gradient .intro__sections .intro__sections__button--government {
        margin-left: 40px
    }

    .intro__scrollMouse {
        font-size: 15px;
        margin: 60px auto 10px -11px;
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%
    }

    .intro__scrollMouse .intro__scrollMouse__btn {
        width: 22px;
        min-width: 22px;
        height: 32px;
        min-height: 32px;
        position: relative;
        background: url(Scroll.png) center/21px 32px no-repeat
    }

    .schemaMenu__cell .schemaMenu__cell__half {
        width: 49%
    }

    .schemaMenu__cell .schemaMenu__cell__half--backToTop {
        display: inline-block
    }

    .schemaMenu__menu {
        width: 50%
    }

    .schemaMenu__menu__item {
        width: 200px;
        font-size: 16px
    }

    .scheme-coverage__mobile_title {
        display: none
    }

    .select-feedback {
        display: none
    }
}

.cases li {
    color: #fff
}

.schemaMenu__btn--arrow {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.collapsed__btn-div--arrow {
    -webkit-transform: rotate(180deg) !important;
    -moz-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2) !important
}

.main .rotate-it {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
}

.rsbtn span,
.rsbtn a {
    color: #333 !important
}

.intro-page h1 {
    background-color: transparent !important
}

li {
    font-family: "Montserrat", sans-serif
}

#menuBack {
    display: none
}

.tips__item {
    display: none
}

.specialnotice {
    background-color: #497e25;
    margin-left: auto;
    margin-right: auto;
    max-width: 1373px;
    width: 100%;
    position: relative;
    z-index: 2000
}

#page-header {
    position: relative;
    z-index: 2000
}

.header__biline {
    display: none
}

#headinner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1373px;
    width: 100%;
    background-color: #fff
}

.header__inner {
    max-width: 100%;
    margin: auto;
    padding-top: 1.55rem;
    padding-left: 0;
    padding-right: 0
}

.header__logo {
    padding-bottom: 0;
    padding-left: 4.5em
}

.header__logo a {
    background-image: url(Comcare_logob.svg);
    width: 300px
}

.header__right {
    border-top: 1px solid #c6dae7 !important;
    padding-top: 0;
    padding-bottom: 0;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: end;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: end;
    justify-content: space-between
}

.header__search {
    top: 0;
    bottom: 0;
    max-width: 30.2rem
}

.header__search-toggle button {
    top: .5rem;
    left: 0
}

#nav-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #000;
    opacity: .3;
    border: 3px solid green;
    z-index: 1;
    display: none
}

.navigation {
    border-right: none
}

.navigation ul li .navigation__link {
    padding-right: 2em;
    padding-left: 1em;
    margin: 0
}

.navigation ul li .navigation__link a {
    padding-top: 1em;
    padding-bottom: 1em;
    margin: 0;
    padding-left: 0;
    padding-right: 0
}

.navigation__link button {
    display: inline
}

.navigation ul li .navigation__link {
    padding: 0
}

#megamenuUL>li {
    padding: .1em .7em .1em 0;
    margin-left: auto
}

#megamenuUL>li:last-child {
    padding-right: 0
}

.navigation__sub-toggle:before {
    display: inline-flex;
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: .3125rem .3125rem 0;
    content: "";
    height: 0;
    transform: translateY(-50%);
    width: 0
}

.nav-out {
    display: flex;
    width: 65%;
    flex-direction: column;
    margin: 3em 1em
}

.in-menu {
    width: 100%;
    display: flex;
    margin-top: 0 !important
}

.m-menu-node_rightfeat {
    width: 23%;
    margin: 3em 1em 1em;
    background-color: #eef7ff;
    padding: 2em
}

.mm_feat-title {
    font-size: 175%;
    color: #000;
    line-height: 1.3em;
    font-weight: 600
}

.m-menu-node_rightfeat p {
    color: #000;
    font-family: 'Montserrat';
    font-weight: 400
}

.m-menu-node_rightfeat a {
    color: black !important;
    font-family: 'Montserrat';
    font-weight: 600;
    padding-left: 0 !important
}

.navigation {
    justify-content: center;
    width: 100%
}

.navigation ul {
    justify-content: space-evenly;
    padding-right: 3em
}

#headinner .navigation ul li .navigation__sub {
    visibility: hidden
}

#mobnavclose,
#mobnavopen {
    display: none
}

.navigation ul li {
    position: initial !important
}

.navigation ul.navigation__secondary li a {
    font-weight: 400;
    color: #2e2e2e
}

div.navigation__link>a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    height: .25rem;
    background-color: transparent;
    width: 0;
    display: block
}

.navigation__sub {
    max-width: 1373px;
    top: 100%;
    width: 100% !important;
    background-color: #f3f7ff !important;
    padding: .3em 0 .4em 0 !important;
    border: 0 solid #003c71;
    left: 0 !important
}

.navigation>ul>li:last-child .navigation__sub {
    left: 0 !important
}

.navigation__sub,
.in-menu {
    background-color: #ffffff !important
}

.navigation__sub ul {
    box-shadow: none !important;
    border: none !important
}

.navigation>.navigation__secondary {
    justify-content: flex-end !important;
    display: inline-block;
    top: -4.5rem !important
}

.nav-item {
    position: initial;
    align-items: flex-start;
    line-height: 1.5rem
}

.in-menu {
    width: 80%;
    margin-top: 2em !important
}

.in-menu>li,
.in-menu>li.nav-item {
    width: 50% !important;
    margin-top: 1em !important
}

.in-menu>li,
.in-menu>li.nav-item,
.in-menu>li>a.nav-link {
    border: none !important
}

.chevron-right:after {
    margin-left: 4px;
    content: url('right-thin-chevron-sml.svg');
    background-color: transparent
}

.in-menu>li>a.nav-link {
    padding-bottom: .25em;
    border-bottom: none !important;
    font-weight: 600;
    font-size: 1rem
}

#main {
    background-image: none;
    margin-top: 0
}

.intro-page h1,
.breadcrumb ul li,
.share-this__title {
    background-color: transparent !important
}

.header__search,
.header__search-toggle {
    right: 0
}

.header__search button[type=submit] svg {
    color: #003c71
}

#subscribe-top {
    display: none
}

.header {
    background-image: none !important
}

.garden {
    background-image: none !important
}

.header {
    border-bottom: 2px solid #c6dae7 !important
}

.garden {
    border-top: 0 solid #c6dae7 !important;
    border-bottom: none !important
}

#globalsearch .header__search-toggle button svg {
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    min-height: 1.5rem;
    margin: 0 .3125rem 0 0
}

.header__search input[type=text] {
    font-size: 1rem
}

@media screen and (min-width:1230px) {
    .navigation ul.navigation__secondary {
        right: 6rem
    }
}

@media screen and (min-width:1024px) {
    .navigation ul li {
        position: initial
    }

    .navigation ul {
        justify-content: flex-start !important;
        padding-left: 4em !important
    }

    .navigation__sub ul li a {
        margin-right: .5em !important
    }

    .navigation>ul>li>div>a {
        color: black !important
    }

    #globalsearch {
        position: absolute;
        display: inline-block;
        top: -5.5em;
        right: 3em
    }

    .header__search-toggle button svg {
        color: white !important
    }

    .header__logo a {
        width: 300px
    }

    .navigation>ul>li>div>a {
        color: black !important
    }

    .navigation .navigation__secondary {
        right: 6rem !important
    }
}

@media screen and (min-width:768px) {
    .navigation__sub-toggle {
        margin: 0
    }
}

@media screen and (max-width:1200px) {
    #megamenuUL>li {
        margin-left: auto
    }

    .navigation ul li .navigation__link {
        padding-right: 0;
        padding-left: 0
    }

    #menuBack>a:before {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        content: "";
        display: block;
        width: .625rem;
        height: .625rem;
        border-right: .125rem solid #000;
        border-bottom: .125rem solid #000;
        position: absolute;
        margin-top: .2em;
        left: 1.2em
    }
}

@media screen and (max-width:1050px) {
    #megamenuUL>li {
        margin-left: -.25em
    }
}

@media screen and (max-width:1023px) {
    #megamenuUL>li {
        margin-left: 0
    }

    #megamenuUL {
        width: 100% !important;
        padding-right: 3em
    }

    .in-menu,
    .in-menu>li,
    .in-menu>li.nav-item {
        width: 100% !important
    }

    .in-menu,
    .in-menu>li,
    .in-menu>li.nav-item {
        margin-top: 0 !important
    }

    .header {
        background-image: none !important
    }

    #mobnavopen {
        display: block
    }

    .header__search-toggle {
        top: 1rem;
        right: 4em;
        display: none
    }

    .header__search-toggle button {
        width: 2.5rem;
        height: 2.5rem;
        color: #fff
    }

    .header__inner {
        padding-top: .55rem
    }

    .header__logo {
        padding-left: .5em;
        height: 6rem
    }

    .header__nav-toggle {
        right: .75rem;
        top: 1.5rem;
        width: auto;
        height: auto
    }

    .header__nav-toggle button {
        width: auto;
        height: auto
    }

    .header__search button[type=submit] svg {
        color: #fff
    }

    #menuBack>a {
        padding-left: 2.5em
    }

    #megamenuUL,
    #megamenuUL li {
        padding-right: 0;
        border-bottom: 1px #ededed solid;
        border-top: none
    }

    .navigation ul li .navigation__link {
        padding-right: 0;
        padding-left: 0;
        padding-right: 0;
        padding-left: 1em
    }

    .nav-out {
        width: 100%;
        margin: 0
    }

    .navigation ul.in-menu {
        padding-right: 0
    }

    .in-menu>li>a.nav-link {
        padding-bottom: 1.1em;
        padding-top: 1.2em;
        padding-right: 1em
    }

    .in-menu>li>a.nav-link.chevron-right:after {
        display: none
    }

    .in-menu>li,
    .in-menu>li.nav-item {
        border-bottom: 1px #ededed solid !important
    }

    .in-menu>li:first-child {
        border-top: 1px #ededed solid !important
    }

    .navigation ul.navigation__secondary {
        padding-right: 0;
        width: 100%
    }

    .navigation>.navigation__secondary li {
        padding-left: 0;
        border-top: none;
        border-bottom: 1px #ededed solid
    }

    .navigation ul.navigation__secondary li a {
        padding-bottom: 1.1em;
        padding-top: 1.2em;
        padding-left: 1em
    }

    .header__search {
        border-bottom: 2px solid #003c71
    }

    .in-menu {
        flex-direction: column
    }

    .header__search {
        max-width: 100%
    }

    .m-menu-node_rightfeat {
        width: 90%
    }
}

@media screen and (max-width:840px) {
    .navigation ul li .navigation__link {
        padding-right: 1em
    }

    .header__logo {
        width: auto
    }

    .header__logo {
        padding-top: .5rem;
        padding-bottom: 0
    }

    .header__logo a {
        background-size: contain;
        width: 200px;
        text-decoration: none;
        margin-left: 1em
    }

    .header__right {
        padding-top: 0;
        padding-bottom: 0
    }

    .navigation ul li .navigation__link a:before {
        display: none
    }

    #megamenuUL>li {
        padding-top: 0;
        margin-left: 0
    }

    #menuBack>a {
        padding-left: 2.5em
    }
}

@media screen and (max-width:768px) {
    .header__search {
        width: 100%
    }

    .navigation__sub-toggle {
        margin: 0
    }

    #menuBack>a {
        padding-left: 2.5em
    }
}

@media screen and (max-width:480px) {
    #megamenuUL>li {
        padding-top: 0;
        margin-left: 0
    }

    .navigation ul li .navigation__link {
        padding-right: 0
    }

    .navigation ul li .navigation__link a:before {
        display: none
    }

    #subscribe-top {
        display: inline-block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 130px;
        background-image: url(Mobile-eNews-triangles.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: -1em -2em
    }

    .navigation__sub-toggle {
        margin-right: 0;
        height: 50px;
        width: 50px
    }

    #menuBack {
        position: relative
    }

    #menuBack>a {
        padding-left: 2.5em;
        font-weight: 400;
        padding-top: 1em;
        padding-bottom: 1em
    }

    #menuBack>a:before {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        content: "";
        display: block;
        width: .625rem;
        height: .625rem;
        border-right: .125rem solid #000;
        border-bottom: .125rem solid #000;
        position: absolute;
        margin-top: .2em;
        left: 1.2em
    }

    #page-header {
        position: fixed;
        top: 0;
        background-color: #fff;
        max-height: calc(100%);
        overflow-y: auto
    }

    .header__inner {
        padding-top: 0
    }

    #main {
        margin-top: 5em
    }

    .header__logo {
        height: 5rem
    }
}