/*
Customizations to theme
*/
body {
    font-family: "Open Sans", sans-serif;
    
}

h1,h2,h3,h4 {
	
	font-weight: 400;

	/*font-family: "Roboto Condensed";*/
	font-family: "Open Sans Condensed";
	/*letter-spacing: .05em;*/

}

.site_navigation2 {
	 /*font-family: "Roboto", sans-serif;*/
	/*font-family: "Open Sans Condensed";*/
	/*text-transform: uppercase !important;*/
}


.flip {
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}

.pointer {
	cursor: pointer;
}



.underline {
	text-decoration: underline;
}


.border-test {
	border: dashed 2px orange !important;
}

.login input, .login select {
	

	font-size: 24px;
	line-height: 32px;

	padding: 8px;

	margin: 0;
}

.login select:first {
	color: red;
}

.login button {
	font-size: 18px;
	line-height: 24px;
	padding: 12px;
	height: auto !important;
	width: 300px;

}


a.icon {
	vertical-align: middle;
	margin: 20px;
}

a.icon i {
	vertical-align: middle;
	padding: 0 4px;
}

.nav {
	/*border: solid 1px;*/
}

.nav+i {
	border: solid 1px;
}


.widget .item input, .widget .item select {
	width: 100%;
}

.payment_method {
	border: solid 2px #ddd;
	padding: 8px;
	background-color: #fff;

	text-align: left;

	margin: 0 0 10px 0;
}

.payment_method .card {
	width: 100px;
	display: inline-block;

	vertical-align: middle;

	/*border: solid 1px;*/

	padding: 0 20px 0 20px;
}

.payment_method .text {
	/*width: 100px;*/
	display: inline-block;
	vertical-align: middle;

	padding: 12px 0px 0px 0px;

	/*border: solid 1px;*/
	
}

.payment_method .actions {
	display: inline-block;
	vertical-align: middle;	

	float: right;

	padding: 12px 0 0 0;
}

#default_payment_method {
	min-height: 90px; 
	/*border: solid 1px;*/
}

#default_payment_method .loading {
	padding: 20px 0px 0px 0px;
	/*font-size: 24px;*/
}

#default_payment_method .loading i {
/*	font-size: 32px;*/
	margin: 0px 20px 0px 20px;
}

.payment_method .cards {
	/*border: solid 1px;*/
	padding: 5px 20px 5px 20px;
}

.padding {
	padding: 15px !important;
}

.xpadding {
	padding: 25px !important;
}

.hidden {
	display: none;
}

.top {
	vertical-align: top;
}

.middle {
	vertical-align: middle !important
}

.block {
	display: block;
}

a.box {
	display: block;
}

.box {
	/*display: block;*/

	border: solid 2px #ddd;
	
	background-color: #fff;

	text-align: left;

	margin: 0 0 10px 0;

	/*padding: 12px;*/

}

.box i {
	/*float: left;*/
	display: inline-block;
	/*min-height: 60px;*/
}

.box.maroon {
	background-color: #891427;
	color: white;
}

.box.margins {
	margin-right: 10px;

}

.box.margins:last-child {
	margin-right: 0px;
}

.box.profile {
	background-image: url("/images/DevicesBlog.png");

}

.event > .calendar {
	border: solid 0px;
	margin-right: 5px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 20%;
}

.event > .text {
	display: inline-block;
	width: 70%;
}

.btn > span.large {
	vertical-align: middle;
	margin: 0px 10px 0px 10px;
	font-size: 120%;
}

.btn > i {
	margin: 0px 5px 0px 0px;
}

/*.left, .left i {
	position: relative;
	display: inline-block;
	float: left;

	border: solid 1px orange;
}
*/

.text_shrink {
	font-size: smaller !important;
}

.text_small {
	/*font-family: Arial;*/
	font-size: 10px !important;
	line-height: 11px;
}

.text_medium {
	font-size: 12px !important;
}

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

.text_large p {
	font-size: 16px;
}

.text_strong, .text_bold {
	font-weight: 600;
}


.text_blue {
	color: #5fa1e5
}

.text_green {
	color: #8ec3a7;
}

.text_red {
	color: #f2dede;
}

.text_cranberry {
	color: #DD53A8;
}

.text_yellow {
	color: #f0cb69;
}

