﻿@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,500,600,700&display=swap');

h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

*, *:before, *:after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	position: relative;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: block;
}

html, body {
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-family: 'IBM Plex Sans', sans-serif !important;
	font-size: 14px;
	font-weight: 400;
	color: #3A3A3A;
	padding: 0;
	margin: 0;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	transition: background-color 1s ease;
}

img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

a {
	color: #4fae62;
	text-decoration: none;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	position: relative;
	cursor: pointer;
}

	a:hover {
		color: #407b4c;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'IBM Plex Sans', sans-serif;
}

h2 {
	font-size: 28px;
	font-weight: 500;
}

h3 {
	font-size: 24px;
	font-weight: 500;
}

h4 {
	font-size: 22px;
	font-weight: 500;
}

h5 {
	font-size: 18px;
	font-weight: 500;
}

p {
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	display: inline-block;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 8px 15px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #ffffff;
	border: 1px solid #DDDDDD;
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
}

textarea {
	height: 100px;
	resize: none;
}

select {
	display: inline-block;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 12px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #ffffff url(/images/dropdown-arrow.svg) calc(100% - 12px) center no-repeat;
	border: 1px solid #DDDDDD;
	width: 100%;
	min-width: 200px;
	appearance: none;
	-webkit-appearance: none;
}
	select option {
		padding: 5px;
		font-family: 'IBM Plex Sans', sans-serif;
	}

	.form-box select:focus {
		background-color: rgb(255, 255, 255);
		border: 1px solid rgb(44, 158, 222);
		box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
	}

input[type="submit"],
.btn, .custom-btn {
	display: inline-block;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 8px 40px;
	/*margin-left: 10px;*/
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #4fae62;
	color: #ffffff;
	cursor: pointer;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	border: 1px solid #4fae62;
	appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
	box-shadow: none;
}
	.custom-btn:hover {
		background: #407b4c;
		border-color: #407b4c;
		color: #fff;
	}

	input[type="submit"]:hover,
	.btn:hover {
		background: #407b4c;
		border: 1px solid #407b4c;
		color: #ffffff;
	}

.btn-secondary {
	color: #4fae62;
	background: #ffffff;
}

.btn-primary {
	color: #fff !important;
	background: #4fae62;
}

.btn-register {
	width: 100%;
	margin-left: 0px;
	text-align: center;
}

.btn-link {
	background: none !important;
	color: #4fae62 !important;
	border: none;
	font-weight: 500;
	padding: 8px 10px;
}

	.btn-link:hover {
		background: none !important;
		color: #407b4c !important;
		font-weight: 500;
		border: none;
	}

input[type="submit"].disabled, .btn.disabled {
	background: #d8d8d8;
	border: 1px solid #d8d8d8;
	color: #000;
	cursor: default;
	pointer-events: none;
}

input:checked + .slider {
	background-color: #2e608a;
	border-color: #2e608a;
}

	input:checked + .slider:before {
		border-color: #2e608a;
	}

