/* Tangara Landing Page */

@import url('https://fonts.googleapis.com/css2?family=Lora:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
/*font-family: 'Lora', serif;*/
/*font-family: 'Montserrat', sans-serif;*/


@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff2') format('woff2'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'proxima_semibold';
    src: url('../fonts/proximanova-semibold-webfont.eot');
    src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proximanova-semibold-webfont.woff2') format('woff2'),
        url('../fonts/proximanova-semibold-webfont.woff') format('woff'),
        url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'),
        url('../fonts/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 18px;
}

a {
    text-decoration: none !important;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Proxima Nova Rg';
    font-size: 1rem;
}

h1 {
    font-size: 2.715rem;
    margin-bottom: 1.8285rem;
    font-family: 'Lora', serif;
}

h1 span {
    font-style: italic;
}

h2 {
    font-size: 2.5715rem;
    color: #22223F;
}

h3 {
    font-size: 2.1714rem;
    font-family: 'Lora', serif;
}

h4 {
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #C6582C;
    margin-bottom: 2.285rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

h5 {
    font-size: 1.1428rem;
    text-transform: uppercase;
    color: #C6582C;
}

h6 {
    font-size: 1.4285rem;
    font-family: 'Lora', serif;
    margin-bottom: 1.5rem;
}

.block {
    padding: 0 1rem;
}

img,
object {
    max-width: 100%;
    object-fit: cover;
    pointer-events: none;
}

.media img,
.media object {
    max-width: inherit;
}

.full {
    width: 100%;
}

.hero-section,
.hero-section>img {
    /*  height: 100vh;
    position: relative;
    */
}

.hero-section .overlay {
    background: rgba(26, 26, 26, .7);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.lead {
    font-size: 1.0571rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.hero-section .overlay .play-btn {
    width: 128px;
}

.play-btn a {
    display: inline-block;
}

.section {
    padding: 5rem 0;
}

.semibold {
    font-family: 'proxima_semibold';
}

.three-blocks {
    padding: 2rem 0 .5rem;
}

.blue-stripe-wrap {
    background: #22223F;
    padding: 2.5rem 0;
}

.blue-stripe {
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.blue-stripe * {
    display: inline-block;
    margin: 0 1rem;
}

.btn {
    font-size: 1.4285rem;
    line-height: normal;
    border-radius: 0;
    box-shadow: none;
    text-transform: uppercase;
    padding: .6rem 1.5rem;
    font-family: 'Montserrat', sans-serif;
}

.btn-orange,
.btn-orange:hover {
    background: #C6582C;
    color: #fff;
}

.school-family .section-header {
    margin-bottom: 3.6571rem;
}

.school-family .school-logo {
    margin-bottom: 1.828571428571429rem;
}

.blue-bg {
    background: #22223F;
}

.blue-bg h1,
.blue-bg a,
.blue-bg p {
    color: #FFFFFF;
}

.virtual-open-day p a,
.virtual-open-day .event-time {
    font-size: 1.2857rem;
    margin-bottom: 2rem;
}

.virtual-open-day p a {
    line-height: 3.875rem;
}

.virtual-open-day .event-time span {
    color: #C6582C;
}

.virtual-open-day .event-time span.semibold {
    color: inherit;
}

.blockquote+.blockquote {
    margin-top: 3rem;
}

.blockquote blockquote {
    font-size: 1.429rem;
    line-height: 1.75rem;
    font-style: italic;
    margin-bottom: 1.6rem;
    font-family: 'Merriweather', serif;
    color: #22223F;
}

.blockquote .author {
    font-size: 1.097rem;
}


.form-wrap form {
    display: flex;
}

.form-wrap form>* {
    flex: 1;
}

.form-wrap form input[type="email"],
.form-wrap form input[type="text"] {
    font-size: 1.2857rem;
    padding: 0 1.1428rem;
}

.wrapper *:focus {
    outline: none;
}

.blue-stripe-wrap.open-day-header {
    padding: 1rem 0;
    font-size: 2rem;
    font-family: 'Montserrat', sans-serif;
}

.blue-stripe-wrap.open-day-header .blue-stripe {
    color: #C6582C;
    font-weight: 600;
}

.blue-stripe-wrap.open-day-header span {
    color: #fff;
    font-family: 'Lora', serif;
    font-style: italic;
    font-weight: 400;
}

.grey-text {
    color: #707070;
}

.footer {
    background: #18182D;
    padding: 2rem 0;
}

.footer ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.footer ul li {
    display: inline-block;
    list-style: none;
    font-size: 1.4rem;
}

.footer ul li a {
    color: #fff;

    padding: 0 1rem;
    text-decoration: none;
}

.footer ul li a i {
    padding: 0 .5rem;
}


.header {
    padding: .75rem 0;
    font-family: 'Montserrat';
    background: #22223F;
}

.header ul {
    margin: 0;
    padding: 0;
}

.header ul li {
    font-size: 1.0858rem;
    list-style: none;
    display: inline-block;
    padding: 0 2px;
    position: relative;
    font-weight: 600;
}

.header ul li a {
    color: #fff;
    text-decoration: none;
}

.header ul li+li:before {
    content: "|";
    display: inline-block;
    position: relative;
    color: #fff;
    margin: 0 8px 0 0px;
}

.header ul li:last-child a {
    color: #CB582C;
}

.hero-section {
    background: #6e6e6b;
    padding: 2.5rem 0 1rem;
    position: relative;
}

.overlay.transparent {
    background: none;
}

.hero-section .overlay .logo-img {
    max-width: 165px;
    margin: 0 auto 20px;
}

.hero-section .overlay h4 {
    font-size: 1.4858rem;
    margin: 0;
}

.hero-section .overlay p {
    font-size: 1.1143rem;
    line-height: 2rem;
    color: #C6582C;
}

.hero-section .overlay h4 span,
.hero-section .overlay p span {
    color: #fff;
}

.dropdown-wrap .btn {
    border: none;
    background: none;
    font-size: 1rem;
    color: #22223F;
    margin-top: 1rem;
}

.dropdown-wrap .btn:focus {
    outline: none;
    box-shadow: none;
}

.dropdown-wrap .dropdown-toggle::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    border: none;
    position: relative;
    top: 5px;
}

.no-padd {
    padding: 0;
}

.thanks-page h4 {
    font-size: 0.8rem;
    line-height: 1.0286rem;
}

.thanks-page h1 {
    font-size: 1.8rem;
    line-height: 1.0286rem;
}

.thanks-page p,
.thanks-page .btn {
    font-size: 0.85715rem;
    line-height: 1.0286rem;
}

.thanks-page .btn {
    line-height: 1.257142857142857rem;
}

.thanks-page .section {
    padding: 2rem;
    display: flex;
    align-items: center;
    height: 100vh;
}

.thanks-page .footer ul li {
    font-size: 0.85715rem;
}

.thanks-page .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.25rem 0;
}

.thanks-page .school-logo {
    max-width: 6rem;
    margin: 0 auto 1rem;
}

.thanks-page .virtual-open-day p a{font-size: inherit;line-height: inherit;}

@media (max-width:900px) {
    .btn {
        margin-top: 20px;
        white-space: pre-wrap;
    }

    .blue-stripe,
    .form-wrap form {
        flex-direction: column;
        text-align: center;
    }

    .form-wrap form input {
        min-height: 60px;
    }

    .section.virtual-open-day {
        text-align: center;
    }

    .thanks-page .section {
        height: auto;
    }

    .thanks-page .footer {
        position: relative;
    }
}

@media (max-width:1400px) {
    .logo-img {
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width:1600px) {
    html {
        font-size: 35px;
    }

    .container {
        max-width: 85.42%;
    }

    .thanks-page .section {
        height: calc(100vh - 3.7714rem);
    }
}