@charset "UTF-8";

/* ------------------------------------------

CSS style overrides for Bootstrap 3 visitor home file.
Updated: 14 July 2015

------------------------------------------ */

#aa_home {
	max-width: 1200px;
}

#sign_in {
	border: 1px solid #cccccc;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	margin-bottom: 8px;
	margin-top: 2px;
	padding: 1em 1.2em 1em 1.2em;
}

#sign_in form h5 {
	position: relative;
	bottom: 2px;
}

.form-group {
	padding-left: 0px !important;
}

#username_control {
	display: flex;
	flex-direction: row;
}

#password_control {
	display: flex;
	flex-direction: row;
}

#username,
#password {
	height: 28px;
}

#username,
#username_mobile {
	width: 100%;
}

#password,
#password_mobile {
	width: 100%;
}

#username_control label,
#password_control label {
	box-sizing: border-box;
	padding-top: 6px;
	width: 20%;
	white-space: nowrap;
}

#username_control div,
#password_control div {
	display: flex;
	flex-direction: column;
	width: 80%;
}

@media screen and (max-width: 1030px) and (min-width: 990px) {
	#username_control label,
	#password_control label {
		margin-right: 7px;
	}
}

#username_control a,
#password_control a {
	font-size: 70%;
	padding-left: 2px;
}

#username_control p {
	margin-bottom: 5px;
}

.app_badge_container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.get_app_notification {
	font-size: 0.9em;
}

#home_ad_line::after {
	content: "";
}

.ltgrey-thick-border-top {
	border-top: 2px solid #efefef;
}

#actor_resources li {
	padding-bottom: 10px;
}

#actor_resources li a {
	position: relative;
	z-index: 10;
}

p.or-divid-line {
	margin-top: 5px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}

p.or-divid-line:before {
	border-top: 1px solid #ccc;
	content:"";
	margin: 0 auto; /* this centers the line to the full width specified */
	position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
	top: 50%; left: 0; right: 0; bottom: 0;
	width: 98%;
	z-index: -1;
}

p.or-divid-line	span { 
/* to hide the lines from behind the text, you have to set the background color the same as the container */ 
	background: #fff; 
	padding: 0 15px; 
}

.or-line-desktop {
	margin-left: -15px;
	margin-right: -15px;
}

.btn-new-blue {
	font-style: normal;
	background-color: #224A94 !important;
	background-repeat: repeat-x !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#688ED6", endColorstr="#224A94") !important;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#688ED6), to(#224A94)) !important;
	background-image: -moz-linear-gradient(top, #688ED6, #224A94) !important;
	background-image: -ms-linear-gradient(top, #688ED6, #224A94) !important;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #688ED6), color-stop(100%, #224A94)) !important;
	background-image: -webkit-linear-gradient(top, #688ED6, #224A94) !important;
	background-image: -o-linear-gradient(top, #688ED6, #224A94) !important;
	background-image: linear-gradient(#688ED6, #224A94) !important;
	border: 1px solid #224A94 !important;
	color: #FFFFFF !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33) !important;
}

.btn-new-green {
	font-style: normal;
	background-color: #31A004 !important;
	background-repeat: repeat-x !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3DC501", endColorstr="#31A004") !important;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#3DC501), to(#31A004)) !important;
	background-image: -moz-linear-gradient(top, #3DC501, #31A004) !important;
	background-image: -ms-linear-gradient(top, #3DC501, #31A004) !important;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3DC501), color-stop(100%, #31A004)) !important;
	background-image: -webkit-linear-gradient(top, #3DC501, #31A004) !important;
	background-image: -o-linear-gradient(top, #3DC501, #31A004) !important;
	background-image: linear-gradient(#3DC501, #31A004) !important;
	border: 1px solid #31A004 !important;
	color: #FFFFFF !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33) !important;
}

/* social media section
--------------------------------------------*/
#social_media {
	margin-top: 2.5em
}

#facebook-icon,
#facebook-icon-nav {
	color: #1877f2;
	cursor: pointer;
}

#twitter-icon,
#twitter-icon-nav {
	color: #00aced;
	cursor: pointer;
}

#instagram-icon,
#instagram-icon-nav {
	color: #dd2a7b;
	cursor: pointer;
}

/* carousel section
--------------------------------------------*/
.aa_carousel {
	background-color: #fff;
	border: 2px solid #efefef;
	border-radius: 6px;
	margin-bottom: 50px;
}

.carousel-inner {
	webkit-border-radius:6px !important;
	moz-border-radius:6px !important;
	border-radius: 6px !important;
	overflow: hidden !important;
}

.carousel-indicators {
	bottom: -55px;
	width: 100%;
	background-color: #efefef;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	border-radius: 0.3em;
	margin-left: 0 !important;
	left: 0 !important;
}

.carousel-indicators li:first-child {
	margin-left: 30px !important;
}

.carousel-indicators li {
	border-color: #999;
	margin-top: 10px !important;
}

.carousel-indicators .active {
	background-color: #999;
}

.pauseButton {
	padding: 2px 12px !important;
	margin:	3px 3px !important;
}

.playButton {
	padding: 2px 12px !important;
	margin:	3px 3px !important;
}

.item img {
	margin: auto;
}


/* vcn carousel slide
--------------------------------------------*/
#vcn {
	webkit-border-radius:6px !important;
	moz-border-radius:6px !important;
	border-radius: 6px !important;
	overflow: hidden !important;
}

.embed-responsive-16by9 {
	padding-bottom: 46.75%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe {
	width: 75%;
	left: 13%;
}

#getFlash .icon img {
	float:left;
	padding:0 1em;
}

#getFlash p a {
	color:#121212;
	font-weight:800;
}

#getFlash p a:hover {
	color:#666;
	text-decoration:underline;
}

#vcn_holder {
	z-index:2;
}


/* google ad
--------------------------------------------*/
#ad_container {
	padding-top: 5px;
	margin-bottom: 30px;
}

hr.ad-line-sq {
	width: 330px;
}


/* mobile friendly styles
--------------------------------------------*/

@media screen and (min-width: 1024px) {
	#vcn {
		height: 400px;
	}
	.embed-responsive .embed-responsive-item,
	.embed-responsive iframe {
		width: 90%;
		left: 5%;
	}
}

