/*
    Theme Name:     Trinitas
    Description:    Design for Trinitas Classical School by IFI.
    Author:         IFI
    Author URI:     http://www.what-if.com/
    Template:       IFICore2
    Version:        1.0
*/

/*
=== Table of Contents ===

    1. Basic Styles
    2. Header
    3. Navigation
    4. Slideshow
    5. Promos
    6. Content
    7. Sidebar
    8. Home Sections
    9. PreFooter
    10. Footer
    11. Events
    12. Custom Post Types
    13. Responsive

========================= */

/* =========== Header Fix ========= */

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

    html #slideshow-wide img {
        max-width: none !important;
    }
    
    html #subhdrimg img {
        max-width: none !important;
    }

    html .subhdrint img {
        max-width: none !important;
    }
}

/* ======= Hide CTA on Specific Pages ======= */

.trinitas-classical-school-protect-young-eyes-digital-trends #top-cta-wide {
    display: none;
    visibility: hidden;
}

/* ======= Hide RECAPTCHA badge ======= */

.grecaptcha-badge { visibility: hidden; }

/* =========== Date & Time Formatting - Countdown CTA in Override Mode ========= */

.ctcta-date-time {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 0.75em;
    line-height: 0.65em;
    margin-bottom: 0.8em;
}

@media screen and (max-width: 750px) {
    .ctcta-date-time {
        text-align: center;
        line-height: 0.85em;
        font-size: 0.85em;
    }
    
    #top-cta .col.c3-4 {
        padding-top: 0.8em;
    }
}

#top-cta .btn.ctcta-btn-adjust {
    margin-top: 0.8em;
}

/* =========== Responsive oEmbed =========== */

.youtube-wrap, 
.gmap-wrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 - adjust in child for different ratios */
	height: 0;
    overflow: hidden;
}

.youtube-wrap iframe,
.gmap-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%!important;
}

/* =========== Alerts [03-2017] =========== */

.ifi-alert {
    margin: 10px 0 10px;
    padding: 10px 15px;
    background: #f3f9ff;
    border-left: 3px solid #B0CFEB;
    
}

/* =========== Top CTA Add-On [02-2017] =========== */

#top-cta-wide {
	background: #03223f;
	border-bottom: 2px solid #114c84;
}

