body {
    font-family: "Source Sans Pro";
    padding-top: 7.6rem;
    background-color: white;
}

@media (max-width: 992px) {
    body {
        padding-top: 5.5rem;
    }
}

@media (min-width: 992px) {
    body {
        padding-top: 7.6rem;
    }
}


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

.mainSectionHome,
.bg-green {
    background-color: #6EBDBD;
}

.bg-yellow {
    background-color: #FDC955;
}

.bg-teal {
    background-color: #0A8E97;
}

.bg-white {
    background-color: white;
}

.bg-orange {
    background-color: #FFAC36;
}

.bg-grey {
    background-color: rgba(242, 242, 242, 0.5);
}

.bg-lightgrey {
    background-color: #F2F2F2;
}

.bg-black {
    background-color: black
}

@media (max-width: 992px) {
    h1 {
        font-style: normal;
        font-weight: 300;
        font-size: 54px;
        line-height: 68px;

        color: #205F5F;
    }

    h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 35px;
        text-transform: capitalize;
        color: #222222;
    }

    /* Item offset for expanded navbar */
    .nav-item {
        width: 100%;
    }
}

@media (min-width: 992px) {
    h1 {
        font-family: Source Sans Pro;
        color: #003939;
        font-weight: 300;
        font-size: 54px;
        line-height: 68px;
    }

    h2 {
        color: #222222;
        font-weight: 600;
        font-style: normal;
        font-size: 30px;
        line-height: 38px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    h1 {
        font-style: normal;
        font-weight: 300;
        font-size: 54px;
        line-height: 68px;
        color: #003939;
    }
}

h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    color: #003939;
}

h4 {
    color: #333333;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    border-color: #C4C4C4;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    text-transform: uppercase;
}

h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 24px;

    color: #333333;
}

p {
    color: #205F5F;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    line-height: 24px;
}

.mainSectionHome h1,
.mainSectionHome p,
.mainSectionHome a,
.mainSectionHome a:link,
.mainSectionHome a:hover,
.mainSectionHome a:active,
.mainSectionHome a:visited,
.bg-green h1,
.bg-green p,
.bg-green a,
.bg-green a:link,
.bg-green a:hover,
.bg-green a:active,
.bg-green a:visited {
    color: #003636;
}

a:link,
a:hover,
a:active,
a:visited {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;

    text-decoration: underline;

    color: #003939;
}


.link-small {
    font-size: 17px !important;
}

.link-large {
    font-size: 22px !important;
    line-height: 32px !important;
    font-weight: 600 !important;

    text-decoration: none !important;

    color: #205F5F !important;
}

.dark-bg {
    background-color: #333333 !important;
}

.dark-bg p {
    color: #CDCDCD;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 17.6px;
}

section .btn-primary,
section .btn-primary:active,
section .btn-primary:visited {
    background-color: #FFC749 !important;
    font-family: Source Sans Pro;
    font-style: normal;
    font-size: 16px !important;
    line-height: 20px !important;
    text-transform: capitalize;
    color: #463B2A !important;
    border: none !important;
    text-decoration: none;
    font-weight: 600;
}

section .btn-primary:hover {
    background-color: #2BA9E0 !important;
    font-family: Source Sans Pro;
    font-style: normal;
    font-size: 20px;
    line-height: 22px;
    text-transform: capitalize;
    color: #FFFFFF;
    border: none !important;
}



/* Home Page */
.text-intro,
.text-intro a {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
}

.image-caption {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #676868;
}

@media (min-width: 1200px) {

    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 7rem !important;
    }
}

.chevronText {
    margin-right: .3rem;
    white-space: nowrap;
}

.footnote {
    font-style: italic;
    font-weight: 600;
    font-size: 18px;
    line-height: 22.63px;
}

/* /Home Page */

.largeBody {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;

    color: #205F5F;
}

a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

.externalLinkIcon {
    width: 21px;
    height: 21px;
    margin-left: -5px;
}

.border-b2 {
    border-bottom-width: 2px !important;
}

.hr-yellow {
    border-color: #FFC749;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.border-top-teal {
    border-top: 3px solid #205F5F;
}

/* FAQ Page */
ul#FAQTOC {
    line-height: 32px;
}

.question {
    color: #003939;
    font-style: normal;
    font-weight: normal;
    font-size: 24px !important;
    line-height: 32px !important;
    text-decoration: none !important;
}

.answer {
    font-style: normal;
    font-weight: normal;
    font-size: 17px !important;
    line-height: 24px !important;

    margin-top: -0.6rem;

    color: #205F5F;
}

.answer+ul li a {
    font-size: inherit;
    line-height: inherit;
}

/* /FAQ Page */

/* Issuers Page */
.text-intro-small {
    font-size: 18px;
}

#issuers_list {
    position: relative;
    overflow-y: hidden;
    max-height: 224px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#issuers_list::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#fff));
    background: -o-linear-gradient(transparent 40%, #fff);
    background: linear-gradient(transparent 40%, #fff);
    height: 100%;
    width: 100%;
    z-index: 2;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#issuers_list.toggled {
    max-height: 100%;
}

#issuers_list.toggled::before {
    content: none;
}

.toggle-hide {
    display: none;
}

