/*
	Theme Name: Cotting School Theme
	Description: Theme for the Cotting School, based on Todd Motto's HTML5 Blank
	Version: 1.4.3
	Author: Sperling Interactive
	Author URI: http://sperlinginteractive.com
*/


/*------------------------------------*\
    MAIN
\*------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans|Roboto|Crimson+Text);
@font-face {
    font-family: 'Californian FB';
    /*src: url('webfont.eot'); /* IE9 Compat Modes */
    src: url('fonts/CALIFR.woff') format('woff'), /* Pretty Modern Browsers */
    url('fonts/CALIFB.ttf') format('truetype');
    /* Safari, Android, iOS */
}

.sitewide-notice {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1977bc;
    color: #fff;
    z-index: 9999999999999999999;
    text-align: center;
    padding: 5px
}

.logged-in .sitewide-notice {
    top: 30px
}

.wpadminbar {
    z-index: 99999999999999999
}

.gallery-item img {
    border: none !important;
    width: 100%;
    height: auto;
    min-height: 1px;
}

.gallery-item {
    padding: 2%;
}

.mosaicflow__column {
    float: left;
}

.mosaicflow__item img {
    display: block;
    width: 100%;
    height: auto;
}


/* global box-sizing */

*, *:after, *:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

ul {
    margin: 0;
    padding: 0
}

a:hover {
    cursor: pointer
}

.programs-link a {
    text-decoration: none;
}


/*.no-padding {padding: 0 !important;}*/


/* html element 62.5% font-size for REM use */

