@-ms-viewport{

width:device-width;

}



* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	-webkit-font-smoothing: antialiased;
	outline: none;
	font-family: 'Roboto', sans-serif;
	color: white;
	font-weight: 400;
}

body{
	overflow-x: hidden; 
}

p{
	font-size: 15px;
	font-weight: 100;
}

h2{
	font-size: 66.7px;
	font-weight: 100;
}

h3{
	font-size: 35px;
	font-weight: 100;
	color: black;
}

h4{
	font-size: 25px;
	font-weight: 100;
	color: #3385ad;
}

p.large{
	font-size: 17px;
	color: #6D6E72;
	font-weight:400;
}

.no-padding{
	padding: 0;
}

.no-margin{
	margin: 0 !important;
}

.blue{
	color: #3385ad !important;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

.float-none{
	float: none;
}

.div-center{
	display: block;
	margin: 0 auto;
	float: none;
}

.bold{
	font-weight: 700;
}

.regular{
	font-weight: 400;
}

header .top-menu{
	background-color: white;
}

header .main-menu{
	background-color: #ebebeb;
}

header ul li{
	display: inline-block;
}

header ul{
	list-style-type: none;
	margin-bottom: 0;
}

header .top-menu ul{
	float: right;
}

header .top-menu ul li a{
	color: #6d6e72;
}

header .top-menu ul li:last-of-type img{
	margin-right: 0;
}

header .top-menu ul li:last-of-type{
  	padding: 6px 17px;
	background-color: #3954a5;
	cursor: pointer;
}

header .top-menu ul li img{
	margin-right: 4px;
}

header .top-menu ul li{
	color: #6d6e72;
	font-size: 12.5px;
	margin-left: 20px;
}

header .main-menu .logo img{
	width: 400px;
}

header .main-menu .logo{
	float: left;
	z-index: 999;
	position: absolute;
	top: -33px;
	background-color: #fff; /* layer fill content */
	-moz-box-shadow: 0 0 18px rgba(24,24,24,.75); /* drop shadow */
	-webkit-box-shadow: 0 0 18px rgba(24,24,24,.75); /* drop shadow */
	box-shadow: 0 0 18px rgba(24,24,24,.75); /* drop shadow */
}

header .main-menu nav ul{
	float: right;
	padding: 28px 0;
}

header .main-menu ul li{
	margin-left: 35px;
	float: left;
}

header .main-menu ul li.active a{
	font-weight: 700;
}

header .main-menu ul li a{
	font-weight: 400;
	color: #3954a5;
	text-transform: uppercase;
	font-size: 15px;
}


header{
	position: relative;
}

header .search-pop{
	display: none;
	padding: 27px;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 9999;
	right: 0;
	left: 0;
	background-color: #3954a5;
}

header .search-pop input{
	background-color: transparent;
	width: 50%;
	color: white;
	font-size: 33.3px;
	font-weight: 100;
	border: 0;
}

header .search-pop input::-webkit-input-placeholder {
	color: white;
}

header .search-pop input:-moz-placeholder { /* Firefox 18- */
	color: white;
}

header .search-pop input::-moz-placeholder {  /* Firefox 19+ */
	color: white;
}

header .search-pop input:-ms-input-placeholder {  
	color: white;
}

section.slide-banner{
	background: url('../images/slider1.jpg') no-repeat;
	background-size: cover;
}

section.slide-banner .container-fluid .row h2{
	margin-bottom: 100px;
	font-size: 50px;
}

section.slide-banner .container-fluid .row .wrap-buttons{
  margin: 0 auto;
  width: 560px;
  overflow: hidden;
  position: absolute;
  z-index: 999999;
  left: 50%;
  margin-left: -280px;
}

section.slide-banner{
	position: relative;
}

section.slide-banner .container-fluid .row{
	padding-top: 130px;
	padding-bottom: 50px;
}

.button-blue{
	background-color: #3953a5; /* layer fill content */
	display: inline-block;
	color: white;
	font-size: 20px;
	text-align: center;
  	padding: 19px 40px;
  	padding: 19px;
  	width: 245px;
}

.button-blue:hover,.button-transparent:hover{
	color: white;
}

.button-transparent{
	background-color: transparent; /* layer fill content */
	display: inline-block;
	border: 2px solid white;
	color: white;
	font-size: 20px;
	text-align: center;
  	padding: 19px;
    width: 245px;
}

section.highlights .container .row p.large{
	font-size: 18.7px;
	color: black;
	text-transform: uppercase;
}

section.highlights .container .row{
	padding-bottom: 55px;
	padding-top: 55px;
}

section.highlights .container .row img{
	margin-bottom: 10px;
}

section.highlights .container .row p{
	font-size: 16.6px;
	font-weight: 400;
	color: #6d6e72;
}

section.take-tour .row{
	padding: 80px 0;
}

section.take-tour h4{
	color: white;
	font-size: 25px;
	line-height: 35px;
}

section.take-tour h2:hover{
	text-decoration: underline; 
}

section.take-tour h2{
	font-family: 'Roboto', sans-serif;
	color: white;
	font-size: 50px;
	font-weight: 400;	
}

section.take-tour{
	background: url('../images/video.jpg') no-repeat;
	background-size: cover;
}

section.take-tour img{
	width: 100%;
}

section.peak-talent{
	background: url('../images/peak-bg.jpg') no-repeat;
	background-size: cover;
}

section.peak-talent h3{
	font-size: 50px;
	margin: 15px 0;
	padding: 0;
	font-weight: 100;
}

section.peak-talent .container .row{
	padding: 5px 0;
}

footer{
	padding: 55px 0 35px 0;
	background-color: #010101;
}

footer .separator{
	padding: 15px;
}

footer .container .row .heading{
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	color: white;
	margin-bottom: 10px;
	display: block;
}

footer .container .row p{
	color: #a5a5a5;
	margin-bottom: 20px;
}

footer .container .row ul{
	list-style-type: none;
}

footer .container .row ul li{
	line-height: 20px;
	font-weight: 100;
	color: #a5a5a5;
	font-size: 16.7px;
}

footer .container .row ul li a{
	font-weight: 100;
	color: #a5a5a5;
	font-size: 15px;
}

footer .container .row ul li.active a{
	color: #a5a5a5;
	font-weight: 700;
}

footer .container .row input{
	margin-bottom: 14px;
}

footer .container .row textarea{
	height: 90px;
	resize: none;
}

footer .container .row input,
footer .container .row textarea{
	width: 100%;
	border: 1px solid #858585; /* stroke */
	background-color: transparent;
	font-size: 15px;
	font-weight: 100;
	padding: 4px;
}


footer .container .row span.heading{
	margin-bottom: 0;
}

footer .container .row ul.social li{
	display: inline-block;
	margin-right: 2px;
}

footer .container .row ul.social li a{
	display: block;
	background: url('../images/social.png') no-repeat;
	width: 24px;
	height: 24px;
}

footer .container .row ul.social li:nth-child(2) a{
	background-position: -32px 0;
}

footer .container .row ul.social li:nth-child(3) a{
	background-position: -64px 0;
}

footer .container .row ul.social li:nth-child(3) a{
	background-position: -96px 0;
}

.mobile-menu{
	float: right;
	  right: 14px;
	  top: 39px;
	  display: block;
	  display: none;
	  z-index: 9999;
	 padding: 5px;
}

header .main-menu .row{
	position: relative;
}

div.wrap-employment{
	padding-top: 40px;
	padding-bottom: 80px;
}

.feature-jobs{
	border: 1px solid #3385ad;
}

.feature-jobs .desc{
	padding: 15px;
}

.feature-jobs .desc img.loc{
	margin-right: 15px;
}

.feature-jobs .desc .view-more{
	font-size: 18px;
	color: #3954a5;
	font-weight: 700;
	text-decoration: none;
}

.sidebar h4{
	margin: 20px 0 30px 0;
}

.advance-filter-button{
	float: right;
	overflow: hidden;
}

.advance-filter-button span{
	display: block;
	float: left;
}

.advance-filter-button span.label{
	font-size: 15px;
	color: white;
	text-align: center;
	font-weight: 700;
	background-color: #6d6e72;
	border-radius: 0;
  	padding: 15px 20px;
}

.advance-filter-button span.arrow-down{
	height: 45px;
	width: 45px;
	background: #2f2f33 url('../images/arrow-white.png') no-repeat;
	background-position: center;
	cursor: pointer;
}

.job-list .single-job:hover:before{
	content: "";
	display: block;
	position: absolute;
	left: -5px;
	top: -1px;
	height: ;
	bottom: -1px;
	width: 4px;
	background-color: #3385ad;
}

.job-list .single-job:hover{
	background-color: white;
	border: 1px solid #6d6e72;
}

.job-list .single-job{
	position: relative;
	min-height: 70px;
	background-color: #f2f1f1;
 	padding: 20px 10px;
}

.job-list .single-job p{
	margin: 0;
}

.job-list .single-job p.job-name{
	font-size: 18px;
	color: #3385ad;
	font-weight: 700;
}

.job-list .single-job div{
	
}

.job-list .single-job p.job-location{
	font-size: 14px;
	color: #6D6E72;
	font-weight: bold;
}

.job-list .single-job p.job-location img{
	margin-right: 15px;
}

.load-more{
	display: block;
	width: 100%;
	color: white;
	padding: 8px;
	font-size: 12px;
	background-color: #3954a5;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

.load-more:hover{
	color: white;
}

.sidebar{
	padding-top: 50px;
}

.advance-search-popup{
	padding: 20px 5px;
	display: none;
	background-color: #3954a5;
	position: absolute;
	right: 15px;
	left: 15px;
  	top: 45px;
	z-index: 999999;
}

.wrap-employment input {
    border: 1px solid white;
   background: transparent;
   width:100%;
   padding-left: 10px;
   margin-bottom: 20px;
   font-size: 12px;
   border: 1px solid #ccc;
   height: 30px;
   font-weight: bold;
} 


.wrap-employment select {
    border: 1px solid white;
   background: transparent;
   width:100%;
   padding-left: 10px;
   margin-bottom: 20px;
   font-size: 12px;
   border: 1px solid #ccc;
   height: 30px;
   font-weight: Bold;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
    background: url('../images/select-bg.jpg') no-repeat;
    background-position: right center;
         background-size: 40px 100%;
} 

.wrap-employment input[type=date] {
    border: 1px solid white;
   background: transparent;
   width:50%;
   float: left;
   border-radius: 0;
   padding-left: 10px;
   margin-bottom: 15px !important;
   font-size: 12px;
   font-style: italic;
   border: 1px solid #ccc;
   height: 30px;
   font-weight: 100;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
    background: url('../images/date-bg.jpg') no-repeat;
    background-position: right center;
      background-size: 40px 100%;
} 


::-webkit-inner-spin-button { display: none; }
::-webkit-calendar-picker-indicator { background: orange; height: 49px; width: 39px; padding-top: 150px;  background: url('../images/date-bg.jpg') no-repeat;}


.wrap-employment select option{
	color: #white;
	font-style: bold;
}



.wrap-employment input::-webkit-input-placeholder ,
.wrap-employment textarea::-webkit-input-placeholder {
	color: white;	
	font-style: italic;
	font-weight: 100;
}

.wrap-employment input:-moz-placeholder,
.wrap-employment textarea:-moz-placeholder
 { /* Firefox 18- */
	color: white;	
	font-style: italic;
}

.wrap-employment input::-moz-placeholder,
.wrap-employment textarea::-moz-placeholder
{  /* Firefox 19+ */
	color: white;	
	font-style: italic;
}

.wrap-employment input:-ms-input-placeholder,
.wrap-employment textarea:-ms-input-placeholder {  
	color: white;	
	font-style: italic;
}



.wrap-employment .input-radio input[type="radio"] {
	display: none;
}
.wrap-employment .input-radio input[type="radio"]+label {
	background: url('../images/unchecked.png') no-repeat;
	height: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	float: left;

	cursor: pointer;

}
.wrap-employment .input-radio input[type="radio"]:checked + label {
	background: url('../images/checked.png') no-repeat;
	height: 20px;
	width: 18px;
}


.advance-search-popup .wrap-radio-buttons{
	border: 1px solid white;
	overflow: hidden;
	padding: 3px 10px;
	height: 30px;
	margin-bottom: 20px;
}

.advance-search-popup .wrap-radio-buttons .input-radio{
	width: 50%;
	float: left;
}

.wrap-employment .input-radio span{
	margin-right: 8px;
}

.advance-search-popup input[type=submit]{
	width: 100%;
	text-align: center;
	height: 30px;
	font-weight: 700;
	color: black;
	font-size: 15px;
	background-color: white;
	border: 0;
}


/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width:0\0) { 
    select {
        background:none;
        padding: 5px;
    }
}

.no-underline{
	text-decoration: none !important;
}

.wrap-employment .aplication.confirm{
	background-color: black;
}

.wrap-employment .aplication.confirm h4{
	color: white;
	text-align: center;
	font-size: 23px;
	line-height: 37px;
	font-weight: 700;
}

.wrap-employment .aplication{
	background-color: #3954a5;
	padding-bottom: 40px;
}

.wrap-employment .aplication .button-transparent,
.wrap-employment .aplication .button-white{
	width: 100%;
	height: 30px;
	padding: 6px;
	font-size: 15px;
	font-weight: 700;
	color: #3954a5;
}

.cert.confirmed{
	margin-bottom: 40px;
}

.cert{
	text-align: center;
	color: #3385ad;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	width: 100%;	
	margin: 15px auto 50px auto;
	display: block;
	text-decoration: underline;
}

.wrap-employment .aplication .button-silver{

	background-color: #6d6e72;
	color: white;
	font-size: 15px;
	font-weight: 700;
	width: 240px;
	height: 40px;
	display: block;
	margin: 0 auto 30px auto;
	text-align: center;
  	padding: 11px;	
}

.wrap-employment .aplication{
	margin-top: 40px;
}

.wrap-employment .aplication .button-blue,
.wrap-employment .button-white{
	margin-bottom: 12px;
	width: 100%;
	font-weight: 700;
	text-align: center;
	display: block;
	font-size: 15px;
	padding: 6px 0;

}

.wrap-employment .aplication .button-blue{
	color: white;
	background-color: #0c125c;
}

.wrap-employment .button-white{
	color: black;
	background-color: white;
}

.wrap-employment .aplication input{
	margin-bottom: 12px;
}


.create-new-job-button{
	display: block;
	font-weight: 700;
	color: white;
	font-size: 15px;
	background-color: #3385ad;
	float: right;
	width: 240px;
	height: 40px;
	text-align: center;
	padding: 10px 10px;
}

.create-new-job-button:hover{
	color: white;
}

.posting-manager .search-area{
	background-color: #3954a5;
	padding: 23px 15px 0 15px;
}

.posting-manager .search-area span.title{
	min-height: 25px;
	width: 100%;
	display: block;
}

.posting-manager .search-area div{
	padding-left: 10px;
	padding-right: 10px;
}


/* 
Generic Styling, for Desktops/Laptops 
*/
table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */

thead tr{
background-color: #6d6e72;
}

tr:nth-of-type(odd) { 

}
th { 

  color: white; 
  font-weight: bold; 
}

thead td,
thead th{
	color: white;
}

td, th {
  font-size: 12.5px;
  color: black;
  padding: 6px; 
  border: 0px; 
  text-align: left; 
}

tr{
	height: 65px;
	background-color: #e9e8e8;
}

tr td:first-of-type,
tr td:last-of-type,
tr th:first-of-type,
tr th:last-of-type{
	padding: 0 23px;
}


tbody tr:hover{
	background-color: white;
	border: 1px solid #6d6e72;
}

tbody tr{
	position: relative;
}


tbody tr:hover{
	border-left: 4px solid #3385ad;
}

.register-button{
	width: 270px !important;
}

.half{
	width: 50% !important;
	float: left;
}

.half-half{
	width: 25% !important;
	float: left;
}

.aplication textarea{
	background-color: transparent;
	border: 1px solid white;
	padding: 10px;
	font-size: 12.5px;
	resize: none;
	width: 100%;
	height: 90px;
}

.aplication select{
	margin-bottom: 0;
}

.custom-file-upload {
  border: 1px solid white;
  background-color: white;
  font-size: 12.5px;
  color: #3954a5;
  font-weight: 400;
  padding: 6px 20px;
  margin-bottom: 15px;
  cursor: pointer;
  width: 150px;
  float: right;
  text-align: center;
  font-weight: 700;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

input[type="file"] {
  display: none;
}

.custom-file{
  border: 1px solid white;
  overflow: hidden;
  height: 30px;
  margin-top: 10px;
}

.custom-file span{
	color: white;
	font-weight: 400;
	padding: 5px 0 0 10px;
	display: block;
	float: left;
}

.button-white.margin-top{
	margin-top: 10px;
}

.apply-now{
	margin-top: 30px;
}

.apply-now .job-title{
	background-color: #3954a5;
	color: white;
	font-weight: 700;
	font-size: 18px;
	width: 100%;
	padding: 20px 0 20px 20px;
	display: block;
}

.apply-now .job-location{
	width: 100%;
	padding: 20px 0 20px 20px;
	display: block;
	color: #3954a5;
	font-weight: 700;
	margin-bottom: 0;
}

.apply-now .job-location img{
	margin-right: 10px;
}

.apply-now .apply-now-button{
	display: block;
	background-color: #3385ad;
	margin-top: 12px;
	color: white;
	font-size: 15px;
	font-weight: 700;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}

.apply-now .apply-now-button.silver{
	display: block;
	background: #6d6e72 url('../images/button-arrow.png') no-repeat;
	background-position: 26% center;
	margin-top: 10px;
	color: white;
	font-size: 15px;
	font-weight: 700;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}

.apply-now .description{
	background-color: #e9e8e8;
	overflow: hidden;
	padding: 20px;
	border: 1px solid #3954a5;
}

.apply-now .description .inner-desc{
	margin-bottom: 0px;
	overflow: hidden;
}

.apply-now .description .inner-desc p{
	line-height: 30px;
}

section.what-we-do.benefits{
	background: url('../images/benefits.jpg') no-repeat;	
}

section.what-we-do.partners{
	background: url('../images/partners.jpg') no-repeat;	
}

section.what-we-do{
	background: url('../images/what-we-do.jpg') no-repeat;
	background-size: cover;
	padding-top: 95px;
	padding-bottom: 75px;
}

section.what-we-do.second h3{
	font-size: 50px !important;
	color: black !important;
}

section.what-we-do.second{
	background: url('../images/peak-bg.jpg') no-repeat;
	padding: 20px 0;
}

section.what-we-do .container .row h3{
	font-size: 58px;
	color: white;
	margin: 0;
}

section.our-mission .container .row p{
	color: #6d6e72;
}

section.our-mission .container .row{
	padding-top: 70px;
	padding-bottom: 40px;
}

section.our-mission .container .row h5{
	color: black;
}

section.our-mission .container .row p,
section.our-mission .container .row h5,
section.partners-section .container .row h5,
section.partners-section .container .row p{
	font-size: 25px;
	font-weight: 400;
}

.white{
	color: white;
}

#faq{
	background-color: ;
}

.accordion {} .ac-card {} .faqButton {
	background-color: transparent;
	border: none;
	text-align: left;
}

.ac-card .detiels p span{
	color: black;
	margin-top: 15px;
	display: block;
}

.ac-card .detiels p {
	padding-top: 30px;
	padding-bottom: 20px;
	display: none;
	color: #6d6e72;
	font-size: 16.7px;
	font-weight: 400;
	margin-bottom: 20px;
}

.white-line{
	display: block;
	width: 100%;
	height: 4px;
	background-color: white;
}

#faq .container-fluid .row{

}

