/*!////////////////////////////////////////////////
// BASE
/////////////////////////////////////////////////*/
@-o-viewport {
    width: device-width;
}
@-ms-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.grecaptcha-badge {
    visibility: collapse !important;
}

html {
    scroll-behavior: smooth;
}

html,
body,
iframe,
div,
section,
header,
p,
a,
ul,
ol,
li,
article,
footer,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    color: #fff;
    background: #d92e3a;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #d92e3a;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: .2em 0;
    padding: .2em 0;
    color: #000;
    background: #ccc;
}



/*!////////////////////////////////////////////////
// LAYOUT
/////////////////////////////////////////////////*/
.wrap {
    position: relative;
    width: 92%;
    max-width: 1280px;
    margin: 0 auto;
}

.mediumwrap {
    position: relative;
    width: 92%;
    max-width: 1180px;
    margin: 0 auto;
}

.miniwrap {
    position: relative;
    width: 92%;
    max-width: 900px;
    margin: 0 auto;
}

.row {
  clear: both;
}

@media screen and (min-width: 480px) {
    .wrap {
        width: 92%;
    }

    .grid-1,
    .grid-2,
    .grid-3,
    .grid-4,
    .grid-5,
    .grid-6,
    .grid-half,
    .grid-full,
    .grid-unit {
        float: left;
        width: 100%;
    }

    .grid-1:nth-child(n),
    .grid-2:nth-child(n),
    .grid-3:nth-child(n),
    .grid-4:nth-child(n),
    .grid-5:nth-child(n),
    .grid-6:nth-child(n),
    .grid-half:nth-child(n),
    .grid-full:nth-child(n),
    .grid-unit:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }

    .grid-1:nth-child(1n),
    .grid-2:nth-child(1n),
    .grid-3:nth-child(1n),
    .grid-4:nth-child(1n),
    .grid-5:nth-child(1n),
    .grid-6:nth-child(1n),
    .grid-half:nth-child(1n),
    .grid-full:nth-child(1n),
    .grid-unit:nth-child(1n) {
        margin-right: 0;
    }

    .grid-1:last-child,
    .grid-2:last-child,
    .grid-3:last-child,
    .grid-4:last-child,
    .grid-5:last-child,
    .grid-6:last-child,
    .grid-half:last-child,
    .grid-full:last-child,
    .grid-unit:last-child {
        margin-right: 0;
    }

    .grid-25,
    .grid-75 {
        float: left;
        width: 49.24242%;
    }

    .grid-25:nth-child(n),
    .grid-75:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }

    .grid-25:nth-child(2n),
    .grid-25:nth-child(2n) {
        margin-right: 0;
    }

    .grid-25:last-child,
    .grid-25:last-child {
        margin-right: 0;
    }

    .gallery .grid-unit,
    .grid-half {
        width: 49.24242%;
    }

    .gallery .grid-unit:nth-child(n),
    .grid-half:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }

    .gallery .grid-unit:nth-child(2n),
    .grid-half:nth-child(2n) {
        margin-right: 0;
    }

    .gallery .grid-unit:last-child,
    .grid-half:last-child {
        margin-right: 0;
    }

    .grid-flow-opposite {
        float: right;
    }
}

@media screen and (min-width: 640px) {
    .grid-1 {
        width: 15.40404%;
    }

    .grid-1:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }

    .grid-1:nth-child(6n) {
        margin-right: 0;
    }

    .grid-1:last-child {
        margin-right: 0;
    }

    .grid-2 {
        width: 32.32323%;
    }

    .grid-2:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }

    .grid-2:nth-child(3n) {
        margin-right: 0;
    }

    .grid-2:last-child {
        margin-right: 0;
    }

    .grid-3,
    .grid-half {
        width: 49.24242%;
    }

    .grid-3:nth-child(n),
    .grid-half:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }

    .grid-3:nth-child(2n),
    .grid-half:nth-child(2n) {
        margin-right: 0;
    }

    .grid-3:last-child,
    .grid-half:last-child {
        margin-right: 0;
    }

    .grid-4 {
        width: 66.16162%;
    }

    .grid-4:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }

    .grid-4:nth-child(1.5n) {
      margin-right: 0;
    }

    .grid-4:last-child {
        margin-right: 0;
    }

    .grid-5 {
        width: 82.74242%;
    }

    .grid-5:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }

    .grid-5:nth-child(1.20482n) {
        margin-right: 0;
    }

    .grid-5:last-child {
        margin-right: 0;
    }

    .grid-6,
    .grid-full {
        width: 100%;
    }

    .grid-6:nth-child(n),
    .grid-full:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }

    .grid-6:nth-child(1n),
    .grid-full:nth-child(1n) {
        margin-right: 0;
    }

    .grid-6:last-child,
    .grid-full:last-child {
        margin-right: 0;
    }}

  /* If there are no margins */
.grid-1.no-margin {
    width: 16.66667%;
}

.grid-1.no-margin:nth-child(n) {
    margin-right: 0;
    margin-bottom: 0;
}

.grid-1.no-margin:nth-child(6n) {
    margin-right: 0;
}

.grid-1.no-margin:last-child {
    margin-right: 0;
}

.grid-2.no-margin {
    width: 33.33333%;
}

.grid-2.no-margin:nth-child(n) {
    margin-right: 0;
    margin-bottom: 0;
}

.grid-2.no-margin:nth-child(3n) {
    margin-right: 0;
}

