/*!
Theme Name: Wings Gymnastics
Theme URI: http://underscores.me/
Author: Joshua Sopko
Author URI: http://www.weblaboratory.com
Description: A custom WordPress Theme for Wings Gymnastics
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wings_gym
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Wings Gymnastics is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

ol,
ul {
    margin-bottom: 30px;
}

.lists>ul {
    margin-left: 30px;
}

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

.form-control {
    height: 45px;
    border-color: #555;
}

textarea.form-control {
    min-height: 175px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/* Reset Bootstrap Nav Styles */

header .pre-nav {
    background-color: #004B74;
    padding: 1em;
    padding-top: 18px !important;
    color: #fff;
    max-height: 60px;
    font-size: 12px;
    font-weight: 700;
}

header .pre-nav a,
footer a {
    color: #fff;
    transition: .2s all;
}

header .pre-nav a:hover,
header .pre-nav a:active,
header .pre-nav a:focus,
footer a:hover,
footer a:active,
footer a:focus {
    color: #F6BE00;
    text-decoration: none;
}

header .pre-nav i,
footer i {
    font-size: 20px;
    vertical-align: middle;
    margin-left: 10px;
}

.navbar-default {
    position: absolute;
    background-color: rgba(255, 255, 255, .70);
    border-color: transparent;
    width: 100%;
    z-index: 1;
}

.navbar {
    border-radius: 0;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:active,
.dropdown-menu>li>a:focus {
    color: #0081C6;
}

ul.dropdown-menu.location-navigation {
    top: 32px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    display: inline-block;
    color: #004B74;
    border-bottom: 4px solid #F6BE00;
    background-color: transparent;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-brand {
    height: inherit;
}

.navbar-brand img {
    width: 170px;
}

.navbar-default .navbar-nav>li>a,
.dropdown-menu>li>a {
    color: #004B74;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    transition: .2s all;
}

.navbar-toggle {
    margin-top: 30px;
    margin-right: 25px;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-toggle .icon-bar {
    width: 46px;
    height: 3px;
    border-radius: 2px;
}

.icon-bar.first {
    width: 30px;
}

.icon-bar.second {
    width: 38px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #004B74
}

/* Dropdown Styles */

#mainNav .dropdown-menu>.active>a,
#mainNav .dropdown-menu>.active>a:focus,
#mainNav .dropdown-menu>.active>a:hover,
#mainNav .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
#mainNav .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
#mainNav .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #004B74;
    background-color: transparent;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

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

/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    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;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.post-thumbnail img {
    max-width: 95%;
    margin: auto;
    height: auto;
}

h1.entry-title {
    color: #0582C0;
    font-size: 28px;
    font-weight: 800;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# 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;
}

/* WP Nav Reset
=============== */

.admin-bar .navbar-fixed-top {
    margin-top: 30px;
}

@media (max-width: 800px) {
    .admin-bar .navbar-fixed-top {
        margin-top: 46px;
    }
}

/* General Styles 
================= */

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    transition: .2s all;
}

a:hover {
    text-decoration: none;
    cursor: pointer !important;
}

h2.strong,
h4.strong {
    color: #0081C6;
    font-weight: 800;
}

h2 {
    font-size: 24px;
}

h4,
h3 {
    font-size: 28px;
}

h3 {
    font-weight: 700;
}

/* Helper Styles */

.hoboFont {
    font-family: 'Hobo Std', sans-serif;
    font-weight: 500;
    font-style: normal;
}

.spacer-10 {
    display: block;
    height: 10px;
}

.spacer-15 {
    display: block;
    height: 15px;
}

.spacer-25 {
    display: block;
    height: 25px;
}

.spacer-50 {
    display: block;
    height: 50px;
}

.spacer-75 {
    display: block;
    height: 75px;
}

.margR-15 {
    margin-right: 15px;
}

.mtop-15 {
    display: inline-block;
    margin-top: 15px;
}

.spacer-100 {
    display: block;
    height: 100px;
}

.mobHide {
    display: none;
}

.deskHide {
    display: block;
}

.white {
    color: #fff;
}

.yellow {
    /* color: #FFC222; */
    color: #F6BE00;
}

.blue {
    color: #0081C6;
}

.dk-blue {
    color: #004B74;
}

p.txt-lg {
    font-size: 20px;
    font-weight: 700;
}

p.list-title {
    font-weight: 700;
    font-size: 20px;
}

img.center {
    margin: auto !important;
}

.img-center {
    margin: auto !important;
}

img.givingWings {
    max-width: 300px;
}

p.navbar-title {
    color: #024D74;
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
}

a.lt-hvr img {
    opacity: 1;
}

a.lt-hvr:hover img {
    opacity: .5;
    transition: .2s all ease-in-out;
}

.round-corner {
    border-radius: 16px;
    overflow: hidden;
}

.wings-main-btn {
    background-color: #014C74;
}

.wings-west-btn {
    background-color: #FFC121;
}

.caps {
    text-transform: uppercase;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(20, 20, 20, .5);
    width: 100%;
    height: 100%;
    display: block;
}

.circle-overlay {
    position: absolute;
    top: -25px;
    left: calc(50% - 125px);
    background-color: rgba(20, 20, 20, .3);
    width: 250px;
    height: 250px;
    border-radius: 100%;
    display: block;
    margin: 25px auto;
}

/* Image Styles */

.dual-image-wrapper {
    position: relative;
    min-height: 600px;
}

/* Text Styles */

p {
    line-height: 26px;
}

blockquote {
    border-left: 5px solid #004B74;
}

/* Section Styles */

section {
    padding: 2em 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

section.grey {
    background-color: #F0F0F0;
}

#policies h4 {
    color: #0081C6;
    font-weight: 800;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
}

div.grey {
    background-color: #F0F0F0;
    width: 110%;
    margin-left: -15px;
}

#HomeMain {
    position: relative;
    height: 68vh;
}

.LandingHero {
    background-color: #014C74;
    height: 10vh !important;
}

.LandingHero h1 {
    /* line-height: 1.6em; */
    /* font-size: 50px!important; */
    margin-top: 3.2em;
}

h1.land-strong {
    font-weight: 700;
}

.LandingHero p {
    color: #FFC121;
    font-size: 16px;
}

.heroHeader {
    background-color: #014C74;
}

#soaringFeatures {
    /* margin-top: -2em; */
    margin-bottom: -35px;
}

