/******************************************
*              General Stuff              *
*******************************************/
table {
	/* Default tables to center via the 'auto' margin */
	margin:0 auto;
}
table.content {
	/* Revert 'auto' margin from the above 'table' css */
	margin: 0px;
}

.page-width {
	/* Set max-width for non-bootstrap elements to match the bootstrap container max width */
	max-width: 1140px;
}

body {
	font: 14px Roboto,sans-serif;
}

h1{font-weight: bold; font-size: 24px; margin: 0px 0px 14px 0px;}
h2{font-weight: bold; font-size: 22px; margin: 0px 0px 12px 0px;}
h3{font-weight: bold; font-size: 20px; margin: 0px 0px 10px 0px;}
h4{font-weight: bold; font-size: 18px; margin: 0px 0px 8px 0px;}
h5{font-weight: bold; font-size: 16px; margin: 0px 0px 6px 0px;}
p{margin:0px 0px 16px 0px;}

.clear {
    clear: both;
    font-size: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

div.bottomFade {
	display: inline-block;
	background: linear-gradient(180deg, rgba(70,70,70,1) 0%, rgba(236,236,236,1) 100%);
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	height: 4;
}

div.bottomFadeClear {
	display: block;
	clear: both;
	background: linear-gradient(180deg, rgba(70,70,70,1) 0%, rgba(236,236,236,1) 100%);
	margin: 0;
	padding: 0;
	width: 100%;
	height: 4px;
	left: 0px;
}

div.homeBorder{
	background: linear-gradient(180deg, rgba(70,70,70,1) 0%, rgba(236,236,236,1) 100%);
	background-position: bottom;
	background-size: auto 4px;
	background-repeat: no-repeat;
	padding: 0px 0px 4px 0px;
	margin: 5px 0px;
}
div.homeTitle{
	background: #174250;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin:0;
	padding: 4px 6px;
}
div.homeButton{
	background-color: #D1DFF1;
	font-size: 14px;
	font-weight: bold;
	margin:0;
	padding: 3px 5px;
}

#page {
	/* Set a vertical padding */
	padding-top: 4px;
	padding-bottom: 4px;
	/* Set the following to mimic the bootstrap container */
	max-width: 1140px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

a{
	color: #0072a2;
}
a:hover {
	color: #004866;
}

/* Link color applied via the css filter (used for coloring svg icons) */
.linkColorFilter {
	filter: invert(27%) sepia(64%) saturate(364%) hue-rotate(148deg) brightness(94%) contrast(90%);
}
/* Link hover color applied via the css filter (used for coloring svg icons) */
.linkColorFilter:hover {
	filter: invert(22%) sepia(72%) saturate(2376%) hue-rotate(198deg) brightness(93%) contrast(103%);
}

img{
	border: none;
}

/******************************************
*              Nav Items                  *
*******************************************/
.nav .nav-item a::before {
	content: attr(data-title);
}

.nav .nav-item a::after {
	display: block;
	content: attr(data-title);
	font-weight: bold;
	height: 0px;
	color: transparent;
	overflow: hidden;
	visibility: hidden;
}

.navBackground {
	background-color: #00526d;
}
.navBackground .nav-item a {
	color: rgba(255,255,255,1);
}
.navBackground .nav-item a:hover {
	background-color: rgba(255,255,255,0.25);
}
.navBackground .nav-item a.active {
	color: rgba(255,255,255,1);
	font-weight: bold;
}

/******************************************
*              Footer Stuff               *
*******************************************/
div.copyright{
	font-size: 12px;
	padding: 0px 0px 5px 0px;
}

/******************************************
*              Contact Form               *
*******************************************/
.grayborder{
	border: 2px solid gray;
}