.grid-2.no-margin:last-child {
    margin-right: 0;
}

.grid-3.no-margin,
.grid-half.no-margin {
    width: 50%;
}

.grid-3.no-margin:nth-child(n),
.grid-half.no-margin:nth-child(n) {
    margin-right: 0;
    margin-bottom: 0;
}

.grid-3.no-margin:nth-child(2n),
.grid-half.no-margin:nth-child(2n) {
    margin-right: 0;
}

.grid-3.no-margin:last-child,
.grid-half.no-margin:last-child {
    margin-right: 0;
}

.grid-4.no-margin {
    width: 66.66667%;
}

.grid-4.no-margin:nth-child(n) {
    margin-bottom: 0;
    margin-right: 0;
}

.grid-4.no-margin:nth-child(1.5n) {
    margin-right: 0;
}

.grid-4.no-margin:last-child {
    margin-right: 0;
}

.grid-5.no-margin {
    width: 83.0%;
}

.grid-5.no-margin:nth-child(n) {
    margin-bottom: 0;
    margin-right: 0;
}

.grid-5.no-margin:nth-child(1.20482n) {
    margin-right: 0;
}

.grid-5.no-margin:last-child {
    margin-right: 0;
}

.grid-6.no-margin,
.grid-full.no-margin {
    width: 100%;
}

.grid-6.no-margin:nth-child(n),
.grid-full.no-margin:nth-child(n) {
    margin-right: 0;
    margin-bottom: 0;
}

.grid-6.no-margin:nth-child(1n),
.grid-full.no-margin:nth-child(1n) {
    margin-right: 0;
}

.grid-6.no-margin:last-child,
.grid-full.no-margin:last-child {
    margin-right: 0;
}


.grid-25 {
    width: 23.86364%;
}

.grid-25:nth-child(n) {
    margin-right: 1.51515%;
    margin-bottom: 1.51515%;
}

.grid-25:nth-child(4n) {
    margin-right: 0;
}

.grid-25:last-child {
    margin-right: 0;
}

.grid-25.no-margin {
    width: 25%;
}

.grid-25.no-margin:nth-child(n) {
    margin-right: 0;
    margin-bottom: 0;
}

.grid-25.no-margin:nth-child(4n) {
    margin-right: 0;
}

.grid-25.no-margin:last-child {
    margin-right: 0;
}

.grid-75 {
    width: 74.616161%;
}

.grid-75:nth-child(n) {
    margin-right: 1.51515%;
    margin-bottom: 1.51515%;
}

.grid-75:nth-child(4n) {
    margin-right: 0;
}

.grid-75:last-child {
    margin-right: 0;
}

.grid-75.no-margin {
    width: 75%;
}

.grid-75.no-margin:nth-child(n) {
    margin-right: 0;
    margin-bottom: 0;
}

.grid-75.no-margin:nth-child(4n) {
    margin-right: 0;
}

.grid-75.no-margin:last-child {
    margin-right: 0;
}

.gallery .grid-unit {
    width: 32.32323%;
}

.gallery .grid-unit:nth-child(n) {
    margin-right: 1.51515%;
    margin-bottom: 1.51515%;
}

.gallery .grid-unit:nth-child(3n) {
    margin-right: 0;
}

.gallery .grid-unit:last-child {
    margin-right: 0;
}

.content-pad-right {
    padding-right: 4%;
    /* Use (or don't) as necessary. */
}

.content-pad-left {
    padding-left: 4%;
}

.list-grid-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
}

@media screen and (max-width: 480px) {
    .list-grid-2 {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1;
        -webkit-column-gap: 0;
           -moz-column-gap: 0;
                column-gap: 0;
    }
}

.list-grid-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
}

@media screen and (max-width: 480px) {
    .list-grid-3 {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1;
        -webkit-column-gap: 0;
           -moz-column-gap: 0;
                column-gap: 0;
    }
}


/*!////////////////////////////////////////////////
// THEME
/////////////////////////////////////////////////*/

a {
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    text-decoration: none;
}

html,
body {
    min-height: 100%;
}

/* Fonts */

