/*-----------------------------------*\
  RESET/BASIC
\*-----------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0; padding:0; border:0; outline:0; 
	vertical-align:baseline; background:transparent;
}

* { box-sizing: border-box; }

html {
    font-size: 62.5%;
}

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

body {
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem; line-height: 1.5;
    color: #000; font-weight: 500;
    background: #fff; min-height: 100vh;
    display: flex; flex-direction: column;
}

@media screen and (max-device-width: 480px){
	body{
		-webkit-text-size-adjust: none;
	}
}

img {
    width: 100%; height: auto;
    display: block;
}

a {
    text-decoration: none;
    transition: all 0.25s ease-in;
}

.btn {
    display: block; background: #00AEDB;
    color: #fff; font-weight: 600;
    font-size: 1.6rem; line-height: 44px;
    border-radius: 9999em; text-align: center;
}

.btn.btn-flex {
    display: flex; height: 44px;
    line-height: 1.2; align-items: center;
    justify-content: center; font-size: 1.4rem;
}

.btn-flex span {
    display: inline-block;
}

span.icn-phone {
    width: 16px;
    margin-right: 8px;
}

.btn-enroll {
    display: inline-block;
    padding: 0 14px;
    vertical-align: top;
}

strong {
    font-weight: 600;
}

.lgbreak {
	display: none;
}

h2 {
    color: #7BC144; font-weight: 500;
    line-height: 1.227; font-size: 4.2rem;
    margin-bottom: 30px; letter-spacing: -0.04em;
}

button, input[type="submit"] {
    background: none; border: 0;
    color: inherit; cursor: pointer;
    line-height: normal;
    overflow: visible; padding: 0;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
}

@media only screen and (min-width: 768px) {

    .btn {
        display: inline-block; 
        padding: 0 20px;
    }

    .btn.btn-flex {
        display: inline-flex; font-size: 1.6rem;
    }

    .lgbreak {
        display: block;
    }

    .smbreak {
        display: none;
    }

    span.icn-phone {
        margin-right: 8px;
    }

}

@media only screen and (min-width: 1024px) {

    h2 {
        font-size: 5.6rem;
    }

    .mainp {
        font-size: 2rem;
    }

}

@media only screen and (min-width: 1280px) {

    .btn {
        padding: 0 40px; line-height: 60px;
        font-size: 2rem;
    }

    .btn.btn-flex {
        height: 60px; font-size: 2rem;
    }

    h2 {
        font-size: 6.4rem;
    }

    .mainp {
        font-size: 2.4rem;
    }

    span.icn-phone {
        width: 18px;
    }

}

@media only screen and (min-width: 1440px) {

    h2 {
        font-size: 8rem;
    }

    .mainp {
        font-size: 2.8rem;
    }

}

/*-----------------------------------*\
  HEADER
\*-----------------------------------*/

header {
    position: fixed; top: 0; left: 0; right: 0;
    display: flex; align-items: center;
    height: 68px; background: #fff;
    border-bottom: 1px solid #ccc;
    padding: 0 10px; z-index: 999;
}

.logo {
    width: 36vw;
}

.header-info, .bigphone, .header-va {
    display: none;
}

.header-contact {
    margin-left: auto;
}

.smphone {
    display: inline-block;
    vertical-align: top;
    width: 44px; margin-right: 4px;
}

.btn.btn-header {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    width: 120px;
    font-size: 1.2rem;
}

.btn-call {
    display: inline-flex; background: #00AEDB;
    color: #fff; font-weight: 600;
    font-size: 1.3rem; height: 44px;
    border-radius: 50%; align-items: center;
    justify-content: center; text-align: center;
    width: 44px;
}

span.call {
    display: none;
}

.btn-call span.icn-phone {
    margin-right: 0;
}

.btn-flex span {
    display: inline-block;
}

.btn.btn-header.btn-endchat {
    display: none;
}

.chatopen .btn.btn-header.btn-scroll,
.chatopen .btn-call,
.chatopen .btn-enroll {
    display: none;
}

.chatopen .btn.btn-header.btn-endchat {
    display: inline-block;
}

