/* CUSTOM CSS */
#welcome { 
    background-color: #000; 
    padding: 0; 
    border-bottom: #960c22 6px solid; }
#welcome .welcome {
    padding-left: 1em; }
#welcome .container { 
    padding:0; 
    margin-left: 0; }
#welcome .contact {
    background-color: #960c22; 
    display: inline-block; 
    margin-left: 2.5rem;
    margin-top: 0;
    padding: 1em; }
#welcome img.section-image {
    border-bottom: #960c22 3px solid; }

@media only screen and (min-width: 550px) {
    #welcome .contact { margin-top:-60%;}
}

@media only screen and (min-width: 770px) {
    #welcome .contact { margin-top:1em; }
    #welcome .contact { float: right; }
    #welcome img.section-image {
        position: absolute; 
        bottom: 0; 
        border-bottom: none; }
}

ol.steps {
    padding: 0;
	counter-reset: item;
	list-style: none;
}
ol.steps > li {
    margin-bottom: 30px !important;
    counter-increment: item;
    padding-left: 60px;
    position: relative;
}
ol.steps > li:before {
    float: left;
    display: inline-block;
    margin: 5px 10px 0px -60px;
    content: counter(item);
    color: white;
    font-family: "league gothic", sans-serif;
    width: 50px;
    height: 50px;
    background: rgba(200, 16, 46, .9);
    line-height: 50px;
    font-size: 30px;
    text-align: center;
}
ol.steps-teal > li:before {
	color: white;
	background: #00B388;
}
#apply .section-grid p {
    font-family: 'Milo';
    font-size: 2rem;
    font-weight: 200;
    line-height: 1.6825em;
    line-height: calc(1em + 3px);
    margin: .25em 0 0;
}
#tasks{padding: .5rem !important;}
#task{
    text-align: center;
    padding: 1.5em;
}
#task a{
    position: relative;
    display: block;
    padding: 1vw 0vw .9vw 0vw;
    opacity: 1;
    transition: all .1s;
    background: #c8102e;
    overflow: hidden;
    border-radius:  5px;
}
#task a:before{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    height: 0;
    content: "";
    opacity: .9;
    background: rgba(150, 12, 34,1);
    transition: all .3s;
}
#task a:after{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    border: solid 2px rgba(0, 0, 0, .04);
}

#task a span{
    text-transform: uppercase;
    font-family: "League Gothic";
    font-size: 2.3vw;
    color: rgba(255,255,255,1);
}
#task a:hover{
    transform: scale(1.1);
} 
#task a:hover:before{
    height: 100%;
}
@keyframes bounce {
    0%{
        transform: translateY(-11px);
    }
    10%{
        transform: translateY(0px);
    }
    20%{
        transform: translateY(-8px);
    }
    30%{
        transform: translateY(0px);
    }
    40%{
        transform: translateY(-6px);
    }
    50%{
        transform: translateY(0px);
    }
    60%{
        transform: translateY(-4px);
    }
    70%{
        transform: translateY(0px);
    }
    80%{
        transform: translateY(-3px);
    }
    90%{
        transform: translateY(0px);
    }
    100%{
        transform: translateY(-1px);
    }
}
@media only screen and (max-width: 767px) {
	#task .col-sm-3{
        margin-bottom: 15px;
	}
	#task .col-sm-3:last-child{
        margin-bottom: 0;
	}
	#task a{
		padding: 15.36px 0 13.056px 0;
	}
	#task a span{
		/* font-size: 17.664px; */
		font-size: 26px;
	}
	}
}
@media only screen and (min-width: 1920px) {
	#task a{
		padding: 38.4px 0 32.64px 0;
	}
	#task a span{
		font-size: 44.16px;
	}
 }
}

#task .container .col-xs-12 a {margin: 1px;}

@keyframes Aurora{
	0%{background-position:18% 0%; opacity: .3;}
	50%{background-position:83% 100%; opacity: .3;}
	100%{background-position:18% 0%; opacity: .3;}
}
.banner-cta {
    background-color: #fff9d9;
    font-family: 'League Gothic';
    font-size: 5vw;
    font-weight: normal;
    line-height: 1;
    padding: 0 1vw;
}

