/*RESET*/
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	text-decoration: none;
	outline: inherit;
}

:hover {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
::-webkit-scrollbar {
    width:5px;
} 
::-webkit-scrollbar-track {
    background:rgba(255,255,255,0.3);
} 
::-webkit-scrollbar-thumb {
	background:#999;
}

body {
    font-family: 'Josefin Sans', sans-serif;
    color: #111111;
    width: 100%;
    height: 100%;
    position: relative;
    letter-spacing: 1px;
}


/*FONTS*/
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400|Montserrat:900&display=swap');
strong {
    font-weight: bolder;
}

p,
li {
    font-size: 18px;
    line-height: 24px;
    margin: 24px auto;
}

ul li {
    margin: 5px 0;
    margin-left: 25px;
}


/*OBJECTS*/
.button,
.button-top {
    display: inline-block;
    padding: 15px 20px;
    background: #54b6e2;
    outline: none;
    -webkit-appearance: none;
    color: white;
    margin: 20px auto 0;
    border-radius: 40px;
    border: none;
    font-size: 24px;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 2px;
}
.button:hover,
.button-top:hover {
    background: #1a1a1a;
}
.button a:hover,
.button-top a:hover {
    cursor: pointer;
}
.button.purple-bg.pulse-button:hover {
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    background: #815298;
}

.button-top {
    position: fixed;
    top: 0;
    right: 5%;
    margin: 0;
    font-size: 21px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    z-index: 200;
}

hr {
    border: none;
    margin: 50px auto;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.logo {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 5%;
}
.tv-logo {
    max-height: 125px;
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
}
.tv-logo:hover {
    opacity: .6;
}

.icon {
    width: 90%;
    max-width: 100px;
}

.yt-video {
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%;
    margin-top: 50px;
}
.yt-video iframe {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
}
video {
    width: 100%;
    margin: 50px auto 0;
}
.modal-content video {
    width: calc(100% + 100px);
    margin-left: -50px;
}
.reviews video {
    margin: 0 auto;
}


/*LINKS*/
a:link,
a:hover,
a:visited,
a:focus,
a:active {
    color: inherit;
	text-decoration: none;
}
a:link {
    color: ;
	text-decoration: none;
}
a:hover,
a:focus {
    color: ;
	text-decoration: none;
}


/*DIVS*/
section {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.narrow {
    max-width: 960px;
}

header#header {
    position: fixed;
    width: 100%;
    height: 90px;
    background: white;
    padding: 25px 5%;
    z-index: 500;
    box-shadow: 0 0 25px rgba(0,0,0,0.2);
    transition: all .2s ease;
}

.hero {
    width: 100%;
    background: url(../images/banners/sara-hero.webp) no-repeat left top fixed #f9fafc;
    background-size: contain;
    position: relative;
    text-align: left;
    height: 100vh;
    min-height: 600px;
}
.hero section {
    width: 650px;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
}
.hero i.fa {
    font-size: 48px;
    margin: 0;
    vertical-align: middle;
}
.hero i.fa:hover {
    cursor: pointer;
    color: #54b6e2;
}

.container-sara {
    width: 100%;
    background: url(../images/backgrounds/blue-gradient.webp) no-repeat #54b6e2;
    background-size: cover;
    padding: 50px 0 0;
    color: white;
    position: relative;
}
.container-sara .sara-text {
    width: calc(100% - 500px);
    padding-bottom: 25px;
}
.container-sara .sara-img {
    background: url(../images/thumbs/sara-westbrook-2.webp) no-repeat center bottom;
    background-size: contain;
    width: 450px;
    height: 75vh;
    min-height: 600px;
}
.container-sara a:hover {
    cursor: pointer;
    color: #111111;
}

.container {
    width: 100%;
    position: relative;
    padding: 100px 0;
}
#book {
    padding-bottom: 0;
}

.reviews {
    background: url(../images/banners/banner-reviews.webp) no-repeat center #999;
    background-size: 1920px auto;
    background-blend-mode: multiply;
    padding: 80px 0;
    color: white;
    text-align: center;
    height: 700px;
}
.reviews section {
    max-width: 850px;
    max-height: 500px;
    overflow-y: scroll;
}
.reviews section::-webkit-scrollbar {
    width:0;
}
.item {
    padding: 0 10px;
    margin: 0;
}
.item h2 {
    margin-top: 50px;
}

.cell-1-4 {
    width: 24%;
    padding: 25px 25px 5px;
    margin: 25px 0;
    background: #f4f4f4;
}

.cell-1-2 {
    width: 49%;
}
.cell-1-2 img {
    width: 100%;
}
#virtual-modal img {
    width: 90%;
    max-width: 768px;
    margin-bottom: -100px;
}

