iframe.frame-youtube-live {
  width: 100%;
}

.mainLinkList {
  padding: 0;
  list-style: none;
  margin: -8px;
}

.mainLinkList > li {
  padding: 8px;
  float: left;
  width: 33.333%;
}

.mainLinkList .linkBox {
  display: block;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  text-align: center;
  padding: 42px 10px;
  height: 198px;
  box-shadow: 0 13px 43px rgba(0, 0, 0, 0.21);
}

.mainLinkList .linkBox:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 9px;
  content: "";
  background-color: #179d47;
}

.mainLinkList .linkBox:hover:before {
  height: 100%;
}

.mainLinkList .linkBoxInner {
  position: relative;
  z-index: 1;
}

.mainLinkList .titleText {
  color: #323232;
  font-size: 17px;
  font-weight: 600;
  display: block;
  margin-top: 15px;
}

.mainLinkList .linkBox:before, .mainLinkList .icon, .mainLinkList .titleText, .mainLinkList .backBox {
  transition: all 450ms ease 0s;
  -webkit-transition: all 450ms ease 0s;
}

.mainLinkList .linkBox:hover .titleText {
  color: #fff;
}

/* .mainLinkList .backBox {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #179d47;
  z-index: 1;
  padding: 8px 0;
}


.mainLinkList .linkBox:hover .backBox {
  top: 0;
  height: 100%;
}

.mainLinkList .backBox .titleText {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.mainLinkList .backBox .backLinks {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mainLinkList .backBox .backLinks li {
  display: block;
}

.mainLinkList .backBox .backLinks li a {
  display: block;
  border-top: 1px solid #006500;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
}

.mainLinkList .backBox .backLinks li a:hover {
  background-color: #fff;
  color: #179d47;
} */

/* SWAP/Change gallery icons from Black to White = OPTION-1 */

/* .photo-black {
        width: 100px;
        height: auto;
        background: url("assets/img/photo-black.png") no-repeat;
    }
    .photo-black:hover {
        background: url("assets/img/photo-white.png") no-repeat;
    } */

/* SWAP/Change gallery icons from Black to White = OPTION-2 */

/* .photo-black {
  width: auto;
  height: auto;
  position: relative;
  display: inline-block;
  margin: auto;
}

.photo-black .img-top {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.photo-black:hover .img-top {
  display: inline;
} */

/* SWAP/Change gallery icons from Black to White = OPTION-3 */

/* .video-black {
  width: auto;
  height: auto;
  position: relative;
  display: inline-block;
  margin: auto;
}

.video-black .img-top {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.video-black:hover .img-top {
  display: inline;
}

.presentation-black {
  width: auto;
  height: auto;
  position: relative;
  display: inline-block;
  margin: auto;
}

.presentation-black .img-top {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.presentation-black:hover .img-top {
  display: inline;
} */

#what-is-new {
  background-color: #bbe7cb;
  padding-right: 5px;
  padding-bottom: 10px;
}

#bullet-icon {
  margin-bottom: 14px;
}

#vertical-line-icon {
  /*display: table;*/
  height: 100%;
  content: " | ";
  white-space: nowrap;
}



.social-icon {
  font-size: 20px;
  padding-bottom: 16px;
  color: #ffffff;
}

