﻿header .banner {
    background: url(/shared/images/home-banner.jpg);
	background-size: cover;
	margin: 0 0 50px 0;
}
.banner .home-heading {
    position: static;
}
header .banner img.m-show, header .banner img.m-hide {
    display: none;
}
.container-fluid {
    clear: both;
}
.full.testimonial_bg {
    margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
.banner .form-group input.form-control {
	height: 50px;
    font-size: 16px;
    margin-bottom: 12px !important;
}
.banner .form_btn {
    padding: 10px 36px 7px;
    font-size: 18px;
    margin: 0;
}
header .banner .home-heading {
    width: 370px;
}
}

@media screen and (max-width: 768px) {
header .banner {
    padding: 0;
}
}
@media screen and (max-width: 580px) {
	h1.title {
		top: 55%;
	}
	.banner .form-group input.form-control {
		height: 34px;
		font-size: 14px;
		margin-bottom: 12px !important;
		padding: 0 15px !important;
	}
	.banner .form-group a {
		display: block;
	}
	.banner .form_btn {
		margin: 0 0 12px 0;
	}
	form#freetrialform {
		margin: 10px 0 0;
	}
	.home-heading h1 {
		margin-bottom: 0px;
	}
	.graph-area {
		position: relative;
		left: 0px;
		text-align: center;
	}
	.graph-area img.coupon {
		max-width: 130px;
	}
.m-hide {
    display: block;
}
.m-show {
    display: none;
}
.banner img.m-hide {
    max-width: 100%;
    width: 100%;
}
}
@media screen and (max-width: 580px) {
header .m-hide {
    display: block;
}
header .m-show {
    display: none;
}
header .banner img.m-hide {
    max-width: 100%;
    width: 100%;
}
}


@media screen and (max-width: 480px) {
header .banner .home-heading {
    width: 100%;
    /* background: rgba(255, 255, 255, 0.7); */
}
.form-group a#mobile-video-button {
    display: block;
}
}
@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(max-width:1280px){
	.job-seekers-sec img.coupon {
		bottom: -84px;
	}
}
@media screen and (max-width: 1239px) {
	.form-group-small input[type="text"], .form-group-small input[type="tel"], .form-group-small input[type="email"] {
		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;
	}
}
