@charset "UTF-8";
/* CSS Document */
@media only screen and (max-width: 600px){
	.homeHero {
		background-attachment: scroll !important;
	}
	
}
  


.accordion {
	background-color: #669966;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
}
.accordion:active {
    color: darkgreen;
}
.accordion:hover {
	background-color: seagreen !important;
}
.accordion-button:focus {
    background-color: palegreen !important;
    color: darkgreen;
}
.accorion-button-icon:focus {
    color: darkgreen;
}
body {
  	font-family: 'Open Sans', sans-serif !important;
  	font-size: 14px;
  	line-height: 1.42857143;
  	color: #555;
  	background-color: #fff;
}
.bottomColumn {
	margin-bottom: 2em;
}
#btn-back2top {
	background: none;
	border: none;
	color: darkolivegreen;
	display: none;
	font-size: 4em;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.btn {
	color: #fff;
  	background-color: darkolivegreen !important;
  	border-color: darkolivegreen !important;
	
}
.btn:hover {
	color: #000;
	background-color: darkseagreen !important;
	border-color: darkgreen !important;
}
.btn-outline-primary {
	color: #001a7b !important;
  	border-color: #001a7b !important;
	
}
.btn-outline-primary:hover {
	color: #001a7b !important;
	border-color: #5569de !important;
}
.btn-primary {
	color: #fff;
  	background-color: #001a7b !important;
  	border-color: #001a7b !important;
	
}
.btn-primary:hover {
	color: #000;
	background-color: #5569de;
	border-color: #5569de !important;
}
.carousel {
  position: relative;
  min-height: 200px !important;
}
.carousel img {
  width: 100% !important;
  height: auto !important;
}
.carousel-caption {
  	text-align: left;
}
.carousel-indicators .active {
  	width: 12px;
  	height: 12px;
  	margin: 0;
 	background-color: #000!important;
}
.carousel-item {
	float:none !important;
}.dFooter {
	background: darkgreen;
	border-top: 5px solid #669966;
	color: #fff;
	font-size: 0.875em;
	padding: 2em 0 5em;
}
.dFooter a {
	color: greenyellow;
	text-decoration: none;
}
.dFooter a:hover {
	color: green;
	text-decoration: underline;
}
.dLines {
	background-color: darkolivegreen;
	border-bottom: 5px solid darkolivegreen;
	height: 1em;
}
.dessertTint {
	color: #fff;
	background: #669966;
	padding: 3em 0;
}
.dessertTint a {
	color: greenyellow;
	text-decoration: none;
}
.dessertTint a:hover {
	color: darkseagreen !important;
	text-decoration: none;
}
.font-brand {
    color: darkgreen;
    font-size: 3em;
    font-weight: bolder;
}
.glyphicon {
  	position: relative;
  	top: 1px;
  	display: inline-block;
  	font-family: 'Glyphicons Halflings';
  	font-style: normal;
  	font-weight: normal;
	color: #7e0400;
  	line-height: 1;
}
h1 {
  font-family: 'Roboto', sans-serif !important;
  /*font-size: 3em;
  font-weight: 800 !important;
  */
  margin: .67em 0;
}
h2 {
  font-family: 'Roboto', sans-serif !important;
  /*font-size: 2.5em;
  font-weight: 600 !important;*/
  margin: .67em 0;
}
h3 {
  font-family: 'Roboto', sans-serif !important;
  /*font-size: 1.75em;
  font-weight: 400 !important;*/
   
  margin: .67em 0;
}
h4 {
  font-family: 'Roboto', sans-serif !important;
  /*font-size: 1.5em;
  font-weight: 200 !important;*/
   
  margin: .67em 0;
}
.homeHero {
	background-image: url("../images/homeHero.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
	color: #ffffff;
	padding: 2em 0;
}
.homeHero a {
	color: #fff;
	text-decoration: none;
}
.homeHero a:hover {
	color: greenyellow;
	text-decoration: none;
}
nav {
	font-family: 'Open Sans', sans-serif !important;
}	

ol {
	font-family: 'Open Sans', sans-serif !important;
}
.optionsHero {
	background-image: url("../images/optionsHero.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	color: #ffffff;
	padding: 2em 0;
}
.optionsHero a {
	color: #fff;
	text-decoration: none;
}
.optionsHero a:hover {
	color: greenyellow;
	text-decoration: none;
}
p {
  font-family: 'Open Sans', sans-serif !important;	
}
.panel {
	padding: 0 18px;
	display: none;
	max-height: 100;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.pod {
    color: #555;
    box-sizing: border-box; 
    border-radius: 20px;
    padding: 10px;
}
.pod h3 {
    color: #555 !important;
}

.podWhite {
color: #003fab;
background-color: white;
padding: 10px;
box-sizing: border-box;
margin-bottom: 10px;
}
.retro {
    border-radius: 20%;
}
.shadowbox {
	background-image:linear-gradient(to right, rgba(0,0,0,0.8),rgba(0,0,0,0));
}
table {
	border-width: 1px solid !important;
	border-color: black;
	font-family: 'Open Sans', sans-serif !important;
}
table th {
	text-align: center !important;
	background-color: #e8846b;
}
.tagline {
	background-color: #333;
	color: #fff;
}
.tagline p {
	color: #fff;
	margin-bottom: 5px;
}
.testimonial {
	background-color: #fff;
	color: #000;
	padding: 3em 0
}
ul {
	font-family: 'Open Sans', sans-serif !important;
}
.videoWrapper {
	position: relative;
	padding-bottom: 30%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	width: 90%;
	height: 90%;
}
.white {
	padding: 3em 0;
}
.white a {
	color: #001a7b;
	text-decoration: none;
}
.white a:hover {
	color: #5569de;
	text-decoration: none;
}
