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

@import url("../twentysixteen/style.css");

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,600,700,800');

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
    position: relative;
}
.page-id-262869 .site-header-main .site-branding a {visibility:hidden;}
.page-id-262869 .site-header-main {display:none;}
.page-id-262869 .site-header {height:auto;}
.page-id-262869 aside {display:none;}
.page-id-262869 #masthead {display:none;}
.page-id-262869 #content .span_9_of_12 {
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    display: block;
    float: none;
	padding-bottom: 50px;
}
.page-id-262869  #primary {display:none;}
.page-id-262869 #page .footer-row, .page-id-262869 #page #colophon {display:none;}
.page-id-263140 #primary {display:none;}


/*  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_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: 'Roboto', sans-serif !important;
    color: #333;
}
.content-area{
    width:100%;
}
p{
    font-size: 21px !important;
    margin-bottom: 1em !important;
}

h1{
    font-size: 67px !important;
    color: #D9272E;
    line-height: 110%;
    padding: .3em 0;
}
h2{
    font-size: 38px !important;
    font-weight: 300 !important;
    margin: 0 0 .5em 0 !important;
    color: #D9272E;
    line-height: 140% !important;
}
h3{
    font-size: 28px !important;
    font-weight: 300 !important;
    color: #D9272E;
    margin-top: 0 !important;
    margin-bottom: .5em !important;
}
h4{
    font-size: 21px !important;
    color: #D9272E;
    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: #D9272E;
    text-decoration: none;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    font-weight: 700;
}

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

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

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

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

.top-bar{
    display: none;
}

.main-navigation a{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    padding-bottom: 50px;
}

.main-navigation a:hover{
    color: #73a600 !important;
}

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


.main-navigation li{
    border: none;
    padding: 5px 0 0 10px;
}
@media screen and (max-width: 1084px){
    .main-navigation li{
        padding: 0 0 0 10px;
    }
}


.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: #D9272E !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/ccc/images/hamburger-menu.png');
    background-repeat: no-repeat;
    background-position: center;
    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/ccc/images/ios7-close-empty.png'); 
}
.dropdown-toggle, .dropdown-toggle:hover, .dropdown-toggle:visited, .dropdown-toggle:active, .dropdown-toggle:focus{
    background-image: url('/wp-content/themes/ccc/images/ios7-plus-empty-white.png');
    background-repeat: no-repeat;
    background-position: center;
    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/ccc/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{
    -webkit-box-shadow: 0px 2px 1px black;
            box-shadow: 0px 2px 1px black;
    padding: 0;
}
@media only screen and (max-width: 909px){
    .main-navigation ul ul{  
        margin: 0;
        -webkit-box-shadow: none;
                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 5px;
}
@media only screen and (max-width: 909px){
    .main-navigation ul ul a {
        padding: 7px 0;
    }
}
.main-navigation ul ul a:hover {
    color: #D9272E !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: #fff;
}

.eventsite{
    margin: 0;
    background-color: #fff;
}

.site-inner{
    max-width: 100%;
}
.top-banner{
    height: 40px;
    background-color: #D9272E;
}
.banner-menu{
    height: 40px;
    margin: 0;
}
.banner-menu-item{
    margin: 0;
}
.banner-menu-item img{
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
    float: left;
    padding: .5em;
}
.banner-menu-item p{
    position: relative;
    text-transform: uppercase;
    top: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    margin: 0;
    font-size: 11px !important;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       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: #F7F7F7;
    -webkit-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.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{
    /*padding: 160px 0 0 !important;*/
}
.entry-content{
    float: none !important;
    margin: auto !important;
    width: 100% !important;
}

.site-main{
    margin-bottom: 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;
}

