/*
Theme Name: Republic Schools
Author: Proof
Author URI: https://proofbranding.com
Description: Custom theme for Republic Schools
Text Domain: thm
*/

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}


/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@-ms-viewport {
    width: device-width;
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}




/*-------------------------------------------------
# Slick Slider CSS
-------------------------------------------------*/

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url("img/ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    opacity: .5;
    z-index: 1;
    transition: all .15s ease-in-out;
    min-width: 10px;
}

.slick-prev {
    left: -50px;
    background: url(img/arrow-left.svg) no-repeat;
    background-size: 50px 50px;
}

.slick-slider:hover .slick-prev {
    left: 0;
}

.slick-next {
    right: -50px;
    background: url(img/arrow-right.svg) no-repeat;
    background-size: 50px 50px;
}

.slick-slider:hover .slick-next {
    right: 0;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    opacity: 1;
}

.slick-dotted.slick-slider {
    margin: 0px;
}

.slick-dots {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    min-width: 1px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    background-color: #000;
}

.slick-dots li button:before {
    background-color: #999;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    content: '';
    text-align: center;
    opacity: 1;
    transition: all 0.15s ease-in-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    background-color: #000;
}


/*--------------------------------------------------------------
# Swipebox
--------------------------------------------------------------*/


/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */

html.swipebox-html.swipebox-touch {
    overflow: hidden !important;
}

#swipebox-overlay img {
    border: none !important;
}

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%;
}

#swipebox-slider {
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
    cursor: pointer;
}

#swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block;
}

#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

#swipebox-slider .slide .swipebox-inline-container,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
    background: 0 0;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

#swipebox-slider .slide-loading {
    background: url(img/loader.gif) center center no-repeat;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
    -webkit-transition: .5s;
    transition: .5s;
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%;
}

#swipebox-bottom-bar {
    bottom: -50px;
}

#swipebox-bottom-bar.visible-bars {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
    top: -50px;
}

#swipebox-top-bar.visible-bars {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}

#swipebox-title {
    display: block;
    width: 100%;
    text-align: center;
}

#swipebox-close,
#swipebox-next,
#swipebox-prev {
    background-image: url(img/icons.png);
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 0;
}

#swipebox-arrows {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px;
}

#swipebox-prev {
    background-position: -32px 13px;
    float: left;
}

#swipebox-next {
    background-position: -78px 13px;
    float: right;
}

#swipebox-close {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 9999;
    background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
    display: none;
}

#swipebox-next.disabled,
#swipebox-prev.disabled {
    opacity: .3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    -webkit-animation: rightSpring .3s;
    animation: rightSpring .3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    -webkit-animation: leftSpring .3s;
    animation: leftSpring .3s;
}

.swipebox-touch #swipebox-container:after,
.swipebox-touch #swipebox-container:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: ' ';
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 20px;
    opacity: 0;
}

.swipebox-touch #swipebox-container:before {
    left: 0;
    -webkit-box-shadow: inset 10px 0 10px -8px #656565;
    box-shadow: inset 10px 0 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
    right: 0;
    -webkit-box-shadow: inset -10px 0 10px -8px #656565;
    box-shadow: inset -10px 0 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1;
}

@-webkit-keyframes rightSpring {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@keyframes rightSpring {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes leftSpring {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}

@keyframes leftSpring {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}

@media screen and (min-width: 800px) {
    #swipebox-close {
        right: 10px;
    }
    #swipebox-arrows {
        width: 92%;
        max-width: 800px;
    }
}

#swipebox-overlay {
    background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
    text-shadow: 1px 1px 1px #000;
    background: #000;
    opacity: .95;
}

#swipebox-top-bar {
    color: #fff !important;
    font-size: 15px;
    line-height: 43px;
    font-family: Helvetica, Arial, sans-serif;
}


/*
@mixin font-size($sizeValue: 1.6) {
  font-size: ($sizeValue * 1) + px;
  font-size: ($sizeValue / 16) + rem;
}

@mixin line-height($sizeValue: 1.6) {
  line-height: ($sizeValue * 1) + px;
  line-height: ($sizeValue / 16) + rem;
}
*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background: #fff;
    color: #000;
}

img{
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1200px;
}

body.nav-desktop {
    overflow: hidden;
}


/*
body {
    padding-top: 145px;
}
body.has-notification-bar {
    padding-top: 190px;
}
*/


/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
 MISC
--------------------------------------------------------------*/

.post-teaser {
    padding-bottom: 0px;
    transition: all .15s ease;
    position: relative;
    max-width: 400px;
    margin: 0 auto 50px;
}

@media (min-width: 768px) {
    .post-teaser {
        margin: 0 0 50px;
    }
}

.block-blog-posts .post-teaser {
    max-width: 1000px;
}

.post-teaser-inner {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(8, 37, 57, 0.15);
}

.post-teaser-thumb {
    height: 240px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    transition: all .15s ease;
}

.post-teaser:hover .post-teaser-thumb {
    opacity: 0.8;
}

.post-teaser-thumb-inner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.post-teaser h2 a {
    text-decoration: none;
}

body.single-post .content-area {
    padding-top: 150px;
    padding-bottom: 50px;
}

.post-teaser .post-details {
    padding: 30px 20px 140px;
    position: relative;
}

@media (min-width: 1024px) {
    .post-teaser .post-details {
        padding: 30px 40px 140px;
    }
}

.post-teaser .post-details a.btn {
    position: absolute;
    width: 240px;
    left: 50%;
    margin-left: -120px;
    bottom: 50px;
}

.single-post-wrapper {
    max-width: 880px;
    margin: 0 auto;
    padding-left: 90px;
    padding-right: 90px;
}

.single-post-wrapper blockquote {
    position: relative;
    width: calc(100% + 90px);
    left: -45px;
}

body.single-post .post-thumbnail {
    margin-bottom: 30px;
}

body.single-post .post-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
}

.post-teaser .excerpt {
    font-size: 16px;
    font-size: .875rem;
    line-height: 20px;
    line-height: 1.25rem;
    transition: all 0.15s ease;
    text-align: center;
}

@media (min-width: 768px) {
    .post-teaser .excerpt {
        text-align: left;
    }
}

.posts-nav {
    padding: 40px 0 0px;
    text-align: center;
    font-size: 32px;
    font-size: 2rem;
    line-height: 32px;
    line-height: 2rem;
    font-weight: 900;
}

.posts-nav .pagination-title {
    margin-bottom: 20px;
    display: block;
}

.posts-nav .navigation.pagination {
    display: block;
}

.posts-nav .page-numbers {
    font-size: 48px;
    font-size: 3rem;
    line-height: 48px;
    line-height: 3rem;
    font-weight: 900;
    color: #082539;
    cursor: pointer;
    padding: 0 4px;
    text-decoration: none;
}

.posts-nav .current,
.posts-nav .page-numbers:hover {
    color: #ec1c2d;
}

.posts-nav .nav-links a.prev,
.posts-nav .nav-links a.next {
    width: 28px;
    height: 14px;
    overflow: hidden;
    display: inline-block;
    background: url(img/sprite-arrow.png) no-repeat;
    background-position: 0 -29px;
    background-size: 28px 43px;
    text-indent: 100px;
    white-space: nowrap;
    position: relative;
    top: 0px;
    transition: none;
    transition: transform 0.15s ease-in-out;
    margin-left: 10px;
}

.posts-nav .nav-links a.prev {
    transform: rotate(-180deg);
    margin-left: 0px;
    margin-right: 10px;
}

.posts-nav .nav-links a.next:hover {
    background-position: 0 -15px;
    transform: translateX(3px);
}

.posts-nav .nav-links a.prev:hover {
    background-position: 0 -15px;
    transform: rotate(-180deg) translateX(-3px);
}

@media only screen and (min-width: 768px) {
    .posts-nav span.pagination-title {
        display: inline-block;
        line-height: 1;
        margin-bottom: 0;
    }
    .posts-nav .navigation.pagination {
        display: inline-block;
        margin-left: 20px;
    }
}

body {
    font-family: "freight-sans-pro", sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 34px;
    line-height: 2.125rem;
    -webkit-font-smoothing: antialiased;
    color: #082539;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
blockquote {
    margin: 0 0 38px;
}

h1 {
    text-transform: uppercase;
}

.block-hero h1 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: 900;
    color: #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin-bottom: 30px;
}

.home .block-hero h1 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 40px;
    line-height: 2.5rem;
    font-weight: 900;
    border-bottom: 0;
}

@media (min-width: 1024px) {
    .home .block-hero h1 {
        font-size: 52px;
        font-size: 3.25rem;
        line-height: 56px;
        line-height: 3.5rem;
    }
}

.post .entry-header h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 32px;
    line-height: 2rem;
    text-transform: uppercase;
    font-weight: 900;
    border: none;
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    .post .entry-header h1 {
        font-size: 48px;
        font-size: 3rem;
        line-height: 52px;
        line-height: 3.25rem;
    }
}

h2 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 50px;
    line-height: 3.125rem;
    font-weight: 900;
    color: #082539;
    text-transform: uppercase;
}

@media (min-width: 375px) {
    h2 {
        font-size: 70px;
        font-size: 4.375rem;
        line-height: 60px;
        line-height: 3.75rem;
    }
}

@media (min-width: 768px) {
    h2 {
        font-size: 90px;
        font-size: 5.625rem;
        line-height: 80px;
        line-height: 5rem;
    }
}

@media (min-width: 1024px) {
    h2 {
        font-size: 120px;
        font-size: 7.5rem;
        line-height: 100px;
        line-height: 6.25rem;
    }
}

.block.bg-red h2,
.block.bg-blue h2 {
    color: #fff;
}

.block.bg-white h2 {
    color: #082539;
}

.block-hero h2 {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 54px;
    line-height: 3.375rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 24px;
}

.block-stats h2 {
    color: #fff;
}

.bg-navy h2 {
    color: #fff;
}

@media (min-width: 768px) {
    .block.block-team h2 {
        margin: 0 0 60px;
    }
}

.block-our-schools h2.title-medium {
    margin: 0 0 50px;
}

.post-teaser h2 {
    margin-bottom: 0;
    padding-top: 10px;
    text-align: center;
}

@media (min-width: 768px) {
    .post-teaser h2 {
        text-align: left;
    }
}


#page .cd-form-block-sections h2,
#page .cd-form-block-sections h3,
#page .cd-form h2, 
#page .cd-form h3 {
    color: #082539;
    font-weight: 700;
    font-size:22px;
    line-height: 32px;
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: unset;
    border-bottom: 0;

    clear: both;
}
h3 {
    font-weight: 900;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 36px;
    line-height: 2.25rem;
    margin: 0 0 10px;
}

.block.bg-red h3 {
    color: #fff;
}

.text-image h3 {
    margin: 0 0 25px;
}

@media (min-width: 768px) {
    .text-image-tabs h3 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 26px;
        line-height: 1.625rem;
    }
}

@media (min-width: 1024px) {
    .text-image-tabs h3 {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 32px;
        line-height: 2rem;
    }
}

.block .text-image-tabs-content-mobile-2 h3 {
    color: #082539;
}

h2.title-medium,
h3.title-medium {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 32px;
    line-height: 2rem;
    margin: 0 0 25px;
}

@media (min-width: 1024px) {
    h2.title-medium,
    h3.title-medium {
        font-size: 48px;
        font-size: 3rem;
        line-height: 54px;
        line-height: 3.375rem;
    }
}

.block-school-leader-content h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .block-school-leader-content h3 {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 32px;
        line-height: 2rem;
    }
}

.box h3 {
    margin-bottom: 30px;
}

.team-member h3 {
    margin: 0 0 20px;
    text-transform: uppercase;
}

.post-teaser h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
}

.footer-boxes-section-heading h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 36px;
    line-height: 2.25rem;
    text-align: center;
    margin: 0 0 30px;
    display: block;
}

.columns-two.has-map h3 {
    padding-top: 15px;
}

.columns-two.has-map h3:first-of-type {
    padding-top: 0;
}

#footer-form h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 36px;
    line-height: 2.25rem;
    margin: 0 0 14px;
}

.widget-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 36px;
    line-height: 2.25rem;
    font-weight: 700;
    margin: 0 0 5px;
    text-transform: uppercase;
}

body.error404 h1.page-title {
    text-align: center;
    letter-spacing: 5px;
}