html {
    /*font-size: 62.5%;*/
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    font: 300 16px/1.4 'Roboto', Helvetica, Arial, sans-serif;
    color: #444;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

ul, ol {
    margin: 0
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

.top-index {
    z-index: 9999999999;
    position: relative
}

.align-top {
    vertical-align: top;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.row {
    width: 100%;
    margin: 5% 0;
    position: relative;
}


/* clear */

.clear:after {
    content: "";
    display: table;
    clear: both;
    position: relative;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    color: #1977bc;
    text-decoration: underline;
}

a:hover {
    color: #cb9a01;
}

a:focus {
    outline: 0;
}

a:hover, a:active {
    outline: 0;
}

input:focus {
    outline: 0;
    border: 1px solid #1977bc;
}

.inline-list {
    list-style-type: none;
    margin: 0 !important;
    padding: 0;
    display: block;
    width: 100%;
}

.inline-list li {
    display: block;
    margin: 2% 1%;
}

.more-info {
    display: block;
    width: 110px;
    margin: 20px auto;
}

.more-info-large {
    display: block;
    width: 200px;
    margin: 20px auto;
}

.more-info-large a, .more-info a {
    background-color: #1977bc;
    color: #fff;
    border: #1977bc solid 2px;
    border-radius: 5px;
    padding: 6px;
    opacity: 1;
    transition: opacity 2s;
    cursor: pointer;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
}


/*.button-link {
  background-color: #1977bc;
  color: #fff;
  border: #1977bc solid 2px;
  border-radius: 5px;
  padding: 6px;
  opacity: 1;
  transition: opacity 2s;
  cursor: pointer;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
}*/

.more-info-large a:hover, .more-info-large a:hover, .blue-bar .fold-body .more-info a {
    color: #fff !important;
    background-color: #134470;
    /*opacity: .6;*/
}

.process-content .more-info-large a, .blue-bar .more-info-large a, .process-content .more-info a, .blue-bar .more-info a {
    background-color: #fff;
    color: #1977bc;
    border: #fff solid 2px;
    border-radius: 5px;
    padding: 6px;
    opacity: 1;
    cursor: pointer;
    width: 100%;
}

.home .blue-bar .more-info a {
    background-color: #1977bc;
    color: #fff;
}

.process-content .more-info-large a:hover, .blue-bar .more-info-large a:hover, .process-content .more-info a:hover, .blue-bar .more-info a:hover {
    background-color: #134470;
    color: #fff;
}

.button-hover {
    background-color: #1977bc;
    color: #fdc30f;
    display: block;
    font-family: 'Californian FB', 'Crimson Text', serif;
    font-size: 30px;
    padding: 10px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 999999999;
    transition: all .2s ease-in-out;
}

.banner-text {
    position: relative;
    z-index: 9999;
    white-space: normal;
    width: 80%;
    margin: 0 auto;
}

.blue-opacity {
    /*background-color: #1977bc;*/
    background-color: #333;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

div:hover> .opacity {
    opacity: 8;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
}

.opacity-overlay {
    position: relative;
    z-index: 999999
}

.legal {
    display: block;
    width: 60%;
    margin: 5% auto !important;
    font-size: 20px;
    font-style: italic;
    font-family: "Crimson Text", serif
}

div.diagonal a .opacity {
    opacity: 0;
}

div.diagonal:hover .opacity {
    opacity: 8;
    transition: none;
    -webkit-transition: none;
}

div.diagonal:hover a>.opacity {
    opacity: 8;
    transition: none;
    -webkit-transition: none;
}

div> .opacity {
    opacity: 0;
}

div:hover> .button-hover {
    padding: 30px;
}

.frm_submit_inline input {
    margin: 0 0 0 10px !important;
}

.frm_style_formidable-style.with_frm_style input[type=email] {
    height: 35px;
}

.ctct-custom-form input {
    height: 35px;
    line-height: 1.3;
    color: #555555;
    background-color: #ffffff;
    border-color: #cccccc;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
    box-shadow:
}

.ctct-custom-form label {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #444444;
    font-weight: bold;
    text-align: left;
    margin: 0;
    padding: 0 0 3px 0;
    width: auto;
    display: block;
}

.ctct-custom-form .ctct-button {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 16px;
    height: auto;
    line-height: normal;
    text-align: center;
    background: #1977bc;
    border-width: 1px;
    border-color: #1977bc;
    border-style: solid;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-shadow: none;
    padding: 6px 11px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-shadow: 0 1px 1px #ffffff;
    -webkit-box-shadow: 0px 1px 1px #ffffff;
    box-shadow: 0 1px 1px #ffffff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#ffffff')";
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#ffffff');
    margin: 10px;
    margin-left: 0;
    margin-right: 0;
    vertical-align: middle;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


/* wrapper */

.wrapper {
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
    position: relative;
    min-height: 100%;
    white-space: normal;
    /*padding: 0.1px;*/
}

.employer-wrapper {
    margin-top: 50px;
}

.two-thirds {
    width: 100%;
    vertical-align: top
}

.half {
    width: 100%;
    white-space: pre-line;
}

.divider {
    width: 2px;
    height: 80%;
    margin: auto auto;
    background-color: #1977bc
}

.intro {
    width: calc(100% - 450px);
}

.intro ul {
    margin-left: 40px;
}

section {
    position: relative;
    display: block;
    padding: 0.01px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    white-space: nowrap;
}


/* header */

.header {
    background-color: #134470;
    width: 100%;
}

.header-right {
    width: 540px;
    float: right;
    min-height: 100px;
}

.header-search {
    width: 240px;
    display: flex;
    align-items: center;
    float: left;
    height: 100px;
    white-space: nowrap;
}

.search-input {
    display: inline-block
}

.search h1 {
    white-space: normal;
}

.search-submit {
    background-color: #134470;
    border: 0;
    color: #fff;
    display: inline-block;
}

.quick-links {
    width: 140px;
    display: flex;
    /*margin-left: 30px;
    padding: 30px 5px 5px 5px;*/
    align-items: center;
    color: #fff;
    height: 100px;
    border-right: solid 1px #1977bc;
    border-left: solid 1px #1977bc;
    cursor: pointer;
    text-align: center;
    /* float: right*/
    float: left;
}


/*.quick-links span {text-align:center;}*/

.dropdown {
    position: relative;
    z-index: 9999999999999;
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.dropdown span {
    line-height: 100px;
}

.dropdown ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-left: 0 !important;
}

.dropdown ul li {
    display: flex;
    width: 100%;
    height: 100px;
    align-items: center margin-left: 0
}

.dropdown ul li a {
    line-height: 100px
}

.dropdown ul li:hover {
    background-color: #134470;
}

.dropdown a {
    color: #fff;
    display: block;
    width: 100%;
    padding: 2%;
    text-decoration: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #1977bc;
    min-width: 139px;
}

.dropdown:hover .dropdown-content {
    display: block;
    z-index: 99999;
}

.donate-now-button {
    width: 140px;
    display: flex;
    align-items: center;
    color: #fff;
    height: 100px;
    cursor: pointer;
    text-align: center;
    float: left;
}

.donate-now-button .giving-button {
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
}


/* logo */

.logo {
    float: left;
    display: inline-block
}

.logo-img {}


/* nav */

#responsive-menu-container {
    z-index: 999999999 !important;
}

#responsive-menu .responsive-menu-submenu-depth-1 li.responsive-menu-item a {
    background-color: #212121 !important
}

.main-navigation {
    background-color: #fff;
    width: 100%;
}

.main-navigation ul li {
    list-style-type: none;
    /*    display: inline-block;
margin-right: 20px;*/
}


/*
.main-navigation a {
color: #000;
/*text-transform: uppercase;*/


/*}*/

.nav {}


/* sidebar */

.mobile-only {
    background-color: #fff;
    height: 55px;
    display: block;
    width: 100%;
    position: relative;
}

.mobile-only .fa {
    color: #1977bc
}

#click-menu.admin-bar-showing {
    margin-top: 0 !important;
}

.mobile-only .phone {
    display: block;
    width: 140px;
    margin: 0 auto;
    padding-top: 10px;
}

.mobile-only .donate {
    position: absolute;
    top: 11px;
    right: 30px;
}

.sidebar {}


/* footer */

.footer {
    clear: both;
}

.footer-social-links ul li {
    display: inline-block;
    list-style-type: none;
    width: 19%
}

.footer-social-links ul li svg {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all 2s;
}

.footer-facebook svg:hover path, .footer-linkedin svg:hover path, .footer-instagram svg:hover path, .footer-instagram svg:hover circle, .footer-twitter svg:hover path, .footer-youtube svg:hover circle {
    /*opacity: .7;*/
    fill: #fdc30f;
}

.footer .address {
    text-align: center;
    color: #909090;
}

.copyright {
    color: #cb9a01;
    text-align: center;
    font-size: 80%;
}

.copyright a {
    color: #cb9a01;
}

.blue {
    background-color: #1977bc;
    width: 100%;
    height: 30px;
    position: relative;
    display: block;
}

.blue-bar {
    background-color: #1977bc;
    background-image: url('img/logo.png');
    background-repeat: no-repeat;
    background-position: center center;
    height: 330px;
    padding: 0.1px
}

.hidden {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
}

a.hidden:active, a.hidden:focus, a.hidden:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible;
    z-index: 99999999999;
    background-color: #fff;
    border: solid 1px #1977bc;
    padding: 5px
}

.center {
    text-align: center;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/

.home-stats {
    height: 300px;
    margin-top: 50px;
}

.home .information-session-box img {
    float: left;
}

.home .information-session-box .more-info-large {
    float: right;
}

.sub-pages .half {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
    margin-bottom: 4px;
}

.sub-pages .half:first-child {
    margin-right: 4px;
}

.arrow {
    position: absolute;
    /*bottom: 0;*/
    margin-bottom: 0;
    width: 100%;
    /*height: 20px;*/
    height: 1px;
    background-color: #f4f4f4;
    z-index: 9;
    padding: 0.1px
}

.banner-arrow-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*height: 20px;*/
    height: 1px;
    background-color: #f4f4f4;
    z-index: 9;
    padding: 0.1px
}

.arrow-top {
    position: absolute;
    top: 0;
    width: 100%;
    /*height: 20px;*/
    height: 1px;
    background-color: #1977bc;
    z-index: 9999;
    padding: 0.1px
}

.arrow-top:before {
    right: 50%;
    border-bottom: 20px solid #1977bc;
    border-right: 20px solid transparent;
}

.arrow-top:after {
    left: 50%;
    border-bottom: 20px solid #1977bc;
    border-left: 20px solid transparent;
}

.arrow:before, .arrow:after, .arrow-top:before, .arrow-top:after {
    content: '';
    position: absolute;
    bottom: 100%;
    width: 50%;
    box-sizing: border-box;
}

.arrow:before {
    right: 50%;
    border-bottom: 20px solid #f4f4f4;
    border-right: 20px solid transparent;
}

.arrow:after {
    left: 50%;
    border-bottom: 20px solid #f4f4f4;
    border-left: 20px solid transparent;
}

.arrow-blue {
    position: absolute;
    bottom: 2px;
    width: 100%;
    height: 1px;
    background-color: #f4f4f4;
}

.arrow-blue:before, .arrow-blue:after {
    content: '';
    position: absolute;
    bottom: 100%;
    width: 50%;
    box-sizing: border-box;
}

.arrow-blue:before {
    right: 50%;
    border-bottom: 20px solid #1977bc;
    border-right: 20px solid transparent;
}

.arrow-blue:after {
    left: 50%;
    border-bottom: 20px solid #1977bc;
    border-left: 20px solid transparent;
}

.arrow-white {
    position: absolute;
    margin-bottom: 0px;
    width: 100%;
    /*height: 20px;*/
    height: 1px;
    background-color: #fff;
}

.arrow-white:before, .arrow-white:after {
    content: '';
    position: absolute;
    bottom: 100%;
    width: 50%;
    box-sizing: border-box;
}

.arrow-mixed {
    position: absolute;
    bottom: 0px;
    width: 100%;
    /*height: 20px;*/
    height: 1px;
    background-color: #fff;
}

.arrow-mixed:before, .arrow-mixed:after {
    content: '';
    position: absolute;
    bottom: 100%;
    width: 50%;
    box-sizing: border-box;
}

.arrow-white:before, .arrow-mixed:before {
    right: 50%;
    border-bottom: 20px solid #fff;
    border-right: 20px solid transparent;
}

.arrow-white:after {
    left: 50%;
    border-bottom: 20px solid #fff;
    border-left: 20px solid transparent;
}

.arrow-mixed:after {
    left: 50%;
    border-bottom: 20px solid #fff;
    border-left: 20px solid transparent;
}

.arrow-down {
    position: relative;
    top: -1px;
    z-index: 9999999
}

.arrow-down:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(244, 244, 244, 0);
    border-top-color: #f4f4f4;
    border-width: 20px;
    margin-left: -20px;
    z-index: 99;
}