#top-cta-wide:hover {
	cursor: pointer;
	background: #0D4070;
	background: -moz-linear-gradient(top, #0D4070 0%, #03223f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0D4070), color-stop(100%, #03223f));
	background: -webkit-linear-gradient(top, #0D4070 0%, #03223f 100%);
	background: -o-linear-gradient(top, #0D4070 0%, #03223f 100%);
	background: -ms-linear-gradient(top, #0D4070 0%, #03223f 100%);
	background: linear-gradient(to bottom, #0D4070 0%, #03223f 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0D4070', endColorstr='#03223f', GradientType=0 );
}

#top-cta {
    color: #fff;
    font-family: 'Lora', serif;
    font-weight: bold;
    padding: 0 15px;
    font-size: 1.9em;
    line-height: 2.3;
}

#top-cta .btn {
    display: block;
    color: #075196;
    font-weight: bold;
    width: 100%;
    border-bottom: 5px solid #E4AA12;
    border-radius: 0;
    text-align: center;
    background: #ffd43e;
    background: -moz-linear-gradient(top,  #f6b91c 0%, #ffd43e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6b91c), color-stop(100%,#ffd43e));
    background: -webkit-linear-gradient(top,  #f6b91c 0%,#ffd43e 100%);
    background: -o-linear-gradient(top,  #f6b91c 0%,#ffd43e 100%);
    background: -ms-linear-gradient(top,  #f6b91c 0%,#ffd43e 100%);
    background: linear-gradient(to bottom,  #f6b91c 0%,#ffd43e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6b91c', endColorstr='#ffd43e',GradientType=0 );
    padding: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: .8em;
    line-height: 1.2;
}

#top-cta .btn:hover {
    background: #f6b91c;
    border-bottom: 5px solid #E4AA12;
    color: #fff;
}

/* =========== 1. Basic Styles =========== */

.community-life #sidebar > ul.widget-container:first-child,
.current-students-2 #sidebar > ul.widget-container:first-child,
.giving #sidebar > ul.widget-container:first-child {
    display: none;
    visibility: hidden;
}

#sidebar ul.page_widgets + ul.widget-container  {
    display: none; 
    visibility: hidden;
}

html, body { 
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
    /* color: #636C7F; */
    color: #434851;
}

h1, h2, h3, h4, h5,
h1 a, h2 a, h3 a, h4 a, h5 a {
    font-family: 'Lora', serif;
    color: #075196;
    font-weight: 700;
}

a {
    color: #3A8AD1; 
}

h1 a, h2 a, h3 a, h4 a, h5 a {
    color: #075196;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
    color: #3A8AD1;
}

.tpl_home .entry em,
.tpl_home .entry strong {
    color: #398AD1;
}

.entry ul li {
    padding: 5px 0 5px 25px;
    color: inherit;
    background: url(images/bullet-li.svg) no-repeat left 10px;
}

.entry ol > li {
    border: 0;   
}

.entry ol > li:before {
    background: #3A8AD1;
}

#content .btn {
    border: 1px solid #044071;
    border-radius: 0;
    font-size: 1em;
    color: #fff;
    cursor: pointer;
    padding: 7px 18px; 
    text-align: center;
    background: #276294;
    background: -moz-linear-gradient(top, #276294 0%, #044071 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #276294), color-stop(100%, #044071));
    background: -webkit-linear-gradient(top, #276294 0%, #044071 100%);
    background: -o-linear-gradient(top, #276294 0%, #044071 100%);
    background: -ms-linear-gradient(top, #276294 0%, #044071 100%);
    background: linear-gradient(to bottom, #276294 0%, #044071 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#276294', endColorstr='#044071', GradientType=0 ); 
}

#content .btn:hover {
    background: #044071;   
}

#content .print-btn {
    border: 0;
    background: #eee;
    color: #276294;
    border-radius: 6px;
}

#content .print-btn i {
    margin-right: 8px;
}

#content .print-btn:hover {
    background: #d3d3d3
}

.tpl_home #content .btn {
    border: 0px;
}

form.wpcf7-form input[type=submit] {
    background: #276294;
}

form.wpcf7-form input[type=submit]:hover {
    background: #044071;
}

blockquote {
    font-size: 1.1em;
    color: #4A78A6;
    background: url(images/quote.png) no-repeat 18px 14px, #f3f9ff;
    background: url(images/quote.png) no-repeat 18px 14px, -moz-linear-gradient(left,  #f3f9ff 0%, #ffffff 100%);
    background: url(images/quote.png) no-repeat 18px 14px, -webkit-gradient(linear, left top, right top, color-stop(0%,#f3f9ff), color-stop(100%,#ffffff));
    background: url(images/quote.png) no-repeat 18px 14px, -webkit-linear-gradient(left,  #f3f9ff 0%,#ffffff 100%);
    background: url(images/quote.png) no-repeat 18px 14px, -o-linear-gradient(left,  #f3f9ff 0%,#ffffff 100%);
    background: url(images/quote.png) no-repeat 18px 14px, -ms-linear-gradient(left,  #f3f9ff 0%,#ffffff 100%);
    background: url(images/quote.png) no-repeat 18px 14px, linear-gradient(to right,  #f3f9ff 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f9ff', endColorstr='#ffffff',GradientType=1 );
    border-bottom: 1px solid #B0CFEB;
}

blockquote em {
    display: block;
    margin-top: 15px;
    font-weight: bold;
    font-size: .9em;
}

h2.tribe-events-page-title {
    text-align: left !important;
    width: 66%;
    float: left;
    clear: none;
}

#tribe-events-content h2 ~ a {
    float: right;
    margin-top: 17px;
    font-weight: bold;
}

.tribe-events-photo > a.photo-view,
.tribe-events-month > a.month-view {
    display: none;
    visibility: hidden;
}

.searchinput {width: 105px;}

#sidebar > ul.widget-container + ul.widget-container {
    display: none;
    visibility: hidden;
}

/* =========== 2. Header =========== */

#header-wide,
#header {
    height: auto;
}

#top-logo {
    z-index: 100;
}

#top-logo img {
    width: 210px;
}

#header-wide {
    background: #085196;
    background: -moz-linear-gradient(top,  #085196 0%, #0a63b1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#085196), color-stop(100%,#0a63b1));
    background: -webkit-linear-gradient(top,  #085196 0%,#0a63b1 100%);
    background: -o-linear-gradient(top,  #085196 0%,#0a63b1 100%);
    background: -ms-linear-gradient(top,  #085196 0%,#0a63b1 100%);
    background: linear-gradient(to bottom,  #085196 0%,#0a63b1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#085196', endColorstr='#0a63b1',GradientType=0 );
}

#preheader {
    top: 40px;
    float: right;
    clear: none;
}

#preheader a.btn, 
#header-small a.btn {
    border: 1px solid #044071;
    border-radius: 0;
    color: #fff;
    font-size: 1em;
    cursor: pointer;
    padding: 5px 15px; 
    text-align: center;
    font-family: 'Lora', serif;
    font-weight: 700;
    background: #276294;
    background: -moz-linear-gradient(top,  #276294 0%, #044071 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#276294), color-stop(100%,#044071));
    background: -webkit-linear-gradient(top,  #276294 0%,#044071 100%);
    background: -o-linear-gradient(top,  #276294 0%,#044071 100%);
    background: -ms-linear-gradient(top,  #276294 0%,#044071 100%);
    background: linear-gradient(to bottom,  #276294 0%,#044071 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#276294', endColorstr='#044071',GradientType=0 );
}

#preheader a.btn {  
    float: left;
}   

#preheader a.btn i,
#header-small a.btn i {
    margin-right: 6px;
}

#preheader a.btn:hover {
    background: #044071;
    background: -moz-linear-gradient(top,  #044071 0%, #276294 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#044071), color-stop(100%,#276294));
    background: -webkit-linear-gradient(top,  #044071 0%,#276294 100%);
    background: -o-linear-gradient(top,  #044071 0%,#276294 100%);
    background: -ms-linear-gradient(top,  #044071 0%,#276294 100%);
    background: linear-gradient(to bottom,  #044071 0%,#276294 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#044071', endColorstr='#276294',GradientType=0 );
}

#preheader .searchbox,
#header-small .searchbox {
    font-size: .8em;
    border: 1px solid #085196;
    border-radius: 4px;
    display: block;
    float: left;
    color: #0A63B1;
    background: #c1d6e0;
    background: -moz-linear-gradient(top,  #c1d6e0 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1d6e0), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #c1d6e0 0%,#ffffff 100%);
    background: -o-linear-gradient(top,  #c1d6e0 0%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #c1d6e0 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #c1d6e0 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1d6e0', endColorstr='#ffffff',GradientType=0 );
}

#preheader .searchbox {
    width: 140px;
}

#preheader .searchbox button,
#header-small .searchbox button {
    background: transparent;
    color: #0A63B1;
    width: 30px;
}

#preheader .social-links,
#header-small .social-links {
    display: block;
    font-size: 1.2em;
    line-height: 1;
    padding-left: 10px;
    padding-right: 10px;
}

#preheader .social-links {
    float: left;
}


#preheader .social-links a,
#header-small .social-links a {
    display: block;
    float: left;
    line-height: 1.5;
    color: #fff;
}

#preheader .social-links a:hover {
    color: #3A8AD1;
}

.subhdrint {
    display: block;
    overflow: hidden;
}

.subhdrint img {
    height: auto;
    display: block;
    left: -960px; 
    margin-left: 50%; 
    position: relative; 
    display: block;
}

.current-students .pagenav {
    display: none;
    visibility: hidden;
}


/* =========== 3. Navigation =========== */

#mainnav-wide {
    position: absolute;
    margin-top: -40px;
    height: auto;
    background: #074a89;
    background: -moz-linear-gradient(top,  #074a89 0%, #085196 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#074a89), color-stop(100%,#085196));
    background: -webkit-linear-gradient(top,  #074a89 0%,#085196 100%);
    background: -o-linear-gradient(top,  #074a89 0%,#085196 100%);
    background: -ms-linear-gradient(top,  #074a89 0%,#085196 100%);
    background: linear-gradient(to bottom,  #074a89 0%,#085196 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#074a89', endColorstr='#085196',GradientType=0 );
}

#mainnav {
    float: none;
    display: block;
    font-family: 'Lora', serif;
    font-weight: bold;
    height: 40px;
}

#mainnav li .sub li {
    width: 220px;
}

#mainnav li a {
    font-weight: bold;
}

#mainnav > ul {
    float: right;
}

#mainnav li .sub-container.non-mega .sub {
    margin-top: 0;
}

#mainnav li .sub {
    background: #085196;
    background: -moz-linear-gradient(top,  #085196 0%, #0a63b1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#085196), color-stop(100%,#0a63b1));
    background: -webkit-linear-gradient(top,  #085196 0%,#0a63b1 100%);
    background: -o-linear-gradient(top,  #085196 0%,#0a63b1 100%);
    background: -ms-linear-gradient(top,  #085196 0%,#0a63b1 100%);
    background: linear-gradient(to bottom,  #085196 0%,#0a63b1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#085196', endColorstr='#0a63b1',GradientType=0 );
    border-bottom: 2px solid #033159;
}

#mainnav li .sub li a:hover,
#mainnav li .sub .sub li a:hover {
    background: #033159;
}

#mainnav li .sub .menu-item-has-children > .sub-menu a:hover {
    background: #033159;
}

#mainnav li .sub .menu-item-has-children > .sub-menu a {
    padding-left: 0;
}

#mainnav li .sub .menu-item-has-children > .sub-menu a:before {
    font-family: "FontAwesome";
    content: '\f054';
    color: #3A8AD1;
    display: inline-block;
    margin: 0 10px;
    height: auto;
}

#mainnav ul > li > a {
    line-height: 40px;
    padding: 0 15px;
}

#mainnav ul li a {
    color: #fff;
    z-index: 150;
    font-size: 15px;
    cursor: pointer !important;
}

#mainnav ul li a:hover {
    color: #3A8AD1;
    cursor: pointer !important;
}

#mainnav #menu-item-508 a:before {
    font-family: "FontAwesome";
    content: '\f015';
    font-weight: normal;
    font-size: 16px;
}

#mainnav #menu-item-508 a {
    font-size: 0px;
    line-height: 34px;
}


/* =========== 4. Slideshow =========== */

#slideshow-wide .sue-content-slider, 
#slideshow-wide .sue-content-slide {
    margin: 0; 
    overflow: hidden;
}

#slideshow-wide .sue-content-slider .sue-content-slide img,
.flexslider img {
    left: -960px; 
    margin-left: 50%; 
    position: relative; 
    display: block;
}

#slideshow-wide .sue-content-slider .sue-content-slide img,
.flexslider img {
    height: 500px;
    width: 1920px !important;
}

#slideshow-wide .sue-content-slider .slide-caption-wide {
    background: #fff; 
    background: rgba(255, 255, 255, 0.7); 
    bottom: 0; 
    position: absolute;
}

#slideshow-wide .sue-content-slider .slide-caption-wide a {
    text-decoration: none;
}