body {
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
span.title {
    font-family: 'Lora', serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
}

.text-block h1,
.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5,
.text-block h6,
.text-block span.title {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.text-block h1:after,
.text-block h2:after,
.text-block h3:after,
.text-block h4:after,
.text-block h5:after,
.text-block h6:after,
.text-block span.title:after {
    position: absolute;
    display: block;
    width: 120px;
    height: 2px;
    margin-top: 30px;
    content: '';
    background-color: #385795;
}

.text-block p {
    font-size: 17px;
    line-height: 32px;
    margin-top: 30px;
}

.text-block p:first-child {
    margin-top: 0;
}

.text-block hr {
    margin: 90px 0;
}

.text-block ul {
    font-size: 17px;
    line-height: 32px;
    margin-top: 30px;
    list-style: none;
}

.text-block ul:first-child {
    margin-top: 0;
}

.text-block ul li {
    position: relative;
    padding-left: 25px;
}

.text-block > ul > li {
    margin-bottom: 15px;
}

.text-block ul li:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    position: absolute;
    left: 0;
    margin-right: 10px;
    content: '\f4ba';
    color: #28387b;
}

.text-block ul ul {
    margin-top: 0;
}

.text-block ul ul li {
    padding-left: 15px;
}

.text-block ul ul li:before {
    font-size: 8px;
    content: '\f111';
}

.text-block ul ul ul li {
    margin: 0;
}

.text-block ul ul ul li:before {
    font-weight: normal;
}


section.right .text-block h1:after,
section.right .text-block h2:after,
section.right .text-block h3:after,
section.right .text-block h4:after,
section.right .text-block h5:after,
section.right .text-block h6:after,
section.right .text-block span.title:after {
    right: 0;
}

section.full .text-block h1:after,
section.full .text-block h2:after,
section.full .text-block h3:after,
section.full .text-block h4:after,
section.full .text-block h5:after,
section.full .text-block h6:after,
section.full .text-block span.title:after {
    left: 0;
    margin-right: auto;
    margin-left: auto;
}

section.full .text-block h1.centered:after,
section.full .text-block h2.centered:after,
section.full .text-block h3.centered:after,
section.full .text-block h4.centered:after,
section.full .text-block h5.centered:after,
section.full .text-block h6.centered:after,
section.full .text-block span.title.centered:after {
    right: 0;
}

section.full .text-block .grid-half h1:after,
section.full .text-block .grid-half h2:after,
section.full .text-block .grid-half h3:after,
section.full .text-block .grid-half h4:after,
section.full .text-block .grid-half h5:after,
section.full .text-block .grid-half h6:after,
section.full .text-block .grid-half span.title:after {
    left: 0;
    margin-left: 0;
}

section:not(.parallax) .text-block h1,
section:not(.parallax) .text-block h2,
section:not(.parallax) .text-block h3,
section:not(.parallax) .text-block h4,
section:not(.parallax) .text-block h5,
section:not(.parallax) .text-block h6,
section:not(.parallax) .text-block span.title {
    color: #28387b;
}

section:not(.parallax) .text-block strong,
.hero-intro .text-block strong,
section:not(.parallax) .text-block b,
.hero-intro .text-block b {
    color: #28387b;
}

section:not(.parallax) .text-block ul ul li strong,
section:not(.parallax) .text-block ul ul li b,
.hero-intro .text-block ul ul li strong,
.hero-intro .text-block ul ul li b {
    color: #385795;
}

section:not(.parallax) .text-block ul ul ul li strong,
section:not(.parallax) .text-block ul ul ul li b,
.hero-intro .text-block ul ul ul li strong,
.hero-intro .text-block ul ul ul li b {
    color: #28387b;
}

section:not(.parallax) .text-block ul ul ul ul li strong,
section:not(.parallax) .text-block ul ul ul ul li b,
.hero-intro .text-block ul ul ul ul li strong,
.hero-intro .text-block ul ul ul ul li b {
    color: #385795;
}

.hero-intro .text-block a:not(.button),
section:not(.parallax) .text-block a:not(.button),
.hero-intro .text-block a:not(.button) {
    font-weight: bold;
    color: #007bc7;
}

.button {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 30px;
    color: white;
    border-radius: 5px;
    background-color: #385795;
}

.button:hover {
    background-color: #7ba83e;
}

.text-block .button {
    display: inline-block;
    margin-top: 30px;
}

.text-block .button.centered {
    margin-right: auto;
    margin-left: auto;
}

.text-block .button.left {
    float: left;
    width: 45%;
    margin-right: 5%;
    text-align: center;
}

section.right .text-block .button {
    float: right;
}

section.card.right .text-block .button {
    float: none;
}

 @media (max-width: 960px) {
    .text-block hr {
        margin: 45px 0;
    }

    .text-block .grid-half {
        float: none;
        width: 100%;
        margin: 0;
        margin-top: 30px;
    }

    .text-block .grid-half:first-of-type {
        margin-top: 0;
    }

    .text-block .grid-half .content-pad-left {
        padding-left: 0;
    }
}


@media (max-width: 640px) {
    .text-block .button.left {
        float: none;
        width: 100%;
        margin-right: 0;
    }
}

.video-embed {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
}

.video-embed iframe,
.video-embed object,
.video-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.metamorphosis-video {
    display: block;
    margin-top: 50px;
}



/*! Header
//////////////////////////////////////////////*/

header[role=banner] {
    background-color: white;
}

.nav-container {
    position: relative;
    z-index: 3;
    background-color: white;
}

.nav-container.sticky {
    position: fixed;
    z-index: 2;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 13%);
            box-shadow: 0 0 5px rgb(0 0 0 / 13%);
}

.nav-container > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: row;
    min-height: 90px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nav-container .header-tagline {
    font-family: 'Lora', serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
    display: block;
    margin: 0 auto;
}

.nav-container a.header-phone {
    font-size: 18px;
    font-weight: bold;
    margin-right: auto;
    color: #28387b;
}

a.header-phone i {
    margin-right: 5px;
}

.nav-container .logo img {
    min-height: 70px;
    max-height: 70px;
    /*       width: 100%; */
}

.nav-container a.header-phone .fa-envelope {
    position: relative;
    z-index: 0;
    top: 2px;
}

.nav-container .nav-bars {
    font-size: 18px;
    font-weight: bold;
    margin-left: 0;
    cursor: pointer;
    color: #385795;
}

.nav-container .nav-bars i {
    margin-left: 10px;
}

nav[role=navigation] {
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    overflow-y: auto;
    width: 100%;
    min-width: 440px;
    max-width: 30%;
    height: 100%;
    background-color: #28387b;
}

nav[role=navigation].active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

a.nav-toggle.nav-close {
    font-size: 30px;
    position: absolute;
    z-index: 9;
    top: 40px;
    right: 40px;
    cursor: pointer;
}