section.newsletter {
    background-color: #004B74;
}

section.footerQuote p {
    padding: 2em 0;
    font-size: 30px;
    color: #fff;
    font-family: 'Affectionately Yours', Arial, sans-serif;
}

footer .dropdown {
    float: right;
    margin-top: -40px;
}

header .dropdown.dropdown-2 {
    margin-top: -8px;
    font-size: 15px;
}

footer .dropdown button,
header .dropdown button {
    background-color: #F6BE00;
    padding: 6px 25px;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    color: #004B74;
    text-align: center;
    font-weight: 600;
}

footer .dropdown .dropdown-menu,
header .dropdown .dropdown-menu {
    width: 100%;
    text-align: right;
}

.LandingHero .opaque-wrapper {
    padding-top: .5em;
    padding-bottom: .5em;
}

.opaque-wrapper {
    background: rgba(20, 20, 20, .67);
    border-radius: 12px;
    padding: 2.2em 2em;
    margin-top: 120px;
    color: #fff;
}

.opaque-wrapper h1 {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 25px;
}

.opaque-wrapper h1.small {
    margin-top: -10px;
    color: #F6BE00;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
}

.internalHeader {
    padding-top: 9em;
    min-height: 66vh;
    position: relative;
    display: flex;
    align-items: center;
}

.internalHeader p.lead {
    width: 80%;
    margin: 20px auto;
}

.opaque-wrapper-internal {
    background-color: rgba(0, 0, 0, .6);
    display: inline-block;
    margin: auto;
    padding: 10px 35px 25px;
    border-radius: 8px;
    width: 100%;
}

.opaque-wrapper-internal h1 {
    font-size: 30px;
    font-weight: 800;
}

.opaque-wrapper-internal p {
    font-size: 20px;
}

section.donate h4 {
    color: #0081C6;
}

.wpedon_paypalbuttonimage {
    width: 210px;
}

/* Button Styles */

.btn {
    padding: 15px 25px;
    border-radius: 8px;
    font-weight: 800;
    transition: .2s all ease-in-out;
}

.btn-group.open .dropdown-toggle {
    box-shadow: 0, 0, 0, .0;
}

.btn-group .dropdown-menu {
    right: 0px;
    left: inherit;
}

.register-btn {
    display: inline-block;
    background-color: #F6BE00;
    margin-top: -7px;
    padding: 6px 25px;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    color: #004B74;
    text-align: center;
    transition: .2s all ease-in-out;
}