#slideshow-wide .sue-content-slider .slide-caption-container-wide {
    position: absolute;
    top: 0;
    height: 500px;
}

#slideshow-wide .sue-content-slider .slide-caption,
.flex-caption {
    width: 480px;
    height: 280px;
    position: absolute;
    top: 65px;
    right: 15px;
    border-bottom: 4px solid #085196;
    padding: 20px 40px;
    line-height: 1.5;
    text-align: center;
    font-size: 1.2em;
    z-index: 1000;
    background: #F1FBFF;
    background: rgba(241,251,255,0.8);
    background: -moz-linear-gradient(top,  rgba(241,251,255,0.8) 0%, rgba(224,245,255,0.8) 30%, rgba(204,239,255,0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,251,255,0.8)), color-stop(30%,rgba(224,245,255,0.8)), color-stop(100%,rgba(204,239,255,0.8)));
    background: -webkit-linear-gradient(top,  rgba(241,251,255,0.8) 0%,rgba(224,245,255,0.8) 30%,rgba(204,239,255,0.8) 100%);
    background: -o-linear-gradient(top,  rgba(241,251,255,0.8) 0%,rgba(224,245,255,0.8) 30%,rgba(204,239,255,0.8) 100%);
    background: -ms-linear-gradient(top,  rgba(241,251,255,0.8) 0%,rgba(224,245,255,0.8) 30%,rgba(204,239,255,0.8) 100%);
    background: linear-gradient(to bottom,  rgba(241,251,255,0.8) 0%,rgba(224,245,255,0.8) 30%,rgba(204,239,255,0.8) 100%);

}