.site-branding{
    margin: 0 auto 0 0 !important;
}
.custom-logo:hover{
    opacity: .8;
}
.page-id-203273 #page .site-inner > div.section.group.content-block-container {display:none;}
@media only screen and (max-width: 909px){
    .site-branding{
        margin-left: 5px !important;
    }
}
@media only screen and (max-width: 1440px){
    .site-header{
        height: 128px;
    }
    .custom-logo{
        height: 60px;
        width: 151.579px;
        -o-object-position: left;
           object-position: left;
    }
    .main-navigation ul ul {
        top: 70px;
    }
    .site-header-menu{
        margin-top: 18px;
    }
    .site-content{
        /*padding-top: 120px !important;*/
    }
    .main-navigation a{
        padding-bottom: 34px;
    }
    
}
@media only screen and (max-width: 1084px){
    .main-navigation ul ul {
        top: 42px;
    }
}

.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: 'Lato', sans-serif;
    font-size: .9rem;
}

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

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

.cta-banner-container{
    background: rgba(62,140,197,.9);
    padding: 1.6em 0;
}
.cta-banner-text, .cta-banner-button{
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.cta-banner h2{
    color: white;
    font-weight: 300 !important;
}

.cta-banner h2{
    font-size: 51px !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;
}

#eventcontent, .tribe-events-loop{
    width: 100%;
    max-width: 1440px;
    margin: auto !important;
    overflow: auto;
    padding-left: 1em;
    padding-right: 1em;
    float: none;
	top: 0;
}

.entry-title{
    -webkit-hyphens:manual;
    -ms-hyphens:manual;
    hyphens:manual;
    display: inline-block;
    vertical-align: middle;
    float: none;
}
#program-header {background-color: rgba(255,255,255, 0.8); padding: 1rem}
.program_spacer {display: inline-block; float: none}
#front-page-header h1, .contact-form h4, .featured-page h2, .nav-icons-title h2, .nav-icon-button h4{
    color: white;
}
@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: #D9272E;
}

#program-title{
    color: #D9272E;
    font-size: 90px !important;
    line-height: 100px;
    text-shadow: 0px 0px 1px #333;
    margin-bottom: 0;
    font-weight: 300;
    padding-right: .2em;
}
#media-title{
    color: #D9272E;
    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(217,39,46,.8);
    text-align: center;
    padding: 1em 1.6em;
    display: inline-block;
    vertical-align: middle;
    float: none;
    text-shadow: none;
    margin-left: 0;
    min-height: 330px;
}
#prog-contact{
    background-color: rgba(115,166,0,.8);
}
#prog-contact .button{
    background: rgba(62,140,197,1) !important;
}
#prog-contact .button:hover{
    background: #333 !important;
}
/*@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;
    -webkit-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

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

#gradient-bg{

    background: white; /* For browsers that do not support gradients */
}
@media only screen and (max-width: 1084px){
    #gradient-bg{
        background: white !important;
    }
}

.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: 550px;
    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;
    background-size: cover;
    color: white;
    text-align: center;
    -webkit-box-shadow: 0px 0px 5px black;
            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;*/
    -webkit-box-shadow: inset 0px 0px 200px black;
            box-shadow: inset 0px 0px 200px black;
}