body.error404 h1 {
    color: #ec1c2d;
    font-size: 120px;
    font-size: 7.5rem;
    line-height: 120px;
    line-height: 7.5rem;
    margin: 0 0 15px;
    text-shadow: 2px 3px 0 #082539;
}

body.error404 h2 {
    text-align: center;
    font-size: 32px;
    font-size: 2rem;
    line-height: 36px;
    line-height: 2.25rem;
    margin-bottom: 10px;
}

#footer-form p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 36px;
    line-height: 2.25rem;
    font-weight: 500;
}

.block ul {
    padding-left: 25px;
}

ul:last-child {
    margin-bottom: 0;
}

li {
    margin: 0 0 10px;
}

blockquote {
    border-left: 5px solid #d41827;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 32px;
    line-height: 2rem;
    font-weight: 900;
    padding: 15px 0 15px 38px;
}

blockquote span:last-child {
    display: block;
    text-align: right;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: 400;
    padding-top: 15px;
}


/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/

a {
    color: #ec1c2d;
    transition: all 0.15s ease-in-out;
}

a:visited {
    color: #ec1c2d;
}

a:hover,
a:focus,
a:active {
    color: #082539;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

.bg-red a:not(.btn) {
    color: #fff;
}

.bg-red a:hover {
    text-decoration: none;
}

.post-teaser h3 a {
    color: #082539;
    text-decoration: none;
}

.post-teaser h3 a:hover {
    color: #ec1c2d;
}


/*--------------------------------------------------------------
Social Links
--------------------------------------------------------------*/

ul.social-links {
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both;
}

ul.social-links.post-share {
    text-align: center;
}

ul.social-links.post-share li {
    float: none;
    display: inline-block;
    margin: 0 5px;
}

ul.social-links li {
    display: inline-block;
    margin-right: 15px;
}

ul.social-links.post-share li:last-child {
    margin-right: 0;
}

ul.social-links a {
    color: #082539;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    background: #fff;
}

ul.social-links a:hover {
    background: #ec1c2d;
    color: #fff;
}

ul.social-links.post-share a,
.school-details-info ul.social-links a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    background: #082539;
    color: #fff;
}

ul.social-links.post-share a.linkedin i {
    left: 1px;
    position: relative;
}

ul.social-links.post-share a:hover,
.school-details-info ul.social-links a:hover {
    background: #ec1c2d;
}

.social-wrapper>span {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 40px;
    line-height: 2.5rem;
    font-weight: 700;
    color: #000;
    display: block;
    margin: 0;
    text-align: center;
    position: relative;
}

ul.social-links a i {
    display: block;
    font-size: 22px;
    line-height: 40px;
}

ul.social-links a span {
    display: none;
}

.site-footer ul.social-links {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
    clear: none;
    text-align: center;
    float: none;
}

.site-footer ul.social-links li {
    display: inline-block;
    margin: 0 0 0 20px;
    float: none;
}

.site-footer ul.social-links li:first-child {
    margin-left: 0;
}

.site-footer ul.social-links a {
    color: #082539;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 40px;
    text-align: center;
}

.site-footer ul.social-links a:hover {
    background: #ec1c2d;
    color: #fff;
}

.site-footer ul.social-links a i {
    font-size: 22px;
    line-height: 38px;
    position: relative;
    left: 0px;
}

.site-footer ul.social-links a i.fa-facebook {
    left: 0px;
}

.site-footer ul.social-links a span {
    display: none;
}

@media screen and (min-width: 768px) {
    .site-footer ul.social-links {
        position: relative;
        top: auto;
        left: auto;
        margin-top: 10px;
    }
    .site-footer ul.social-links li {
        float: left;
    }
    .social-wrapper ul.social-links {
        clear: none;
        float: left;
    }
    .social-wrapper>span {
        display: inline-block;
        margin-right: 15px;
        float: left;
    }
}

@media screen and (min-width: 992px) {
    .site-footer ul.social-links li {
        margin-left: 5px;
    }
}

@media screen and (min-width: 1100px) {
    .site-footer ul.social-links li {
        margin-left: 15px;
    }
}

.phone-no a {
    text-decoration: none !important;
}

.phone-no span {
    display: none;
}

@media screen and (min-width: 992px) {
    .phone-no a {
        display: none;
    }
    .phone-no span {
        display: inline-block;
    }
}


/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/

.gfield_date_month,
.gfield_date_day,
.gfield_date_year {
    float: left;
    clear: none;
    margin-right: 0px;
}

@media(min-width: 992px) {
    .gfield_date_month,
    .gfield_date_day,
    .gfield_date_year {
        float: left;
        clear: none;
        margin-right: 40px;
    }
}

.charleft.ginput_counter {
    display: none;
}

@media(min-width: 767px) {
    .gfield_date_month {
        width: 15%;
    }
    .gfield_date_day {
        width: 15%;
    }
    .gfield_date_year {
        width: 30%;
    }
}

.ginput_container_address label {
    padding-left: 40px;
    font-size: 16px;
}

.ginput_container_radio,
.ginput_container_checkbox {
    padding-left: 40px;
}

.ginput_container_date:first-of-type label {
    padding-left: 40px;
}

.ginput_container_date {
    font-size: 16px;
    margin-bottom: 25px;
}

@media(min-width: 768px) {
    .address_city input[type="text"] {
        width: 49%;
    }
    .address_state {
        width: 49%;
        float: left;
        margin-right: 2%;
    }
    .address_zip {
        width: 49%;
        float: left;
    }
}


/* @media(min-width: 992px){
    .address_zip {
        margin-left: 40px;
    }
} */

.address_zip input[type="text"] {}

.block.editor.form-wrapper {
    padding-top: 140px;
}

.block.editor.form-wrapper ul.gform_fields>li>label {
    margin-bottom: 20px;
    margin-top: 20px;
}

.block.editor.form-wrapper input[type="submit"] {
    width: 100%;
}

@media(min-width: 768px) {
    .block.editor.form-wrapper input[type="submit"] {
        width: auto;
        display: block;
        min-width: 400px;
    }
}

@media(min-width: 992px) {
    .block.editor.form-wrapper {
        padding-top: 250px;
        padding-bottom: 100px;
    }
}

.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.block .cd-button {
    border: 0;
    border-radius: 50px;
    background: #fff;
    color: #082539;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: 900;
    padding: 21px 40px 19px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    outline: 0;
    box-shadow: 0px 0px 30px rgba(8, 37, 57, 0.15);
    transition: all .15s ease;
    display: block;
    width: 100%;
}

.block .cd-button  {
    font-size: 18px;
    line-height: 24px;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (min-width: 580px) {
    .btn,
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        width: auto;
        display: inline-block;
    }
}

.block-hero .btn {
    box-shadow: 0px 0px 30px rgba(8, 37, 57, 0.15);
}

.block-hero .btn:hover {
    box-shadow: 0px 0px 30px rgba(8, 37, 57, 0.25);
}

a.btn:visited {
    color: #082539;
}

a.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.block .cd-button:hover {
    color: #ec1c2d;
    outline: 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(8, 37, 57, 0.3);
}

a.btn:active,
a.btn:focus,
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    color: #082539;
    outline: 0;
}

a.btn.btn-disabled {
    color: #808f9a !important;
    pointer-events: none;
}

.block .cd-button.cd-button-success {
    color: #fff;
    background: #082539;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #082539;
    border: 2px solid transparent;
    background-color: #f3f5f6;
    border-radius: 50px;
    padding: 17px 40px 17px;
    width: 100%;
    margin-bottom: 5px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: 500;
    display: block;
    width: 100%;
    cursor: pointer;
    transition: all 0.15s ease;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="range"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="time"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="color"]:hover,
textarea:hover {
    border-color: #c1cad0;
    background: transparent;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    border-color: #082539;
    outline: 0;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

::-webkit-input-placeholder {
    opacity: 1;
    color: #082539;
}

:-moz-placeholder {
    opacity: 1;
    color: #082539;
}

::-moz-placeholder {
    opacity: 1;
    color: #082539;
}

:-ms-input-placeholder {
    opacity: 1;
    color: #082539;
}

#footer-form ::-webkit-input-placeholder {
    opacity: 1;
    color: #082539;
}

#footer-form :-moz-placeholder {
    opacity: 1;
    color: #082539;
}

#footer-form ::-moz-placeholder {
    opacity: 1;
    color: #082539;
}

#footer-form :-ms-input-placeholder {
    opacity: 1;
    color: #082539;
}

ul.gform_fields {
    list-style: none;
    margin-left: 0;
    padding: 0;
    text-align: left;
}

ul.gform_fields ul {
    list-style: none;
    margin-left: 0;
    padding: 0;
}

ul.gform_fields>li {
    margin-bottom: 25px;
    clear: both;
}

ul.gform_fields>li.one-half {
    width: 100%;
    float: left;
    clear: none;
}

@media(min-width: 768px) {
    ul.gform_fields>li.one-half {
        width: 49%;
    }
}

ul.gform_fields>li.one-half.last {
    clear: none;
    margin-left: 2%;
}

ul.gform_fields>li>label {
    font-weight: 700;
    padding-left: 40px;
    margin-bottom: 10px;
    display: block;
}

ul.gform_fields>li.nolabel>label {
    display: none;
}

ul.gform_fields>li.gfield_error input,
ul.gform_fields>li.gfield_error textarea {
    border-color: #ec1c2d;
}

ul.gform_fields>li .gfield_description {
    font-size: 12.8px;
    font-size: 0.8rem;
    line-height: 1;
    padding-top: 5px;
    padding-bottom: 5px;
}

.gform_wrapper .gform_footer {
    text-align: left;
}

ul.gform_fields>li .gfield_description.validation_message {
    color: #ec1c2d;
    padding-left: 40px;
}

ul.gform_fields .ginput_container_select+.validation_message {
    margin-top: 5px;
}

ul.gform_fields li.gfield_error .selectric {
    border-color: #ec1c2d;
}

ul.gform_fields ul.gfield_radio li input[type="radio"] {
    display: none;
}

ul.gform_fields ul.gfield_radio li label {
    position: relative;
    padding-left: 18px;
    cursor: pointer;
}

ul.gform_fields ul.gfield_radio li label:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    border: 1px solid #ccc;
    border-radius: 30px;
}

ul.gform_fields ul.gfield_radio li :checked+label:before {
    border-color: #0B2D4E;
    background: #0B2D4E;
}

ul.gform_fields ul.gfield_checkbox li {
    position: relative;
}

ul.gform_fields ul.gfield_checkbox li input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

ul.gform_fields ul.gfield_checkbox li input[type="checkbox"],
ul.gform_fields ul.gfield_checkbox li label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

ul.gform_fields ul.gfield_checkbox li label {
    position: relative;
    padding-left: 18px;
}

ul.gform_fields ul.gfield_checkbox li input[type="checkbox"]+label:before {
    content: "";
    background: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

ul.gform_fields ul.gfield_checkbox li input[type="checkbox"]:checked+label:before {
    border-color: #0B2D4E;
    color: #0B2D4E;
}

ul.gform_fields ul.gfield_checkbox li input[type="checkbox"]:checked+label:after {
    content: "\f00c";
    font-family: "Font Awesome\ 5 Free";
    display: block;
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    left: -1px;
    top: 50%;
    margin-top: -11px;
    color: #0B2D4E;
    font-weight: 900;
}

ul.gform_fields .radio-custom:focus+.radio-custom-label {
    outline: 1px solid #ddd;
    /* focus style */
}

.gform_wrapper form>.validation_error {
    color: #ec1c2d;
    text-align: center;
    font-weight: 700;
    font-size: 19.2px;
    font-size: 1.2rem;
    line-height: 32px;
    line-height: 2rem;
    margin-bottom: 30px;
}

.gform_confirmation_message {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem;
    margin-bottom: 30px;
    color: #ec1c2d;
}

.block.editor .gform_description p:last-child {
    margin-bottom: 38px;
}

#footer-form form {
    position: relative;
}

#footer-form .gform_wrapper {
    margin: 0 auto 0px;
    width: 100%;
    max-width: 970px;
    padding: 0;
}

#footer-form .gform_wrapper::after {
    content: "";
    clear: both;
    display: table;
}

#footer-form .gform_wrapper ul.gform_fields {
    margin: 0 0 30px;
}

#footer-form .gform_wrapper .gform_body {
    width: 100%;
}

#footer-form ul.gform_fields>li {
    margin: 0;
}

#footer-form .gform_wrapper .gform_footer {
    width: 100%;
    float: none;
}

#footer-form .gform_body input {
    margin: 0;
}