#slideshow-wide .sue-content-slider .slide-caption .btn,
.flex-caption .btn {
    display: block;
    color: #075196;
    font-family: 'Lora', serif;
    border-radius: 0;
    font-weight: 700;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border: 1px solid #D39D11;
    background: #ffd43e;
    background: -moz-linear-gradient(top,  #ffd43e 0%, #f6b91c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd43e), color-stop(100%,#f6b91c));
    background: -webkit-linear-gradient(top,  #ffd43e 0%,#f6b91c 100%);
    background: -o-linear-gradient(top,  #ffd43e 0%,#f6b91c 100%);
    background: -ms-linear-gradient(top,  #ffd43e 0%,#f6b91c 100%);
    background: linear-gradient(to bottom,  #ffd43e 0%,#f6b91c 100%);

}

#slideshow-wide .sue-content-slider .slide-caption .btn:hover,
.flex-caption .btn:hover {
    color: #fff;
    background: #f6b91c;
    background: -moz-linear-gradient(top,  #f6b91c 0%, #ffd43e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6b91c), color-stop(100%,#ffd43e));
    background: -webkit-linear-gradient(top,  #f6b91c 0%,#ffd43e 100%);
    background: -o-linear-gradient(top,  #f6b91c 0%,#ffd43e 100%);
    background: -ms-linear-gradient(top,  #f6b91c 0%,#ffd43e 100%);
    background: linear-gradient(to bottom,  #f6b91c 0%,#ffd43e 100%);

}

#slideshow-wide .sue-content-slider-arrows-yes, 
.sue-content-slider-pages-yes, 
#slideshow-wide .sue-content-slider-arrows-hover, 
#slideshow-wide .sue-content-slider-pages-hover {
    padding-top: 0 !important;
}

/*
#slideshow-wide .owl-prev, 
#slideshow-wide .owl-next {
    font-size: 35px;
    width: 60px;
    height: 60px;
    line-height: 430px;
}

#slideshow-wide .owl-prev {
    left: 20px;
}

#slideshow-wide .owl-next {
    right: 20px;
}
*/

#slideshow-tagline-wide {
    background: #0F66AD;
    background: rgba(15, 102, 173, .8);
    z-index: 10;
}

#slideshow-tagline {
    font-family: 'Lora', serif;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    color: #fff;
    font-size: 2em;
    line-height: 1.5;
    padding: 20px;
    height: 90px;
    margin-top: -90px;
}

#slideshow-wide .sue-content-slider .owl-prev,
#slideshow-wide .sue-content-slider .owl-next {
    color: #0A63B1;
    text-shadow: 1px 1px #fff;
}

#slideshow-wide .sue-content-slider .owl-prev:hover,
#slideshow-wide .sue-content-slider .owl-next:hover {
    color: #033159;
}

.flexslider {
    overflow: hidden;
    display: none;
    visibility: hidden;
}

.subhdrimg {
    overflow: hidden !important;
}

.ie9 .flexslider {
    display: block;
    visibility: visible;
}



.ie9 .sue-content-slider,
.ie9 .sue-content-slide {
    display: none !important;
    visibility: hidden !important;
}

.ie9 .flex-caption {
    
}

.flexslider .slide-caption-container-wide {
    position: absolute !important;
    top: 0 !important;
}

.flexslider .flex-direction-nav a:before {
    text-decoration: none;
    font-size: 30px;
    padding-top: 10px;
    margin-bottom: 10px;
}

/* =========== 5. Promos =========== */

#promos-wide {
    background: #033159;
}

#promos {
    padding-top: 1em;
    padding-bottom: 1em;
}

#promos .promo .inner-text {
    background: #0A63B1;
    padding: 1px 15px;
}

#promos .promo .inner-text h3 {
    color: #fff;
}

#promos .promo:hover .inner-text {
    background: #074A85;
}


/* =========== 6. Content =========== */

#content-wide {
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #fefeff 73%, #eff9ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(73%,#fefeff), color-stop(100%,#eff9ff));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#fefeff 73%,#eff9ff 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#fefeff 73%,#eff9ff 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#fefeff 73%,#eff9ff 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#fefeff 73%,#eff9ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eff9ff',GradientType=0 );
}

#content-container {
    background: transparent;
    padding-top: 1px;
}

.tpl_home .post-title {
    display: none; 
    visibility: hidden;
}

#content-container section {
    padding: 0 2em;
}

#content .classroom .postmetadata {display: none; visibility: hidden;}

.tpl_home #content .btn {
    background: #3A8AD1;
    font-weight: bold;
    font-family: 'Lora', serif;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
    font-size: 20px;
    padding: 15px 20px;
    width: 200px;
    border-bottom: 3px solid #203A64;
    margin-top: 30px;
}

.tpl_home #content .btn:hover {
    background: #085196;
}
/* ---- turn off post date / author
#content small {
    display: none;
    visibility: hidden;
}
---- commented out TB 12/28/21 per client ---- */

#content-container #loginform {
    width: 40%;
}

#content-container #loginform .login-username label,
#content-container #loginform .login-password label,
#content-container #loginform br {
    display: none; 
    visibility: hidden;
}

#content-container #loginform input[type=text],
#content-container #loginform input[type=password] {
    font-size: 1.1em;
    padding: 4px 8px;
    border: 1px solid #c1d6e0;
    border-radius: 4px;
    width: 100%;
    color: #0A63B1;
    background: #fff;
}