.three-cta-blocks{
    -webkit-box-shadow: 0px 0px 2px #999;
            box-shadow: 0px 0px 2px #999;
    background-color: #1B2833;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all; 
    -webkit-transition-duration: .3s; 
         -o-transition-duration: .3s; 
            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{
    -webkit-box-shadow: inset 0px 0px 100px black;
            box-shadow: inset 0px 0px 100px black;
}

.cta-block-inner{
    background-color: rgba(27,40,51,0.9);
    margin: 0;
    padding: 1em;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all; 
    -webkit-transition-duration: .3s; 
         -o-transition-duration: .3s; 
            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,.5) !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);
}
#blue-prog, #red-prog, #green-prog, #black-prog{
    min-height: 310px;
    position: relative;
}
#program-icon{
    min-height: 140px;
    margin-bottom: 5%;
    -webkit-filter: drop-shadow(0 0 1px #333);
    filter: drop-shadow(0 0 1px #333);
}
#program-thumb-content{
    position:relative;
    -webkit-transform: perspective(1px) translateY(5%);
            transform: perspective(1px) translateY(5%);
}
.cta-block-inner h3{
    margin-bottom: .3em;
    line-height: 110%;
    color: white;
}
@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;
}
@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: 140px;
    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{
    background: -webkit-gradient(linear,left top, right top,from(#82bc00) ,to(#73a600)) !important;
    background: -webkit-linear-gradient(left,#82bc00 ,#73a600 100%) !important;
    background: -o-linear-gradient(left,#82bc00 ,#73a600 100%) !important;
    background: linear-gradient(to right,#82bc00 ,#73a600 100%) !important;
    color: white !important;
    font-weight: 600 !important;
    text-align: center;
    width: 100%;
    padding: .6em !important;
    display: block;
    -webkit-box-shadow: 0px 0px 5px black !important;
            box-shadow: 0px 0px 5px black !important;
    -webkit-transition-property: background;
    -o-transition-property: background;
    transition-property: background; 
    -webkit-transition-duration: .5s; 
         -o-transition-duration: .5s; 
            transition-duration: .5s;
    text-shadow: none;
}
.button:hover{
    background: #333 !important;
    color: white !important;
}
.registerbutton{
    background: -webkit-gradient(linear,left top, right top,from(#82bc00) ,to(#73a600)) !important;
    background: -webkit-linear-gradient(left,#82bc00 ,#73a600 100%) !important;
    background: -o-linear-gradient(left,#82bc00 ,#73a600 100%) !important;
    background: linear-gradient(to right,#82bc00 ,#73a600 100%) !important;
    color: white !important;
    font-weight: 600 !important;
    text-align: center;
    padding: .6em !important;
    display: block;
    -webkit-box-shadow: 0px 0px 5px black !important;
            box-shadow: 0px 0px 5px black !important;
    -webkit-transition-property: background;
    -o-transition-property: background;
    transition-property: background; 
    -webkit-transition-duration: .5s; 
         -o-transition-duration: .5s; 
            transition-duration: .5s;
    text-shadow: none;
}
.registerbutton:hover{
    background: #333 !important;
    color: white !important;
}
.content-block .button:hover{
    color: white !important;
}

@media only screen and (max-width: 1084px){
    .site-header{
        /*height: 40px;*/
		height: auto;
    }
    .custom-logo{
        height: 35px;
        width: 88.421px;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .site-content{
        /*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{
        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{
        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{
    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;
}
#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: 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: 300;
}
.featured-blog img{
    height: 213px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all; 
    -webkit-transition-duration: .5s; 
         -o-transition-duration: .5s; 
            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: #D9272E;
    font-size: 24px !important;
    font-weight: 300 !important;
    padding: 10px 10px 0 10px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       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/ccc/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{
        -o-object-fit: contain;
           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;
    }
    .featured-blog img, .desc-block img{
        height: auto;
    }
}

.footer-row{
    background-color: #D9272E;
    -webkit-box-shadow: 0 0 2px #999;
            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{
    -o-object-fit: contain;
       object-fit: contain;
    float: left;
    padding: .5em;
}
.footer-item img{
    width: 35px;
    height: 35px;
}
.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;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    color: white;
}
@media only screen and (max-width: 480px){
    .footer-item p{
        font-size: 9px !important;
    }
}
.footer-col{
    min-height: 300px;
}
.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: #D9272E !important;
}
.site-footer{
    padding: 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: 225px;
        margin: 3% 0 !important;
    }
    .footer-item{
        height: 25px;
    }
    .footer-col h4{
        margin-bottom: 0;
        margin-top: .6em;
    }
}
.wrap{
    margin: auto;
}
.program-description{
    margin: 0;
}
@media only screen and (max-width: 1084px){
    .program-description-container{
        margin: 1% 0;
        float: none;
    }
    .program-description{
        width: 50%;
        text-align: left;
        margin: 4% auto !important;
        float: none;
    }
    .program-description-copy{
        padding-left: 5%;
        width: 90%;
    }
    .program-description-icon{
        width: 10%;
    }
}
@media only screen and (max-width: 480px){
    .program-description{
        width: 100%;
    }
}
.side_nav{
    position: absolute;
    top: 153px;
    margin-left: 83.06%;
    background-color: rgba(247,247,247,.95);
    -webkit-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
    padding: 1em;
	z-index: 10;
}
#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: 3;
  /*margin-top: 35vh;*/
  margin-bottom: -210px;
}
.prog-page-top{
    /*padding-top: initial;*/
    /*min-height: initial;*/
    position: relative;
    /*top: -340px;*/
}
#prog-header{
    /*max-height: 70vh;
    min-height: 760px;*/
    background: transparent; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(255,255,255,0.0), rgba(255,255,255,0.25), rgba(255,255,255,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(255,255,255,0.0), rgba(255,255,255,0.25), rgba(255,255,255,1)); /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.0)), color-stop(rgba(255,255,255,0.25)), to(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)); /* Standard syntax */
}
@media only screen and (max-width: 1084px){
    #prog-header{
        background: white; /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(rgba(255,255,255,0.0), rgba(255,255,255,0.75), rgba(255,255,255,1)); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(rgba(255,255,255,0.0), rgba(255,255,255,0.75), rgba(255,255,255,1)); /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.0)), color-stop(rgba(255,255,255,0.75)), to(rgba(255,255,255,1)));
        background: linear-gradient(rgba(255,255,255,0.0), rgba(255,255,255,0.75), rgba(255,255,255,1)); /* Standard syntax */
    }
}
#home-header{
    /*background-image: url("/wp-content/themes/ccc/images/pattern.png");
    background-position: bottom;*/
    background: white; /* For browsers that do not support gradients */
    background: -o-linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,.3)); /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.1)), to(rgba(255,255,255,.3)));
    background: -webkit-linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,.3));
    background: linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,.3)); /* Standard syntax */ 
}
@media only screen and (max-width: 1084px){
    .prog-page-top{
        top: initial;
    }
    #prog-header{
        max-height: none;
        min-height: initial;
    }
    #home-header{
        background: transparent; /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.25), rgba(255,255,255,1)); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.25), rgba(255,255,255,1)); /* For Opera 11.1 to 12.0 */
        background: -moz-llinear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.25), rgba(255,255,255,1)); /* For Firefox 3.6 to 15 */
        background: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0.1)),color-stop(rgba(255,255,255,0.25)), to(rgba(255,255,255,1)));
        background: linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.25), rgba(255,255,255,1)); /* Standard syntax */
    }
}