.arrow-down-white:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(244, 244, 244, 0);
    border-top-color: #ffffff;
    border-width: 20px;
    margin-left: -20px;
    z-index: 99;
}

.arrow-down-blue:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(244, 244, 244, 0);
    border-top-color: #1977bc;
    border-width: 20px;
    margin-left: -20px;
    z-index: 99;
}

.negative-margin {
    position: relative;
    top: -20px;
}


/*.top-negative {
top: -1px
}*/

.slider-container .slick-prev, .slick-next {
    z-index: 9999
}

.slider-container .slick-dots li button:before, .quick-facts .slick-dots li button:before {
    font-size: 20px;
    color: #fff;
    /*text-shadow: -1px -1px 15px #1977bc*/
    text-shadow: 1px -1px 7px #333;
}

.slider-container .slick-dots li.slick-active button:before {
    color: #fff;
}

.slider-container .slick-prev {
    left: 0px;
}

.slider-container .slick-next {
    right: 0px;
}

.slider-container .slick-dots {
    top: 80px;
}

.gray-bg {
    background-color: #f4f4f4;
    padding: 0.1px;
}

.white-arrow {
    border-color: #fff;
}

.faded-bg {
    min-height: 500px;
    background-image: url('img/faded-bg.jpg');
    background-repeat: no-repeat;
    display: block;
    position: relative;
    padding: .1px;
    background-size: cover;
}

.faded-bg2 {
    min-height: 500px;
    background-image: url('img/faded-bg2.jpg');
    background-repeat: no-repeat;
    display: block;
    position: relative;
    padding: 2%;
    background-size: cover;
}

.faded-bg2 .wrapper, .faded-bg .wrapper {
    margin-top: 70px;
}

.faded-bg h2, .mission h2 {
    color: #fdc30f;
    font-family: 'Californian FB', 'Crimson Text', serif;
    font-size: 50px;
    /*text-shadow: 3px 3px #fff;
text-shadow: 3px 3px 3px #fff;*/
    margin-bottom: 0px
}

.faded-bg h3 {
    color: #000;
    font-size: 30px;
    font-family: 'Californian FB', 'Crimson Text', serif;
    /*text-shadow: 3px 3px 3px #fff;*/
    font-style: italic;
    margin-top: 0
}

.mission {
    text-align: center;
    font-family: 'Californian FB', serif !important;
    height: 300px;
    z-index: 99 !important
}

.mission h2 {
    font-family: 'Californian FB', serif !important;
}

.blue-header {
    width: 100%;
    background-color: #1977bc;
    color: #fdc30f;
    font-family: 'Californian FB', 'Crimson Text', serif;
    font-size: 50px;
    padding: 2%;
    text-align: center;
    margin: 0
}

.crest-bg {
    background-color: #fff;
    background-image: url('img/crest-bg.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    min-height: 500px;
    overflow: visible;
    margin-bottom: 20px;
}

.center-bg {
    background-position: center center;
}

.icon {
    color: #1977bc;
    font-family: 'Californian FB', 'Crimson Text', serif;
    font-size: 80px;
    display: block;
    margin: 0;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    /*text-shadow: 1px 3px 3px #f4f4f4;*/
}

.stat {
    color: #1977bc;
    font-family: "Crimson Text", serif;
    font-size: 30px;
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    /*text-shadow: 1px 3px 3px #f4f4f4;*/
}

.stat-context {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    /*text-shadow: 1px 3px 3px #f4f4f4;*/
    color: #000;
}

.slick-prev:before, .slick-next:before {
    color: #fdc30f
}

.slick-prev, .slick-next {
    height: 90px !important;
    width: 50px !important;
}

.fold-body h3 {
    margin: 0;
    text-align: center;
}

.single-line-event {
    display: block;
    width: 100%;
    white-space: normal;
}

.month {
    background-color: #1977bc;
    display: block;
    width: 100%;
    position: relative;
    color: #fdc30f;
    text-align: center;
    padding: 2%;
    font-size: 16px;
}

.month:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(25, 119, 188, 0);
    border-top-color: #1977bc;
    border-width: 10px;
    margin-left: -10px;
}

.event-date {
    color: #fdc30f;
    font-family: 'Californian FB', 'Crimson Text', serif;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 20px;
}

.event-description {
    display: inline-block;
    vertical-align: text-top;
    width: calc(100% - 40px);
}

.contact h3 {
    font-size: 30px;
    font-family: 'Californian FB', 'Crimson Text', serif;
    margin-top: 0
}

#field_hngwe {
    padding: 0 !important
}

.padding {
    padding: 2%;
    white-space: normal;
}

.extra-padding {
    padding-top: 100px;
}

.twitter-feed li {
    padding: 0;
    list-style-type: none;
    margin: 20px 0;
    line-height: 20px
}

.twitter-feed li span.tweet-body {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.tweet-text {
    font-family: 'Californian FB', 'Crimson Text', serif;
    font-size: 20px;
    line-height: 110%;
    line-height: 150%;
    text-align: center
}

.twitter-feed li span.tweet-body a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}

.twitter-feed li span.tweet-user {
    font-size: 13px
}

.twitter-feed li span.tweet-body:before {
    content: "\201C";
    color: #1977bc;
    font-size: 40px;
    position: relative;
    top: 14px
}

.twitter-feed li span.tweet-body:after {
    content: "\201D";
    color: #1977bc;
    font-size: 40px;
    position: relative;
    top: 14px
}

.social-media-image img {
    width: 100%;
    height: auto;
    min-height: 1px;
}

.tweet-info {
    text-align: right;
    font-size: small;
    font-style: italic;
}


/*.retweet {
  display: block;
}*/

.tweet-user {
    display: block;
}