nav[role=navigation] .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 40px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

nav[role=navigation] .main-nav ul.menu li:first-of-type a {
    margin-top: 0;
}

nav[role=navigation] .main-nav ul.menu li:last-of-type a {
    margin-bottom: 0;
}

nav[role=navigation].secondary-active {
    width: 100%;
    min-width: 740px;
    max-width: 50%;
}

nav[role=navigation].secondary-active .main-nav {
    width: 65%;
}

nav[role=navigation] .secondary-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 35%;
    height: 100%;
    padding: 40px;
    text-align: left;
    text-align: left;
    background-color: #385795;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

nav[role=navigation] .secondary-nav hr {
    border: none;
}

nav[role=navigation] .secondary-nav .menu-title span {
    font-weight: bold;
    display: block;
    margin-bottom: 6px;
    color: #7ba83e;
}

nav[role=navigation] .secondary-nav a {
    line-height: 24px;
}

nav[role=navigation] a {
    position: relative;
    color: white;
}

nav[role=navigation] .main-nav a {
    font-family: 'Lora', serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    position: relative;
    display: block;
    margin: 20px 0;
    text-align: center;
}

nav[role=navigation] .main-nav a:hover:after {
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    width: 50%;
    height: 2px;
    margin: 0 auto;
    content: '';
    background-color: #385795;
}

@media(max-width: 960px) {
    nav[role=navigation],
    nav[role=navigation].secondary-active {
        min-width: 100%;
        max-width: 100%;
    }

    nav[role=navigation] {
            flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    nav[role=navigation] .main-nav,
    nav[role=navigation].secondary-active .main-nav,
    nav[role=navigation] .secondary-nav {
        display: block;
        width: 100%;
        height: auto;
    }

    nav[role=navigation] .main-nav a {
        text-align: left;
    }

    nav[role=navigation] .main-nav a:hover:after {
        right: inherit;
    }

    .nav-container > .wrap {
        min-height: 80px;
    }

    .nav-container .nav-bars {
    }

    .nav-container .nav-bars span {
        display: none;
    }

    .nav-container a.header-phone {
    }

    .nav-container a.header-phone span {
        display: none;
    }

    .nav-container .logo img {
        min-height: 50px;
        max-height: 50px;
    }
}


/*! Content Area
//////////////////////////////////////////////*/

.main__content {
  overflow-x: hidden;
}

  /* Hero */

#hero {
    width: 100%;
    min-height: 50vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

body.is__device #hero {
    background-attachment: inherit;
}

.hero-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 90px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-intro .text-block h1,
.hero-intro .text-block h2,
.hero-intro .text-block h3,
.hero-intro .text-block h4,
.hero-intro .text-block h5,
.hero-intro .text-block h6,
.hero-intro .text-block span.title {
    margin-bottom: 30px;
    color: #385795;
}

.hero-intro .text-block h1:after,
.hero-intro .text-block h2:after,
.hero-intro .text-block h3:after,
.hero-intro .text-block h4:after,
.hero-intro .text-block h5:after,
.hero-intro .text-block h6:after,
.hero-intro .text-block span.title:after {
    content: none;
}

#hero.parallax {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*min-height: calc(100vh - 90px);*/
    min-height: auto;
    padding: 100px 0 90px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


#hero.parallax .miniwrap > p {
    line-height: 1.7em;
}

#hero.parallax:after {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    content: '';
    background-color: rgba(255,255,255,.4);
}

.page-template-landing-page #hero.parallax:after {
    background-color: rgb(0 0 0 / 60%);
}