.side_nav ul{
    padding-left: 0;
    margin-left: 0;
}
.categories{
    list-style: none;
    font-weight: 700;
    color: #D9272E;
    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{
    color: #D9272E;
    line-height: 140%;
    font-weight: 300;
}
.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: #D9272E;
}
.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: 183px;
    }
}
@media only screen and (min-width: 1800px){
    .side_nav, #prog-side-nav{
        margin-left: 70%;
    }
}
.site-content{
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.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;
    color: #333;
    text-shadow: none;
}
.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{
    font-weight: 600;
    text-transform: none;
    color: #D9272E;
    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;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: white;
}
#no-shadow{
    -webkit-box-shadow: none;
            box-shadow: none;
}
#no-shadow-padding{
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
}
.nav-icon{
    height: 216px;
    width: 100%;
    max-width: 216px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: white;
    text-align: center;
    -webkit-box-shadow: 0px 0px 1px black;
            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: -webkit-gradient(linear,left top, right top,from(#4C4C4C) ,to(#333333));
    background: -webkit-linear-gradient(left,#4C4C4C ,#333333 100%);
    background: -o-linear-gradient(left,#4C4C4C ,#333333 100%);
    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: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-shadow: none;
            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{
    -webkit-box-shadow: inset 0 0 400px black;
            box-shadow: inset 0 0 400px black;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all; 
    -webkit-transition-duration: .3s; 
         -o-transition-duration: .3s; 
            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{
    -webkit-box-shadow: none;
            box-shadow: none;
}
#program-banner h2{
    text-align: center;
    line-height: 100% !important;
    margin-bottom: 0;
    color: white;
    font-size: 28px !important;
}

@media only screen and (max-width: 1084px){
    #program-icon{
        min-height: 100px;
        margin-bottom: inherit;
    }
    #blue-prog, #red-prog, #green-prog, #black-prog, #program-banner{
        min-height: 200px;
    }
    #program-banner h2{
        font-size: 21px !important;
    }
    #program-thumb-content{
        -webkit-transform: none;
            -ms-transform: none;
                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;
    }
    #blue-prog, #red-prog, #green-prog, #black-prog, #program-banner{
        min-height: 125px;
    }
    #program-icon{
        min-height: 70px;
    }
    #blue-prog, #red-prog, #green-prog, #black-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: #D9272E;
}
#content-title{
    font-size: 51px !important;
    color: #D9272E;
    line-height: 110% !important;
    margin-bottom: 0.5em !important;
    font-weight: 300 !important;
}
@media screen and (max-width: 1440px){
    .title{
        font-size: 67px !important;
    }
    #content-title{
        font-size: 38px !important;
    }
}
@media screen and (max-width: 1084px){
    .title{
        font-size: 51px !important;
    }
    #content-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%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -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{
    -webkit-filter: opacity(90%);
            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/ccc/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/ccc/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-weight: normal !important;
    color: #D9272E !important;
    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 !important;
    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_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: .3em 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;
}
.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/ccc/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/ccc/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: #D9272E;
}
.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: 'Roboto', sans-serif !important;
    margin-bottom: 0 !important;
    display: inline-block;
    color: #333;
}
.page-title, .comment-form label, #reply-title{
    font-family: 'Roboto', sans-serif !important;
}
select{
    background-color: #D9272E;
    border: none;
    font-size: 12px;
    height: 30px;
    color: white;
}
input[type="submit"]{
    background-color: transparent;
    font-size: 12px;
    color: transparent;
    border-radius: 0;
    height: 33px;
    background-image: url(/wp-content/themes/ccc/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/ccc/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;
}
.footer-row, .site-footer{
    z-index: 1;
}
#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;
    }
}
@media only screen and (max-width: 1084px){
    #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;
    }
}
.byline{
    display: none !important;
}
.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;
}
select{
    width: 100% !important;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.6);
            box-shadow: 0 0 5px rgba(0,0,0,.6);
}
.ginput_recaptcha div{
    max-width: 100% !important;
}