#footer-form .gform_button {
    padding: 20px 50px;
    width: 100%;
}

#footer-form .gform_wrapper form>.validation_error {
    text-align: center;
    margin-bottom: 30px;
}

.btn+.btn {
    margin-top: 30px;
}

@media screen and (min-width: 480px) {
    .hero-video .btn-wrapper .btn {
        display: inline-block;
    }
    .btn {
        margin-right: 10px;
    }
    .hero-video .btn:last-child {
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 640px) {
    #footer-form .gform_wrapper {
        border-radius: 100px;
        box-shadow: 0px 0px 50px #ddd;
        padding: 40px 90px;
    }
    #footer-form .gform_wrapper ul.gform_fields {
        margin: 0;
    }
    #footer-form .gform_wrapper .gform_body {
        width: calc(100% - 100px);
        float: left;
    }
    #footer-form .gform_wrapper .gform_footer {
        width: 200px;
        float: left;
        margin-left: -100px;
    }
}

body.error404 .search-form,
body.search-no-results .search-form,
body.archive .not-found .search-form {
    width: 100%;
    max-width: 600px;
    margin: 0;
}

body.error404 .search-form>label,
body.search-no-results .search-form>label,
body.archive .not-found .search-form>label {
    width: 100%;
}

body.error404 .search-form>label .search-field,
body.search-no-results .search-form>label .search-field,
body.archive .not-found .search-form>label .search-field {
    border-radius: 0;
    padding: 24px 20px 18px;
    margin-bottom: 0;
    border-color: #ccc;
}

body.error404 .search-form>label .search-field:hover,
body.search-no-results .search-form>label .search-field:hover,
body.archive .not-found .search-form>label .search-field:hover,
body.error404 .search-form>label .search-field:focus,
body.search-no-results .search-form>label .search-field:focus,
body.archive .not-found .search-form>label .search-field:focus {
    border-color: #000;
}

body.error404 .search-form .search-submit,
body.search-no-results .search-form .search-submit,
body.archive .not-found .search-form .search-submit {
    border-radius: 0 0px 0px 0;
    width: 100px;
    min-width: 10px;
}



#page .cd-float-label {
    margin-top: 0px;
    width: 48%;
    float: left;
}
#page .cd-field-wrap .cd-float-label:nth-of-type(2n+1) {
    margin-right: 4%;
}

#page .cd-float-label label, 
#page .cd-float-label > span, 
#page .cd-float-label-textarea label, 
#page .cd-float-label-textarea > span {
    top: -15px;
}
#page .cd-float-label input:placeholder-shown:not(:focus) + *, 
#page .cd-float-label select:placeholder-shown:not(:focus) + *, 
#page .cd-float-label-currency input:placeholder-shown:not(:focus) + * {
    top: 20px;
}
#page .cd-g {
    clear: both;
}
#page #cd-donation-amt-wrapper {
    padding-top: 20px;
    padding-bottom: 30px;
}
#page #cd-form-errors.cd-alert {
    font-size: 18px;
    line-height: 24px;
}
#page .cd-powered-by {
    padding-top: 10px;
    margin-top:5px;
    margin-bottom: 0;
}
/*--------------------------------------------------------------
Search Forms
--------------------------------------------------------------*/

.search-form {
    position: relative;
    width: 100%;
}

body.error404 .search-form {
    max-width: 600px;
}

.search-form input[type=search] {
    background: #edf2f5;
    max-width: 1200px;
    border: 2px solid #edf2f5;
    padding: 10px 23px;
    border-radius: 0px;
    outline: 0;
}

.search-form input[type=search]:focus {
    border-color: #00b8bc;
}

.blog-sidebar .search-form input[type="search"] {
    background: #edf2f5;
    padding: 12px 10px 7px;
}

.blog-sidebar .search-form input[type="search"]:focus {
    background: #edf2f5;
}

.search-form .search-submit {
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    border-radius: 0 0px 0px 0;
    padding: 0;
    min-width: 10px;
    width: 100px;
}


/*--------------------------------------------------------------
SELECTRIC
--------------------------------------------------------------*/

.selectric-wrapper {
    position: relative;
    cursor: pointer;
}

.selectric-responsive {
    width: 100%;
}

.selectric {
    border: 2px solid #edf2f5;
    background: #edf2f5;
    position: relative;
    border-radius: 30px;
    padding: 17px 40px 17px;
    font-size: 16px;
    font-family: "freight-sans-pro", sans-serif;
    line-height: 20px;
    height: 65px;
}

.selectric:focus,
.selectric:hover {
    border-color: #c1cad0;
}

.selectric .label {
    color: #00334d;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 100%;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #00334d;
    border-bottom: none;
}

.selectric-focus .selectric {
    /* border-color: $color__border-input-focus;
   */
}

.selectric-hover .selectric {
    /*border-color: #c4c4c4;
   */
}

.selectric-hover .selectric .button {
    color: #00334d;
}

.selectric-hover .selectric .button:after {
    border-top-color: #00334d;
}

.selectric-open {
    z-index: 9999;
}

.selectric-open.selectric-above .selectric .button {
    transform: rotate(180deg);
}

.selectric-open .selectric {
    border-color: #082539;
    border-radius: 30px 30px 0 0;
    border-bottom: 0;
}

.selectric-open .selectric-items {
    display: block;
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectric-hide-select select {
    position: absolute;
    left: -100%;
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0;
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}


/* Items box */

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    color: #082539;
    border: 2px solid #082539;
    border-top: 0;
    border-radius: 0 0 50px 50px;
    padding: 17px 40px 17px;
    font-size: 20px;
    background: #edf2f5;
    overflow: hidden;
    z-index: -1;
    box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}

.selectric-open.selectric-above .selectric {
    border-radius: 0 0 50px 50px;
    border-top: none;
    border-bottom: 2px solid;
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
    border-radius: 50px 50px 0 0;
    border-top: 2px solid;
    border-bottom: 0;
}

.selectric-items ul,
.selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.selectric-items li {
    display: block;
    padding: 17px 20px 18px;
    color: #666;
    cursor: pointer;
    font-size: 14px;
    font-size: .875rem;
    line-height: 16px;
    line-height: 1rem;
    font-family: muli, sans-serif;
}

.selectric-items li.selected {
    background: #082539;
    ;
    color: #fff;
}

.selectric-items li.highlighted {
    background: #082539;
    ;
    color: #fff;
}

.selectric-items li:hover {
    background: #082539;
    ;
    color: #fff;
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444;
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}

.selectric-items .selectric-group li {
    padding-left: 25px;
}

.site-header {
    background: #082539;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all ease-in-out 0.15s;
}


/* 
.page-id-337 .site-header,
.page-id-473 .site-header,
.page-id-488 .site-header,
.page-id-515 .site-header,
.page-id-542 .site-header,
.page-id-556 .site-header {
  background: #1298de;
} */

.header__main {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.admin-bar .site-header {
    top: 32px;
}

.site-header .container .row {
    padding-left: 15px;
    padding-right: 15px;
}

.site-branding {
    width: 40px;
    margin-left: 15px;
    transition: width ease-in-out 0.15s;
}

.site-branding a {
    display: block;
}

.site-branding img {
    display: block;
    width: 100%;
    height: auto;
}

.site-branding .logo-primary {
    display: none;
}

.nav-up .site-header {
    transform: translateY(0);
}

.nav-up .site-header {
    transform: translateY(-52px);
}

.nav-up .no-header__top.site-header {
    transform: translateY(0);
}


/*
@media screen and (min-width: 992px) {
    .nav-up .site-header {
        transform: translateY(-52px); 
    }
    .nav-up .no-header__top.site-header {
        transform: translateY(0)
    }

}
*/

@media screen and (min-width: 1025px) {
    .site-header .container .row {
        display: flex;
        align-items: center;
        position: relative;
    }
    .site-header .site-branding {
        width: 80px;
        transition: width ease-in-out 0.15s;
        position: relative;
        z-index: 3;
        margin-left: 0;
    }
    .sticky-header .site-header .site-branding {
        width: 80px;
    }
    .site-branding .logo-primary {
        display: block;
    }
    .site-header .site-branding .logo-mark {
        display: none;
        transition: width ease-in-out 0.15s;
        margin-left: 20px;
        width: 40px;
    }
    .sticky-header .site-header .site-branding .logo-primary {
        transition: width ease-in-out 0.15s;
    }
    .sticky-header .site-header .site-branding .logo-primary {
        display: none;
        width: 60px;
    }
    .sticky-header .site-header .site-branding .logo-mark {
        display: block;
    }
    .site-header #nav {
        width: calc(100% - 120px);
        float: right;
    }
}


/*--------------------------------------------------------------
# Header Top
--------------------------------------------------------------*/

.header__top {
    background: #ec1c2d;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 400;
    text-align: left;
}

.header__top .header__top-inner {
    padding-right: 40px;
}

@media screen and (min-width: 768px) {
    .header__top {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 22px;
        line-height: 1.375rem;
        text-align: center;
    }
    .header__top .header__top-inner {
        padding-right: 0px;
    }
}

.header__top .row {
    position: relative;
}

.header__top a {
    color: #fff;
    text-decoration: underline;
}

.header__top a:hover {
    text-decoration: none;
}

.header__top .close {
    display: block;
    width: 19px;
    height: 19px;
    background: url(img/icon-close-white.png) no-repeat 0 0/19px auto;
    position: absolute;
    right: 35px;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
}

@media screen and (min-width: 1025px) {
    .header__top .close {
        right: 41px;
    }
}


/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/

#nav {
    display: block;
}

#nav .nav-mobile-flyout {
    height: calc(100vh - 56px);
    overflow-y: scroll;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    left: 0;
    top: 88px;
    background: #082539;
    padding: 20px 30px;
    width: 100%;
    display: none;
}

@media screen and (min-width: 1025px) {
    #nav .nav-mobile-flyout {
        display: none !important;
    }
}

#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav .menu a {
    color: #fff;
}

.site-header .nav-desktop {
    display: none;
    padding-right: 130px;
    position: relative;
    z-index: 2;
}

#nav .nav-desktop a {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: 900;
}

#nav .nav-desktop li:hover>a {
    color: #ec1c2d;
}

@media screen and (min-width: 1025px) {
    .site-header .nav-desktop {
        display: block;
    }
}

#nav .nav-desktop-flyout {
    background: #082539 url(img/watermark-r-navy-menu.svg) no-repeat left center/auto 100%;
    display: none;
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    text-align: right;
}

.nav-desktop-flyout .container {
    height: 100%;
}

.nav-desktop-flyout .row {
    padding-top: 240px;
}

body.nav-up.nav-desktop #nav .nav-desktop-flyout {
    height: calc(100vh + 52px);
}

.nav-desktop-flyout-utils {
    padding-top: 80px;
}

.nav-desktop-flyout-utils ul.social-links {
    float: right;
}

.nav-desktop-flyout-utils ul.social-links li {
    margin-right: 25px;
    display: block;
    float: left;
}

.nav-desktop-flyout-utils ul.social-links li:last-child {
    margin-right: 0;
}

.nav-desktop-flyout-utils>a {
    float: right;
    display: inline-blcok;
    color: #fff;
    text-decoration: none;
    margin-right: 50px;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 40px;
    line-height: 2.5rem;
    font-weight: 900;
}

.nav-desktop-flyout-utils>a:hover {
    color: #ec1c2d;
}

body.nav-desktop #nav li.menu-item-about {
    display: none;
}


/* Top Level Menu Items */

#nav .menu>li>a {
    padding: 0;
    text-transform: uppercase;
    margin: 0;
    width: auto;
    display: inline-block;
    text-decoration: none;
}

#nav .menu li.current-menu-item>a,
#nav .menu li.current-menu-ancestor>a {
    color: #ec1c2d;
}

#nav .nav-mobile-flyout .menu li a {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 40px;
    line-height: 2.5rem;
    font-weight: 900;
}

#nav .nav-mobile-flyout .menu li {
    margin-bottom: 25px;
}

#nav .nav-mobile-flyout .menu li.menu-school a {
    padding-left: 40px;
}

#nav .nav-mobile-flyout .menu li.nav-mobile-small a {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 24px;
    line-height: 1.5rem;
}

#nav .nav-mobile-flyout .menu li.nav-mobile-small {
    margin-bottom: 15px;
}

#nav .nav-mobile-flyout .menu li.nav-mobile-small:last-child {
    margin-bottom: 35px;
}

