@import url("https://use.typekit.net/doo6umc.css");
* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	position: relative;
}
body {
	font-family: museo-sans, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:22px;
	color:#414141;
}
img {
	max-width:100%;
	height:auto;
}
.container {
	max-width: 1440px;
	margin:0px auto;
	padding:0px 30px;
}
.clear:after {
	content:'';
	display:block;
	clear:both;
}

.Alert {
	background-color: #F7D3A5;
}

div.Errors,
.BadAlert {
	border: 1px solid red;
	height: auto;
	background: #EFE0E0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
	margin-bottom: 40px;
} 

.BadNews {
	color: red;
	font-weight: bold;
}

.GoodAlert {
	padding: 10px;
	border: 1px solid green;
	height: auto;
	background: #E2EFE0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 0px;
	margin-top: 40px;
}

/* HEADER */
header {
	position:fixed;
	top:0px;
	z-index:4;
	width:100%;
	background-color:#fff;
	border-bottom:1px solid #ccc;
}
header #message {
	width: 100%;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	background-color: #b62222;
	padding: 10px;
	text-align: center;
	-webkit-transition: .5s;
	transition: .5s;
}
#header #logo {
	float:left;
	width:22%;
	padding-top: 10px;
}
#header #logo img {
	padding-top:10px;
}
#header #slogan {
	float:left;
	font-size: 18px;
	width: 36%;
	padding-top: 43px;
	margin-left: 1%;
}
#header #search {
	padding-top: 33px;
	float:left;
	width: 20%;
	margin-left: 2%;
	text-align: right;
	display: none;
}
#header #contact {
	padding: 13px 0;
	float:left;
	width: 21%;
	text-align: right;
	color:#283891;
	font-size: 24px;
	font-weight: bold;
	margin-left: 15%;
}
#header #contact p.login {
	margin-bottom: 10px;
}
/* ^ HEADER */
/* NAVIGATION */
header nav {
	text-align:center;
	background: #283891;
}
header #nav > ul {
	list-style:none;
	width:100%;
	display:block;
	margin:0px auto;
    font-size: 0px; /*elimiates spacing between li*/
}
header #nav ul li {
	margin-bottom:0px;
}
header #nav > ul > li {
	display:inline-block;
}
header #nav ul li a {
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	display:block;
	padding:20px 0px;
	font-size:18px;
	font-weight:500;
}
header #nav > ul > li > a {
	border-right:0px solid #ccc;
	padding:0px 20px;
	margin:10px 0px;
}
header #nav ul li:last-of-type a {
	border-right:0px;
}
header #nav > ul > li:hover {
	background:#fff;
	color:#283891;
}
header #nav > ul > li:hover > a {
	background:#fff;
	color:#414141;
}
header #nav > ul > li ul  {
	display:none;
	position:absolute;
    text-align:left;
	margin-left:0px;
	background-color:#fff;
}
header #nav > ul > li ul li {
	display:block;
}
header #nav > ul > li ul li a {
	font-weight:300;
	padding:5px 20px;
	display:block;
	color: #6e6e6e;
	white-space: nowrap;
}
header #nav > ul > li > ul > li a:hover {
	background-color:#e7e8ed;
}
/* ^ NAVIGATION */
/* BANNERS */
#banners {
	max-height:810px;
	position:relative;
	z-index:1;
	overflow:hidden;
}
#banner-img {
	max-height:810px;
	overflow:hidden;
}
#banner-img .slide > img {
	display:block;
	width:100%;
	height:auto;
}
#banner-img .slide {
	max-height:810px;
	position:absolute;
	top:0px;
	max-width:100%;
	width:100%;
	opacity:0;
	z-index:0;
}
#banner-img .slide.active {
	position:relative;
	opacity:1;
	z-index:1;
}
#banner-img .slide.active .content{
	opacity:1;
}
#banner-img .slide.getActive {
	z-index:2;
}
#banner-img .slide .content {
	position:absolute;
	top:34%;
	left:25%;
	z-index:2;
	opacity:0;
	color:#fff;
    padding:40px 40px;
	font-size:34px;
	width:50%;
	border: 1px solid #fff;
	background: rgb(81,53,75,.6);
	text-align: center;
}
/* ^ BANNERS */
/* CONTENT */
main {
}
#main {
	position: relative;
	z-index:2;
	padding-top:30px;
	padding-bottom: 0px;
}
h1 {
	font-size:35px;
	color:#283891;
	margin-bottom:15px;
	font-weight: bold;
}
h2 {
	font-size:26px;
	color:#283891;
	margin-bottom:15px;
	font-weight: bold;
}
p {
  margin-bottom:15px;
  line-height: 28px;
}
ul {
    list-style-position: outside;
	margin-left: 25px;
}
ul li {
	margin-bottom: 10px;
}
a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
	color:#283891;
	text-decoration:none;
}
a:hover {
	color:#000;
}

