 /*
Theme Name: CSC
Theme URI: 
Author: GuRuStu
Author URI: http://gurustu.co 
Description: 
Version: 1.0
Template: twentysixteen
*/

@import url("../twentysixteen/style.css");
@font-face {
	font-family: 'clary';
    src: url('/wp-content/themes/csc/font/QuicksandVar.ttf');
    src: url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500');
	src: url('/wp-content/themes/csc/font/clary-webfont.woff') format('woff'); 
	src: url('/wp-content/themes/csc/font/clary-webfont.woff2') ;
	font-weight: normal;
	font-style: normal;
}
/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,600,700,800');*/

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
    position: relative;
}
html {font-family:"Quicksand", sans-serif;}
/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.53%;
}
.span_10_of_12 {
  	width: 83.06%;
}

.span_9_of_12 {
  	width: 74.6%;
}

.span_8_of_12 {
  	width: 66.13%;
}

.span_7_of_12 {
  	width: 57.66%;
}

.span_6_of_12 {
  	width: 49.2%;
}

.span_5_of_12 {
  	width: 40.73%;
}

.span_4_of_12 {
  	width: 32.26%;
}
.span_4_of_12 {
  	width: 32.26%;
}

.span_3_of_12 {
  	width: 23.8%;
}

.span_2_of_12 {
  	width: 15.33%;
}

.span_1_of_12 {
  	width: 6.866%;
}

@media only screen and (max-width: 720px) {
    .span_4_of_12, .span_8_of_12{
        width: 100%;
        margin-left: 0;
    } 
    .span_2_of_12 {
        width: 32.26%;
    }
    .span_2_of_12:nth-child(4) { 
        margin-left: 0; 
    }
    .span_6_of_12{
        width: 100%;
    }
}

@media only screen and (max-width: 1084px){
    .span_3_of_12 {
        width: 49.2%;
    }
    .span_3_of_12:nth-child(3) { 
        margin-left: 0; 
    }
    .span_9_of_12 {
        width: 100%;
    }
}



/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
    
    .span_1_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}
    
    .span_2_of_12{
        width: 49.2%;
    }
    
    .span_2_of_12:nth-child(3), .span_2_of_12:nth-child(5) { 
        margin-left: 0; 
    }
    .span_2_of_12:nth-child(2), .span_2_of_12:nth-child(4), .span_2_of_12:nth-child(6){
        margin-left: 1.6%;
    }
}

body,
button,
input,
select,
textarea,.entry-title,.site-title,.main-navigation,.widget .widget-title,.entry-footer {
    font-family: "Quicksand", sans-serif !important;
    color: #333;
}

button, button[disabled]:hover, button[disabled]:focus, input[type=button], input[type=button][disabled]:hover, input[type=button][disabled]:focus, input[type=reset], input[type=reset][disabled]:hover, input[type=reset][disabled]:focus, input[type=submit], input[type=submit][disabled]:hover, input[type=submit][disabled]:focus {
    background: #7c9b60;
}

.content-area{
    width:100%;
}
p{
    font-size: 21px !important;
    margin-bottom: 1em !important;
}
.displayinline{
	display: inline-block;
}

h1{
    font-size: 67px !important;
    color: #3a3;
    line-height: 110%;
    padding: .3em 0;
}
.blogtitle{
	color:#7b9c61;
}
h2{
    font-size: 38px !important;
    font-weight: 300 !important;
    margin: 0 0 .5em 0 !important;
    color: #7b9c61;
    line-height: 140% !important;
}
h3{
    font-size: 28px !important;
    font-weight: 300 !important;
    color: #333;
    margin-top: 0 !important;
    margin-bottom: .5em !important;
}
h4{
    font-size: 21px !important;
    color: #333;
    letter-spacing: 0;
}
@media screen and (max-width: 1440px){
    h1{
        font-size: 51px !important;
    }
    h2{
        font-size: 28px !important;
    }
    h3{
        font-size: 21px !important;
    }
    p{
        font-size: 16px !important;
    }
}
@media screen and (max-width: 1084px){
    p{
        font-weight: normal !important;
    }
    h1{
        font-size: 38px !important;
    }
    h2{
        font-size: 21px !important;
    }
}
@media screen and (max-width: 720px){
    h1{
        font-size: 28px !important;
    }
}

a {
    color: #5c8727;
    text-decoration: none;
    box-shadow: none !important;
    font-weight: 600;
}

a:hover {
    color: #999 !important;
    box-shadow: none;
}
.content-block a{
    color: black;
}
.content-block a:hover{
    color: #999 !important;
}

.entry-footer a {
    color: #333;
    text-decoration: none;
}

.entry-footer a:hover {
    color: white;
    box-shadow: none;
}

p{
    font-size: 16px;
    color: #333;
    font-weight: 300;
}

.top-bar{
    display: none;
}

.main-navigation a{
    font-size: 16px;
    font-weight: 700;
    color: white;
    padding-bottom: 50px;
}

.main-navigation a:hover{
    color: #5c8727 !important;
}

.main-navigation ul ul{
    border-bottom: 0px;
}


.main-navigation li{
    border: none;
    padding: 5px 10px;
}
@media screen and (max-width: 1084px){
    .main-navigation li{
        padding: 0 0 0 10px;
    }
    .main-navigation a{
        font-size: 14px;
        padding-bottom: 10px !important;
        padding-top: 10px;
    }
    .site-header-menu{
        margin-top: 0 !important;
    }
}


.site-header-menu.toggled-on{
    background-color: rgba(51, 51, 51, .97);
    margin: 0;
}

.site-header-menu.toggled-on a{
    color: white !important;
}

.site-header-menu.toggled-on a:hover{
    color: #5c8727  !important;
}

.menu-toggle, .menu-toggle:hover, .menu-toggle:visited, .menu-toggle:active, .menu-toggle:focus{
    margin: 0;
    font-size: 12px;
    height: 40px;
    border: none;
    background-image: url('/wp-content/themes/csc/images/hamburger-menu.png');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    color: transparent;
}
.menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus{
    background-color: inherit;
    border-color: inherit;
    color: transparent;
    background-image: url('/wp-content/themes/csc/images/ios7-close-empty%20copy-white.png'); 
}
.dropdown-toggle, .dropdown-toggle:hover, .dropdown-toggle:visited, .dropdown-toggle:active, .dropdown-toggle:focus{
    background-image: url('/wp-content/themes/csc/images/ios7-plus-empty-white.png');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    color: transparent;
    border: none;
}
.dropdown-toggle.toggled-on, .dropdown-toggle.toggled-on:hover, .dropdown-toggle.toggled-on:focus{
    background-color: inherit;
    border-color: inherit;
    color: transparent;
    background-image: url('/wp-content/themes/csc/images/ios7-close-empty%20copy-white.png'); 
}
.dropdown-toggle:after{
    border-left-width: 0;
}

.main-navigation ul ul li{
    background-color: #333;
    border: 0px;
}
.main-navigation ul ul li a{
    color: white;
}
.main-navigation ul ul{
    box-shadow: 0px 2px 1px black;
    padding: 0;
}
@media only screen and (max-width: 909px){
    .main-navigation ul ul{  
        margin: 0;
        box-shadow: none;
    }
    .main-navigation ul ul li{
        background-color: #222;
    }
}
.main-navigation ul ul a {
    text-transform: none;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 0;
}
@media only screen and (max-width: 909px){
    .main-navigation ul ul a {
        padding: 7px 0;
    }
}
.main-navigation ul ul a:hover {
    color: #5c8727  !important;
}

@media screen and (min-width: 56.875em) {
    
    .main-navigation ul ul {
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
        top: 86px;
		z-index: 99999;
	}
    .main-navigation li:hover > ul, .main-navigation li.focus > ul {
        left: auto;
        right: auto;
    }
}

body:not(.custom-background-image):before,
	body:not(.custom-background-image):after {
    height: 0px;
}
.site{
    margin: 0;
    background-color: #f7f7f7;
}

.site-inner{
    max-width: 100%;
}
.top-banner{
    height: 40px;
    background-color: #333;
}
.banner-menu{
    height: 40px;
    margin: 0;
}
.banner-menu-item{
    margin: 0;
}
.banner-menu-item img{
    width: 40px;
    height: 40px;
    object-fit: contain;
    float: left;
    padding: .5em;
}
.banner-menu-item p{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    margin: 0;
    font-size: 11px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
}
.banner-menu-item:hover{
    opacity: .6;
}

#social, #social img{
    float: right;
}

/*@media only screen and (max-width: 1084px){*/
@media only screen and (max-width: 909px){
    .top-banner{
        display: none;
    }
}
.site-header{
    position: sticky;
    top: 0;
    z-index: 9999;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 160px;
    background: #222;
    box-shadow: 0 0 2px #999;
}
.client-header{
    position: fixed;
    bottom: 0;
    z-index: 9999;
    margin: 0 auto;
    padding: 0;
    width: 100%;
	max-width: 1440px;
    background: #222;
    box-shadow: 0 0 2px #999;
	display: flex;
	justify-content: center;
}
.site-header-menu{
    margin-top: 34px;
    margin-bottom: 0;
}

.site-header-main{
    max-width: 1440px;
    margin: auto;
    padding: 0 1em;
}
@media only screen and (max-width: 1084px){
    .site-header-main{
        height: inherit;
    }
    #edge-header{
        position: fixed;
        /*top: -20px;*/
    }
}
@media only screen and (max-width: 909px){
    .site-header-main, .main-navigation li{
        padding: 0;
    }
    .main-navigation a{
        padding-left: 20px !important;
    }
    .primary-menu{
        border-bottom: none !important;
        padding-top: 1em !important;
        padding-left: 0;
    }
    #edge-header{
        position: static;
        top: auto;
    }
}
.site-content-lp{
	padding: 0 !important;
}
.site-content{
	/*padding: 159px 0 0 0 !important;*/
}
.entry-content{
    float: none !important;
    margin: auto !important;
    width: 100% !important;
}
.twentysixteen .site-main{
	margin: 0 !important;
	
}
.woocommerce div.product div.images.woocommerce-product-gallery{display:none;}
.woocommerce div.product div.summary{width:100%}
.site-main{
    margin: 0;
}
.no-sidebar .entry-header, .no-sidebar .entry-content, .no-sidebar .entry-summary, .no-sidebar .entry-footer, .no-sidebar .comments-area, .no-sidebar .image-navigation, .no-sidebar .post-navigation, .no-sidebar .pagination, .no-sidebar .page-header, .no-sidebar .page-content, .no-sidebar .content-bottom-widgets{
    margin-left: 0;
    margin-right: 0;
}
.page-header, .comment-reply-title{
    border-top: none;
}
.event-content{
	padding: 140px 0 0 0;
	background: #333;
}
#list-wrp{
	    box-shadow: 0px 0px 20px 2px #00000066;
}
#tribe-events-content{
	margin-bottom: 0 !important;
}
.site-branding{
    margin: 0 auto 0 0 !important;
}
.custom-logo:hover{
    opacity: .8;
}
@media only screen and (max-width: 909px){
    .site-branding{
        margin-left: 5px !important;
    }
}
@media only screen and (max-width: 1440px){
    .site-header{
        /*height: 128px;*/
        height: auto;
    }
    .custom-logo{
        object-position: left;
    }
    .main-navigation ul ul {
        top: 70px;
    }
    .site-header-menu{
        margin-top: 18px;
    }
    .site-content, .site-content-lp{
        /*padding-top: 120px !important;*/
    }
    .main-navigation a{
        padding-bottom: 34px;
    }
    
}
@media only screen and (max-width: 1084px){
    .main-navigation ul ul {
        top: 39px;
    }
}

.content-bottom-widgets{
    background-color: #1B2833;
}

.widget-area{
    max-width: 1440px;
    margin: auto;
}