#faq .container-fluid .row .largee{
	font-size: 25px;
	font-weight: bold;
}

.wrap-button{
	background-color: #6d6e72;
}

.faqButton .onLeft{
	font-size: 25px;
	color: #cccccc;
}

.faqButton .plus-sign{
	height: 40px;
	width: 40px;
	display: block;
	float: right;
	background: url('../images/faq.png') no-repeat;
}

.faqButton .plus-sign{
	margin-top: 20px;
}

.faqButton{
	padding-bottom: 25px;
	padding-top: 25px;
	width: 100%;
	background-color: #6d6e72;
}

.ac-card.open .faqButton .plus-sign{
	background: url('../images/faq-active.png') no-repeat;	
}

section.benefits-section .container .row p{
	color: #6d6e72;
	font-weight: 400;
	margin-bottom: 20px;
}

section.benefits-section .container .row h4{
	font-size: 25px;
	font-weight: 700;
	color: black;
	text-transform: uppercase;
	margin-bottom: 30px;
}

section.benefits-section .container .row h5{
	color: black;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 700;
}

section.benefits-section .container .row{
	padding-top: 65px;
	padding-bottom: 50px;
}

section.benefits-section .container .row p,
section.benefits-section .container .row h5{
	font-size: 16.7px;

}


section.quote-section{
	background: url('../images/quote.jpg') no-repeat;
	background-size: cover;
}