@media screen and (max-width: 1170px) {
	hr.ad-line-sq {
		width: 300px;
	}
}

@media screen and (max-width: 1000px) {
	#sign_in_mobile {
		margin-bottom: 10px;
	}

	.btn-new-green {
		margin-bottom: 25px;
	}

	h4 {
		margin-top: 25px !important;
	}

	#actor_resources img {
		width: 90px;
		height: 90px;
		margin-top: 10px;
	}

	#news div {
		border-bottom: none !important;
	}

	#facebook-icon {
		margin-left: 0px !important;
	}

	#twitter-icon {
		margin-left: 0px !important;
	}

	form[name="signin"] > div.nopadding {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 750px) {
	#login-btn_mobile {
		vertical-align: baseline;
	}

	#forums {
		margin-left: 20px;
	}

	h4 {
		margin-left: 0 !important;
		text-align: center;
	}

	#aa_home .row .instruct {
		text-align: center;
	}

	#social_media {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}

	#social_media p {
		margin-right: 10px !important;
		text-align: right !important;
	}
}

@media screen and (max-width: 600px) {
	h4 {
		margin-left: 0 !important;
		font-size: 14px;
		text-align: center;
	}

	#twitter-icon-nav {
		margin-right: 5px !important;
	}

	#social_media p {
		font-size: 12px !important;
		margin-top: 13px !important;
	}

	#actor_resources img {
		width: 60px;
		height: 60px;
		margin-top: 10px;
	}

	hr.ad-line-sq {
		width: 258px !important;
		margin: 0 0 15px;
		padding: 0px;
	}
}

@media screen and (max-width: 376px) {
	#castingAbout {
		margin-left: 0px;
	}

	#forums {
		margin-left: 0px;
	}
}

/* App Banner */
#aa-app-banner {
	align-items: center;
	background: linear-gradient(270deg, #562DBA 0%, #492DC3 23.03%, #372DC1 44.85%, #262D88 100%);
	color: white;
	display: flex;
	height: 53px;
	justify-content: space-between;
	padding-left: 16.5px;
	padding-right: 16.5px;
	max-width: 1170px;
	margin: 0 auto 11px auto;
	width: 100%;
}

@media screen and (max-width: 991px) {
	#aa-app-banner {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		width: calc(100% + 35px);
	}
}

#aa-app-banner-copy p {
	font-size: 10px;
	margin: 0px;
	padding-left: 14px;
}

#aa-app-banner-copy p:first-child {
	font-size: 14px;
}

#aa-app-banner-left {
	align-items: center;
	display: flex;
	justify-content: start;
}

#aa-app-banner-close {
	font-size: 18px;
}

#aa-app-banner-right {
	border: 1px solid white;
	border-radius: 2px;
	color: white;
	font-size: 12px;
	letter-spacing: 1.39px;
	outline: none;
	padding: 2px 8px 2px 8px;
	text-decoration: none;
}

.aa-app-badge-link {
	text-decoration: none !important;
	color: #000000;
}

.aa-app-badge-link:hover,
.aa-app-badge-link:active,
.aa-app-badge-link:focus,
.aa-app-badge-link:visited {
	color: #000000;
}

.content-section {
	padding: 20px 35px;
	box-sizing: border-box;
	border: 1px solid #B3B3B3;
	border-radius: 8px;
	background-color: #EFEFEF;
	min-height: 240px;
}

.content-section-line {
	border: 1px solid #B3B3B3;
	box-sizing: border-box;
	height: 2px;
}

.content-section-title {
	font-family: "Avenir Next", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 25px;
	color: #000000;
}

.content-section-text {
	color: #808080;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 20px;
}

.aa-failed-login-modal ul {
	list-style: none;
	margin: 0;
	padding: 0;
	min-height: 32px;
}
