/*colors

Yellow: #EFFF6E 239/255/110
Green: #ADBC38
Blue: #204152
Drk Blue: #09202B 9/32/43


*/


.titan-title-size-1 {
	color:#c13301;
}

.titan-title-size-3 {
	color: #fecb24;
	font-weight: 600;
	letter-spacing: 10px;
}

.btn.btn-w {
  background: rgba(9, 32, 43, 0.8) !important;
  color: #11111;
}

.btn.btn-w:hover,
.btn.btn-w:focus {
  background: #fecb24 !important;
  color: #fffff;
}

.btn.btn-border-w {
  background: transparent;
  border: 1px solid #fecb24;
  color: #fecb24;
}

.btn.btn-border-w:hover,
.btn.btn-border-w:focus {
  background: #fecb24;
  border-color: transparent;
  color: #002a38;
}

.bg-dark {
  background: #002a38 !important;
}

.btn.btn-d {
  background: #002a38 !important;
  color: #fff;
}

.btn.btn-d:hover,
.btn.btn-d:focus {
  background: #002a38 !important;
}

.navbar-brand {
	text-align:center !important;
	width:100% !important;
	margin:0 auto !important;
	float: none!important;
	height:100px !important;
	padding:15px 15px !important;
	line-height: 20px !important;
	color:#FECB24!important;
}

.navbar-brand img {
width:100%!important;
	max-width:250px!important;
	min-width:150px!important;
	margin:0 auto !important;
	text-align: center!important;
	float:none!important;
	padding:0 15px !important;
}

.module-title {
	color: #002a38 !important;
	margin: 50px 0 50px!important;
}

.module-subtitle {
	color: #005f75 !important;
}

.side-image-text {
	padding: 30px 60px 60px !important;
}



.hero-social-links h4 {
	font-family: 'Source Sans', sans-serif;
	color:#fecb24!important;
	font-size:12px !important;
	text-transform: uppercase !important;
	letter-spacing: 3px;

}

.hero-social-links a {
	color:#fecb24!important;
	font-size:24px !important;
	padding:0 10px!important;

}

.hero-social-links a:hover {
	color:#FFFFFF!important;

}

.checkbox-control {
  font-family: "source sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  height: 33px;
  border-radius: 2px;
  transition: all 0.4s ease-in-out 0s;
}

.checkbox-control:focus {
  border-color: #CACACA;
}

#mc_embed_signup .mc-field-group label {
	margin-left:7px;
}

#mc_embed_signup #mce-success-response {
	font-family: "source sans", sans-serif;
	text-transform:uppercase;
	letter-spacing: 1px;
	text-align: center;
	color: #005f75 !important;
	float:none !important;
	width: 100%;
}