/*.errorField+input, .errorField+select, .errorField+input[type="text"] {
	border: solid 1px #AE7F7F;
	background-color: #f2dede !important;
}*/



.sticky_menu .personal {
	/*display: none;*/
	display: inline-block;
}

.sticky_menu.fixed .personal {
	display: inline-block;
}




.site_navigation  .personal {
	float: right !important;

}

.site_navigation .personal li a {
	font-size: 14px !important;
}

textarea.small {
	width: 100%;
	height: 110px !important;
	min-height: 110px;
}


.expand .expanded {
	display: none;
}

.time h2 {
	line-height: 28px;
	
}

.time h4 {
	line-height: 18px;
	
}

.fa.left {
	float: left;
	padding: 0px 10px 10px 0px;
}

.fa.right {
	float: right;
}

.right {
	float: right !important;
}


#mediaPreviewButton {

	width: 100px;
	overflow: hidden !important;
}

#mediaPreviewButton.hidden {
		width: 0px;	
}

.green {
	color: #6aa44d;
}


ul.page-numbers {
    font-size: 0;
    margin-bottom: 20px;
    list-style: none;
    padding: 0
}
ul.page-numbers li {
    font-size: 14px;
    display: inline-block;
    margin-right: 5px
}
ul.page-numbers li span,
ul.page-numbers li a {
    display: block;
    padding: 6px 12px;
    line-height: 22px;
    background-color: #fff
}


/* left box pricing on registration pages */

.pricing {
	margin: 0px auto 40px auto;
}

.pricing h1 {
	margin: auto;
	font-size: 36px;
	width: 250px;
}

.pricing h2 {
	margin: 50px 0px 0px 0px;
}

.pricing .amount {
	font-size: 72px;
	font-weight: 400;

}

.pricing .currency {
	color: #333;
	font-size: 32px;
	vertical-align: super;
}

.pricing .duration {
	color: #333;
	font-size: 22px;
}





.contact_list .item .item_header {

	display: inline-block;
	padding: 8px;
}

.contact_list .item .item_wrapper {
	display: inline-block;
	padding: 8px;
}

.ads img {
	max-width: 250px;
}

.col img {
	max-width: 100%;
}

.working {
  height: 100vh !important;
  width: 100%;
  
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.working div {
  
  color: white;
  padding: 40px;
  overflow: hidden;

}

.working div h1 {
	color: white;
	
}


.table {
	display: table;
	width: 100%;
}

.table-row {
	display: table-row;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.benefits .icon {
	width: 15%;
}


/* override default table style for older content */
table.noborder {
	border: none;
}

table.noborder  td {
	border: none;
}

.social i {
	/*border: solid 1px !important;*/

	margin: 10px;

	/*display: block;*/

}

.grecaptcha-badge {
    display: none;
}



.m-10 {
	margin: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-20 {
	margin-top:20px;
}

.video iframe {
	width: 100%;
	height: 300px;
}

.headshot {
	max-height: 150px;
	overflow: hidden;
}

.rounded {
	border-radius: 5px;
}

.checkboxes {
	position: relative !important;
	border: solid 1px #ddd !important;
	background-color: #fff !important;
	padding: 6px 12px 6px 12px !important;
	color: #aaa !important;
	cursor: pointer;
	font-weight: normal !important;
	font-size: 14px !important;
}

.checkboxes .options {
	display: none;
}
.checkboxes::after {
	/*position: absolute;*/
	/*border: solid 1px red;*/
	top: 7px !important;
	font-size: 18px;
	color: #aaa !important;
}

.accordion_panel label {
	font-size: 12px !important;
}

.accordion_panel input[type="checkbox"] + label::before {
	font-size: 14px;
	width: 10px;
}


.bronze {
	color: #cd7f32;
}

.silver {
	color: #c0c0c0 ;
	/*background-color: #c0c0c0;*/
}

.gold {
	color: #FFD700;
}

.black {
	color: #000;
}

.nowrap {
	white-space: nowrap;
}

.bgwhite {
	background-color: #fff !important;
	
}








/* end radio buttons */

/* Recruiting.tpl customization */
.full_width_container {
	 margin-left: calc(50% - 50vw);
  	 width: 100vw;
  	 padding: 0px;
  	 margin-bottom: -20px;
}
.center {
	text-align: center;
}
.whiteText {
	color: white;
	line-height: normal;
}
.recruit-logo {
	width: 400px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pt-20 {
	padding-top:20px;
}
.recruit-header-text {
	color: #A42B24;
    font-weight: bold;
}
.recruit-section {
	margin-top:0px;
	padding-top:20px;
	position:relative;
}
.scholarship-img {
	background-image: url('https://media.csmusic.net/wp-content/uploads/2019/07/05233114/Scholarships2019.jpg');
	background-repeat: no-repeat;
	opacity:0.20;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;

	/*Parallax*/
	background-attachment: fixed;
    background-position: 50% 120%;
    background-repeat: no-repeat;
    background-size: auto;
}

.scholarship-caption {
	line-height:42px;
	padding:5px;
}
#artists-programs {
	margin-top:0px;
	background-color: #1D1D1D;
	padding-top:20px;
	position:relative;
	min-height:600px;
	/*padding-top:128px*/
	color: white;
}
#artists-programs .artist {
	position: relative;
	margin-top: 9%;
}
#artists-programs .organization {
	position: relative;
	margin-top: 9%;
}
#artists-programs .icon {
	color: white;
}
#artists-programs .block {
	position: absolute;
    top: 0px;
    bottom: 0px;
    border-radius: 3px;
    background-color: white;
    left: 90px;
    right: 90px;
    opacity: 0.2;
}

