body {
	background: #E6E6E6;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #444444;
}

a {
	-webkit-transition: all .2s ease-in-out;
  	-moz-transition: all .2s ease-in-out;
  	transition: all .2s ease-in-out;
}

.noPad {
	padding: 0px;
}

.noMarg {
	margin: 0px;
}

.whiteBG {
	background: #ffffff;
}

.darkBG {
	background: #15243B;
}

.lightBG {
	background: #E6E6E6;
}

.lightGrayBG {
	background: #c1c1c1;
}

.successBG {
	background: #009687;
}

.medBG {
	background: #1D3354;
}

.ctaBG {
	background: #EA820B;
}

.ctaDarkBG {
	background: #0b5878;
}

.borderLeft {
	border-left: 10px solid #EA820B;
}

.hocLogo {
	display: block;
	width: 275px;
	height: auto;
}

.taskList {
	padding: 10px 0px;
	background: #ffffff;
}

.taskList p {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	margin-bottom: 0px;
	color: #acacac;
	text-align: center;
}

.taskList p.active {
	color: #f47c20;
	font-weight: 700; 
}

.progressBar {
	padding: 10px 0px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

span.subHead {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #F59120;
}

h1 {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 36px;
	letter-spacing: 0px;
	color: #E6E6E6;
	padding-bottom: 15px;
	border-bottom: 1px solid #ECEFF1;
	font-weight: 800;
}

h2.card-title {
	margin-bottom: 0px !important;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #1D3354;
}

h2 {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 3px;
	color: #1D3354;
}

h5.brand a {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #D32F2F;
	font-size: 32px;
	-webkit-transition: all .2s ease-in-out;
  	-moz-transition: all .2s ease-in-out;
  	transition: all .2s ease-in-out;
}

h5.brand a:hover {
	color: #607D8B;
	-webkit-transition: all .2s ease-in-out;
  	-moz-transition: all .2s ease-in-out;
  	transition: all .2s ease-in-out;
  	text-decoration: none;
}

p {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

.textDark {
	color: #555555;
}

.reverseText {
	color: #ffffff;
}


nav {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
}

nav a {
	color: #607D8B;
}

nav a:hover {
	-webkit-transition: all .2s ease-in-out;
  	-moz-transition: all .2s ease-in-out;
  	transition: all .2s ease-in-out;
  	text-decoration: none;
  	color: #D32F2F;
}

label {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #1D3354;
}

input {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

select {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

textarea {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

span.req {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #e74c3c;
	font-weight: 700;
}

.btn-custom {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
	background: #D32F2F !important;
	color: #ffffff;
}

.btn-custom:hover {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
	background: #43A047 !important;
	color: #ffffff;
}

.btn-submit {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
	background: #EA820B !important;
	color: #ffffff;
}

.btn-submit:hover {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
	background: #009687 !important;
	color: #ffffff;
}

.btn-minus {
	background: #E6E6E6;
	color: #1D3354;
	border-radius: 0px !important;
}

.btn-minus:hover {
	background: #1D3354;
	color: #ffffff;
	border-radius: 0px !important;
}

.btn-plus {
	background: #E6E6E6;
	color: #1D3354;
	border-radius: 0px !important;
}

.btn-plus:hover {
	background: #1D3354;
	color: #ffffff;
	border-radius: 0px !important;
}

a.reviewLink {
	color: #EA820B;
}

a.reviewLink:hover {
	color: #009687;
}

/*---------- Hovers/Overlays ----------*/

.fullWidth {
	display: block;
	width: 100%;
	height: auto;
}

.imgContain {	
	position: relative;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(234, 134, 11, 0.8);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.imgContain:hover .overlay {
  width: 100%;
}

.vidImg {
	position: relative;
}

.vidImg:hover .overlay {
  width: 100%;
}

.vidIndicate {
	position: absolute;
	width: 60px;
	height: 60px;
	bottom: 0px;
	right: 0px;
	background: #EA820B;
	font-size: 30px;
	padding: 9px 12px;
	color: #ffffff !important;
}

.overlayCopy {
  color: #ffffff;
  font-size: 64px;
  line-height: 48px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
  text-align: center;
}

.overlayCopy span {
	font-size: 32px;
}

.featCardTop {
	position: relative;
}

.featCardLoc {
	padding: 10px 15px;
}

.featCardLoc span {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2px;
	font-size: 14px;
}

/*---------- Product ----------*/

h3 {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 800;
	font-size: 22px;
	color: #1D3354;
	border-bottom: 1px solid #acacac;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

h4 {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 800;
	font-size: 20px;
	color: #1D3354;
	border-bottom: 1px solid #acacac;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

ul.proDesc {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #444444;
	padding-left: 15px;
	list-style: none;
}

ul.proDesc li::before {
	content: "\25AA"; 
	color: #EA820B;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
}

span.price {
	display: block;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 800;
	color: #009687;
	background: #c2e3e0;
	padding: 10px;
	margin-bottom: 5px;
}

span.note {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #e74c3c;
	display: block;
}

span.priceTxt {
	color: #009687;
}

hr.divide {
	padding: 0;
	border: none;
	border-top: 1px solid;
	border-color: #acacac;
	text-align: center;
	width: 100%;
	margin: 0px auto 0px;
}