input:focus + .slider {
	box-shadow: 0 0 1px #2e608a;
	border-color: #2e608a;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

.slider.round {
	border-radius: 28px;
}

	.slider.round:before {
		border-radius: 50%;
	}

.checkbox {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	.checkbox input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
		height: 0;
		width: 0;
	}

.checkmark {
	position: absolute;
	top: 50%;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #ffffff;
	border: 1px solid #DDDDDD;
	transform: translate(0, -50%);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.checkbox:hover input ~ .checkmark {
	background-color: #ffffff;
	border: 1px solid #DDDDDD;
}

.checkbox input:checked ~ .checkmark {
	background-color: #3A3A3A;
	border: 1px solid #3A3A3A;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkbox input:checked ~ .checkmark:after {
	display: block;
}

.checkbox .checkmark:after {
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.radiobox {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	.radiobox input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
		height: 0;
		width: 0;
	}

label.radiobox, label.checkbox {
	font-weight: 400 !important;
}

.radiomark {
	position: absolute;
	top: 50%;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #ffffff;
	border: 1px solid #DDDDDD;
	transform: translate(0, -50%);
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}

.radiobox input:checked ~ .radiomark {
	background-color: #3A3A3A;
	border: 1px solid #3A3A3A;
}

.radiobox input:checked ~ .radiomark {
	background-color: #3A3A3A;
	border: 1px solid #3A3A3A;
}

.radiomark:after {
	content: "";
	position: absolute;
	display: none;
}

.radiobox input:checked ~ .radiomark:after {
	display: block;
}

.radiobox .radiomark:after {
	left: 5px;
	top: 5px;
	border: solid white;
	border-width: 3px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 5px;
}

.table-row {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.table-cols-w5 {
	width: 5%;
}

.table-cols-w10 {
	width: 10%;
}

.table-cols-w15 {
	width: 15%;
}

.table-cols-w11 {
	width: 11%;
}

.table-cols-w12 {
	width: 12%;
}

.table-cols-w18 {
	width: 18%;
}

.table-cols-w20 {
	width: 20%;
}

.table-cols-w25 {
	width: 25%;
}

.table-cols-w28 {
	width: 28%;
}

.table-cols-w27 {
	width: 27%;
}

.table-cols-w30 {
	width: 30%;
}

.table-cols-w35 {
	width: 35%;
}

.table-cols-w40 {
	width: 40%;
}

.table-cols-w45 {
	width: 45%;
}

.table-cols-w50 {
	width: 50%;
}

.table-cols-w55 {
	width: 55%;
}

.table-cols-w60 {
	width: 60%;
}

.table-cols-w65 {
	width: 65%;
}

.table-cols-w70 {
	width: 70%;
}

.table-cols-w75 {
	width: 75%;
}

.table-cols-w80 {
	width: 80%;
}

.table-cols-w85 {
	width: 85%;
}

.table-cols-w90 {
	width: 90%;
}

.table-cols-w95 {
	width: 95%;
}

.table-cols-w100 {
	width: 100%;
}

header, footer,
.table-view, .listing, .listing-nav,
.listing-series-view, .listing-series-view-title, .listing-series-view-content, .listing-card-view,
.page-top, .page-subtop, .page-title, .page-wrapper,
.tabs, .tabs-content, .sidebar-container, .card-container, .admin-container, .details-container,
.login-page-wrapper {
	float: left;
	width: 100%;
}

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2px 15px;
}

.header-right {
	text-align: right;
}


.page-wrapper {
	padding: 15px;
}

.div-divider {
	width: 100%;
	/*height: 90px;*/
	background-color: #fff;
	border-bottom: 1px solid #D8D8D8;
	padding: 0px 15px;
}

.div-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

/*  Loading CSS */
.casting-loading-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
	z-index: 9000;
	display: none;
}

.casting-loading-container {
	margin-top: -40px;
	margin-left: -40px;
	position: absolute;
	top: 50%;
	left: 50%;
}
/*  Loading END */

.registration-page-wrapper {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
}

	.registration-page-wrapper .cast-it-talent-logo {
		/*position: absolute;
		left: 20px;*/
		top: 0px;
		height: 90px;
	}

.registration-page {
	width: 100%;
	background-color: #EEF3F0;
}

.getstarted-page, .profile-page {
	width: 100%;
}

.getstarted-box, .profile-box {
	width: 100%;
	padding: 30px;
	background-color: #fff;
}

.error {
	color: red;
	font-weight: 400;
	font-size: 12px;
	display: flex;
}

.registration-box {
	width: 30%;
	margin: 50px auto;
	padding: 30px;
	margin-bottom: 15px;
	/*width: 100%;*/
	border: 1px solid #D8D8D8;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #fff;
}

	.registration-box h5 {
		margin-bottom: 30px;
	}

.form-box h2 {
	margin-bottom: 30px;
}

.form-box ul li {
	margin-bottom: 15px;
}

	.form-box ul li:last-child {
		margin-bottom: 0;
	}

	.form-box ul li label {
		/*float: left;*/
		clear: both;
		font-weight: 600;
		margin-bottom: 5px;
		display: flex;
	}

.form-box ul li {
	font-weight: 500;
}

	.form-box ul li a {
		font-weight: 600;
	}

	.form-box ul li input[type="text"] {
		padding: 10px 12px;
	}

	.form-box ul li input[type="submit"] {
		font-weight: 600;
		/*width: 100%;*/
		padding: 12px 30px;
		margin-left: 0;
	}

.profile-box input[type="text"], .profile-box select, .getstarted-box input[type="text"] {
	width: 30%;
}

a.help {
	width: 20px;
	display: block;
	background-size: 15px !important;
	background: url(/images/icon-help.svg) top center no-repeat;
}

.div-stage-name-main {
	display: flex;
	flex-direction: row;
}

.div-stage-name-left {
	display: flex;
	flex-direction: column;
	width: 30%;
}

	.div-stage-name-left input {
		width: 100% !important;
	}

.div-stage-name-right {
	display: flex;
	margin-top: 10px;
}

.ui-widget-content {
	max-height: none !important;
}

.ui-dialog {
	border-radius: 5px;
	border: 1px solid #A6A6A6 !important;
	padding: 20px;
}

.ui-dialog-titlebar {
	border: 1px solid #dddddd;
	background: #fff;
	color: #333333;
	font-weight: bold;
	font-size: 18px;
	border-width: 0 0 0px 0;
	margin-bottom: 0.5em;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.ui-widget .ui-icon-closethick {
	background: url(/images/close_popup.png) center no-repeat !important;
	z-index: 101;
}

.ui-widget .ui-button, .ui-widget .ui-button:hover, .ui-widget .ui-button:active {
	border: none;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, .ui-widget {
	font-family: 'IBM Plex Sans', sans-serif !important;
}

.ui-dialog-title {
	font-size: 20px;
	font-weight: 500;
}

.ui-dialog .ui-dialog-titlebar {
	padding: 5px;
}

.ui-dialog-buttonpane {
	padding: 0px;
	margin-top: 0px;
}

.ui-widget-content {
	border: none;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	-ms-overflow-scrolling: touch;
	-o-overflow-scrolling: touch;
	overflow-scrolling: touch;
	height: auto;
	max-height: 300px;
}
.ui-button:active {
	background: #fff;
	border:none;
}

.popup-outer-div {
	display: flex;
	flex-direction: row;
}

.popup-left-div img {
	width: 110px;
}

.popup-right-div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-content: flex-start;
	margin-left: 20px;
}

	.popup-right-div p {
		text-align: left;
		margin-bottom: 5px;
		font-size: 14px;
	}

#mastercontent, #theForm {
	/*height: 100%;*/
}

.membership-page {
	width: 100%;
	background-color: #F2F2F2;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 40px;
}

.membership-box {
	display: flex;
	justify-content: center;
	margin: 20px;
	margin: 20px;
	flex-direction: column;
	width: 80%;
}

	.membership-box h2 {
		text-align: center;
	}

.plans-main-div {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.membership-benefits {
	width: 32%;
	display: flex;
	align-items: flex-end;
	padding: 20px;
}

	.membership-benefits ul li:first-child {
		font-weight: 600;
		font-size: 18px;
		color: #2a5f2c;
		height: 24px;
	}

	.membership-benefits ul li {
		margin-bottom: 10px;
	}

.best-value {
	background: #2a5f2c;
	color: #fff;
	padding: 5px;
	text-align: center;
	font-weight: 500;
	font-size: 12px;
}

.empty-best-value {
	height: 51px;
	/*background-color: #FFF;*/
}

.div-plan {
	/*border: 1px solid #ededed;*/
	background: #fff;
	border-radius: 4px;
	margin-left: 20px;
	width: 30%;
	display: flex;
	flex-direction: column;
}

.plan-details {
	padding: 20px;
	display: flex;
	flex-direction: column;
	border: 1px solid #fff;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.monthly-plan {
	border: 1px solid #D8D8D8;
}

	.monthly-plan:hover {
		border: 1px solid #2a5f2c;
	}

.plan-description {
	display: flex;
	flex-direction: column;
}

	.plan-description label {
		margin-bottom: 5px;
	}

.plan-name {
	font-weight: 500;
}

.plan-amount {
	font-weight: 800;
	font-size: 25px;
}

.plan-term {
	font-size: 12px;
}

.plan-billing {
	font-size: 10px;
	color: #696969;
}

.div-plan.selected {
	border: 1px solid #2a5f2c;
}

.margin_bottom_20 {
	margin-bottom: 20px !important;
}

.div-plan-checkmarks {
	display: flex;
	justify-content: center;
	margin-top: 25px;
}

	.div-plan-checkmarks ul li:first-child {
		height: 24px;
		text-align: center;
		font-size: 15px;
		font-weight: 800;
		color: #2a5f2c;
		display: none;
	}

.plan-checkmark-box {
	display: inline-block;
	position: relative;
	padding-right: 35px;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 10px;
	font-weight: 500 !important;
	height: 14px;
}

	.plan-checkmark-box .plan-feature {
		display: none;
	}

.plan-checkmark {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 20px;
	width: 20px;
	background-color: #2a5f2c;
	border: 1px solid #2a5f2c;
	transform: translate(0, -50%);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

	.plan-checkmark.removed {
		background-color: #DDDDDD;
		border: 1px solid #DDDDDD;
	}

	.plan-checkmark:after {
		content: "";
		position: absolute;
	}

	.plan-checkmark:after {
		left: 7px;
		top: 3px;
		width: 5px;
		height: 10px;
		border: solid white;
		border-width: 0 2px 2px 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

.btn-process-order {
	width: 160px !important;
	border: none !important;
	line-height: 24px !important;
}

	.btn-process-order.disabled {
		opacity: 0.6 !important;
		pointer-events: none;
	}

.actor-top-header {
	display: flex;
	flex-direction: row;
	width: 40%;
	justify-content: flex-end;
	align-items: center;
}

	.actor-top-header .help-div {
		display: flex;
		margin: 0px 10px 0px 10px;
		text-align: center;
	}

.header-help-icon {
	display: block;
	background-size: 18px !important;
	background: url(/images/icon-help.svg) top center no-repeat;
	padding-top: 20px;
	text-decoration: none;
	color: #3A3A3A;
	cursor: pointer;
	font-weight: 500;
}

	.header-help-icon:hover {
		text-decoration: none;
		color: #54AD62;
		background: url(/images/icon-help-green.svg) top center no-repeat;
	}

.actor-top-header .div-upgrade-to-pro {
	/*display: flex;*/
	align-items: flex-start;
}

a.rocket-ship {
	padding: 8px 20px 8px 40px;
	background: #54AD62 url(/images/rocket-ship.svg) 15px center no-repeat;
	background-size: 14px;
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 500;
}

	a.rocket-ship:hover {
		background: #407b4c url(/images/rocket-ship.svg) 15px center no-repeat;
		background-size: 14px;
		text-decoration: none;
	}

.small-btn {
	padding: 6px 20px 6px 20px !important;
	background: #54AD62;
	background-size: 14px;
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 500;
}

	.small-btn:hover {
		background: #407b4c;
		background-size: 14px;
		color: #fff;
	}

.account-menu-btn {
	display: flex;
	align-items: center;
	border: 1px solid #c3cfd9;
	padding: 3px 15px 3px 3px;
	cursor: pointer;
}

.actor-header-headshot {
	width: auto;
	margin: 0 5px 0 0;
	height: 50px;
}

.account-menu {
	position: relative;
	display: inline-block;
	width: 42%;
}

.ul-account-menu {
	display: none;
	position: absolute;
	z-index: 500;
	text-align: left;
	border: 1px solid #c3cfd9;
	background-color: #fff;
	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	-ms-overflow-scrolling: touch;
	-o-overflow-scrolling: touch;
	overflow-scrolling: touch;
	height: auto;
	width: 100%;
	margin-top: -1px;
}

	.ul-account-menu li {
		padding: 4px 0px;
		display: inline-block;
		vertical-align: middle !important;
		width: 100% !important;
		height: 32px !important;
		color: #3A3A3A !important;
		margin: 3px 0px;
		border-bottom: 1px solid #c3cfd9;
	}

		.ul-account-menu li:last-child {
			border-bottom: none;
		}

		.ul-account-menu li a {
			padding-left: 15px;
			color: #3A3A3A;
			text-decoration: none;
			font-weight: 500;
			color: #293845;
			display: flex;
		}

			.ul-account-menu li a:hover {
				color: #54AD62;
			}

.lbl-actor-name {
	color: #293845;
	font-weight: 500;
	max-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hamburger {
	position: absolute;
	/*top: 5px;*/
	right: 0;
	display: none;
	font: inherit;
	color: inherit;
	text-transform: none;
	padding: 0;
	margin: 0;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	overflow: visible;
}

	.hamburger:hover {
		opacity: 0.7;
	}

	.hamburger.is-active:hover {
		opacity: 0.7;
	}

	.hamburger.is-active .hamburger-inner,
	.hamburger.is-active .hamburger-inner::before,
	.hamburger.is-active .hamburger-inner::after {
		background-color: #3A3A3A;
	}

.hamburger-box {
	width: 30px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
		width: 30px;
		height: 3px;
		background-color: #000;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease;
	}

		.hamburger-inner::before, .hamburger-inner::after {
			content: "";
			display: block;
		}

		.hamburger-inner::before {
			top: -10px;
		}

		.hamburger-inner::after {
			bottom: -10px;
		}

.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: 0.13s;
	transition-delay: 0.13s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

	.hamburger--collapse .hamburger-inner::after {
		top: -20px;
		transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
	}

	.hamburger--collapse .hamburger-inner::before {
		transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

.hamburger--collapse.is-active .hamburger-inner {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

	.hamburger--collapse.is-active .hamburger-inner::after {
		top: 0;
		opacity: 0;
		transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
	}

	.hamburger--collapse.is-active .hamburger-inner::before {
		top: 0;
		transform: rotate(-90deg);
		transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

.show-for-mobile {
	display: none;
}

.ul-account-menu-for-mobile {
	display: none;
}

.ul-account-menu li.profile-li {
	display: flex;
	padding: 5px 15px;
	margin: 5px 0px;
	align-items: center;
}

.navTabs {
	margin: 0px 20px 6px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
}

	.navTabs > ul > li a {
		color: #207868;
		font-weight: 500;
		padding-bottom: 5px;
		text-decoration: none;
		font-size: 15px;
	}

		.navTabs > ul > li a:hover {
			color: #3A3A3A;
		}

	.navTabs > ul > li.active a {
		font-weight: 500;
		color: #3A3A3A;
		border-bottom: 1px solid #3A3A3A;
		padding-bottom: 5px;
	}

	.navTabs > ul > li {
		display: inline-block;
		margin-right: 15px;
	}

#div-content-place-holder .navTabs {
	width: calc(100% - 40px);
	margin-left: 20px;
}

.ul-account-menu .nav-li a {
	color: #54AD62;
}

.ul-account-menu .nav-li.active a {
	color: #3A3A3A;
}

.section-wrapper {
	padding: 20px;
	min-height: 70vh;
	/*background: #EEF3F0;*/
	width: 100%;
	border: 1px solid #D8D8D8;
}

.div-footer {
	bottom: 0px;
	position: relative;
	display: flex;
	flex-direction: row;
	padding: 10px;
	border: 1px solid #D8D8D8;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	margin-top: -1px;
}

.footer-ul {
	display: flex;
	align-items: center;
}

	.footer-ul li {
		display: inline-block;
		margin: 0 10px;
	}

		.footer-ul li:not(:first-child):before {
			content: "•";
			margin-right: 15px;
			color: #C7C7C7;
		}

		.footer-ul li a {
			color: #3A3A3A;
			text-decoration: none;
		}

			.footer-ul li a:hover {
				color: #54AD62;
			}

.div-footer .cast-it-talent-logo {
	height: 50px;
}

.all-rights-reserved {
	cursor: default;
}

.mobile {
	display: none;
}

.no-border {
	border: none !important;
}

.mobile .rocket-ship {
	padding-left: 40px;
	color: #fff;
	margin: 0px 15px;
	justify-content: center;
	background-position-x: 28%;
}

	.mobile .rocket-ship:hover {
		background-position-x: 28%;
		color: #fff;
	}

.mobile .help-icon {
	padding: 5px 20px 5px 40px;
	background: url(/images/icon-help-green.svg) 15px center no-repeat;
	background-size: 18px;
	color: #54AD62;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 500;
	margin: 2px 15px;
	justify-content: center;
	background-position-x: 40%;
	border: 1px solid #54AD62;
}

	.mobile .help-icon:hover {
		background-position-x: 40%;
		border: 1px solid #407b4c;
	}

.modal-backdrop, .modal-backdrop.fade.in {
	opacity: .5;
}

.controls .row-fluid .span3 {
	min-width: 30%;
}

.lbl-field {
	vertical-align: unset;
}

.text-field {
	height: unset !important;
	width: 270px !important;
}

.table-td-lbl {
	width: 130px;
}

.div-top-border {
	border-top: 1px solid #D8D8D8;
}

.section-content-wt-border {
	padding: 20px;
	min-height: 70vh;
	width: 100%;
}

.link-underline {
	text-decoration: underline #207868 3px !important;
	text-underline-offset: 8px !important;
}