.register-btn:hover {
    background-color: #E5AF1F;
    color: #fff;
}

.register-btn-alt {
    background-color: #0081C6 !important;
    color: #fff !important;
}

.register-btn-alt:hover {
    background-color: #F6BE00 !important;
    color: #fff !important;
}

.btn.blueBtn {
    background-color: #0081C6;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.btn.blueBtn:hover,
.btn.blueBtn:active,
.btn.blueBtn:focus {
    background-color: #004B74;
}

button.btn.blueBtn {
    width: 180px;
}

#text {
    display: none;
}

button.btn.blueBtn:active,
button.btn.blueBtn:focus {
    background-color: #0081C6;
}

.btn.yellowBtn {
    display: block;
    color: #004B74;
    background-color: #F6BE00;
    margin-bottom: 15px;
    font-size: 18px;
}

.btn.yellowBtn:hover,
.btn.yellowBtn:active,
.btn.yellowBtn:focus {
    background-color: #D39900;
}

.btnBlock {
    display: block;
}

.btnPad {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
}

.opaque-wrapper a.white {
    border-bottom: 1px solid #fff;
    font-size: 18px;
}

.opaque-wrapper a.white:hover {
    color: #F6BE00;
    text-decoration: none;
    border-bottom: 1px solid #F6BE00;
}

.classBtn-wrapper {
    position: relative;
    margin-bottom: 25px;
    transition: .2s all;
    min-height: 200px;
}

.classBtn-wrapper.special {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 100px;
    margin-bottom: 8px;
    transition: .2s all ease-in-out;
}

img.logo-icon {
    height: 50px !important;
    width: 50px !important;
    float: right;
    margin-top: 5px;
}

.classBtn-wrapper.noPos img {
    position: relative !important;
    max-height: 300px;
}

.classBtn-wrapper img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.classBtn-wrapper p {
    padding: 0 35px;
}

.circleBtn {
    position: relative;
    margin: 25px auto;
    text-align: center;
    transition: .2s all;
    /* width: 0px; */
}

.circleBtn.landing {
    width: 0px;
}

.circleBtn img {
    width: 100%;
    height: auto;
    max-height: 300px;
    max-width: 300px;
    border-radius: 100%;
    box-shadow: 1px 3px 10px rgba(20, 20, 20, .4);
}

.circleBtn p,
.landingCircle p {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.circleBtn:hover {
    transition: .2s all;
    opacity: .8;
}

.landingCircle {
    border-radius: 50%;
    background-size: cover;
    margin: auto;
    height: 300px;
    width: 300px;
}

.txt-bkg {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: .8em 0;
    text-align: center;
    background-color: rgba(15, 15, 15, .6);
    border-radius: 0 0 8px 8px;
}

.txt-bkg.abs {
    left: 0;
}

.txt-bkg p {
    color: #F6BE00;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 15px;
}

.box-bkg {
    width: 100%;
    height: 245px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    ;
    background-color: rgba(20, 20, 20, .5);
    border-radius: 6px;
    transition: .2s all ease-in-out;
}

.special:hover .box-bkg {
    opacity: .75;
    transition: .2s all ease-in-out;
}

.class-wrapper-main {
    background-color: #014C74;
    color: #FFC022;
    padding: 20px 10px;
    width: 100%;
    border-radius: 6px;
    font-weight: 700;
    transition: .2s all ease-in-out;
    margin-bottom: 5px;
}

.class-wrapper-main:hover,
.class-wrapper-main:active,
.class-wrapper-main:focus {
    background-color: #0E2837;
    box-shadow: 3px 3px 7px rgba(50, 50, 50, .2);
    color: #fff;
}

.class-wrapper-main.wings-west {
    background-color: #FFC022;
    color: #014C74;
}

.class-wrapper-main.wings-west:hover,
.class-wrapper-main.wings-west:active,
.class-wrapper-main.wings-west:focus {
    background-color: #6F561C;
    color: #fff;
}

.col-sm-4.slim {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.classBtn-wrapper:hover img {
    transition: .2s all;
    opacity: .8;
}

.classBtn-wrapper:hover p {
    transition: .2s all;
    color: #fff;
}

.card-wrapper {
    display: block;
    position: relative;
    margin-bottom: 35px;
    min-height: 315px;
    box-shadow: 1px 3px 15px rgba(20, 20, 20, .3);
    border: 1px solid rgba(30, 30, 30, .1);
    border-radius: 12px;
    transition: .1s all;
}

p.card-title {
    padding-top: 1.1em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
}

.card-header {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 130px;
    border-radius: 12px 12px 0 0;
    transition: .1s all;
}

.see-class {
    position: absolute;
    bottom: -2px;
    background: #DEDEDE;
    width: 100%;
    padding: 1em;
}

.see-class p {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
}

.card-wrapper:hover {
    box-shadow: 0px 1px 5px rgba(20, 20, 20, .6);
}

.card-wrapper:hover .card-header {
    opacity: .8;
}

.ghost {
    margin-top: 20px;
    color: #0081C6;
    background-color: #fff;
    font-size: 20px;
    border: 2px solid #0081C6;
    border-radius: 8px;
    padding: 16px 2em;
}

.ghost:hover,
.ghost:active,
.ghost:focus {
    background-color: #0081C6;
    color: #fff;
}

/* horizontal Rules Styles */

hr.yellow {
    border-top: 4px solid #F6BE00;
    width: 120px;
    margin: 30px auto;
}

.classes-sidebar hr {
    border-top: 1px solid #efefef;
}

#classes-wrap img.center {
    margin: 30px auto !important;
    display: block;
}

/* Values and Vision Button Styles */

.statement-wrapper {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    padding: 2.3em 3em 4.5em;
    min-height: 400px;
    max-height: 450px;
    color: #fff;
    background-color: #ccc;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #fff;
    transition: .2s all;
}

.statement-wrapper button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 260px;
}