.page-banner-container {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.page-banner {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    /*display: table;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: center top;
}

.page-banner h1, .page-banner h2 {
    /*line-height: 450px;*/
    text-shadow: 1px -1px 7px #333;
    /*text-shadow: 1px -1px 7px #1977bc;*/
    color: #fff;
    /*font-size: 3em;*/
    font-size: 2em;
    text-align: center;
    display: table;
    padding: 1%;
    margin: -10px auto 0 auto;
}


/*.page-banner h2 {
color: #fff;
font-size: 2em;
text-align: center;
display: table;
padding: 1%;
margin: -10px auto 0 auto;
}*/

.page-banner h3, .page-banner h2 {
    /*text-shadow: 1px -1px 7px #1977bc;*/
    text-shadow: 1px -1px 7px #333;
    color: #fff;
    text-align: center;
    font-size: 1em;
    /*background-color: #1977bc;*/
    display: table;
    padding: 1%;
    margin: -10px auto 0 auto;
}

.site-map ul li ul {
    margin-left: 20px;
}

.margin-top {
    margin-top: 20px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.wrapper.site-map {
    margin-top: 20px;
    margin-bottom: 60px;
}

.wrapper.site-map h1 {
    margin-bottom: 60px;
}

.pagination {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 50%;
    min-width: 300px;
}

.pagination a {
    display: inline-block;
    background-color: #1977bc;
    padding: 5px;
    margin: 20px 10px;
    color: #fff;
    text-decoration: none
}

.information-session-box h3 {
    margin-top: 0
}

.information-session-box img {
    width: 45%;
    height: auto !important;
    margin: 0 auto;
    display: inline-block;
    min-height: 1px;
}

.information-session-box ul {
    width: 45%;
    display: inline-block;
    vertical-align: text-top;
}

.information-session-box li {
    display: block;
    margin: 5px;
    list-style-type: none;
}

.history-project.third ul {
    list-style-type: none;
    display: table;
    width: 100%;
}

.history-project.third ul li {
    display: table-cell;
    width: 50%;
    text-align: center;
}

.senior-admin-row {
    width: 100%;
    display: block;
    margin: 8% auto;
}

.senior-admin-photo {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 20px
}

.senior-admin-bio {
    width: 100%;
    display: block;
}

.senior-admin-bio cite {
    text-align: right;
}

.senior-admin-bio h2, .senior-admin-bio h3, .senior-admin-bio .email {
    margin-top: 0
}

.senior-admin-bio blockquote {
    border-left: #1977bc solid 5px;
    padding-left: 20px;
    font-style: italic;
}

.officers span, .trustees span, .trustees-emeriti span {
    display: block;
}

.officers span.title, .trustees span.title, .trustees-emeriti span.title {
    font-style: italic;
}

.archive.tax-publication article img, .archive.post-type-archive-cotting-publications article img, .archive.post-type-archive-history-news article img {
    width: 100%;
    height: auto;
    /*margin-bottom: 10px;*/
    max-width: 220px;
    margin: 0 auto 10px auto;
    display: block;
}

.archive.tax-publication article h2, .archive.post-type-archive-cotting-publications article h2, .archive.post-type-archive-history-news article h2 {
    text-align: center;
}

.archive-thumbnail {
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}


/**** 404 ****/

#contain-404 {
    background: #1977bc;
    padding: 30px;
}

#contain-404 a {
    color: white;
}

#post-404 {
    background: url('img/white-transparent-badge.png') no-repeat;
    background-position: left center;
    background-size: contain;
    color: white;
    padding: 100px 0;
    text-align: center;
}

.no-underline {
    text-decoration: none;
}


/**** ARCHIVES ****/

.archive-wrap {
    white-space: normal;
}

.archive-header {
    text-align: center;
    background: url('img/white-transparent-badge.png') no-repeat, #1977bc;
    background-size: contain;
    background-position: 25px center;
    margin: 0;
    padding: 100px 0;
    color: white;
}

.archive-header a {
    color: white;
}

.banner-text span.date, .banner-text span.author {
    display: block;
    font-size: 25px;
}

.banner-excerpt {
    display: block;
    font-size: 1rem;
}

.no-image-banner {
    padding: 50px 0;
}

.no-image-banner:nth-of-type(odd) {
    background-color: #fafafa
}


/**** DIRECTIONS ****/

.directions-section {
    background-color: #1977BC;
    color: white;
}

.directions-section h3 {
    margin-top: 0
}

.directions-section br:after {
    border: #fff solid 1px
}

.directions-section .half {
    padding-left: 10%;
    padding-right: 10%;
}

.page-template-template-contact .intro, .page-template-template-single-program .intro {
    /*min-height: 420px;*/
    min-height: 480px;
}

.page-template-template-directions iframe {
    width: 100%;
    height: 350px;
}

.hopehouse-table th {
    display: none;
}


/*-----------------------------------*\
    WOOCOMMERCE OVERRIDE
\*-----------------------------------*/

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #1977bc !important;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #1977bc !important;
    opacity: .8;
}


/*------------------------------------*\
    IMAGES & VIDEO
\*------------------------------------*/

.full-image {
    width: 100%;
    height: auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 2%;
    margin-top: 1.3em;
}

.half.history-video {
    padding: 0 65px 65px;
}

.virtual-tour-frame iframe {
    width: 100%;
    height: 500px;
}

.video-container iframe, .video-container object, .video-container embed, .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vid-list {
    max-width: 1280px;
    position: relative;
    top: 0;
    left: 0;
}

.video-item {
    display: inline-block;
    width: 10%;
    min-width: 200px;
    margin: 2% 0 0 0;
    vertical-align: top;
    background-color: #5e8ac4
}

.video-item:hover {
    cursor: pointer;
}

#video-description {
    padding: 20px;
    font-style: italic;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    background-color: #fff;
}

.publication-box img {
    width: 150px;
    height: auto
}

.issu {
    min-height: 700px;
    padding-top: 30px;
    background-color: #181818;
}

.columns {
    -webkit-columns: 300px 2;
    -moz-columns: 300px 2;
    columns: 300px 2;
}

.columns li {
    list-style-type: none;
}

.wp-playlist, .video-playlist-container {
    max-width: 1280px;
    width: 95%;
    margin: 20px auto;
    z-index: 999;
    position: relative;
}

.wp-playlist, .vid-list-container {
    background: transparent !important;
    border: none !important;
    margin: 0 auto !important;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(25, 119, 188, 0.75), rgba(0, 0, 0, 0));
    margin: 10px 0 30px 0;
}

.category-bar {
    background: #1977BC;
    color: white;
    padding: 25px 0 0 0;
}

.page-template-template-corporate-sponsors main ul {
    margin: 0 0 5% 0;
    padding: 0;
    text-align: center;
}

.page-template-template-corporate-sponsors main ul li {
    margin: 2% 5%;
    vertical-align: middle;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    width: 20%;
    text-align: center;
}

.page-template-template-corporate-sponsors main ul li img {
    width: 100%;
    height: auto;
    min-height: 1px;
}

.page-template-template-corporate-sponsors .note {
    display: block;
}

.page-template-template-corporate-sponsors .name {
    font-weight: bold;
}

.page-template-template-corporate-sponsors h2 {
    margin: 5% auto 2% auto
}