#content-container #loginform input[type=submit] {
    border: 1px solid #044071;
    border-radius: 0;
    color: #fff;
    width: 40%;
    font-size: 1.1em;
    cursor: pointer;
    padding: 6px;
    text-align: center;
    font-family: 'Lora', serif;
    font-weight: 700;
    background: #276294;
    background: -moz-linear-gradient(top,  #276294 0%, #044071 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#276294), color-stop(100%,#044071));
    background: -webkit-linear-gradient(top,  #276294 0%,#044071 100%);
    background: -o-linear-gradient(top,  #276294 0%,#044071 100%);
    background: -ms-linear-gradient(top,  #276294 0%,#044071 100%);
    background: linear-gradient(to bottom,  #276294 0%,#044071 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#276294', endColorstr='#044071',GradientType=0 );
}

#content-container #loginform input[type=submit]:hover {
    background: #044071;
    background: -moz-linear-gradient(top,  #044071 0%, #276294 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#044071), color-stop(100%,#276294));
    background: -webkit-linear-gradient(top,  #044071 0%,#276294 100%);
    background: -o-linear-gradient(top,  #044071 0%,#276294 100%);
    background: -ms-linear-gradient(top,  #044071 0%,#276294 100%);
    background: linear-gradient(to bottom,  #044071 0%,#276294 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#044071', endColorstr='#276294',GradientType=0 );
}

#paypal-donation img {
    border: 0;
    background: transparent;
}

#paypal-donation br {
    display: none;
    visibility: hidden;
}

.ctct-embed-signup #success_message {
    font-size: 2em;
}

/* --- Tables --- */

table {
    border-collapse: collapse;
    width: 100%;
    margin:auto;
    padding:auto;
}

th, td {
    text-align:left;
    padding:5px;
    margin:5px;
}

tr:nth-child(odd){
    background-color: #f2f2f2
}

th {
    text-align:left;
    background-color: #044071;
    color: white;
}

.pricing-table td:last-child,
.pricing-table th:last-child {
    text-align: center;
}

/* --- Spoilers --- */

.su-spoiler-style-default > .su-spoiler-title {
    background-color: #F3F3F3;
    color: #075196;
    padding-left: 35px     !important;
}

.su-spoiler-icon {
    color: #075196;
    padding-left: 15px;
    padding-right: 15px;
}

.su-spoiler-content {
    color: #636C7F;
}

      /* ======= Back-Up Code Blue Spoilers ======= */
/*
.su-spoiler-style-default > .su-spoiler-title {
    background-color: #075196;
    color: #fff;
    padding-left: 35px     !important;
}

.su-spoiler-icon {
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

.su-spoiler-content {
    color: #636C7F;
}

*/




/*---Scripture Indent---*/

.passage-indent {
    padding: 20px 0 20px 30px;
    border-left: 3px solid #B0CFEB;
    color: #4A78A6;
    font-style: italic;
    
    background: #f3f9ff;
    background: -moz-linear-gradient(left,  #f3f9ff 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f3f9ff), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(left,  #f3f9ff 0%,#ffffff 100%);
    background: -o-linear-gradient(left,  #f3f9ff 0%,#ffffff 100%);
    background: -ms-linear-gradient(left,  #f3f9ff 0%,#ffffff 100%);
    background: linear-gradient(to right,  #f3f9ff 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f9ff', endColorstr='#ffffff',GradientType=1 );

}

/* ---Contact Forms--- 

span.wpcf7-list-item  {
    display: block; 
}     */

/* =========== 7. Sidebar =========== */

#sidebar .widget-container li a {
    background: #E7F3FF;
    color: #075196;
    border-bottom: 1px solid #B0CFEB;
    cursor: pointer;
    padding: 12px 20px;
    line-height: 1.4;
}

#sidebar .widget-container li a:hover {
    background: #CCE6FD;
    cursor: pointer;
}

#sidebar .widget-title {
    color: #053C70;
    border-color: #267DCE;
}

#sidebar .btn {
    display: block;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 3px solid #203A64;
    border-radius: 0;
    text-align: center;
    background: #3A8AD1;
    padding: 15px;
    margin-top: 0;
    margin-bottom: 10px;
    width: 100%;
}

#sidebar .btn:hover {
    background: #085196;
}

#sidebar .btn.btn-b {

    color: #075196;

    border-bottom: 3px solid #E4AA12;

    background: #ffd43e;
    background: -moz-linear-gradient(top,  #f6b91c 0%, #ffd43e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6b91c), color-stop(100%,#ffd43e));
    background: -webkit-linear-gradient(top,  #f6b91c 0%,#ffd43e 100%);
    background: -o-linear-gradient(top,  #f6b91c 0%,#ffd43e 100%);
    background: -ms-linear-gradient(top,  #f6b91c 0%,#ffd43e 100%);
    background: linear-gradient(to bottom,  #f6b91c 0%,#ffd43e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6b91c', endColorstr='#ffd43e',GradientType=0 );
}

#sidebar .btn.btn-b:hover {
    background: #f6b91c;
    border-color: #E4AA12;
    color: #fff;
}

#sidebar .btn.btn-c {
    color: #fff;
    border-bottom: 3px solid #02305c;
    background: #03396c;
}

#sidebar .btn.btn-c:hover {
    background: #01284d;
    border-color: #000;
    color: #fff;
}

#sidebar .contact-sidebar {
    margin-bottom: 10px;
    /* overflow: hidden;
    height: 80px; */
}

#sidebar .contact-sidebar a {
    font-size: .9em;
}

#sidebar .contact-sidebar .col mc1-3b {
    overflow: hidden;
    height: 80px;
}

.sidebar-quote {
    color: #4A78A6;
    padding: 15px;
    font-size: 1.1em;
    border-bottom: 1px solid #B0CFEB;
    background: #f3f9ff;
    background: -moz-linear-gradient(left,  #f3f9ff 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f3f9ff), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(left,  #f3f9ff 0%,#ffffff 100%);
    background: -o-linear-gradient(left,  #f3f9ff 0%,#ffffff 100%);
    background: -ms-linear-gradient(left,  #f3f9ff 0%,#ffffff 100%);
    background: linear-gradient(to right,  #f3f9ff 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f9ff', endColorstr='#ffffff',GradientType=1 );

    text-align: center;
}

.sidebar-quote em {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    font-size: .9em;
}


/* =========== 8. Home Sections =========== */

#our-programs-wide {
    background: #085196;
    border-bottom: 5px solid #0B3D7D;
}

#our-programs, 
#our-programs h1,
#our-programs h2,
#our-programs h3,
#our-programs h4, 
#our-programs h5 {
    color: #fff;
}

#our-programs {
    padding: 20px 15px;
}

#our-programs img {
    padding: 7px 20px 10px 0;
    width: 35%;
    height: auto;
}

#our-programs .col {
    padding-left: 10px;
    padding-right: 10px;
}

#our-programs em {
    color: #398AD1;
}