#content-title, .wp-posts-carousel-title{
    font-size: 51px !important;
    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, .wp-posts-carousel-title{
        font-size: 32px !important;
    }
}
@media screen and (max-width: 1084px){
    .title{
        font-size: 51px !important;
    }
    #content-title, .wp-posts-carousel-title{
        font-size: 28px !important;
    }
}
@media screen and (max-width: 720px){
    .title{
        font-size: 38px !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: auto !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/ccc/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/ccc/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/ccc/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;
}
.compact-theme.wp-posts-carousel{
    background: #D9272E;
}
#button-shortcode{
    float: none;
}
iframe {
    position: absolute;	
}
.responsive-tabs h2:first-of-type{
    display: none !important;
}
.contact-form-mobile .accordion{
    background: #D9272E;
    color: white !important;
    text-align: center;
    width: 100%;
    padding: .6em !important;
    display: block;
    -webkit-box-shadow: 0px 0px 5px black !important;
            box-shadow: 0px 0px 5px black !important;
    -webkit-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .5s;
         -o-transition-duration: .5s;
            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;
}
.contact-form-mobile a{
    background: #D9272E !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{
    text-shadow: none;
    line-height: 160%;
    font-weight: 400;
}
.lp-page-top{
    min-height: auto;
    padding-top: 30vh;
}
@media screen and (max-width: 1440px){
    .lp-page-top{
        padding-top: 20vh;
    }
}
#lp-form{
    position: fixed;
    top: 183px;
    padding: 1em;
}
@media screen and (max-width: 1084px){
    .lp-page-top{
        padding-top: 0;
    }
    #lp-form{
        position: initial;
        width: 50%;
        top: inherit;
    }
    .header-copy p{
        color: white;
    }
}
@media screen and (max-width: 480px){
    #lp-form{
        width: 100%;
    }
}
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;
}
.site-footer{
    text-align: center;
}