section.quote-section .container .row{
	padding: 50px 0;
}

section.quote-section .container .row h5 span{
	font-size: 16.7px;
}

.margin-bottom-80{
	margin-bottom: 80px;
}

section.quote-section .container .row h5{
	font-size: 25px;
	font-weight: 100;
	font-style: italic;
}

section.partners-section .container .row h5{
	color: black;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
}

section.partners-section .container .row p{
	color: #6d6e72;
}

section.partners-section .container .row p,
section.partners-section .container .row h5{
	font-size: 16.7px;
}

section.partners-section .container .row .col-md-5,
section.partners-section .container .row .col-md-7{
	margin-bottom: 40px;
}

section.partners-section .container .row{
	padding: 120px 0 80px 0;
}

section.become-section .col-md-6{
	overflow: hidden;
}

section.become-section .container .row h3:hover{
	text-decoration: underline;
}

section.become-section .container .row h3{
	font-family: "Roboto";
	font-weight: 700;
	color: #3954a5;
}

section.become-section .container .row{
	padding: 80px 0 80px 0;
}

section.contact-section{
	background: url('../images/contact-bg.jpg') no-repeat;
	background-size: cover;
}

section.contact-section .container .row{
	padding-top: 80px;
	padding-bottom: 30px;

}

.wrap-employment.contact{
	padding: 0;
}