.widget.widget_nav_menu{
    width: 15.33%;
    display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.widget.widget_nav_menu:first-child { margin-left: 0; }

.widget h2{
    font-size: 16px !important;
}

.info-box {
    margin-bottom: 2rem;
    padding: 0 2rem 2rem;
    background: hsl(0,0%, 85%);
}

.info-box h1 {
    margin-left: -2rem;
    margin-right: -2rem;
    padding: .5rem 2rem;
    font-size: 1.5rem;
    background: hsl(0, 0%, 10%);
    color: #fff;
}

.info-box p {
    font-family: 'Quicksand', sans-serif;
    font-size: .9rem;
}

.related-list a {
    text-decoration: none;
    font-family: 'Quicksand', sans-serif;
}

.acf-container {
    padding: 2rem;
    background: hsl(0,0%, 85%);
    margin: 1rem;
}

.cta-banner-container{
    background: rgba(34,34,34,.95);
    padding: 1.6em 0;
}
.cta-banner-text, .cta-banner-button{
    display: inline-block;
    vertical-align: middle;
    float: none;
}
/*.cta-banner-button a{
    border: solid 1px white;
    background: transparent !important;
    box-shadow: none !important;
}*/
.cta-banner h2{
    color: white;
    font-weight: 600 !important;
    font-size: 42px !important;
    margin: 0 !important;
}
@media only screen and (max-width: 1084px){
    .cta-banner h2{
        font-size: 38px !important;
        line-height: 40px !important;
    }
    .cta-banner-text{
        width: 49.2%;
    }
    .cta-banner-button{
        width: 23.8%;
        margin-left: 1.6% !important;
    }
    #one-button{
        width: 73.3%;
    }
    #two-buttons{
        width: 48%;
    }
}
@media only screen and (max-width: 720px){
    .cta-banner-text{
        width: 100% !important;
        text-align: center;
        padding-bottom: 1.6%;
    }
    .cta-banner-button{
        width: 100%;
        margin-left: 0 !important;
    }
    .cta-banner-button:first-child{
        margin-left: 0 !important;
        display: none;
    }
}
.page-top{
    min-height: 60vh;
    /*padding-top: 40vh;*/
    padding-top: 1.6em;
    padding-bottom: 1.6em;
}
.sub-page-top{
    height: 20vh;
    padding-top: 120px;
    padding-bottom: 1.6em;
}

#content{
    width: 100%;
    max-width: 1440px;
    margin: auto !important;
    overflow: auto;
    padding-left: 1em;
    padding-right: 1em;
    float: none;
}

.entry-title{
    -webkit-hyphens:manual;
    -moz-hyphens:manual;
    -ms-hyphens:manual;
    hyphens:manual;
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-bottom: 0;
}
#front-page-header h1, .contact-form h4, .featured-page h2, .nav-icons-title h2, .nav-icon-button h4{
    color: white;
}
#front-page-header h1{
    color: white !important;
	font-weight:400;
}
@media only screen and (max-width: 720px){
    .contact-form h4{
        font-size: 18px !important;
    }
    .gform_footer input[type="submit"]{
        font-size: 12px !important;
    }
}
@media only screen and (max-width: 1084px){
    .entry-title, .contact-form{
        display: block !important;
        margin: 3% auto !important;
    }
    #front-page-header, #program-header, .contact-form{
        text-align: center;
    }
}
#sub-page-header h1{
    color: #333 ;
}

#program-title{
    color: white;
    font-size: 90px !important;
    line-height: 90%;
    text-shadow: 0px 0px 20px #333;
    margin-bottom: 0;
    padding-right: .2em;
    padding-bottom: .1em;
}
#media-title{
    color: #fff;
    font-size: 50px !important;
    line-height: 100px;
    text-shadow: 0px 0px 1px #333;
    margin-bottom: 0;
    font-weight: 300;
    padding-right: .2em;
}
.sub-page-top h1{
    font-size: 90px !important;
    line-height: 100px;
}

.contact-form{
    background-color: rgba(92,135,39,.8);
    text-align: center;
    padding: 1em 1.6em;
    display: inline-block;
    float: none;
    text-shadow: none;
    margin-left: 0;
    min-height: 270px;
	border-radius: 20px;
	vertical-align: top;
    margin-top: 0px;
}
#prog-contact{
    background-color: rgba(115,166,0,.8);
    margin-left: 1.6%;
}
/*@media only screen and (max-width: 480px){
    .contact-form{
        display: none !important;
    }
}
@media only screen and (min-width: 480px){
    .contact-form-mobile{
        display: none !important;
    }
}*/

.content-block-container{
    padding: 1.6em 0;
    background-color: white;
    box-shadow: 0 0 2px #999;
    background-repeat: no-repeat;
    background-position: center !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
}

.program-content-block-container{
    padding: 1.6em 0;
    background-color: rgba(17, 28, 35, .9);
    box-shadow: 0 0 2px #999;
}



.content-block{
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.content-block ul, .content-block ol{
    font-size: 16px !important;
    line-height: 24px;
}
li{
    padding-bottom: .5em;
}
.desc-block-copy li{
    padding-bottom: 0;
}
#right-align-container{
    position: relative;
    overflow: hidden;
    min-height: 570px;
    margin: 0;
}

#right-align{
    margin: 0 0 0 1.6%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#left-align{
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
@media only screen and (max-width: 1440px){
    #right-align-container{
        min-height: 440px;
    }
}
@media only screen and (max-width: 720px){
    #right-align, #left-align{
        position: static;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
    }
    #right-align{
        margin: 0;
    }
    #left-align{
        margin-top: 1.6%;
    }
}

#no-image{
    float: none;
    margin: auto;
}

.featured-page{
    height: 460px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
    text-align: center;
    box-shadow: 0px 0px 5px black;
}

.featured-page h2{
    position: relative;
    text-transform: uppercase;
    top: 50%;
    -webkit-transform: perspective(1px) translateY(-50%);
    -ms-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%);
    padding: 0 .2em;
    margin: 0;
    text-shadow: 0px 0px 3px black;
}

@media only screen and (max-width: 1084px) {
    .featured-page{
        height: 160px;
    }
    #program-title{
        font-size: 51px !important;
        line-height: 60px;
    }
    .sub-page-top h1{
        font-size: 51px !important;
        line-height: 60px !important;
    }
}

@media only screen and (max-width: 720px){
    #program-title{
        font-size: 38px !important;
        line-height: 40px;
    }
}
    
@media only screen and (max-width: 480px){
    .featured-page{
        height: 80px;
    }
}

.overlay{
    position: relative;
}

.overlay:before{
    position: absolute;
    content:" ";
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:0;
    background-color: rgba(249,99,33,0.7);
}

.overlay:hover{
    /*filter:  grayscale(95%) brightness(1);
    -webkit-filter:  grayscale(95%) brightness(1);
    text-shadow: none;*/
    box-shadow: inset 0px 0px 200px black;
}

.three-cta-blocks{
    box-shadow: 0px 0px 2px #999;
    background-color: #1B2833;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition-property: all; 
    transition-duration: .3s;
}
/*@media only screen and (max-width: 1200px){
    .three-cta-blocks{
        height: 330px;
    }
    .cta-block-icon{
        min-height: 40% !important;
    }
}*/

.three-cta-blocks:hover{
    box-shadow: inset 0px 0px 100px black;
}

.cta-block-inner{
    background-color: rgba(27,40,51,0.9);
    margin: 0;
    padding: 1em;
    transition-property: all; 
    transition-duration: .3s;
    height: 100%;
}
#red-cta .cta-block-inner{
    background-color: rgba(217,39,46,.9);
}
#green-cta .cta-block-inner{
    background-color: rgba(115,166,0,.9);
}
#blue-cta .cta-block-inner{
    background-color: rgba(62,140,197,.9);
}
#red-cta, #red-prog, #nav-2:before, #nav-7:before{
    background-color: rgba(217,39,46,.7);
}
#green-cta, #green-prog, #nav-4:before, #nav-5:before{
    background-color: rgba(115,166,0,.7);
}
#blue-cta, #blue-prog, #nav-1:before, #nav-8:before{
    background-color: rgba(62,140,197,.7);
}
#black-cta, #black-prog, #nav-3:before, #nav-6:before{
    background-color: rgba(34,34,34,.7);
}

.cta-block-inner:hover{
    background-color: rgba(0,0,0,0) !important;
}
.cta-block-copy{
    margin: 0;
    padding: 3%;
}
#red-cta .cta-block-copy{
    background-color: rgba(217,39,46,.6);
}
#green-cta .cta-block-copy{
    background-color: rgba(115,166,0,.6);
}
#blue-cta .cta-block-copy{
    background-color: rgba(62,140,197,.6);
}
#prog{
    min-height: 310px;
    position: relative;
}
#program-icon{
    min-height: 140px;
    margin-bottom: 15%;
    -webkit-filter: drop-shadow(0 0 1px #333);
    filter: drop-shadow(0 0 1px #333);
}
#program-thumb-content{
    position:relative;
    transform: perspective(1px) translateY(5%);
}
.cta-block-inner h3{
    margin-bottom: .3em;
    line-height: 110%;
    color: white;
    font-weight: 400 !important;
}
@media only screen and (min-width: 1200px){
    .cta-block-inner h3{
        font-size: 32px !important;
    }
}
@media only screen and (max-width: 1200px){
    .cta-block-inner{
        min-height: 340px;
    }
}

@media only screen and (max-width: 720px){
    .three-cta-blocks{
        height: auto;
    }
    .cta-block-icon{
        min-height: 100px !important;
    }
    .cta-block-inner{
        min-height: auto;
    }
}
@media only screen and (max-width: 480px){
    .cta-block-icon{
        min-height: 70px !important;
    }
}
.cta-block-inner p, .blog-excerpt, .program-description-copy p{
    font-size: 16px !important;
    line-height: 140%;
    color: white;
}
.cta-block-inner p, .blog-excerpt, .lp-description-copy p{
    line-height: 140%;
    color: white;
}
@media only screen and (max-width: 940px){
    .cta-block-inner p{
        font-size: 12px !important;
    }
}
#cta-inner-button{
    background: #333 !important;
}
#cta-inner-button:hover{
    color: white !important;
}
.cta-block-icon{
    min-height: 200px;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-position: center;
    background-attachment: initial;
    background-repeat: no-repeat;
}

.button{
	    margin: 1em 0;
    background: #333;
    color: white !important;
    font-weight: 600 !important;
    text-align: center;
    width: 100%;
    padding: .6em !important;
    display: block;
    box-shadow: 0px 0px 5px black !important;
    transition-property: background; 
    transition-duration: .5s;
    text-shadow: none;
	border: 2px solid #7e9b62;
}
.registerbutton:hover{
    background: #8fff00 !important;
    color: #333 !important;
}
.registerbutton{
    background: #333;
    color: white !important;
    font-weight: 600 !important;
    text-align: center;
    padding: .6em !important;
    display: block;
    box-shadow: 0px 0px 5px black !important;
    transition-property: background; 
    transition-duration: .5s;
    text-shadow: none;
}
.button:hover{
    background: #f5f5f5 !important;
    color: black !important;
}

@media only screen and (max-width: 1084px){
    .site-header{
       /* height: 40px;*/
    }
    .custom-logo{
        object-fit: cover;
    }
	.site-content, .site-content-lp{
	/*padding-top: 40px !important;*/
    }
	.widget.widget_nav_menu{
        width: 32.26% !important;
    }
    h1{
        font-size: 51px;
    }
    .page-top{
        min-height: auto;
        padding-top: 0;
        padding-bottom: 1.6em;
    }
    #sub-page-header, #home-page-header, #prog-page-header{
        background-size: cover !important;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-position: center !important;
        background-attachment: initial !important;
    }
	
	/*gragg fix*/
	#site-header-menu {margin: 0;}
	#menu-main-menu > li > a {padding: 0.5em;}
}

@media only screen and (max-width: 480px){
    .site-content, .site-content-lp{
        background-size: initial !important;
        -webkit-background-size: initial !important;
        -moz-background-size: initial !important;
        -o-background-size: initial !important;
        background-position: top !important;
	width: 100%;
    }
}

.entry-header{
    position: relative;
    z-index: 1;
    margin: 0;
}
#sub-page-header, #home-page-header, #prog-page-header{
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-position: 0 8vh;
    background-attachment: fixed;
}
@media only screen and (min-width: 1084px){
    #home-page-header, #prog-page-header{
        background-image: none !important;
    }
}
#bg-image{
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;
    color: white;
}
#bg-image p, #bg-image h1, #bg-image h2, #bg-image h3, #bg-image h4, #color p, #color h1, #color h2, #color h3, #color h4, #color{
    color: white;
}
.page-top, .sub-page-top h1{
    text-shadow: 0px 0px 4px black;
}


.entry-footer{
    margin: 0;
}

.entry-footer .content-block-container{
    background-color: white;
}

.featured-blog{
    background-color: #f7f7f7;
    min-height: 500px;
}
.featured-blog a{
    font-weight: 700;
}
.featured-blog img{
    height: 213px;
    width: 100%;
    object-fit: cover;
    transition-property: all; 
    transition-duration: .5s;
    
}
.featured-blog-image{
    height: 213px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;
}


.featured-blog img:hover{
    opacity: .6;
}

.featured-blog p, .featured-blog h2{
    padding: 0 10px;
    margin-bottom: 1.6em;
    color: #333;
}
.featured-blog h2{
    margin-top: 10px !important;
}