#our-programs .btn {
    color: #fff;
    border-radius: 0;
    border: 3px solid #fff;
    font-family: 'Lora', sans-serif;
    display: block;
    width: 50%;
    margin: 2em auto 1em;
    padding: .5em;
    font-size: 1.3em;
    text-align: center;
    background: transparent;
    font-weight: 700;
}

#our-programs .btn:hover {
    background: #033159;
}

#posts-events-wide {
    padding-bottom: 20px;
}

#posts-events a {
    text-decoration: none;
}

#posts-events .col {
    padding-left: 10px;
    padding-right: 10px;
}

#posts-events .post-container {
    border-bottom: 1px solid #A4C6DF;
    padding: 15px 10px;
}

#posts-events .post-container:hover {
    background: #DAE8ED;
}

#posts-events .post-container .thumbnail-container {
    width: 30%;
    float: left;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 7px;
}

#posts-events .post-container .thumbnail-container img {
    width: 100%;
    height: auto;
}

#posts-events .post-container .inner-text {
    color: #636C7F;
}

#giving-band-wide {
    background: #085196;
    background: -moz-linear-gradient(top,  #085196 0%, #0a63b1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#085196), color-stop(100%,#0a63b1));
    background: -webkit-linear-gradient(top,  #085196 0%,#0a63b1 100%);
    background: -o-linear-gradient(top,  #085196 0%,#0a63b1 100%);
    background: -ms-linear-gradient(top,  #085196 0%,#0a63b1 100%);
    background: linear-gradient(to bottom,  #085196 0%,#0a63b1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#085196', endColorstr='#0a63b1',GradientType=0 );
}

#giving-band {
    color: #fff;
    font-family: 'Lora', serif;
    font-weight: bold;
    padding: 35px 15px;
    font-size: 1.8em;
    line-height: 1.4;
}

#giving-band h3 {
    display: none; 
    visibility: hidden;
}

#giving-band a.btn {
    display: block;
    color: #075196;
    font-weight: bold;
    width: 100%;
    border-bottom: 5px solid #E4AA12;
    border-radius: 0;
    text-align: center;
    background: #ffd43e;
    background: -moz-linear-gradient(top,  #f6b91c 0%, #ffd43e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6b91c), color-stop(100%,#ffd43e));
    background: -webkit-linear-gradient(top,  #f6b91c 0%,#ffd43e 100%);
    background: -o-linear-gradient(top,  #f6b91c 0%,#ffd43e 100%);
    background: -ms-linear-gradient(top,  #f6b91c 0%,#ffd43e 100%);
    background: linear-gradient(to bottom,  #f6b91c 0%,#ffd43e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6b91c', endColorstr='#ffd43e',GradientType=0 );
    padding: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#giving-band a.btn:hover {
    background: #f6b91c;
    border-bottom: 5px solid #E4AA12;
    color: #fff;
}


/* =========== 9. PreFooter =========== */

#prefooter-wide {
    background: #033159;
}

#prefooter .widget-container {
    padding: 10px;
}

#prefooter .widget-title {
    color: #fff;
    margin-top: 0;
    border-bottom: 1px solid #667A8E;
    padding-bottom: 4px;
}

#prefooter div.col > li {
    display: block;
}

#prefooter #text-2 form label, 
#prefooter #text-2 form br {
    display: none; 
    visibility: hidden;
}

#prefooter #text-2 form input[type=text],
#prefooter #text-2 form input[type=password] {
    font-size: 1.1em;
    padding: 4px 8px;
    border: 1px solid #085196;
    border-radius: 4px;
    width: 100%;
    color: #0A63B1;
    background: #c1d6e0;
    background: -moz-linear-gradient(top,  #c1d6e0 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1d6e0), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #c1d6e0 0%,#ffffff 100%);
    background: -o-linear-gradient(top,  #c1d6e0 0%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #c1d6e0 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #c1d6e0 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1d6e0', endColorstr='#ffffff',GradientType=0 );
}

#prefooter #text-2 form input[type=submit] {
    border: 1px solid #044071;
    border-radius: 0;
    color: #fff;
    width: 40%;
    font-size: 1.1em;
    cursor: pointer;
    padding: 6px;
    text-align: center;
    font-family: 'Lora', serif;
    font-weight: 700;
    background: #276294;
    background: -moz-linear-gradient(top,  #276294 0%, #044071 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#276294), color-stop(100%,#044071));
    background: -webkit-linear-gradient(top,  #276294 0%,#044071 100%);
    background: -o-linear-gradient(top,  #276294 0%,#044071 100%);
    background: -ms-linear-gradient(top,  #276294 0%,#044071 100%);
    background: linear-gradient(to bottom,  #276294 0%,#044071 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#276294', endColorstr='#044071',GradientType=0 );
}

#prefooter #text-2 form input[type=submit]:hover {
    background: #044071;
    background: -moz-linear-gradient(top,  #044071 0%, #276294 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#044071), color-stop(100%,#276294));
    background: -webkit-linear-gradient(top,  #044071 0%,#276294 100%);
    background: -o-linear-gradient(top,  #044071 0%,#276294 100%);
    background: -ms-linear-gradient(top,  #044071 0%,#276294 100%);
    background: linear-gradient(to bottom,  #044071 0%,#276294 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#044071', endColorstr='#276294',GradientType=0 );
}

.widget_nav_menu .menu-quick-links-container a {
    display: block;
    border-bottom: 1px solid #306597;
    padding: 7px 10px;
    text-decoration: none;
    color: #fff;
}

.widget_nav_menu .menu-quick-links-container a:hover {
    background: #044071;
}

#nav_menu-2 h3 {
    margin-bottom: 0;
}


/* =========== 10. Footer =========== */

#footer-wide {
    background: #002243;
}

#footer {
    color: #fff;
    padding: 2em !important;
    line-height: 1.3;
}


/* =========== 11. Events =========== */

#tribe-events-photo-events a.btn {
    width: 100%;
}

.tribe-events-list-photo-description {
    margin-top: 10px;
}

#tribe-events ul li {
    background-image: none;
    padding: 0;
}

.tribe-events-single-event-description h2.post-title {
    margin: 1px 0 4px;
}

.event-image-column .tribe-events-event-image img {
    padding: 0; border: 0; margin: 0;
}


#tribe-events-bar,
.tribe-events-user-recurrence-toggle {
    display: none !important;
    visibility: hidden !important;   
}

.tribe-events-list-event-title a {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    font-weight: bold;
    color: #0A63B1;
}

.ifi-event-date {
    color: #fff;
    background: #3A8AD1;
    font-weight: bold;
    font-size: 22px;
    width: 60px;
    text-align: center;
    float: left;
    padding: 20px;
}

.tribe-events-calendar thead th {
    background: #276294 !important;
    border-left: 1px solid #276294 !important;
    border-right: 1px solid #276294 !important;
    
}

.tribe-events-single-event-description h3 {
    font-weight: normal;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #398AD1;
    margin-top: 4px;
}

.tribe-events-notices {
    display: none !important;
    visibility: hidden !important;
}

h2.tribe-events-page-title a, h2.tribe-events-page-title a:focus, h2.tribe-events-page-title a:hover {
    color: #276294 !important;
}

.ecs-event {border-bottom: 1px solid #A4C6DF;}

.ecs-event h4 a {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important; 
    font-weight: bold !important;
    color: #0A63B1 !important;
    font-size: 20px !important;
}

.ecs-event h4 {
    margin-bottom: 1px;
}

.ecs-event .duration {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important; 
    color: #398AD1 !important;
    font-size: 17px;
}

.tribe-events-footer {
    margin-top: 20px;
}


#posts-events .post-container .inner-text:after {
    content: 'Read More';
    color: #3A8AD1;
    font-family: 'Lora', serif;
    font-weight: 700;
    text-align: right;
    display: block;
    margin-top: 10px;
}

.tpl_home .ecs-event > a > img {
    width: 120px; 
    height: auto; 
    margin-right: 20px;
    margin-bottom: 10px;
    display: block;
}

.tpl_home .ecs-event > a {
    float: left;
}

.tpl_home .ecs-event {
    margin-top: 20px;
    margin-bottom: 10px;
}



.event-home-item-link {
    color: #636C7F;
}

.event-home-item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #A4C6DF;
}

.event-home-item:hover {
    background: #DAE8ED;
}

.event-home-item:after {
    content: 'View In Calendar';
    color: #3A8AD1;
    font-family: 'Lora', serif;
    font-weight: 700;
    text-align: right;
    display: block;
    margin-top: 10px;
}


.event-home-item h3 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important; 
    font-weight: bold !important;
    color: #0A63B1 !important;
    font-size: 20px !important;
    margin-bottom: 4px;
    margin-top: 1px !important;
}

.event-home-item h4 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important; 
    color: #398AD1 !important;
    font-size: 19px;
    margin-top: 4px;
    font-weight: normal;
}

.event-home-item .event-datebox {
    color: #fff;
    text-align: center;
    font-size: 30px;
    background: #3A8AD1;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 3px solid #085196;
}

/* =========== 12. Custom Post Types =========== */

a.class-document {
    display: block;
    text-align: center;
    margin: 10px 1% 20px;
    width: 23%;
    float: left;
    line-height: 1.3;
    padding: 20px 10px;
    border: 1px solid #ddd;
    text-decoration: none;
}

a.class-document img {
    display: block;
    margin: 5px auto 15px;
    border: 0;
    padding: 0;
    background: transparent;
}

a.class-document:hover {
    background: #eee;
}

.contact-sidebar {
    /* border-bottom: 1px solid #A4C6DF; */
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #fefeff 73%, #eff9ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(73%,#fefeff), color-stop(100%,#eff9ff));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#fefeff 73%,#eff9ff 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#fefeff 73%,#eff9ff 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#fefeff 73%,#eff9ff 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#fefeff 73%,#eff9ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eff9ff',GradientType=0 );
}

.contact-sidebar .col {
    margin-top: 0; 
    margin-bottom: 0;
}

.contact-sidebar h4 {
    margin-top: 1px;
    margin-bottom: 1px;
}

.contact-sidebar img {
    width: 100%;
    height: auto;
    display: block;
}

.contact-sidebar .mc2-3b {
    padding: 9px 10px;
    line-height: 1.1;
    font-size: 15px;
    width: 80%;
}

.contact-sidebar .mc1-3b {
    width: 20%;
}

#content a.btn.rss-btn {
    font-size: 12px !important;
    text-transform: uppercase;
    background: #ff9900;
    border: 0;
    border-radius: 3px !important;
    clear: both;
    margin-bottom: 10px;
    margin-top: 5px;
}

#content a.btn.rss-btn:hover {
    background: #cc5500;
}


