/*
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;
}

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


.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 {
	min-height: 200px;
	height: 30vh;
	overflow: hidden;
	padding: 80px;
	box-sizing: border-box;
}

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


.menuBar {

	background-color: #146d8c;
	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;
}

.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: #347896;
	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%;
}