.content-wrapper {
    position: relative;
}

.statement-wrapper h3 {
    font-weight: 700;
    font-size: 30px;
}

.statement-wrapper p {
    color: #fff;
}

.statement-wrapper:hover {
    transition: .2s all;
    opacity: .8;
}

/* Carousel Styles */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    margin: auto;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators li {
    border-color: #0081C6;
}

.carousel-indicators .active {
    background-color: #0081C6;
}

.testimonial-image {
    height: 200px;
    width: 200px;
    border-radius: 100%;
    border: 2px solid #004B74;
    background-color: #999;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 10px auto;
    box-shadow: 1px 3px 10px rgba(20, 20, 20, .4);
}

/* Blog Layout */

.ftr-bkg {
    width: 100%;
    min-height: 400px;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
}

.widget ul {
    list-style: none;
}

/* Classes Template Styles */

.classes-sidebar,
.sidebar-wrapper {
    position: relative;
    color: #fff;
    background-color: #004B74;
    padding: 1em 1.2em;
    font-size: 17px;
    border-radius: 12px;
    box-shadow: 1px 3px 15px rgba(20, 20, 20, .3);
}

.classes-sidebar .panel {
    background-color: transparent;
    margin-bottom: 0;
    width: 95%;
}

.classes-sidebar hr,
.sidebar-wrapper {
    position: absolute;
    display: block;
    margin: 20px auto;
    width: 100%;
    top: 40px;
    left: 0;
    border-top-color: #F6BE00;
}

.sidebar-wrapper {
    position: relative;
}

li.panel ul {
    padding-left: 25px;
}

.classes-sidebar h4,
.sidebar-wrapper {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}


.classes-sidebar a,
.sidebar-wrapper a {
    font-weight: 400;
    color: #fff;
    /*    border-bottom: 1px solid #fff;*/
    transition: .2s all;
}

.sidebar-wrapper a {
    margin-bottom: 9px;
}

.classes-sidebar li {
    border-bottom: 1px solid #fff;
}

.classes-sidebar a:last-child,
.classes-sidebar li:last-child,
ul.collapse li {
    border-bottom: none;
}

.sidebar-wrapper a {
    margin-left: 30px;
    display: inline-block;
    text-decoration: none !important;
    border-bottom: none !important;
}

.classes-sidebar a:hover,
.classes-sidebar a:active,
.classes-sidebar a:focus,
.sidebar-wrapper a:hover,
.sidebar-wrapper a:active,
.sidebar-wrapper a:focus {
    color: #F6BE00;
    border-bottom-color: #F6BE00;
}

.class-info {
    padding: 2em;
}

.class-info h3 {
    color: #004B74;
    margin-top: 0;
}

.class-info img.drop {
    border-radius: 6px;
    margin: 35px 0 20px;
    box-shadow: 1px 3px 10px rgba(20, 20, 20, .4);
}