.cell-1-3 {
    width: 32%;
    padding: 25px 25px 5px;
    margin: 10px 0;
    background: #f4f4f4;
}

.cell-booking {
    width: 400px;
    height: 75vh;
    display: block;
    background: url(../images/thumbs/schedule-sara.webp) no-repeat center bottom;
    background-size: contain;
}
.cell-booking img {
    width: 100%;
}
.cell-form {
    width: calc(100% - 400px);
    position: relative;
}

.cell-schedule-sara {
    width: 300px;
}
.cell-schedule-sara img {
    width: 100%;
}
.cell-schedule {
    width: calc(100% - 425px);
}

.banner {
    background: url(../images/backgrounds/blue-gradient.webp) no-repeat #54b6e2;
    background-size: cover;
    width: calc(100% + 100px);
    max-height: 400px;
    overflow: hidden;
    margin-left: -50px;
    margin-bottom: 50px;
    color: white;
}
#virtual-modal .banner {
    max-height: none;
    overflow: visible;
    text-align: center;
    margin-top: -50px;
    margin-bottom: 100px;
    padding-top: 50px;
    padding-bottom: 0;
}
.banner .heading,
.banner .sub-heading,
.banner .cell-heading {
    margin: 50px;
}
.banner-journal {
    background: url(../images/backgrounds/journal.webp) no-repeat top left #000000;
    background-size: contain;
    color: white;
    padding: 50px 50px 50px 50%;
}

.banner-staff {
    background: url(../images/backgrounds/blue-gradient.webp) repeat center;
    background-size: cover;
    padding: 50px 50px 100px;
    margin-top: 75px;
    color: white;
    position: relative;
}
.banner-staff .gradient {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    padding: 350px 5% 25px;
    color: white;
    text-align: center;
}

.cell-webinar {
    width: 350px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    bottom: -4px;
}
.cell-webinar img {
    width: 100%;
}
.cell-webinar-text {
    padding-left: 350px;
    margin-top: 50px;
}

footer {
    background: url(../images/backgrounds/email-pattern.webp) repeat fixed #54b6e2;
    padding: 50px 0;
    color: white;
}
footer ul {
    list-style: none;
}
footer ul li {
    display: inline-block;
    margin: 0 5px;
}
footer ul li a:hover {
    color: #111111;
    cursor: pointer;
}
footer .beard {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 2px solid white;
    transform: translateY(7px);
}
footer .beard:hover,
footer .beard:focus {
    filter: invert(.8);
}


/*FORM*/
form {
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: left;
}
form label {
    display: none;
    font-size: 0;
}
form button {
    cursor: pointer;
}

input,
textarea {
    width: 100%;
    margin: 5px 0;
    padding: 20px;
    background: #f9f9f9;
    border: 0;
    border-radius: 5px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 21px;
    color: #111111;
    -webkit-appearance: none;
}
form #email,
form #phone {
    width: 49%;
}

textarea {
    width: 100%;
    height: 150px;
}

.grecaptcha-badge {
    position: absolute !important;
    bottom: 15px !important;
    right: 0 !important;
}


/*MODAL*/
.modal,
.modal-open {
    display: none;
    position: fixed;
    z-index: 900;
    padding: 50px 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: url(../images/backgrounds/email-pattern-grey.webp) repeat fixed rgba(255,255,255,.95);
    -webkit-overflow-scrolling: touch;
}
.modal.display,
.modal-open {
    display: block;
}
.modal-content {
    margin: auto;
    padding: 0 50px 100px;
    width: 90%;
    max-width: 1275px;
    border-radius: 10px;
    overflow-y: hidden;
    position: relative;
    animation-name: animatetop;
    animation-duration: 0.4s;
    position: relative;
    background: white;
    box-shadow: 0 0 25px rgba(0,0,0,0.2);
}
#virtual-modal .modal-content {
    max-width: 960px;
}
.close-x-alt {
    position: relative;
    width: 100%;
    padding: 10px;
    margin: 0;
}
.close-x {    
    position: absolute;
    top: 10px;
    right: 5px;
    margin: 0;
    width: 100%;
    text-align: right;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px !important;
}
#help-modal .close-x,
#pp-modal .close-x {
    top: -25px;
}
.close-x:hover {
    color: #54b6e2;
    text-decoration: none;
    cursor: pointer;
}
@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}