.hero-container {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.hero-container h1,
.hero-container h2,
.hero-container h3,
.hero-container h4,
.hero-container h5,
.hero-container span.title {
    display: block;
    margin-bottom: 20px;
    padding-top: 20px;
}

.hero-container .hero-logo {
    max-height: 40vh;
    /*max-width: 50%; */
    margin-bottom: 30px;
}

.hero-container span.title {
    font-size: 32px;
    line-height: 40px;
    color: #000;
    /*max-width: 70%; */
}

.hero-container .slide-toggle {
    margin-top: 30px;
    cursor: pointer;
}

/* Homepage */

/* Section Styles */

section {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 100px 0;
}

section.full-height {
    min-height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-container {
    z-index: 1;
}

section.parallax {
    color: white;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

body.is__device section.parallax {
    background-attachment: inherit;
}

section.parallax:after {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0,0,0,.3);
}

section.parallax h1,
section.parallax h2,
section.parallax h3,
section.parallax h4,
section.parallax h5,
section.parallax h6,
section.parallax span.title {
    color: white;
}

section.left .text-block,
section.right .text-block {
    width: 50%;
}

section.left .text-block {
    float: left;
}

section.right .text-block {
    float: right;
}

section.generic.left .text-block,
section.generic.right .text-block {
    float: none;
    width: 100%;
}

section.card.unbg-img .section-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

section.card:nth-child(n) {
    background-color: #f4f4f2;
}

section.card:nth-child(2n) {
    background-color: #dee6f6;
}

section.card .section-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    background-color: white;
}

section.card .section-container.wrap {
    padding: 0;
}

section.card.right .section-container {
        flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
}

section.card .text-block {
    padding: 50px;
}

section.card.right .text-block h1:after,
section.card.right .text-block h2:after,
section.card.right .text-block h3:after,
section.card.right .text-block h4:after,
section.card.right .text-block h5:after,
section.card.right .text-block h6:after,
section.card.right .text-block span.title:after {
    left: 0;
}

section.card .card-image {
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

section.card .card-number {
    font-family: 'Lora', serif;
    font-size: 250px;
    font-weight: 600;
    line-height: 250px;
    position: absolute;
    top: 20px;
    right: 97%;
    color: #385795;
}

section.card.right .card-number {
    right: inherit;
    left: 97%;
}

section.generic:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 92%;
    max-width: 1280px;
    height: 1px;
    margin: 0 auto;
    content: '';
    background-color: lightgrey;
}

section.intro:before {
    content: none;
}

@media (max-width: 1400px) {
    section.card .card-number {
        font-size: 36px;
        line-height: 36px;
        position: relative;
        top: inherit;
        right: inherit;
        left: inherit;
        margin-top: 53px;
        padding: 0 20px;
        text-align: center;
    }

    section.card.right .card-number {
        right: inherit;
        left: inherit;
    }

    section.card.numbers .text-block {
        padding-left: 0;
    }

    section.card.right .text-block {
        padding-right: 0;
        padding-left: 50px;
    }
}

@media (max-width: 960px) {
    .hero-intro {
        padding: 45px 0;
    }

    section {
        padding: 45px 0;
    }

    section.parallax:after {
        background-color: rgba(0,0,0,.4);
    }

    section.card {
    }

    section.card .section-container {
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    section.card.right .section-container {
            flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    section.card.numbers .text-block {
        padding-left: 30px;
    }

    section.card.right.numbers .text-block {
        padding-right: 30px;
    }

    section.card .text-block {
        padding: 30px;
    }

    section.card.right .text-block {
        padding: 30px;
    }

    section.card .card-image {
        width: 100%;
        height: 600px;
    }

    section.card .card-image-wrapper {
        height: auto;
    }

    section.card .card-number {
        margin-top: 0;
        padding: 10px;

        color: white;
        background-color: #385795;
    }

    section.left .text-block,
    section.right .text-block {
        width: 100%;
    }
}


/* GForm Styles */

.gform_wrapper .gform_body li {
    padding: 0 !important;
}

body .gform_wrapper .gform_body input,
body .gform_wrapper .gform_body textarea,
body .gform_wrapper .gform_body select {
    height: 47px;
    margin: 0 !important;
    padding: 15px !important;
    border: none;
    border-radius: 5px;
}

body .gform_wrapper .gform_body input[type='checkbox'],
body .gform_wrapper .gform_body input[type='radio'] {
    height: auto;
}

body .gform_wrapper .gform_body input.datepicker {
    width: 100%;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}

body .gform_wrapper .gform_footer input[type=submit] {
    font-family: 'Open Sans', sans-serif;
    margin-top: 0;
    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
    border: none;
}

body .gform_wrapper .gform_body textarea.large {
    max-height: 250px !important;
	min-height: 120px;
}

.section__instagram-feed {
    display: block;
    padding: 100px 0;
    background-color: #f4f4f2;
}

.section__instagram-feed .title {
    display: block;
    margin-bottom: 30px;
    text-align: center;
}

.hero-intro .yt-feed {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
}

.hero-intro .text-block {
    width: 100%;
}

.page-template-landing-page .hero-container span.title {
    color: #fff;
}

.section__google-map {
    padding: 0;
}

.section__google-map > iframe {
    display: block;

    width: 100%;
    margin: 0 auto;
}

.page-template-landing-page .nav-container a.header-phone {
    margin: 0;
}

.yt-feed {
	margin-bottom: 100px;
}
    
.podcast-wrap {
    display: block;
    padding: 0 20px;
}

.page-id-295 .text-block {
    text-align: left;
}

.registration-form_wrapper {
    display: block;
    width: 100%;
    max-width: 950px;
    margin: 40px auto 0;
    padding: 50px 50px 30px;
    text-align: left;
    background-color: #dee6f6;
    -webkit-box-shadow: 20px 20px 20px -15px rgb(0 0 0 / 30%);
            box-shadow: 20px 20px 20px -15px rgb(0 0 0 / 30%);
}

.registration-form_wrapper .gform_fields {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: auto !important;
    margin: -10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-column-gap: 0 !important;
    grid-row-gap: 0 !important;
}

.registration-form_wrapper .gform_fields > .gfield {
    display: block;
    margin-bottom: 25px;
    padding: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
}

.registration-form_wrapper .gform_fields > .gfield.col-2 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
}

.registration-form_wrapper .gform_fields > .gfield.col-3 {
    width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
}

.page-template-landing-page .nav-container > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.page-template-landing-page  .nav-container .header-tagline {
    margin: 0;
}

section.card.full .text-block,
.gpa-requirements-table {
    width: 100%;
}

.gpa-requirements-table tr th {
    padding: 10px;
    text-align: left;
    background-color: #dee6f6;
}

.gpa-requirements-table tr td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #e7e7e7;
}

.archive__wrap .blog__post > a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    background-color: #fff;
}

.archive__wrap .blog__post > a > .overlay {
    position: absolute;
    z-index: 100;
    top: 50%;
    right: 10%;
    bottom: auto;
    left: 10%;
    padding: 20px 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    background: rgba(255,255,255, .9);
}

.archive__wrap .blog__post .post-title {
    font-size: 28px;
    line-height: 1.2em;
    display: block;
    margin-bottom: 10px;
    color: #222;
}

.archive__wrap .blog__post .post-cat {
    font-size: 14px;
    display: block;
    color: #28387b;
}