img.drop,
.drop {
    box-shadow: 1px 3px 10px rgba(20, 20, 20, .4);
}

.class-info a>i {
    margin-left: 10px;
    transition: .2s all;
}

.class-info a:hover i {
    margin-left: 20px;
}

.classes-hide {
    display: none;
}

.classes-list li {
    margin-bottom: 10px;
}

.classes-list li:first-child {
    margin-top: 5px;
}

.classes-list li:last-child {
    margin-bottom: 2px;
}

.classes-list a.dropdown-icon:after {
    content: "\f0d7";
    font-family: 'Font Awesome\ 5 Free';
    ;
    font-weight: 900;
    color: #fff;
    position: relative;
    margin-left: 4px;
    display: inline-block;
    font-size: 16px;
}

.classes-list li:hover a:after {
    color: #F6BE00;
}

/*
.classes-list li:last-child a:after,
.classes-list li.li-dropdown a:after {
    content: "" !important;
}
*/

.classes-list ul.list-unstyled {
    margin-bottom: 15px;
}

.li-item.active {
    color: #F6BE00;
    text-decoration: underline;
}

.li-item:hover {
    cursor: pointer;
}

.class-dropdown li:hover {
    cursor: pointer;
    color: #F6BE00;
}

.classes-sidebar .nav>li>a:focus,
.classes-sidebar .nav>li>a:hover {
    background-color: rgba(0, 52, 80.4);
}

.classes-sidebar .navbar-toggle {
    margin: -5px auto;
}

.classes-sidebar .navbar-toggle:before {
    content: "MENU";
    position: absolute;
    left: -70px;
    top: 2px;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
}

.classes-sidebar span.icon-bar {
    background-color: #fff;
}

ul.li-indent {
    margin-left: 15px;
}

ul.mission-list li {
    margin-bottom: 10px;
}

/* Staff Styles
================= */

.staff-wrapper {
    position: relative;
    color: #0081C6;
    min-height: 300px;
    box-shadow: 1px 3px 15px rgba(20, 20, 20, .3);
    border: 1px solid rgba(30, 30, 30, .1);
    overflow: hidden;
    cursor: pointer;
    border-radius: 6px;
    margin-bottom: 35px;
}

.staff-wrapper img {
    max-width: 100%;
    min-height: 300px;
    height: auto;
    display: block;
    position: relative;
    z-index: 0;
    position: absolute;
    /* object-fit: cover; */
    -o-object-position: center center;
    object-position: center center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.staff-info {
    position: absolute;
    bottom: 0;
    background-color: rgba(250, 250, 250, .8);
    width: 100%;
    padding: .5em;
    text-align: center;
    transition: .2s all;
}

.staff-name {
    font-size: 18px;
    color: #004B74;
    font-weight: 700;
    margin-bottom: 2px
}

.staff-description {
    position: absolute;
    top: 0;
    left: 0;
    bottom: -280px;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: rgba(250, 250, 250, .9);
    color: #262626;
    font-size: 15px;
    padding: 1.4em .8em;
    opacity: 0;
    animation-name: fadeFromtop;
    -webkit-animation-name: fadeFromtop;
    animation-duration: 400ms;
    -webkit-animation-duration: 400ms;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.fact-title {
    color: #004B74;
    font-size: 18px;
    font-weight: 700;
}

span.staff-fact {
    font-style: italic;
}

.staff-wrapper:hover .staff-description {
    animation-name: fadeFromBottom;
    -webkit-animation-name: fadeFromBottom;
    animation-duration: 400ms;
    -webkit-animation-duration: 400ms;
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 10ms;
    animation-delay: 10ms;
}

@-webkit-keyframes fadeFromBottom {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
        display: block;
    }
}

@keyframes fadeFromBottom {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
        display: block;
    }
}

@-webkit-keyframes fadeFromtop {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

@keyframes fadeFromtop {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        transform: translateY(100%);
    }
}


/* Footer Styles */

footer {
    background-color: #003450;
    padding: 3em 0;
}

footer p,
footer a {
    color: #fff;
}

footer span.title {
    color: #F6BE00;
    font-weight: 700;
}

footer ul.list-unstyled {
    margin-top: 10px;
}

footer ul>li {
    margin-bottom: 5px;
}

footer .text-right {
    text-align: center;
}

img.img-tLeft,
img.img-tRight {
    margin: 20px auto !important;
}