a.button {
	background-color:#283890;
	display:inline-block;
	padding:10px 25px;
	color:#fff;
	font-size:18px;
	text-decoration: none;
	border-radius: 0px;
}
a.button:hover {
	background-color:#000;
}
header a.button {
	font-weight: normal;
	text-transform: uppercase;
}
.img-right {
	float:right;
	max-width:50%;
	margin-left:10px;
}
.row:after {
	content:'';
	display:block;
	clear:both;
	margin-bottom:20px;
}
.left,
.right {
	width: 48%;
	float: left;
	margin: 1%;
}
.testimonial {
    color:#6f7239;
    padding:20px 0;
    margin:0;
	text-align: center;
	width: 76%;
	margin: 0 12%;
}
.testimonial .testimonial-text {
    color:#6f7239;
	font-style: italic;
	font-weight: bold;
}
.testimonial .testimonial-name {
	margin-top: 15px;
    color:#6f7239;
}
.buckets {
	padding:0px;
	margin-bottom: 40px;
}
.bucket {
    width: 31%;
    float: left;
    margin: 0 1%;
	position: relative;
}
.bucket img {
	width:100%;
}
.bucket .title {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
	color:#fff;
	background: #283891;
	position: absolute;
	left: 0;
	bottom: 40px;
	padding: 5px 10px;
	border-radius: 0 10px 10px 0;
}
.bucket .title:hover {
	background: #000;
}
.bucket .title a {
	color:#fff;
	text-decoration: none;
	background: transparent url('../../Assets/Images/arrow-for-buttons.png') 99% 0 no-repeat;
	padding-right: 40px;
}
.bluebox {
	margin: 10px 0 30px;
	background: #f1f9ee;
	padding: 20px 0;
}
.bluebox .left,
.bluebox .right {
	width: 50%;
	float: left;
	padding: 0px 15px;
	margin: 15px 0;
}
.bluebox h3 {
	text-align: center;
	margin-bottom: 20px;
	color:#283891;
	font-weight: bold;
	font-size: 26px;
}
#form .left {
	width: 50%;
	float: left;
	margin: 15px 5% 15px 0;
}
#form .right {
	float: left;
	width: 45%;
	margin: 15px 0;
}
.portfolio .left {
	width: 70%;
	margin-right: 2%;
	float: left;
}
.portfolio .right {
	width: 25%;
	float: left;
}
.announcement {
	margin-top: 10px;
	background: #f1f9ee;
}
.announcement .left {
	width: 41%;
	float: left;
}
.announcement .left img {
	width: 100%;
	display: block;
}
.announcement .right {
	width: 55%;
	padding: 15px 30px;
	float: left;
}
#banner-header {
	max-height:1378px;
	overflow:hidden;
    position: relative;
}
#banner-header img {
	width:100%;
}
#banner-header .content {
	position: absolute;
	top:34%;
	left:30%;
	z-index:2;
	color:#fff;
	width: 40%;
    padding:20px 40px;
	font-size:34px;
	border: 1px solid #fff;
	background: rgb(81,53,75,.6);
	text-align: center;
}
/* ^ CONTENT */
/* FORMS */
form#contact {
	width:75%;
	margin:0px auto;
	padding:30px;
}
form#contact .heading {
	font-size:40px;
	font-weight:500;
    color:#283891;
    margin-bottom:30px;
}