.banner-cta .cta-links {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -1.25rem;
    padding: 0;
}

.banner-cta .cta-links > li {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 1vw;
    width: 33.33%;
}

.banner-cta a,
.banner-cta a:visited {
    -webkit-align-items: center;
    align-items: center;
/*     color: #fff9d9; */
    display: -webkit-flex;
    display: flex;
    text-decoration: none;
}

.banner-cta a:hover,
.banner-cta a:active,
.banner-cta a:focus {
/*     color: white; */
    text-decoration: none;
}

.banner-cta svg {
    display: block;
    float: left;
    height: 8vw;
    margin: 0 -3.2vw;
    width: 8vw;
}

.banner-cta svg path {
    fill: rgba(185, 120, 0, .25);
}

@media (min-width: 600px) {
    .banner-cta {
        font-size: 4vw;
    }
}

@media (min-width: 1600px) {
    .banner-cta {
        font-size: 4rem;
    }
    .banner-cta svg {
        height: 8rem;
        width: 8rem;
    }
}

#facts-figures {
	 background: black url('/cota/_images/dark-dancer') no-repeat center center;
	 background-attachment: fixed;
	 color: white;
}
 #dean {
	 background-color: black;
	 color: white;
}
 #dean a{
	 color: #FFF9D9;
}
 #dean a:active{
	 color: #FFFFCC;
}
 @media screen and (min-width: 600px) {
	 #dean {
		 background: black url('/cota/_images/davis-bg') no-repeat bottom left;
		 background-size: contain;
		 padding-left:30%;
	}
}
 @media screen and (min-width: 900px) {
	 #dean {
		 padding-left: 15em;
	}
}
/* .powerhouse-header {
	 color: white;
}
 .powerhouse-header > img {
	 min-height: 288px;
	 object-fit: cover;
	 object-position: 75% 50%;
}
 .powerhouse-header .caption-wrapper {
	 background: none;
	 bottom: 2.5rem;
	 left: 0;
	 position: absolute;
	 width: 100%;
}
 .powerhouse-header .caption {
	 background: none;
	 padding: 0;
	 width: auto;
}
 .powerhouse-header .caption h1 {
	 font-size: calc(64px + (120 - 64) * (100vw - 320px)/(1280 - 320));
	 letter-spacing: 0;
	 line-height: .9;
	 margin: 0;
	 text-shadow: 0 0 .25em rgba(32,27,24,.5);
}
 .powerhouse-header .caption h1 span {
	 display: block;
	 font-size: .4em;
	 text-indent: .05em;
}
 .powerhouse-header .caption p, .powerhouse-header .cta-link {
	 font-size: calc(15px + (20 - 15) * (100vw - 320px)/(1280 - 320));
	 line-height: calc(1.5em - 3px);
}
 .powerhouse-header .caption p {
	 margin: calc((1.5em - 3px) / 3) 0 0;
	 text-shadow: 0 0 .5em rgba(32,27,24,1);
}
 .powerhouse-header .cta-link {
	 background: rgba(0,0,0,.125);
	 border: 3px solid #fff9d9;
	 border-radius: 7px;
	 color: #FFF9D9;
	 display: inline-block;
	 margin: calc(1.5em - 3px) 0 0;
	 padding: .375em .625em;
	 transition: all .25s ease;
}
 .powerhouse-header .cta-link:hover {
	 background: rgba(0,0,0,0);
	 border-color: white;
	 color: white;
}
 @media screen and (min-width: 768px) {
}
 @media screen and (min-width: 992px) {
	 .powerhouse-header .caption {
		 width: calc(50% - 1.25rem);
	}
}
 @media screen and (max-width: 1199px) {
	 .powerhouse-header {
		 background-image: none !important;
	}
}
 @media screen and (min-width: 1200px) {
	 .no-touch .powerhouse-header {
		 background-color: white;
		 background-repeat: no-repeat;
		 background-position: center top;
		 background-size: 100%;
		 background-attachment: fixed;
		 transition: background-position .25s ease;
	}
	 .no-touch .active-search .powerhouse-header {
		 background-position: center 3rem;
	}
	 .no-touch .powerhouse-header > img {
		 height: calc(45vw - 134px - 45px - 20px);
		 visibility: hidden;
	}
}
 @media screen and (min-width: 1920px) {
	 .no-touch .powerhouse-header {
		 background-size: 1920px auto;
	}
	 .no-touch .powerhouse-header > img {
		 height: calc(864px - 134px - 45px - 20px);
	}
	 .powerhouse-header .caption h1 {
		 font-size: 9.875rem;
		/* 120px */
	}
	 .powerhouse-header .caption p, .powerhouse-header .cta-link {
		 font-size: 1.5rem;
		/* 20px */
	}
}
 */
 .page-section:first-of-type {
	 padding-top: 3.375rem;
}
 #featuredstories + #featuredevents {
	 background-color: hsl(0, 0%, 95%);
}
/* .section-grid-social */
 .section-grid-social {
	 margin-top: 0;
	 margin-bottom: 0;
	 padding: 1.25rem 0;
}
 .section-grid-social .social-header {
	 font: 1rem 'Milo';
	/* 16px */
	 line-height: 1.3125em;
	 line-height: calc(1.5em - 3px);
	 margin-bottom: calc(1.5em - 3px) 
}
 .section-grid-social .social-header * {
	 margin: 0;
}
 .section-grid-social h4 {
	 margin: 0;
}
 .section-grid-social .social-account, .section-grid-social .social-timestamp {
	 display: block;
}
 .section-grid-social .social-timestamp {
	 color: #54585a;
}
 .section-grid-social .social-message {
	 font: 200 3rem/1.125 'Milo', sans-serif;
	/* 48px */
	 letter-spacing: -.025em;
}
 .section-grid-social .social-icon {
	 fill: currentColor;
	 float: left;
	 height: 3.75rem;
	 margin: 0 .75rem 0 0;
	 width: 3.75rem;
}
 .section-grid-social .twitter .social-message {
	 font-size: 2.5rem;
	 line-height: 1.1;
	 line-height: 1.25;
	 overflow: hidden;
}
 .section-grid-social .instagram .social-message {
	 font-size: 1.125rem;
	 font-weight: normal;
	 line-height: 1.33333333;
	 line-height: calc(1.5em - 3px);
}
 .section-grid-social .instagram .social-message img {
	 margin-bottom: .5em;
}