.featured-blog h3{
    color: #5c8727 ;
    font-size: 24px !important;
    font-weight: 300 !important;
    padding: 10px 10px 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.featured-blog h3:hover{
    color: white;
}
#blog-thumb{
    margin: 0 0 .5% .5%;
    min-height: 560px;
}
@media only screen and (max-width: 1084px){
    #blog-thumb{
        min-height: 580px;
    }
}
#blog-image, #blog-image img{
    height: 320px;
}
#blog-image{
    background-image: url('/wp-content/themes/csc/images/blog-placeholder.png');
}


@media only screen and (min-width: 1084px){
    #blog-3 { 
        display: none; 
    }
}
.blog-date{
    font-size: 12px !important;
    font-weight: 700;
    padding-top: 0 !important; 
}

.read-more{
    text-transform: uppercase;
    font-size: 12px !important;
    margin-bottom: .6em;
}
.read-more a{
    font-weight: 700;
}
@media only screen and (max-width: 720px){
    .featured-blog, .desc-block{
        width: 100%;
        margin-left: 0;
        height: auto;
    }
    .featured-blog{
        min-height: auto;
    }
    #search-result{
        height: auto;
    }
    .desc-block{
        min-height: 120px !important;
        height: auto !important;
    }
    .featured-blog-image, .desc-block-image{
        height: 100%;
        width: 40%;
        display: inline-block;
    }
    .featured-blog img, .desc-block img{
        height: 160px;
        vertical-align: inherit;
    }
    .featured-blog h3{
        font-size: 16px !important;
        margin: 0 !important;
    }
    .blog-thumb-content, .desc-block-copy{
        height: 100%;
        width: 60%;
        display: inline-block;
        vertical-align: top;
    }
    .read-more{
        margin-top: 2.2em;
    }
    .blog-excerpt{
        display: none;
    }
    .desc-block-image{
        width: 30%;
    }
    .desc-block-copy{
        width: 70%;
    }
    .desc-block-copy p, ul{
        line-height: 18px !important;
        padding: 0 !important;
    }
    #blog-thumb{
        margin: 0 0 3% 0%;
        min-height: auto;
    }
    #blog-image, #blog-image img{
        height: 100%;
    }
}
@media only screen and (max-width: 480px){
    .featured-blog img, .featured-blog-image{
        object-fit: contain;
        padding: 1.6%;
        background-size: contain;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
    }
    .desc-block-copy h4{
        font-size: 16px !important;
    }
    .desc-block-image{
        height: 120px !important;
        width: 100%;
        background-position: center !important;
    }
    .desc-block-copy{
        width: 100%;
        padding: 1em 1em 0px !important;
    }
    .desc-block{
        height: auto;
        min-height: 0 !important;
    }
    .read-more{
        display: none;
    }
    .featured-blog h3{
        white-space: normal;
        overflow: auto;
        line-height: 140%;
    }
    .featured-blog{
        height: auto;
    }
    .featured-blog-image{
        min-height: 80px;
        margin: 1.6% 0;
    }
}

.footer-row{
    background-color: #222;
    box-shadow: 0 0 2px #999;
    position: relative;
}
.footer-content{
    margin-top: 20px;
}
.footer-item, .contact-social{
    margin: 0;
    position: relative;
}
/*
.footer-item{
    height: 35px;
}
.footer-item img, .contact-social img{
    object-fit: contain;
    float: left;
    padding: .5em;
}
.footer-item img{
    width: 35px;
    height: 35px;
}
*/
.footer-item {margin: 0 0 0.5rem 0}
.footer-item a:has(img){align-items: center; display: flex; gap: 0.5rem}
.footer-item img{height: 1.25rem; object-fit: contain; width: 1.25rem}
.footer-item p {margin: 0 !important}
#footer-social {margin: 0 1rem 0.5rem 0; width: auto !important}
.contact-social img{
    width: 100px;
    height: 100px;
    padding: 1.6em;
    float: right;
}
@media only screen and (max-width: 720px){
    .contact-social img{
        float: inherit;
    }
}

.footer-item p{
    text-transform: uppercase;
	/*
	top: 50%;
    -webkit-transform: translateY(40%);
    -ms-transform: translateY(40%);
    transform: translateY(40%);
	 */
    margin: 0;
    font-size: 11px !important;
    /* white-space: nowrap; */
    overflow: hidden;
    /* text-overflow: ellipsis; */
    color: white;
	 line-height: 1;
}
@media only screen and (max-width: 480px){
    .footer-item p{
        font-size: 9px !important;
    }
}
.footer-col{
    min-height: 385px;
}
.footer-col h4{
    margin-bottom: .6em;
    color: white;
    text-transform: uppercase;
    font-size: 14px !important;
}
.footer-col h4:hover{
    opacity: .6;
}
.footer-item:hover{
    opacity: .6;
}
.footer-logo{
    width: 100%;
    height: 150px;
    position: relative;
    margin-bottom: 30px;
}
.footer-logo img{
    max-height: 125px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.footer-logo img:hover{
    opacity: .6;
}
#footer-social, #contact-soc{
    position: relative;
    width: 32.26%;
}
#footer-social-icon, #contact-social-icon{
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#footer-social-icon{
    margin-top: 10px;
}
#contact-social-icon:hover{
    background-color: #5c8727  !important;
}
.site-footer{
    padding: .5em .5em 0;
    position: relative;
    background-color: #333333;
}
.site-footer p{
    color: white;
    text-align: center;
    margin: 0 auto !important;
    font-size: 11px !important;
    padding: 10px 0;
}
.site-footer a{
    font-weight: 700;
    color: white;
}
.site-footer a:hover{
    color: #F1733A;
}
@media only screen and (max-width: 480px){
    .footer-col{
        width: 50%;
        min-height: 285px;
        margin: 3% 0 !important;
    }
    .footer-item{
        height: 25px;
    }
    .footer-col h4{
        margin-bottom: 0;
        margin-top: .6em;
    }
    .footer-col:nth-child(3), .footer-col:nth-child(4){
        min-height: 200px;
    }
}
.wrap{
    margin: auto;
}
.program-description, .program-description-container{
    margin: 0;
}
@media only screen and (max-width: 1084px){
    .program-description-container{
        margin: 1% 0;
        float: none;
    }
	.custom-logo{
		height: 35px;
    width: auto;
	}
	
    .program-description{
        display: flex;
		justify-content: space-evenly;
		align-items: center;
		width: 80%;
    }
    .program-description-copy{

    }
    .program-description-icon{
        width: 10%;
    }
}

.side_nav{
    position: absolute;
    /*top: 183px;*/
    top: 153px;	
    margin-left: 83.06%;
    background-color: rgba(247,247,247,.95);
    box-shadow: 0 0 2px #999;
    padding: 1em;
	z-index: 10;
	border-radius: 20px;
}

#prog-side-nav{
  /*position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;*/
  position: absolute;
  margin-left: 83.06%;
  z-index: 10;
  /*margin-top: 35vh;*/
  margin-bottom: -210px;
}
.prog-page-top{
    /*padding-top: initial;*/
    /*min-height: initial;*/
    position: relative;
    /*top: -340px;*/
    
}
#prog-header, lp-header{
    /*max-height: 70vh;
    min-height: 640px;*/
    /*background: transparent; 
    background: -webkit-linear-gradient(rgba(255,255,255,0.0), rgba(255,255,255,0.25), rgba(255,255,255,1)); 
    background: -o-linear-gradient(rgba(255,255,255,0.0), rgba(255,255,255,0.25), rgba(255,255,255,1)); 
    background: -moz-linear-gradient(rgba(255,255,255,0.0), rgba(255,255,255,0.25), rgba(255,255,255,1)); 
    background: linear-gradient(rgba(255,255,255,0.0), rgba(255,255,255,0.25), rgba(255,255,255,1));  */
    box-shadow: inset 0px -100px 300px black;
    background-image: url("/wp-content/themes/csc/images/pattern.png");
}


.backstretch {
  width: 100vw;
  height: 125px;
  background: #5c8374; /* Old browsers */
  background: -moz-linear-gradient(center, ellipse cover,  #1e5799 0%, #7db9e8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, center center, 0px, center center, 100%, color-stop(0%,#1e5799), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  #1e5799 0%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  #1e5799 0%,#7db9e8 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  #1e5799 0%,#7db9e8 100%); /* IE10+ */
  background: radial-gradient(ellipse at center,  #1e5799 0%,#7db9e8 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
  
.backstretch.animated {
  -webkit-animation: filter-animation 20s infinite;
  animation: filter-animation 20s infinite;
}

@-webkit-keyframes filter-animation {
  0% {
    -webkit-filter: hue-rotate(0deg);
  }
  
  50% {
    -webkit-filter: hue-rotate(100deg);
  }
  
  100% {
    -webkit-filter: hue-rotate(0deg);
  }
}

@keyframes filter-animation {
  0% {
    filter: hue-rotate(0deg);
  }
  
  50% {
    filter: hue-rotate(100deg);
  }
  
  100% {
    filter: hue-rotate(0deg);
  }
}
#home-header{
    background-image: url("/wp-content/themes/csc/images/pattern.png");
    background-position: bottom;
    box-shadow: inset 0px 0px 300px black;
}
@media only screen and (max-width: 1084px){
    .prog-page-top{
        top: initial;
    }
    #prog-header, lp-header{
        max-height: none;
        min-height: initial;
    }
}

.side_nav ul{
    padding-left: 0;
    margin-left: 0;
}
.categories{
    list-style: none;
    font-weight: 700;
    color: #5c8727 ;
    font-size: 21px;
}
.sidebar-categories{
    margin-top: 20px;
    margin-left: 0;
}
.cat-item, .children{
    font-weight: 400;
    list-style: none;
    margin-left: 0;
    padding: 5px 0;
    border-bottom: 1px solid #111C23;
}
.side_nav a{
    font-weight: normal;
}
.side_nav h4{
    line-height: 140%;
}
.sidebar-item{
    margin: 0;
    font-size: 12px;
    padding: 5px 0;
    border-bottom: 1px solid #efefef;
}
.sidebar-item a{
    color: #333;
}
.sidebar-item a:hover{
    color: #777 !important;
}
.sidebar-item a:active{
    color: #efefef;
}
@media only screen and (max-width: 1084px){
    .side_nav{
        display: none;
    }
}

@media only screen and (min-width: 1440px){
    .side_nav, #prog-side-nav{
        margin-left: 75%;
		top: 171px;
    }
}
@media only screen and (min-width: 1800px){
    .side_nav, #prog-side-nav{
        margin-left: 70%;
    }
}
.site-content, .site-content-lp{
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
/*@media only screen and (max-width: 1084px){
    .site-content, .site-content-lp{
        background-size: contain;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-attachment: initial;
        background-position: top;
    }
}*/
#tablet-header{
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-attachment: initial;
    background-position: top;    
}
.post-thumbnail{
    display: none;
}
.site-main > article{
    margin-bottom: 0;
}

.program-description-icon{
    height: 40px;
    margin: 0;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.program-description-copy{
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.program-description-copy p{
    margin-bottom: 0 !important;
}
.desc-block{
    background-color: #fafafa;
    min-height: 465px;
    overflow: hidden;
}
.desc-block-copy{
    padding: 1em;
    margin: 0;
}
.desc-block-copy p, .desc-block-copy ul{
    font-size: 12px !important;
    line-height: 24px;
}
.desc-block-copy h4{
    text-transform: none;
    margin-bottom: .6em;
    line-height: 110%;
}
.desc-block-image{
    height: 200px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0;
}
ul, ol{
    padding-left: 2em;
}
.post-navigation{
    display: none;
}
#post-header{
    background-image: none;
    box-shadow: none;
    background-color: white;
}
#no-shadow{
    box-shadow: none;
}
#no-shadow-padding{
    box-shadow: none;
    padding: 0;
}
.nav-icon{
    height: 216px;
    width: 100%;
    max-width: 216px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
    text-align: center;
    box-shadow: 0px 0px 1px black;
    
}
.nav-icon h4{
    font-size: 16px !important;
    text-transform: none;
    font-weight: 600;
    position: relative;
    padding: 0 .2em;
    margin: 0;
    line-height: normal;
}
.nav-icon img{
    max-height: 120px;
    -webkit-filter: invert(50%) brightness(10) drop-shadow(0 0 2px black);
    filter: invert(50%) brightness(10) drop-shadow(0 0 2px black);
    margin: 1em auto;
    position: relative;
    z-index: 1;
}
.nav-icon-button{
    position: relative;
    margin: .5em;
    padding: .5em 0;
    background: linear-gradient(to right,#4C4C4C ,#333333 100%);
}
.nav-icon-button:hover{
    background: #1B2833;
}
.nav-icons-container{ 
    margin-left: 0; 
}
.nav-icons-title h2{
    margin-bottom: 0;
    color: inherit;
}
#bg-image h2{
    color: white;
}
.nav-icon a{
    display: inline-flex;
    box-shadow: none;
    width: 100%;
}
#nav-1, #nav-5{
        margin-left: 0;
    }