.main__blog {
    position: relative;
    z-index: 0;
    display: block;
}

.main__blog .archive__hero {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 25vw;
	padding-top: 90px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main__blog .archive__hero .hero--title {
    font-size: 55px;
    line-height: 1em;
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
}

.main__blog .archive__hero:before {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    background-color: rgb(0 0 0 / 50%);
}

.main__blog .blog__categories {
    display: block;
    text-align: center;
    background-color: #385795;
}

.main__blog .blog__categories .blog-cat-trigger {
    display: none;
}

.main__blog .blog__categories .blog-cats {
    display: block;
    list-style: none;
    text-align: center;
}

.main__blog .blog__categories .blog-cats li {
    font-size: 1.10em;
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
    text-align: center;
}

.main__blog .blog__categories .blog-cats li a {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3em;
    display: inline-block;
    padding: 15px 15px 12px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    background-color: transparent;
}

.main__blog .blog__categories .blog-cats li a:hover {
    color: #222;
    background-color: #dee6f6;
}

.main__blog > .main__content {
    display: block;
    padding: 50px 0 100px;
}

.archive__wrap .blog__post > a:hover img {
    opacity: .65;
}

.archive__wrap .blog__post > a img {
    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
}

.single__post .hero {
    display: block;
    min-height: 320px;
    height: 25vw;;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.single__post .blog__grids {
    display: block;
    padding: 100px 0;
}

.single__post .content-wrap {
    display: block;
    padding-top: 40px;
}

.single__post .content-wrap p {
    line-height: 1.7em;
    display: block;
    margin-bottom: 40px;
}

.single__post ul, 
.single__post ol {
    padding-left: 40px;
    margin-bottom: 40px;
}

.single__post .content-wrap p:last-child {
    margin-bottom: 0;
}

.single__post .content-wrap h1,
.single__post .content-wrap h2,
.single__post .content-wrap h3,
.single__post .content-wrap h4,
.single__post .content-wrap h5,
.single__post .content-wrap .title {
    display: block;
    margin-bottom: 20px;
    padding-top: 0;
}

.single__post .content-wrap h2 {
    font-size: 32px;
}

.single__post .content-wrap h3 {
    font-size: 28px;
}

.single__post .content-wrap h4,
.single__post .content-wrap h5 {
    font-size: 24px;
}

.single__post #breadcrumbs a {
    color: #385795;
}

.single__post #breadcrumbs {
    font-size: 15px;
    display: block;
    margin-bottom: 15px;
}

.single__post .sidebar__inner {
    position: sticky;
    top: 120px;
    display: block;
    padding: 30px 30px 10px;
    background-color: #dee6f6;
}

.single__post .sidebar__inner .title {
    font-size: 24px;
    display: block;
}

.single__post .sidebar__inner .gform_body textarea {
    height: 100px;
}

.single__post .sidebar__inner .gform_footer {
    margin-top: 0;
}

.single__post .sidebar__inner .gform_footer input[type=submit] {
    display: block;
    width: 100%;
}

.single__post .main__content {
    overflow-x: unset;
}

.single__post .blog__grids .wrap > .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.related__posts {
    display: block;
    padding: 100px 0;
    background-color: #f4f4f2;
}

.single__post .blog-title {
    position: relative;
    z-index: 0;
    display: block;
    color: #385795;
}

.related__posts .title {
    display: block;
    margin-bottom: 35px;
}

.related__posts .title:after {
    display: block;
    width: 120px;
    height: 2px;
    margin-top: 20px;
    content: '';
    background-color: #385795;
}

.related__posts .related {
    position: relative;
    z-index: 0;
    display: block;
    overflow: hidden;
}

.related__posts .related .related__posts__content {
    display: block;
    padding: 20px;
    text-align: center;
    background-color: #385795;
}

.related__posts .related .related__posts__content span {
    font-family: 'Lora', serif;
    font-size: 20px;
    font-weight: 600;
    display: block;
    color: #fff;
}