/*------------------------------------*\
 MODAL
\*------------------------------------*/

.modal {
    background-color: #aaaaaa;
    display: none;
    position: fixed;
    width: 90%;
    height: auto;
    max-height: 95vh;
    overflow-y: scroll;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 50px;
    z-index: 999999999999999999;
    color: white;
}

.show-modal {
    cursor: pointer;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(25, 119, 188, .9);
    z-index: -1;
    opacity: 0;
    display: none;
    transition: opacity .2s ease;
}

.close-modal {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1.2rem;
    padding: 0.6rem;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.close-modal:hover {
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}

.close-modal svg {
    width: 24px;
    height: 24px;
    fill: #fff;
    pointer-events: none;
    vertical-align: top;
}

.modal-content {
    width: 50%;
    float: left;
    text-align: left;
    vertical-align: top
}

.modal-content h2 {
    margin-top: 0;
    white-space: normal;
}

.modal-content h4 {
    font-family: 1.2em;
    font-weight: bold;
    white-space: normal;
}

.modal-content blockquote {
    border-left: #1977bc solid 5px;
    padding-left: 20px;
    font-style: italic;
}

.modal-title {
    font-weight: bold;
    font-size: 22px;
    white-space: normal;
}

.modal .timeline-photo {
    width: 50%;
    float: left;
    padding: 0 50px;
}

.modal-text p {
    margin-top: 0;
    white-space: normal;
}

.timeline-video-desc {
    padding-right: 25px;
}

.home a.social-media-link {
    text-decoration: none;
}

.home .social-media-link .fa {
    width: 40px;
    /*margin:0 auto;*/
    /*float:left;*/
    display: block;
    font-size: 30px;
}

.home .social-media.fourth {
    padding: 0 2% 2% 2%;
}

.home .fb-page, .home .fb-page span, .home .fb-page span iframe[style] {
    width: 100% !important;
}

.home .social-featured {
    margin-bottom: 20px;
}

.home .twitter-feed .tweet-name:before {
    content: "\f099  ";
    font-family: 'FontAwesome';
    font-style: normal;
}

.home .facebook-feed .tweet-name:before {
    content: "\f082  ";
    font-family: 'FontAwesome';
    font-style: normal;
}

.pull-quote {
    color: #fdc30f;
    text-align: center;
    font-family: 'Californian FB', 'Crimson Text', serif;
    font-size: 30px;
    transition: all 2s
}

.pull-quote-small img {
    width: 100%;
    height: auto;
    min-height: 1px;
    margin: 0 auto;
}

.pull-quote-small {
    top: 5px !important;
    font-size: 16px !important;
    color: #fff !important;
    font-family: Roboto, Helvetica, Arial, sans-serif !important;
}

.pull-quote-small .more-info-large {
    width: 100% !important;
}

.modal-content h3 {
    font-size: 1em !important;
    margin: 0;
    white-space: normal
}
.slider-container {
    height: 550px;
}
.slick-dots {
    top: 400px
}

/*.modal-content h2 {
    font-size: 1.3em !important
}*/

.modal-content h4 {
    font-size: 1.2em !important margin-bottom: 0
}

.modal-content .specialty {
    font-style: italic;
}

.faq-item {
    padding-top: 60px;
}

.faq-options {
    padding: 0;
    margin: 20px 0 0 0;
}

.faq-options li {
    list-style-type: none;
    padding: 0;
    margin: 5px 0
}

.faqs-jump li {
    list-style-type: none;
}


/*------------------------------------*\
      GENERAL MEDIA QUERIES
\*------------------------------------*/

@media screen and (max-width:600px) {
    .mission {
        height: auto;
    }
    .mission h2 {
        margin: 0;
        line-height: 100%;
    }
    .half section {
        white-space: normal;
        width: 90%;
        margin: 0 auto;
    }
    .timeline ul li:nth-of-type(even) div.timeline-box {
        left: 45px !important
    }
    .virtual-tour-frame iframe {
        width: 100%;
        height: 300px;
    }
    .blue-header, .two-thirds {
        white-space: normal;
    }
}

@media screen and (min-width: 901px) {
    .header-right {
        display: block;
    }
}

@media screen and (max-width:500px) {
    .slider-container {
        /*height: 500px;*/
        height: 130px;
        overflow: hidden;
        position: relative;
    }
}

@media screen and (max-width: 900px) {
    .header-right {
        display: none;
    }
    .timeline ul li div.timeline-box {
        width: 250px;
    }
    .timeline ul li:nth-of-type(even) div.timeline-box {
        left: -292px;
        /*250+45-6*/
    }
    .modal .timeline-photo {
        width: 100%;
        float: none;
        padding: 0;
    }
    .modal-content {
        width: 100%;
        float: none;
    }
    .sub-pages .half {
        height: 250px;
    }
    .extra-padding {
        padding: 0
    }
    .slider-container {
      height:200px;
    }
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h1, h2, h3, h4, h5 {
    font-family: 'Californian FB', 'Crimson Text', serif;
    margin: 1.3em 0 .1em 0
}

h1 {
    margin: 0;
    /*font-size: 4em;*/
    font-size: 2em;
}

h2 {
    font-size: 2em
}

h3 {
    font-size: 1.7em
}

h4 {
    font-size: 1.7em
}

h5 {
    font-size: 1.5em
}

h6 {
    font-size: 1.4em
}

.wrapper ul, .half.padding ul, .two-thirds.padding ul {
    margin-left: 10%;
}

.wrapper ul.no-left-margin, .wrapper ul.slick-dots, .mega-menu-item ul {
    margin-left: 0;
}

a.giving-menu-button {
    background-color: #FDC30F;
    text-decoration: none;
    color: white;
    font-size: 1.3em;
    padding: 10px;
    border-radius: 10px;
    font-family: 'Californian FB', 'Crimson Text', serif;
}

.memorial-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 9999999999;
    /* Sit on top */
    padding-top: 10px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100vh;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgba(25, 119, 188, .6);
    /* Fallback color */
    /*background-color: #1977bc; /* Black w/ opacity */
    */
}


/* Modal Content */

.memorial-modal-content {
    background-color: #fff;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    height: auto;
    max-width: 300px;
    color: #000;
}

.memorial-modal img {
    width: 100%;
    height: auto;
    min-height: 1px;
}


/* The Close Button */

.memorial-modal .modal-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.memorial-modal .modal-close:hover, .memorial-modal .modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/*------------------------------------*\
	TRIBE EVENTS
\*------------------------------------*/

#tribe-events-content.tribe-events-single {
    background-color: #F4F4F4;
    padding: 0 25px;
    padding-bottom: 25px;
}

#tribe-events-content {
    margin-bottom: 0;
}

.tribe-events-schedule {
    text-align: center;
}

.tribe-events-schedule h2 {
    margin-top: 0;
}

.tribe-events-tickets.tribe-events-tickets-rsvp .button-link {
    width: 200px;
}