video#bgvid {
    position: fixed;
  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 */
  top: 0;
  left: 0;	
}

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

#eventcontent, .tribe-events-loop{
 }

/* 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;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-transition: width .5s;
	-o-transition: width .5s;
	transition: width .5s
}

/*
@keyframes alumncta {
    0% {background-color: #d9282f; 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: #d9282f; border-style: solid; border-width: 2px; border-radius: 50px;}
	100% {background-color: #d9282f; border-color: #ffffff; border-style: solid; border-width: 2px; border-radius: 0px;}
	}

@-webkit-keyframes alumncta {
    from {background-color: #d9282f;}
    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;
	-webkit-box-shadow: 0 0 1px 0px #00000078;
	        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: #d9272e;
	    color: white;
		font-weight: 300;
	}
	.et_pb_blurb_container{
	padding:20px;
}
.redback{
	background-color: #d9272e;
	min-height: 403px;
}
.white{
	color:white;
	}
.table-container{
    display: table;
    border-style: solid;
    border-color: #d9232e;
    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);
	-webkit-box-shadow: unset;
	        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: #d9282f8f;
}
.card1{
display: inline-block;
background: #d9282f;
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: #d9282f;
    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: #cececee8 !important;
    color: #000000 !important;
    border-style: solid !important;
    border-color: #d9282f !important;
    margin-right: 2%;
    width: 22% !important;
	   -webkit-box-shadow: inset 0 0 1px 0px #0000007d;
	           box-shadow: inset 0 0 1px 0px #0000007d;
}
#cccgreen{
	background: #333333;
   -webkit-box-shadow: inset 0 0 1px 0px #0000007d;
           box-shadow: inset 0 0 1px 0px #0000007d;
   }
.subbuttoncont{
/*	background: #ffffff00 !important;
	box-shadow: unset !important;*/
}
.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: #d9282f8f;
}
		#transparent1{
		-webkit-box-shadow: unset;
		        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: #d9232e;
		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: #0000003d !important;
		color: #ffffff !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;
		-webkit-box-shadow: unset !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: #d9232e;
    border-style: solid;
    -webkit-box-shadow: inset 0 0 8px 1px #0000007d;
            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;
		-webkit-box-shadow: 0 0 1px 0px #00000078;
		        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;
		}
		}
		@media only screen and (max-width:1440px){
		#bg-image{
		width: 100%;
		margin: auto;
		}
}

.slidecaption {
     -webkit-animation-name: spinner; 
    -webkit-animation-timing-function: linear; 
    -webkit-animation-iteration-count: infinite; 
    -webkit-animation-duration: 5s; 
    animation-name: spinner; 
    animation-timing-function: linear; 
    animation-iteration-count: infinite; 
    animation-duration: 5s; 
    -webkit-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 { 
        -ms-transform: rotateY(0deg); 
        -webkit-transform: rotateY(0deg); 
                transform: rotateY(0deg); 
    } 
    to 
    { 
        -ms-transform: rotateY(-360deg); 
        -webkit-transform: rotateY(-360deg); 
                transform: rotateY(-360deg); 
    
    } 
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 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: 100%;
  border-bottom: 3px solid #d9282f;
  border-top: 3px solid #d9282f;
  -webkit-transition-property: left, right;
  -o-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-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;
}
	#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;
}
.tribe-events-button, #tribe-events .tribe-events-button.tribe-events-ical{
background: unset;
padding: 10px;
}
.ect-list-date, .tribe-events-event-meta{
    background: rgb(217, 40, 47) !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{
		background: 
	}
	.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: unset !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 {
    text-align: center !important;
}
			#list-post-padding{
		height: 5px !important;
	}
	h1.tribe-events-single-event-title{
    text-align: center !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: white !important;
    /* height: 100%; */
    margin: 0 !important;
    padding: 10px;
    text-align: center;
	}