#audition { 
}
#audition .welcome {
    padding-left: 1em; }
#audition .contact {
    background-color: #FFF9D9; 
    display: inline-block; 
    margin-left: 2.5rem;
    margin-top: 0;
    padding: 1em; 
    color: #54585A;}
#audition .contact a{ 
color: #640817;}

#audition .welcome{
	
	
}

@media only screen and (min-width: 550px) {
    #audition .contact { margin-top:-60%;}
}

@media only screen and (min-width: 770px) {
    #audition .contact { margin-top:1em; }
    #audition .contact { float: right; }
    #audition img.section-image {
        position: absolute; 
        bottom: 0; 
        border-bottom: none; }
}


#hide {
	 position: absolute;
	 width: 1px;
	 height: 1px;
	 margin: -1px;
	 border: 0;
	 padding: 0;
	 clip: rect(0 0 0 0);
	 overflow: hidden;
}

 
 #introduction .contact {
	 background-color: #960c22;
	 display: inline-block;
	 margin-left: 2.5rem;
	 margin-top: 0;
	 padding: 1em;
	 color: #FFF;
}
#introduction .contatc a {
  color: #FFF9D9;
  text-decoration: none;
}


@media only screen and (min-width: 550px) {
    #introduction .contact { margin-top:-60%;}
}

@media only screen and (min-width: 770px) {
    #introduction .contact { margin-top:1em; }
    #introduction .contact { float: right; }
    #introduction img.section-image {
        position: absolute; 
        bottom: 0; 
        border-bottom: none; }
}

#introduction  {
  color: #333;
  background-color: #fff;
}
#introduction input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
#introduction a {
  color: #C8102E;
  text-decoration: none;
}
#introduction a:hover,
#introduction a:focus {
  color: #960C22;
  text-decoration: underline;
}
#introduction a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


