html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    -ms-word-wrap: break-word;
}

dl, dt, dd, ol, ul, li {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    border-width: 0px 1px;
    height: 858px;
    background-color: rgb(242, 242, 242);
    margin-left: -1px;
    margin-right: -2px;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.u-margin-bottom-72 {
    margin-bottom: 72px;
}

.u-margin-bottom-64 {
    margin-bottom: 64px;
}

.u-margin-bottom-48 {
    margin-bottom: 48px;
}

.u-margin-bottom-24 {
    margin-bottom: 24px !important;
}

.u-margin-bottom-24 {
    margin-bottom: 24px;
}

.u-margin-bottom-16 {
    margin-bottom: 16px;
}

.u-margin-top-72 {
    margin-top: 72px;
}

.u-margin-top-56 {
    margin-top: 56px;
}

.u-margin-top-48 {
    margin-top: 48px;
}

.u-margin-top-16 {
    margin-top: 16px;
}

.u-margin-top-24 {
    margin-top: 24px;
}

.u-margin-right-24 {
    margin-right: 24px;
}

.u-margin-right-16 {
    margin-right: 16px;
}

.u-hide {
    display: none !important;
}

@media only screen and (min-width:1200px) {
    .u-hide__desktop {
        display: none !important;
    }
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
    .u-hide__desktop {
        display: none !important;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .u-hide__mobile {
        display: none !important;
    }
}

@media only screen and (max-width:767px) {
    .u-hide__mobile {
        display: none !important;
    }
}

.u_upperCase {
    text-transform: uppercase;
}

.u-textCentered {
    text-align: center;
}

.u-pageContentMarginTop {
    margin-top: 140px;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .u-pageContentMarginTop {
        margin-top: 70px;
    }
}

@media only screen and (max-width:767px) {
    .u-pageContentMarginTop {
        margin-top: 70px;
    }
}

.u-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
}

.u-maxWidth {
    width: 100%;
}

.u-transform {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
}

.a-button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #007da6;
    border-radius: 5px;
    height: 70px;
    cursor: pointer;
    max-width: 350px;
    width: 100%;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
}

    .a-button span.icon {
        background: url("../Images/Icons/mygovid_logo_white_button_icon.svg") no-repeat center;
        float: right;
        width: 30px;
        height: 30px;
        padding: 2px 2px 2px 2px;
    }

.a-button--longText {
    font-size: 16px;
}

.a-button--large {
    width: 368px;
}

.a-button--smallText {
    font-size: 15px;
}

.a-button:hover {
    opacity: .75;
}

.a-button--submitButton {
    border-bottom-style: none;
    border-bottom-width: 0;
    border-left-color: #fff;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: #fff;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: #fff;
    border-top-width: 0;
    font-family: Montserrat,sans-serif;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
    .a-button {
        width: 70%;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .a-button {
        width: 70%;
    }
}

@media only screen and (max-width:767px) {
    .a-button {
        width: 60%;
    }
}

.a-button:disabled {
    background-color: #939393;
    cursor: not-allowed;
}

.a-notificationButton {
    display: inline-block;
    border: none;
    color: #000;
    border-radius: 5px;
    font-size: 14px;
    text-align: right;
    text-decoration: underline;
}

.a-loginButton {
    font-family: 'Helvetica';
    line-height: 18px;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background-color: #007da6;
    height: 46px;
    border-radius: 6px;
    border: 2px solid #fff;
    cursor: pointer;
    padding: 5px 10px;
    background-clip: padding-box;
}

    .a-loginButton.loginButton-large {
        font-size: 20px;
        line-height: 25px;
        font-weight: 400;
        padding: 20px 40px 40px;
    }

@media only screen and (max-width:768px) {
    .a-loginButton {
        width: 100%;
        padding: 0 10px;
        height: 60px;
        font-size: 20px;
    }
}


@media only screen and (max-width:480px) {
    .a-loginButton.loginButton-large {
        padding: 5px 0 0 0;
    }
}

@media only screen and (max-width:767px) {
    .a-loginButton {
        width: 100%;
        padding: 0 10px;
        height: 60px;
        font-size: 20px;
    }
}

.a-modalCloseButton {
    position: absolute;
    top: 11%;
    right: 10.5%;
    background-color: #0fabdd;
    border-radius: 50%;
    z-index: 3;
    cursor: pointer;
    opacity: .8;
    transition: opacity .3s;
    height: 46px;
    width: 46px;
    color: #000;
}

.a-modalCloseButton__text {
    text-align: center;
    padding-top: 15px;
    font-weight: 600;
}

@media only screen and (max-width:767px) {
    .a-modalCloseButton__text {
        padding-top: 11px;
    }
}

@media only screen and (max-width:767px) {
    .a-modalCloseButton {
        top: 28%;
        right: 3%;
        height: 36px;
        width: 36px;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .a-modalCloseButton {
        top: 27%;
        right: 1%;
    }
}

.a-modalCloseButton:hover, .a-modalCloseButton:active {
    opacity: 1;
}

.a-primaryHeading {
    font-family: Montserrat-Bold;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    color: #007da6;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .a-primaryHeading {
        font-size: 44px;
        line-height: 40px;
    }
}

@media only screen and (max-width:767px) {
    .a-primaryHeading {
        font-size: 36px;
        line-height: 40px;
    }
}

.a-primaryHeading--white {
    color: #fff;
}

.a-primaryHeading--blue {
    color: #007da6;
}

.a-primaryHeading--leftAligned {
    text-align: left;
}

.a-secondaryHeading {
    font-family: 'Montserrat-Bold';
    font-size: 36px;
    line-height: 44px;
    color: #007da6;
}


.a-secondaryHeading--leftAligned {
    text-align: left;
}

.a-secondaryHeading--centerAligned {
    text-align: center;
}

.a-tertiaryHeading {
    font-family: 'Montserrat-Bold';
    font-size: 28px;
    line-height: 34px;
    color: #007da6;
    margin-bottom: 10px;
}

.a-tertiaryHeading--white {
    color: #fff;
}

.a-navbarModalHeading {
    padding-top: 10px;
    font-size: 20px;
    font-weight: 600;
}

.a-smallHeading {
    font-family: 'Montserrat-Bold';
    font-size: 21px;
    font-weight: 600;
    color: #007da6;
    line-height: 28px;
}

.a-heroImage {
    height: 460px;
    width: 580px;
    opacity: 0;
    animation: fadeIn 1s;
    animation-delay: .4s;
    animation-fill-mode: forwards;
}

@media only screen and (max-width:767px) {
    .a-heroImage {
        height: 100%;
        width: 100%;
    }
}

.a-heroImage--small {
    height: auto;
    width: 150px;
}

.a-logoImage {
    width: 100%;
    height: 100%;
    max-width: 200px;
    min-width: 120px;
    max-height: 120px;
}

.a-logoImage__small {
    max-width: 120px;
    max-height: 70px;
}

[class^="icon-"], [class*=" icon-"] {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-signin_id_logo:before {
    content: "\e909";
}

.form-signin .buttons button:hover, .form-signin .buttons button:focus, .form-signin .buttons button:active, .form-signin .buttons button:active:focus, .form-signin .buttons button:active:hover, .form-signin .buttons button.active:hover {
    color: #fff;
    text-decoration: none !important;
    transition: opacity .5s ease;
    opacity: .75;
    background-color: #007da4 !important;
    cursor: pointer;
}

.buttons #continue, .buttons #next, .buttons #verifyCode, .buttons #newVerifyCode {
    color: #fff;
    background-color: #006b94;
    border-radius: 4px;
    min-width: 150px;
    height: 50px;
    border: none;
}

.a-iconImage {
    height: 60%;
    width: 100%;
    max-width: 124px;
}

.a-playButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 80px;
    cursor: pointer;
    z-index: 499;
}