.related__posts .related .read__more {
    font-family: 'Lora',sans-serif;
    font-size: 25px;
    font-weight: 700;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 0;
    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
    text-align: center;
    color: #fff;
    background-color: hsl(220deg 45% 40% / 75%);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.related__posts .related:hover .read__more {
    height: 100%;
}

.cta__row {
    position: relative;
    z-index: 0;
    display: block;
    padding: 100px 0;
    background-color: #dee6f6;
}

.cta__row .grid-25 {
    display: block;
    width: 25%;
    margin-right: 0;
    margin-bottom: 0;
    padding: 10px;
}

.cta__row .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.cta__row .inner-content {
    position: relative;
    display: block;
    overflow: hidden;
    height: 100%;
    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
    border-bottom: 4px solid #385795;
    border-radius: 10px;
    background-color: #fff;
}

.cta__row .content-wrap {
	padding: 20px;
}

.cta__row .inner-content:hover {
	border-color: #222;
}

.cta__row .inner-content .link-overlay {
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
}

.cta__row .inner-content .cta-title {
    font-family: 'Lora', serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5em;
    display: block;
    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
    margin-bottom: 15px;
    color: #385795;
}

.cta__row .inner-content:hover .cta-title {
	color: #222;
}

.cta__row .inner-content .cta-desc {
    font-size: 16px;
    line-height: 1.6em;
    display: block;
    margin-bottom: 25px;
}

.cta__row .inner-content .link {
    font-size: 15px;
    position: relative;
    z-index: 0;
    display: inline-block;
    color: #385795;
}

.cta__row .inner-content .link > i {
    font-size: 70%;
    position: relative;
    z-index: 0;
    top: -1px;
    right: 0;
    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
}

.cta__row .inner-content:hover .link > i {
    right: -10px;
}

.blog__section {
    display: block;
    padding: 100px 0;
    text-align: center;
}

.blog__section .title {
    display: inline-block;
    margin-bottom: 30px;
}

section .anchor-link {
    position: absolute;
    top: -90px;
}

.lp-welcome-section h1:after,
.lp-welcome-section h2:after,
.lp-welcome-section h3:after,
.lp-welcome-section h4:after,
.lp-welcome-section span.title:after {
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}

.lp-welcome-section {
	text-align: center;
}

.events__section {
    display: block;
    text-align: center;
}

.events__section .title {
    display: block;
    margin-bottom: 35px;
}

.upcoming-events .event-column {
    margin: 0;
    padding: 10px;
    width: 50%;
}

.upcoming-events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.upcoming-events .event-column .event-wrapper {
    display: block;
    padding: 40px;
    background-color: #dee6f6;
    text-align: left;
    border-bottom: 4px solid #385795;
    border-radius: 10px;
    height: 100%;
}

.upcoming-events .event-date {
    font-family: 'Lora', serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5em;
    display: block;
    margin-bottom: 15px;
    color: #385795;
}

.upcoming-events .event-title {
    display: block;
    margin-bottom: 30px;
    line-height: 1.6em;
}

.upcoming-events .event-time {
    font-size: 14px;
    line-height: 1.2em;
    position: relative;
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

.upcoming-events .event-location {
    font-size: 14px;
    line-height: 1.2em;
    position: relative;
    display: block;
    padding-left: 20px;
}

.upcoming-events .event-time:before {
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    margin-right: 5px;
    content: '\f017';
}

.upcoming-events .event-location:before {
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    margin-right: 5px;
    content: '\f041';
}

.home #hero.parallax .hero-container {
    margin-top: 15vw;
}

.home #hero.parallax:after {
    background-color: rgb(255 255 255 / 20%);
}

.home #hero.parallax:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    opacity: .9;
    background: rgb(255,255,255);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,1)), to(rgba(255,255,255,0)));
    background: -o-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background:    linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.page-template-landing-page nav[role=navigation].secondary-active .main-nav {
	width: 100%;
}

.page-template-landing-page #hero {
    min-height: 80vh;
}

.home #hero.parallax  .hero-logo {
    max-height: 300px;
}

.home #hero.parallax .centered {
    font-size: 30px;
}

#hero.parallax .miniwrap > p {
    margin-bottom: 15px;
}

#hero.parallax .miniwrap > p:last-child {
    margin-bottom: 0;
}

.parallax-video {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
}

.parallax-video video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

main {
    position: relative;
    z-index: 0;
}

.upcoming-events .download-link {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
    display: block;
    margin-top: 30px;
    padding: 10px 15px;
    text-align: center;
    color: #385795;
    border: 2px solid #385795;
    border-radius: 3px;
    background-color: transparent;
}

.upcoming-events .download-link:hover {
    color: #fff;
    background-color: #385795;
}

.page-id-288 #hero {
    background-attachment: unset;
}

section.card .text-block .group br {
    display: none;
}

.centered {
	text-align: center;
}

@media only screen and (max-width:960px){
	nav[role=navigation] .main-nav a {
		font-size: 28px;
		line-height: 1.2em;
	}
	
	.main__blog .archive__hero .hero--title {
		font-size: 35px;
	}

	.main__blog .archive__hero {
		padding: 50px 0;
	}
	
	.main__blog .archive__hero {
		padding: 130px 0 50px;
		min-height: 320px;
	}

	.archive__wrap .blog__post .post-title {
		font-size: 20px;
	}

	.archive__wrap .blog__post .post-cat {
		font-size: 13px;
	}
	
	.cta__row .grid-25 {
		width: 50%;
	}
	
	.upcoming-events .event-column .event-wrapper {
		padding: 20px;
	}

	.upcoming-events .event-date {
		font-size: 20px;
	}

	.upcoming-events .event-title {
		font-size: 16px;
	}

	.upcoming-events .event-time {
		font-size: 13px;
	}

	.upcoming-events .event-location {
		font-size: 13px;
	}
}

@media only screen and (max-width:767px){
    .registration-form_wrapper .gform_fields > .gfield.col-2,
    .registration-form_wrapper .gform_fields > .gfield.col-3 {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }

    .registration-form_wrapper .gform_fields > .gfield {
        margin-bottom: 15px;
    }

    .hero-container .hero-logo {
        max-height: 140px;
    }

    #hero.parallax,
    .section__instagram-feed,
	.single__post .main__content,
	.related__posts,
	.cta__row,
	.blog__section {
        padding: 70px 0;
    }

    section {
        padding: 70px 0;
    }

    .nav-container .header-tagline {
        font-size: 17px;
    }
	
	.related__posts .title, 
	.single__post .blog-title {
		font-size: 32px;
	}
	
	.single__post .main__content .grid-4 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}
	
	.single__post .main__content .grid-2 {
		width: 100%;
		margin-bottom: 0;
	}
	
	.related__posts .related .related__posts__content span {
		font-size: 16px;
	}
	
	.related__posts {
		padding-top: 55px;
	}

	.upcoming-events .event-column {
		width: 100%;
	}
	
	.home #hero.parallax .hero-container {
		margin-top: 30vw;
	}
	
	.home #hero.parallax {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	
	.page-template-landing-page #hero {
		min-height: 70vh;
	}
}

