﻿@media screen and (max-width: 580px) {
	h1.title {
		top: 55%;
	}
}

@media screen and (min-width: 580px) {
	#content-container {
		max-width: 973px; /* based on 1003px max width of the banner - (15px margin * 2) */
	}
}

#whomodal::before {
	height: 0;
}

#whomodal .modal-dialog-centered {
	display: flex;
}

#whomodal .modal-content {
	width: 100%;
	max-width: none;
}

#videomodal::before {
	height: 0;
}

#videomodal .modal-dialog-centered {
	display: flex;
}

#videomodal .modal-content {
	width: 100%;
	max-width: none;
}

.card-custom-header {
	background-image: linear-gradient(#0B8CE7, #2E99E7);
	color: #FFFFFF;
}

.card-custom-header h5 {
	color: #FFFFFF !important;
}

#frmNotifyMe {
	color: #707070;
}

#frmNotifyMe label {
	font-size: 16px;
	font-weight: bold;
}

#frmRegister input, #frmNotifyMe input, #frmNotifyMe label {
	margin-bottom: 0 !important;
}

.bottom-banner {
	background-color: #00487A;
}

.bottom-banner h2 {
    margin-bottom: 30px;
    color: #FFFFFF;
    font-size: 48px;
}

.bottom-banner img {
	max-width: 100%;
}

#about-recruiters-container .tab {
	min-height: 0;
}

#about-recruiters-container .form_btn {
	position: static;
}

.banner-column {
	background-color: #143D7D;
}

.banner-inner-row {
	min-height: 70px;
}

.banner-title {
	color: #FFFFFF;
	font-family: 'MyriadPro-Semibold';
	font-size: 2.5rem;
}

.banner-image {
	width: 100%;
	max-height: 192px;
}

@media screen and (max-width: 1001px) {
	.banner-title {
		font-size: 14px;
	}
}

#desktop-video-button {
	position: absolute;
	top: 18%;
	left: 59%;
}

@media screen and (max-width: 580px) {
	#desktop-video-button {
		display: none;
	}
}

#video-modal-title {
	color: #0087e6;
	font-weight: bold;
}

#video-container {
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
}

#video-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

#video-modal .modal-footer {
	background-color: inherit;
}

#video-modal::before {
	height: auto;
	display: block;
}

#video-modal .modal-dialog {
	display: flex;
}

@media screen and (max-width: 580px) {
	.form-group-small input[type="text"] {
		height: 29px;
	}
	
	#header-banner-buttons-row {
		display: flex;
		justify-content: center;
	}
	
	#header-banner-buttons-row button {
		width: auto;
	}
}

#desktop-video-button img, #mobile-video-button img {
	max-width: none;
}

#desktop-video-button img {
	max-height: 75px;
}

@media screen and (max-width:1000px) {
	#desktop-video-button img {
		max-height: 45px;
	}
}

#mobile-video-button img {
	max-height: 35px;
}

#mobile-spacer-div {
	width: 35px;
}

@media screen and (min-width: 580px) {
	#mobile-video-button, #mobile-spacer-div {
		display: none;
	}
}