@media only screen and (min-width: 360px) {

    .logo {
        width: 40vw;
    }

    .btn.btn-header {
	    width: 130px;
	    font-size: 1.4rem;
	}

}

@media only screen and (min-width: 375px) {

    .logo {
        width: 152px;
    }

}

@media only screen and (min-width: 768px) {

    header {
        padding: 0 20px;
    }

    .smphone {
        display: none;
    }

    .bigphone {
        display: inline-block;
        vertical-align: top;
        line-height: 44px;
        margin-right: 12px;
    }

    .bigphone a {
        color: #000;
    }

    .btn-call {
        border-radius: 9999em; padding: 0 14px;
        width: auto;
    }

    span.call {
        display: inline;
    }

    .btn-call span.icn-phone {
        margin-right: 8px;
    }

    .frys .logo {
        width: 196px;
    }

}

@media only screen and (min-width: 1024px) {

    header {
        padding: 0 30px;
    }

    .logo {
        width: 196px;
    }

    .frys .logo {
        width: 248px;
    }

}

@media only screen and (min-width: 1280px) {

    header {
        padding: 0 40px;
        height: 90px;
    }

    .logo {
        width: 279px;
    }

    .header-info {
        display: block; font-size: 1.6rem;
        line-height: 1.25; margin-left: 40px;
        font-weight: 400;
    }

    .header-info span {
        display: block; color: #5C5C5C;
    }

    .btn.btn-header {
        line-height: 50px;
        width: 160px; font-size: 1.6rem;
    }

    .btn-call {
        font-size: 2rem; height: 50px;
        padding: 0 22px;
    }

    .btn.btn-enroll {
        line-height: 50px;
        height: 50px;
        margin-right: 10px;
    }

    .bigphone {
        line-height: 50px;
        margin-right: 18px;
        font-size: 1.8rem;
    }

    .chatopen .header-info {
        display: none;
    }

    .chatopen .header-va {
        display: inline-block;
        background: #7BC144;
        color: #fff; padding: 0 10px;
        font-size: 2rem; line-height: 36px;
        border-radius: 10px; font-weight: 500;
        margin-left: 20px;
    }

}

@media only screen and (min-width: 1600px) {

    header {
        padding: 0 60px;
    }

    .frys .logo {
        width: 420px;
    }

}

/*-----------------------------------*\
  CHAT WINDOW
\*-----------------------------------*/

.chatalert {
    position: fixed; bottom: 34px;
    right: 18px; padding-right: 52px;
    z-index: 997; left: 20px;
    min-height: 44px;
}

.greetingbox {
    background: #fff; position: relative;
    padding: 12px 36px 12px 48px;
    border-radius: 16px; font-size: 1.3rem;
    font-weight: 400; box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
}

.greetingbox.hidebox {
    display: none;
}

.close-va {
    position: absolute; top: 7px;
    right: 6px; width: 24px;
    cursor: pointer;
}

.va-avatar {
    position: absolute; top: 12px;
    left: 10px; width: 30px;
}

.va-title {
    font-size: 1.4rem; font-weight: 600;
    margin-bottom: 6px;
}

#openchat {
    position: absolute; top: 0;
    right: 0; width: 44px; height: 44px;
    display: flex; align-items: center;
    justify-content: center;
    background: #00AEDB; border-radius: 50%;
    box-shadow: 0px 3px 9px rgba(80, 80, 80, 0.16);
}

#openchat img {
    width: 23px;
}

#embedcontent {
    position: fixed; top: 0; left: 0;
    right: 0; bottom: 0; background: #fff;
    z-index: 998; visibility: hidden;
    opacity: 0; transition: all 0.25s ease-out;
}

.chatopen #embedcontent {
    visibility: visible;
    opacity: 1;
}

@media only screen and (min-width: 768px) {

    .chatalert {
        bottom: 48px; right: 3.125vw; 
        padding-right: 0; left: auto;
        min-height: 80px; min-width: 80px;
    }

    .greetingbox {
        padding: 20px 40px 40px 20px;
        border-radius: 16px; font-size: 1.6rem;
        font-weight: 400; margin-bottom: 16px;
        width: 280px;
    }

    .close-va {
        top: 12px; right: 12px; 
        width: 30px;
    }

    .va-avatar {
        position: static;
        width: 53px; margin-bottom: 16px;
    }

    .va-title {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    #openchat {
        position: static; 
        width: 80px; height: 80px;
        margin-left: auto;
    }

    #openchat img {
        width: 37px;
    }

}

