.full-page-container {
	height: inherit !important;
	min-height: 100vh;
}

.full-page-map-container {
	background-color: rgba(26, 148, 222, 1);
	height: inherit !important;
}

.full-page-content-inner {
	padding: 0;
}

#buttons-container {
	padding: 0 !important;
	margin: 0 !important;
}

#buttons-container .button {
	margin-right: 10px;
}

#buttons-container .button:hover {
	outline: 3px solid rgb(26, 148, 222) !important;
}

.selection {
	height: 10em;
	width: 10em;
	margin: 10px;
	background-color: #fff !important;
}

.selection-heading {
	display: block;
	margin-top: 1.5rem;
	font-size: 1.5rem;
	font-weight: 500;
	color: #4f5963;
}

.selection-subheading {
	color: #19222b;
	font-size: 1.3rem;
}

.selection i {
	color: rgba(26, 148, 222, 1);
	font-size: 30px !important;
	width: 30px !important;
	line-height: 1 !important;
	top: 10px !important;
	position: relative;
	display: inline-block;
	margin: 0 auto !important;
}

.post-booking-right {
	display: flex;
	align-items: center;
	justify-content: center;
}

.casting-page-desc {
	color: #fff;
	text-align: center;
	margin-left: 15%;
	margin-right: 15%;
}

.casting-page-desc h3 {
	color: #fff;
	font-weight: 600;
}

button.create-request {
	padding: 10px;
	color: #333;
	background: #fff;
	border-radius: 3px;
	font-weight: 600;
	transition: 0.2s;
	box-shadow: 0px 0.5px 5px 0px rgba(0, 0, 0, 0.05);
}

button.create-request:hover {
	transform: translateY(-3px);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

.page-title.header-title {
	line-height: 32px;
	font-size: 2rem;
	margin-bottom: 25px;
	font-weight: bold;
	text-align: center;
}

.display-steps {
	height: 42px;
	padding: 5px;
	width: 100%;
	margin-bottom: 2.5rem;
}

.steps-inner {
	width: 100%;
	display: flex;
	height: 100%;
	justify-content: center;
}

.step {
	height: 26px;
	width: 26px;
	background: #ddd;
	border-radius: 50%;
	margin: 0 25px;
	color: #1a94de;
}

.step.active {
	color: #fff;
	background: #1a94de;
}

.grid-layout {
	display: block !important;
}

.logo-container {
	padding-top: 7em;
}

.logo-container img {
	width: 15em;
}

.white-text {
	color: #fff;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.header-title {
	font-size: 2em !important;
}

.casting-page-desc p, .casting-page-desc a {
	color: #fff;
}

.casting-page-desc a {
	font-weight: 700;
}

.casting-page-desc a:hover {
	color: #fff;
}

.logo-container {
	margin-top: 10%;
}

.post-booking-left {
	background: #1a94de;
}

.blue {
	background-color: rgba(26, 148, 222, 1) !important;
}

.started-btn {
	width: 350px;
}

.icon-mobile {
	display: none;
}

.nameContainer {
	display: flex;
}

.firstName {
	padding-left: 0 !important;
}

.lastName {
	padding-right: 0 !important;
}

.full-width {
	width: 100% !important;
}

.formHint {
	color: red;
}

.formValError {
	color: red;
	font-size: 0.9em;
	line-height: 1.2em;
}
.formValError.raised {
	margin-top: -10px;
}

.formLabel {
	font-weight: bold;
	margin-bottom: 0;
}

.reqLabel:after {
	color: #f00;
	content: ' *';
	display: inline;
}

#agencyName {
	margin-bottom: 0;
}

#agencyHelp {
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	.full-page-content-inner {
		padding-bottom: 17px;
	}

	.firstName i {
		display: none;
	}

	.firstName.input-with-icon-left input {
		padding-left: 20px !important;
	}

	.firstName {
		padding-right: 0;
	}

	.lastName {
		padding-left: 0;
	}
}

@media (max-width: 1099px) {
	.full-page-container.with-map .full-page-sidebar {
		display: none;
	}

	.full-page-container.with-map {
		padding-top: 0 !important;
	}
}

@media (min-width: 1100px) and (max-width: 1236px) {
	.full-page-content-container {
		flex: 1 !important;
		height: auto !important;
	}

	.full-page-container {
		height: auto !important;
	}
}

@media (max-width: 1236px) {
	.full-page-map-container {
		display: none;
	}

	.icon-mobile {
		display: block;
		background-color: rgba(26, 148, 222, 1);
	}
}