#nav .menu>li.menu-item-has-children>a {
    position: relative;
    padding-right: 15px;
    padding-right: 0;
}

#nav .menu>li.menu-item-has-children.menu-btn>a:after {
    display: none;
}


/* Sub-menu Menu Items */

#nav .sub-menu {
    opacity: 1;
    position: relative;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 100%;
    z-index: 99;
}

#nav ul.sub-menu li,
#nav .nav-mobile-flyout .menu .sub-menu li {
    margin: 0;
    padding: 0;
}

#nav .sub-menu a {
    position: relative;
    width: 100%;
    padding: 5px 15px;
    background-color: transparent;
    text-decoration: none;
}

#nav .menu-item:hover>.sub-menu {
    left: auto;
    opacity: 1;
}


/* 2nd level and below Menu Items */

#nav .sub-menu .sub-menu {
    margin: -48px 0 0 219px;
}

#nav .menu>.menu-item>.sub-menu {
    display: none;
    float: none;
    width: 100%;
}


/*
#nav .menu {
    height: calc(100vh - 56px);
    overflow-y: scroll;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    left: 0;
    top: 56px;
    background: #ccc;
    padding: 20px 30px;
    display: none;
    width: 100%;
    float: none
}
*/

#nav .menu li {
    margin-left: 0;
    margin-bottom: 0;
    display: block;
    float: none;
}

#nav .menu li.menu-item-has-children {
    cursor: pointer;
    position: relative;
    padding-right: 12px;
}

#nav .menu>li.menu-item-has-children>span.arrow {
    right: -1px;
    top: -5px;
    position: relative;
    display: inline-block;
    font-size: 12px;
    height: 100%;
    width: 20px;
    line-height: 1;
    text-align: center;
    z-index: 999;
}

#nav .menu>li.menu-item-has-children>span.arrow:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    height: 100%;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

#nav .menu>li.menu-open.menu-item-has-children>span.arrow {
    content: "\f077";
}

#nav .menu>li.menu-item-has-children>.sub-menu span.arrow {
    display: none;
}

#nav .menu .sub-menu li a,
#nav .menu .sub-menu li a:hover {
    position: relative;
    text-transform: none;
    width: 100%;
    display: block;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem;
}

#nav .sub-menu a:after {
    display: none;
}

.responsive-menu-icon {
    display: block;
    width: 25px;
    height: 18px;
    position: absolute;
    z-index: 1;
    text-align: center;
    top: 50%;
    margin-top: -9px;
    right: 30px;
}

.responsive-menu-icon-desktop {
    display: none;
    position: absolute;
    z-index: 1;
    text-align: center;
    top: 50%;
    background: #fff;
    height: 70px;
    width: 70px;
    border-radius: 50px;
    padding: 26px 0 0 0;
    cursor: pointer;
    margin-top: -35px;
    right: 15px;
}

.menu-toggle {
    width: 25px;
    height: 18px;
    margin: 0 auto;
    cursor: pointer;
}

.menu-bar {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    position: relative;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.responsive-menu-icon-desktop .menu-bar {
    background-color: #082539;
}

.menu-bar+.menu-bar {
    margin-top: 6px;
}

#nav.openwide .menu-toggle .menu-bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 3px;
    top: 0px;
}

#nav.openwide .menu-toggle .menu-bar:nth-child(2) {
    opacity: 0;
}

#nav.openwide .menu-toggle .menu-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 2px;
    left: 3px;
}

@media screen and (min-width: 1025px) {
    .responsive-menu-icon {
        display: none;
    }
    .responsive-menu-icon-desktop {
        display: block;
    }
    #nav .menu {
        display: block;
        height: auto;
        overflow-y: unset;
        padding: 0;
        float: right;
        width: auto;
        position: relative;
        top: auto;
        background: transparent;
    }
    #nav .menu-item:hover>.sub-menu {
        left: -30px;
    }
    #nav>.nav-desktop>.menu>li {
        display: inline-block;
        float: left;
        margin: 0 0 0 40px;
    }
    #nav>.nav-desktop>.menu>li:first-child {
        margin-left: 0;
    }
    #nav>.nav-desktop>.menu>li.menu-item-has-children>span.arrow {
        right: 0px;
        width: 12px;
        top: 14px;
        position: absolute;
    }
    #nav>.nav-desktop>.menu>li.menu-item-has-children:hover>span.arrow:after,
    #nav>.nav-desktop>.menu>li.menu-item-has-children.current-menu-item>span.arrow:after,
    #nav>.nav-desktop>.menu>li.menu-item-has-children.current-menu-ancestor>span.arrow:after {
        color: #ec1c2d;
    }
    #nav .menu a {
        display: block;
        padding: 10px 0;
        position: relative;
        text-decoration: none;
    }
    #nav .sub-menu {
        left: -9999px;
        opacity: 0;
        position: absolute;
        -webkit-transition: opacity .4s ease-in-out;
        transition: opacity .4s ease-in-out;
        width: 220px;
        z-index: 99;
        box-shadow: 0px 0px 20px rgba(8, 37, 57, 0.15);
    }
    #nav .nav-desktop .sub-menu li:first-child {
        position: relative;
        padding-top: 10px;
    }
    #nav .nav-desktop .sub-menu li:first-child::before {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 60px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
    }
    #nav .sub-menu a {
        background: #fff;
    }
    #nav>.nav-desktop>menu>li:last-child:hover .sub-menu {
        left: auto;
        right: 0;
    }
    #nav>.nav-desktop>.menu>.menu-item>.sub-menu {
        display: block;
        width: 320px;
    }
    #nav>.nav-desktop>.menu>li.menu-item>.sub-menu a {
        color: #082539;
        margin: 0;
        padding: 15px 30px;
        text-transform: uppercase;
    }
    #nav>.nav-desktop>.menu>li.menu-item>.sub-menu a:hover,
    #nav>.nav-desktop>.menu>li.menu-item>.sub-menu li.current-menu-item a {
        background: #ec1c2d;
        color: #fff;
    }
}

ul#menu-main-nav-desktop-flyout li {
    display: block;
}

ul#menu-main-nav-desktop-flyout li a {
    display: block;
    font-size: 48px;
    font-size: 3rem;
    line-height: 72px;
    line-height: 4.5rem;
    font-weight: 900;
    color: #fff;
}

ul#menu-main-nav-desktop-flyout li a:hover,
ul#menu-main-nav-desktop-flyout li.current-menu-item a {
    color: #ec1c2d;
}

.header-widget {
    color: #fff;
}

.header-widget h3 {
    color: #fff;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: 900;
    margin: 0 0 25px;
}

.header-widget a {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #84929c;
    margin-bottom: 15px;
    display: inline-block;
}

.header-widget a:hover {
    border-color: transparent;
}


/*--------------------------------------------------------------
# Main Content Area
--------------------------------------------------------------*/

body.page-template-default,
body.search-results,
body.search-no-results {
    padding-top: 50px;
}

body.page-template-default #content,
body.search-results #content,
body.search-no-results #content {
    padding: 25px 0 50px;
}

@media (min-width: 768px) {
    body.page-template-default #content,
    body.search-results #content,
    body.search-no-results #content {
        padding: 50px 0 100px;
    }
}

body.error404 #content {
    text-align: center;
    padding-top: 250px;
    padding-bottom: 120px;
    background: #f3f5f6;
}


/*--------------------------------------------------------------
# Blog Archive
--------------------------------------------------------------*/

.blog-posts {
    padding-top: 200px;
    padding-bottom: 0px;
}

.teaser .meta {
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.teaser .meta a {
    text-decoration: none;
}

.teaser .meta a:hover {
    text-decoration: none;
}

.teaser .meta time {
    display: none;
}

.teaser .meta time.entry-date {
    display: inline-block;
}

.blog-categories {
    margin-top: 4rem;
    margin-bottom: 6rem;
}

.blog-categories h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 36px;
    line-height: 2.25rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.blog-categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.blog-categories ul li {
    display: inline-block;
    margin: 0 15px 15px 0;
}

.blog-categories ul li a {
    display: block;
    padding: 7px 15px;
    border: 2px solid blue;
    font-size: 16px;
    font-size: 1rem;
    line-height: 36px;
    line-height: 2.25rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: red;
}

.blog-categories ul li a:hover {
    color: blue;
    text-decoration: none;
}

.blog-pagination {
    margin-bottom: 3rem;
}


/*--------------------------------------------------------------
# Single Post
--------------------------------------------------------------*/

@media (min-width: 992px) {
    .single-post #content {
        margin-top: 100px;
    }
}

.single-post .entry-meta {
    font-weight: 600;
    color: #999;
    margin-bottom: 24px;
}

.single-post .entry-content {
    padding-bottom: 3rem;
}


/*--------------------------------------------------------------
# FOOTER FORM
--------------------------------------------------------------*/

#footer-form {
    text-align: center;
    padding: 100px 30px 0px;
    margin-bottom: 100px;
    /*
  &:hover .footer-form-wrapper::before  {
      backface-visibility: hidden;
      transform: rotate(15deg) translateX(10px);
  }
  &:hover .footer-form-wrapper::after {
      transform: rotate(15deg) translateZ(0);
  }
  */
}

@media (min-width: 640px) {
    #footer-form {
        margin-bottom: -20px;
    }
}

#footer-form .footer-form-wrapper {
    box-shadow: 0px 0px 50px #ddd;
    position: relative;
    margin: 0;
    padding: 100px 30px 50px;
}

#footer-form .footer-form-wrapper::before,
#footer-form .footer-form-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 195px auto;
    transition: transform .35s ease;
    transform: rotate(0deg);
}

#footer-form .footer-form-wrapper::before {
    background-image: url(img/newsletter-icon-left.png);
    background-position: top right;
    width: 134px;
    height: 51px;
    margin-left: -67px;
    left: 50%;
    top: 30px;
    transform-origin: center;
}

#footer-form .footer-form-wrapper::after {
    background-image: url(img/newsletter-icon-right.png);
    right: 10px;
    bottom: 0;
    display: none;
    width: 195px;
    height: 124px;
    transform-origin: 50% 0;
}

@media (min-width: 640px) {
    #footer-form .footer-form-wrapper {
        box-shadow: none;
        padding: 50px 15px 110px;
    }
    #footer-form .footer-form-wrapper::before {
        width: 195px;
        height: 124px;
        margin-left: auto;
        left: 10px;
        top: 0;
    }
    #footer-form .footer-form-wrapper::after {
        display: block;
    }
}

.home #footer-form {
    padding-top: 40px;
}


/*--------------------------------------------------------------
# FOOTER BOXES
--------------------------------------------------------------*/

#footer-boxes {
    margin-bottom: -100px;
}

#footer-boxes .col-sm-12+.col-sm-12 {
    margin-top: 22px;
}

@media (min-width: 768px) {
    #footer-boxes .col-sm-12+.col-sm-12 {
        margin-top: 0;
    }
}

#footer-boxes a.footer-box {
    display: block;
    text-decoration: none;
    height: 300px;
    position: relative;
    overflow: hidden;
    margin-top: 0px;
}

@media (min-width: 500px) {
    #footer-boxes a.footer-box {
        height: 400px;
    }
}

@media (min-width: 768px) {
    #footer-boxes a.footer-box {
        margin-top: 25px;
        height: 300px;
    }
    #footer-boxes a.footer-box+a.footer-box {
        margin-top: 0px;
    }
}

#footer-boxes a.footer-box .footer-box-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 1s ease;
    z-index: 1;
}

#footer-boxes a.footer-box .footer-box-bg::after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #121615;
    background: linear-gradient(180deg, rgba(18, 22, 21, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 2;
}

#footer-boxes a.footer-box:hover .footer-box-bg {
    transform: scale(1.05);
}

#footer-boxes a.footer-box h3 {
    position: absolute;
    color: #fff;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 30px;
    line-height: 1.875rem;
    background-image: url(img/arrow-right.png);
    background-repeat: no-repeat;
    background-size: 30px auto;
    background-position: center right 50px;
    padding: 35px 60px 35px 40px;
    transition: background .25s ease;
}

@media (min-width: 768px) {
    #footer-boxes a.footer-box h3 {
        padding: 35px 40px 35px 10px;
        background-position: center right 15px;
    }
}

@media (min-width: 1024px) {
    #footer-boxes a.footer-box h3 {
        padding: 35px 70px 35px 30px;
        background-position: center right 20px;
    }
}