/*-----------------------------------*\
  MODAL
\*-----------------------------------*/

.modal-bg {
    position: fixed; inset: 0; 
    background: rgba(0,0,0,0.66);
    z-index: 1000; padding: 8px 8px 0;
    opacity: 0; visibility: hidden;
    transition: all 0.25s linear;
}

.modal-bg.active {
    opacity: 1; visibility: visible;
}

.modal-inner {
    width: 100%; height: 100%;
    overflow: auto; display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    width: 98%; max-width: 700px;
    padding: 56px 30px 30px; text-align: center;
    position: relative; background: #fff;
}

.mc-copy {
    margin-bottom: 38px;
}

a.btn-close {
    position: absolute; top: 8px; right: 8px;
    width: 30px; opacity: 0.7;
}

.mc-logo {
    display: inline-block; width: 100%;
    max-width: 280px; margin-bottom: 32px;
}

.mc-intro {
    font-size: 3.6rem; line-height: 1;
    font-weight: 700; color: #7BC144;
    margin-bottom: 16px; letter-spacing: -0.025em;
}

.mc-cta {
    letter-spacing: -0.02em; line-height: 1.375;
    margin-bottom: 40px;
}

.btn-lbox {
    display: block; background: #00AEDB;
    color: #fff; font-weight: 600;
    font-size: 1.8rem; line-height: 50px;
    border-radius: 9999em; text-align: center;
}

@media only screen and (min-width: 768px) {

    .modal-content {
        padding: 30px; display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mc-img {
        order: 1; width: 50.78125%;
    }

    .mc-copy {
        margin-bottom: 0; order: 2;
        width: 45.3125%;
    }

    .mc-logo {
        margin-bottom: 64px;
    }

    .mc-intro {
        font-size: 4.4rem;
        margin-bottom: 20px;
    }

    .mc-cta {
        font-size: 2rem;
        margin-bottom: 72px;
    }

}

/*-----------------------------------*\
  BANNER
\*-----------------------------------*/

#banner {
    position: relative;
    margin-top: 68px;
}

.banner-inner {
    position: absolute; bottom: 46.75vw;
    left: 0; right: 0; padding: 0 7.2vw;
    color: #fff;
}

.frys .banner-inner {
    bottom: 45.25vw;
}

h1 {
    font-size: 14.93vw; font-weight: 500;
    letter-spacing: -0.04em; color: #7BC144;
}

.mapage h1 {
    color: #fff;
}

h1 span {
    font-size: 3.73vw; font-weight: 600;
    display: block; letter-spacing: normal;
    color: #fff; position: relative;
    top: 2.5vw;
}

.banner-inner p {
    font-size: 3.2vw; font-weight: 400;
    line-height: 1.25; margin-bottom: 2vw;
}

.banner-smphone {
    margin-bottom: 2.5vw;
}

.banner-smphone a {
    color: #fff; font-weight: 600;
    font-size: 6.4vw;
}

.brush {
    position: absolute; width: 10vw;
    top: 8.25vw; left: 57.95vw;
    z-index: 2;
}

.leaf {
    position: absolute; width: 10vw;
    top: 6.5vw; left: 58.9vw;
    z-index: 2;
}

.dot {
    position: absolute; width: 4.8vw;
    top: 14.75vw; left: 24.5vw;
    z-index: 2;
}

.banner-lgphone {
    display: none;
}

