.button {
    font-family: Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .25);
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    color: #fff;
    min-height: 5rem;
    line-height: 5rem
}

@media (max-width:768px) {
    .button {
        font-weight: 400;
        line-height: 3rem
    }
}

.button>span {
    line-height: normal
}

.button:hover {
    text-shadow: none
}

.button--short {
    font-family: Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    min-height: 2rem;
    line-height: 20px;
    padding: 13px 0 !important;
    text-shadow: none !important;
    width: auto;
    min-width: 200px;
    border-radius: 5px;
    transition: .2s ease
}

@media (min-width:768px) {
    .button--short:hover {
        opacity: .8
    }
}

.button--short--green {
    background: #40b426
}

.button--short--blue {
    background: linear-gradient(.48deg, #1d4686 5.41%, #1d4686 83.88%)
}

.button--green {
    background: #f35333;
    border-bottom-color: #e14424;
    transition: .2s ease-in;
    padding: 10px;
    font-size: 26px
}

.button--green:hover {
    opacity: .9
}

.button--green.blue-bg {
    background: linear-gradient(.48deg, #1d4686 5.41%, #1d4686 83.88%);
    border-bottom-color: #1d4699
}

@media (max-width:768px) {
    .button--green {
        font-weight: 600;
        line-height: 32px;
        padding: 5px 15px;
        min-height: 7rem;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.button--blue {
    background: #1d4686;
    border-bottom-color: #1d4699
}

.button--blue>img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.button--yellow {
    color: #0f1111 !important;
    background: #fed736
}

.button--bottom-border {
    position: relative;
    padding-bottom: .25rem
}

.button--bottom-border:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    border-bottom: .5rem solid;
    border-color: inherit;
    border-radius: inherit;
    transition: border-bottom-width .3s ease-in
}

.button--bottom-border:active:after {
    border-bottom-width: .2rem
}

.button--lg {
    min-height: 6rem;
    line-height: 6rem
}

.select-age__title {
    color: #222;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
    width: 100%
}

.select-age__button {
    font-size: 24px
}

.select-age__button-container {
    margin: 0 -1.5rem
}

@media (max-width:768px) {
    .select-age__button-container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin: 0
    }
}

.select-age__button--green {
    display: inline-block;
    width: 100%;
    max-width: 16rem;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 10px 0 10px 10px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .25);
    background: #f35333;
    border-radius: 5px;
    box-shadow: 0 4px 0 0 #e14424;
    text-decoration: none;
    transition: box-shadow .1s ease-in;
    font-size: 24px
}

.select-age__button--green:hover {
    color: #fff !important
}

@media (max-width:768px) {
    .select-age__button--green {
        width: calc(50% - 8px);
        margin: 10px 4px
    }
}

.select-age__button--green.blue-bg {
    background: #1d4686;
    box-shadow: 0 4px 0 0 #1d4699
}

.select-age__button--blue {
    float: left;
    width: 15%;
    height: 90px;
    background-color: #fafafa;
    margin-left: 5px;
    margin-bottom: 5px;
    text-decoration: none;
    font-weight: 400;
    text-align: center;
    line-height: 4;
    color: #000;
    transition: background-color .3s linear
}

@media (max-width:768px) {
    .select-age__button--blue {
        width: 33%
    }
}

.select-age__button--blue:hover {
    background-color: #1d4686;
    color: #fff
}

.age-icons__widget {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media (max-width:768px) {
    .age-icons__widget {
        justify-content: center
    }
}

.age-icons__item {
    width: 17%;
    margin: 0 0 15px 15px;
    border: 3px solid #21ab22;
    cursor: pointer;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    color: rgba(0, 51, 102, .99);
    text-decoration: none
}

.age-icons__item img {
    margin-bottom: 10px
}

.age-icons__item:hover {
    color: #fff !important;
    background: linear-gradient(.48deg, #21ab22 5.41%, #22c823 83.88%)
}

@media (max-width:768px) {
    .age-icons__item {
        width: 40%;
        font-size: 24px
    }
}

.age-icons__item.blue-bg {
    border: 3px solid #036
}

.age-icons__item.blue-bg:hover {
    color: #fff !important;
    background: linear-gradient(.48deg, rgba(0, 51, 102, .99) 5.41%, rgba(0, 51, 102, .99) 83.88%)
}

.button--yes-no {
    min-height: 10rem;
    line-height: 10rem;
    font-weight: 700;
    font-size: 26px;
    padding: 0
}

@media (max-width:768px) {
    .button--yes-no {
        min-height: 7rem;
        line-height: 7rem
    }
}

.buttons-rounded {
    font-family: Open Sans, sans-serif;
    display: block;
    font-weight: 700;
    font-size: 28px;
    line-height: 20px;
    text-align: center;
    width: 100%;
    padding: 34px;
    border: 3px solid;
    border-radius: 320px
}

@media (max-width:768px) {
    .buttons-rounded {
        padding: 20px
    }
}

.buttons-rounded--green {
    color: #fff;
    background: #30c632;
    border-color: #2bab2e
}

.buttons-rounded--blue {
    color: #fff;
    background: #1d4686;
    border-color: #03205c
}

.buttons-rounded--yellow {
    color: #0f1111;
    background: #fed736;
    border-color: #e9c11c
}

.button--padding-fix {
    padding: 10px 0
}

.button-indy {
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 57px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    transition: .2s ease;
    box-sizing: border-box;
    border-radius: 5px;
    border: 2px solid
}

@media (max-width:768px) {
    .button-indy {
        max-width: 290px;
        padding: 1px;
        font-size: 20px
    }
}

@media (min-width:768px) {
    .button-indy:hover {
        opacity: .8
    }
}

.button-indy--green {
    background: #08b335;
    border-color: #0a7915
}

.button-indy--blue {
    background: #1d4686;
    border-color: #036
}

@media (max-width:768px) {
    .button-indy img {
        width: 16px
    }
}

.button-outer {
    font-family: Open Sans, sans-serif;
    background: #f47b22;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    text-transform: capitalize;
    color: #fff !important;
    width: 385px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    transition: .2s ease;
    box-sizing: border-box;
    border-bottom: 5px solid #c76218;
    text-decoration: none !important
}

@media (max-width:768px) {
    .button-outer {
        max-width: 340px;
        width: 100%
    }
}

@media (min-width:768px) {
    .button-outer:active {
        border-color: transparent;
        transform: translateY(5px)
    }
    .button-outer:hover {
        opacity: .9
    }
}

@media (max-width:768px) {
    .button-outer img {
        width: 16px
    }
}

.multi-button-cta-item {
    font-family: Arial, sans-serif;
    width: 100%;
    transition: .2s ease
}

.multi-button-cta-item:nth-child(n+3) {
    margin-top: 15px
}

@media (min-width:768px) {
    .multi-button-cta-item {
        width: calc(50% - 10px)
    }
    .multi-button-cta-item:hover {
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        background: linear-gradient(180deg, #072e56, #072e56, #072e56);
        text-shadow: 0 2px 1px rgba(0, 0, 0, .38);
        box-shadow: none;
        border-color: #072e56
    }
}

@media (max-width:768px) {
    .multi-button-cta-item {
        margin-right: auto;
        margin-left: auto
    }
    .multi-button-cta-item:nth-child(n+2) {
        margin-top: 15px
    }
}

.multi-button-cta-with-images {
    font-family: Arial, sans-serif;
    transition: .2s ease
}

@media (min-width:768px) {
    .multi-button-cta-with-images:hover {
        background: #021539
    }
}

.multi-button-cta-white {
    color: #000 !important;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    font-family: Arial, sans-serif;
    transition: .2s ease
}

.multi-button-cta-white:nth-child(n+2) {
    margin-top: 15px
}

@media (min-width:768px) {
    .multi-button-cta-white:hover {
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        background: #232323;
        color: #fff !important;
        box-shadow: none;
        border-color: #232323
    }
    .multi-button-cta-white:hover svg>path {
        fill: #fff
    }
}

.button-width-ad {
    font-family: Arial, sans-serif;
    transition: .2s ease
}

@media (min-width:768px) {
    .button-width-ad:hover {
        background: linear-gradient(180deg, #1f8d06, #1f8d06);
        border-color: #1f8d06
    }
}

@media (max-width:768px) {
    .button-width-ad {
        max-width: 335px;
        margin: 0 auto
    }
}

@media (min-width:640px) {
    .sm\:button--green {
        background: linear-gradient(.48deg, #21ab22 5.41%, #22c823 83.88%);
        border-bottom-color: #1d961e;
        transition: .2s ease-in;
        padding: 10px;
        font-size: 26px
    }
    .sm\:button--green:hover {
        opacity: .9
    }
    .button--green.sm\:blue-bg {
        background: linear-gradient(.48deg, #1d4686 5.41%, #1d4686 83.88%);
        border-bottom-color: #1d4699
    }
    @media (max-width:768px) {
        .sm\:button--green {
            font-weight: 600;
            line-height: 32px;
            padding: 5px 15px;
            min-height: 7rem;
            display: flex;
            align-items: center;
            justify-content: center
        }
    }
    .sm\:button--blue {
        background: #1d4686;
        border-bottom-color: #1d4699
    }
    .sm\:button--blue>img {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px
    }
    .sm\:button--yellow {
        color: #0f1111 !important;
        background: #fed736
    }
    .sm\:button--bottom-border {
        position: relative;
        padding-bottom: .25rem
    }
    .sm\:button--bottom-border:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        border-bottom: .5rem solid;
        border-color: inherit;
        border-radius: inherit;
        transition: border-bottom-width .3s ease-in
    }
    .sm\:button--bottom-border:active:after {
        border-bottom-width: .2rem
    }
    .sm\:button--lg {
        min-height: 6rem;
        line-height: 6rem
    }
}

@media (min-width:768px) {
    .md\:button--green {
        background: linear-gradient(.48deg, #21ab22 5.41%, #22c823 83.88%);
        border-bottom-color: #1d961e;
        transition: .2s ease-in;
        padding: 10px;
        font-size: 26px
    }
    .md\:button--green:hover {
        opacity: .9
    }
    .button--green.md\:blue-bg {
        background: linear-gradient(.48deg, #1d4686 5.41%, #1d4686 83.88%);
        border-bottom-color: #1d4699
    }
    @media (max-width:768px) {
        .md\:button--green {
            font-weight: 600;
            line-height: 32px;
            padding: 5px 15px;
            min-height: 7rem;
            display: flex;
            align-items: center;
            justify-content: center
        }
    }
    .md\:button--blue {
        background: #1d4686;
        border-bottom-color: #1d4699
    }
    .md\:button--blue>img {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px
    }
    .md\:button--yellow {
        color: #0f1111 !important;
        background: #fed736
    }
    .md\:button--bottom-border {
        position: relative;
        padding-bottom: .25rem
    }
    .md\:button--bottom-border:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        border-bottom: .5rem solid;
        border-color: inherit;
        border-radius: inherit;
        transition: border-bottom-width .3s ease-in
    }
    .md\:button--bottom-border:active:after {
        border-bottom-width: .2rem
    }
    .md\:button--lg {
        min-height: 6rem;
        line-height: 6rem
    }
}

@media (min-width:1024px) {
    .lg\:button--green {
        background: linear-gradient(.48deg, #21ab22 5.41%, #22c823 83.88%);
        border-bottom-color: #1d961e;
        transition: .2s ease-in;
        padding: 10px;
        font-size: 26px
    }
    .lg\:button--green:hover {
        opacity: .9
    }
    .button--green.lg\:blue-bg {
        background: linear-gradient(.48deg, #1d4686 5.41%, #1d4686 83.88%);
        border-bottom-color: #1d4699
    }
    @media (max-width:768px) {
        .lg\:button--green {
            font-weight: 600;
            line-height: 32px;
            padding: 5px 15px;
            min-height: 7rem;
            display: flex;
            align-items: center;
            justify-content: center
        }
    }
    .lg\:button--blue {
        background: #1d4686;
        border-bottom-color: #1d4699
    }
    .lg\:button--blue>img {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px
    }
    .lg\:button--yellow {
        color: #0f1111 !important;
        background: #fed736
    }
    .lg\:button--bottom-border {
        position: relative;
        padding-bottom: .25rem
    }
    .lg\:button--bottom-border:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        border-bottom: .5rem solid;
        border-color: inherit;
        border-radius: inherit;
        transition: border-bottom-width .3s ease-in
    }
    .lg\:button--bottom-border:active:after {
        border-bottom-width: .2rem
    }
    .lg\:button--lg {
        min-height: 6rem;
        line-height: 6rem
    }
}

@media (min-width:1280px) {
    .xl\:button--green {
        background: linear-gradient(.48deg, #21ab22 5.41%, #22c823 83.88%);
        border-bottom-color: #1d961e;
        transition: .2s ease-in;
        padding: 10px;
        font-size: 26px
    }
    .xl\:button--green:hover {
        opacity: .9
    }
    .button--green.xl\:blue-bg {
        background: linear-gradient(.48deg, #1d4686 5.41%, #1d4686 83.88%);
        border-bottom-color: #1d4699
    }
    @media (max-width:768px) {
        .xl\:button--green {
            font-weight: 600;
            line-height: 32px;
            padding: 5px 15px;
            min-height: 7rem;
            display: flex;
            align-items: center;
            justify-content: center
        }
    }
    .xl\:button--blue {
        background: #1d4686;
        border-bottom-color: #1d4699
    }
    .xl\:button--blue>img {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px
    }
    .xl\:button--yellow {
        color: #0f1111 !important;
        background: #fed736
    }
    .xl\:button--bottom-border {
        position: relative;
        padding-bottom: .25rem
    }
    .xl\:button--bottom-border:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        border-bottom: .5rem solid;
        border-color: inherit;
        border-radius: inherit;
        transition: border-bottom-width .3s ease-in
    }
    .xl\:button--bottom-border:active:after {
        border-bottom-width: .2rem
    }
    .xl\:button--lg {
        min-height: 6rem;
        line-height: 6rem
    }
}