.schedule .nav-tabs>li>a {
    background-color: #004B74;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

.schedule .nav-tabs>li.active>a {
    background-color: #FFC220;
    color: #444;
    transition: .2s all ease-in-out;
}

.schedule .nav-tabs>li.active>a:hover {
    background-color: #efae00;
    border-color: #efae00 #efae00 #ddd;
    border-bottom-color: transparent;
}

.schedule .nav-tabs>li {
    width: 100%;
    text-align: center;
}

.schedule .nav-tabs>li>a:hover {
    border-color: transparent;
    background-color: #003450;
}

/* Start of Media Rules 
======================= */

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

    header .pre-nav {
        padding: 1em 2em;
        font-size: 14px;
    }

    .margL-25 {
        margin-left: 25px;
    }
}

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

    header .pre-nav {
        padding: 1em 4em;
    }

    .mobHide {
        display: block;
    }

    .deskHide {
        display: none;
    }

    span.mobHide {
        display: inline-block;
    }

    .mtop-15 {
        display: inline;
        margin-top: 0;
    }

    .register-btn {
        margin-right: 20px;
    }

    img.img-tLeft {
        margin: inherit;
        position: absolute;
        top: 0;
        left: 0;
    }

    img.img-tRight {
        margin: inherit;
        position: absolute;
        top: 160px;
        right: 0;
    }


    h2 {
        font-size: 30px;
    }

    .col-sm-5ths {
        width: 20%;
        float: left;
    }

    .navbar-brand img {
        width: auto;
    }

    .navbar>.container-fluid {
        padding: 0 40px;
    }

    .opaque-wrapper {
        margin-top: 135px;
    }

    .opaque-wrapper h1 {
        font-size: 40px;
    }

    .opaque-wrapper h1.small {
        font-size: 25px;
    }

    .circle-overlay {
        width: 100%;
        height: 220px;
        left: 0;
    }

    .txt-bkg p {
        font-size: 18px;
    }

    .opaque-wrapper-internal h1 {
        min-width: 330px;
    }

    div.grey {
        width: 100%;
        margin-left: 0;
    }

    .class-info {
        border-radius: 6px;
    }

    .statement-wrapper {
        width: 50%;
        border-bottom: 0 solid transparent;
        border-right: 1px solid #fff;
    }

    .statement-wrapper:last-child {
        border-right: 0 solid transparent;
    }

    section.footerQuote p {
        font-size: 70px;
    }

    .schedule .nav-tabs>li>a {
        font-size: 14px;
        font-weight: 600;
    }

    .schedule .nav-tabs>li {
        width: 14.23222%;
    }

}

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

    .schedule .nav-tabs>li>a {
        font-size: 18px;
        font-weight: 800;
    }

    .schedule .nav-tabs>li {
        width: 14.22222%;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        padding: 10px 12px;
    }

    .navbar-right {
        margin-top: 35px;
    }

    #mainNav .dropdown-menu {
        top: 100%;
        padding: 15px 10px;
        background-color: rgba(250, 250, 250, .9);
        font-size: 15px;
        border-radius: 6px;
        border-color: rgba(50, 50, 50, .05);
    }

    #mainNav .dropdown-menu>li>a {
        font-weight: 700;
        color: #004B74;
    }

    .dropdown #mainNav .dropdown-menu {
        transition: all 0.3s;

        max-height: 0;
        display: block;
        overflow: hidden;
        opacity: 0;
    }

    .dropdown:hover #mainNav .dropdown-menu {
        max-height: 200px;
        opacity: 1;
    }

    .col-md-5ths {
        width: 20%;
        float: left;
    }

    .circle-overlay {
        width: 300px;
        height: 300px;
        left: calc(50% - 150px);
    }

    footer .text-right {
        text-align: right;
    }
}

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

    .navbar-default .navbar-nav>li>a {
        font-size: 19px;
        padding: 10px 14px;
    }

    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


/* This changes the bootstrap collapse breakpoint */

@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        background-color: rgba(255, 255, 255, .90);
        position: absolute;
        left: 0px;
        width: 100%;
        padding: 0 2.5em;
        margin: auto;
        overflow-y: hidden;
    }

    #mainNav .nav-collapse .open>.dropdown-menu {
        display: block;
    }
}

a:hover {
    cursor: pointer !important;
}

.classes-table .tab-pane {
    overflow: scroll;
    max-height: 750px;
}

.responsive-table {
    font-size: 15px !important;
}