@media only screen and (min-width: 768px) {

    .banner-inner {
        bottom: 8.4895833vw; left: 5.73vw;
        right: auto; padding: 0;
    }

    .frys .banner-inner {
        bottom: 4.6875vw;
    }

    h1 {
        font-size: 7.8125vw;
        line-height: 1.2;
        margin-bottom: 1vw;
    }

    h1 span {
        font-size: 1.35vw;
        top: 1.25vw;
    }

    .dark h1 span {
        color: #000;
    }

    .banner-inner p {
        font-size: 1.3541667vw;
        margin-bottom: 1.5625vw;
    }

    .dark .banner-inner p {
        color: #000;
    }

    .banner-smphone {
        display: none;
    }

    .banner-lgphone {
        display: block;
        margin-top: 1.35vw;
    }

    .banner-lgphone a {
        color: #fff; font-weight: 600;
        font-size: 3.4375vw; line-height: 1.2;
    }

    .dark .banner-lgphone a {
        color: #000;
    }

    .brush {
        width: 4.75vw; left: 26.615vw;
        top: 1.05vw;
    }

    .leaf {
        width: 4.75vw; left: 27vw;
        top: 0.5vw;
    }

    .dot {
        width: 2.2916vw; left: 9vw;
        top: 3.85vw;
    }

}


@media only screen and (min-width: 1280px) {

    #banner {
        margin-top: 90px;
    }

}

/*-----------------------------------*\
  ICON ROW
\*-----------------------------------*/

#iconrow {
    margin-bottom: 40px;
}

.ir-item {
    display: flex; align-items: center;
    justify-content: center; height: 180px;
    border-bottom: 1px solid #E2E2E2;
}

.ir-inner {
    display: block;
    text-align: center;
    color: #000;
}

.ir-icon {
    width: 60px; margin: 0 auto 16px;
    transition: all 0.25s linear;
}

.ir-inner:hover .ir-icon {
    transform: scale(1.1);
}

@media only screen and (min-width: 768px) {

    #iconrow {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        border-bottom: 1px solid #E2E2E2;
        margin-bottom: 60px;
    }

    #iconrow.items2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .ir-item {
        height: 180px; border-bottom: 0;
        border-right: 1px solid #E2E2E2;
        font-size: 1.4rem;
    }

    .ir-item:last-of-type {
        border: 0;
    }

}

@media only screen and (min-width: 1024px) {

    #iconrow {
        margin-bottom: 72px;
    }

    .ir-item {
        height: 220px; 
        font-size: 1.6rem;
    }

}


@media only screen and (min-width: 1280px) {

    #iconrow {
        margin-bottom: 100px;
    }

    .ir-icon {
        width: 80px; margin: 0 auto 20px;
    }

    .ir-item {
        height: 280px; 
        font-size: 2rem;
    }

}

@media only screen and (min-width: 1440px) {

    .ir-icon {
        width: 100px; margin: 0 auto 26px;
    }

    .ir-item {
        height: 340px; 
        font-size: 2.4rem;
    }

}

/*-----------------------------------*\
  INTRO
\*-----------------------------------*/

#intro {
    margin-bottom: 60px;
    text-align: center;
}

.intro-inner {
    padding: 0 20px;
    margin: 0 auto;
}

.intro-inner p {
    margin: 0 auto 30px;
    color: #213C00;
    line-height: 1.57;
}

#intro br, .mapage #intro br {
    display: none;
}

@media only screen and (min-width: 768px) {

    #intro {
        margin-bottom: 72px;
    }

    #intro br {
        display: block;
    }

}

@media only screen and (min-width: 810px) {

    .mapage #intro br {
        display: block;
    }

}

@media only screen and (min-width: 1024px) {

    #intro {
        margin-bottom: 96px;
    }

}


@media only screen and (min-width: 1280px) {

    #intro {
        margin-bottom: 120px;
    }

}

/*-----------------------------------*\
  CARDS
\*-----------------------------------*/

#cards {
    margin-bottom: 36px;
}

.cards-inner {
    padding: 0 10px; max-width: 1424px;
    margin: 0 auto;
}

.card {
    margin-bottom: 16px; display: flex;
    justify-content: center; align-items: center;
    height: 160px; border: 1px solid rgba(226, 226, 226, 0.5);
    box-shadow: 0 3px 9px rgba(80, 80, 80, 0.16);
    border-radius: 16px;
}

.card-content {
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: -0.002em;
}

.card-icon {
    height: 50px; margin: 0 auto 8px;
    width: auto;
}