/* ^ FORMS */

/* FOOTER */
#scroll-up {
	position:fixed;
	opacity:.5;
	z-index:99999999999;
	right:20px;
	bottom:30px;
	width:30px;
	height:30px;
	border-radius:50%;
	text-align:center;
	cursor:pointer;
	color:#fff;
	background-color:#000;
	display:none;
	font-size:30px;
	font-family:verdana, sans-serrif;
}
#scroll-up:hover {
	opacity:1;
}
footer {
	background-color:#283891;
	background-image:url('../../Assets/Images/footer-image.jpg');
	background-size:cover;
}
#footer {
	color:#fff;
	padding-top:30px;
	padding-bottom:30px;
}
#footer p {
	margin-bottom: 20px;
}
#footer .left {
	float:left;
	width:66%;
	margin: 15px 0;
}
#footer .right {
	float:left;
	width:33%;
	margin: 15px 0;
}	
#footer a {
	color:inherit;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .location {
	margin-bottom: 15px;
}
#footer .email {
	font-size: 20px;
	line-height: 46px;
	padding-left: 50px;
	background: transparent url('../../Assets/Images/email-icon.png') 0 50% no-repeat;
}
#footer .phone {
	font-size: 20px;
	line-height: 46px;
	padding-left: 50px;
	background: transparent url('../../Assets/Images/phone-icon.png') 0 50% no-repeat;
}
#footer .title {
	color: #fff;
	font-size: 35px;
	padding-right: 60px;
	background: transparent url('../../Assets/Images/car-icon.png') 99% 0 no-repeat;
	float: left;
}
#footer .siteby-mobile {
	display: none;
}
#footer .siteby-mobile,
#footer .siteby {
	margin-top: 20px;
}
#footer .siteby-mobile img,
#footer .siteby img {
	max-width: 125px;
}
#footer .login .button {
	background: #fff;
	color: #283890;
	text-transform: uppercase;
}
#footer .login .button:hover {
	background-color: #d3d3d3;
}
#footer .login {
	margin-bottom: 20px;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
	max-width: 700px;
	max-height: 400px;
}
/* ^ FOOTER */
/* MOBILE */
#mobile-nav {
	display:none;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	padding:7px 10px;
	height:37px;
	width:110px;
	font-family:Arial;
	margin:0px auto;
}
#mobile-nav > div {
	width:25px;
	float:right;
}
#mobile-nav div.bar {
	height:3px;
	background-color:#fff;
	margin:3px 0px;
}
#mobile-nav span{
	float:right;
	display:block;
	padding:0px 5px;
	font-size:18px; 
	line-height:22px;
}
input[type="text"],input[type="password"], textarea, select {
	-webkit-appearance: none;
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
	padding:10px 15px;
	width:100%;
	margin-bottom:10px;
	border: 1px solid #999;
	background: #efefef;
	border-radius: 5px;
}
input[type="submit"], button, input.button {
	background-color:#f9b104;
	color:#000;
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
	text-align:center;
	border:1px solid #fff;
	padding:10px 30px;
	text-decoration: none;
	width:auto;
	cursor: pointer;
}
input[type="submit"] {
	margin-top: 25px;
	font-weight: normal;
}
input[type="submit"]:hover, button:hover {
	background-color:#fff;
	color:#435366;
	border:1px solid #435366;
}
form.resident-portal {max-width: 400px;}
.form {margin-bottom: 20px;}