#tribe-events-photo-events .tribe-events-photo-event {
	position: relative !important;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	width: 31% !important;
	margin-top: 0 !important;
}



/* MS hero CLS bounce fix 11/7/2024 */

.owl-carousel {
	display: block !important;
}



/* =========== 13. Responsive =========== */

@media screen and (max-width: 1040px) {
    
    #top-logo img {
        width: 160px;
        margin-left: 15px;
    }
    
    #mainnav-wide {
        float: left;
        text-align: left;
        margin-top: 0;
        z-index: 100;
        display: block;
        position: relative !important;
    }
    
    #mainnav > ul {
        float: none;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
    
    #menu-item-721 .sub-container {
        margin-left: -100px !important;
    }
    
    body, html {
        min-height: 100%;
    }
    
    #content-container {
        min-height: 600px;   
    }
    
    .tpl_home #content-container {
        min-height: 0;
    }
    
    #sidebar {
        padding-right: 8px;
    }
    
    #preheader .searchbox {
        height: 30px;
        width: 160px;
    }
    
    #preheader {
        width: 40%;
    }
}

@media screen and (max-width: 750px) {

    /* ----- Clean Up Countdown ----- */
     
    a.blocklink {
    	text-decoration: none;
    }
    
    #top-cta {
    	font-size: 1.2em;
	line-height: 1.4;
	padding-top: 10px;
    	text-align: center;
    }
    
    /* ----- Mobile Header ----- */
    
    #header-small {
        background: #085196;
        background: -moz-linear-gradient(top,  #085196 0%, #0a63b1 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#085196), color-stop(100%,#0a63b1));
        background: -webkit-linear-gradient(top,  #085196 0%,#0a63b1 100%);
        background: -o-linear-gradient(top,  #085196 0%,#0a63b1 100%);
        background: -ms-linear-gradient(top,  #085196 0%,#0a63b1 100%);
        background: linear-gradient(to bottom,  #085196 0%,#0a63b1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#085196', endColorstr='#0a63b1',GradientType=0 );
    }
    
    #header-small #top-logo img {
        width: auto;
    }
    
    #header-small .searchbox {
        width: 100%;
    }
    
    #header-small .container {
        padding: 0 10px 12px;
    }
    
    #header-small .btncol, 
    #header-small .logocol {
        padding: 1px 10px;
    }
    
    #header-small .btncol {
        text-align: right;
    }
    
    #header-small .social-links {
        float: right;
    }

    /* ----- Mobile Navigation ----- */

    #mobilenav > ul > li > .dcjq-parent {
        background: #074a89;
    }

    #mobilenav > ul > li > .dcjq-parent.active {
        background: #3A8AD1;
    }

    #mobilenav .sub-menu {
        background: #0A63B1;
        border-bottom: 6px solid #4798F1;
    }

    #mobilenav .sub-menu .sub-menu {
        background: #085196;
        border-bottom: 1px solid #3A8AD1;
    }

    #mobilenav .sub-menu .sub-menu .sub-menu {
        background: #06427A;
        border-bottom: 1px solid #0A63B1;
    }

    /* ----- Slideshow ----- */
    
    #slideshow-wide .sue-content-slider .sue-content-slide img {left:0; margin-left:0;}
    #slideshow-wide .sue-content-slider .slide-caption-wide {position: relative;}
    
    #slideshow-wide .sue-content-slider .slide-caption {
        padding: 0 15px;
    }
    
    #slideshow-wide .sue-content-slider .slide-caption .inner-text {
        width: 100%; 
        float: left;
        font-size: .6em;
        text-shadow: 0 0 3px #FFF;
        padding: 15px 0;
        text-align: center;
    }

    #slideshow-wide .sue-content-slider .slide-caption .fake-btn { 
        width: 100%;
        font-size: .5em;
        line-height: normal;
        margin: 0 0 15px;
    }

    
    #slideshow-wide .owl-prev, #slideshow-wide .owl-next {
        font-size: 15px;
        width: 20px;
        height: 20px;
        line-height: 100px;
    }

    #slideshow-wide .owl-prev {left: 10px;}
    
    #slideshow-tagline {
        margin-top: 0;
        height: auto;
        font-size: 1em;
        padding: 1em;
    }
    
    #slideshow-wide .sue-content-slider .slide-caption-container-wide {
        position: relative;
        height: auto;
    }
    
    #slideshow-wide .sue-content-slider .slide-caption {
        position: relative;
        height: auto;
        width: 100%;
        padding: 1px 1em 1em;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        text-decoration: none !important;
        font-size: 1.1em;
        border-bottom: 0;
    }
    
    #slideshow-wide .sue-content-slider .slide-caption h3 {
        font-size: 1.2em;
    }
    
    #slideshow-wide .sue-content-slider a {
        text-decoration: none !important;
    }
    
    /* ----- Promos ----- */
    
    #promos {
        padding: 1em;
    }
    
    /* ----- Content ----- */
    
    #content-container section {
        padding: 0 1em;
    }
    
    .subhdrint img {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
    
    /* ----- Sidebar ----- */
    
    #sidebar {
        padding-left: 1em;
        padding-right: 1em;
    }
    
    /* ----- Sections ----- */
    
    #our-programs,
    #giving-band {
        background: none;
        padding: 30px 20px 10px;
    }
    
    /* ----- Events ----- */
    
    h2.tribe-events-page-title {
        width: 100%;
        clear: both;
    }

    #tribe-events-content h2 ~ a {
        float: left;
        margin-top: 1px;
        font-weight: bold;
    }
    
    /* ----- Custom Stuff ----- */
    
    a.class-document {
        width: 48%;
    }
    
    .contact-sidebar .mc2-3b {
        width: 75%;
    }
    
    .contact-sidebar .mc1-3b {
        width: 25%;
    }
    
    /* ----- PreFooter ----- */
    
    #prefooter {
        padding: 10px;
    }
    
}