.wrap-employment.contact .aplication{
	margin-top: 0;
	background-color: transparent;
}

.wrap-employment.contact .aplication select{
	background-size: 40px 100%;
}

.wrap-employment.contact .aplication .button-white{
	margin-top: 0;
}

.wrap-employment.contact .aplication .live-demo{
	color: #a3a3a3;
	margin-top: 30px;
	margin-bottom: 0;
}

.wrap-employment.contact .aplication .live-demo a{
	color: #3954a5;
	font-weight: 700;
	text-decoration: underline;
}





/*  media queries */


@media only screen and (max-width: 1200px) {

	header .main-menu .logo{
		width: 350px;
	}
	
	header .main-menu nav ul{
		padding: 9px 0;
	}

	header .main-menu ul li{
		margin-left: 20px;
	}

	header .main-menu ul li a{
		font-size: 15px;
	}


	header .search-pop{
		padding: 10px;
	}

	section.slide-banner .container-fluid .row {
	  padding-top: 210px;
	  padding-bottom: 190px;
	}


	section.slide-banner .container-fluid .row h2 {
	  margin-bottom: 80px;
	}

	h2{
		font-size: 55px;
	}

	section.peak-talent h3{
		font-size: 45px;
	}


	.half{
		width: 100% !important;
		float: left;
	}

	.half-half{
		width: 50% !important;
		float: left;
	}

	.custom-file-upload,.custom-file span{
		width: 50%;
	}

	.custom-file span{
		font-size: 10px;
		padding-top: 12px;
	}

	.wrap-employment.contact .aplication .half{
		width: 50% !important;
	}


	.wrap-employment.contact .aplication .half-half {
	  width: 25% !important;
	  float: left;
	}

}