#tribe-events-content a {
    text-decoration: underline;
}

#tribe-events-content .tribe-events-cal-links a.button-link {
    margin: 5px 0;
    color: white;
    text-decoration: none;
}
.tribe-events-cal-links:nth-of-type(2){
  display:none;
}
.tribe-events-cal-links {
    /*width: 200px;*/
    width: 80%;
    /*max-width: 600px;*/
     /*margin: 0 auto;*/
    display: block;
}

.tribe-events-cal-links .more-info-large {
    max-width: 300px;
    display: inline-block;
    width: 45%;
    margin: 0 2%;
}

.single-tribe_events .tribe-events-event-meta a {
    color: #1977bc;
    text-decoration: underline;
}

.single-tribe_events .tribe-events-event-meta a:hover {
    color: #cb9a01;
}

.single-tribe_events .tribe-events-event-meta {
    font: 300 16px/1.4 'Roboto', Helvetica, Arial, sans-serif;
}

.upcoming-sessions ul li {
    list-style-type: none;
    margin: 10px 0;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a
{background-color: #1977bc;}

/* Woocommerce */

.woocommerce-breadcrumb {
    display: none;
}

.woocommerce-page #content .wrapper {
    margin-top: 20px;
}

.page-id-6511 table {
    width: 100%;
}

.page-id-6511 table> tbody> tr> td {
    width: auto !important;
    max-width: 160px;
    display: table-cell;
}

.vocation-bg {
    background-color: #dbeef3
}

.post-secondary-bg {
    background-color: #fce9da
}

.hopehouse-bg {
    background-color: #eaf1de
}

table {
    white-space: normal;
}

tr:nth-of-type(odd) {
    background: #eee;
}

td, th {
    width: 25%;
}

td.website {
    white-space: normal;
}

td, th {
    padding: 10px 20px;
    border: 1px solid #ccc;
    text-align: left;
}

th {
    background: #1977bc;
    color: #fdc30f;
    font-weight: bold;
    text-align: center;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

#responsive-menu-button {
    position: absolute;
    top: 0px
}

@media only screen and (min-width:901px) and (max-width:1600px) {
    .slider-container {
        height: 300px;
    }
    .slick-dots {
        top: 200px
    }
}

@media only screen and (min-width:320px) {
    /*.fold-bottom, .fold-top {
            display: none;
        }
        .blue-bar .fold-body, .fold-body{
            width: 100%;
            position: relative;
            top: inherit;
        }*/

    .intro {
        width: 100%;
    }
    .third, .fourth {
        width: 90%;
        margin: 0 auto;
        white-space: normal;
    }
    .blue-bar {
        height: auto;
        padding: 2%;
        overflow: visible;
        color: #fff;
    }
    .news .attachment-post-thumbnail, .social-media-image {
        display: block;
        margin: 10px auto;
        border-radius: 0
    }
    .third h2 {
        text-align: center
    }
    .month {
        width: 60%;
        margin: 20px auto;
    }
    .home-events {
        width: 60%;
        margin: 0px auto;
    }
    .home .third {
        vertical-align: text-top
    }
    .testimonial-container {
        width: 100%;
        position: relative;
    }
    .testimonial-container .diagonal {
        width: 33%;
        display: block;
        /*clip-path: polygon(0% 0, 75% 0, 102% 99%, 25% 100%);*/
        clip-path: url(img/clip.svg#rhombusclip);
        -webkit-clip-path: polygon(0% 0, 75% 0, 102% 99%, 25% 100%);
        position: absolute;
        cursor: pointer;
    }
    .testimonial-container .diagonal img {
        width: 100%;
        height: auto;
    }
    #d0 {
        clip-path: url(img/clip-side.svg#rhombusclip);
        -webkit-clip-path: polygon(0 0, 73% 0, 100% 99%, 0% 100%);
    }
    #d1 {
        left: 24%
    }
    #d2 {
        left: 46%
    }
    #d3 {
        left: 70%;
        clip-path: url(img/last-clip.svg#lastclip);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 29% 100%);
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
        text-transform: capitalize;
        font-size: 14px;
    }
    .footer-social-links {
        width: 90%;
        margin: 20% auto;
    }
    .mega-menu-link:before {
        color: #1977BA !important;
    }
    .mega-sub-menu .mega-menu-link {
        color: #1977BA !important
    }
    .mega-menu-link:hover:before, #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link {
        color: #fff !important;
    }
    .footer-social-links ul {
        padding: 0%
    }
    .footer-social-links ul li:first-child {
        margin-left: 0
    }
    .mobile-only {
        display: block;
    }
    .testimonials h2, .faded-bg h2, .faded-bg h3 {
        font-size: 20px;
    }
    .arrow-top {
        height: 10px;
    }
    .faded-bg, .faded-bg2 {
        height: 200px;
        background-position: center center
    }
    .testimonial-container {
        height: 170px;
    }
    /*.blue-bar .button-link {
            background-color: #fff;
            color: #1977bc;
            border: #fff solid 2px;
            border-radius: 5px;
            padding: 6px;
            opacity: 1;
            cursor: pointer;
            width: 100%;
        }

        .blue-bar .button-link:hover {
            background-color: #134470;
            color: #fff;
        }*/
    .archive-header {
        background-position: center;
    }
}

@media only screen and (min-width:480px) {
    .testimonial-container {
        height: 300px;
    }
}


