/* Add here all your CSS customizations */

body {
	font-size: 16px;
}

#header .header-nav-main {
	margin-top: 17px !important;
}

#header .header-btn-collapse-nav {
	margin-top: 24px !important;
}

.header-logo {
    background: url("../../img/careervillage-logo-white-320x58.png") no-repeat;
	width:265px;
	height:58px;
	background-size:contain;
	margin-top:10px;
}

@media (max-width:768px) {
	.header-logo {
		width:200px;
		background-size:contain;
		margin-top:18px;
	}
}

#splash-search-section {
	background:
		linear-gradient(rgba(18, 136, 205, 1.0),rgba(66, 230, 0, 0.6)),
		url("../../img/splash/268963499.svg");
	background-size: cover;
}

#partners-page-header {margin: 0;}

#partners-top-section {
	background: linear-gradient(rgba(18, 136, 205, 1.0),rgba(66, 230, 0, 0.6));
	margin: 0 0 30px 0;
}

.leads{
	display: block;
	text-align: center;
}

.buttons{
	text-align: center;
	display: block;
	padding-top: 20px;
	margin: 20px;
}

.section22{
	background-color: lightblue;
	padding: 100px;
	text-align: center;
}

.beforetab{
	padding: 100px;
	display: inline-block;
	margin: 20px;
}

.mytab{
	background-color: blue;
}

.partner-logo {
	margin-left:15px;
	margin-right:15px;
}

.contact-option-box-3 {
	width: 33%;
}

.contact-option-box-2 {
	width: 50%;
}

.counter-boxes {
	margin-bottom: 20px;
	text-align: center;
}

@media (max-width:768px) {
	.contact-option-box-2,
	.contact-option-box-3 {
		width: 100%;
	}
	.counter-boxes {
		width: 100%;
	}
	.smallify-on-mobile h1 {
		font-size: 2em;
	}
	.smallify-on-mobile div {
		padding:0;
	}
	.call-to-action-content h3 {
		line-height: 1.3em;
	}
	.call-to-action .call-to-action-content {
		padding: 20px 0;
	}
}

.owl-carousel {
	margin-bottom:0;
}
section.section {
	padding-bottom:0;
}