.cards-disclaimer {
    font-size: 1.3rem; color: #707070;
    padding: 20px 16px 0; font-weight: 400;
}

@media only screen and (min-width: 768px) {

    #cards {
        margin-bottom: 60px;
    }

    .cards-inner {
        padding: 0 20px;
    }

    .cardgrid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 16px;
    }

    .card {
        height: 196px;
    }

    .card-content {
        font-size: 1.3rem;
    }

}

@media only screen and (min-width: 1024px) {

    .card-content {
        font-size: 1.4rem;
    }

}

@media only screen and (min-width: 1280px) {

    #cards {
        margin-bottom: 90px;
    }

    .cards-inner {
        padding: 0 40px;
    }

    .cardgrid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 27px;
    }

    .card {
        height: 280px;
        margin-bottom: 30px;
    }

    .card-icon {
        height: 70px; margin: 0 auto 16px;
    }

    .card-content {
        font-size: 2rem;
    }

    .cards-disclaimer {
        font-size: 1.8rem;
        padding: 20px 0 0;
    }

}

/*-----------------------------------*\
  MIDBANNER
\*-----------------------------------*/ 

#midbanner {
    margin-bottom: 30px;
}

#midbanner img {
    border-radius: 16px 16px 0 0;
}

@media only screen and (min-width: 768px) {

    #midbanner {
        margin-bottom: 40px;
    }

}

@media only screen and (min-width: 1280px) {

    #midbanner {
        margin-bottom: 60px;
    }

    #midbanner img {
        border-radius: 30px 30px 0 0;
    }

}

/*-----------------------------------*\
  MEDICARE
\*-----------------------------------*/ 

#medicare {
    margin-bottom: 96px;
    text-align: center;
}

.mc-inner {
    padding: 0 20px;
}

#medicare h2 {
    margin-bottom: 8px;
}

#medicare h2 br, #medicare p br {
    display: none;
}

h3 {
    font-size: 1.6rem; font-weight: 500;
    margin-bottom: 16px; color: #7BC144;
    letter-spacing: -0.01em;
}

#medicare p {
    margin: 0 0 30px;
}

@media only screen and (min-width: 768px) {

    #medicare h2 br {
        display: block;
    }

}


@media only screen and (min-width: 1024px) {

    #medicare {
        margin-bottom: 120px;
    }

    #medicare h2 {
        margin-bottom: 20px;
    }

    h3 {
        font-size: 3rem; 
        margin-bottom: 24px;
    }

    #medicare p br {
        display: block;
    }

}


@media only screen and (min-width: 1280px) {

    #medicare {
        margin-bottom: 160px;
    }

    #medicare h2 {
        margin-bottom: 24px;
    }

}

@media only screen and (min-width: 1440px) {

    #medicare {
        margin-bottom: 200px;
    }

    #medicare h2 {
        margin-bottom: 30px;
    }

    h3 {
        font-size: 4rem; 
        margin-bottom: 30px;
    }

    #medicare p {
        margin-bottom: 40px;
    }

}

/*-----------------------------------*\
  STACKED
\*-----------------------------------*/ 

#stacked {
    margin-bottom: 60px;
}

.stacked-inner {
    padding: 0 10px; max-width: 1012px;
    margin: 0 auto;
}

.stackwrap {
    position: relative;
}

.stackedcard {
    padding: 30px 16px 0; border-radius: 16px;
    margin-bottom: 16px;
    border: 1px solid #eaeaea; height: 352px;
    position: relative;
    transition: all 0.75s ease-out;
}

.sc-inner {
    text-align: center; font-weight: 400;
    font-size: 1.4rem;
}

.sc-inner p {
    margin-bottom: 20px;
}

h4 {
    font-size: 1.6rem; font-weight: 500;
    margin-bottom: 10px; line-height: 1.2;
}

.hours {
    font-size: 1.2rem;
}

.hours:first-of-type {
    margin: 0 0 8px;
}

#agent {
    background: linear-gradient(#e3f2fd 0%, #e8f5e9 100%);
}

#inperson {
    background: linear-gradient(#fff3e0 0%, #fff8e1 100%);
    z-index: 2;
}