.ui-state-active {
	background: #283891;
	border: 1px solid #283891;
}
#Accordion .ui-state-active,
.ui-widget-content .ui-state-active {
	background: #4d4d4d;
	border: 1px solid #4d4d4d;
}
h3.timesheet {
	margin-bottom: 15px;
	font-size: 24px;
}
#mileage .ui-state-active,
#mileage .ui-widget-content .ui-state-active,
#timesheet .ui-state-active,
#timesheet .ui-widget-content .ui-state-active {
	background: #4d4d4d;
	border: 1px solid #4d4d4d;
}
#mileage .ui-widget-content .ui-state-default,
#mileage .ui-state-default,
#timesheet .ui-widget-content .ui-state-default,
#timesheet .ui-state-default {
	padding: 2px 5px;
}
#mileage .day,
#timesheet .day {
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #999;
	border-radius: 10px;
}
#mileage .day label,
#timesheet .day label {
	text-align: center;
	width: 20%;
	float: left;
	margin-right: 5%;
	padding-top: 5px;
}
#mileage .day input,
#mileage .day select,
#timesheet .day input,
#timesheet .day select {
	width: 75%;
	float: left;
}
#mileage .ui-widget-content a,
#timesheet .ui-widget-content a {
	font-size: 18px;
	color: #fff;
}
#mileage .ui-widget-content a.goback,
#timesheet .ui-widget-content a.goback {
	font-size: 18px;
	color: #333;
}
.ui-widget input,
.ui-widget select {
	font-size: 16px !important;
}
.employee-links,
ul.Sorts {
	list-style: none;
}
.employee-links li {
	margin: 10px;
}
.portfolio {
	margin-top: 30px;
}
#reviewTable_mileage table th,
#reviewTable_mileage table td,
#reviewTable table th,
#reviewTable table td {
	font-size: 18px;
	padding: 5px 15px;
	text-align: center;
	border-bottom: 1px solid #999;
}
#reviewTable_mileage table,
#reviewTable table {
	margin-bottom: 30px;
}
#reviewTable_mileage table tr.error td,
#reviewTable table tr.error td {
	color: red;
}

.confirm {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #000;
}
@media (max-width:1280px) {
	#banner-img .slide .content {
		top:25%;
	}
	.bucket .title {
		font-size: 18px;
	}
	#main .container p img {
		max-width: 500px;
	}
}
@media (max-width:1100px) {
	#header #slogan,
	#header #search,
	#header #contact {
		padding-top: 15px;
	}
	#header #contact {
		font-size: 22px;
	}
	.map-responsive iframe {
		width: 70%;
	}
}
@media (max-width:1025px) {
	header {
		max-height: 1000px;
		position: inherit;
	}
	#header {
		padding:0px;
	}
	#header #logo {
		padding-left:20px;
		padding-bottom:10px;
	}
	#header #logo,
	#header #slogan,
	#header #search,
	#header #contact {
		padding: 0px;
		margin: 10px 0;
		width: 100%;
		text-align: center;
	}
	#header #slogan {
		font-size: 18px;
	}
	header nav {
		background-color: #283891;
		width:100%;
		float:none;
		clear:both;
	}
	#mobile-nav {
		display:block;
	}
	header #nav > ul {
		display:none;
		position:absolute;
		background-color:#fff;
		padding-left:0px;
		width:100%;
	}
	header #nav ul li {
		display:block;
		border-top:1px solid #ccc;
		text-align:left;
	}
	header #nav > ul > li > a {
		padding:20px;
		margin:0px;
		color: #333;
	}
	header #nav > ul > li ul {
		position:relative;
	}
	header #nav > ul > li:hover {
		background-color:transparent;
	}
	header #nav > ul > li:hover > a {
		background-color:#283891;
		border:0px;
		color: #fff;
	}
	#banner-img .slide .content {
		font-size:22px;
		width:80%;
		margin: 0 10%;
		left: 0;
	}
	.bucket .title {
		font-size: 22px;
	}
	.left,
	.right,
	.portfolio .left,
	.portfolio .right,
	#form .left,
	#form .right {
		width: 100%;
		margin: 10px 0;
	}
	.announcement {
		max-height: 100000px;
	}
	.map-responsive iframe {
		max-width: 100%;
	}
	#footer .col {
		width:33%;
	}
	#footer .col#logo {
		width:100%;
	}
	#footer .phone {
		padding: 0px;
		background: transparent url('../../Assets/Images/phone-icon.png') 35% 50% no-repeat;
	}
	#footer .email {
		padding: 0px;
		background: transparent url('../../Assets/Images/email-icon.png') 30% 50% no-repeat;
	}
	#footer .title {
		background: transparent url('../../Assets/Images/car-icon.png') 70% 0 no-repeat;
	}
	#footer .left,
	#footer .right {
		float:none;
		width:100%;
		padding:0px;
	}
	#footer .title,
	#footer .left,
	#footer .right {
		text-align: center;
	}
	#footer .left {
		margin-bottom: 20px;
	}
	#footer .siteby {
		display: none;
	}
	#footer .siteby-mobile {
		display: block;
	}
}