@media screen and (max-width: 1248px){
    .nav-icon{
        max-width: 186px;
    }
}
@media screen and (max-width: 1084px){
    .nav-icon{
        max-width: 345px;
    }
    #nav-1, #nav-3, #nav-5, #nav-7{
        margin-left: 0;
    }
}
@media screen and (max-width: 733px){
    .nav-icon{
        max-width: 230px;
    }
}
@media screen and (max-width: 500px){
    .nav-icon{
        max-width: none;
        width: 49.2%;
        height: 109px;
    }
    .nav-icon img{
        max-height: 50px;
        margin: .3em auto;
    }
    .nav-icon.overlay{
        width: 203% !important;
    }
    .col.nav-icon{
        margin: 1% 0 1% 1.6%;
    }
    #nav-1, #nav-3{
        margin-left: 0;
    }
    .nav-icon h4{
        font-size: 12px !important;
    }
}

#program-banner{
    box-shadow: inset 0 0 400px black;
    transition-property: all; 
    transition-duration: .3s;
    text-shadow: 0px 0px 3px #333;
    min-height: 300px;
    margin: .25% .25% 0 0;
    padding: 0;
    width: 33.08%;
    background-color: #333;
}
#program-banner:hover{
    box-shadow: none;
}
#program-banner h2{
    text-align: center;
    line-height: 100% !important;
    margin-bottom: 0;
    color: white;
    font-size: 28px !important;
    font-weight: 600 !important;
}

@media only screen and (max-width: 1084px){
    #program-icon{
        min-height: 100px;
        /*margin-bottom: inherit;*/
    }
    #prog, #program-banner{
        min-height: 200px;
    }
    #program-banner h2{
        font-size: 21px !important;
    }
    #program-thumb-content{
        transform: none;
    }
}
@media only screen and (max-width: 720px){
    #program-banner{
        width: 49.75%;
    }
    .program-banner-content p{
        font-size: 12px !important;
    }
}
@media only screen and (max-width: 480px){
    #program-banner h2{
        font-size: 12px !important;
        font-weight: 500 !important;
    }
    #prog, #program-banner{
        min-height: 125px;
    }
    #program-icon{
        min-height: 70px;
    }
    #prog{
        padding: .5em;
    }
    #program-banner{
        width: 49%;
        margin: 1% 1% 0 0;
    }
    .three-cta-blocks{
        padding: 0 !important;
    }
}
@media only screen and (max-width: 300px){
    #program-banner{
        width: 100%;
    }
}
.program-banner-content{
    margin-left: 0;
}
#transparent{
    background-color: rgba(247, 247, 247, .9);
}
#gray{
    background-color: #f7f7f7;
}
.title{
    font-size: 90px !important;
    color: #333 ;
    padding-bottom: .1em;
}
#content-title, .wp-posts-carousel-title{
    font-size: 42px !important;
    color: #333 ;
    line-height: 110% !important;
    margin-bottom: 0.5em !important;
    font-weight: 400 !important;
    text-align: inherit !important;
}
#lp-content-title{
    font-size: 51px !important;
	color: unset;
    line-height: 110% !important;
    margin-bottom: 0.5em !important;
    font-weight: 700 !important;
    text-align: inherit !important;
}
@media screen and (max-width: 1440px){
    .title{
        font-size: 67px !important;
    }
    #content-title, #lp-content-title, .wp-posts-carousel-title{
        font-size: 38px !important;
    }
}
@media screen and (max-width: 1084px){
    .title{
        font-size: 51px !important;
    }
    #content-title, #lp-content-title, .wp-posts-carousel-title{
        font-size: 28px !important;
    }
}
@media screen and (max-width: 720px){
    .title{
        font-size: 38px !important;
    }
}

#job-title{
    margin: 0 0 1em 0 !important;
    font-weight: 500 !important;
    font-size: 21px !important;
}
#job-description p{
    font-size: 16px !important;
}
.iframe-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
#anchor-to-menu{
    top: 160px;
}
@media screen and (max-width: 1440px){
    #anchor-to-menu{
        top: 128px;
    }
}
@media screen and (max-width: 1084px){
    #anchor-to-menu{
        top: 40px;
    }
}
.iframe-wrapper iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.site-logo{
    height: 15vh;
    margin: 2em auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
}
@media only screen and (min-width: 1084px){
    .site-logo{
        display: none;
    }
}
@media only screen and (max-width: 720px){
    .iframe-wrapper{
        display: none;
    }
}
@media only screen and (max-width: 1084px){
    .campus-image{
        width: 23.8%;
    }
    .campus-copy{
        width: 74.6%;
    }
}
@media only screen and (max-width: 480px){
    .campus-image{
        width: 30%;
        float: right;
    }
    .campus-copy{
        width: 70%;
    }
    .campus-copy p{
        font-size: 12px !important;
    }
}

.sidebar-contact{
    padding-top: 20px;
    margin: 0;
}
#video-thumbnail{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
#video-thumbnail:hover{
    filter: opacity(90%);
}
#video-thumbnail img{
    height: 130px;
    margin: auto;
    -webkit-filter: invert(50%) brightness(10) drop-shadow(0 0 2px black) opacity(95%);
    filter: invert(50%) brightness(10) drop-shadow(0 0 2px black) opacity(95%);
}
#video-thumbnail img:hover{
    -webkit-filter: invert(50%) brightness(10) drop-shadow(0 0 2px black);
    filter: invert(50%) brightness(10) drop-shadow(0 0 2px black);
}
a.pp_close{
    top: -520px !important;
}
div.dark_rounded .pp_close{
    width: 50px;
    height: 50px;
    background: url(/wp-content/plugins/wp-video-lightbox/images/ios7-close-empty%20copy-white.png);
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    
}
.owl-item, .owl-item p{
    color: white;
}
.tss_testimonial_slider .owl-theme .owl-controls .owl-nav [class*=owl-]{
    color: transparent !important;
}
.owl-prev{
    left:0 !important;
    background: url(/wp-content/themes/csc/images/ios7-arrow-left-white.png) !important;
    background-size: contain  !important;
    -webkit-background-size: contain  !important;
    -moz-background-size: contain  !important;
    -o-background-size: contain  !important;
    background-repeat: no-repeat !important;
}
.owl-next{
    right: 0!important;
    background: url(/wp-content/themes/csc/images/ios7-arrow-right-white.png) !important;
    background-size: contain  !important;
    -webkit-background-size: contain  !important;
    -moz-background-size: contain  !important;
    -o-background-size: contain  !important;
    background-repeat: no-repeat !important;
}
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

.acf-map img {
   max-width: inherit !important;
}
.map-container{
    float: right;
}
.gfield_label{
    font-size: 16px !important;
    
}
.gform_wrapper textarea.large{
    height: 160px !important;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio]{
    margin-top: 0 !important;
}
.gfield_required{
    color: white;
    font-weight: 300;
    font-size: 12px;
}
.contact-form label.gfield_label, #sidebar-contact label.gfield_label, .contact-form-mobile label.gfield_label{
    display: none !important;
}
.gform_button{
    background: #333 !important;
}

.gform_wrapper, .gform_footer{
    margin: 0 !important;
    max-width: 100% !important;
}
.gform_footer input[type="submit"]{
    color: white;
    width: 100% !important;
    margin: 0 !important;
}
.gform_wrapper ul li.gfield{
    padding: 0 !important;
}
.gform_footer input[type="submit"]:hover{
    color: white;
    opacity: 1 !important;
}
.ginput_container.ginput_container_text{
    margin-top: 1em !important;
}
.ginput_container.ginput_container_text input.large{
    width: 100% !important;
    /*min-height: initial !important;
    line-height: initial !important;*/
}
.gform_body{
    padding: 0;
}
.validation_error{
    font-size: inherit !important;
    font-weight: inherit !important;
    margin: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
    padding: 0 !important;
}
#sidebar-contact{
    border-bottom: none;
    padding-bottom: 0;
}
.gfield_radio li label, .gfield_checkbox li label{
    padding: 6px 0 !important;
}
.gform_wrapper ul.gfield_radio, .gform_wrapper ul.gfield_checkbox{
    padding-left: 1.6em !important;
}
.quote-info{
    float: right;
    margin-top: 0;
}
.quote-info h4{
    font-size: 12px !important;
    margin: 0 0 0 13px;
}
#side-search{
    border-bottom: none;
    margin-top: .6em;
}
#side-search input{
    font-size: 12px !important;
    width: 74.6%;
    background: white;
    border-radius: 0;
}
.search-submit{
    color: transparent;
    background-color: transparent;
    background-image: url('/wp-content/themes/csc/images/search.png');
    background-size: contain  !important;
    -webkit-background-size: contain  !important;
    -moz-background-size: contain  !important;
    -o-background-size: contain  !important;
    background-repeat: no-repeat !important;
    background-position: center;
    margin: 4px 0;
}
.search-submit:hover{
    color: transparent;
    background-color: transparent;
    background-image: url('/wp-content/themes/csc/images/search.png');
    background-size: contain  !important;
    -webkit-background-size: contain  !important;
    -moz-background-size: contain  !important;
    -o-background-size: contain  !important;
    background-repeat: no-repeat !important;
    background-position: center;
    opacity: .5;
}
.entry-title a{
    color: #5c8727 ;
}
.entry-title a:hover{
    color: white;
}
.entry-summary p{
    font-size: 12px !important;
}
#search-result{
    margin-left: 0;
}
.pagination{
    border-top: none !important;
    font-family: 'Quicksand', sans-serif !important;
    margin-bottom: 0 !important;
    display: inline-block;
    color: #333;
}
.page-title, .comment-form label, #reply-title{
    font-family: 'Quicksand', sans-serif !important;
}
select{
    background-color: #f7f7f7;
    border: 1px solid #d1d1d1;
    font-size: 12px;
    height: 30px;
    color: #333;
}
input[type="submit"]{
    background-color: ;
    font-size: 12px;
    color: transparent;
    border-radius: 0;
    height: 33px;
    background-image: url(/wp-content/themes/csc/images/ios7-arrow-right.png);
    background-size: contain  !important;
    -webkit-background-size: contain  !important;
    -moz-background-size: contain  !important;
    -o-background-size: contain  !important;
    background-repeat: no-repeat !important;
    background-position: center;
    padding: 0;
    float: right
}

input[type="submit"]:hover{
    background-color: transparent;
    color: transparent;
    background-image: url(/wp-content/themes/csc/images/ios7-arrow-right.png);
    background-size: contain  !important;
    -webkit-background-size: contain  !important;
    -moz-background-size: contain  !important;
    -o-background-size: contain  !important;
    background-repeat: no-repeat !important;
    background-position: center;
    opacity: .5;
}
#cat-header{
    margin-bottom: 5%;
}
.pagination .nav-links:after{
    content: none;
}
.post-edit-link{
    display: none;
}
h4{
    letter-spacing: normal !important;
}
.circle{
    padding-bottom: 100%;
    border-radius: 50%;
    background-size: cover  !important;
    -webkit-background-size: cover  !important;
    -moz-background-size: cover  !important;
    -o-background-size: cover  !important;
    background-repeat: no-repeat !important;
    background-position: center;
    background-color: #efefef;
	box-shadow: -5px 6px 20px 0px #000000ab;
}
.content-block .button:hover{
    color: white !important;
    background: black !important;
}
.tablepress td, .tablepress th{
    line-height: 120%;
    font-size: 14px !important;
    border: none !important;
}

#bg-image .tablepress td, #bg-image .tablepress th{
    color: initial !important;;
    text-shadow: none !important;
}
#bg-image .tablepress tfoot th, #bg-image .tablepress thead th{
    color: white !important;
}


.tablepress tfoot th, .tablepress thead th{
    background-color: #333 !important;
    font-size: 18px !important;
    color: white !important;
}
#table{
    box-shadow: 0 0 2px #999;
    margin-left: 0;
}