#virtual {
    background: linear-gradient(#ede7f6 0%, #fce4ec 100%);
    z-index: 3;
}

.sc-img {
    width: 80px;
    margin: 0 auto 16px;
}

@media only screen and (min-width: 768px) {

    #stacked {
        margin-bottom: 96px;
    }

    .stacked-inner {
        padding: 0 20px;
    }

    .stackedcard {
        padding-top: 60px;
        height: 480px;
    }

    .spanish .stackedcard {
        height: 500px;
    }

    .sc-inner {
        font-size: 1.6rem;
    }

    .sc-img {
        width: 150px;
    }

    .sc-inner p {
        margin-bottom: 30px;
    }

    h4 {
        font-size: 2.4rem;
    }

    .hours {
        font-size: 1.6rem;
    }

    .hours:first-of-type {
        margin: 0 0 10px;
    }

}


@media only screen and (min-width: 1024px) {

    #stacked {
        margin-bottom: 150px;
    }

    .callpage #stacked {
        margin-bottom: 122px;
    }

    .stacked-inner {
        padding: 0 40px;
    }

}


@media only screen and (min-width: 1280px) {

    #stacked {
        margin-bottom: 270px;
    }

    #agent.inview {
        margin-bottom: -380px;
    }

    #inperson.inview {
        margin-bottom: -380px;
    }

    #agent.inview:hover, #inperson.inview:hover {
        /*transform: translateY(-10px) rotate(-0.5deg);*/
        margin-bottom: 16px;
    }

    #agent.inview.sc-open {
        margin-bottom: 16px;
    }

    #inperson.inview.sc-open {
        margin-bottom: 16px;
    }

}

/*-----------------------------------*\
  CONTACT
\*-----------------------------------*/ 

#contact {
    margin-bottom: 60px;
}

.contact-inner {
    padding: 0 10px; max-width: 1012px;
    margin: 0 auto;
}

.spanish .contact-inner {
    max-width: 1200px;
}

.contact-intro {
    text-align: center;
    margin-bottom: 30px;
}

#contact h2 {
    margin-bottom: 10px;
}

.cform {
    position: relative; max-width: 932px;
    margin: 0 auto;
}

.formrow {
    margin-bottom: 10px;
}

label {
    display: block;
    margin-bottom: 5px;
    margin-left: 10px;
    font-weight: 600;
}

input[type="text"], 
input[type="tel"], 
input[type="email"],
input[type="date"],
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #E6E6E6; border-radius: 10px; outline: 0; 
    box-shadow: none; display: block; width: 100%;
    font-size: 1.3rem; line-height: 48px; 
    height: 50px; background: #FAFAFA;
    font-family: 'Poppins', sans-serif;
    padding: 0 12px; color: #7E7E7E; font-weight: 400;
}

select {
    background: #FAFAFA url(../images/triangle.png) no-repeat right center;
    background-size: 24px;
}

::-webkit-input-placeholder {
    color: #7E7E7E;
    opacity: 1 !important;
}
:-moz-placeholder {
    color: #7E7E7E;
    opacity: 1 !important;
}
::-moz-placeholder {
    color: #7E7E7E;
    opacity: 1 !important;
}
:-ms-input-placeholder {
    color: #7E7E7E;
}

.checkrow {
    padding-top: 10px;
}

.cr-inner {
    position: relative; padding: 0 0 0 30px;
    line-height: 1.35; font-weight: 400;
    font-size: 1.4rem;
}

.cr-inner a {
    color: #000;
    text-decoration: underline;
}

.btn-row {
    text-align: center;
    padding-top: 20px;
}

input[type="checkbox"] {
    position: absolute; left: 0;
    top: 1px;
}

input[type="submit"] {
    display: block; width: 100%;
    font-family: 'Poppins', sans-serif;
    background: #00AEDB; color: #fff;
    font-size: 1.8rem; font-weight: 600;
    line-height: 50px;
    border-radius: 9999em;
    transition: all 0.25s linear;
}

.help-block {
    font-weight: 700; color: #f00;
    padding-top: 4px; font-size: 1.4rem;
}