@media only screen and (max-width: 150px) {
    .slider-container {
        /*height: 350px;*/

        height: 500px;
    }
}
@media only screen and (max-width: 450px) {
    .slider-container {
        /*height: 350px;*/

        height: 150px;
    }
}
@media only screen and (min-width:768px) {
    .slider-container .slick-dots {
        /*bottom: 150px;*/

        top: 200px
    }
    .footer-social-links {
        width: 600px;
        margin: 20px auto;
    }
    .faded-bg {
        min-height: 500px;
    }
    .logo {
        width: 300px;
        height: 100px;
        display: block;
        padding-top: 20px;
    }
    .senior-admin-photo {
        width: 40%;
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }
    .senior-admin-bio {
        width: 60%;
        display: inline-block;
        padding-left: 5%
    }
    .archive-header {
        background-position: 25px center;
    }
    .archive.tax-publication article, .archive.post-type-archive-cotting-publications article, .post-type-archive-history-news article {
        width: 40%;
        display: inline-block;
        text-align: center;
        margin: 3%;
        vertical-align: text-top
    }
}
@media only screen and (min-width: 1026px) {
    .mobile-only {
        display: none;
    }
}
@media only screen and (max-width: 1060px) {
    .logo {
        width: 300px;
        float: left;
        display: inline-block;
    }
}
@media only screen and (min-width: 1061px) {
    .logo {
        width: 450px;
        float: left;
        display: inline-block;
        padding-top: 0
    }
}
@media only screen and (min-width:1024px) {
    .faqs-jump li {
        list-style-type: none;
        display: inline-block;
        margin: 5px
    }
    .faqs-jump .more-info-large {
        display: inline-block;
    }
    .home .information-session-box .more-info-large {
        float: none;
    }
    .home .information-session-box img {
        float: none;
    }
    .blue-bar .button-link {
        background-color: #1977bc;
        color: #fff;
        border: #1977bc solid 2px;
    }
    .blue-bar .button-link:hover {
        background-color: #134470;
        color: #fff;
    }
    .pull-quote {
        width: 150px;
        margin: 0 auto;
        top: 15px;
        font-size: 20px;
        text-align: center;
        position: relative;
        padding: 60px 0 0 20px;
        height: 300px;
    }
    .page-banner-container {
        width: 100%;
        height: 480px;
        overflow: hidden;
        position: relative;
    }
    .page-banner {
        width: 100%;
        height: 500px;
        position: absolute;
        top: 0;
        left: 0;
        background-size: cover;
        /*display: table;*/

        display: flex;
        flex-direction: column;
        justify-content: center;
        background-position: center top;
    }
    .page-banner h1 {
        font-size: 3em;
    }
    .page-banner h3, .page-banner h2 {
        font-size: 2em;
    }
    .modal-content {
        width: 50%;
        float: left;
    }
    .testimonial-container .modal {
        max-width: 1000px;
    }
    .modal-image {
        float: left;
        width: 50%;
        padding: 5%;
        text-align: center;
    }
    .sub-pages .half:first {
        margin-right: 4px;
    }
    .annual-fund .gray-bg .wrapper {
        min-height: 1900px;
    }
    .gray-bg .wrapper {
        min-height: 250px;
    }
    .page-template-template-single-program .gray-bg .wrapper {
        min-height: 350px;
    }
    .half-container {
        white-space: nowrap;
    }
    .two-thirds {
        width: 69%;
        display: inline-block;
        /*margin-right: 5%;*/

        padding-right: 2%;
        padding-left: 2%;
        /*float: left;*/

        position: relative;
    }
    .inline-list li {
        display: inline-block;
        margin: 5%;
        list-style-type: none;
    }
    .half {
        width: 50%;
        position: relative;
        background-position: center center;
        /*padding:2%;*/

        display: inline-block;
        white-space: normal;
        -webkit-box-sizing: border-box;
        /* Safari/Chrome, other WebKit */

        -moz-box-sizing: border-box;
        /* Firefox, other Gecko */

        box-sizing: border-box;
        /* Opera/IE 8+ */

        vertical-align: top;
    }
    .sub-pages .half {
        background-position: left top
    }
    .arrow-mixed:after {
        left: 50%;
        border-bottom: 20px solid #1977bc;
        border-left: 20px solid transparent;
    }
    .half section {
        white-space: normal
    }
    .half section p, .half section h2 {
        padding: 0 5%;
    }
    /*section { top: -5px;}*/
    .archive.tax-publication article, .archive.post-type-archive-cotting-publications article, .post-type-archive-history-news article {
        width: 18%;
        display: inline-block;
        text-align: center;
        margin: 3%;
        vertical-align: text-top
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item {
        margin: 0;
        transition: margin 3s ease-in-out;
    }
    /* .logo {
        width: auto;
        height: 100px;
        display: block;
        padding-top: 0;
    }
    .testimonial-container {
        width: 100%;
        position: relative;
        height: 400px;
    }
    .slider-container {
        height: 350px;
    }
    .slider-container .slick-dots {
        bottom: 150px;
        top: 300px;
    }*/
    .arrow-top {
        position: absolute;
        top: 0;
        width: 100%;
        /*height: 20px;*/

        height: 1px;
    }
    .testimonials h2 {
        font-size: 50px;
    }
    .testimonials .wrapper h2 {
        font-size: 30px
    }
    .third {
        width: 30%;
        display: inline-block;
        /*float: left;*/

        margin-right: 5%;
        padding-right: 2%;
        padding-left: 2%;
    }
    .fourth {
        width: 25%;
        display: inline-block;
        vertical-align: text-top;
        -webkit-box-sizing: border-box;
        /* Safari/Chrome, other WebKit */

        -moz-box-sizing: border-box;
        /* Firefox, other Gecko */

        box-sizing: border-box;
        /* Opera/IE 8+ */

        white-space: normal;
    }
    .third-no-padding {
        width: 33.12%;
        display: inline-block;
        white-space: normal;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .third-no-padding img {
        width: 100%;
        height: auto
    }
    .third h2 {
        text-align: left
    }
    .faded-bg {
        height: 300px
    }
    .faded-bg h2 {
        font-size: 50px;
    }
    .faded-bg h3 {
        font-size: 30px;
    }
    .month {
        width: 100%;
        margin: 20px auto;
    }
    .home-events {
        width: 80%;
        margin: 0 auto
    }
    .no-margin {
        margin-right: 0
    }
    .white-bg {
        background-color: #fff;
        margin-left: 30px;
    }
    .blue-bar {
        height: 330px;
        color: inherit;
        padding: 0.1px;
    }
    .news .attachment-post-thumbnail, .social-media-image {
        width: 80%;
        height: auto;
        display: block;
        margin: 0 auto;
        border-radius: 0;
    }
    .tweet-info {
        width: 80%;
        margin: 0 auto;
    }
    .social-media-image {
        margin: 20px auto;
    }
    .opacity {
        background: rgba(255, 255, 255, 0.4);
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        z-index: 999
    }
    /*.fold {
          width: 400px;
          position: absolute;
          top: 500px;
          right: 50px;
      }*/
    .fold h2, .fold h3 {
        text-align: center;
    }
    .button-hover {
        z-index: 999999
    }
    .button-link {
        background-color: #1977bc;
        color: #fff;
        border: #1977bc solid 2px;
        border-radius: 5px;
        padding: 6px;
        opacity: 1;
        transition: opacity 2s;
        cursor: pointer;
        width: 100%;
    }
    .information-session-box {
        clear: both;
        width: 100%;
    }
    .information-session-box img {
        width: 70%;
        height: auto;
        margin: 0 auto;
        display: block;
    }
    .information-session-box ul {
        width: 100%;
        display: block
    }
    .information-session-box li {
        display: inline;
        margin: 5px;
        font-size: 80%;
        list-style-type: none;
    }
    .button-link:hover {
        color: #fff;
        background-color: #134470
    }
    .blue-bar .fold-top {
        position: absolute;
        top: -31px;
        right: 50px;
        width: 400px;
        z-index: 9999
    }
    .fold-top {
        position: absolute;
        top: -50px;
        right: 50px;
        width: 400px;
        z-index: 9999;
        -webkit-clip-path: polygon(0 0, 96% 0, 102% 96%, 0% 100%);
        clip-path: polygon(0 0, 96% 0, 102% 96%, 0% 100%);
    }
    .fold-top.hopehouse, .fold-top.consulting {
        border-top: #ccc solid 1px;
    }
    .fold.front-page .fold-bottom {
        border-bottom: solid 1px #ccc;
    }
    .fold-top-sub {
        position: absolute;
        top: -52px;
        right: 50px;
        width: 400px;
        z-index: 9999;
        -webkit-clip-path: polygon(0 0, 96% 0, 102% 96%, 0% 100%);
        clip-path: polygon(0 0, 96% 0, 102% 96%, 0% 100%);
    }
    .fold-left .fold-top {
        position: absolute;
        top: -30px;
        left: 50px;
        width: 400px;
        z-index: 9999
    }
    .fold-left .fold-bottom {
        position: absolute;
        bottom: -31px;
        left: 50px;
        width: 400px;
        z-index: 9999
    }
    .fold-bottom {
        position: absolute;
        bottom: -30px;
        right: 50px;
        width: 400px;
        z-index: 9999;
        -webkit-clip-path: polygon(0 0, 101% 0, 93% 96%, 0% 100%);
        clip-path: polygon(0 0, 101% 0, 93% 96%, 0% 100%);
    }
    .fold-bottom-sub {
        position: absolute;
        bottom: -31px;
        right: 50px;
        width: 400px;
        z-index: 999999999;
        -webkit-clip-path: polygon(0 0, 101% 0, 93% 96%, 0% 100%);
        clip-path: polygon(0 0, 101% 0, 93% 96%, 0% 100%);
    }
    .fold-body {
        position: absolute;
        top: -29px;
        right: 50px;
        width: 370px;
        z-index: 9998;
        min-height: 100%;
        height: calc(100% + 29px);
        display: flex;
        flex-direction: column;
        padding-bottom: 0 !important;
        -webkit-box-shadow: -9px 0px 36px -16px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: -9px 0px 36px -16px rgba(0, 0, 0, 0.75);
        box-shadow: -9px 0px 36px -16px rgba(0, 0, 0, 0.75);
    }
    .fold-body-sub ul {
        margin-left: 0 !important
    }
    .fold-body-sub {
        position: absolute;
        top: -24px;
        right: 50px;
        width: 370px;
        z-index: 9998;
        min-height: 100%;
        height: calc(100% + 30px);
        display: flex;
        flex-direction: column;
        padding-bottom: 0 !important;
        -webkit-box-shadow: -9px 0px 36px -16px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: -9px 0px 36px -16px rgba(0, 0, 0, 0.75);
        box-shadow: -9px 0px 36px -16px rgba(0, 0, 0, 0.75);
    }
    .fold-left .fold-body {
        position: absolute;
        left: 50px;
        width: 370px;
    }
    .blue-bar .fold-body {
        top: -10px;
        height: calc(100% + 14px);
    }
    .fold-top .triangle, .fold-top-sub .triangle {
        width: 0;
        height: 0;
        border-bottom: 30px solid #bcc4c9;
        border-right: 30px solid transparent;
    }
    .fold-bottom .triangle, .fold-bottom-sub .triangle {
        width: 0;
        height: 0;
        border-top: 30px solid #bcc4c9;
        border-right: 30px solid transparent;
    }
    .fold-top, .fold-bottom, .fold-top-sub, .fold-bottom-sub {
        background-color: #fff;
        display: block;
    }
    .faded-bg, .faded-bg2 {
        min-height: 500px;
        background-size: cover;
        background-position: left top
    }
    .intro {
        width: calc(100% - 450px);
    }
    .intro h1 {
        padding-top: 20px;
    }
    .senior-admin-bio {
        padding-left: 0
    }
    .page-cart {
        display: block;
        float: right;
    }
    .social-media-image {
        width: 80%;
        margin: 2% auto;
        height: 300px;
        overflow: hidden;
        /*border-radius: 10px*/
    }
    .blue-bar .fold-top {
        position: absolute;
        top: -31px;
        right: 50px;
        width: 360px;
        z-index: 9999
    }
    .blue-bar .fold-body {
        top: -10px;
        height: calc(100% + 14px);
    }
    .blue-bar .fold-left .fold-body {
        position: absolute;
        left: 50px;
    }
    .blue-bar .fold-body {
        position: absolute;
        width: 330px;
    }
    .blue-bar .fold-body {
        top: -10px;
        height: calc(100% + 14px);
    }
    .blue-bar .fold-bottom {
        width: 360px;
    }
}

/*@media only screen and (max-width:1024) {

  .search .button-hover {display:none;}
}*/
@media only screen and (min-width: 1050px) {
    #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item {
        margin: 0 2% 0 0
    }
}
@media only screen and (min-width:1140px) {
    #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item {
        margin: 0 3% 0 0
    }
    .testimonial-container {
        height: 600px;
    }
    .faqs-jump li {
        list-style-type: none;
        display: inline-block;
        margin: 20px
    }
    .faqs-jump .more-info-large {
        display: inline-block;
    }
}
@media only screen and (min-width:1280px) {
    /*.slider-container {

        height: 600px;
        overflow: hidden;
        position: relative;
    }*/
    .pull-quote {
        width: 300px;
        font-size: 30px;
        top: 75px;
        padding: 0
    }
    .faded-bg, .faded-bg2 {
        min-height: 490px;
    }
}
@media only screen and (min-width:1540px) {}
@media only screen and (min-width:1780px) {
    .slider-container {
        /*height: 650px;*/

        height: 600px;
        overflow: hidden;
        position: relative;
    }
    .slider-container .slick-dots {
        top: 500px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:144dpi) {}

/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
    background: #1977bc;
    color: #FFF;
    text-shadow: none;
}
::-webkit-selection {
    background: #1977bc;
    color: #FFF;
    text-shadow: none;
}
::-moz-selection {
    background: #1977bc;
    color: #FFF;
    text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption .wp-caption-text, .gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.sticky {}
.bypostauthor {}
.schedule-mobile {
    display: none;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
    * {
        background: transparent !important;
        color: #000 !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: 0.5cm;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
}
@media only screen and (max-width: 1024px) {
    .search .button-hover {
        visibility: hidden !important;
    }
    .archive-thumbnail {
        min-height: 200px;
    }
    .faq-options {
        columns: 2;
    }
    .schedule-table {
        display: none;
    }
    .schedule-mobile {
        display: block;
    }
    .pull-quote-small {
        width: 200px !important;
        margin: 0 auto;
    }
}
@media only screen and (max-width:1200px) {
    .nav.wrapper {
        width: 100%;
        max-width: none;
    }
    /*.slider-container .slick-dots {
        bottom: 100px;
    }*/
}
@media screen and (max-width: 1360px) {
    #mega-menu-wrap-header-menu #mega-menu-header-menu li#mega-menu-item-24.mega-menu-megamenu> ul.mega-sub-menu {
        background-size: 50%;
        background-position: right center;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu li#mega-menu-item-26.mega-menu-megamenu> ul.mega-sub-menu {
        background-size: 45%;
        background-position: right center;
    }
}