.rotate-90 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.rotate-270 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
}

.publichealth-issuers--us .font-weight-bold {
    font-size: 18px;
    color: #003939;
}

/* /Issuers Page */

/* Community Page */

.adoptersOrg {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;

    color: #003939;
}

.adoptersQuote {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 21px;

    color: #003939;
}


.links-news>li {
    min-height: 65px;
}


@media (min-width: 992px) {
    .bg-logo {
        background-image: url(/Assets/Images/bgLogo.png);
        background-size: 45%;
        background-repeat: no-repeat;
        background-position: right;
    }
}

/* /Community Page */

/* Find an Issuer Page */
.shc-issuer {
    white-space: nowrap;
}

.shc-issuer::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 13px;
    background: url('/Assets/Images/smart-health-card-icon.svg') center / contain no-repeat;
    vertical-align: middle;
}

/* /Find an Issuer Page */

/* How They Work Page */
.lifecycle-graphic__column {
    position: relative;
    border: 0 dashed #0A8E97;
}

.lifecycle-graphic__column:nth-of-type(1) {
    border-right-width: 2px;
    border-bottom-width: 2px;
}

.lifecycle-graphic__column:nth-of-type(2) {
    border-bottom-width: 2px;
    border-left-width: 2px;
}

.lifecycle-graphic__column:nth-of-type(3) {
    border-right-width: 2px;
    border-bottom-width: 2px;
}

.lifecycle-graphic__column:nth-of-type(4) {
    border-bottom-width: 2px;
    border-left-width: 2px;
}

.lifecycle-graphic__column:nth-of-type(1)::after,
.lifecycle-graphic__column:nth-of-type(2)::after,
.lifecycle-graphic__column:nth-of-type(3)::after {
    content: '';
    background: url('/Assets/Images/arrow-bold-down.svg') center / contain no-repeat;
    display: block;
    position: absolute;
    width: 30px;
    height: 30.5px;
    z-index: 2;
}

.lifecycle-graphic__column:nth-of-type(1)::after,
.lifecycle-graphic__column:nth-of-type(2)::after,
.lifecycle-graphic__column:nth-of-type(3)::after {
    bottom: -15.75px;
    left: calc(50% - 15px);
    right: calc(50% + 15px);
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.lifecycle-graphic__column:nth-of-type(2)::after {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.lifecycle-graphic__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px;
    width: 100%;
}

@media (min-width: 992px) {
    .lifecycle-graphic {
        margin-top: 3rem;
    }

    .lifecycle-graphic__column:nth-of-type(1) {
        border-top-width: 2px;
        border-bottom-width: 0;
    }

    .lifecycle-graphic__column:nth-of-type(2) {
        border-right-width: 2px;
        border-left-width: 0;
    }

    .lifecycle-graphic__column:nth-of-type(3) {
        border-top-width: 2px;
        border-bottom-width: 0;
    }

    .lifecycle-graphic__column:nth-of-type(4) {
        border-right-width: 2px;
        border-left-width: 0;
    }

    .lifecycle-graphic__column:nth-of-type(1)::after,
    .lifecycle-graphic__column:nth-of-type(3)::after {
        top: 50%;
        bottom: unset;
        left: unset;
        right: -15.75px;
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset;
    }

    .lifecycle-graphic__heading {
        position: absolute;
        top: -3rem;
        width: 100%;
    }
}

#verificationGraphic img {
    height: 150px;
    width: auto;
}

/* /How They Work Page */

/* Location Page */
span[class$="arrow"] {
    white-space: nowrap;
}

span[class$="arrow"]::before {
    content: url('/Assets/Images/chevron-rounded.svg');
    display: inline-block;
    height: 16px;
    width: 9px;
    vertical-align: middle;
}

span.left-arrow {
    margin-right: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
}

span.right-arrow {
    margin-left: 5px;
}

span.right-arrow::before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

/* /Location Page */

/* Support Page */
.support-logo {
    max-width: 200px;
    height: auto;
}

/* /Support Page */

iframe {
    display: block;
    width: 100%;
    height: auto;
    margin: 1rem 0;
}

@media (min-width: 992px) {
    iframe {
        width: 516px;
        height: 315px;
    }
}

#backToTop {
    position: fixed;
    bottom: 30px;
    right: 20px;
    display: none;
    z-index: 1000;
}

.img-small {
    max-width: 175px;
}

.link-no-underline,
a.link-no-underline {
    text-decoration: none;
}

a.link-no-underline:hover {
    text-decoration: underline;
}

.color-teal {
    color: #0A8E97;
}

.color-yellow {
    color: #FFC749;
}

.grid-cols {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 2.3rem;
       -moz-column-gap: 2.3rem;
            column-gap: 2.3rem;
}

.grid-cols>* {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 1.15rem);
            flex: 1 1 calc(50% - 1.15rem);
}

@media (min-width: 768px) {
    .grid-cols {
        display: block;
        -webkit-columns: 3;
           -moz-columns: 3;
                columns: 3;
        -webkit-column-gap: 2rem;
           -moz-column-gap: 2rem;
                column-gap: 2rem;
    }

    .grid-cols>* {
        display: inline-block;
        width: 100%;
        max-width: 100%;
    }
}
