/* General
=======================  */

h1 {
	font-family: 'bodoni';
	font-weight: 300;
	color: #AE9668;
	line-height: normal;
}

h2 {
	font-family: 'bodoni';
	font-weight: 300;
	line-height: normal;
}

h3 {
	font-family: 'Bodoni';
	font-weight: 300;
	line-height: normal;
}

h4 {
	font-family: 'gabriel_sans_condensed';
	font-weight: 700;
}

p,
li {
	font-family: 'gabriel_sans_condensed';
	font-weight: 200;
	font-size: 15px;
	color: #000000
}

a:focus {
	color: inherit;
}

strong {
	font-weight:500;
}

html, body {
	height: 100%;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

label.consent {
	text-indent: -20px;
	padding-left: 20px;
	font-size: 12px;
	padding-right: 15px;
	line-height: 1.5;
}

label.consent input,
.subscribe form label.consent input{
	display: inline-block;
    height: auto!important;
    margin: 0 5px 0 0!important;
	width: auto!important;
}


/* Header/Nav
=======================  */

.header-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding-top: 25px;
	bottom: 0;
}

.header-container.internal {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: 0;
	padding: 25px 0;
}

nav ul {
	margin: 50px 0 0;
	list-style: none;
	text-align: right;
}

nav ul li {
	display: inline-block;
	text-align: right;
	margin-right: -4px;
	padding: 0 10px;
}

nav ul li a {
	color: #AE9668;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'gabriel_sans_normal';
	transition: all .4s ease;
	padding: 5px;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
}
nav ul li a:hover {
	color: #AE9668;
}
nav ul li:last-child a {
	color: #fff;
	background-color: #00aeef;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'gabriel_sans_normal';
	transition: all .4s ease;
	padding: 5px 5px 3px 5px;

}