/*MODIFIERS*/
.left {
    text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}

.ftlt {
    float: left;
}
.ftrt {
    float: right;
}
.clear {
    clear: both;
}

.flex,
.flex-bottom,
.flex-middle {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.flex-bottom {
    align-items: flex-end;
}
.flex-middle {
    align-items: center;
}

.space {
    height: 50px;
}
.mb-50 {
    margin-bottom: 50px;
}

.heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    font-weight: 900;
}
.heading span {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
}
.sub-heading {
    font-size: 48px;
}
.cell-heading {
	font-size:  30px;
    font-weight: normal;
}

.pattern {
    background: url(../images/backgrounds/email-pattern.webp) repeat center #54b6e2;
    height: 100vh;
    position: relative;
}
.blue {
    color: #54b6e2;
}
.grey-bg {
    background: #f9f9f9;
}
.purple {
    color: #815298;
}
.purple-bg {
    background: #815298;
}

.text-shadow {
    text-shadow: -2px -2px 0 black, 2px -2px 0 black, -2px 2px 0 black, 2px 2px 0 black;
}

.pulse-button {
      position: relative;
      border: none;
      box-shadow: 0 0 0 0 rgba(129, 82, 152, 0.7);
      -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
      -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
      -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
      animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.pulse-button:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);}}

.thanks {
    width: 100%;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    color: white;
}
.thanks .cell-1-2:first-child {
    padding-bottom: 100px;
}
.thanks .cell-1-2:nth-child(2) {
    max-height: 80vh;
}
.thanks .cell-1-2:nth-child(2) img {
    margin-bottom: -5px;
}


/*MEDIA QUERIES*/
@media (max-width:1400px) {
    .hero section {
        right: 0;
    }
}


@media (max-width:1200px) {
    .hero {
        background: url(../images/banners/sara-hero.webp) no-repeat #f9fafc;
        background-size: contain;
        background-position: -150px bottom;
    }

    .banner-staff {
        padding: 50px 50px 100px;
        margin-top: 50px;
    }

    .cell-webinar {
        width: 300px;
        bottom: -4px;
    }
    .cell-webinar-text {
        padding-left: 300px;
        margin-top: 0;
    }
}


@media (max-width:1024px) {
    .container-sara {
        background: url(../images/backgrounds/blue-gradient-mobile.webp) no-repeat center;
        background-size: cover;
    }
    .container-sara .sara-text {
        width: 100%;
    }
    .container-sara .sara-img {
        width: 90%;
        max-width: none;
        height: 350px;
    }

    .cell-1-4 {
        width: 49%;
        margin: 10px 0;
    }

    .cell-booking {
        width: 250px;
    }
    .cell-form {
        width: calc(100% - 250px);
    }

    .cell-schedule-sara {
        width: 300px;
    }
    .cell-schedule {
        width: calc(100% - 325px);
    }
}


@media (max-width:960px) {
    .hero section {
        width: 532px;
    }
    .hero .sub-heading {
        font-size: 36px;
    }

    .container {
        padding: 50px 0;
    }
    .space {
        height: 50px;
    }

    .button-top {
        font-size: 16px;
        width: 175px;
        line-height: 125%;
        text-align: center;
    }

    .reviews {
        background: url(../images/banners/banner-reviews-mobile.webp) no-repeat center top #999999;
        background-size: 100% auto;
        background-blend-mode: multiply;
        height: auto;
        padding: 75px 0;
    }
    .reviews section {
        width: 90%;
        max-height: 450px;
    }
    
    .button-top span {
        display: none;
    }

    .modal-content {
        padding: 0 25px 100px;
    }
    .modal-content .cell-1-2 {
        width: 100%;
    }
    .banner {
        width: calc(100% + 50px);
        margin-left: -25px;
    }
    .banner .heading {
        margin: 25px;
    }

    .modal-content video {
        width: calc(100% + 50px);
        margin-left: -25px;
    }

    .banner-journal {
        background: url(../images/backgrounds/journal.webp) no-repeat top left #000000;
        background-size: auto 300px;
        padding: 350px 5% 50px;
    }

    .cell-1-3 {
        width: 49%;
    }

    form #email,
    form #phone {
        width: 100%;
    }

    .cell-webinar-text {
        width: 100%;
        padding: 0 0 400px;
        margin: 0;
    }
}