@media only screen and (max-width: 720px){
    .tablepress td, .tablepress th{
        font-size: 12px !important;
        padding-right: 0 !important;
    }
}
@media only screen and (max-width: 480px){
    .tablepress tfoot th, .tablepress thead th{
        font-size: 12px !important;
    }
}
.tablepress caption{
    display: none;
}
.tablepress{
    margin-bottom: 0 !important;
}
.tablepress .odd td{
    background-color: #efefef !important;
}
.tablepress .even td{
    background-color: #fdfdfd !important;
}
ul#menu-main-menu{
    padding-left: 1em !important;
}
@media only screen and (max-width: 910px){
    ul#menu-main-menu{
        padding-left: 0 !important;
        padding-bottom: 1em !important;
    }
}
.compact-theme.wp-posts-carousel .wp-posts-carousel-buttons{
    width: 32.26%;
}
.compact-theme.wp-posts-carousel .wp-posts-carousel-image{
    padding: 10px;
    width: 32.26%;
    display: inline-block;
    vertical-align: middle;
}
.compact-theme.wp-posts-carousel .wp-posts-carousel-details{
    padding: 0;
    width: 66.13%;
    display: inline-block;
    vertical-align: middle;
}
.compact-theme.wp-posts-carousel .wp-posts-carousel-image img{
    width: 100% !important;
}
.compact-theme.wp-posts-carousel .wp-posts-carousel-desc{
    font-size: initial !important;
    /*color: white !important;*/
    padding: 0 !important;
    font-weight: 300 !important;
}
.wp-posts-carousel-details a{
    /*color: white !important;*/
}
.compact-theme.wp-posts-carousel .wp-posts-carousel-container{
    border: none !important;
    padding: 0 20px !important;
    background: transparent !important;
}
.compact-theme.wp-posts-carousel .owl-controls .owl-nav div{
    top: auto !important;
    bottom: 10px;
    background-image: url(/wp-content/themes/csc/images/ios7-arrow-right.png);
    background-size: contain  !important;
    -webkit-background-size: contain  !important;
    -moz-background-size: contain  !important;
    -o-background-size: contain  !important;
    background-repeat: no-repeat !important;
    background-position: center;
    border: none !important;
    color: transparent !important;
}
.compact-theme.wp-posts-carousel .owl-controls .owl-nav .owl-prev{
    background-image: url(/wp-content/themes/csc/images/ios7-arrow-left-white.png) !important;
    margin-left: 30%;
}
.compact-theme.wp-posts-carousel .owl-controls .owl-nav .owl-next{
    background-image: url(/wp-content/themes/csc/images/ios7-arrow-right-white.png) !important;
    margin-right: 30%;
}
.compact-theme.wp-posts-carousel .owl-dots{
    width: 100% !important;
    top: auto !important;
    right: auto !important;
    bottom: 10px !important;
}
.compact-theme.wp-posts-carousel .wp-posts-carousel-slide{
    padding: 40px 0 40px 0 !important;
}
@media only screen and (min-width: 1440px){
    .compact-theme.wp-posts-carousel .owl-controls .owl-nav .owl-prev{
        margin-left: 40%;
    }
    .compact-theme.wp-posts-carousel .owl-controls .owl-nav .owl-next{
        margin-right: 40%;
    }
    .compact-theme.wp-posts-carousel .wp-posts-carousel-desc{
        font-size: 20px !important;
    }
}
@media only screen and (max-width: 480px){
    .compact-theme.wp-posts-carousel .wp-posts-carousel-image, .compact-theme.wp-posts-carousel .wp-posts-carousel-details, .compact-theme.wp-posts-carousel .wp-posts-carousel-buttons{
        width: 100%;
    }
    .compact-theme.wp-posts-carousel .owl-controls .owl-nav .owl-prev{
        margin-left: 1em;
    }
    .compact-theme.wp-posts-carousel .owl-controls .owl-nav .owl-next{
        margin-right: 1em;
    }
    .compact-theme.wp-posts-carousel .wp-posts-carousel-desc, .compact-theme.wp-posts-carousel .wp-posts-carousel-buttons a{
        display: none;
    }
    .compact-theme.wp-posts-carousel .wp-posts-carousel-title{
        text-align: center !important;
    }
}
.slider{
    background: white;
}
.byline{
    display: none !important;
}
.contact-form-mobile a{
    background: #5c8727;
}
#content-title.team-member{
    margin-bottom: 0 !important;
}
.testimonial-image{
    float: left;
}
.fts-jal-fb-header, .fts-powered-by-text{
    display: none !important;
    color: transparent !important;
    font-size: 0px;
    padding-top: 0 !important;
}
.fts-powered-by-text:hover{
    color: transparent !important;
}
#social-feed img{
    height: auto;
    margin: 0 !important;
}
.fts-jal-fb-picture{
    margin: 0 !important;
}
.fts-jal-fb-group-display, .fts-twitter-div{
    padding: 1.6% !important;
}
.featured-blog h4{
    padding: 10px;
    font-weight: 700 !important;
    color: white;
    margin-bottom: 0 !important;
    text-align: center;
}
@media only screen and (max-width: 720px){
    #social-feed{
        height: auto;
        margin: 10px auto;
    }
    .featured-blogs{
        padding: 0 5em 0 1em !important;
    }
}
.instagram-placeholder{
    margin: 6px !important;
}
.responsive-tabs h2:first-of-type{
    display: none !important;
}
.contact-form-mobile .accordion{
    background: #5c8727;
    color: white !important;
    text-align: center;
    width: 100%;
    padding: .6em !important;
    display: block;
    box-shadow: 0px 0px 5px black !important;
    transition-property: background;
    transition-duration: .5s;
    text-shadow: none;
}
.contact-form-mobile .accordion h3{
    font-size: 1rem !important;
    color: white;
    font-weight: 600 !important;
    margin-bottom: 0 !important;
}
.gform_heading{
    margin-bottom: 0 !important;
}
.gform_wrapper .gform_footer{
    display: inline-block;
    padding-bottom: 0 !important;
}
.gform_wrapper .top_label select.medium{
    width: 100% !important;
}
#lp-sidebar{
    background-color: transparent;
    padding: 0;
}
#lp-sidebar .contact-form{
    margin: 0;
    padding: 1em;
}
#lp-sidebar .gform_footer input[type="submit"]{
    white-space: inherit;
    height: auto;
}
#lp-contact{
    display: table !important;
}
@media screen and (min-width: 1084px){
    #lp-contact{
        display: none !important;
    }
}
@media screen and (max-width: 480px){
    #lp-contact{
        display: none !important;
    }
.gform_wrapper span.gform_description{
    margin-bottom: 0 !important;
}
.header-copy p{
    color: white;
    line-height: 160%;
}
.lp-page-top{
    min-height: auto;
    padding-top: 30vh;
}
.cardcontent h2{
	text-align: left;
	color: #000;
	}
	.cardcontent p{
	text-align: left;
	color: #000;
	}
	.cardcontent ul,li{
	text-align: left;
	color: #000;
	}
	.cardcontent{
	padding: 20px;
	}
}
@media screen and (max-width: 1440px){
    .lp-page-top{
        padding-top: 20vh;
	}
	#lpheaderlogo{
		    display: inline-block !important;
    			height: 100% !important;
    			vertical-align: middle !important;
    			width: auto !important;
    			margin-top: 1% !important;
				}

    }
	#lpheaderlogo{
		    display: inline-block !important;
    			height: 100% !important;
    			vertical-align: middle !important;
    			width: auto !important;
    			margin-top: 1% !important;
				}
#lp-form{
    position: fixed;
    top: 183px;
    padding: 1em;
}
@media screen and (max-width: 1084px){
    #prog-header{
        background: rgba(0,0,0,.4);
    }
    #lp-header{
        background: rgba(0,0,0,0) !important;
    }
    .lp-page-top{
        padding-top: 0;
    }
    #lp-form{
        position: initial;
        width: 50%;
        top: inherit;
    }
	.site-content-lp{
	background-size: cover !important;
	}
	#lpheaderlogo{
		    display: inline-block !important;
    			height: 90% !important;
    			vertical-align: middle !important;
    			width: auto !important;
    			margin-top: 1% !important;
				}
	.lp-header{
		height: 60px;
		}
	}
@media screen and (min-width: 61.5625em){
.custom-logo {
    max-width: 240px;
}
}
@media screen and (max-width: 480px){
    #lp-form{
        width: 100%;
    }
	.lp-header{
		height: 43px;
		}
	}
iframe{
    position: absolute;	
}
#spacer{
    float: none;
    display: inline-block;
}
#lp-form h4{
    line-height: 120%;
}
#lp-form .button{
    font-size: 12px;
}
#lp-form .ginput_complex input{
    margin: .5em 0;
}
#lp-form input.medium{
    width: 100% !important;
}
#lp-form label{
    display: none !important;
}
video#bgvid {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.align:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.inner {
  display: inline-block;
  vertical-align: bottom;
}


#span{
	width: 100%;
	}

.simcal-default-calendar-list{
	border-bottom: 4px solid #ff0000 !important;
}

.simcal-default-calendar-list dt.simcal-day-label>span{
	background-color: #ff0000 !important;
    color: #ffffff !important;
}

.simcal-calendar-head{
	text-align: left;
	font-size: 3.75em;
	
}

/* Create two equal columns that floats next to each other 
.prcolumn {
    float: left;
    width: 50%;
    padding: 10px;
    height: 300px; /* Should be removed. Only for demonstration 
}

/* Clear floats after the columns */
.prrow:after {
    content: "";
    display: table;
    clear: both;
}


/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .prcolumn {
        width: 100%;
    }
	.margin-width{
	width: 100%;
	margin: auto;
	}
	.threewide{
	width: 100%}
}

#ctaalumn {
width: 100%;
    background-color: #333;
	border-radius: 50px;
	border-style: solid;
	border-color: white;
	padding:20px;
    -webkit-animation-name: alumncta; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: alumncta;
    animation-duration: 10s;
	animation-iteration-count: infinite;
	transition: width .5s
}

/*
@keyframes alumncta {
    0% {background-color: #7d9b61; border-color: #ffffff; border-style: solid; border-width: 2px; border-radius: 0px;}
    50% { -webkit-transform: rotateX(90deg); 
    transform: rotateX(90deg); background-color: #333; border-color: #7d9b61; border-style: solid; border-width: 2px; border-radius: 50px;}
	100% {background-color: #7d9b61; border-color: #ffffff; border-style: solid; border-width: 2px; border-radius: 0px;}
	}

@-webkit-keyframes alumncta {
    from {background-color: #7d9b61;}
    to {background-color: #8dc842;}
}
*/
.cta_alumn{
	text-align: center;
    color: white;
    margin: 0;
    font-size: 50px;
    float: left;
}
.cta_alumn_container{
	    border: 2px solid white;
    border-radius: 50px;
    background: #ffffff;
}
.alumncontent{
	border: 2px solid white;
    border-radius: 25px;
    background: black;
	
}
#alumnheader{
/*	background-image: url(https://communitycarecollege.edu/wp-content/uploads/2018/03/alumni1.png);*/
    display: none;
	box-shadow: 0 0 1px 0px #00000078;
    background-color: #f7f7f7;
	max-width:1440px;
	WIDTH: 100%;
}

.margin-width{
	width: 80%;
	margin: auto;
}

.et_pb_blurb_content{
	height: 100%;
	margin: 0;
	display: table-cell;
}
.desc-list{
	background-color: #7c9b60;
	color: white;
	font-weight: 300;
}
	.et_pb_blurb_container{
	padding:20px;
}
.redback{
	background-color: #7c9b60;
	min-height: 403px;
}
.white{
	color:white;
	}
.table-container{
    display: table;
    border-style: solid;
    border-color: #7c9b60;
    margin: 0;
	background: #ffffffc2;
	}
.threewide{
	width: 33.33%;
}
.twowide{
	width: 50%;
	float: left;
	padding: 20px;
}
.nomargin
{
	margin: 0 !important;
}
.nopadding
{
	padding: 0 !important;
	overflow: hidden !important;
}
#transparent1{
	background-color: rgba(247, 247, 247, 0);
	box-shadow: unset;
	width: 100%;
    max-width: 1440px;
    margin: auto !important;

}
#imgcontent{
    width: 100%;
    max-width: 1440px;
    margin: auto !important;
    overflow: auto;
    float: none;
}
.alumnlogo{
	text-align: left;
	background: #7d9b618f;
}
.card1{
display: inline-block;
background: #7c9b60;
padding: 20px;	
}

.card2{
display: inline-block;
background: #333;
padding: 20px;		
}
.card3{
display: inline-block;
background: #333;
padding: 20px;			
}
.card4{
display: inline-block;
background: #333;
padding: 20px;
text-align:center;			
}
.subbutton{
    text-align: center;
background-color: #7c9b60;
    color: #fff !important;
    padding: 30px;
    margin-right: 2%;
    width: 22% !important;
    border-style: solid;
    border-color: white;
    font-size: 14px;
}