@media only screen and (max-width:767px) {
    .a-playButton {
        max-width: 40px;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .a-playButton {
        max-width: 60px;
    }
}

.a-tickMenuImage {
    display: inline-block;
    width: 18px;
    height: 18px;
    text-decoration: none;
}

.a-whiteDownArrowImage {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.a-tickImage {
    display: inline-block;
    width: 32px;
    height: 20px;
}

.a-mainHomePageImage {
    z-index: 1;
    width: 750px;
}

.a-circleImage {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.a-errorImage {
    width: 100%;
}

.a-ScrollTopImage {
    width: 28px;
    height: auto;
}

.a-buttonLogoImage {
    width: 32px;
    vertical-align: middle;
    height: 32px;
    margin-bottom: 5px;
}

.a-headerLogo {
    width: 368px;
    height: 70px;
}

@media only screen and (max-width: 767px) {
    .a-headerLogo {
        width: 200px;
        height: 70px;
    }
}

.a-linkText {
    font-size: 21px;
    line-height: 32px;
    color: #007da6;
    font-weight: 300;
    text-decoration-skip-ink: none;
    opacity: 1;
    text-decoration: underline;
    text-align: left;
}


    .a-linkText:focus {
        color: #007da6;
        text-decoration: underline;
    }

    .a-linkText:hover {
        -webkit-transition: opacity .5s;
        transition: opacity .3s;
        opacity: .75;
    }

.a-linkText--centered {
    text-align: center;
}

.a-linkText--inlineBlock {
    display: inline-block;
    width: 100%;
}

.a-linkText--displayBlock {
    display: block;
}

.a-linkText--large {
    font-size: 32px;
}

@media only screen and (max-width:767px) {
    .a-linkText--large {
        font-size: 28px;
        line-height: 36px;
    }
}

.a-linkText--small {
    font-size: 18px;
}

.a-expandableLink {
    font-size: 21px;
    line-height: 32px;
    color: #007da6;
    font-weight: 300;
    text-decoration: underline;
    font-size: 18px;
    cursor: pointer;
    font-weight: 600;
    text-decoration-skip-ink: none;
}

.a-expandableLink__show {
    display: inline-block;
    width: 29%;
    vertical-align: top;
    text-align: right;
    font-weight: 400;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .a-expandableLink__show {
        float: none;
    }
}

@media only screen and (max-width:767px) {
    .a-expandableLink__show {
        float: none;
    }
}

.a-expandableLink__hide {
    vertical-align: top;
    text-align: right;
    font-weight: 400;
}

.a-logoLink {
    width: 100%;
    height: 100%;
    display: inline-block;
    max-width: 200px;
}

.a-logoLink--withImage {
    display: inline-block;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .a-logoLink--withImage {
        width: 45%;
        padding: 0 5px;
    }
}

@media only screen and (max-width:767px) {
    .a-logoLink--withImage {
        width: 45%;
        padding: 0 5px;
    }
}

.a-undecoratedLinkText {
    font-weight: 600;
    color: #007da6;
    line-height: 32px;
    text-decoration: none;
}

.a-undecoratedLinkText--small {
    font-size: 12px;
}

.a-notificationLink {
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.a-iconLink--Logo {
    clear: both;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    font-size: 48px;
    text-decoration: none;
    color: #fff;
    /*width: 300px;*/
}

    .a-iconLink--Logo:hover {
        text-decoration: none;
        color: #fff;
    }

.a-headerLink {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    text-decoration: none;
    color: #007da6 !important;
    font-size: 16px;
    font-weight: normal;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .a-headerLink {
        text-align: left;
    }
}

@media only screen and (max-width:767px) {
    .a-headerLink {
        text-align: left;
    }
}

.a-headerLink--active {
    font-weight: 600;
}

.a-headerLink:hover {
    text-decoration: none;
    color: #72afd2 !important;
}

.a-headerLink__small {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    text-decoration: underline;
}

.a-headerLink--smallText {
    font-size: 14px;
}

.a-primaryTextLink {
    font-size: 32px;
    line-height: 42px;
    color: #007da6;
    text-decoration-skip-ink: none;
}

.a-primaryTextLink--white {
    color: #fff;
}

.a-scrollTopLink {
    z-index: 490;
    position: fixed;
    right: 24px;
    bottom: 16px;
    display: none;
    text-decoration: none;
    border-radius: 34px;
    background-color: #0fabdd;
    padding: 16px 16px;
    box-shadow: 0 0 15px rgba(108,108,108,.4);
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .a-scrollTopLink {
        display: block;
    }
}

@media only screen and (max-width:767px) {
    .a-scrollTopLink {
        display: block;
    }
}

.a-basicList {
    padding-left: 14px;
}

.a-basicList__listItem {
    font-size: 21px;
    line-height: 32px;
    color: #5c5858;
    font-weight: 300;
    list-style-image: url("/content/images/mygovid_icon_assets_v1.5_bullet.png");
}

.a-cardList {
    padding-left: 60px;
}

.a-cardList__listItem {
    font-size: 18px;
    line-height: 24px;
    width: 344px;
    list-style-image: url("/content/images/mygovid_icon_assets_v1.5_bullet.png");
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .a-cardList__listItem {
        width: 260px;
    }
}

@media only screen and (max-width:767px) {
    .a-cardList__listItem {
        width: 100%;
    }
}

.a-cardList__hideMoreThan3 li:nth-of-type(1n+4) {
    display: none;
}

.a-navList {
    display: table-cell;
    vertical-align: middle;
    padding-left: 0;
    text-align: left;
}

.a-navList__listItem {
    display: inline-block;
    list-style: none;
    padding-right: 12px;
    font-family: 'Montserrat';
}

.last_listItem {
    float: right;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold';
}

    .last_listItem .a-headerLink {
        font-size: 14px;
    }

@media only screen and (min-width:768px) and (max-width:1023px) {
    .a-navList__listItem {
        display: block;
        text-decoration: underline;
        padding: 8px 0;
    }
}

@media only screen and (max-width:767px) {
    .a-navList__listItem {
        display: block;
        text-decoration: underline;
        padding: 8px 0;
    }
}

.a-navList__itemDescription {
    text-decoration: none;
    padding-top: 0;
    margin-top: -5px;
    line-height: 18px;
    font-size: 14px;
    color: #5c5858 !important;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .a-navList__itemDescription {
        color: #fff !important;
    }
}

@media only screen and (max-width:767px) {
    .a-navList__itemDescription {
        color: #fff !important;
    }
}

.a-navList__itemDescription > a {
    color: #007da6;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .a-navList__itemDescription > a {
        color: #fff;
    }
}

@media only screen and (max-width:767px) {
    .a-navList__itemDescription > a {
        color: #fff;
    }
}

.a-horizontalList {
    padding-left: 0;
    display: inline-block;
    text-align: right;
    vertical-align: text-top;
}

.a-horizontalList__listItem {
    display: table-cell;
    vertical-align: middle;
    list-style: none;
    padding-right: 8px;
    color: #007da6;
    font-size: 16px;
    font-weight: 600;
}

.a-horizontalLinkList {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
    .a-horizontalLinkList {
        padding: 0;
        text-align: left;
        display: block;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .a-horizontalLinkList {
        padding: 0;
        text-align: left;
        display: block;
    }
}

@media only screen and (max-width:767px) {
    .a-horizontalLinkList {
        padding: 0;
        text-align: left;
        display: block;
    }
}

.a-horizontalLinkList__listItem {
    font-family: 'Montserrat-Light';
    display: inline-block;
    list-style: none;
    margin-left: 16px;
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
    .a-horizontalLinkList__listItem {
        margin-left: 0;
        margin-right: 8px;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .a-horizontalLinkList__listItem {
        margin-left: 0;
        margin-right: 8px;
    }
}

@media only screen and (max-width:767px) {
    .a-horizontalLinkList__listItem {
        margin-left: 0;
        margin-right: 8px;
        display: block;
    }
}

.a-primaryText {
    font-size: 32px;
    line-height: 42px;
    font-weight: 300;
    text-align: center;
    color: #5c5858;
}

@media only screen and (max-width:767px) {
    .a-primaryText {
        font-size: 28px;
        line-height: 36px;
    }
}

.a-primaryText--white {
    color: #fff;
}

.a-primaryText--bold {
    font-weight: 600;
}

.a-primaryText--leftAligned {
    text-align: left;
}

.a-primaryText--small {
    font-size: 21px;
}

.a-secondaryText {
    font-family: 'Montserrat';
    font-size: 21px;
    line-height: 28px;
    color: #757070;
}

.a-secondaryText--bold {
    font-weight: 600;
}

.a-secondaryText--white {
    color: #fff;
}

.a-secondaryText--red {
    color: #f00000;
}

.a-secondaryText--large {
    font-size: 24px;
}

.a-secondaryText--centered {
    text-align: center;
}

.a-secondaryText--small {
    font-size: 18px;
}

.a-FaqText {
    display: inline-block;
    width: 70%;
    font-weight: 500;
    font-size: 24px;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .a-FaqText {
        width: 100%;
    }
}

@media only screen and (max-width:767px) {
    .a-FaqText {
        width: 100%;
    }
}

.a-FaqText--centered {
    text-align: center;
    width: 100%;
}

.a-answerText {
    border-top: solid 2px rgba(0,0,0,.1);
    width: 100%;
    font-size: 21px;
}

.a-copyrightText {
    font-family: 'Montserrat-Light';
    display: table-cell;
    font-size: 12px;
    color: #939393;
    text-align: left;
    vertical-align: middle;
    line-height: 18px;
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
    .a-copyrightText {
        display: block;
        line-height: 24px;
        margin-bottom: 8px;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .a-copyrightText {
        display: block;
        line-height: 24px;
        margin-bottom: 8px;
    }
}

@media only screen and (max-width:767px) {
    .a-copyrightText {
        display: block;
        line-height: 24px;
        margin-bottom: 8px;
        text-align: center;
    }
}

.a-logoDescriptorText {
    font-size: 21px;
    line-height: 32px;
    color: #5c5858;
    font-weight: 300;
    line-height: 24px;
    font-size: 12px;
    color: #cbcbcb;
    width: 100%;
    margin-left: 12px;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .a-logoDescriptorText {
        font-size: 12px;
    }
}

@media only screen and (max-width:767px) {
    .a-logoDescriptorText {
        font-size: 12px;
    }
}

.a-logoText {
    text-transform: uppercase;
    font-weight: 400;
}

.a-notificationMessage {
    text-align: left;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    color: #5c5858;
}

.a-labelText {
    font-size: 21px;
    line-height: 32px;
    color: #5c5858;
    font-weight: 300;
    font-weight: 600;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
}

.a-validationMessageText {
    display: block;
    font-size: 14px;
    color: #f00000;
}

.a-nonBreakingText {
    display: block;
    text-align: center;
    white-space: nowrap;
}

.a-addressText {
    font-size: 21px;
    line-height: 32px;
    color: #5c5858;
    font-weight: 300;
    font-weight: 600;
}

.a-videoBox {
    display: block;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(108,108,108,.1);
    opacity: .6;
}

.a-videoBox__autoplay {
    height: 450px;
    opacity: .6;
    box-shadow: none;
}

.a-table {
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 32px rgba(108,108,108,.1);
    background-color: #fff;
    border-collapse: collapse;
}

.a-table__td {
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #767676;
    height: 64px;
}

.a-table__th {
    text-align: center;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #007da6;
    height: 88px;
    vertical-align: middle;
    line-height: 16px;
}

.a-table__tdLogo {
    max-height: 64px;
    width: 15% !important;
}

.a-table__thead {
    background-color: #007da6;
    color: #fff;
}

.a-table__thead__tr th:first-child {
    padding-left: 16px;
}

.a-table__thead__tr th:last-child {
    padding-right: 16px;
}

.a-table__tbody {
    background-color: #fff;
}

.a-table__tbody__tr:first-Child td > span {
    margin-top: 16px;
}

.a-table__tbody__tr:last-Child td > span {
    margin-bottom: 24px;
}

.a-table__tbody__tr td:first-child > span {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-left: 16px;
    width: -webkit-calc(100% - 2*8px);
    width: -moz-calc(100% - 2*8px);
    width: calc(100% - 2*8px);
}

.a-table__tbody__tr td:last-child > span {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-right: 16px;
    width: -webkit-calc(100% - 2*8px);
    width: -moz-calc(100% - 2*8px);
    width: calc(100% - 2*8px);
}

.a-inputText {
    width: 100%;
    display: block;
    height: 60px;
    padding: 16px;
    background-color: #f0eeec;
    font-size: 16px;
    font-family: Montserrat;
    box-sizing: border-box;
    border-radius: 5px;
    color: #555;
    line-height: 1.42857143;
    border: 1px solid #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .a-inputText:focus {
        z-index: 2;
        border: 1px solid #0fabda;
        background-color: #fff;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        outline: none;
    }

.a-inputText--large {
    height: 180px;
    resize: none;
}

.a-dropdown {
    width: 30%;
    max-width: 100%;
    display: block;
    height: 60px;
    padding: 16px;
    outline: none;
    background-color: #f0eeec;
    font-size: 16px;
    font-family: Montserrat;
    box-sizing: border-box;
    border-radius: 5px;
    color: #555;
    line-height: 1.42857143;
    border: 1px solid #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-appearance: push-button;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: url("/content/images/selectTriangle.svg");
    background-size: 12px;
    background-color: #f0eeec;
    background-position-x: 97%;
    background-position-y: center;
    background-repeat: no-repeat;
}

#partnerDocumentPagination .pagination-container .pagination {
    display: table;
    padding-left: 0;
    margin: 20px auto;
    border-radius: 4px;
}

.a-dropdown:focus {
    z-index: 2;
    border: 1px solid #0fabda;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    outline: none;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .a-dropdown {
        width: 100%;
        max-width: 100%;
        margin-bottom: 4px;
    }
}

@media only screen and (max-width:767px) {
    .a-dropdown {
        width: 100%;
        max-width: 100%;
        margin-bottom: 4px;
    }
}

.a-radioButton {
    top: 9px;
    left: 9px;
    width: 20px;
    height: 24px;
    border-radius: 50%;
    vertical-align: top;
}

.a-field-validation-error {
    border: 1px solid #f00000;
    outline: 0;
}

.a-inputList {
    list-style-type: none;
    padding-left: 0;
    border-radius: 5px;
}

.a-inputList__listItem {
    background-color: #f0eeec;
    min-height: 50px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border-radius: 5px;
    vertical-align: top;
}

.m-videoLinkBox {
    text-decoration: none;
}

.m-footerLinks {
    padding: 24px 0;
    width: 100%;
    display: table;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-footerLinks {
        margin: 0 auto;
        text-align: center;
        width: -webkit-calc(100% - 2*24px);
        width: -moz-calc(100% - 2*24px);
        width: calc(100% - 2*24px);
    }
}

@media only screen and (max-width:767px) {
    .m-footerLinks {
        margin: 0 auto;
        text-align: center;
        width: -webkit-calc(100% - 2*24px);
        width: -moz-calc(100% - 2*24px);
        width: calc(100% - 2*24px);
    }
}

.m-footerAccessText {
    width: 20%;
    height: inherit;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
    .m-footerAccessText {
        display: block;
        padding: 8px 0;
        margin: 0 auto;
        text-align: center;
        width: -webkit-calc(100% - 2*24px);
        width: -moz-calc(100% - 2*24px);
        width: calc(100% - 2*24px);
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-footerAccessText {
        display: block;
        padding: 8px 0;
        margin: 0 auto;
        text-align: center;
        width: -webkit-calc(100% - 2*24px);
        width: -moz-calc(100% - 2*24px);
        width: calc(100% - 2*24px);
    }
}

@media only screen and (max-width:767px) {
    .m-footerAccessText {
        display: block;
        padding: 8px 0;
        margin: 0 auto;
        text-align: center;
        width: -webkit-calc(100% - 2*24px);
        width: -moz-calc(100% - 2*24px);
        width: calc(100% - 2*24px);
    }
}

.m-greyRelyingParties {
    width: 80%;
    height: inherit;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
    .m-greyRelyingParties {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: -webkit-calc(100% - 2*24px);
        width: -moz-calc(100% - 2*24px);
        width: calc(100% - 2*24px);
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-greyRelyingParties {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: -webkit-calc(100% - 2*24px);
        width: -moz-calc(100% - 2*24px);
        width: calc(100% - 2*24px);
    }
}

@media only screen and (max-width:767px) {
    .m-greyRelyingParties {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: -webkit-calc(100% - 2*24px);
        width: -moz-calc(100% - 2*24px);
        width: calc(100% - 2*24px);
    }
}

.m-greyRelyingParties__Logos {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: space-between;
    height: inherit;
    flex-flow: row wrap;
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
    .m-greyRelyingParties__Logos {
        display: block;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-greyRelyingParties__Logos {
        display: block;
    }
}

@media only screen and (max-width:767px) {
    .m-greyRelyingParties__Logos {
        display: block;
    }
}

.m-greyRelyingParties__Logos .m-comingSoonLogo {
    max-width: 135px;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-greyRelyingParties__Logos .m-comingSoonLogo {
        width: 40%;
        margin: auto;
    }
}

@media only screen and (max-width:767px) {
    .m-greyRelyingParties__Logos .m-comingSoonLogo {
        margin: auto;
        width: 100%;
    }
}

.m-greyRelyingParties__Logos .a-logoLink--withImage {
    vertical-align: top;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-greyRelyingParties__Logos .a-logoLink--withImage {
        width: 100%;
        margin: auto;
    }
}

@media only screen and (max-width:767px) {
    .m-greyRelyingParties__Logos .a-logoLink--withImage {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-greyRelyingParties__Logos .a-logoLink--withImage img {
        width: 100%;
    }
}

@media only screen and (max-width:767px) {
    .m-greyRelyingParties__Logos .a-logoLink--withImage img {
        margin-top:5px;
    }
}

.m-logoLinkSection {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}

    .m-logoLinkSection > .m-comingSoonLogo {
        width: 19%;
        max-width: 200px;
        margin: 0 16px;
    }

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-logoLinkSection > .m-comingSoonLogo {
        width: 45%;
        margin: 0 6px;
        max-width: 150px;
    }
}

@media only screen and (max-width:767px) {
    .m-logoLinkSection > .m-comingSoonLogo {
        width: 45%;
        margin: 0 6px;
        max-width: 150px;
    }
}

.m-logoLinkSection > a.a-logoLink {
    width: 19%;
    margin: 0 16px;
    max-width: 200px;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-logoLinkSection > a.a-logoLink {
        width: 45%;
        margin: 0 6px;
        max-width: 150px;
    }
}

@media only screen and (max-width:767px) {
    .m-logoLinkSection > a.a-logoLink {
        width: 45%;
        margin: 0 6px;
        max-width: 150px;
    }
}

.m-comingSoonLogo {
    display: inline-block;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-comingSoonLogo {
        width: 45%;
    }
}

@media only screen and (max-width:767px) {
    .m-comingSoonLogo {
        display: block;
    }
}

.m-comingSoonLogo > img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-height: 100px;
}

.m-comingSoonLogo > p {
    display: block;
    text-align: center;
}

.m-comingSoonLogo .a-logoText--grey {
    color: #cbcbcb;
}

.m-primaryTitleBox {
    margin: 0 0 64px 0;
}

@media only screen and (max-width:767px) {
    .m-primaryTitleBox {
        padding: 0 24px 0 24px;
    }
}

.m-infoBox {
    padding: 56px 80px 0 80px;
}

@media only screen and (max-width:767px) {
    .m-infoBox {
        padding: 56px 24px 0 24px;
    }
}

.m-secondaryTitleBox {
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 0 250px;
    margin-top: 80px;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-secondaryTitleBox {
        margin-bottom: 56px;
    }
}

@media only screen and (max-width:767px) {
    .m-secondaryTitleBox {
        padding: 0 70px;
        transform: none;
    }

        .m-secondaryTitleBox .a-secondaryText {
            text-align: left;
        }
}

/* Portrait and Landscape */
@media only screen and (max-width: 320px) {
    .m-secondaryTitleBox {
        padding: 0 40px;
    }

    .a-secondaryHeading {
        font-size: 34px;
    }

    .a-tertiaryHeading {
        font-size: 24px;
    }

    .a-secondaryText {
        font-size: 20px;
    }
}

@media only screen and (min-width:1200px) {
    .m-secondaryTitleBox .a-secondaryHeading {
        text-align: center;
    }

    .m-secondaryTitleBox .a-secondaryText {
        text-align: center;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-secondaryTitleBox--centered .a-secondaryHeading {
        text-align: center;
    }

    .m-secondaryTitleBox--centered .a-secondaryText {
        text-align: center;
    }
}

@media only screen and (max-width:767px) {
    .m-secondaryTitleBox--centered .a-secondaryHeading {
        text-align: center;
    }

    .m-secondaryTitleBox--centered .a-secondaryText {
        text-align: center;
    }
}

@media only screen and (min-width:1200px) {
    .m-secondaryTitleBox--noMarginBottom {
        margin-bottom: 0;
    }
}

.m-heroTitleBox {
    width: 490px;
    position: relative;
    z-index: 101;
    opacity: 0;
    animation: fadeIn 2s;
    animation-delay: .2s;
    animation-fill-mode: forwards;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-heroTitleBox {
        width: 100%;
    }
}

@media only screen and (max-width:767px) {
    .m-heroTitleBox {
        width: 100%;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-heroTitleBox .a-primaryHeading--leftAligned {
        text-align: center;
        padding: 32px 16px 24px 16px;
        margin-top: 0;
    }
}

@media only screen and (max-width:767px) {
    .m-heroTitleBox .a-primaryHeading--leftAligned {
        text-align: center;
        padding: 32px 16px 24px 16px;
        margin-top: 0;
        margin-bottom: 32px;
    }
}

@media only screen and (max-width:767px) {
    .m-heroTitleBox .a-primaryHeading--leftAligned {
        text-align: center;
        margin-bottom: 0;
        padding: 32px 16px 16px 16px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
    .m-heroTitleBox .a-primaryHeading {
        margin-top: -24px;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-heroTitleBox .a-primaryText--leftAligned {
        text-align: center;
    }
}

@media only screen and (max-width:767px) {
    .m-heroTitleBox .a-primaryText--leftAligned {
        text-align: center;
        padding: 0 16px;
    }
}

.m-heroTitleBox .a-tertiaryHeading {
    text-align: center;
}

.m-heroTitleBox .a-heroImage--small {
    margin: auto;
    display: block;
    padding: 24px 0;
}

.m-heroTitleBox--wide {
    width: 100%;
}

.m-relyingPartyExpandable {
    padding-right: 8px;
    padding-bottom: 8px;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-relyingPartyExpandable {
        padding-bottom: 24px;
    }
}

@media only screen and (max-width:767px) {
    .m-relyingPartyExpandable {
        padding-bottom: 24px;
    }
}

.m-modal__content {
    width: 100%;
    height: 100%;
}

.m-modal__iframe {
    width: 100%;
    height: 100%;
}

.m-modal__videoContent {
    background-color: #fff;
    transform: scale3d(1,1,1) translateZ(0);
    opacity: .99;
    width: 80%;
    height: 80%;
    border-radius: 6px;
    position: absolute;
    bottom: 10%;
    left: 10%;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-modal__videoContent {
        width: 100%;
        height: 50%;
        border-radius: 0;
        bottom: 24%;
        left: 0%;
    }
}

@media only screen and (max-width:767px) {
    .m-modal__videoContent {
        width: 100%;
        height: 50%;
        border-radius: 0;
        bottom: 24%;
        left: 0%;
    }
}

.m-heroVideoLinkBox {
    text-decoration: none;
}

@media only screen and (max-width:767px) {
    .m-heroVideoLinkBox {
        display: block;
        text-align: center;
        padding-bottom: 32px;
    }
}

.m-heroVideoLinkBox .a-iconImage {
    width: 35px;
    display: inline-block;
    vertical-align: middle;
}

.m-heroVideoLinkBox .a-secondaryText {
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
}

.m-largeInfoCard {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-shadow: 0 0 32px rgba(108,108,108,.2);
    padding: 24px 24px 24px 28px;
    margin: 0 auto;
    width: -webkit-calc(100% - 2*24px);
    width: -moz-calc(100% - 2*24px);
    width: calc(100% - 2*24px);
    text-align: left;
    background-color: #fff;
}

.m-largeInfoCard--error {
    min-height: 400px;
    min-width: 780px;
    box-shadow: 0 0 25px 5px rgba(0,0,0,.1);
    padding: 24px 96px 24px 96px;
}

    .m-largeInfoCard--error > h3 {
        margin-bottom: 24px;
        margin-top: 24px;
    }

.m-largeInfoCard--block {
    display: block;
    margin: 0 auto;
    width: -webkit-calc(100% - 2*24px);
    width: -moz-calc(100% - 2*24px);
    width: calc(100% - 2*24px);
    text-align: left;
    background-color: #fff;
}

.m-largeInfoCard--error > a > img {
    height: 30px;
    padding-left: 6px;
}

.m-largeInfoCard--minHeight64 {
    min-height: 64px;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-largeInfoCard--autoWidth {
        width: auto;
    }
}

.m-largeInfoCard > a.a-logoLink {
    display: inline-block;
    width: 100%;
    max-width: 200px;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-largeInfoCard > a.a-logoLink {
        display: block;
        max-width: none;
    }
}

@media only screen and (max-width:767px) {
    .m-largeInfoCard > a.a-logoLink {
        display: block;
        max-width: none;
    }
}

.m-largeInfoCard--block > a.a-button {
    width: 100%;
    margin-top: 48px;
    height: 50px;
    font-size: 14px;
    line-height: 18px;
    max-width: 210px;
    text-transform: none;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-largeInfoCard > a.a-button {
        max-width: none;
    }
}

@media only screen and (max-width:767px) {
    .m-largeInfoCard > a.a-button {
        max-width: none;
    }
}

.m-largeInfoCard > .m-relyingPartyExpandable > ul {
    width: 100%;
    max-width: 428px;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-largeInfoCard > .m-relyingPartyExpandable > ul {
        display: block;
        max-width: none;
        margin: 0 auto;
        padding-left: 12px;
    }
}

@media only screen and (max-width:767px) {
    .m-largeInfoCard > .m-relyingPartyExpandable > ul {
        display: block;
        max-width: none;
        margin: 0 auto;
        padding-left: 12px;
    }
}

.m-largeInfoCard > .m-relyingPartyExpandable > ul li {
    padding-bottom: 6px;
}

.m-largeInfoCard .a-logoImage {
    width: 100%;
    max-width: 200px;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-largeInfoCard {
        display: block;
        padding: 24px 24px;
        margin: 0 auto;
        width: -webkit-calc(100% - 2*144px);
        width: -moz-calc(100% - 2*144px);
        width: calc(100% - 2*144px);
        text-align: left;
    }
}

@media only screen and (max-width:767px) {
    .m-largeInfoCard {
        display: block;
    }
}

.m-largeInfoCard .a-answerText {
    margin-top: 24px;
    padding-top: 24px;
}

.m-largeInfoCard .a-expandableLink__show {
    padding-left: 0;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-largeInfoCard .a-expandableLink__show {
        padding-left: 0;
        text-align: left;
        width: 100%;
    }
}

@media only screen and (max-width:767px) {
    .m-largeInfoCard .a-expandableLink__show {
        padding-left: 0;
        text-align: left;
        width: 100%;
    }
}

.m-largeInfoCard .a-expandableLink__hide {
    padding-left: 80px;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-largeInfoCard .a-expandableLink__hide {
        padding-left: 0;
        text-align: left;
        width: 100%;
    }
}

@media only screen and (max-width:767px) {
    .m-largeInfoCard .a-expandableLink__hide {
        padding-left: 0;
        text-align: left;
        width: 100%;
    }
}

.m-largeInfoCard .a-expandableLink__andMore {
    padding-left: 60px;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-largeInfoCard .a-expandableLink__andMore {
        padding-left: 0;
    }
}

@media only screen and (max-width:767px) {
    .m-largeInfoCard .a-expandableLink__andMore {
        padding-left: 0;
    }

    .m-largeInfoCard--error {
        min-height: 0px;
        min-width: 0px;
        padding: 24px 16px 24px 16px;
        width: 100%;
        box-shadow: none;
    }

        .m-largeInfoCard--error > h3 {
            font-size: 26px;
            line-height: 32px;
        }
}

.m-largeInfoCard .a-expandableLink__showLess {
    padding-left: 60px;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-largeInfoCard .a-expandableLink__showLess {
        padding-left: 0;
    }
}

@media only screen and (max-width:767px) {
    .m-largeInfoCard .a-expandableLink__showLess {
        padding-left: 0;
    }
}

.m-smallInfoCard {
    max-width: 450px;
    height: 240px;
    width: -webkit-calc(100% - 2*32px);
    width: -moz-calc(100% - 2*32px);
    width: calc(100% - 2*32px);
    box-shadow: 0 0 32px rgba(108,108,108,.2);
    background-color: white;
    padding: 10px;
}

.m-smallInfoCard__flex {
    display: flex;
    flex-direction: row;
    align-items: right;
}

.m-smallInfoCard > div.a-tertiaryHeading {
    margin-bottom: 8px;
}

.m-smallInfoCard > img.a-iconImage {
    display: inline-block;
    width: 100%;
    max-width: 124px;
    margin-right: 16px;
}

.m-smallInfoCard > img.a-iconImage__column {
    display: inline-block;
    margin: 0 auto;
    max-width: 140px;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-smallInfoCard > img.a-iconImage {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
}

@media only screen and (max-width:767px) {
    .m-smallInfoCard > img.a-iconImage {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
}

.m-smallInfoCard > div {
    display: inline-block;
    vertical-align: top;
    max-width: 270px;
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
    .m-smallInfoCard > div {
        max-width: 265px;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-smallInfoCard > div {
        display: block;
        text-align: center;
        max-width: none;
    }
}

@media only screen and (max-width:767px) {
    .m-smallInfoCard > div {
        display: block;
        text-align: center;
        max-width: none;
    }
}

.m-smallInfoCard > div.m-tertiaryTitleBox__column {
    display: inline-block;
    margin: 0 auto;
}

@media only screen and (max-width:767px) {
    .m-smallInfoCard > div.m-tertiaryTitleBox__column {
        min-width: 0;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-smallInfoCard {
        display: block;
        margin: 0 auto;
        min-width: 200px;
        padding: 32px 32px;
        height: auto;
    }
}

@media only screen and (max-width:767px) {
    .m-smallInfoCard {
        display: block;
        margin: 0 auto;
        min-width: 100px;
        padding: 32px 32px;
        height: auto;
    }
}

.m-twitterInfoCard {
    min-width: 240px;
    max-width: 650px;
    height: 50%;
    min-height: 50px;
    padding: 20px 16px 35px;
    width: calc(100% - 2*32px);
    display: block;
    margin: 60px auto;
    box-shadow: 0 0 32px rgba(108,108,108,.2);
    background-color: white;
    text-align: center;
}

.t-twitterheading {
    font-size: 25px;
    line-height: 34px;
    font-weight: 800;
    color: #007da6;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.t-twitterlinkText {
    font-size: 21px;
    line-height: 32px;
    color: #007da6;
    font-weight: 800;
    text-decoration-skip-ink: none;
    opacity: 1;
    text-decoration: underline;
    text-align: left;
}

    .t-twitterlinkText:focus {
        color: #007da6;
        text-decoration: underline;
    }

    .t-twitterlinkText:hover {
        color: #72afd2;
        text-decoration: none;
    }

.t-twittericonImage {
    height: 60%;
    max-width: 65px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px;
}


.m-tableCell {
    display: table;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    min-height: 80px;
    height: 75px;
    margin-top: 8px;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.m-roundedInfoCard {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: left;
    background-color: #f2f2f2;
    margin-bottom: 16px;
    border-radius: 10px;
    flex-direction: column;
}

.m-roundedInfoCard__headingWithLogo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    justify-content: space-between;
    padding: 0 16px;
    height: 112px;
    width: 88%;
}

    .m-roundedInfoCard__headingWithLogo a.a-linkText {
        text-align: right;
        text-decoration: underline;
        font-size: 16px;
        min-width: 100px;
        font-weight: 300;
    }

.m-roundedInfoCard__body {
    padding: 0 8px;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-roundedInfoCard__body {
        padding: 0 16px;
        width: 80%;
    }
}

@media only screen and (max-width:767px) {
    .m-roundedInfoCard__body {
        padding: 0 16px;
        width: 80%;
    }
}

.m-roundedInfoCard__bodyRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    justify-content: space-between;
    height: 80px;
    border-bottom: 2px solid #cbcbcb;
}

    .m-roundedInfoCard__bodyRow > p {
        font-size: 16px;
        line-height: 16px;
        font-weight: 300;
        text-transform: uppercase;
        width: 70%;
    }

    .m-roundedInfoCard__bodyRow > img {
        margin-right: 16px;
    }

    .m-roundedInfoCard__bodyRow:last-child {
        border-bottom: 0 solid #cbcbcb;
    }

.m-notificationBox {
    clear: both;
    display: block;
    padding: 8px 0;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-notificationBox {
        padding: 10px 15px;
    }
}

@media only screen and (max-width:767px) {
    .m-notificationBox {
        padding: 10px 15px;
    }
}

.m-notificationBox p {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
}

.m-notificationBox__WithButton p {
    width: 89%;
}

.m-notificationBox__WithButton a {
    color: #007da6;
    cursor: pointer;
}

.m-notificationBox__WithButton .a-notificationButton {
    display: inline-block;
    width: 10%;
    vertical-align: top;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-notificationBox__WithButton p {
        display: block;
        width: 100%;
    }

    .m-notificationBox__WithButton .a-notificationButton {
        margin: 8px 0;
        display: block;
        width: 100%;
        text-align: left;
    }
}

@media only screen and (max-width:767px) {
    .m-notificationBox__WithButton p {
        display: block;
        width: 100%;
    }

    .m-notificationBox__WithButton .a-notificationButton {
        margin: 8px 0;
        display: block;
        width: 100%;
        text-align: left;
    }
}

.m-headerAccountSection {
    text-align: right;
    display: table-cell;
    vertical-align: middle;
}

    .m-headerAccountSection ul {
        margin-right: 16px;
    }

    .m-headerAccountSection .a-horizontalList__listItem {
        font-size: 14px;
        padding-right: 4px;
        padding-bottom: 8px;
    }

        .m-headerAccountSection .a-horizontalList__listItem > a {
            font-size: 14px;
        }

    .m-headerAccountSection .a-loginButton {
        margin-bottom: 8px;
    }

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-headerAccountSection .a-loginButton {
        padding: 0 10px;
    }
}

@media only screen and (max-width:767px) {
    .m-headerAccountSection .a-loginButton {
        padding: 0 10px;
    }
}

.m-header {
    display: table;
    width: 100%;
    height: inherit;
}

    .m-header > ul.a-navList {
        text-align: left;
    }

    .m-header > a.a-headerLink {
        text-align: right;
        font-size: 14px;
        padding-bottom: 3px;
    }

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-header {
        margin: 0 auto;
        text-align: center;
        width: -webkit-calc(100% - 2*24px);
        width: -moz-calc(100% - 2*24px);
        width: calc(100% - 2*24px);
    }
}

@media only screen and (max-width:767px) {
    .m-header {
        margin: 0 auto;
        text-align: center;
        width: -webkit-calc(100% - 2*24px);
        width: -moz-calc(100% - 2*24px);
        width: calc(100% - 2*24px);
    }
}

.m-navbarModal__content {
    width: -webkit-calc(100% - 2*24px);
    width: -moz-calc(100% - 2*24px);
    width: calc(100% - 2*24px);
    margin: 0 auto;
    padding: 0 24px;
}

    .m-navbarModal__content > a {
        padding-top: 24px;
        display: block;
        text-align: right;
        font-size: 14px;
    }

    .m-navbarModal__content > button {
        margin: 0 24px;
    }

.m-navbarModal__body h3 {
    text-transform: uppercase;
    font-size: 21px;
}

.m-navbarModal__body > ul {
    display: block;
    margin: 8px 0 24px 0;
}

.m-navbarModal__body > button {
    display: block;
    margin: 24px auto;
}

.m-navbarModal__body > a {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.m-navbarModal__body .a-navList__listItem > a.a-headerLink {
    font-size: 20px;
    font-weight: 400;
    padding-right: 32px;
}

.m-navbarModal__body .a-navList__listItem > a.a-headerLink__small {
    font-size: 14px;
    font-weight: 400;
}

.m-accountMenu {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

    .m-accountMenu > a {
        text-transform: uppercase;
        line-height: inherit;
        font-weight: 400;
        font-size: 14px;
        padding-bottom: 5px;
        cursor: pointer;
    }

    .m-accountMenu > .dropdown > span {
        text-transform: uppercase;
        font-family: 'Montserrat-Bold';
        font-size: 14px;
        cursor: pointer;
    }

@media only screen and (max-width:1350px) {
    .m-accountMenu {
        margin-right: 70px;
    }
}

#account-menu-toggle {
    padding-top: 0;
    color: #007da6;
    font-weight: bold;
    cursor: pointer;
}

    #account-menu-toggle:hover {
        color: #23527c;
        cursor: pointer;
    }

#p-portalTitle {
    display: inline-block;
    font-size: 32px;
    float: right;
    vertical-align: bottom;
    margin-top: 14px;
    margin-left: 13px;
    position: relative;
    top: 0px;
}

.m-accountMenu > a .a-whiteDownArrow {
    vertical-align: bottom;
    margin-bottom: -3px;
}

.m-accountMenu__List {
    position: absolute;
    left: auto;
    top: 100%;
    right: 0;
    z-index: 600;
    display: none;
    background-color: #fff;
    width: 228px;
    border-width: 0;
    padding: 8px 8px 16px 8px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .m-accountMenu__List .a-navList__listItem {
        display: block;
        padding: 8px 8px;
        color: #007da6;
    }

        .m-accountMenu__List .a-navList__listItem .a-tickMenuImage {
            margin-bottom: -4px;
        }

    .m-accountMenu__List a {
        color: #007da6;
        font-weight: 300;
        text-decoration: underline;
        font-weight: 400;
        font-size: 14px;
        text-align: left;
    }

        .m-accountMenu__List a:hover {
            color: #007da6 !important;
            text-decoration: underline;
        }

.m-mediumInfoCard {
    display: table;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 32px rgba(108,108,108,.1);
    padding: 24px 24px;
    text-align: center;
    width: -webkit-calc(100% - 2*24px);
    width: -moz-calc(100% - 2*24px);
    width: calc(100% - 2*24px);
    margin: 0 24px 0 24px;
    width: 35%;
    min-height: 350px;
}

    .m-mediumInfoCard .a-logoImage {
        max-width: 300px;
        height: 112px;
    }

    .m-mediumInfoCard .a-button {
        width: 100%;
    }

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-mediumInfoCard .a-button {
        max-width: none;
    }
}

@media only screen and (max-width:767px) {
    .m-mediumInfoCard .a-button {
        max-width: none;
    }
}

.m-mediumInfoCard .a-secondaryText {
    height: 128px;
}

@media only screen and (min-width:1200px) {
    .m-mediumInfoCard {
        margin-left: 16px;
        margin-right: 16px;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-mediumInfoCard {
        text-align: center;
        display: block;
        max-width: none;
        width: 90%;
        margin-bottom: 16px;
    }

        .m-mediumInfoCard .a-secondaryText {
            height: auto;
        }
}

@media only screen and (max-width:767px) {
    .m-mediumInfoCard {
        display: block;
        text-align: center;
        max-width: none;
        width: inherit;
        margin-bottom: 16px;
    }

        .m-mediumInfoCard .a-secondaryText {
            height: auto;
        }
}

.m-formSignIn > h2 {
    margin: 16px 0;
}

.m-formSignIn__heading {
    display: block;
    margin-bottom: 40px;
    padding-left: 60px;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-formSignIn__heading {
        padding-left: 0;
    }
}

@media only screen and (max-width:767px) {
    .m-formSignIn__heading {
        padding-left: 0;
    }
}

.m-formSignIn__infoBox {
    display: block;
    padding-bottom: 40px;
}

    .m-formSignIn__infoBox > img.a-iconImage {
        display: inline-block;
        margin-right: 16px;
    }

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-formSignIn__infoBox > img.a-iconImage {
        max-width: 50px;
        margin-right: 8px;
    }
}

@media only screen and (max-width:767px) {
    .m-formSignIn__infoBox > img.a-iconImage {
        max-width: 50px;
        margin-right: 8px;
    }
}

.m-formSignIn__infoBox > div.m-tertiaryTitleBox {
    display: inline-block;
    max-width: 450px;
    vertical-align: top;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-formSignIn__infoBox > div.m-tertiaryTitleBox {
        max-width: none;
        width: -webkit-calc(100% - 2*63px);
        width: -moz-calc(100% - 2*63px);
        width: calc(100% - 2*63px);
    }
}

@media only screen and (max-width:767px) {
    .m-formSignIn__infoBox > div.m-tertiaryTitleBox {
        max-width: none;
        width: -webkit-calc(100% - 2*63px);
        width: -moz-calc(100% - 2*63px);
        width: calc(100% - 2*63px);
    }
}

.m-formSignIn__infoBox > div.m-tertiaryTitleBox a.a-linkText {
    font-size: 28px;
    font-weight: 300;
}

.m-formSignIn__flexBox {
    padding-top: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    justify-content: space-between;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-formSignIn__flexBox {
        flex-direction: column;
    }
}

@media only screen and (max-width:767px) {
    .m-formSignIn__flexBox {
        flex-direction: column;
    }
}

.m-formSignIn__flexBox a.a-logoLink--withImage {
    width: 100%;
    text-align: center;
}

.m-formSignIn__flexBox > div.m-logoLinkSection {
    flex-direction: column;
}

.m-loaderScreen {
    background-color: #fff;
    z-index: 700;
    display: block;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100vw;
    opacity: 1;
}

.m-loaderScreen__loader {
    -webkit-animation-duration: .9s;
    animation-duration: .9s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-image: url(data:image/png;base64,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);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -100%;
    height: 10vw;
    max-height: 75px;
    left: -100%;
    margin: auto;
    position: absolute;
    right: -100%;
    top: -100%;
    width: 10vw;
    max-width: 75px;
}

.m-loaderScreen__hide {
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    opacity: 0;
    pointer-events: none;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotateZ(70deg);
        transform: rotateZ(70deg);
    }

    to {
        -webkit-transform: rotateZ(430deg);
        transform: rotateZ(430deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotateZ(70deg);
        transform: rotateZ(70deg);
    }

    to {
        -webkit-transform: rotateZ(430deg);
        transform: rotateZ(430deg);
    }
}

.m-formGroup {
    display: block;
    padding-top: 8px;
}

    .m-formGroup .a-validationMessageText {
        padding-bottom: 8px;
    }

    .m-formGroup .a-inputList__listItem {
        margin-bottom: 15px;
    }

        .m-formGroup .a-inputList__listItem:last-Child {
            margin-bottom: 0;
        }

    .m-formGroup .a-radioButton {
        margin-top: 13px;
        margin-right: 16px;
        margin-left: 16px;
    }

    .m-formGroup .m-group {
        margin-top: 13px;
        width: -webkit-calc(100% - 60px);
        width: -moz-calc(100% - 60px);
        width: calc(100% - 60px);
        padding-bottom: 8px;
    }

.ppdropdown {
    color: #007da6 !important;
}

.m-dropdownGroup {
    display: inline-flex;
    width: 100%;
}

    .m-dropdownGroup .a-dropdownList:hover .a-dropdownList__Item {
        display: block;
    }

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-dropdownGroup {
        display: block;
    }
}

@media only screen and (max-width:767px) {
    .m-dropdownGroup {
        display: block;
    }
}

.m-group {
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
}

.m-group--minHeight64 {
    min-height: 64px;
}

.m-group__middleAligned {
    vertical-align: middle;
    display: table;
}

    .m-group__middleAligned .a-FaqText, .m-group__middleAligned .a-expandableLink {
        display: table-cell;
        vertical-align: middle;
    }

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-group__middleAligned .a-FaqText, .m-group__middleAligned .a-expandableLink {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width:767px) {
    .m-group__middleAligned .a-FaqText, .m-group__middleAligned .a-expandableLink {
        display: block;
        width: 100%;
    }
}

.m-group__middleAligned--minHeight {
    min-height: 64px;
}

.m-group__videoContainer {
    position: relative;
    margin: 0 auto;
    background-color: #0fabdd;
    border-radius: 10px;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .m-group__videoContainer {
        height: auto;
    }
}

@media only screen and (max-width:767px) {
    .m-group__videoContainer {
        height: auto;
    }
}

.o-greyRelyingParties {
    margin: 10px auto;
    width: 1170px;
    height: inherit;
    display: table;
    min-height: 120px;
    display: table;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .o-greyRelyingParties {
        width: 100%;
    }
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
    .o-greyRelyingParties {
        width: 992px;
    }
}

@media only screen and (max-width:767px) {
    .o-greyRelyingParties {
        width: 100%;
    }
}

.o-infoBoxSection {
    background-color: #fff;
    box-shadow: 0 0 32px rgba(108,108,108,.1);
    padding-bottom: 56px;
}

.o-infoCardSection {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .o-infoCardSection {
        display: block;
        text-align: center;
    }
}

@media only screen and (max-width:767px) {
    .o-infoCardSection {
        display: block;
        text-align: center;
    }
}

.o-infoCardSection--flexRow {
    flex-direction: row;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .o-infoCardSection--flexRow {
        display: block;
        text-align: center;
    }
}

@media only screen and (max-width:767px) {
    .o-infoCardSection--flexRow {
        display: block;
        text-align: center;
    }

    .t-twittericonImage:last-child {
        display: none;
    }
}

.o-infoCardSection .m-smallInfoCard {
    margin-bottom: 24px;
    padding-top: 20px;
}

.o-infoCardSection .m-largeInfoCard:not(:last-child) {
    margin-bottom: 24px;
}

.o-infoCardSection > table.a-table {
    margin-left: -72px;
    width: -webkit-calc(100% - 2*-72px);
    width: -moz-calc(100% - 2*-72px);
    width: calc(100% - 2*-72px);
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
    .o-infoCardSection > table.a-table {
        margin: 0 auto;
        width: 100%;
    }
}

.o-heroSection {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

@media only screen and (max-width:767px) {
    .o-heroSection img {
        /*padding: 24px 0;*/
        margin-right: 0;
    }
}

.o-heroSection .a-mainHomePageImage {
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: -102px;
    margin-bottom: 63px;
}

@media only screen and (max-width:767px) {
    .o-heroSection .a-mainHomePageImage {
        position: relative;
        width: 100%;
        margin-right: 0;
        bottom: 24px;
        padding: 0 0;
        margin-bottom: -50px;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .o-heroSection .a-mainHomePageImage {
        position: relative;
        width: 642px;
        margin-right: -24px;
        margin-bottom: -31px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
    .o-heroSection .a-mainHomePageImage {
        width: 700px;
        margin-right: -24px;
        margin-bottom: -42px;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .o-heroSection {
        flex-direction: column;
        justify-content: unset;
        align-items: center;
        padding: 64px 8px 24px 8px;
        max-width: 680px;
        margin: 0 auto;
    }
}

@media only screen and (max-width:767px) {
    .o-heroSection {
        flex-direction: column;
        justify-content: unset;
        align-items: center;
        padding: 64px 8px 24px 8px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
    .o-heroSection .m-heroTitleBox {
        margin-top: 48px;
        width: 454px;
    }
}

.o-heroSection .m-heroTitleBox .a-button {
    margin: 24px 0;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .o-heroSection .m-heroTitleBox .a-button {
        margin: 0 auto;
    }
}

@media only screen and (max-width:767px) {
    .o-heroSection .m-heroTitleBox .a-button {
        margin: 0 auto;
    }
}

@media only screen and (max-width:1023px) {
    .o-heroSection .m-heroTitleBox {
        text-align: center;
    }

        .o-heroSection .m-heroTitleBox .a-button {
            margin: 0 auto;
            margin-top: 16px;
            margin-bottom: 16px;
        }
}

.o-heroSection--column {
    flex-direction: column;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .o-heroSection--column {
        padding: 0 16px 24px 16px;
    }
}

@media only screen and (max-width:767px) {
    .o-heroSection--column {
        padding: 0 16px 24px 16px;
    }
}

.o-heroSection--paddingTop {
    padding: 32px 0;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .o-heroSection--paddingTop {
        padding: 0 16px 24px 16px;
    }
}

@media only screen and (max-width:767px) {
    .o-heroSection--paddingTop {
        padding: 0 16px 24px 16px;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .o-heroSection--noPaddingTop {
        padding: 32px 16px 24px 16px;
    }
}

@media only screen and (max-width:767px) {
    .o-heroSection--noPaddingTop {
        padding: 32px 16px 24px 16px;
    }
}

.o-infoSection {
    text-align: center;
}

    .o-infoSection .a-button {
        margin: 48px auto 48px auto;
    }

    .o-infoSection .a-linkText {
        margin-bottom: 48px;
        margin-top: 72px;
    }

@media only screen and (max-width:767px) {
    .o-infoSection {
        padding: 0 24px 0 24px;
    }
}

.o-notificationSection {
    margin: 0 auto;
    width: 1170px;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .o-notificationSection {
        width: 100%;
    }
}

@media only screen and (max-width:767px) {
    .o-notificationSection {
        width: 100%;
    }
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
    .o-notificationSection {
        width: 992px;
    }
}

.o-headerSection {
    margin: 0 auto;
    width: 1170px;
    height: inherit;
    display: table;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .o-headerSection {
        width: 100%;
    }
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
    .o-headerSection {
        width: 992px;
    }
}

@media only screen and (max-width:767px) {
    .o-headerSection {
        width: 100%;
    }
}

.o-navbarModal {
    display: none;
    position: fixed;
    z-index: 700;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    overflow: auto;
    background-color: #007da6;
    filter: alpha(opacity=95);
    -moz-opacity: .95;
    opacity: .95;
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
    .o-navbarModal {
        display: none !important;
    }
}

@media only screen and (min-width:1200px) {
    .o-navbarModal {
        display: none !important;
    }
}

.o-footer {
    margin: 0 auto;
    width: 1170px;
    height: inherit;
    display: table;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .o-footer {
        width: 100%;
    }
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
    .o-footer {
        width: 992px;
    }
}

@media only screen and (max-width:767px) {
    .o-footer {
        width: 100%;
    }
}

.o-buttonsSection {
    padding: 24px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .o-buttonsSection {
        padding: 24px 0;
    }
}

@media only screen and (max-width:767px) {
    .o-buttonsSection {
        padding: 24px 0;
    }
}

.o-formSignIn {
    max-width: 650px;
    margin: 0 auto;
    padding: 30px 24px;
    text-align: left;
}

    .o-formSignIn > a {
        margin: 40px 0;
    }

.o-fullPageSection {
    margin: 0 auto;
    width: 1170px;
    height: inherit;
    display: table;
    height: 100vh;
    min-height: 100vh;
    background: linear-gradient(#f7f7f7,#fff);
    padding-top: 10%;
    text-align: center;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .o-fullPageSection {
        width: 100%;
    }
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
    .o-fullPageSection {
        width: 992px;
    }
}

@media only screen and (max-width:767px) {
    .o-fullPageSection {
        width: 100%;
    }
}

.o-Modal {
    display: none;
    position: fixed;
    z-index: 750;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(0,0,0,.6);
    opacity: .95;
    overflow: auto;
}

.t-footer {
    clear: both;
    display: block;
}

.t-flexContainer {
    clear: both;
    width: 100%;
    background-color: #fff;
    min-width: 320px;
}

.t-flexContainer--grey {
    background: rgb(242, 242, 242)
}

.t-flexContainer--blue {
    background-color: #0fabdd;
}

.t-flexContainer--upperBorder {
    border-top: solid 1px #bebdbd;
}

.t-flexContainer__navBar {
    background-color: #fff;
    /*box-shadow: 0 3px 6px rgba(0,0,0,.1),0 -3px 6px rgba(0,0,0,.1);*/
    box-shadow: 0px 5px 25px -5px rgba(0,0,0,.1);
    height: 67px;
}

.t-flexContainer__logoContainer {
    background-color: #fff;
    height: 73px;
    border-bottom: 1px solid #E2E2E2;
}

.t-flexContainer__withNegativeTopMargin {
    margin-top: -104px;
    padding: 36px 0;
    box-shadow: 0 0 32px rgba(108,108,108,.1);
}

.t-flexContainer--minHeight {
    min-height: 500px;
}

.t-infoContainer {
    margin: 0 auto;
    min-width: 320px;
}

@media only screen and (min-width:1200px) {
    .t-infoContainer {
        width: 850px;
        padding: 72px 160px 72px 160px;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .t-infoContainer {
        width: 100%;
        padding: 72px 0 72px 0;
    }
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
    .t-infoContainer {
        width: 960px;
        padding: 72px 16px 72px 16px;
    }
}

@media only screen and (max-width:767px) {
    .t-infoContainer {
        width: 100%;
        padding: 72px 0 72px 0;
    }
}

@media only screen and (min-width:1200px) {
    .t-infoContainer {
        width: 1010px;
        padding: 72px 80px 32px 80px;
    }
}

@media only screen and (max-width:767px) {
    .t-infoCardContainer .a-button {
        width: 100%;
        font-size: 16px;
    }
}

.t-heroContainer {
    /*min-height: 512px;*/
    margin: 0 auto;
    min-width: 320px;
}

@media only screen and (min-width:1200px) {
    .t-heroContainer {
        width: 850px;
        padding: 0 160px 0 160px;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .t-heroContainer {
        width: 100%;
        padding: 0 0 0 0;
    }
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
    .t-heroContainer {
        width: 960px;
        padding: 0 16px 0 16px;
    }
}

@media only screen and (max-width:767px) {
    .t-heroContainer {
        width: 100%;
        padding: 0 0 0 0;
    }
}

@media only screen and (min-width:1200px) {
    .t-heroContainer {
        width: 1140px;
        padding: 0 80px 0 80px;
    }
}

/*@media only screen and (min-width:1200px) {
    .t-heroContainer {
        height: 512px;
    }
}*/

.t-mainContainer {
    margin: 0 auto;
    min-width: 320px;
}

@media only screen and (min-width:1200px) {
    .t-mainContainer {
        width: 850px;
        padding: 72px 160px 72px 160px;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .t-mainContainer {
        width: 100%;
        padding: 72px 0 72px 0;
    }
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
    .t-mainContainer {
        width: 960px;
        padding: 72px 16px 72px 16px;
    }
}

@media only screen and (max-width:767px) {
    .t-mainContainer {
        width: 100%;
        padding: 72px 0 72px 0;
    }
}

@media only screen and (min-width:1200px) {
    .t-mainContainer {
        width: 1010px;
        padding: 72px 80px 72px 80px;
    }
}

.t-mainContainer .a-button {
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width:767px) {
    .t-mainContainer .a-button {
        font-size: 16px;
    }
}

.footer-voter-ie-logo {
    width: 140px;
    height: 30px;
}

.footer-ag-food-logo {
    width: 180px;
    height: 60px;
}

.footer-ndls-logo {
    width: 80px;
    height: 70px;
}

.footer-health-portal-logo {
    width: 100px;
    height: 48px;
}

.footer-national-childcare-logo {
    width: 90px;
    height: 49px;
}

.footer-digital-post-box-logo {
    width: 150px !important;
    height: 50px;
}

.footer-mywelfare-logo {
	width: 150px;
	height: 70px;
}

.footer-rsa-logo {
	width: 143px;
	height: 50px;
}

.footer-revenue-logo {
    width: 150px;
}

.footer-susi-logo {
    height: 70px;
}

.footer-default-logo {
    width: 90px;
    height: 50px;
}

input[type=button]:focus, input[type=submit]:focus, button:focus, a:focus {
    outline: none;
}