@media only screen and (max-width:641px){
	.main__blog .archive__hero {
		padding: 130px 0 50px;
		min-height: 320px;
	}

	.archive__wrap .blog__post .post-title {
		font-size: 20px;
	}

	.archive__wrap .blog__post .post-cat {
		font-size: 13px;
	}
	
	.archive__wrap .blog__post {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}
	
	.main__blog .archive__hero .hero--title {
		font-size: 28px;
	}
	
	.main__blog .blog__categories .blog-cats {
		display: none;
	}

	.main__blog .blog__categories .blog-cat-trigger {
		font-size: 15px;
		display: block;
		margin-bottom: 0;
		padding: 1em .75em .85em;
		text-transform: uppercase;
		color: #fff;
		font-family: 'Lora', serif;
	}
	
	.main__blog .blog__categories .blog-cats li {
		display: block;
		width: 100%;
	}

	.main__blog .blog__categories .blog-cats li a {
		display: block;
		border-bottom: 1px solid #48649d;
	}
	
	.related__posts .related {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.related__posts .related:last-child {
		margin-bottom: 0;
	}
	
	.related__posts .related .read__more {
		font-size: 20px;
	}
}

@media only screen and (max-width:480px){
    .registration-form_wrapper {
        padding: 40px 20px 20px;
    }

    .nav-container .header-tagline {
        display: none;
    }
	
	.hero-container h1,
	.hero-container h2,
	.hero-container h3,
	.hero-container h4,
	.hero-container h5,
	.hero-container span.title {
		font-size: 28px;
		line-height: 1.2em;
		padding-top: 0;
	}

	.hero-container .hero-logo {
		max-height: 100px;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	span.title {
		font-size: 28px;
	}

	.text-block p {
		font-size: 17px;
		line-height: 32px;
		margin-top: 30px;
	}

	section.right .text-block p,
	section.right .text-block h1,
	section.right .text-block h2,
	section.right .text-block h3,
	section.right .text-block h4,
	section.right .text-block h5,
	section.right .text-block span.title {
		text-align: left !important;
	}

	section.right .text-block h1:after,
	section.right .text-block h2:after,
	section.right .text-block h3:after,
	section.right .text-block h4:after,
	section.right .text-block h5:after,
	section.right .text-block h6:after,
	section.right .text-block span.title:after {
		right: auto;
	}

	section.right .text-block .button {
		float: none;
	}

	.text-block h1:after,
	.text-block h2:after,
	.text-block h3:after,
	.text-block h4:after,
	.text-block h5:after,
	.text-block h6:after,
	.text-block span.title:after {
		margin-top: 15px;
	}
	
	.cta__row .grid-25 {
		width: 100%;
	}

}

/*! Footer
//////////////////////////////////////////////*/

footer[role=contentinfo] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 80px;
    text-align: center;
    color: #898989;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer[role=contentinfo] p {
    float: left;
}

footer[role=contentinfo] .social-icons {
    float: right;
}

footer[role=contentinfo] span.pipe {
    display: inline-block;
    width: 2px;
    height: 100%;
    height: 17px;
    margin-right: 5px;
    margin-bottom: -3px;
    margin-left: 5px;
    background-color: #385795;
}

footer[role=contentinfo] span.dot:after {
    font-size: 26px;
    position: relative;
    top: -4px;
    left: 4px;
    display: inline-block;
    margin-right: 2px;
    margin-left: 2px;
    content: '.';
    color: #898989;
}

footer[role=contentinfo] a {
    color: #898989;
}

footer[role=contentinfo] a.social-icon {
    font-size: 30px;
    margin-left: 20px;
    color: #385795;
}

@media (max-width: 1200px) {
    footer[role=contentinfo] p {
        float: none;
        width: 100%;
    }

    footer[role=contentinfo] .social-icons {
        display: table;
        float: none;
        margin: 0 auto;
        margin-top: 5px;
    }
}

@media (max-width: 740px) {
    footer[role=contentinfo] p {
        line-height: 30px;
    }
}

.yt-feed .sb_youtube .sby_thumbnail_hover {
    top: auto !important;
    bottom: 0 !important;
    background-color: rgb(66 140 209 / 60%) !important;
    opacity: 1 !important;
}

.yt-feed .sb_youtube .sby_thumbnail_hover .sby_video_title {
    display: block !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.yt-feed .sb_youtube .sby_play_btn svg {
    color: #f00 !important;
}



/*footer[role=contentinfo] span.pipe, footer[role-contentinfo] span.bar {
  display: none;
}*/



/*!////////////////////////////////////////////////
// STATES
/////////////////////////////////////////////////*/

/*! ==========================================================================
// Clearfix
// =========================================================================*/
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1; }

input[type="text"] {
    border: 1px solid black;
}

input[type="email"] {
    border:1px solid black;
}

textarea {
    border:1px solid black;
}

/*! ==========================================================================
// Print styles
// =========================================================================*/
@media print {
    * {
        color: black !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: ' (' attr(href) ')';
    }

    abbr[title]:after {
        content: ' (' attr(title) ')';
    }

    .ir a:after,
    a[href^='javascript:']:after,
    a[href^='#']:after {
        content: '';
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: .5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