@media (max-width:800px) {
	#footer .title {
		background: transparent url('../../Assets/Images/car-icon.png') 99% 0 no-repeat;
	}
	#footer .phone {
		background: transparent url('../../Assets/Images/phone-icon.png') 21% 50% no-repeat;
	}
	#footer .email {
		background: transparent url('../../Assets/Images/email-icon.png') 14% 50% no-repeat;
	}
	#banner-header .content {
		top:20%;
		font-size:20px;
	}
	.announcement {
		max-height: 10000px;
		padding: 20px 0;
	}
	.bluebox .left,
	.bluebox .right,
	#footer .left,
	#footer .right,
	.announcement .left,
	.announcement .right,
	.left, .right {
		float:none;
		width:100%;
		padding:0px;
	}
	.right {
		margin-top:30px;
		border:0px;
	}
	#footer .left,
	#footer .right {
		text-align: center;
	}
	#footer .siteby {
		display: none;
	}
	#footer .siteby-mobile {
		display: block;
	}
	.bucket {
		width:46%;
		margin-bottom:20px;
	}
	.bucket:nth-child(odd) {
		clear:left;
	}
	#footer .col {
		width:50% !important;
		margin-bottom:30px;
	}
	form#contact {
		width:auto;
		padding:30px 0px;
	}
}
@media (max-width:600px) {
	#header #logo, #header #contact {
		float:none;
		width:100%;
		text-align:center;
		padding-top:0px;
		padding-right:10px;
		padding-left:10px;
	}
	#header #slogan {
		width: 80%;
		margin: 0px 10% 20px;
	}
	#banner-header .content {
		top:20%;
		font-size:20px;
		width: 70%;
		left: 15%;
	}
	.links span {
		display: none;
	}
	.links a {
		display: block;
		text-align: center;
		margin-bottom: 15px;
	}
	img.icon {
		max-width: 35px;
		display: block;
	}
	.split-2 {
		float:none;
		width:auto;
		padding:0px !important;
	}
	#footer .phone,
	#footer .email {
		background: transparent;
		line-height: 20px;
		margin-bottom: 0;
	}
}
@media (max-width:500px) {
	h1 {
		font-size: 30px;
	}
	#header #contact > a {
		display:block;
		padding:0px;
	}
	.container {
		padding:0px 15px;
	}
	#banners {
		display:none;
	}
	.buckets {
		background-color:transparent;
	}
	.bucket {
		width:100%;
		margin-left:0px;
		margin-right:0px;
		float:none;
	}
	#main img {
		width: 100% !important;
		padding: 0;
		margin: 10px 0;
	}
	#footer .col {
		width:100% !important;
		float:none;
		text-align: center;
	}
}