.hvr-underline-from-center:before {
	background: #fff;
	height: 1px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.internal .hvr-underline-from-center:before {
	background: #231F20;
}

nav ul li a.active {
	border-bottom: 1px solid #000000;
}


/* Home Page
=======================  */

.slider-container {
	position: relative;
}

.bx-wrapper {
	border: none;
	margin: 0;
	box-shadow: none;
}

.bxslider li {
	width: 100%;
}

.bxslider li .img-slide {
	height: calc(100vh - 45px);
	min-height: 600px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.home-quote {
	margin-top: 75px
}

.home-quote h2 {
	font-style: italic;
	color: #fff;
}

.slider-container span {
	position: absolute;
	bottom: 75px;
	margin: 0 auto;
	width: 10px;
	height: 10px;
	left: 0;
	right: 0;
	color: white;
	font-size: 54px;
	z-index:999;
}

.slider-container span a {
	color: white;
}

.search-bar {
	background: #231F20;
	padding: 10px 0;
	position: relative;
	z-index: 999999;
}

.search-bar p {
	color: white;
	font-weight: 500;
	margin: 0;
}

input {
	background: transparent!important;
	border: 1px solid rgba(255, 255, 255, .5)!important;
	margin: 0!important;
	height: 25px!important;
	padding: 10px!important;
	font-size: 12px!important;
	color: white!important;
	background-image: url('../img/searchbg.png')!important;
	background-position: right center!important;
	background-size: contain!important;
	background-repeat: no-repeat!important;
}

input:focus {
	box-shadow: none!important;
}

::-webkit-input-placeholder {
	color: white;
	font-size: 12px;
	opacity: 0.75;
}

:-moz-placeholder {
	color: white;
	font-size: 12px;
	opacity: 0.75;
}

::-moz-placeholder {
	color: white;
	font-size: 12px;
	opacity: 0.75;
}

:-ms-input-placeholder {
	color: white;
	font-size: 12px;
	opacity: 0.75;
}

.bottom-boxes {
	padding: 15px 0;
}

.link-box {
	padding: 20px 35px 20px 35px;
}

.link-box p {
	font-size: 20px;
	margin: 0;
	line-height: 26px;
}

.link-box h3 {
	text-align: right;
	margin-bottom: 0;
}

.link-box.gold p,
.link-box.gold h3 {
	color: #000000;
}

.link-box.gold {
	background: #AE9668;
}

.link-box.black {
	background: #231F20;
}

.link-box.black p,
.link-box.black h3 {
	color: white;
}

.link-box.news {
	border: 1px solid #231F20;
	position: relative;
	padding-left: 55px;
	padding-right: 15px;
	padding-top: 5px
}

.link-box.news h3 {
	text-align: left;
	color: #AE9668;
	margin-bottom: 5px;
}

.link-box.news h4 {
	font-size: 16px;
	margin-bottom: 2px;
}

.link-box.news p {
	font-size: 15px;
	line-height: 20px;
	padding-right: 0;
}

.link-box.news a {
	font-weight: 700;
	color: #000;
}

.news-slider {
	margin: 0;
	list-style: none;
}

.row.controls {
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
	bottom: 10px;
}

.row.controls a {
	font-weight: 400;
	color: #AE9668;
}


/* Knowledge Page
=======================  */

ul.knowledge-links {
	margin: 0;
	list-style: none;
}

ul.knowledge-links li {
	margin-bottom: 10px;
	display: inline-block;
	width: calc(33% - 10px);
	margin-right: 10px
}

ul.knowledge-links li:nth-child(2) {
	margin-left: 5px;
	margin-right: 5px;
}

ul.knowledge-links li:nth-child(3) {
	margin-left: 10px;
	margin-right: 0px;
}

ul.knowledge-links li a {
	padding: 10px 25px;
	display: block;
	font-family: 'bodoni';
	font-weight: 300;
	font-size: 32px;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 32px 38px;
	height: 100%;
}

ul.knowledge-links li a.gold {
	background-color: #ae9668;
	color: #000000;
	background-image: url('../img/blackarrow.png');
}

ul.knowledge-links li a.black {
	background-color: #231f20;
	color: white;
	background-image: url('../img/whitearrow.png');
}

ul.knowledge-links li a.white {
	border: 1px solid rgba(35, 31, 32, 0.3);
	color: #ae9668;
	background-image: url('../img/goldarrow.png');
}

.featured-text {
	border-bottom: 1px solid rgba(170, 150, 104, 0.5);
	border-top: 1px solid rgba(170, 150, 104, 0.5);
	padding: 20px 0;
}

.featured-text h3 {
	font-size: 32px;
	margin-bottom: 30px;
}

.feature-box {
	background: #F3F0E9;
	border: 1px solid rgba(170, 150, 104, 0.5);
	padding: 15px;
	margin: 10px 0;
}

.feature-box h3 {
	color: #ae9668;
	font-family: 'gabriel_sans_normal';
	font-weight: 500;
	font-size: 18px;
}

.feature-box p {
	margin-bottom: 5px;
}

.feature-box p strong {
	font-weight: 400;
}

.feature-img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 250px;
}

.feature-title {
	padding: 20px 15px 15px;
}

.news-title {
	padding: 25px 15px 10px;
}

a.read-more {
	background: #ae9668;
	padding: 5px 15px;
	color: #000;
	text-transform: uppercase;
	font-family: 'gabriel_sans_normal';
	font-weight: 500;
	font-size: 12px;
	display: inline-block;
}

.featured-text a.read-more {
	margin-top: 30px;
}

.news-item {
	border-bottom: 1px solid rgba(170, 150, 104, 0.5);
	border-top: 1px solid rgba(170, 150, 104, 0.5);
	padding: 20px 0;
}

.news-main-img {
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 10px
}

.news-item h3 {
	font-size: 30px;
	margin-bottom: 15px;
}

.news-item a.read-more {
	margin-top: 15px;
}

.subscribe {
	border-top: 1px solid rgba(170, 150, 104, 0.5);
	padding: 20px 0;
}

.subscribe p {
	font-size: 18px;
	font-family: 'gabriel_sans_normal';
	font-weight: 400;
}

.subscribe form input {
	width: calc(50% - 10px)!important;
	display: inline-block!important;
}

.subscribe form input:first-child {
	margin-right: 6px!important;
}

.subscribe form input:nth-child(2) {
	margin-left: 6px!important;
}

.subscribe form .buttons input {
	width: auto!important;
}

.mobile-border {
	height: 100%;
}

/* Employers Page
=======================  */

blockquote {
	    background: #F3F0E9;
    border: 1px solid rgba(170, 150, 104, 0.5);
    padding: 15px;
    margin: 10px 0;
}

cite {
	font-weight: 500;
    font-family: 'gabriel_sans_condensed';
    font-size: 14px;
    font-style: normal;
}

/* Candidates Page
=======================  */

.banner-img {
	width: 100%;
	height: 200px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.breadcrumb-container {
	padding: 10px 0;
	border-bottom: 1px solid #cacaca;
}

ul.breadcrumb {
	margin: 0;
	list-style: none;
}

ul.breadcrumb li {
	display: inline;
	border-right: 1px solid #000000;
	padding: 0 8px;
	height: 10px;
}

ul.breadcrumb li:first-child {
	padding-left: 0;
}

ul.breadcrumb li a {
	text-transform: uppercase;
	color: #ae9668;
	font-size: 12px;
	font-weight: 400;
	font-family: 'gabriel_sans_normal'
}

ul.breadcrumb li:last-child {
	border-right: none;
}

ul.breadcrumb a.disabled {
	pointer-events: none;
	cursor: default;
	opacity: 0.5;
	color: #000000;
}

.page-content {
	padding: 20px 0;
}

.main-text {
	margin-bottom: 20px;
}

.main-text + p {
	font-family: 'gabriel_sans_normal';
	font-weight: 400;
	font-size: 18px
}

.page-content h1 {
	font-size: 41px;
	margin-bottom: 25px ;
	text-transform:uppercase
}

.page-content h2 {
	font-size: 18px;
	margin: 0 0 20px;
	font-family: 'gabriel_sans_normal';
	font-weight: 500;
	color: #ae9668;
}

.page-content ol {
	counter-reset: list;
}

.page-content ol li {
	list-style: none;
	position: relative;
}

.page-content ol > li:before {
	counter-increment: list;
	content: counter(list, lower-roman) " )";
	position: absolute;
	left: -1.4em;
}

table tr td {
	font-size: 15px;
	font-family: 'gabriel_sans_condensed';
	font-weight: 200;
	vertical-align: top;
	padding: 15px 0;
}

table tr {
	border-bottom: 1px solid rgba(170, 150, 104, 0.5);
}

table thead tr th {
	font-size: 18px;
	font-family: 'gabriel_sans_normal';
	font-weight: 500;
	color: #ae9668;
	padding-left: 0;
}

table tr td:first-child {
	text-align: center;
	width: 10%;
}

table tr td:nth-child(2) {
	width: 25%;
}

table tbody tr:nth-child(even) {
	background: none;
}

table thead,
table tbody,
table tfoot {
	background: none;
	border: none;
}

ul.knowledge-links {
	margin: 0;
	list-style: none;
}

ul.knowledge-links.sidebar li {
	width: 100%;
	margin-right: 0;
	display: block;
}

ul.knowledge-links.sidebar li a {
	display: block;
}

ul.knowledge-links.sidebar li:nth-child(2) {
	margin-left: 0;
	margin-right: 0;
}

ul.knowledge-links.sidebar li:nth-child(3) {
	margin-left: 0;
	margin-right: 0;
}

form {
	margin-top: 30px;
}

form input {
	background: #F3F0E9!important;
	border: 1px solid rgba(170, 150, 104, 0.5)!important;
	border-radius: 2px!important;
	margin: 3px 0 20px!important;
	height: 45px!important;
	padding: 15px!important;
	font-size: 15px!important;
	color: #000000!important;
	font-family: 'gabriel_sans_normal'!important;
	font-weight: 400!important;
	font-size: 15px!important;
	color: #000000!important;
}

form textarea {
	background: #F3F0E9!important;
	border: 1px solid rgba(170, 150, 104, 0.5)!important;
	border-radius: 2px!important;
	margin: 3px 0 20px!important;
	padding: 15px!important;
	font-size: 15px!important;
	color: #000000!important;
	font-family: 'gabriel_sans_normal'!important;
	font-weight: 400!important;
	font-size: 15px!important;
	color: #000000!important;
}

form::-webkit-input-placeholder {
	font-family: 'gabriel_sans_normal';
	font-weight: 400;
	font-size: 15px;
	color: #000000;
	opacity: 0.35;
}

form:-moz-placeholder {
	font-family: 'gabriel_sans_normal';
	font-weight: 400;
	font-size: 15px;
	color: #000000;
	opacity: 0.35;
}

form::-moz-placeholder {
	font-family: 'gabriel_sans_normal';
	font-weight: 400;
	font-size: 15px;
	color: #000000;
	opacity: 0.35;
}



input.button, a.button {
	border: none!important;
	border-radius: 0px!important;
	margin: 10px 0px!important;
	height: auto!important;
	padding: 15px 25px!important;
	font-family: 'bodoni'!important;
	font-weight: 300!important;
	font-size: 24px!important;
}

input.button.black, a.button.black {
	background: #231f20!important;
	color: #ffffff!important;
	width:auto ;
	line-height:1rem
}

input.button.gold, a.button.gold {
	background: #ae9668!important;
	color: #000000!important;
	line-height:1rem;
}

input.button.upload {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
	}

.file-label {
	border: none!important;
    border-radius: 0px!important;
    margin: 10px 0px!important;
    height: auto!important;
    padding: 15px 25px!important;
    font-family: 'bodoni'!important;
    font-weight: 300!important;
    font-size: 24px!important;
	display:inline-block;
	background: #231f20!important;
	color: #ffffff!important;
	width:auto ;
	cursor:pointer;
	vertical-align:middle;
	line-height:1rem;
	}

input.button {
	width: 100%;
    padding: 15px 0!important;
}

label {
	font-weight: 200;
}


.search form {
	margin:0
}
.search form input {
	background: transparent!important;
	border: 1px solid rgba(255, 255, 255, .5)!important;
	margin: 0!important;
	height: 25px!important;
	padding: 10px!important;
	font-size: 12px!important;
	color: white!important;
	background-image: url('../img/searchbg.png')!important;
	background-position: right center!important;
	background-size: contain!important;
	background-repeat: no-repeat!important;
}

.search form input.searchicon {
	display:none
}

ul.pagination {
	margin:0;
	list-style: none;
}

ul.pagination li {
	border-right: 1px solid #231f20;
	padding: 0 10px;
	margin:0;
}

.pagination a {
	padding:0;
	color: #ae9668;
	font-family: 'gabriel_sans_normal';
	font-weight:200;

}

/* Footer
=======================  */

.footer {
	background: #E5E6E7;
	padding: 10px 0 20px;
}

.footer-links {
	margin: 10px 0 0;
	list-style: none;
}

.footer-links li {
	display: inline;
	color: #AE9668;
	font-size: 13px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	padding: 0 10px;
	border-left: 1px solid #AE9668
}

.footer-links li:first-child {
	padding-left: 0;
	border-left: none;
}

.footer-links li a {
	color: #AE9668;
	font-size: 13px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.footer .fa {
	padding: 8px;
	font-size: 21px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	border: 2px solid white;
}


/* Queries
=======================  */

@media screen and (max-width: 1199px) {
	nav ul li a {
		font-size: 14px;
	}
}

@media screen and (max-width: 1023px) {
	.knowledge-links {
		text-align: left;
	}
	.header-container {
		padding-top: 15px
	}
	nav ul {
		margin: 15px 0 0;
		list-style: none;
		text-align: center;
	}
	nav ul li {
		padding: 0 10px;
	}
	.home-quote {
		text-align: center;
		margin-top: 0;
	}
	.center-quote {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		right: 0;
	}
	.home-quote h2 {
		text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.75);
	}
	.link-box p {
		font-size: 18px;
	}
	.search-bar p {
		font-size: 14px;
	}
	.link-box.news {
		padding: 15px 40px;
	}
	.link-box.news h3 {
		margin-bottom: 10px
	}
	.link-box.news h4 {
		font-size: 16px
	}
	.link-box.news p {
		font-size: 16px;
	}
	.link-box {
		padding: 20px;
	}
	.link-box h3 {
		line-height: normal;
		font-size: 28px;
	}
	.row.controls {
		bottom: calc(50% - 24px);
	}
	.row.controls .columns {
		padding: 0 10px;
	}
	.link-box {
		margin-bottom: 15px;
	}
	.row.controls a {
		font-size: 18px;
		font-weight: 700;
	}
	.footer-links {
		margin-bottom: 15px;
	}
	.footer .columns {
		text-align: center!important;
	}
	ul.knowledge-links li,
	ul.knowledge-links.sidebar li {
		display: inline-block;
		width: calc(33.3333333333% - 13px);
		margin-right: 10px;
	}
	ul.knowledge-links li:nth-child(2),
	ul.knowledge-links.sidebar li:nth-child(2) {
		margin-right: 5px;
		margin-left: 5px;
	}
	ul.knowledge-links li:nth-child(3),
	ul.knowledge-links.sidebar li:nth-child(3) {
		margin-right: 0;
		margin-left: 10px;
	}
}

@media screen and (max-width: 920px) {
	ul.knowledge-links li a {
		padding: 15px;
		font-size: 22px;
	}
}

@media screen and (max-width: 768px) {
	nav ul li {
		padding: 0 8px;
	}
	nav ul li a {
		font-size: 13px;
	}
}

@media screen and (max-width: 639px) {
	.row.controls .columns {
		padding: 0 3px;
	}
	.search-bar {
		text-align: center;
	}
	.search-bar p {
		margin-bottom: 10px;
	}
	input {
		height: 35px!important;
	}
	::-webkit-input-placeholder {
		font-size: 14px;
	}
	:-moz-placeholder {
		font-size: 14px;
	}
	::-moz-placeholder {
		font-size: 14px;
	}
	.home-quote h2 {
		font-size: 36px;
	}
	.overlay {
		background: rgba(255, 255, 255, 1);
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 100%;
		opacity: 0;
		transition: all .4s ease;
		visibility: hidden;
	}
	.overlay.open {
		opacity: 1;
		visibility: visible;
		z-index: 99999;
	}
	.overlay nav {
		top: 50%;
		transform: translateY(-50%);
		position: relative;
	}
	.overlay ul li {
		display: block;
		text-align: center;
		margin: 5px 0;
	}
	.overlay ul li a {
		font-size: 21px;
		margin-top: 30px;
		transition: all 0.5s ease
	}
	.overlay.open ul li a {
		font-size: 21px;
		margin-top: 0;
		transition: all 0.5s ease
	}
	.nav-container {
		text-align: right;
	}
	.nav-container .fa {
		color: white;
		font-size: 32px;
		top: 50%;
		transform: translateY(-50%);
		position: relative;
		margin-top: 10px;
		cursor: pointer;
	}
	.internal .nav-container .fa {
		color: #ae9668;
	}
	#close .fa {
		color: #AE9668;
		position: absolute;
		top: 25px;
		right: 25px
	}
	ul.knowledge-links.sidebar li,
	ul.knowledge-links li {
		display: block;
		width: 100%;
		margin-right: 0;
	}
	ul.knowledge-links.sidebar li:nth-child(2),
	ul.knowledge-links li:nth-child(2) {
		margin-right: 0;
		margin-left: 0;
	}
	ul.knowledge-links.sidebar li:nth-child(3),
	ul.knowledge-links li:nth-child(3) {
		margin-right: 0;
		margin-left: 0;
	}
	.subscribe form input {
		width: 100%!important;
		display: block!important;
	}
	.subscribe form input:first-child {
		margin-right: 0!important;
	}
	.subscribe form input:nth-child(2) {
		margin-left: 0!important;
	}
	.subscribe form .buttons input {
		margin: 0 auto!important;
	}
	.featured-text {
		border-bottom: 1px solid rgba(170, 150, 104, 0.5);
		border-top: none;
		padding: 20px 0;
	}
	.mobile-border {
		padding-top: 20px;
		border-top: 1px solid rgba(170, 150, 104, 0.5);
	}

	ul.knowledge-links li a {
	padding: 10px 25px;
		font-size: 26px;
	}
}