.artist-content {
	position:relative;
	padding:20px;
}

@media only screen and (max-width: 600px) {
/*	#youtube-vid {
		width:304px;
		height:171px;
	}*/	
	.scholarship-img {
		background-position:50% -300%;
	}
	#artists-programs .block {
		left: 30px;
		right: 30px;
	}
}
@media only screen and (max-height: 700px) {
	.scholarship-img {
		background-size: cover;
	}
}
.artist-button {
	width: 170px;
}
/* used in old page*/

.heading_space {
	padding-bottom: 35px;
}
#howItWorks {
	position: relative;
	margin: auto;
	text-align: center;
	background-color: #891427;
	padding-bottom:60px;
}
.recruit-section-header {
	padding-top:30px;
	margin-bottom: 50px;
}
#howitworks .step {
	display: inline-block;
	text-align:center;
}
.circle {
	background-color: white;
	position: relative;
	margin: auto;
	margin-bottom: 20px;
	border-radius:50%;
	width:50px;
	height:50px;
}
.number {
	position: relative;
	top: 28%;
	font-size: 25px;
}
.artist-profile {
	color: white;
	font-size: 50px;
	margin-top:16px;
	margin-bottom:40px;
}
.artist-certificate {
	color: #3D763D;
	margin-top:16px;
	margin-bottom:40px;
}
.artist-recruit {
	color: black;
	background-color: white;
	border-radius: 10px;
	margin-top:16px;
	margin-bottom:40px;
}

#schools-and-programs {
	padding:20px;
	position: relative;
	margin: auto;
	text-align: center;
	background-color: #1E1C1C;
	padding-bottom:60px;
}
.schools-header {
	margin-bottom:90px;
}

.school-text {
	color:white;
	padding-bottom: 8px;
	font-size:24px;
}

#get-certified {
	position: relative;
	margin: auto;
	text-align: center;
	background-color: #DFF0D8;
	padding-bottom: 60px;
}

/*Check what the actual colors are before production*/
#get-certified .medal-spacing {
	margin-right:40px;
}
#get-certified .bronze {
	color:#cd7f32
}
#get-certified .silver {
	color:#c0c0c0;
}
#get-certified .gold {
	color:#FFD700;
}

#watch-certified-vids {
	position: relative;
	margin: auto;
	text-align: center;
	background-color:#222222;
}
#youtube-vid {

}
#cs-proven-resource {
	padding:20px 20px 60px 20px;
	margin: auto;
	text-align: center;
	background-color: #891427;
}
#cs-proven-resource .quote {
 text-align:left;
 padding-top:50px;
}
#cs-proven-resource .author {
	float:right;
}
#get-started {
	padding:20px 20px 30px 20px;
	margin: auto;
	text-align: center;
	/*background-color: #222222;*/

}
#get-started .buttons {
	padding-top:30px;
	padding-bottom:30px;
}
#get-started .start-button {
	width:300px;
	height:60px;
	font-size:22px;
}
.email-link {
	color:#EB4B52;
	text-decoration: underline;
}
/*END recruiting/recruiting.tpl */