@media (min-width: 1200px) {
    #footer-boxes a.footer-box h3 {
        background-position: center right 30px;
        padding: 35px 70px 35px 50px;
    }
}

#footer-boxes a.footer-box:hover h3 {
    background-position: center right 40px;
    background-color: #ec1c2d;
}

@media (min-width: 768px) {
    #footer-boxes a.footer-box:hover h3 {
        background-position: center right 10px;
    }
}

@media (min-width: 1024px) {
    #footer-boxes a.footer-box:hover h3 {
        background-position: center right 15px;
    }
}

@media (min-width: 1200px) {
    #footer-boxes a.footer-box:hover h3 {
        background-position: center right 20px;
    }
}

@media (min-width: 768px) {
    #footer-boxes {
        margin-bottom: -150px;
    }
}

#footer-boxes .col-md-4:hover a {
    margin-top: 0;
}


/*--------------------------------------------------------------
# SITE FOOTER
--------------------------------------------------------------*/

.site-footer {
    background-color: #082539;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    line-height: 1.875rem;
    font-weight: 500;
}

.site-footer a {
    color: #fff;
    text-decoration: none;
}

.site-footer a:hover {
    color: #ec1c2d;
    text-decoration: none;
}

.site-footer .widget-area {
    margin-bottom: 50px;
}

.site-footer .widget-area:last-child {
    margin-bottom: 0;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .site-footer .widget-area:last-child {
        padding-left: 55px;
    }
}

.colophon {
    padding: 170px 0 60px;
}

@media (min-width: 768px) {
    .colophon {
        padding-top: 220px;
    }
}

.site-footer ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-footer p {
    margin: 0;
}

.site-footer .widget_nav_menu ul li {
    width: 33.3334%;
    float: left;
    margin: 0 0 0px;
}

.site-footer .footer-utility {
    background-color: #ec1c2d;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 30px;
    line-height: 1.875rem;
    font-weight: 400;
}

.site-footer .footer-utility a {
    color: #fff;
    text-decoration: none;
}

.site-footer .footer-utility a:hover {
    color: #fff;
    text-decoration: underline;
}

.site-footer .footer-utility .copy-design .sep {
    display: none;
    padding: 0 10px;
}

.site-footer .footer-utility .footer-logo a {
    height: 100px;
    width: 100%;
    display: block;
    background: #ec1c2d url(img/logo-mark.svg) no-repeat center center/40px auto;
}

.footer-form-links {
    flex-direction: column;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .site-footer .footer-utility {
        background-color: #061b2a;
    }
    .site-footer .footer-utility .copy-design>div:not(.footer-form-links) {
        display: inline;
    }
    .footer-form-links {
        flex-direction: row;
    }
    .footer-form-links>div {
        display: inline;
    }
    .site-footer .footer-utility .copy-design .sep {
        display: inline;
    }
}

@media screen and (max-width: 767px) {
    .site-footer .copy-design {
        width: calc(100% - 70px);
        float: left;
        padding-top: 20px;
        padding-bottom: 20px;
        line-height: 20px;
    }
    .site-footer .copy-design .all-rights {
        display: block;
        margin-bottom: 10px;
    }
    .site-footer .copy-design .sep2 {
        display: none;
    }
    .site-footer .footer-logo {
        width: 70px;
        float: right;
    }
}


/*--------------------------------------------------------------
# Block Hero
--------------------------------------------------------------*/

.block-hero {
    color: #fff;
    position: relative;
    padding-top: 130px;
}

.block-hero.pull-bottom-100 {
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .block-hero {
        padding-bottom: 100px;
        margin-bottom: -100px;
    }
}

@media (min-width: 768px) {
    .block-hero.block+.block {
        padding-top: 170px;
    }
    .block-hero.block+.block.block-school-details {
        padding-top: 200px;
    }
}

.block-hero::before {
    content: "";
    background: #082539;
    display: block;
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    top: 0;
}

.block-hero.bg-blue.block {
    background: none;
}

.block-hero.bg-blue::before {
    background: #1298de;
}

@media (min-width: 768px) {
    .block-hero {
        padding-top: 140px;
        padding-bottom: 100px;
    }
    .block-hero.pull-bottom-100 {
        padding-bottom: 100px;
    }
}

@media (min-width: 1024px) {
    .block-hero {
        padding-top: 190px;
        padding-bottom: 100px;
    }
}

.hero-inner {
    background: #082539;
}

