/* NAVBAR */
.frontNav {
  font-size: 13px;

background: #000;
box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
border-bottom: 0;
}
.navbar-toggler:focus {box-shadow: none;}
.frontNav .navbar-brand {width:auto; margin-right: 20px;padding-right: 30px;padding-top: 10px;padding-bottom:10px;}

.frontNav .nav-link, .frontNav .btn  {color: #ffffff;
font-size: 16px;
font-weight: 400;
padding: 0.5rem 15px !important;
}

.whyLi, .homeLi, .servicesLi, .contactLi  {position: relative;}
.whyLi::after, .homeLi::after, .servicesLi::after, .contactLi::after {
	content: '';
height: 2px;

background: #bc262b;
display: block;
border-radius: 2px;
position: absolute;

top: 3px;
width: calc(100% - 0px);


}
.loggedIn {position: absolute;right:0;}
 .topOfPage {padding-top:60px;}
.topOfPage img {height: 100%; object-fit: cover;}
.thumbnail {
    position: relative;
}
#myVideo {width: 100%;
  height: 100%;
  object-fit: cover;}
.caption {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    /* background-image: url('../img/PatternSwig.svg'); */
    /* background-repeat: no-repeat;
background-position: left 45px; */

}
.caption:before {
  /* position: absolute;

  left: 0;
  width: 100%;
  background-image: url('../img/PatternSwig2.svg');
  background-repeat: no-repeat;
  background-position: right bottom;
  content: "";
  height: 100%;

  background-size:800px; */
}
.caption h1 {
  font-size:32px;
  line-height: 1.2;
}
.caption h5 {
background: #f24f21;
padding: 5px 20px 10px 20px;
width: fit-content;
}
.bannerBlock {
  border-radius: 0px;
border: 0px solid #9DA0AC;
z-index: 99;
background: #B00000;
}
.card {
  border-radius: 0px;
}
/* CUSTOM GRID */
.bi-quote {
  color: #bc262b;
  font-size: 40px;
}
.blockquote-footer {
  color: #bc262b;
}
.bg-blockRed{background: #B00000;padding: 35px;}
.bg-blockRed2 {

  padding: 35px 35px 0px;
  background:#e5232a url('../img/graphicBlock.png');
  background-repeat: no-repeat;
}
.bg-blockDblue {background: #666666;padding: 35px;}
.bg-blockDGrey {background:#9B9B9B ;padding: 35px;}
.bg-blockLBlue  {background: #3A3A3A;padding: 35px;}


.bg-blockAssist {background-image: url('../img/assistSquare.jpg');background-size: cover;background-repeat: no-repeat;
transition: 0.5s;
object-fit: cover;
height: 100%;
width: 100%;
object-position: top;
}

.hoverText { opacity: 0; transition: 0.5s; color:#fff;}
.hoverBox:hover img {filter: brightness(.5);transition: 0.5s;}
.hoverBox:hover .hoverText { opacity: 1; transition: 0.5s;filter: brightness(1);}
/* MASONRY GRID */

.coverlay {
background:rgba(0,0,0,0.25);
}
.content p {

  font-size:15px;
  color:#fff;
}
.content h3 {
  color:#fff;
}

/* .masonry-item:hover {box-shadow:0 10px 15px 0 rgba(0,0,0,0.25);}
.masonry-item:hover .content {height:calc(100% - 30px); width:calc(100% - 30px); opacity:1;}
.masonry-item:hover .content p {opacity:1; color:#fff;} */

.cardOrange {border:0px solid #000;}
/* MASONRY END */

.reallySmall {font-size: 12px;}
/* SLIDING WORDS */
/*Horizontal Sliding*/
.slidingHorizontal{
	display: inline;
	text-indent: 20px;
}
.slidingHorizontal span{
	animation: leftToRight 10s linear infinite 0s;
	-ms-animation: leftToRight 10s linear infinite 0s;
	-webkit-animation: leftToRight 10s linear infinite 0s;

	opacity: 0;
	overflow: hidden;
	position: absolute;
}
.slidingHorizontal span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.slidingHorizontal span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.slidingHorizontal span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}
/* .slidingHorizontal span:nth-child(5){
	animation-delay: 10s;
	-ms-animation-delay: 10s;
	-webkit-animation-delay: 10s;
} */

/*leftToRight Animation*/
@-moz-keyframes leftToRight{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: translateX(-50px); }
	10% { opacity: 1; -moz-transform: translateX(0px); }
	25% { opacity: 1; -moz-transform: translateX(0px); }
	30% { opacity: 0; -moz-transform: translateX(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-webkit-keyframes leftToRight{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateX(-50px); }
	10% { opacity: 1; -webkit-transform: translateX(0px); }
	25% { opacity: 1; -webkit-transform: translateX(0px); }
	30% { opacity: 0; -webkit-transform: translateX(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes leftToRight{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: translateX(-50px); }
	10% { opacity: 1; -ms-transform: translateX(0px); }
	25% { opacity: 1; -ms-transform: translateX(0px); }
	30% { opacity: 0; -ms-transform: translateX(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
/* SLIDING WORDS END */
.termsTable td {padding:0px;}
.blockquote {

    font-size: 16px;
}


.registerTabs .tab-content {
border: 1px solid rgba(0,0,0,.2);
width:100%;
}

.registerTabs .nav-pills {
  width:250px;
}

.registerTabs .nav-link {
  text-align: left;

  border-radius: 0px;
  background-color: #e2e2e2 ;
  margin-bottom: 5px;
  color: #000;
padding: 12px 20px 15px;
}

.registerTabs .nav-pills .nav-link.active, .registerTabs .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #860A0A;
    border-radius: 3px;
}


.gcText {
    font-size: 10px;
}

@media only screen and (max-width: 1400px) {
  .caption h1 {
    font-size:28px;
  }


}
@media only screen and (max-width: 1200px) {
  .frontNav {
  /* background: #fff; */
  }
.loggedIn {position: relative;}
  .caption {background-size: 400px;}

  .caption::before {background-size: 550px;}
}
@media only screen and (max-width: 1000px) {

  .caption h1 {
    font-size: 24px;
  }
  .slidingHorizontal {text-indent: 15px;}

}

@media only screen and (max-width: 768px) {
  .hoverBox  {max-height: 200px;}
  .mobileNone {display:none;}

  .caption {
    position: relative;
height: auto !important;
margin-top: -100px;
padding: 0px 20px;
background-image: none;
margin-bottom: 20px;
  }
  .caption::before {display: none;}
  .caption h1 {
    font-size: 18px;
  }
  .registerTabs .nav-link {width:fit-content;display: inline-block;padding: 15px;
margin-right: 5px;}
  .registerTabs .nav-pills {width:100%;}
  .topOfPage {
  padding-top: 50px;
  height:auto;
}
.frontNav .navbar-brand {
  width: auto;
  margin-right: 10px;
  padding-right: 10px;

}
.slidingHorizontal {text-indent: 10px;}
.thumbnail img {height:350px;object-fit:cover;
}

}