/*recruiting/artists.tpl*/
#artist-profile {
	margin-top:0px;
	background-color: #1D1D1D;
	padding-top:20px;
	position:relative;
	min-height:600px;
	/*padding-top:128px*/
	color: white;	
}
.artist-img {
	background-image: url('https://media.csmusic.net/wp-content/uploads/2019/08/13230518/mt_audition.jpg');
	background-repeat: no-repeat;
	opacity:0.80;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;

	/*Parallax*/
	background-attachment: fixed;
    background-position: 50% -70%;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 1700px) {
	.artist-img {
		background-attachment: scroll;
		background-position: 84% 0;
	}
	
}

.artist-text {
	position: relative;
	padding:5px;
	z-index:1;
}

#scholarships {
	background-color: #891427;
	padding: 100px 50px 100px 50px;
	margin: 0px;
	position:relative;
}
#universities {
	position: relative;
	height: 800px;
	margin-top:0px;
	background-color: #1D1D1D;
	padding-top:20px;
}
.recruit-img {
	background-image: url('https://media.csmusic.net/wp-content/uploads/2019/09/17172751/expo_recruiting.jpg');
	background-repeat: no-repeat;
	opacity:0.80;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;

	/*Parallax*/
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.line-height-normal {
	line-height: normal;
}
.profile-btn {
	margin-top: 12%;
    padding: 20px 20px 40px 20px;
    font-size:20px;
}

.bottom-text {
	bottom: 100px;
    position: absolute;
    margin: auto;
    left: 1px;
    right: 1px;
    padding: 5px;
    z-index: 1;
}





/*END recruiting/artists.tpl*/


/*ORGANIZATIONS.tpl */
#certified-artists {
	background-color: #222222;
	min-height: 310px;
}
.checkmark {
	color: #3D763D;
	position: relative;
    top: 10px;
    left: 1px;
    text-align: center;
}
#filter-artists {
	background-color: #222222;
	position: relative;
}
#filter-artists button {
	position:relative;
}
.winners-img {
	background-image: url('https://media.csmusic.net/wp-content/uploads/2019/03/12223026/winners_line_2015.png');
	background-repeat: no-repeat;
	opacity:0.80;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;

	/*Parallax*/
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.filters {
	position: relative;
    /*left: 37%;*/
    display: inline-block;
    text-align: left;
    padding-bottom: 40px;
}
#sponsored-email {
	background-color: #222222;
	min-height: 400px;
}
.large-email {
	display: initial;
	color:white;
	padding-right: 24px;
    position: relative;
    bottom: 8px;
}
.open-envelopes {
	display: inline-block;
	color: white;
	position: relative;
	top: 15px;
}
.open-envelope {
	padding-left:5px;
}
#recruiting-subscription {
	min-height:200px;
}












/*END organizations.tpl*/

/*review.tpl*/
#certified-header {
position:relative;
background-color:#222222;
min-height: 350px;
}
#certified-header .bottom-text {
	bottom: 20px;
    position: absolute;
    margin: auto;
    left: 1px;
    right: 1px;
    padding: 5px;
    z-index: 1;
}
#certified-header .artist-content {
	position: relative;
	padding: 100px;

}
#certified-header .scholarship-winners-img {
	background-image: url('https://media.csmusic.net/wp-content/uploads/2018/06/14221802/scholarshipWinners2018.jpg');
	background-repeat: no-repeat;
	opacity:0.80;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;

	/*Parallax*/
	background-position: center;
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: contain;
}
@media only screen and (max-width: 600px) {
	#certified-header .scholarship-winners-img {
		background-attachment: initial;
	}
}

#certified-howitworks {
	position:relative;
	background-color: #222222;
}

#certified-howitworks .smaller-container {
	max-width: 800px;
    margin: auto;
}





/*END review.tpl*/



/*account/profile.tpl*/
.contactPadding {
	padding-top: 3px;
}
.profile {
	min-height: 30px;
}
.edit-info:hover {
	cursor: pointer;
	color: #944148;
	text-decoration: underline;
}
.edit-info {
	color: #891427;
	font-size: 16px;
}
.purchase_subscription {
	background-color: #F1BFBB;
	padding: 10px;
	max-width: 363px;
	padding: 10px;
}
/*END profile.tpl*/