.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: white !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-event-content p{
	display:none;
}
	.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: rgb(217, 40, 47) !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: #d9272e !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: rgb(217, 40, 47) !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: #d9272e !important;
	 }*/
	 .ect-list-post-right{
	width: 60%;
	}
	}
	
	.eventcontainer{
		min-height: 300px;
		
	}
	.flexparent, .type-tribe_events{
		    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
	}
	.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 #d9282f;
	}
	#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: #333;
}
#monthheader{
	width: 100%;
	max-width: 1440px;
}
.tribe-events-back{
margin: 20px 0;	
}
h1.tribe-events-single-event-title{
    background: none;
    border: none;
    color: 333;
    text-align: left;
	}
.tribe-events-schedule {
    color: #d9272e;
    text-align: left;
}
	.tribe-event-date-start, .tribe-event-time{
		color:#d9272e;
	}
	.tribe-events-nav-previous{
		text-align: left;
	}
		.tribe-events-nav-next{
		text-align: right;
	}
	.type-tribe_events{
		border: 3px solid #d9272e;
		padding:25px;
		display: flexbox;
		}
	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: #8dc842; 
}
#tribe-events-event-url a:link { color: #8dc842; }
#tribe-events-event-url a:visited { color: #8dc842 }
#tribe-events-event-url a:hover { color: #fff;  }
#tribe-events-event-url a:active { color: #8dc842 }

	.tribe-events-event-meta{
	margin: 0 !important;
	    background: rgb(217, 40, 47) !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%;
	
}
#list-post-padding{
	height: 40px;
}
.eventcontainer{
	box-shadow: 0 0 4px 2px black;
}
.flexchild{
	display:flex;
	flex-direction:row;
}
.mediapagepostcontent{
	background: #333;
	flex-direction: column;
	padding: 20px;
	margin-bottom: 30px;
}
.mediapagepostcontent p{
	color: white;
	text-align: left;
}
.prposttitle{
	flex-direction: column;
	background: #d9282f;
}
.prposttitle h2{
	color: #ffffff;
    background: #d9282f;
    font-weight: 800 !important;
    text-align: center;
    text-shadow: 1px 2px 2px black;
    margin: 0 !important;
}
.afiposttitle{
	flex-direction: column;
	background: #d9282f;
}
.afiposttitle h2{
	color: #ffffff;
    background: #d9282f;
    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, .aficolumn {
	padding: 10px;
    background: white;
    margin: 0;
}
#thumbnailcontainer{
	background-position: center;
	height: 300px;
	width: 100%;
	margin: 10px 0;
	background-size: contain;
	background-repeat:no-repeat;
	background-color: #f7f7f7;
}
#fithumbnailcontainer{
	height: 500PX;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#pressreleases{
	margin-bottom: 40px;
	display: inline-block;
	float: left;
}
#featuredin{
	margin-bottom: 40px;
	display: inline-block;
	float: right;	
}
}

.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, .et_fixed_nav #main-header {
    -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, .fullcard: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;
}
#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;
}
@media only screen and (max-width: 480px){
    .program-description{
        width: 100%;
	}
	 .custom-logo{
  		height: 35px !important;
		width: auto !important;
    }
}
.woocommerce div.product div.summary{
	width:100%;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
	display:none;
}
.product_meta, .woocommerce-breadcrumb{
	display:none;
}

/* Gragg tweaks */
/*#simple-banner {margin-bottom: -49px;}*/
.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%;}
.comment-reply-link {display: none;}
.lazyloaded[data-src=""] {display: none;}
/*@media only screen and (max-width: 1440px) {
	#simple-banner {margin-bottom: -42px;}
}*/

body.single-job_listing #program-header {font-size: 100%}
body.single-job_listing #program-title {font-size: 200% !important;line-height: 1}
body.single-job_listing .page-top {min-height: auto; padding-bottom: 0}
body.single-job_listing .program-description-container {display: none}
.circle-img {background-position: center; background-size: cover; border-radius: 100%; box-shadow: -5px 6px 20px 0px rgba(0, 0, 0, 0.67); padding-bottom: 100%}

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

@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: 470px}
}
@media only screen and (min-width: 910px) and (max-width: 1440px) {
	.main-navigation a {font-size: 1vw;}
}