.benefitlist{
    font-weight: 1000;
    text-align: left;
}

.subbutton:hover{
text-align: center;
   background-color: #222222 !important;
    color: #fff !important;
    border-style: solid !important;
    border-color: #7c9b60 !important;
    margin-right: 2%;
    width: 22% !important;
	   box-shadow: inset 0 0 1px 0px #0000007d;
}
#cccgreen{
	background: #333333;
   box-shadow: inset 0 0 1px 0px #0000007d;
   }
.subbuttoncont{
}
.pad20{
	padding: 20px;
}
.text-inner{
}
.alumn-benefit{
	background: #8dc842;
}

#alumn_main{
	    background-image: url(https://communitycarecollege.edu/wp-content/uploads/2018/04/che.png);
		    background-size: 175px;
		background-attachment: fixed;
}

.alumnpage{
	background: #333333;
}
@media only screen and (max-width: 480px){
#alumn_main{
	background-image: unset;
	background-size: unset;
    background-attachment: unset;
}
.alumnlogo{
	text-align: center;
	background: #7d9b618f;
}
		#transparent1{
		box-shadow: unset;
		width: 100%;
		padding: 0;
	    margin: auto !important;

	}
		.cta_alumn{
			text-align: center;
		    color: white;
		    margin: 0;
		    font-size: 30px;
		    float: left;
		}
		#ctaalumn {
		width: 100%;
		background-color: unset;
		border-radius: 0px;
		border-style: none;
		border-color: white;
		padding:0px;
		}
		.subbutton{
		text-align: center;
		background-color: #7c9b60;
		color: white !important;
		padding-top: 20px;
		padding-bottom: 20px;
		margin: 0;
		width: 100% !important;
		margin-bottom: 5%;
		display: inline-block;
		border-style: solid;
		border-color: white;
		}
		.subbutton:hover{
		text-align: center;
		background-color: #222222 !important;
    color: #fff !important;
    border-style: solid !important;
    border-color: #7c9b60 !important;
		padding-top: 20px;
		padding-bottom: 20px;
		/* margin: 0; */
		width: 100% !important;
		display: inline-block;
		}
		.threewide{
		width: 100%;
		    display: inline-block;
	float: left;
		}
		.twowide{
		width: 100%;
		float: left;
		}
		.margin-width{
		width: 100%;
		}
		.subbuttoncont{
		background: #ffffff00 !important;
		box-shadow: unset !important;
		}
		.table-container{
		    display: inline-block;
	float: left;
		border-style: solid;
		border-color: #d9232e;
		background: #efefef;
		}
		.pad20{
		padding: 20px;
		}	
		#cccgreen{
    background: #7c9b60;
    border-style: solid;
    box-shadow: inset 0 0 8px 1px #0000007d;
    border: 5px solid white;
		}
		.benefitlist{
		font-weight: unset;
		text-align: left
		}
		#alumnheader{
	/*	background-image: url(https://communitycarecollege.edu/wp-content/uploads/2018/03/alumni1.png);*/
		display: none;
		box-shadow: 0 0 1px 0px #00000078;
		background-color: #f7f7f7;
		Width: 100%;
		margin: auto !important;
		}
		.containerbackground{
		background: #333; 
		color: white !important;
		display: inline-block;
		}
		.redback{
			min-height: unset;
		}
}

		@media only screen and (max-width:769px){
		.threewide{
		width: 100%;
		}
		.twowide{
		width: 100%;
		}
		.margin-width{
		width: unset !important;
		}

.lpcta-banner h2 {
color: #fff;
text-align: center;
    font-size: 26px !important;
    margin: 0 !important;
    text-shadow: 2px 3px 0 #00000080;
}
.lpcta-banner{
	padding: 1em !important;
}
		}
		@media only screen and (max-width:1440px){
		#bg-image{
		width: 100%;
		margin: auto;
		}
}

.stitched {
	padding: 20px;
    margin: 10px !important;
    color: #000;
    background: #ffffff54;
    border-color: black;
    font-weight: bold;
    line-height: 1.3em;
    border-radius: 10px;
    background-size: cover;
}
.stitchedcta{
    color: #000;
	    margin: 10px;
    font-weight: bold;
    line-height: 1.3em;
    border: 2px dashed #fff;
    border-radius: 15px;
    background-size: cover;
    margin: 10px;
	    box-shadow: 0 0 0 4px #791216  !important;
    background: #791216 ;
}

.lpcta-banner h2 {
color: #fff;
text-align: center;
    font-weight: 700! important;
    font-size: 51px;
    margin: 0 !important;
 /*   text-shadow: 2px 3px 0 #00000080;*/
}

.spinmerightround{
     -webkit-animation-name: spinner; 
    -webkit-animation-timing-function: linear; 
    -webkit-animation-iteration-count: infinite; 
    -webkit-animation-duration: 8s; 
    animation-name: spinner; 
    animation-timing-function: linear; 
    animation-iteration-count: infinite; 
    animation-duration: 8s; 
    -webkit-transform-style: preserve-3d; 
    -moz-transform-style: preserve-3d; 
    -ms-transform-style: preserve-3d; 
    transform-style: preserve-3d;
}

  /* WebKit and Opera browsers */ @-webkit-keyframes spinner { 
    from 
    { 
        -webkit-transform: rotateY(0deg); 
    } 
    to { 
        -webkit-transform: rotateY(-360deg); 
    } 
} /* all other browsers */ 
@keyframes spinner { 
    from { 
        -moz-transform: rotateY(0deg); 
        -ms-transform: rotateY(0deg); 
        transform: rotateY(0deg); 
    } 
    to 
    { 
        -moz-transform: rotateY(-360deg); 
        -ms-transform: rotateY(-360deg); 
        transform: rotateY(-360deg); 
    
    } 
}
.handler{
	text-align: center;
}
.transparenttextbk{
	background: #ffffff57;
    padding: 20px;
	color: #000 !important;
}
.transparenttextbkblack{
background:#000000a1;
    padding: 20px;
    color: #fff !important;
    box-shadow: 0 0 20px 2px black;
}
/*
@media only screen and (max-width: 769px){
.transparenttextbk{
	background: #ffffff57;
    padding: 0px;
}*/
/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: rgba(0,0,0,0);
  height: 95%;
  border-bottom: 2px dashed #fff;
  border-top: 2px dashed #fff;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 2.0s;
  transition-duration: 2.0s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

.minheight{
	min-height: 500px;
    z-index: 10;
}
.lp-button-back{
	    background: #791216 !important;
}
.fashion{
	background: #8667ff;
	font-size: 1em;
}
#gform_submit_button_13{
		background: #8667ff !important;
}
.fashion:hover, #gform_submit_button_13:hover{
	background: #7d9b61 !important;
    color: white !important;
    box-shadow: inset 0px 0px 2px 2px black !important;
}
.gradoverlay{
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(149,208,226,1) 17%, rgba(0,170,196,1) 33%, rgba(0,156,173,1) 67%, rgba(0,101,127,1) 83%, rgba(0,61,68,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(149,208,226,1) 17%,rgba(0,170,196,1) 33%,rgba(0,156,173,1) 67%,rgba(0,101,127,1) 83%,rgba(0,61,68,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(149,208,226,1) 17%,rgba(0,170,196,1) 33%,rgba(0,156,173,1) 67%,rgba(0,101,127,1) 83%,rgba(0,61,68,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#shortcourse{
	max-width: 1440px;
	width: 100%;
}
.scregisterbutton{
	background: #7b9a60;
	color: #fff;
	border-radius: 10px;
}
.scregisterbutton:active, .scregisterbutton:hover, .scregisterbutton:focus {
	outline: unset !important;
	background: #7b9a60 !important;
}
@media only screen and (max-width:768px){
.card {
	background: #efefef;
    margin-top: 1rem;
    margin-right: 1rem;
    margin-left: 1rem;
    display: inline-block;
    height: 300px;
    width: 300px;
}
.fullcard {
	background: #efefef;
    display: flex;
	justify-content: space-around;
	align-items:center;
    width: 100%;
	padding: 1rem;
	margin-bottom: 1rem;
}
#sctitle{
	color: #241f20;
    font-size: 35px !important;
    margin-bottom: 0;
	text-align:center;
}
.scback{
	background: #dadada;
}
#scthumb{
	height: 25vh;
    background-size: cover;
	background-position: left;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
}
.scdesc{
	display: flex;
    float: right;
    text-align: center;
    justify-content: space-around;
}
.cardlink{
	display: flex;
    flex-direction: column;
}
.mdpage{ 
	width: 100%;
    max-width: 1440px;
    margin: 0;
	padding: 0;
	background: white;
}
}

@media only screen and (min-width:769px){
	
.card {
	background: #efefef;
    margin-top: 1rem;
    margin-right: 1rem;
    margin-left: 1rem;
    display: inline-block;
    height: 300px;
    width: 300px;
}
.cardcontainer{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
}
.cardlink{
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	margin-bottom: 2em;
}
.rowreverse{
	flex-direction:row-reverse;
}
.fullcard {
	background: #efefef;
    display: inline-block;
    width: 70%;
}
.gencard {
	background: #efefef;
    display: inline-block;
	padding: 3vh 3vw;
}
#sctitle{
	color: #241f20;
    font-size: 50px !important;
    line-height: 100px;
    margin-bottom: 0;
    font-weight: 300;
    padding-right: .2em;
}
.scback{
	background: #f6f6f6;
}
#scthumb{
	width: 30%;
    background-size: cover;
    background-repeat: no-repeat;
    /* margin: auto; */
    display: inline-block;
    /* border-radius: 25px; */
    background-position: left;
}
.scdesc{
    display: flex;
    height: 100%;
    float: right;
    flex-direction: column;
    align-items: center;
	padding: 2em;
}
.mdpage{ 
	width: 100%;
    max-width: 1440px;
    margin: auto;
	padding: 2em;
	background: white;
}
}
.depth2, .button:hover{
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
    -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
}
.depth3 {
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12) !important;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12) !important;
    -o-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12) !important;
}
.depth4 {
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
    -o-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
}
.depth6 {
    -moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2) !important;
    -o-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2) !important;
}
.depth8, .button, .scregisterbutton:hover, .scregisterbutton:active, .cardlink:hover {
    -moz-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2) !important;
    -o-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2) !important;
}
.depth16 {
    -moz-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
    -o-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
}
.depth24 {
    -moz-box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2) !important;
    -o-box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2) !important;
}
.innerdepth4 {
    -moz-box-shadow: inset 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: inset 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
    -o-box-shadow: inset 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
    box-shadow: inset 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
}



	#ect-events-list-content{
		width: 100%;
		max-width: 1440px;
		margin:auto;
	}
