 /*
Theme Name: ARA TNA Job Site
Author: Powered By Reason
Version: 1.0
*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

:root {
	--cyan-colour: #007a99;
	--blue-colour: #89cff0;
	--teal-colour: #4dc5d8;
	--amber-colour: #e5b820;
	--plum-colour: #7e5cad;
	--terracotta-colour: #d76c4d;
	--green-colour: #5faf3f;
	--grey-colour: #5a5d61;
	--ivory-colour: #f6f1e9;
	--seafoam-colour: #78d5b3;
}




body {
	font-size: 20px;
	line-height: 30px;
	font-family: "Roboto", sans-serif;
	color: #292929;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
}

strong {
	font-weight: bolder;
}

u {
	text-decoration: underline;
}

em {
	font-style: italic;
}

label {
	font-weight: bold;
	margin-left: 20px;	
}

.row {
	width: 100%;
	position: relative;
}

.container {
	width: 1280px;
	margin: 0 auto;
	position: relative;
	overflow-x: visible !important;
	box-sizing: border-box;
}

.innerContainer {
	width: 100%;
	padding: 0 10px;
	position: relative;
	overflow-x: visible !important;
	box-sizing: border-box;
}


.oneQuarter {
	width: 25%;
	width: calc((100% / 4) - 20px);
	box-sizing: border-box;
	float: left;
	margin: 0 10px;
	position: relative;
}


.oneThird {
	width: 33.33333337%;
	width: calc((100% / 3) - 20.5px);
	box-sizing: border-box;
	float: left;
	margin:0 10px;
	position: relative;
}

.twoThirds {
	width: 66.6666666667%;
	width: calc(((100% / 3) * 2) - 20px);
	box-sizing: border-box;
	float: left;
	margin: 0 10px;
}

.fullWidth {
	width: calc(100% - 20px);
	margin: 0 10px;
}

.halfWidth {
	width: 50%;
	width: calc(50% - 20px);
	margin: 0 10px;
	float: left;
}


.oneFifth {
	width: 20%;
	width: calc((100% / 5) - 20px);
	box-sizing: border-box;
	float: left;
	margin:0 10px;
	position: relative;
}

.twoFifths {
	width: 40%;
	width: calc(((100% / 5) * 2) - 20px);
	box-sizing: border-box;
	float: left;
	margin:0 10px;
	position: relative;
}

.threeFifths {
	width: 60%;
	width: calc(((100% / 5) * 3) - 20px);
	box-sizing: border-box;
	float: left;
	margin:0 10px;
	position: relative;
}

.fourFifths {
	width: 80%;
	width: calc(((100% / 5) * 4) - 20px);
	box-sizing: border-box;
	float: left;
	margin:0 10px;
	position: relative;
}




.headerBanner {;

	overflow: hidden;
	padding: 5vh 0;
	box-sizing: border-box;
}

.logo img {
	max-width: 100%;
	min-height: 150px;
}


.menuBar {

	background-color: var(--cyan-colour);
	padding: 20px 0;

}

.menuBar li {
	display: inline-block;
	margin: 0 10px;
	color: #fff;
}


.menu a {
	color: #fff;
	text-decoration: none;
}

.menu {
	display: inline-block;
}

.menu li a:hover {
	color: #292929;
}

.rightMenuItems {
	display: inline-block;
	float: right;
}

.rightMenuItems li a {
	text-decoration: none;
	color: #fff;
}


.menu li .active {
	font-weight: 900;
}


.ctaBoxes {
	margin-top: 60px;
	box-sizing: border-box;
	overflow:hidden;
}

.ctaContent {
	padding: 30px;
}

.ctaContent h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

.button {
	border: 1px solid #292929;
	display: inline-block;
	padding: 0px 10px;
	text-decoration: none;
	color: #292929;
	border-radius: 3px;
	margin: 15px 0;
	margin-right: 10px;
	font-weight: bold;
}

.oneTwoContentImage {
	margin-top: 60px;
}

.minusLeft {
margin-left: -10px;
}

.twoThirds.minusLeft {
	width: calc((100% / 3) * 2);
}

.generalContent {

	margin-top: 60px;
	padding-bottom: 40px;

}

.generalContent h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

.generalContent h1 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
}
}


.generalContent p {
	margin-bottom: 20px;
}

.generalContent.background {

	background-color: #f1f1f1;
	padding: 60px 0;

}


footer .footerContent {

	background-color: var(--cyan-colour);
	overflow: hidden;
	padding: 60px 0;
	color: #fff;
	overflow: hidden;

}

.footerContent h3 {
	font-size: 1.1em;
	font-weight: bold;
}

.quickMenu {
	list-style: none;
}


footer a {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dotted #fff;
}

footer a:hover {
	color:#292929;
}

.footerBar {
	background-color: #292929;
	color: #fff;
	overflow: hidden;
	padding: 20px 0;
}

.leftFooterBar {
	float: left;
}

.rightFooterBar {
	float: right;
}

.rightFooterBar li {
	display: inline-block;
	margin-left: 15px;
}

.footerContent img {
	max-width: 100%;
}


.jobListingBlock {
	margin: 60px 0;
	overflow: hidden;
}

.inputCheck {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: 0;
	height:20px;
	width: 20px;
	background-color: #d0d0d0;
	float: left;
	margin-right: 15px;
}

.inputCheck:checked {
	border: 4px solid #d0d0d0;
	height: 20px;
	width: 20px;
	background-color: #078768;
}

.jobListingSearchBar {

	background-color: #347896;
	color: #fff;
	overflow: hidden;
	margin: 40px 0;
	padding: 40px;
	box-sizing: border-box;

}

.inputSearch {
	width: 100%;
	padding: 20px;
	border: 0px;
	background-color: #fff;
	font-size: 1em;
	box-sizing: border-box;
}


.formBox {

	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	background-color: var(--cyan-colour);

}

.formBox label {
	font-size: 0.9em;
	font-weight: 600;
	margin-top: 10px;
	display: block;	
	color: #fff;
	margin-left: 0;
}

.formBox .inputBox {
padding: 10px 15px;
font-size: 1em;
border: 0;
border-radius: 4px;
background-color: #fff;
width: 100%;
box-sizing: border-box;
min-height: 37px;
height: 37px;	
}


.formBox button, .formBox .button {
	padding: 10px 30px;
	border-radius: 4px;
	font-weight: 600;
	display: inline-block;
    margin-top: 20px;
	margin-right: 10px;
    color: #fff;
    background-color: #838383;
    border: 0;
    background-color: var(--green-colour);
    outline: none;
    font-size: 14px;

}

.formBox a {
	color: #fff;
}




.jobListingResult {
	background-color: #f5f1ea;
	padding: 40px;
	margin: 20px 0;
	overflow: hidden;
}

.jobButton {
	border:2px solid #292929;
	border-radius: 4px;
	background-color: #f5f1ea;
	text-decoration: none;
	padding: 5px 15px;
	color: #292929;
	margin-top: 20px;
	display: inline-block;
}

.jobTitle {
	font-size: 1.1em;
	font-weight: bold;
}

.jobListingDetail {
	background-color: #f5f1ea;
	padding: 40px;
	overflow: hidden;
}

.jobListingDetail h4 {

	font-size: 0.8em;
	margin-top: 20px;
	margin-bottom: -10px;
}




.mobileShow {
display: none;
}