.spinner-wrap {
    position: absolute; top: 50%;
    left: 0; right: 0;
    transform: translateY(-50%);
}

.spinner {
    margin: 0 auto; height: 60px; width: 60px;
    -webkit-animation: rotate 0.8s infinite linear;
    animation: rotate 0.8s infinite linear;
    border: 8px solid #009EC6;
    border-right-color: transparent;
    border-radius: 50%;
}

@-webkit-keyframes rotate {
  0%    { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100%  { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes rotate {
  0%    { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100%  { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@media only screen and (min-width: 360px) {

    input[type="text"], 
    input[type="tel"], 
    input[type="email"],
    input[type="date"],
    select {
        font-size: 1.4rem;
    }

}

@media only screen and (min-width: 768px) {

    .contact-inner {
        padding: 0 20px;
    }

    .form-inner {
        display: flex; flex-wrap: wrap;
        justify-content: space-between;
    }

    .formrow {
        width: 49%;
    }

    .formrow.longrow {
        width: 100%;
    }

    input[type="text"], 
    input[type="tel"], 
    input[type="email"],
    input[type="date"],
    select {
        font-size: 1.6rem;
    }

}

@media only screen and (min-width: 1024px) {

    .contact-intro {
        margin-bottom: 40px;
        font-size: 2rem;
    }

    #contact h2 {
        margin-bottom: 16px;
    }

}

@media only screen and (min-width: 1280px) {

    .contact-inner {
        padding: 0 40px;
    }

    .contact-intro {
        margin-bottom: 48px;
        font-size: 2.4rem;
    }

    .formrow {
        margin-bottom: 20px;
    }

    input[type="text"], 
    input[type="tel"], 
    input[type="email"],
    input[type="date"],
    select {
        line-height: 58px; height: 60px;
        padding: 0 16px;
    }

    .checkrow {
        padding-top: 20px;
    }

    .cr-inner {
        font-size: 1.6rem;
    }

    input[type="submit"] {
        line-height: 60px;
    }

}

@media only screen and (min-width: 1440px) {

    .contact-intro {
        margin-bottom: 60px;
        font-size: 2.8rem;
    }

}

/*-----------------------------------*\
  KIOSK
\*-----------------------------------*/ 

#kiosk {
    text-align: center;
    margin-bottom: 48px;
}

.fryscta {
    font-size: 2.2rem; display: inline-block;
    line-height: 1.27; color: #7BC144;
    padding: 8px 0;
    border-top: 3px solid #00AEDB;
    border-bottom: 3px solid #00AEDB;
}

@media only screen and (min-width: 768px) {

    .fryscta {
        font-size: 3rem; font-weight: 500;
    }

}

@media only screen and (min-width: 1024px) {

    .fryscta {
        font-size: 3.6rem;
    }

}


/*-----------------------------------*\
  FOOTER
\*-----------------------------------*/ 

footer {
    padding-bottom: 60px;
}

.footer-legal {
    padding: 0 10px; max-width: 1062px;
    margin: 0 auto; color: #8B8B8B;
    font-weight: 400;
}

.footer-legal p {
    margin-bottom: 20px;
}

.footer-legal p:last-of-type {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {

    .footer-legal {
        padding: 0 20px;
    }

}

@media only screen and (min-width: 1280px) {

    .footer-legal {
        padding: 0 40px;
    }

}

/*-----------------------------------*\
  THANKS
\*-----------------------------------*/

#thanks {
    width: 100vw; height: 100vh;
    display: flex; align-items: center;
    justify-content: center; font-weight: 400;
    font-size: 1.6rem;
}

.thanks-inner {
    text-align: center;
    padding: 0 20px;
}

.tylogo {
    width: 300px; margin: 0 auto 10px;
}

.tymsg {
    font-size: 2.4rem; color: #00AFDB;
    font-weight: 600; margin-bottom: 16px;
}

.thanks-inner p {
    margin: 0 auto 30px;
    max-width: 620px;
}

@media only screen and (min-width: 768px) {

    .tylogo {
        width: 320px; margin: 0 auto 20px;
    }

    .tymsg {
        font-size: 3rem;
    }

}