@media only screen and (max-width: 992px) {


	.slides-navigation{
		display: none;
	}



	section.take-tour .row {
	  padding: 70px 0;
	}

	section.take-tour h2{
		font-size: 38px;
	}

	section.take-tour h4{
		font-size: 13px;
		line-height: 22px;
	}

	section.slide-banner .container-fluid .row h2{
		font-size: 25px;
	}

	.ac-card .detiels p{
		padding: 0; 
	}

	.wrap-employment .posting-manager input{
		margin-bottom: 0;
	}

	section.slide-banner .container-fluid .row .wrap-buttons{
		position: relative;
		margin: 0 auto;
		left: 0;
	}
	.posting-manager .search-area{
		padding: 15px;
	}

	.mobile-menu{
		display: block;
	}

	header .main-menu .logo{
		width: 300px;
		top: -33px;
	}

	header nav{
		display: none;
	}

	header .main-menu nav{
		width: 200px;
		float: right;
		position: absolute;
		background-color: #edecec;
		right: 0px;
		z-index: 9999;
		top: 33px;
	}

	header .main-menu{
		background-color: white;
	}

	header .main-menu .logo{
		box-shadow: none;
	}

	header .main-menu nav ul li{
		display: list-item;
		width: 100%;
	}

	header .search-pop input{
		font-size: 20px;

	}

	.close-search{
		margin-top: 2px;
	}
	.close-search img{
		width: 20px;
	}

	header .search-pop{
		padding: 2px 10px;
	}


	.job-list .single-job:hover:before{
		height: 100%;
	}

	.advance-search-popup select,.advance-search-popup input{
		margin-bottom: 20px !important;
	}

	h3{
		font-size: 30px
	}

	h4{
		font-size: 25px;
	}

	.half-small{
		width: 50%;
	}

	.apply-now .apply-now-button,
	.apply-now .apply-now-button.silver{
		font-size: 10px;
	}

	.apply-now .apply-now-button.silver{
	  background-position: 15% center;
	}

	.apply-now .description .inner-desc p{
		line-height: 30px;
	}

	.apply-now .job-title{
		padding: 20px;
		font-size: 17px;
	}
	.apply-now .job-location{
		padding: 20px;
	}

	.apply-now {
	  margin-top: 20px;
	}

	section.our-mission .container .row,section.what-we-do,section.benefits-section .container .row
	,section.quote-section .container .row,section.partners-section .container .row,section.become-section .container .row,section.contact-section .container .row{
		padding: 30px 0;
	}

	.wrap-employment .aplication{
		padding-bottom: 0;
	}

	section.partners-section .container .row .col-md-5, section.partners-section .container .row .col-md-7{
		margin-bottom: 20px;
	}

	section.become-section .col-md-6{
		margin-bottom: 20px;
	}

	section.quote-section .container .row h5{
		font-size: 15px;
	}

	section.quote-section .container .row h5.margin-bottom-80{
		margin-bottom: 30px;
	}

	section.quote-section .container .row h5 span {
  		font-size: 10px;
  		margin-top: 10px;
	}

	section.what-we-do .container .row h3{
		font-size: 25px !important;
	}

	section.our-mission .container .row p, section.our-mission .container .row h5{
		font-size: 16px;
	}

	.faqButton img{
		width: 25px;
		margin-top: 15px;
	}

	.faqButton .onLeft,.ac-card .detiels p{
		font-size: 12px;
	}
	.wrap-employment.contact .aplication .half{
		width: 100% !important;
	}


	.wrap-employment.contact .aplication .half-half {
	  width: 50% !important;
	  float: left;
	}


}



