@charset "utf-8";
html, body, p, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body {
	font-family: Gotham, "Helvetica Neue", Helvetica,"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif" Arial, "sans-serif"'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, 'sans-serif';
	font-style: normal;
	font-size: 16px;
	background-color: #CCDDFF;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
h1 {
	color: #2D68B3;
  font-size: 200%;
	font-weight: bold;
}
h2 {
	color: #2D68B3;
	font-size: 175%;
	font-weight: bold;
}
h3 {
	color: #2D68B3;
	font-size: 150%;
	font-weight: bold;
}
h4 {	
	font-size: 140%;
	font-weight: bold;
}
h5 {	
	font-size: 130%;
	font-weight: bold;
}
h6 {	
	font-size: 120%;
	font-weight: bold;
}
a {
  color: #337ab7;
  text-decoration: none;
	font-weight: bold;
}
a:hover,
a:focus {
	color: #ec2024;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
hr.blue {
	border-top: thin solid #2D68B3;
	margin: 5px 0;
	padding: 0;
}
hr.orange {
	border-top: thin solid #f1673a;
	margin: 5px 0;
	padding: 0;
}
hr.white {
	border-top: thin solid #999999;
	margin: 5px 0;
	padding: 0;
}
/************************************/
/****** HEADER AND NAVIGATION  ******/
#headerContainer {
	position: fixed;
	top: 0;
	height: 140px;
	width: 100%;
	z-index: 2000;
	min-width: 300px;
	transition: 0.5s;
}
#headerBar {
	position: fixed;
	top: 0;
	background-color: #000000;
	width: 100%;
	min-width: 300px !important;
	height: 140px;
	z-index: 2001;
	transition: 0.5s;
}
#headerLogo {
	position: absolute;
  height: 100%;
  padding: 10px;
	/*transition: 0.5s;*/
}
#navBar {
	position: absolute;
	color: white;
	top: 60px;
	right: 10px;
	min-width: 150px;
	transition: 0.5s;
}
/****** END OF --- HEADER AND NAVIGATION  ******/
/************************************/
#footerContent {
	position: relative;
	text-align: center;
	background-color: #173963;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding: 15px 0 10px 0;
}
#footerWebDesigner {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: #9E9E9E;
	font-size: 12px;
	padding-bottom: 10px;
}
#footerWebDesigner a:link {
	color: #9E9E9E;
	font-weight: normal;
}
#footerWebDesigner a:hover {
	color: #ed2024;
}
.horizontal-center {
  margin: 0;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.imageButtonHover {
	opacity: 1;
  transition: 0.3s;
}
.imageButtonHover:hover, .imageButtonHover:focus {
  opacity: 0.6;
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
#jumboTronContainer {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit*/ 
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box;
	width: 100%;
	min-width: 302px !important;
	padding: 0;
	margin: 0;
	margin-top: 140px;
}
.noWrapLine {
  display: inline-block;
  word-wrap: break-word;
	overflow-wrap: break-word;
}
.majorFeatureBox {
	background-color: #ffffff;
	border: 4px double #999999;
	width: 100%;
	padding: 10px;
	margin: 15px 0px;
	-webkit-box-shadow: 1px 1px 8px 0px rgba(153,153,153,1);/* horizontal, vertical, blur, spread, color/opacity */
	-moz-box-shadow: 1px 1px 8px 0px rgba(153,153,153,1);
	box-shadow: 1px 1px 8px 0px rgba(153,153,153,1);
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.moreInfoBtn { 
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-size: 70%;
  font-style: italic;
	padding: 0.1rem 0.5rem 0.15rem;
	margin: -3px 0 0 10px;
  line-height: 1;
  border-radius: 0.2rem;
}
#pageContents {
	padding-bottom: 10px;
	margin: 10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit*/ 
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box;
	min-width: 300px;
}
.pageFeatureImage {
  width: 100%;
  border-bottom: 2px #000000 solid;
}
.pageTitle {
	font-family: Montana;
	font-size: 240%;
	margin: 0;
	padding: 0;
}
.sideBarFeatureBox {
	text-align: center;
	background-color: #2D68B3;
	border: 4px double #999999;
	width: 100%;
	padding: 8px;
	margin: 10px 0 0 0;
	box-sizing: border-box;
	-webkit-box-shadow: 1px 1px 8px 0px rgba(153,153,153,1);/* horizontal, vertical, blur, spread, color/opacity */
	-moz-box-shadow: 1px 1px 8px 0px rgba(153,153,153,1);
	box-shadow: 1px 1px 8px 0px rgba(153,153,153,1);
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.sideBarFeatureBox p {
	color: #ffffff;
	font-size: 80%;
	padding-left: 5px;
	padding-right: 5px;
}
.sideBarFeatureBox a {
	color: #F57403 !important;
	text-shadow: 1px 2px 0px #333333;
}
/*.sideBarFeatureBox p:first-of-type {
	margin-top: 8px;
}*/
.sideBarFeatureBox hr {
	border-top: thin solid #15b6da;
	margin: 5px;
	padding: 0;
}
.sideBarImage {
	width: 95%;
	border: 1px #000000 solid;
	-webkit-box-shadow: 0px 0px 6px 2px;
	box-shadow: 0px 0px 6px 2px;
	box-sizing: border-box;
}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.webFacebookBtn { 
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-size: 95%;
  font-style: italic;
	padding: 6px 20px 5px 20px;
	margin: 6px 0px;
  line-height: 1;
  border-radius: 0.2rem;	
}
@media screen and (min-width: 400px) {
	.copyrightInfo, #footerWebDesigner { font-size: 120%; }
}
@media screen and (max-width: 970px) {
	#headerLogo {	padding: 5px !important; }
	#headerBar { height: 70px !important;	}
	#headerContainer { height: 70px !important; }
	#navBar { top: 30px !important; }
	#jumboTronContainer { margin-top: 70px !important; }
}
@media screen and (min-width: 540px) {
	.copyrightInfo, #footerWebDesigner { font-size: 130%; }
}
@media screen and (min-width: 576px) {/* DEFAULT BSTRAP = .container { max-width: 540px; } */
}
@media screen and (min-width: 768px) {/* DEFAULT BSTRAP = .container { max-width: 720px; } */
	#pageContents { font-size: 110%; }
	#pageContents {	margin: 8px 20px; }
}
@media screen and (min-width: 992px) {/* DEFAULT BSTRAP = .container { max-width: 960px; } */
	#pageContents { font-size: 120%; }
}
@media screen and (min-width: 1200px) {/* DEFAULT BSTRAP = .container { max-width: 1140px; } */
	#pageContents { font-size: 130%; }
	.copyrightInfo, #footerWebDesigner { font-size: 140%; }
}
@media (min-width: 768px) {/* ADDED BY ME FOR BOOTSTRAP PADDING (1 rem = 16px) */
  .md-pr-1 { padding-right: 0.25rem !important; }
}
@media (min-width: 768px) {/* ADDED BY ME FOR BOOTSTRAP PADDING (1 rem = 16px) */
	.md-pr-2 { padding-right: 0.50rem !important; }
}
/********************************************************************************************************/
/******************************* MY BOOTSTRAP ADDITIONS AND CHANGES BELOW *******************************/
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}
.bg-dark {
	background-color: #000000 !important;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.btn-primary {
	color: #ffffff;
	font-weight: bold;
	background-color: #2D68B3;
	-webkit-box-shadow: 2px 3px 4px #333333;
	box-shadow: 2px 3px 4px #333333;
	background-image: -webkit-linear-gradient(270deg,rgba(45,104,179,1.00) 0%,rgba(21,49,84,1.00) 49.74%,rgba(45,104,179,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(45,104,179,1.00) 0%,rgba(21,49,84,1.00) 49.74%,rgba(45,104,179,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(45,104,179,1.00) 0%,rgba(21,49,84,1.00) 49.74%,rgba(45,104,179,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(45,104,179,1.00) 0%,rgba(21,49,84,1.00) 49.74%,rgba(45,104,179,1.00) 100%);
}
.btn-primary:hover {
	color: #000000;
	background-color: #f1673a;
	border-color: #ffffff;
	background-image: -webkit-linear-gradient(270deg,rgba(241,103,58,1.00) 1.55%,rgba(248,184,163,1.00) 49.22%,rgba(229,68,16,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(241,103,58,1.00) 1.55%,rgba(248,184,163,1.00) 49.22%,rgba(229,68,16,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(241,103,58,1.00) 1.55%,rgba(248,184,163,1.00) 49.22%,rgba(229,68,16,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(241,103,58,1.00) 1.55%,rgba(248,184,163,1.00) 49.22%,rgba(229,68,16,1.00) 100%);
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
