/* ==== custom effects ==== */

/* ==== Button ==== */
div.covid-hover:hover {
	color: #00000075;
}


.label {
    padding: 1px 3px 2px;
    font-size: 9.75px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
    background-color: #bfbfbf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}
.label.success {
    background-color: #46a546;
}

.item a p.new-label span{
  position: relative;
  content: 'NEW'
}
.item:hover a p.new-label span{
  display: none;
}
.item:hover a p.new-label:after{
  content: 'ADD';
}

/* ==== Thumbnail Hover ==== */

.ctr {
  position: relative;
  width: 50%;
}

.imageIcon {
  display: block;
  width: 100%;
  height: auto;
}

.imgOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.ctr:hover .imgOverlay {
  opacity: 1;
}

.txt {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

h1.hdrTxt {
  font-size: 100px;
}


.myButtonLink {
  background-color: red;
}

.btnDefault {
  color: #fff;
  background-color: #0d5cab;
}

.linkHover:hover {
  text-decoration: none;
}

a.borderHover:hover {
  border-left: 4px solid red;
  font-size: 110%;
}



.text-block {
    position: absolute;
    bottom: 43px;
    right: 55px;
    background-color: rgba(15, 92, 170, 0.7);
    color: white;
    padding: 20px;
    
}

a.grid-hover:hover {
  border-left: 3px solid #00813e;
}

.bg-width {
  min-width: 90%;
}


.bxBg {
  background: #f1f1f1;
}

.bgImg {
  background: url(/core/fileparse.php/3273/urlt/trailheader3.jpg);
}

/* accordion list style*/

@import url('https://fonts.googleapis.com/css?family=Oswald');
.body1 {
  position: relative;
  font-family: 'Oswald', sans-serif;
  background: #303f9f;
  color: #fff;
  font-size: 20px;
}
.grid {
  list-style: none;
  margin-left: -40px;
}
.gc {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -0.25em;
  min-height: 1px;
  padding-left: 40px;
  vertical-align: top;
}
.gc--1-of-3 {
  width: 33.33333%;
}
.gc--2-of-3 {
  width: 66.66666%;
}
.naccs {
  position: relative;
  max-width: 900px;
  margin: 100px auto 0;
}
.naccs .menu div {
  padding: 15px 20px 15px 40px;
  margin-bottom: 10px;
  color: #303f9f;
  background: #3f51b5;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  font-weight: 700;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.naccs .menu div:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.naccs .menu div span.light {
  height: 10px;
  width: 10px;
  position: absolute;
  top: 24px;
  left: 15px;
  background-color: #303f9f;
  border-radius: 100%;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.naccs .menu div.active span.light {
  background-color: #fbc02d;
  left: 0;
  height: 100%;
  width: 3px;
  top: 0;
  border-radius: 0;
}
.naccs .menu div.active {
  color: #fbc02d;
  padding: 15px 20px 15px 20px;
}
ul.nacc {
  position: relative;
  height: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
ul.nacc li {
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
ul.nacc li.active {
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}
ul.nacc li p {
  margin: 0;
}


/* ====== FORM STYLE ====== */

.ct-find-service {
	background: #00719b;
	font-family: 'stenciletta-solid', sans-serif;
	padding: 20px 25px;
	margin-top: 50px;
	margin-bottom: 15px;
	margin-top: 0;
	padding-left: 25px;
	padding-right: 25px;  
}
.ct-find-service h2 {
	color: #fff;
	font-size: 38px;
}
@media (min-width: 1200px) {
	.ct-find-service {
		padding: 20px 55px;
	}
}
.ct-select-group {
	height: 64px;
	margin-bottom: 15px;
	position: relative;
}
.ct-select-group .ct-select {
    width: 100%;
    height: 64px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 22px;
    border: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 5px 15px;
}
.ct-select-group .ct-select option {
	font-size: 22px;
	background: #fff;
}
.ct-select-group:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 64px;
    width: calc(100% - 64px);
    background: #fff;
    z-index: 0;
}
.ct-select-group:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 64px;
	height: 64px;
	background-color: #fff400;
	background-image: url(https://raw.githubusercontent.com/solodev/styling-select-boxes/master/select1.png);
	background-position: center;
	background-repeat: no-repeat;
	z-index: 0;
}



/* ====== FONT STYLE ====== */

.txtBoldWhite {
  color: #fff;
  font-size: 38px;
}



/* ====== THUMBNAIL STYLE ====== */

.ct-box-slider{
	margin-right: -15px;
}
@media (max-width: 991px){
	.ct-box-slider{
		margin-left: -15px;
	}
}
.ct-box-slider__arrows .slick-arrow{
	padding: 0 1px 0 0;
	opacity: 0.3;
}
.ct-box-slider__arrows .slick-arrow:hover{
	opacity: 0.5;
}
.ct-box-slider__arrows .slick-arrow:hover:active{
	opacity: 0.55;
}
.ct-box{
	font-family: 'stenciletta-solid', sans-serif;
	font-size: 23px;
	line-height: 1.15;
	padding: 15px 0;
	display: block;
	color: #000;
}
.ct-box .hover{
	display: none;
}
.ct-box span{
	padding-top: 15px;
	display: block;
	max-width: 100%;
}
.ct-box .inner{
	background: #f6f4f4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	padding: 15px 25px;
	height: 200px;
  cursor: pointer;
}
.ct-box .inner .fa {
  font-size: 64px;
}
.ct-box:hover{
	color: #00719b;
}
.ct-box:hover .normal{
	display: none;
}
.ct-box:hover .hover{
	display: block;
}
@media (max-width: 479px){
	.ct-box{
		font-size: 18px;
	}
	.ct-box img{
		max-width: 50%;
	}
	.ct-box .inner{
		height: 150px;
		padding: 10px;
	}
}


@import url('https://fonts.googleapis.com/css?family=Oswald|Roboto');



section.video h2{
  color:#333 !important;
  font-family: 'Oswald', sans-serif;
}

section.video .watch-video{
 font-family: 'Roboto', sans-serif; 
}


section.video p.video-data {
    color: #808080;
}

.biogrid {
    list-style: none;
    margin: 0;
    padding: 0;
}
.biogrid li {
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: relative;
	list-style-type: none;
}
.biogrid li .imgHolder {
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.biogrid img {
    width: 380px;
}
.imgHolder .description-box {
    background-color: #00bff3;
    float: left;
    height: 60px;
    padding: 5px 10px;
    position: absolute;
}
.biogrid .animateBottomName {
    bottom: -70px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}
.biogrid li:hover .animateBottomName {
    bottom: -9px;
}


/* =====  forms  ==== */

.checkboxclear {
	margin-left: 20px;
}
.formTitle {
	font-size: 40px;
    margin: 35px 0;
}
.requireField {
	color: #ff0000;
}
.forminstructions {
	background-color: #FFFFD9;
    font-weight: bold;
    padding: 5px;
}
.formsection {
	background-color: #cdd5dc;
    color: #214283;
    font-weight: bold;
}
.formdivider {
    border-top: #0d5cab 20px solid;
    margin-top: 20px;
    padding-top: 40px;
}

.alerttext {
	background-color: #effb13;
    color: #000000;
    font-weight: bold;
}

/* =====  Buttons  ==== */

.linkSpace {
	margin:1px;
}
.linkStyle div a {
    font-weight: bold;
    color: #0d5cab;
}