@media only screen and (max-width: 768px) {

	header .top-menu{
		
	}

	header .top-menu ul li{
		display: none;
	}

	header .main-menu .logo{
		top: 0;
		width: 200px;
	}

	section.slide-banner .container-fluid .row{
		padding: 55px 0;
	}

	section.slide-banner .container-fluid .row h2 {
	  margin-bottom: 60px;
	}

	h2 {
	  font-size: 35px;
	}

	section.peak-talent h3 {
	  font-size: 25px;
	}

	.job-list .single-job{
		padding: 10px;
	}

	.wrap-employment .aplication{
		margin-top: 20px;
	}

/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block;
		height: auto;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%;
		height: 30px;
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		color: black;
		font-weight: 700;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	td:nth-of-type(1):before { content: "DATE"; }
	td:nth-of-type(2):before { content: "BUYER"; }
	td:nth-of-type(3):before { content: "JOB #"; }
	td:nth-of-type(4):before { content: "JOB TITLE"; }
	td:nth-of-type(5):before { content: "LOCATION"; }
	td:nth-of-type(6):before { content: "AM"; }
	td:nth-of-type(7):before { content: "AMA"; }
	td:nth-of-type(8):before { content: "STATUS"; }
	td:nth-of-type(9):before { content: "APPL"; }
	td:nth-of-type(10):before { content: "CAND"; }


	tr td:last-of-type,
	tr td:first-of-type{
		padding-left: 50%;
	}

	.cert {
	  text-align: center;
	  color: #3385ad;
	  font-size: 16.7px;
	  font-weight: 700;
	  text-align: center;
	  width: 100%;
	  margin: 15px auto 20px auto;
	  display: block;
	  text-decoration: underline;
	}

}



@media only screen and (max-width: 500px) {

	section.slide-banner .container-fluid .row .wrap-buttons{
		width: 80%;
	}

	.button-blue, .button-transparent{
		width: 100%;
		margin-bottom: 10px;
	}

	header .main-menu .logo{
		width: 150px;
	}

	.job-list .single-job p.job-name,.job-list .single-job p.job-location{
		font-size: 15px;
	}

	h3 {
 	 	font-size: 25px;
	}

	h4 {
	  font-size: 20px;
	}

	div.wrap-employment{
		padding: 40px 0;
	}



}