.center-md {
  align-items: center;
  justify-content: center;
}

/* 5 columns */

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1340px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.fhictCard:hover .fhictCardTitle {
  background-color: #F29400 !important;
  transition: All 0.2s;
  -webkit-transition: All 0.2s;
}

.fhictCardLink{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

.fhictCard img{
  object-fit: cover;
  object-position: center;
}

.fhictHeader {
  box-sizing: border-box;
  height: 154px;
}

.fhictHeader img {
  object-fit: cover;
  object-position: center;
  max-width: none !important;
}

.fhictHeaderContent {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.fhictHeader h5{
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.fhictHeader span{
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.fhictCardTitle{
  box-sizing: border-box;
  bottom: 0;
  text-align: left;
  transition: All 0.2s;
  -webkit-transition: All 0.2s;
}

.fhictButtonWrapper {
  justify-content: flex-end;
  display: flex;
}

.fhictHomeButton{
  text-decoration: none !important;
  transition: All 0.2s;
  -webkit-transition: All 0.2s;
}

.fhictHomeButton:hover{
  color: #ffffff;
  text-align: center;
  text-decoration: none !important;
  background-color: #F29400 !important;
  transition: All 0.2s;
  -webkit-transition: All 0.2s;
}

/* Video Embed */

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
  transition: 1s opacity;
}




*{
  text-decoration: none;

}

*,a {
  text-decoration: none!important;
}


/* Demo environment DRIEAM */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap');
@import url("https://use.fontawesome.com/releases/v5.0.8/css/all.css");


.template-container{
    font-family: 'Montserrat', sans-serif!important;
}

img[alt^="banner"]{
  height: auto;
  width: 100%;
  max-width: 1590px;
  height: 180px;
  object-fit: cover;
}


 .qualtrics-banner{
   background-image: url("https://i.ibb.co/FBqPFLN/banner.png");
   background-size: cover;
   background-position: right center;
   box-sizing: border-box;
   display: flex;
   width: 100%;
   margin-bottom: 2%;
   min-height: 240px;
 }

.banner-text h1{
  padding: 45px 30px 0 30px;
  line-height: 1.5;
  position: relative;
  color: white;
  font-size: 30px;
}

.banner-text a{
  background-color: white;
  color: #0C1637;
  margin: 15px 30px;
  padding: 5%;
  font-size: 15px;;
  position: relative;
  font-weight: bold;
  border-bottom: solid #1370CB 5px;
  top: 25px;
  transition: all .2s ease-in-out;
  font-family: 'Montserrat', sans-serif!important;
}

.banner-text a:hover{
  opacity: 0.85;
}

.button-hover:hover{
  opacity: 0.85;
  width: 100%;
}