@media (max-width:768px) {
    .hero {
        background: url(../images/banners/sara-hero-mobile.webp) no-repeat center top #d3d2da;
        background-size: cover;
        height: 100vh;        
        min-height: 800px;
    }
    .hero section {
        width: 100%;
        top: auto;
        transform: translateY(0);
        bottom: 0;
        left: 0;
        right: 0;
        padding: 100px 5% 25px;
        color: white;
        background: rgb(17,17,17);
        background: -moz-linear-gradient(0deg, rgba(17,17,17,1) 0%, rgba(17,17,17,0) 100%);
        background: -webkit-linear-gradient(0deg, rgba(17,17,17,1) 0%, rgba(17,17,17,0) 100%);
        background: linear-gradient(0deg, rgba(17,17,17,1) 0%, rgba(17,17,17,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111111",endColorstr="#111111",GradientType=1);
    }

    .reviews {
        background: #111111;
        padding: 50px 0;
        min-height: none;
    }
    .reviews section {
        max-height: none;
        height: auto;
        overflow-y: visible;
    }
    .item {
        text-align: left;
    }

    .cell-1-2 {
        width: 100%;
    }
    .reverse {
        flex-direction: row-reverse !important;
    }

    .banner .cell-1-2 img {
        max-width: 400px;
        margin-left: calc(100% - 400px);
    }

    footer ul li {
        display: block;
        margin: 10px;
    }
    footer ul li:nth-child(2) {
        display: none;
    }
    footer ul li:nth-child(4),
    footer ul li:nth-child(5),
    footer ul li:nth-child(6),
    footer ul li:nth-child(7),
    footer ul li:nth-child(8) {
        display: inline-block;
    }

    .heading {
        font-size: 48px;
    }
    .heading span {
        font-size: 21px;
    }
    .sub-heading {
        font-size: 36px;
    }
    .cell-heading {
        font-size:  24px;
    }

    .pattern {
        overflow: hidden;
    }
    .thanks {
        position: relative;
        padding: 50px 0 0;
        bottom: auto;
    }
    .thanks .cell-1-2:first-child {
        padding-bottom: 25px;
    }
    .thanks .cell-1-2:nth-child(2) {
        min-height: 50vh;
    }

    /*.banner-staff {
        background: url(../images/backgrounds/blue-gradient-mobile.webp) repeat center;
        background-size: cover;
        padding: 50px 25px;
    }
    .banner-staff .gradient {
        padding: 450px 5% 25px;
    }*/

    .cell-schedule-sara {
        width: 200px;
    }
    .cell-schedule {
        width: calc(100% - 225px);
    }
}


@media (max-width: 715px) {
    .grecaptcha-badge {
        bottom: 0 !important;
        top: 300px !important;
        right: auto !important;
        left: 0 !important;
        margin-top: 100px !important;
    }

    form .button {
        margin-top: 100px;
    }
}


@media (max-width: 600px) {
    .cell-booking {
        display: none;
    }
    .cell-form {
        width: 100%;
    }
}


@media (max-width:532px) {
    header {
        height: 50px !important;
    }
    .hero {
        padding: 350px 5% 100px;
    }

    .tv-logo {
        width: 49%;
        max-height: none;
    }

    .cell-1-4,
    .cell-1-3 {
        width: 100%;
    }

    .banner .cell-1-2 img {
        max-width: 250px;
        margin-left: calc(100% - 250px);
    }

    .container-sara .sara-img {
        height: 50vh;
        min-height: 40vh;
    }

    .cell-schedule-sara,
    .cell-schedule {
        width: 100%;
    }

    .button-top {
        font-size: 14px;
        width: 175px;
    }

    .banner-staff {
        padding-left: 20px;
        padding-right: 20px;
    }

    .button,
    .button-top {
        font-size: 16px;
    }
    .hero i.fa {
        font-size: 36px;
    }
}


@media (max-width:414px) {
    header {
        height: 70px;
    }
}