@media (min-width: 768px) {
    .hero-inner {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.bg-blue .hero-inner {
    background: #1298de;
}

.bg-navy {
    background: #082539;
}

.hero-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: inline-block;
    z-index: 2;
}

@media (min-width: 768px) {
    .hero-img {
        height: calc(100% - 140px);
    }
}

@media (min-width: 1024px) {
    .hero-img {
        height: calc(100% - 190px);
    }
}

@media (min-width: 768px) {
    .hero-img {
        position: absolute;
        top: 140px;
        left: 0;
    }
    .reverse .hero-img {
        left: auto;
        right: 0;
    }
}

@media (min-width: 1024px) {
    .hero-img {
        top: 190px;
    }
}

.hero-content {
    padding-top: 40px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .hero-content {
        padding: 50px 15px 50px 30px;
        min-height: 520px;
    }
    .reverse .hero-content {
        padding: 50px 30px 50px 15px;
    }
}

@media (min-width: 1024px) {
    .hero-content {
        padding: 90px 15px 50px 30px;
    }
    .reverse .hero-content {
        padding: 90px 30px 50px 15px;
    }
}

@media (max-width: 767px) {
    .hero-img {
        height: 400px !important;
    }
    .block-hero .container {
        padding-left: 0;
        padding-right: 0;
    }
    .block-hero .row {
        margin-left: 0;
        margin-right: 0;
    }
}


/*--------------------------------------------------------------
# Text Editor
--------------------------------------------------------------*/

.block.editor {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .block.editor {
        padding-top: 90px;
        padding-bottom: 120px;
    }
}

@media (min-width: 768px) {
    .pull-bottom-100+.block.editor {
        padding-top: 170px;
    }
}


/*--------------------------------------------------------------
# Two Columns
--------------------------------------------------------------*/

.columns-two {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.columns-two+.block.columns-three {
    padding-top: 0;
    margin-top: -50px;
}

@media (min-width: 768px) {
    .columns-two {
        padding-top: 100px;
        padding-bottom: 70px;
    }
    .columns-two+.block.columns-three {
        padding-top: 0;
        margin-top: 0px;
    }
}

.columns-two .columns-two--one,
.columns-two .columns-two--two {
    margin-bottom: 30px;
}

.columns-two.has-map p {
    margin-bottom: 24px;
}


/*--------------------------------------------------------------
# Three Columns
--------------------------------------------------------------*/

.columns-three {
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.columns-three.pb0.block {
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .columns-three {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.columns-three .columns-three--one,
.columns-three .columns-three--two,
.columns-three .columns-three--three {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .columns-three .columns-three--one,
    .columns-three .columns-three--two,
    .columns-three .columns-three--three {
        margin-bottom: 0px;
    }
}


/*--------------------------------------------------------------
# Four Columns
--------------------------------------------------------------*/

.columns-four {
    padding-top: 50px;
    padding-bottom: 25px;
}

@media (min-width: 768px) {
    .columns-four {
        padding-top: 100px;
        padding-bottom: 50px;
    }
}

.columns-four .columns-four--one,
.columns-four .columns-four--two,
.columns-four .columns-four--three,
.columns-four .columns-four--four {
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .columns-four .columns-four--one,
    .columns-four .columns-four--two,
    .columns-four .columns-four--three,
    .columns-four .columns-four--four {
        margin-bottom: 50px;
    }
}


/*--------------------------------------------------------------
# Six Columns
--------------------------------------------------------------*/

.columns-six {
    padding-top: 50px;
    padding-bottom: 25px;
}

@media (min-width: 768px) {
    .columns-six {
        padding-top: 100px;
        padding-bottom: 50px;
    }
}

.columns-six .columns-six--one,
.columns-six .columns-six--two,
.columns-six .columns-six--three,
.columns-six .columns-six--four,
.columns-six .columns-six--five,
.columns-six .columns-six--six {
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .columns-six .columns-six--one,
    .columns-six .columns-six--two,
    .columns-six .columns-six--three,
    .columns-six .columns-six--four,
    .columns-six .columns-six--five,
    .columns-six .columns-six--six {
        margin-bottom: 50px;
    }
}


/*--------------------------------------------------------------
# Text Image Block
--------------------------------------------------------------*/

.text-image {
    color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
}

.text-image::after {
    content: "";
    display: block;
    width: 100%;
    height: 170px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #082539;
    z-index: -1;
}

.text-image.bg-red::after {
    background: #ec1c2d;
}

@media (min-width: 768px) {
    .text-image {
        padding-top: 100px;
        padding-bottom: 0px;
    }
}

.text-image h2 {
    color: #fff;
}

.text-image h3 {
    color: #fff;
}

.text-image-wrap {
    background: #082539;
    position: relative;
}

@media (min-width: 768px) {
    .text-image-wrap {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.text-image-img {
    min-height: 100%;
    position: relative;
}

.text-image-img-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    .text-image-img-bg {
        width: calc(100% - 30px);
    }
}

@media (min-width: 1024px) {
    .text-image-img-bg {
        width: calc(100% - 85px);
    }
}

@media (min-width: 768px) {
    .text-image-img {
        position: absolute;
        top: 0;
        left: 0;
    }
    .reverse .text-image-img {
        left: auto;
        right: 0;
    }
    .text-image-img-bg {
        top: -100px;
        left: 0;
    }
    .reverse .text-image-img-bg {
        left: auto;
        right: 0;
    }
}

.text-image-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .text-image-content {
        padding: 0 15px;
    }
    .reverse .text-image-content {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .text-image-img {
        min-height: 400px;
    }
    .text-image .container {
        padding-left: 0;
        padding-right: 0;
    }
    .text-image .row {
        margin-left: 0;
        margin-right: 0;
    }
}


/*--------------------------------------------------------------
# Text Image Block
--------------------------------------------------------------*/

.text-image-tabs {
    color: #fff;
    padding-top: 30px;
    padding-bottom: 0px;
    position: relative;
    background: #fff !important;
}

.text-image-tabs::after {
    content: "";
    display: block;
    width: 100%;
    height: 170px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #082539;
    z-index: -1;
}

.text-image-tabs.bg-red::after {
    background: #ec1c2d;
}

@media (min-width: 768px) {
    .text-image-tabs {
        padding-top: 100px;
        padding-bottom: 0px;
    }
}

.text-image-tabs h2 {
    color: #fff;
}

.text-image-tabs h3 {
    color: #fff;
}

.text-image-tabs-wrap {
    background: #082539;
    position: relative;
}

@media (min-width: 768px) {
    .text-image-tabs-wrap {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.bg-red .text-image-tabs-wrap {
    background: #ec1c2d;
}

.text-image-tabs-img {
    min-height: 100%;
    position: relative;
}

.text-image-tabs-img-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    .text-image-tabs-img-bg {
        width: calc(100% - 30px);
    }
}

@media (min-width: 1024px) {
    .text-image-tabs-img-bg {
        width: calc(100% - 85px);
    }
}

@media (min-width: 768px) {
    .text-image-tabs-img {
        position: absolute;
        top: 0;
        left: 0;
    }
    .reverse .text-image-tabs-img {
        left: auto;
        right: 0;
    }
    .text-image-tabs-img-bg {
        top: -100px;
        left: 0;
    }
    .reverse .text-image-tabs-img-bg {
        left: auto;
        right: 0;
    }
}

.text-image-tabs-content {
    padding-top: 50px;
    padding-bottom: 50px;
    display: none;
}

.text-image-tabs-content-mobile-1,
.text-image-tabs-content-mobile-2 {
    padding: 50px 15px;
}

.text-image-tabs-content-mobile-1 p:last-child,
.text-image-tabs-content-mobile-2 p:last-child {
    margin-bottom: 0;
}

.block .text-image-tabs-content-mobile-2 {
    background: #fff;
    color: #082539;
}

.block .text-image-tabs-content-mobile-2 a {
    color: #082539;
}

@media (min-width: 768px) {
    .text-image-tabs-content {
        padding: 0 15px;
        min-height: 630px;
        display: block;
    }
    .reverse .text-image-tabs-content {
        padding: 0 15px;
    }
    .text-image-tabs-content-mobile-1,
    .text-image-tabs-content-mobile-2 {
        display: none;
    }
}

@media (max-width: 767px) {
    .text-image-tabs-img {
        min-height: 400px;
    }
    .text-image-tabs .container {
        padding-left: 0;
        padding-right: 0;
    }
    .text-image-tabs .row {
        margin-left: 0;
        margin-right: 0;
    }
}


/*--------------------------------------------------------------
# Block Text Image Alt
--------------------------------------------------------------*/

.text-image-alt {
    background-color: #082539;
    color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
}

@media (min-width: 768px) {
    .text-image-alt {
        padding-top: 90px;
        padding-bottom: 80px;
    }
}

.text-image-alt h2 {
    color: #fff;
}

.text-image-alt h3 {
    color: #fff;
}

.text-image-alt-wrap {
    position: relative;
}

.text-image-alt-img {
    min-height: 100%;
    position: relative;
}

.text-image-alt-img-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    .text-image-alt-img-bg {
        width: calc(100% - 30px);
    }
}

@media (min-width: 1024px) {
    .text-image-alt-img-bg {
        width: calc(100% - 85px);
    }
}

@media (min-width: 768px) {
    .text-image-alt-img {
        position: absolute;
        top: 0;
        left: 0;
    }
    .reverse .text-image-alt-img {
        left: auto;
        right: 0;
    }
    .text-image-alt-img-bg {
        top: 0px;
        left: 0;
    }
    .reverse .text-image-alt-img-bg {
        left: auto;
        right: 0;
    }
}

.text-image-alt-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .text-image-alt-content {
        padding: 0 15px;
    }
    .reverse .text-image-alt-content {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .text-image-alt-img {
        min-height: 400px;
    }
    .text-image-alt .container {
        padding-left: 0;
        padding-right: 0;
    }
    .text-image-alt .row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .pull-bottom-100+.block.text-image-alt {
        padding-top: 200px;
    }
}


/*--------------------------------------------------------------
# Block Text Image Alt2
--------------------------------------------------------------*/

.text-image-alt2 {
    background-color: #082539;
    color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
}

@media (min-width: 768px) {
    .text-image-alt2 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .text-image-alt2 .row {
        min-height: 650px;
        position: relative;
    }
}

.text-image-alt2 h2 {
    color: #fff;
}

.text-image-alt2 h3 {
    color: #fff;
}

.text-image-alt2-wrap {
    position: relative;
}

.text-image-alt2-img {
    min-height: 100%;
    position: relative;
}

.text-image-alt2-img-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    .text-image-alt2-img-bg {
        width: calc(100% - 30px);
    }
}

@media (min-width: 1024px) {
    .text-image-alt2-img-bg {
        width: calc(100% - 85px);
    }
}

@media (min-width: 768px) {
    .text-image-alt2-img {
        position: absolute;
        top: 0;
        left: 0;
    }
    .reverse .text-image-alt2-img {
        left: auto;
        right: 0;
    }
    .text-image-alt2-img-bg {
        top: 0px;
        left: 0;
    }
    .reverse .text-image-alt2-img-bg {
        left: auto;
        right: 0;
    }
}

.text-image-alt2-content {
    padding-top: 50px;
    padding-bottom: 50px;
    position: static;
}

@media (min-width: 768px) {
    .text-image-alt2-content {
        padding-top: 200px;
        padding-bottom: 115px;
    }
}

.text-image-alt2-content::after {
    background: #ec1c2d url(img/logo-mark.svg) no-repeat left 12px center/50px auto;
    display: none;
    content: "";
    width: 70px;
    height: 90px;
    position: absolute;
    left: 50%;
    margin-left: 15px;
    top: 0;
}

@media (min-width: 768px) {
    .text-image-alt2-content::after {
        width: 115px;
        height: 150px;
        background-size: 70px auto;
        background-position: left 25px center;
        display: block;
    }
}

.reverse .text-image-alt2-content::after {
    left: 0px;
}

.bg-red .text-image-alt2-content::after {
    background-color: #082539;
}

@media (max-width: 767px) {
    .text-image-alt2-img {
        min-height: 400px;
    }
    .text-image-alt2 .container {
        padding-left: 0;
        padding-right: 0;
    }
    .text-image-alt2 .row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .pull-bottom-100+.block.text-image-alt2 {
        padding-top: 200px;
    }
}


/*--------------------------------------------------------------
# Block Text Video
--------------------------------------------------------------*/

.text-video {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
}

@media (min-width: 768px) {
    .text-video {
        padding-top: 90px;
        padding-bottom: 115px;
    }
}

.text-video-wrap {
    position: relative;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.text-video-img {
    min-height: 100%;
    position: relative;
    padding: 0;
}

@media (min-width: 768px) {
    .text-video-img {
        padding: 0 15px 0 30px;
    }
}

@media (min-width: 1024px) {
    .text-video-img {
        padding: 0 15px 0 85px;
    }
}

.reverse .text-video-img {
    padding: 0;
}

@media (min-width: 768px) {
    .reverse .text-video-img {
        padding: 0 30px 0 15px;
    }
}

@media (min-width: 1024px) {
    .reverse .text-video-img {
        padding: 0 85px 0 15px;
    }
}

.text-video-img-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: 300px;
    position: relative;
}

.text-video-content {
    padding-top: 40px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .text-video-content {
        padding: 0 15px;
    }
    .reverse .text-video-content {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .text-video .container {
        padding-left: 0;
        padding-right: 0;
    }
    .text-video .row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .pull-bottom-100+.block.text-video {
        padding-top: 250px;
    }
}


/*--------------------------------------------------------------
# Block School Details
--------------------------------------------------------------*/

.block.block-school-details {
    padding-top: 20px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .block.block-school-details {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

.block.block-school-details .school-details-description {
    margin-bottom: 50px;
    font-weight: 500;
    padding-top: 50px;
}

@media (min-width: 768px) {
    .block.block-school-details .school-details-description {
        padding: 0 0 0 30px;
        width: calc(100% - 380px);
        float: right;
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .block.block-school-details .school-details-description {
        padding-left: 100px;
    }
}

.block.block-school-details .school-details-info .col-inner:after {
    content: "";
    display: block;
    clear: both;
}

@media (min-width: 768px) {
    .block.block-school-details .school-details-info {
        width: 380px;
        float: left;
    }
    .block.block-school-details .school-details-info .col-inner {
        text-align: left;
        padding: 40px 25px;
    }
}


/*--------------------------------------------------------------
# Block Blog Posts
--------------------------------------------------------------*/

.block-school-leader {
    padding: 50px 0 50px;
    position: relative;
}

.block-school-leader:after {
    background: #ec1c2d;
    content: "";
    display: block;
    width: 100%;
    height: 470px;
    top: 100px;
    left: 0;
    position: absolute;
}

@media (min-width: 768px) {
    .block-school-leader {
        padding: 100px 0 50px;
    }
    .block-school-leader:after {
        top: 200px;
        height: 300px;
    }
}

@media (min-width: 1024px) {
    .block-school-leader:after {
        height: 500px;
    }
}

.block-school-leader .block-school-leader-inner {
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(8, 37, 57, 0.25);
    z-index: 2;
    margin: 0 0 50px;
}

@media (min-width: 1024px) {
    .block-school-leader .block-school-leader-inner {
        margin: 0 0 100px;
    }
}

.block-school-leader .block-school-leader-inner::after {
    content: "";
    display: table;
    clear: both;
}

.block-school-leader .block-school-leader-inner .block-school-leader-img {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (min-width: 768px) {
    .block-school-leader .block-school-leader-inner .block-school-leader-img {
        width: 42.75%;
        float: left;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
    }
}

.block-school-leader .block-school-leader-inner .block-school-leader-content {
    background: #fff;
    padding: 40px 30px;
    font-weight: 500;
}

.block-school-leader .block-school-leader-inner .block-school-leader-content p:last-child {
    margin: 0;
}

@media (min-width: 768px) {
    .block-school-leader .block-school-leader-inner .block-school-leader-content {
        padding: 40px 30px 40px 60px;
        width: 57.25%;
        float: right;
    }
}

@media (min-width: 1024px) {
    .block-school-leader .block-school-leader-inner .block-school-leader-content {
        padding-left: 100px;
    }
}

.block-school-leader-images-grid {
    position: relative;
    z-index: 1;
    max-width: 1440px;
}

.block-school-leader-images-grid .col-md-4 {
    margin-bottom: 30px;
}

.block-school-leader-images-grid .col-md-4:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .block-school-leader-images-grid .col-md-4 {
        margin-bottom: 0;
    }
}

.block-school-leader-images-grid img {
    display: block;
}


/*--------------------------------------------------------------
# Block School (for) Families
--------------------------------------------------------------*/

.block.block-school-families {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .block.block-school-families {
        padding-top: 50px;
        padding-bottom: 0px;
    }
}

.block.block-school-families .school-families-content {
    margin-bottom: 50px;
    font-weight: 500;
}

@media (min-width: 768px) {
    .block.block-school-families .school-families-content {
        padding: 40px 30px 60px 0px;
        width: calc(100% - 380px);
        float: left;
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .block.block-school-families .school-families-content {
        padding-right: 100px;
    }
}

.block.block-school-families .school-families-events p {
    margin-bottom: 20px;
}

.block.block-school-families .school-families-events p:first-of-type {
    margin-bottom: 30px;
}

.block.block-school-families .school-families-events p:last-child {
    margin-bottom: 0px;
}

.block.block-school-families .school-families-events .col-inner:after {
    content: "";
    display: block;
    clear: both;
}

@media (min-width: 768px) {
    .block.block-school-families .school-families-events {
        width: 380px;
        float: right;
        margin-bottom: -150px;
    }
    .block.block-school-families .school-families-events .col-inner {
        text-align: left;
        padding: 40px 25px 50px;
        z-index: 2;
    }
}

@media (min-width: 768px) {
    .block-school-families+.block {
        padding-top: 170px;
    }
}


/*--------------------------------------------------------------
# Block Stats
--------------------------------------------------------------*/

.block-stats {
    background: #082539;
    color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
}

.block-stats .col-inner {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
}

.block-stats img {
    display: block;
    margin: 0 auto 0px;
}

.block-stats .section-heading {
    background: #061b2a;
    padding: 22px 0 33px;
}

.block-stats.bg-red .section-heading {
    background: #d41827;
}

.block-stats .stats-wrapper {
    padding: 40px 0 0px;
}

.block-stats .stats-wrapper .col-md-4 {
    margin: 0 0 50px;
}

.block-stats p {
    margin: 0 0 30px;
    display: block;
    float: left;
    width: 133px;
}

@media (min-width: 768px) {
    .block-stats p {
        float: none;
        width: 100%;
    }
}

.block-stats .statistics {
    float: left;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 18px;
    line-height: 1.125rem;
    margin-left: 30px;
    margin-top: 15px;
    width: calc(100% - 133px - 30px);
}

@media (min-width: 768px) {
    .block-stats .statistics {
        float: none;
        width: 100%;
        margin: 0;
    }
}

.block-stats .statistics .counter {
    color: #1298de;
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 60px;
    line-height: 3.75rem;
    display: block;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .block-stats .statistics .counter {
        font-size: 100px;
        font-size: 6.25rem;
        line-height: 100px;
        line-height: 6.25rem;
    }
}

.bg-red.block-stats .statistics .counter {
    color: #fff;
}


/*--------------------------------------------------------------
# Block Blog Posts
--------------------------------------------------------------*/

.block-blog-posts {
    padding: 50px 0 50px;
    position: relative;
}

.block-blog-posts:after {
    background: #082539;
    content: "";
    display: block;
    width: 100%;
    height: 600px;
    top: 100px;
    left: 0;
    position: absolute;
}

@media (min-width: 768px) {
    .block-blog-posts {
        padding: 50px 0 100px;
    }
    .block-blog-posts:after {
        top: 150px;
        height: 400px;
    }
}

.block-blog-posts .block-blog-posts-intro-inner {
    position: relative;
    height: 100%;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(8, 37, 57, 0.15);
    z-index: 2;
}

.block-blog-posts .block-blog-posts-intro-inner::after {
    content: "";
    display: table;
    clear: both;
}

.block-blog-posts .block-blog-posts-intro {
    position: relative;
    margin-bottom: 50px;
}

.block-blog-posts .block-blog-posts-intro .blog-posts-intro-video {
    position: relative;
    height: 300px;
}

@media (min-width: 768px) {
    .block-blog-posts .block-blog-posts-intro .blog-posts-intro-video {
        height: 100%;
        width: 42.75%;
        float: left;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

.block-blog-posts .block-blog-posts-intro .blog-posts-intro-video a.play-button {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.block-blog-posts .block-blog-posts-intro .blog-posts-intro-content {
    background: #fff;
    padding: 50px 30px;
}

@media (min-width: 768px) {
    .block-blog-posts .block-blog-posts-intro .blog-posts-intro-content {
        padding: 100px 30px 70px 40px;
        width: 57.25%;
        float: left;
        height: 100%;
    }
}

@media (min-width: 1024px) {
    .block-blog-posts .block-blog-posts-intro .blog-posts-intro-content {
        padding: 100px 30px 70px 100px;
    }
}

.block-blog-posts .post-teaser {
    z-index: 2;
    position: relative;
}

@media (min-width: 768px) {
    .block-blog-posts .post-teaser {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.block-blog-posts .post-teaser .post-teaser-thumb {
    height: 240px;
    background: #fff;
}

@media (min-width: 768px) {
    .block-blog-posts .post-teaser .post-teaser-thumb {
        height: 320px;
    }
}

.block-blog-posts .link-all-posts {
    text-align: center;
}

.block-blog-posts .link-all-posts a {
    background: url(img/arrow-right-red.png) no-repeat top 10px right 5px/22px auto;
    padding-right: 35px;
}

.block-blog-posts .link-all-posts a:hover {
    background-position: top 10px right 0px;
    color: #ec1c2d;
    text-decoration: none;
}

@media (min-width: 768px) {
    .block-blog-posts .link-all-posts {
        padding-top: 30px;
    }
}


/*--------------------------------------------------------------
# ACCORDION
--------------------------------------------------------------*/

.block-accordion {
    padding-top: 50px;
    padding-bottom: 50px;
}

.block-accordion .container {
    max-width: 800px;
}

@media (min-width: 768px) {
    .block-accordion {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.block-accordion .section-heading {
    text-align: center;
}

.block-accordion .item {
    background: #fff;
    margin-bottom: 15px;
    box-shadow: 0px 0px 20px rgba(8, 37, 57, 0.15);
}

.block-accordion .item .item-content {
    display: none;
    padding: 0px 25px 30px 25px;
}

@media (min-width: 768px) {
    .block-accordion .item .item-content {
        padding: 0px 60px 50px 45px;
    }
}

.block-accordion .item .item-title h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: 500;
    margin: 0;
    padding: 20px 50px 20px 25px;
    cursor: pointer;
    position: relative;
}

@media (min-width: 768px) {
    .block-accordion .item .item-title h3 {
        padding: 30px 60px 30px 45px;
    }
}

.block-accordion .accordion-toggle {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
}

@media (min-width: 768px) {
    .block-accordion .accordion-toggle {
        right: 30px;
    }
}

.block-accordion .accordion-toggle::before,
.block-accordion .accordion-toggle::after {
    display: block;
    content: "";
    position: absolute;
    background: #ec1c2d;
    border-radius: 0px;
    transition: opacity 0.15s ease-in-out;
}

.block-accordion .accordion-toggle::before {
    width: 100%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
}

.block-accordion .accordion-toggle::after {
    width: 2px;
    height: 100%;
    left: 50%;
    margin-left: -1px;
}

.block-accordion .active .accordion-toggle:after {
    opacity: 0;
}

.tab-title {
    background: #ec1c2d;
    color: #fff;
    box-shadow: 0px 0px 20px rgba(8, 37, 57, 0.15);
    padding: 25px 5px;
    text-align: center;
    margin-bottom: 15px;
}

.tab-title h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 24px;
    line-height: 1.5rem;
}


/*-------------------------------------------------
# Image Fullwidth
-------------------------------------------------*/

.image-fullwidth {
    position: relative;
    color: #fff;
}

.image-fullwidth h2 {
    margin-bottom: 30px;
}

.image-fullwidth .image-fullwidth-img,
.image-fullwidth .image-fullwidth-img-mobile {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.image-fullwidth .row {
    min-height: 300px;
}

@media (min-width: 768px) {
    .image-fullwidth .row {
        min-height: 500px;
    }
}


/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/

.block-cta {
    background-color: #eee;
    padding: 50px 0;
}

@media (min-width: 768px) {
    .block-cta {
        padding: 100px 0;
    }
}

.block-cta h2,
.block-cta h3 {
    margin: 0 0 24px;
}

.block-cta h2:last-child,
.block-cta h3:last-child {
    margin-bottom: 0;
}

.block-cta .col-lg-9 h2:last-child,
.block-cta .col-lg-9 h3:last-child {
    margin: 0 0 24px;
}

.block-cta p {
    margin: 0 0 20px;
}

.block-cta p:last-child {
    margin-bottom: 0;
}

.block-cta+.block-cta {
    background-color: #fff;
}


/*--------------------------------------------------------------
# Hero - Slider
--------------------------------------------------------------*/

.hero-slides-wrapper {
    overflow: hidden;
}

.hero-slide-item {
    min-height: 400px;
}

.hero-slide-item .row {
    min-height: 400px;
}

@media (min-width: 768px) {
    .hero-slide-item .row {
        min-height: 500px;
    }
}

@media (min-width: 992px) {
    .hero-slide-item .row {
        min-height: 700px;
    }
}

@media (min-width: 768px) {
    .hero-slide-item {
        min-height: 500px;
    }
}

@media (min-width: 992px) {
    .hero-slide-item {
        min-height: 700px;
    }
}


/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/

.hero-video {
    overflow: hidden;
}

@media(max-width: 767px) {
    .hero-video {
        padding-top: 100px;
    }
}

.hero-video::before {
    content: "";
    background: #082539;
    display: block;
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    top: 0;
}

.home .hero-video h1 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 40px;
    line-height: 2.5rem;
    font-weight: 900;
    border-bottom: 0;
}
.hero-video p:last-child {
    margin-bottom: 0;
}

@media (min-width: 1024px) {
    .home .hero-video h1 {
        font-size: 52px;
        font-size: 3.25rem;
        line-height: 56px;
        line-height: 3.5rem;
    }
}

.hero-video .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.25);
}

.hero-video .video-content {}

.hero-video #hero-video {
    position: relative;
    /*   top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); */
    /*   min-width: 100%;
  min-height: 100%; */
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

@media(min-width: 769px) {
    .hero-video #hero-video {
        position: absolute;
        width: 49%;
    }
}

@media(min-width: 1441px) {
    .hero-video #hero-video {
        width: 46%;
    }
}

.block.hero-video {
    padding-bottom: 0 !important;
    position: relative;
    overflow: visible;
    z-index: 2;
}
/*
@media (min-width: 992px) {
    .hero-video .row {
        height: 700px;
    }
}

@media (min-width: 1400px) {
    .hero-video .row {
        height: 700px;
    }
}

@media (min-width: 2000px) {
    .hero-video .row {
        height: 1000px;
    }
}

 @media (min-width: 768px) {
  .hero-video #hero-video {
    height: calc(100% - 140px);
  }
}
@media (min-width: 1024px) {
  .hero-video #hero-video {
    height: calc(100% - 190px);
  }
} */

@media (min-width: 768px) {
    .hero-video #hero-video {
        top: 140px;
        right: 0;
    }
    .reverse .hero-img {
        left: auto;
        right: 0;
    }
}

@media (min-width: 1024px) {
    .hero-video #hero-video {
        top: 190px;
    }
}

@media (min-width: 1441px) {
    .hero-video #hero-video {
        top: 50px;
    }
}

.hero-video .hero-content {
    padding-top: 40px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .hero-video .hero-content {
        padding: 150px 15px 50px 30px;
        min-height: 520px;
    }
    .reverse .hero-video .hero-content {
        padding: 50px 30px 50px 15px;
    }
}

@media (min-width: 1028px) {
    .hero-video .hero-content {
        padding: 250px 15px 50px 30px;
    }
    .reverse .hero-video .hero-content {
        padding: 90px 30px 50px 15px;
    }
}

@media (max-width: 767px) {
    .hero-img {
        height: 400px !important;
    }
    .block-hero .hero-video .container {
        padding-left: 0;
        padding-right: 0;
    }
    .block-hero .hero-video .row {
        margin-left: 0;
        margin-right: 0;
    }
}


/*--------------------------------------------------------------
# Testimonial
--------------------------------------------------------------*/

.testimonial {
    background-color: #eee;
    text-align: center;
    padding: 50px 0;
}

@media (min-width: 992px) {
    .testimonial {
        padding: 100px 0;
    }
}

.testimonial .testimonial-content {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
}

.testimonial .testimonial-author {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: 700;
    padding-top: 24px;
}


/*--------------------------------------------------------------
# Testimonial Slider
--------------------------------------------------------------*/

.testimonial-slider {
    text-align: center;
    padding: 50px 0;
}

@media (min-width: 992px) {
    .testimonial-slider {
        padding: 100px 0;
    }
}

.testimonial-slider .testimonial-content {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
}

.testimonial-slider .testimonial-author {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: 700;
    padding-top: 24px;
}

.testimonial-slider .testimonial-slides-wrapper {
    padding: 0 0 40px;
}


/*--------------------------------------------------------------
# Team (simple without bios)
--------------------------------------------------------------*/

.block-team {
    padding: 40px 0 0;
    position: relative;
}

.block-team::before {
    background: #f3f5f6;
    content: "";
    display: block;
    width: 100%;
    height: 350px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

@media (min-width: 768px) {
    .block-team {
        padding: 50px 0 50px;
    }
}

.block-team .team-member {
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 30px;
}

.block-team .team-member:last-child {
    margin-right: auto;
    margin-left: 0;
}

.block-team .team-member .member-inner {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(8, 37, 57, 0.15);
    height: 100%;
    padding: 50px 25px 40px;
    text-align: center;
}

.block-team.center-last .team-member:last-child {
    margin-left: auto;
    margin-right: auto;
}

.block-team .team-member .member-thumb img {
    display: block;
    margin: 0 auto 30px;
    width: 100%;
    max-width: 100px;
    border-radius: 50%;
}

.block-team .member-info {
    font-weight: 500;
}

.block-team .member-info p {
    margin: 0;
}

.block-team .member-info p.member-position {
    font-weight: 700;
    margin: 0;
}


/*--------------------------------------------------------------
# Team with bios
--------------------------------------------------------------*/

.block-team-bios {
    padding: 50px 0 0;
}

@media (min-width: 768px) {
    .block-team-bios {
        padding: 100px 0 50px;
    }
}

.block-team-bios .team-grid {
    display: none;
}

@media (min-width: 768px) {
    .block-team-bios .team-grid {
        display: block;
    }
}

.block-team-bios .team-row {
    padding-top: 30px;
}

.block-team-bios .team-member {
    cursor: pointer;
    margin-bottom: 40px;
}

.block-team-bios .post-thumb {
    overflow: hidden;
    margin: 0 auto 20px;
}

.block-team-bios .post-thumb img {
    display: block;
    margin: 0 auto 0px;
    transition: all .3s ease;
    transform-style: preserve-3d;
    width: 100%;
    display: block;
    height: auto;
}

.block-team-bios .team-member:hover img {
    opacity: 0.8;
}

.block-team-bios .member-bio-full {
    display: none;
}

.block-team-bios .member-bio-text {
    padding-top: 0px;
}

.block-team-bios h3.member-name {
    font-size: 32px;
    font-size: 2rem;
    line-height: 40px;
    line-height: 2.5rem;
    margin-bottom: 0;
}

.block-team-bios .member-bio>h3.member-name {
    color: #00334d;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem;
}

.block-team-bios .member-position {
    margin-bottom: 0px;
}

.block-team-bios .member-bio-full-inner .member-position {
    font-weight: 700;
    margin-bottom: 24px;
}

.block-team-bios .summary {
    display: none;
    background: #edf2f5;
}

.block-team-bios .summary .container .row {
    position: relative;
}

.block-team-bios .summary a.close {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 0;
    right: 15px;
    background: url(img/icon-close.svg) no-repeat 0 0/30px auto;
}

.block-team-bios .summary .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .team-grid-mobile {
        display: none;
    }
}

.team-grid-mobile .mobile-team-member {
    margin-bottom: 50px;
}

.team-grid-mobile .mobile-member-bio {
    text-align: center;
}

.team-grid-mobile .mobile-member-bio-full {
    display: none;
    position: relative;
}

.team-grid-mobile .mobile-team-member .post-thumb {
    max-width: 400px;
    width: 100%;
}

.team-grid-mobile .mobile-team-member .member-bio-text {
    padding-top: 25px;
}

.team-grid-mobile .mobile-team-member a.close {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: 0px;
    right: 0px;
    background: url(img/icon-close.svg) no-repeat 0 0/20px auto;
}

.team-grid-mobile .mobile-member-bio h3 {
    margin: 0 0 5px;
}

.team-grid-mobile .member-position {
    margin-bottom: 24px;
}

.no-photos .member-thumb {
    display: none;
}


/*--------------------------------------------------------------
# Logos Grid
--------------------------------------------------------------*/

.logos-grid {
    padding: 50px 0 30px;
}

.logos-grid .container.section-heading {
    margin-bottom: 50px;
    text-align: center;
}

.logo-wrapper {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: 0;
}

.logo-wrapper:last-child {
    margin-right: auto;
    margin-left: 0;
}

.logo-wrapper .client-logo {
    padding: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    background: transparent;
}

.logo-wrapper .client-logo span {
    display: block;
    width: 100%;
}

.logo-wrapper .client-logo img {
    max-width: 200px;
    height: auto;
    vertical-align: middle;
    max-height: 70px;
    width: auto;
}

.logos-grid .columns.logo-wrapper:last-child {
    float: left;
}

@media only screen and (min-width: 480px) {
    .logos-grid .logo-wrapper {
        width: 50%;
    }
}

@media only screen and (min-width: 768px) {
    logos-grid .logo-wrapper {
        width: 25%;
    }
}

@media only screen and (min-width: 992px) {
    .logos-grid {
        padding: 90px 0 50px;
    }
    .logos-grid .container.section-heading {
        margin-bottom: 70px;
    }
    .logos-grid .logo-wrapper {
        width: 20%;
    }
}


/* Margins */

.block.m0 {
    margin-top: 0;
    margin-bottom: 0;
}

.block.mt0 {
    margin-top: 0;
}

.block.mb0 {
    margin-bottom: 0;
}

.block.m1 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.block.mt1 {
    margin-top: 20px;
}

.block.mb1 {
    margin-bottom: 20px;
}

.block.m2 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.block.mt2 {
    margin-top: 50px;
}

.block.mb2 {
    margin-bottom: 50px;
}

.block.m3 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.block.mt3 {
    margin-top: 80px;
}

.block.mb3 {
    margin-bottom: 80px;
}


/* Padding */

.block.p0 {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .block.p0 {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.block.pt0 {
    padding-top: 50px;
}

@media (min-width: 768px) {
    .block.pt0 {
        padding-top: 0;
    }
}

.block.pb0 {
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .block.pb0 {
        padding-bottom: 0;
    }
}

.block.p1 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.block.pt1 {
    padding-top: 20px;
}

.block.pb1 {
    padding-bottom: 20px;
}

.block.p2 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.block.pt2 {
    padding-top: 50px;
}

.block.pb2 {
    padding-bottom: 50px;
}

.block.p3 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.block.pt3 {
    padding-top: 100px;
}

.block.pb3 {
    padding-bottom: 100px;
}

.block.p5 {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
    .block.p5 {
        padding-top: 170px;
        padding-bottom: 170px;
    }
}

.block.pt5 {
    padding-top: 50px;
}

@media screen and (min-width: 768px) {
    .block.pt5 {
        padding-top: 170px;
    }
}

.block.pb5 {
    padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
    .block.pb5 {
        padding-bottom: 170px;
    }
}

.hide-block {
    display: none;
}

.hide-mobile {
    display: none;
}

@media (min-width: 768px) {
    .hide-mobile {
        display: block;
    }
}

.hide-desktop {
    display: block;
}

@media (min-width: 768px) {
    .hide-desktop {
        display: none;
    }
}

div[class*=" columns-"] p:last-child,
div[class*=" col-"] p:last-child,
div[class*=" col-"] h2:last-child,
div[class*=" col-"] h3:last-child,
.entry-content p:last-child {
    margin-bottom: 0;
}

.block.bg-white {
    background-color: #fff;
    color: #082539;
}

.block.bg-gray {
    background-color: #f3f5f6;
}

.block.bg-navy {
    background-color: #082539;
    color: #fff;
}

.block.bg-red {
    background-color: #ec1c2d;
    color: #fff;
}

.block.bg-blue {
    background-color: #1298de;
    color: #fff;
}

.block.bg-red.text-image {
    background-color: transparent;
}

.block.bg-red.text-image .text-image-wrap {
    background: #ec1c2d;
}

.color-white {
    color: #fff;
}

.color-red {
    color: #ec1c2d;
}

.color-tan {
    color: #bf9372;
}

.text-center,
.block.text-center,
.block.text-right,
.block.text-left {
    text-align: center;
}

.text-small {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
}

@media screen and (min-width: 768px) {
    .block.text-right {
        text-align: right;
    }
    .block.text-left,
    .text-left .col-inner {
        text-align: left;
    }
}

.multiple-btn-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.multiple-btn-wrapper br {
    display: none;
}

.multiple-btn-wrapper .btn {
    flex: 0 0 100%;
    margin-bottom: 20px;
}

@media screen and (min-width: 540px) {
    .multiple-btn-wrapper .btn {
        flex: 1 0 45%;
    }
}

@media screen and (min-width: 768px) {
    .multiple-btn-wrapper .btn {
        flex-grow: 1;
        flex: 1 0 auto;
    }
}

.multiple-btn-wrapper2 .btn {
    display: block;
}

@media screen and (min-width: 580px) {
    .multiple-btn-wrapper2 .btn {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 1024px) {
    .multiple-btn-wrapper2 .btn {
        padding-left: 29px;
        padding-right: 29px;
        display: inline-block;
        margin-right: 10px;
    }
}

.block-narrow-1000 .container {
    max-width: 1030px;
}

.block-narrow-800 .container {
    max-width: 830px;
}

.block-narrow-600 .container {
    max-width: 630px;
}

.container.section-heading {
    margin-bottom: 55px;
}

.pull-bottom-100 {
    padding-bottom: 80px;
}

.pull-bottom-100#careers-why-republic-content {
    padding-bottom: 0;
}

@media screen and (min-width: 768px) {
    .pull-bottom-100 {
        padding-bottom: 150px;
    }
    .pull-bottom-100#careers-why-republic-content {
        padding-bottom: 120px;
    }
}

.pull-bottom-100+.block.block-accordion {
    padding-top: 70px;
}

.pull-bottom-100+.block.columns-three {
    padding-top: 0;
}

@media screen and (min-width: 768px) {
    .pull-bottom-100+.block {
        margin-top: -100px;
        padding-top: 0;
    }
    .pull-bottom-100+.block.block-accordion {
        padding-top: 170px;
    }
}

.pull-bottom-100.no-boxes+.block.columns-three {
    padding-top: 0;
}

@media screen and (min-width: 768px) {
    .pull-bottom-100.no-boxes+.block.columns-three {
        margin-top: -100px;
        padding-top: 0;
    }
}

.block.pull-bottom-150 {
    padding-bottom: 150px;
}

.block.pull-bottom-150.text-image {
    padding-bottom: 110px;
}

@media (min-width: 768px) {
    .block.pull-bottom-150 {
        padding-bottom: 210px;
    }
    .block.pull-bottom-150.text-image {
        padding-bottom: 170px;
    }
}

.pull-bottom-150+.block {
    margin-top: -150px;
}

@media screen and (min-width: 768px) {
    .pull-bottom-150+.block {
        padding-top: 0;
        margin-top: -150px;
    }
}

.col-inner,
.box {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(8, 37, 57, 0.15);
    position: relative;
    height: 100%;
    padding: 40px 30px;
    font-weight: 500;
    text-align: center;
}

.box {
    height: auto;
    margin: 0 auto 30px;
}

.no-boxes .col-inner,
.block-stats .col-inner {
    box-shadow: none;
    background: transparent;
    padding: 0;
}

.col-inner p:first-child {
    margin-bottom: 0;
}

.col-inner p:first-child img {
    margin-bottom: 15px;
}

.block-stats .col-inner p:first-child img {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .watermark {
        background-image: url(img/watermark-r-navy.svg);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto 100%;
    }
    .watermark.text-video {
        background: none;
    }
    .watermark.text-video .text-video-wrap {
        background-image: url(img/watermark-r-gray.svg);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: auto 100%;
    }
    .watermark.text-video.reverse .text-video-wrap {
        background-position: left center;
    }
    .block.big-watermark {
        background-position: center center;
        padding-top: 220px;
        padding-bottom: 240px;
    }
    .block.bg-red.watermark {
        background-image: url(img/watermark-r-red.svg);
    }
    .block.bg-white.watermark {
        background-image: url(img/watermark-r-gray.svg);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
    }
}

a.play-button {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-video a.play-button {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

a.play-button:hover {
    background: #fff;
}

a.play-button svg {
    display: none;
    transform: rotate(-90deg);
    position: relative;
    left: 3px;
    z-index: 2;
}

a.play-button path {
    fill: #082539;
    transition: fill 0.3s ease-in-out;
}

a.play-button:hover path {
    fill: #ec1c2d;
}

a.play-button:after {
    /*   content: ""; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(8, 37, 57, 0.25);
    z-index: 1;
    transition: .3s ease-in-out;
    opacity: 0.8;
}

a.play-button:hover:after {
    animation: none;
    opacity: 1;
}

.map-school-content img {
    width: 100%;
    max-width: 100px;
    height: auto;
}

.map-school-content {
    padding: 20px;
}

.map-school-content h3 {
    font-size: 24px;
    line-height: 28px;
}

.map-school-content .btn {
    padding: 15px 20px 13px;
    font-size: 14px;
    line-height: 16px;
}


/*-------------------------------------------------
#  ANIMATION WOW
-------------------------------------------------*/

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.block .tabs {
    margin: 0 0 30px;
    padding: 0;
    list-style-type: none;
}

.block .tabs:after {
    content: "";
    display: block;
    clear: both;
}

.block .tabs li {
    margin: 0 15px 0 0;
    text-align: center;
    float: left;
    cursor: pointer;
    position: relative;
    z-index: 999;
}

.block .tabs li a {
    display: block;
    padding: 0 10px 12px;
    text-decoration: none;
    line-height: 30px;
    color: #fff;
    border-bottom: 1px solid transparent;
    opacity: 0.3;
}

.block .tabs li.active a,
.block .tabs li:hover a {
    opacity: 1;
    border-bottom: 1px solid #fff;
}

.block .tabs li:last-child {
    margin-right: 0;
}

.block .tabs-content {
    margin-bottom: 0px;
    clear: both;
    position: relative;
    z-index: 99;
}

.block .tabs-content .tabs-panel {
    padding: 0px;
}

.block.block-accordion .tabs li {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(8, 37, 57, 0.15);
    width: calc(50% - 15px);
}

.block.block-accordion .tabs li.active,
.block.block-accordion .tabs li:hover {
    background: #ec1c2d;
}

.block.block-accordion .tabs li.active a,
.block.block-accordion .tabs li:hover a {
    color: #fff;
}

.block.block-accordion .tabs li a {
    color: #082539;
    opacity: 1;
    border: 0;
    padding: 25px 5px;
    text-align: center;
    display: block;
}

.block.block-accordion .tabs li:first-child {
    margin-right: 30px;
}

@media screen and (max-width: 767px) {
    .block .tabs-content .tabs-panel {
        display: block !important;
    }
    .block .tabs-content #tab-1 {
        margin-bottom: 60px;
    }
}


/* Progress Circle
---------------------------------------- */

.progress-wrapper {
    max-width: 370px;
    margin: 0 auto 50px;
}

.columns-three--three .progress-wrapper {
    margin-bottom: 0;
}

.progress-wrapper.center {
    float: none;
    width: 100%;
}

.circle {
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
    display: block;
    position: relative;
    text-align: center;
    line-height: 1;
}

.circle canvas {
    width: 100% !important;
    height: auto !important;
}

.progress {
    display: block;
    font-size: 60px;
    font-weight: 900;
    line-height: 1;
    position: absolute;
    width: 100%;
    top: 45%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.progress-text {
    display: block;
    text-align: center;
    padding-top: 40px;
    font-size: 28px;
    line-height: 36px;
    font-weight: 900;
}

@media screen and (min-width: 768px) {
    .progress-wrapper {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1024px) {
    .progress {
        font-size: 80px;
    }
}