.ect-list-post{
	width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    word-break: break-word;
    display: table;
    max-width: 1440px !important;
    margin: 10px auto;
    height: 100%;
    min-height: 400px;
}
.ect-list-img, .tribe-events-event-image{
    width: 80% !important;
    background-color: #d2d2d2 !important;
    -webkit-box-shadow: inset 0 0 20px 0px #000000b3;
            box-shadow: inset 0 0 20px 0px #000000b3;
	}
	.ect-list-post-left {
    width: 40% !important;
	}
	.ect-list-post-right {
    width: 70%;
    display: table-cell;
    background: #f3fbf1;
    vertical-align: top;
    height: 100%;
}
#tribe-events{
	max-width: 1440px;
	width: 100%;
	margin: auto;
}
.single-tribe_events .tribe-events-single-event-description {
	color: #333;
}
.tribe-events-cal-links{
	margin: 0 !important;
	padding: 10px;
	background: #222;
}
.tribe-events-button, #tribe-events, .tribe-events-button.tribe-events-ical{
background: unset;
padding: 10px;
color:#8fff00;
}
.ect-list-date{
    background: #222 !important;
    text-shadow: 1px 0 2px rgba(0,0,0,.35);
    height: 100%;
    color: #fff;
    padding: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    top: 0;
    z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	}
	.ect-list-venue, .tribe-events-venue-details{
		vertical-align: middle !important;
		padding: 10px;
	}
	.ect-icon{
		font-size: 0px !important;
    display: inline-block !important;
    width: 100% !important;
    height: 50px !important;
    background-image: url(https://communitycarecollege.edu/wp-content/uploads/2018/04/ccclocation.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	}
	.ect-list-post-right{
	
	}
	.ect-list-description{
		border-top: unset!important;
		border-bottom: unset !important;
		padding: 10px;
	}
	#eventcontent, .tribe-events-loop{
		padding: 20px !important;
	}
	.ect-list-venue .ect-venue-details{
	font-size: 18px !important;
	}
	 h2.ect-events-page-title{
	 		font-family: "Quicksand", sans-serif !important;
    font-weight: bold !important;
	    margin-top: 50px !important;
    margin-left: 20px !important;
    padding: 0px !important;
	 }
	 
	 	.ect-google a{
		color: #fff !important;
	}
	@media only screen and (max-width: 790px){
		.tribe-events-schedule h2{
	text-align: center !important;
}
		#list-post-padding{
	height: 5px !important;
}
	h1.tribe-events-single-event-title{
	/*   background: #fff;
    border: 3px solid #7d9b61;
    box-shadow: inset 0 0 14px black;
    text-shadow: 2px 2px 1px black; */
    font-size: 25px !important;
    text-align: center !important;
	}
	.tribe-event-date-start, .tribe-event-time{
		font-size: unset !important;
		text-align: center !important;
		}
	.event-content{
		padding: 35px 0 0 0 !important;
	}
	.tribe-events-sub-nav{
		padding: 10px 0px !important;
	}
	.tribe-events-nav-previous{
		padding: 0 !important;
	}
		.tribe-events-nav-next{
		padding: 0 !important;
	}
	#tribe-events-header{
		margin: 0 !important;
	}
	.coverevent{
		min-height:250px !important;
	}
		.tribe-events-meta-group{
		width: 100% !important;
	}
	.type-tribe_events{
		padding: 10px !important;
		margin: 0px !important;
	}
	.tribe-events-event-meta{
		flex-wrap: wrap !important;
		justify-content: baseline !important;
	}
	.eventsite{
		background: #8dc842 !important;
	}
	.events-list #tribe-events-footer, .tribe-events-day #tribe-events-footer, .tribe-events-map #tribe-events-footer{
    background: #333 !important;
    /* height: 100%; */
    margin: 0 !important;
    padding: 10px;
    text-align: center;
	}
	#tribe-events-footer{
		margin-bottom: 0 !important;
	}
.eventcontainer{
		margin: 5px 0 !important;
	}
	.ect-list-description {
    width: 70% !important;
    padding: 5px !important;
}
 h2.ect-events-page-title{
	 text-align: center !important;
    vertical-align: middle !important;
    margin: 0px !important;
    padding: 10px !important;
    background: #333 !important;
	}
.tribe-events-button, #tribe-events .tribe-events-button.tribe-events-ical{
background: unset;
padding: 10px;
}
		.flexchild, .type-tribe_events{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.ect-list-venue, .tribe-events-venue-details{
		width: 50% !important;
	}

	.ect-list-post-left {
    width: 100% !important;
	}
	#datepicturecontainer{
	    width: 100% !important;
		    height: 300px;
	}
	.ect-desc-container {
		width: 100% !important;
		border: unset !important;
		padding: 0px !important;
		}
.ect-list-img, .tribe-events-event-image{
		width: unset !important;
		height: unset !important;
	}
		#eventcontent, .tribe-events-loop{
		padding: 0px !important;
		top: unset;
	}
.ect-list-img, .tribe-events-event-image{
    width: 80% !important;
    background-color: #d2d2d2 !important;
    -webkit-box-shadow: inset 0 0 20px 0px #000000b3;
            box-shadow: inset 0 0 20px 0px #000000b3;
	}
	/*.ect-list-date{
	width: 20% !important;
    min-width: unset !important;
    display: inline-table;
	float:left;
    text-align: center;
    background: #7d9b61 !important;
    text-shadow: 1px 0 2px rgba(0,0,0,.35);
    height: 100%;
    color: #fff;
    vertical-align: middle;
    padding: 8px;
    box-sizing: border-box;
    position: relative;
    top: 0;
    z-index: 2;
	}*/
	 h2.ect-events-page-title{
	 	padding: 10px !important;
		font-size: 32px !important;
		color: #7d9b61 !important;
	 }
	}
	@media only screen and (min-width: 1279px){
	.ect-list-post-left {
    width: 40% !important;
	}
		#eventcontent, .tribe-events-loop{
		top: unset;
		padding: 20px !important;
	}
.ect-list-img, .tribe-events-event-image{
    width: 80% !important;
    background-color: #d2d2d2 !important;
	-webkit-box-shadow: inset 0 0 20px 0px #000000b3;
	        box-shadow: inset 0 0 20px 0px #000000b3;
	}
	.ect-list-date{
	width: unset !important;
	}
    /*min-width: unset !important;
    display: inline-table;
	float:left;
    text-align: center;
    background: #7d9b61 !important;
    text-shadow: 1px 0 2px rgba(0,0,0,.35);
    height: 100%;
    color: #fff;
    vertical-align: middle;
    padding: 8px;
    box-sizing: border-box;
    position: relative;
    top: 0;
    z-index: 2;
	}
	 h2.ect-events-page-title, h2.tribe-events-page-title{
		font-size: 32px !important;
		color: #7d9b61 !important;
	 }*/
	 .ect-list-post-right{
	width: 60%;
	}
	.coverevent{
		background-position: top;
		height: 250px;
	    box-shadow: inset 0 0 40px 0px black;
	}
	}
	.coverevent{
		background-position: top;
	    box-shadow: inset 0 0 40px 0px black;
		border-radius: 20px;
	}
	#tribe-events-header{
		margin: 24px 0 14px;
		background: #333;
		height: 3em;
	}
	.eventcontainer{
		min-height: 300px;
		
	}
	.flexparent, .type-tribe_events{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
	}
	.ect-desc-container{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
   		-webkit-box-ordinal-group: 3;
   		    -ms-flex-order: 2;
   		        order: 2;
   		 width: 50%;
		     background: #f7f7f7;
    color: white;
    padding: 20px;
    justify-self: auto;
    border: 2px solid #7d9b61;
	}
	#datepicturecontainer{
		width: 50%;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.ect-list-venue, .tribe-events-venue-details{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: white;
    background: #333333;
	width: 50%;
	}
	.ect-list-description{
		width: 50%;
	}
	#tribe-events-pg-template {
    width: 100%;
    max-width: 1440px;
    margin: auto;
	}
	.ect-list-date .ect-date-area{
	display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 92%;
    font-size: 38px;
    font-family: inherit;
}
.tribe-events-list-separator-month{
	font-size: 45px;
	text-align:center;
    color: #f7f7f7;
    background-color: #6cc720;
}
#monthheader{
	width: 100%;
	max-width: 1440px;
}
.tribe-events-back{
margin-top: 40px;	
}
.tribe-events-back a{
	color: #4df12e;
}
h1.tribe-events-single-event-title{
 /*   background: #fff;
    border: 3px solid #7d9b61;
    box-shadow: inset 0 0 14px black;
    text-shadow: 2px 2px 1px black; */
       color: #ffffff;
    padding: 0;
    font-size: 40px;
    text-align: left;
    text-shadow: 3px 2px 0px #000000;
	}
.tribe-events-schedule{
	background: #333;
	color: white;
	text-align:center;
	}
	.tribe-event-date-start, .tribe-event-time{
		/*color:white;*/
	color: #ffffff;
    padding: 0;
    margin: 0;
    font-size: 25px;
    text-align: left;
	}
	.tribe-events-nav-previous{
		text-align: left;
	}
		.tribe-events-nav-next{
		text-align: right;
	}
	.type-tribe_events{
		background: white;
		border: 3px solid #fff;
		padding:25px;
		display: flex;
		box-shadow: inset 0 0 14px black;
		margin-top: 0 !important;
		}
	h3.tribe-events-single-section-title{
		color: white;
	} 
	.tribe-events-meta-group{
		padding: 20px;
		width: 50%;
	}
	.tribe-events-single-event-description{
		padding: 10px !important;
	}
a.tribe-events-gmap{ 
color: #8fff00; 
}
#tribe-events-event-url a:link { color: #8fff00; }
#tribe-events-event-url a:visited { color: #8fff00 }
#tribe-events-event-url a:hover { color: #fff;  }
#tribe-events-event-url a:active { color: #8fff00 }
h2.ect-events-page-title{
	color: white !important;
	
}
	.tribe-events-event-meta{
	margin: 0 !important;
	    background: #333 !important;
    text-shadow: 1px 0 2px rgba(0,0,0,.35);
    height: 100%;
    color: #fff;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    top: 0;
    z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	}
.tribe-events-meta-group{
	padding: 20px;
	display: flex;
	flex-direction: column;
}
.tribe-events-venue-map{
	width: 100%;
	
}
.tribe-events-schedule h2{
	margin: 0 !important;
	display: block !important;
	color: white;
	text-align: left;
}
#list-post-padding{  
	height: 40px;
}
.eventcontainer{
	box-shadow: 0 0 4px 2px black;
}
.flexchild{
	display:flex;
	flex-direction:row;
}
.tribe-events-nav-previous a{
	color: #8fff00;
}
.tribe-events-nav-next a{
	color: #8fff00;
}
.mediapagepostcontent{
	background: #333;
	flex-direction: column;
	padding: 20px;
	margin-bottom: 30px;
}
.mediapagepostcontent p{
	color: white;
	text-align: left;
}
.prposttitle{
	flex-direction: column;
    background: #8bc842;
}
.prposttitle h3{
    color: #7d9b61;
    background: #222222;
    font-weight: 800 !important;
    text-align: center;
    text-shadow: 1px 2px 2px black;
    margin: 0 !important;
}
.afiposttitle{
	flex-direction: column;
	background: #87c141;
}
.afiposttitle h3{
    color: #7d9b61;
    background: #222222;
    font-weight: 800 !important;
    text-align: center;
    text-shadow: 1px 2px 2px black;
    margin: 0 !important;
}
.pagecontainer{
	width: 100%;
    max-width: 1440px;
    margin: auto;
}

.prcolumn{
	background: none;
	
}
#thumbnailcontainer{
	background-position: center;
	height: 300px;
	width: 100%;
	box-shadow: inset 0 0 20px 8px #00000099; 
	background-size: cover;	
}
#fithumbnailcontainer{
	height: 500PX;
    width: 100%;
    box-shadow: inset 0 0 20px 8px #00000099;
    background-size: cover;
    background-position: center;
}
#pressreleases{
	margin-bottom: 40px;
	display: inline-block;
	float: left;
}
#featuredin{
	margin-bottom: 40px;
	display: inline-block;
	float: right;	
}
.clientbackground{
	height: calc(100vh - 8vh);
    width: 100vw;
    background: #424242;
    position: absolute;
	top:0;
	left: 0;
	
}
.salonspaheader{
color: white;
    height: 8vh;
    display: flex;
    background: #484848;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.backgroundoverlay{
    background-image: url(https://24j05nq0nhb3ziofv3od0tsl-wpengine.netdna-ssl.com/wp-content/uploads/2018/05/clary-icon-back-10.png);
    background-repeat: repeat;
	background-color: transparent !important;
    background-size: 40px;
    /* display: flex; */
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    position: fixed;
	    height: inherit;
		width: 100vw;
}

.salonspaheader h1{
	text-align:center;
	color:white;
	font-weight: 400px !important;
	font-size: 18px;
	
}
.post-224706{
	background: #17b99b;
	max-width: 1440px;
    width: 100%;
    margin: auto;
}
.services-content{
    height: 100%;
    background: #fff;
    padding-bottom: 8vh;
  /*  display: flex;*/
    flex-direction: column;
    justify-content: space-between;
}
.container{
	color: white;
	display: inline-flex;
	flex-direction: column;
}
.menuhalf{
	display: inline-block;
	float:left;
}
.inactive{
	width: 50%;
	flex-direction: row;
}
.menuitem{
	background-color: #414141;
	padding-left: 10px;
	display: flex;
	justify-content: space-between;
}
.menuitemfirst{
	margin-top: 18px;
}
.menuitemalt{
	padding-left: 10px;
	background-color: #515151;
	display: flex;
	justify-content: space-between;
}
.itemname{
	width: 80%;
	flex-grow: 3;
}
.itemname h4{
	color: white;
}
.menuprice {
	width:20%;
	align-self: flex-end;
	flex-grow: 1;
}
.menuprice h4{
	color: white;
	justify-self: left;
}
.menudivider{
	display: inline-block; 
	background-color: #799a61;
	height: 5px;
}
@media only screen and (max-width: 790px){
	.child h4{
	font-size: 24px !important;
	color:white;
	display:none;
	}
	.panel h4{
	font-size: 14px !important;
	color:white;
	font-weight:100 !important;
	}
	.salonspaheader h1{
	font-size: 18px !important;
	}
	.salonspaheader{
		
	}
	.blank{
		display:none;
	}
	.spamenu{
	flex-direction:column;
}
}

.animate {
  transition: transform 0.5s ease-out;
}



.slider-wrap {
  width: 100%;
  height: 100vh;
  position: absolute;
}

.slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1; 
}

