@charset "UTF-8";
/* CSS Document */
@media only screen and (max-width: 600px){
	.homeHero {
		background-attachment: scroll !important;
	}
	
}
.accordion {
	background-color: #fff;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
}
.accordion-header{
    margin-top: -5px;
}
.active, .accordion:hover {
	background-color: #ccc;
}
body {
  	font-family: 'Open Sans', sans-serif;
  	font-size: 14px;
  	line-height: 1.42857143;
  	color: #333;
  	background-color: #fff;
}
.bottomColumn {
	margin-bottom: 2em;
}
.brandHeader {
    background: #fefefe;
}
.btn {
	color: #002677;
  	background-color: #fff !important;
  	border-color: #002677 !important;
	
}
.btn:hover {
	color: #fff;
	background-color: #041927 !important;
	border-color: #002677 !important;
}
#btn-back2top {
	background: none;
	border: none;
	color: #002677;
	display: none;
	font-size: 4em;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.btn-outline-primary {
	color: #002677 !important;
  	border-color: #002677 !important;
	
}
.btn-outline-primary:hover {
	color: #fff !important;
	border-color: #002677 !important;
}
.btn-primary {
	color: #fff;
  	background-color: #041927 !important;
  	border-color: #041927 !important;
	
}
.btn-primary:hover {
	color: #000;
	background-color: #003c71;
	border-color: #003c71 !important;
}
.carousel {
    position: relative;
    overflow: hidden;
}
.carousel-caption {
    color: #03fe03;
    font-weight: bolder;
  	text-align: left;
}
.carousel-caption h5 {
    color: #03fe03;
    font-weight: bolder;
  	text-align: left;
}
.carousel-indicators .active {
  	width: 12px;
  	height: 12px;
  	margin-top: 100;
 	background-color: #000!important;
}
.carousel-item {
	float:none !important;
	background: white;
	
	align-content: center;
}

.dessertTint {
	color: #fff;
	background: #c1c1c1;
	padding: 3em 0;
}
.dessertTint a {
	color: #002677;
	text-decoration: none;
}
.dessertTint a:hover {
	color: darkblue !important;
	text-decoration: none;
}
.foot {
    list-style-type: none;
}
.glyphicon {
  	position: relative;
  	top: 1px;
  	display: inline-block;
  	font-family: 'Glyphicons Halflings';
  	font-style: normal;
  	font-weight: normal;
	color: #7e0400;
  	line-height: 1;
}
h1 {
    color: #041927;
    font-family: 'Roboto', sans-serif !important;
    font-weight: bolder;
    /*font-size: 3em;
    font-weight: 800 !important;
    */
    margin: .67em 0;
}
h2 {
    color: #002677;
    font-family: 'Roboto', sans-serif !important;
    margin: .67em 0;
}
h3 {
  font-family: 'Roboto', sans-serif !important;
  /*font-size: 1.75em;
  font-weight: 400 !important;*/
  color: #000 !important; 
  margin: .67em 0;
}
h4 {
  font-family: 'Roboto', sans-serif !important;
  /*font-size: 1.5em;
  font-weight: 200 !important;*/
  color: #000 !important; 
  margin: .67em 0;
}

nav {
	font-family: 'Open Sans', sans-serif !important;
}
.nFooter {
	background: #041927;
	color: #fff;
	font-size: 0.875em;
	padding: 2em 0 5em;
}
.nFooter a {
	color: #fff !important;
	text-decoration: none;
}
.nFooter a:hover {
	color: #1f82bf;
	text-decoration: underline;
}
.nLines {
	background: #c1c1c1;
	border-bottom: 5px solid #002677;
	height: 2em;
}
ol {
	font-family: 'Open Sans', sans-serif !important;
}
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 {
box-sizing: border-box; 
padding: 10px;
}
.podActive {
    color: #333;
    background-color: white;
    border: thin #002677 solid;
    border-radius: 10px;
    box-sizing: border-box;
    height: 250px;
    margin: 10px;
    padding: 10px;
}
.podState {
    color: #333;
    border: thin #002677 solid;
    border-radius: 10px;
    box-sizing: border-box;
    height: 250px;
    margin: 10px;
    padding: 10px;
}
.podWhite {
    color: #333;
    background-color: white;
    border: thin #002677 solid;
    border-radius: 10px;
    box-sizing: border-box;
    height: 200px;
    margin: 10px;
    padding: 10px;
}
.podWhite a {
    color: #002677 !important;
}
.podWhite a:hover {
    color: #333;
}
.podPending {
    color: #333;
    background-color: white;
    border: thin darkgray solid;
    border-radius: 10px;
    box-sizing: border-box;
    height: 250px;
    margin: 10px;
    padding: 10px;
}
.podPending a {
    color: #002677 !important;
}
.podPending a:hover {
    color: #003c71 !important;
}
.retro {
	border-radius: 20px;
}
.shadowbox {
	background-image:linear-gradient(to right, rgba(0,0,0,0.8),rgba(0,0,0,0));
}
.spacer {
    min-height: 100px;
}
.spot {
    background-image:radial-gradient(circle, #03a696,white);
    border-radius: 50%;
    height: 150px;
    width: 150px;
}
.spotText {
    align-content: center;
    margin-top: 10px;
}
.tab-pane {
    background-color: white !important;
}
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: #a65a95;
	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 {
    background: white;
	padding: 3em 0;
}
.white a {
	color: #0477bf;
	text-decoration: none;
}
.white a:hover {
	color: #001af8;
	text-decoration: none;
}
.whiteForm {
    background: white;
    border-radius: 20px;
    box-sizing: border-box;
    opacity: 0.7;
	padding: 3em;
}
.whiteForm a {
	color: #0477bf;
	text-decoration: none;
}
.whiteForm a:hover {
	color: #001af8;
	text-decoration: none;
}