.ms-touch.slider {
  overflow-x: scroll;
  overflow-y: hidden;
  
  -ms-overflow-style: none;
  /* Hides the scrollbar. */
  
  -ms-scroll-chaining: none;
  /* Prevents Metro from swiping to the next tab or app. */
  
  -ms-scroll-snap-type: mandatory;
  /* Forces a snap scroll behavior on your images. */
  
  -ms-scroll-snap-points-x: snapInterval(0%, 100%);
  /* Defines the y and x intervals to snap to when scrolling. */
}

.holder {
  width: 300%;
  height: 92vh;
  overflow-y: hidden;
}

.slide-wrapper {
  width: 33.333%;
  height: 92vh;
  float: left;
  position: relative;
  overflow: hidden;
}

.slide {
  height: 92vh;
  position: relative;
}

.slide img {
  position: absolute;
  z-index: 0;
  transform: translatex(-100px);
}

.slide:before {
}
#clientmenu{
	height: 8vh;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: #333;
	z-index: 999;
	    position: fixed;
    bottom: 0;
}
.clientmenuitem{
	align-items: center;
	display: flex;
}
.menuflex{
    margin-bottom: 0 !important;
    border-radius: 10px;
    padding: 1px 8px;
    /* border-right: 2px solid white; */
    /* border-left: 2px solid white; */
    background-color: #8a8a8a;
    color: white;
    text-shadow: 0 1px 2px black;
}
.menuflex.active, .menuflex:hover{
	background-color: #17b99b;
}
.accordion {
	text-align: center;
    background-color: #eee;
    color: #444;
    cursor: pointer;
  
  /*  width: 100%;*/
    border: none;
    outline: none;
    transition: 0.4s;
	font-size: 10px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active{

}
.active h4{
	color:white;
}
.child.active h4{
	display:unset;
	}
/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: #222;
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-out;
	width: 100%
	
}
.child:after {

}
#menupadding{
	height: 18px;
    width: 100%;
    display: inline-block;
}
.active:after {
    /* Unicode character for "minus" sign (-) */
}/*
.salon, .salon.active, .salon:hover{
	background-color: #e9008d;
	color:white;
	text-shadow: 1px 1px 8px black;
}
.massage, .massage.active, .massage:hover{
	background-color: #00b9c0;
	color:white;
	text-shadow: 1px 1px 8px black;
}
.barber, .barber.active, .barber:hover{
	background-color: #ff7b00;
	color:white;
	text-shadow: 1px 1px 8px black;
}
.nails, .nails.active, .nails:hover{
	background-color: #7cb916;
	color:white;
	text-shadow: 1px 1px 8px black;
}
.skin, .skin.active, .skin:hover{
	background-color: #ab42ff;
	color:white;
	text-shadow: 1px 1px 8px black;
}
.fashiondesign, .fashiondesign.active, .fashiondesign:hover{
	background-color: #7d9b61;
	color:white;
	text-shadow: 1px 1px 8px black;
	}
.waxing, .waxing.active, .waxing:hover{
	background-color: #16b99a;
	color:white;
	text-shadow: 1px 1px 8px black;
}
.interiordesign, .interiordesign.active, .interiordesign:hover{
	background-color: #ffd100;
	color:white;
	text-shadow: 1px 1px 8px black;
}
.lastmenuitem{
	    margin-bottom: 10px;
}
*/
#post-224719{
	height: calc(100vh - 8vh);
	background-color: #17b99b;
}
#parent {
    /*display: flex;*/
    flex-wrap: wrap;
	flex-direction: row;
    height: inherit;
    /* padding-bottom: 8vh; */
	transition: .5s;
	overflow-x: hidden;
	overflow-y: hidden;
	top: 0;
	transition: 1s;
}
#parent button:hover{
	background: #fff;

}
.child {
    display: flex;
    flex-shrink: 1;
    height: calc((100vh - 8vh) / 8);
    width: 100%;
    /* background-image: url(https://24j05nq0nhb3ziofv3od0tsl-wpengine.netdna-ssl.com/wp-content/uploads/2018/05/BUTTONwhite.png); */
    background-repeat: no-repeat;
    background-size: cover;
	justify-content: space-evenly;
    align-items: center;
	transition: 1s;
	transform: translate(75%);
}
.child.active{
    transform: none;
    background-color: #00000078;
    box-shadow: inset 0 0 2px 1px black;
    transition: 1s;
    border: 3px solid #16b99a;
	border-radius: 50px;
}
#clientmasthead{
	transition: 1s;
    background-color: unset;
}
.stripe{ 
	background-color: white;
    box-shadow: 1px 1px 1px black;
    width: 5%;
    height: 200%;
    transform: rotate(45deg);
}
.panel.show {
  opacity: 1;
  max-height: 500px;
}
.panel.hide {
  opacity: 0;
  height: 0;
}
.barber button{
	background-image: url(https://24j05nq0nhb3ziofv3od0tsl-wpengine.netdna-ssl.com/wp-content/uploads/2017/02/razor.png);
}
.plus{
    background: url(https://24j05nq0nhb3ziofv3od0tsl-wpengine.netdna-ssl.com/wp-content/themes/csc/images/ios7-plus-empty-white.png);
    background-size: contain;
}
.serviceicon, .accexpand{
	width: 60%;
    height: 60%;
	margin:auto;
    background-size: contain;
	    background-repeat: no-repeat;
}
.salonicon{
	background-image: url(/wp-content/uploads/2018/05/salonicon1.png);
}
.massageicon{
	background-image: url(/wp-content/uploads/2018/05/massageicon.png);

}
.accexpand{
	background-image: url(/wp-content/uploads/2018/05/plus.png);
	transition: rotate 1s;
}

.child.active .salonicon{
	background: url(https://24j05nq0nhb3ziofv3od0tsl-wpengine.netdna-ssl.com/wp-content/themes/csc/images/ios7-plus-empty-white.png);
    background-size: contain;
	
	
}
.noshow{
	display: none;
}

@keyframes roll {
  0% {
    transform: rotate(0);
	transform: translate(0%);
  }
  100% {
    transform: rotate(405deg);
	transform: translate(75%);
  }
}
.sidenav {
	width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 1;
    /* bottom: 8vh; */
    right: 0;
    background-color: #000000a1;
    overflow-x: hidden;
    /* padding-top: 60px; */
    transition: 1s;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
	transform: translatex(100vw);
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff !important;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #3ac0a3 !important;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    right: 25px;
    font-size: 36px;
    margin-left: 180px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#mainclient {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
#mobilemenu{
	height: 8vh;
    background: #000000a8;
    width: 100%;
	bottom: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.hiddenslider{
	width: 100%;
}
.servicesicon{
	height: 100%;
}
.virtualtour{
max-width: 1440px;
    margin: auto;
}
.virtualtour iframe{
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.virtualtour iframe.clicked{
	pointer-events: auto;
}
.iframecontainer{
	margin: auto;
    padding: 5vh;
    width: 70vw;
    height: 70vh;
}
.servicemenutemp{
	width: 100%;
	max-width: 1440px;
	display: flex;
	flex-direction: column;
	align-items:center;
	justify-content:space-evenly;
	margin: auto;
	margin-bottom: 5vh;
	color: #f7f7f7;
}
.servicemenutemp h1,.servicemenutemp h3{
	color: white;
}
.spamenu{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-evenly;
	width: 100%;
}
.spamenu1{
	height: 50vh;
	background-image: url(wp-content/uploads/2018/07/spamenu.jpg);
	background-size: contain;
}
#salonandspa{
	width: 75%;
    background-color: rgba(228,228,228,.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 3%;
	padding: 2vh;
	border: 2px solid #ffffff;
}
#secondaryheadermobile h4 {
	color:#fff;
	text-shadow:none;
	margin: 0 !important;
}
#secondaryheader h4{
	color:#333;
	text-shadow:none;
	margin: 0 !important;
	padding: 0 3vw;
}
#secondaryheader{
    position: absolute;
    z-index: 999;
    height: 5vh;
    /* width: 100%; */
    display: flex;
    background: #e6e6e6;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1vw;
    right: 0;	
	top:0;
}
#secondaryheadermobile{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 2%;
}
@media only screen and (max-width: 790px){
	.spamenu{
	flex-direction:column;
}
}
#pagecontainer{
	background-color: #f7f7f7;
	width: 100vw;
}
#pagecontainer{
	background-color: #f7f7f7;
	width: 100%;
	max-width: 1440px;
	margin: auto;
	padding:2vw;
}
.woocommerce a.button, .woocommerce button.button.alt{
	background-color: #333;
}

#herosection{
	height: 50vh;
	background-size:cover;
	background-position:center;
}
.inline{
	display:inline-block;
}
.flexrow{
	margin: 2vh 0;
	padding: 2vh 2vw;
	display:flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items:center;
}
.reverse{
	flex-direction:row-reverse;
}
.column{
	flex-direction: column;
}
.flexwrap{
	flex-wrap:wrap;
}
.landing-title-container{
	display: flex;
	flex-direction:row;
	justify-content: space-around;
	align-items: center;
	margin: 1em 0;
    padding: .8em;
}
.landing-title{
	font-size: 40px !important;
    color: #fff;
    line-height: 110%;
    padding: .3em 0;
	text-align:center;
}
.landing-desc-container{
	display: flex;
}
.lp-description-copy{
	margin: unset !important;
	display: flex;
	align-items: center;
}
.hide{
	height: 0;
	display: none;
	transition: all 0.5s ease-out;
}
.contact-form-mobile{
	transition: all 0.5s ease-out;
	background: grey;
}
#gform_submit_button_4{
	margin-top: 1em !important;
	margin-bottom: 1em !important;
	font-size:1em !important;
	width: 90% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	float: unset;
	line-height: 1;
}
.woocommerce div.product form.cart .button{
	margin: 2em 0; 
}
.woocommerce img, .woocommerce-page img {
	max-width: 240px;
	
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #7d9b62 !important;
    text-decoration: none;
    background-image: none;
    color: #fff !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 1em 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #7d9b62;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
.spamenu img{
		max-width:48%;
	}
@media only screen and (max-width: 480px){
    .program-description{
        width: 100%;
	}
	 .custom-logo{
  		height: 35px !important;
		width: auto !important;
    }
	.spamenu img{
		max-width:100%;
	}
}

/* Gragg tweaks */
/*#simple-banner {margin-bottom: -49px;}*/
#page {overflow: hidden}
.site-content {padding: 0}
#secondaryheader{line-height: 0.9}
#secondaryheader .button {white-space: nowrap;}
#front-page-header {padding-top: 1em}
.main-navigation ul ul {top: 100%;}
/*@media only screen and (max-width: 1440px) {
	#simple-banner {margin-bottom: -42px;}
}*/
.comment-reply-link {display: none;}

body.single-job_listing .site {background-color: #ffffff}
body.single-job_listing #prog-header {background: none; box-shadow: none}
body.single-job_listing #program-header {font-size: 100%}
body.single-job_listing #program-title {color: #333333; font-size: 200% !important; line-height: 1; text-shadow: none}
body.single-job_listing .page-top {min-height: auto; padding-bottom: 0; text-shadow: none}
body.single-job_listing .program-description-container {display: none}

.facstaff {vertical-align: top}
.facstaff .circle {box-shadow: none}

#program-header {background-color: rgba(0,0,0,0.6667); border-radius: 10px; margin: 0 1rem 0 0; padding: 2rem}
#program-header::after {clear: both; content: ''; display: block}
#program-title {font-size: 3rem !important; line-height: 1.1; margin-bottom: 15px; padding-top: 0; vertical-align: top}

.side_nav {margin-top: 0}
.contact-form, .side_nav {border-radius: 10px}

@media only screen and (min-width: 721px) {
	#job-description.facstaff_desc {margin-left: 5%; width: 62%}
}
@media only screen and (min-width: 910px) {
	body.single-job_listing .site-content {min-height: 500px}
}

@media only screen and (min-width: 910px) and (max-width: 1440px) {
	.main-navigation a {font-size: 1vw;}
}
@media only screen and (min-width: 1440px) {
	#program-title {font-size: 5.625rem !important;font-weight:400;}
	.side_nav {margin-top: 1%}
}