@font-face {
  font-family: "HelveticaforTarget";
  src: url("../fonts/HelveticaforTarget.eot");
  src: url("../fonts/HelveticaforTarget.eot") format("embedded-opentype"),
    url("../fonts/HelveticaforTarget.woff2") format("woff2"), url("../fonts/HelveticaforTarget.woff") format("woff"),
    url("../fonts/HelveticaforTarget.ttf") format("truetype"),
    url("../fonts/HelveticaforTarget.svg#HelveticaforTarget") format("svg");
}

.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  line-height: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "HelveticaforTarget";
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #cc0000;
}

.pt0 {
  padding: 0;
}

.bgcolour {
  background: #f7f7f7 !important;
  /* padding: 40px 0 20px 0 !important; */
  margin: 0 0 0 0;
  border-bottom: 10px solid #cc0000;
}

.intro span.title,
.intro p {
  padding-left: 15px !important;
  width: 100%;
  padding-bottom: 10px;
}
/* .brdrclr {
  padding-bottom: 20px;
} */
.target img {
  width: 100%;
}

.intro span.title {
  margin: 0;
  padding: 0;
  font-size: 36px;
  padding-bottom: 0 !important;
}
h2 {
  font-size: 22px;
}
.subtext {
  font-weight: bolder;
  font-size: 30px;
  color: #ffffff;
}
.whiteclr {
  color: #ffffff;
  font-size: 18px;
}
.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

nav li {
  margin-right: 20px;
}
nav li:last-child {
  margin-right: 0;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000000;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

video {
  width: 100%;
}
.icn a img,
.transcript a img {
  width: auto !important;
  margin-top: 20px;
}
.icn a span,
.transcript a span {
  padding-top: 20px;
  vertical-align: middle;
  display: inline-block;
  font-size: 10px;
  padding-left: 10px;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 25px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: relative;
  transition: all 1s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 0;
  right: 7px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #cc0000;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
p {
  font-size: 16px;
}
hr {
  background: url(../img/rounder-img.png) no-repeat 0 0;
  height: 13px;
  border: none;
}

.target a {
  display: block;
  cursor: pointer;
}

.img-fluid {
  width: 40%;
}
footer {
  font-size: 12px;
  padding: 20px 0;
}
.navDescription {
  display: none;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url(../img/hamburger.jpg);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #000000;
  background-color: none;
}
.mheight {
  min-height: 331px;
}
.srmheight {
  min-height: 283px;
}
.minusheight {
  min-height: 220px;
}
.cta-button {
  width: 50%;
}
.ptm-button {
  width: 33%;
}
/* @media screen and (max-width: 1200px) {
  .mheight {
    min-height: 402px;
  }
  .srmheight {
    min-height: 281px;
  }
  .minusheight {
    min-height: 220px;
  }

} */
.pad_20 {
  padding-bottom: 24px;
}
@media only screen and (min-width: 990px) {
  .navbar-dark .navbar-nav .nav-link.active {
    color: #ffffff;
    background-color: #cc0000;
  }

  .pt0 {
    padding: 0;
  }
  .pt35 {
    padding: 35px 0;
  }
  .posrelative {
    position: relative;
    top: 0;
  }
}
@media only screen and (min-width: 570px) {
  .pt35 {
    padding: 15px 0 25px 10px;
  }
  .pl0 {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .box {
    width: 70%;
  }
  .popup {
    width: 70%;
  }
  .img-fluid {
    width: 80%;
  }
  .aligncenter {
    text-align: center;
  }
  .subtext {
    font-size: 24px;
  }
  .cta-button {
    width: 50%;
  }
}

@media only screen and (min-width: 320px) {
  .mt242 {
    margin-top: 160px;
  }
  .pb70 {
    padding-bottom: 70px;
  }

  .pb40 {
    padding-bottom: 40px;
  }
  .top-content,
  .secondcnt {
    margin-bottom: 50px;
  }
  .grybg {
    background-color: #f3f3f3;
  }
  .pt50 {
    padding-top: 50px;
  }
  .ft20 {
    padding-top: 40px;
    display: block;
  }
  .imgsize {
    width: 30% !important;
  }
  .pmtimg {
    width: 20% !important;
  }
  .pspace {
    padding: 10px 0 0 0;
  }
  .imgp0 {
    padding-left: 0;
  }

  div.space {
    padding: 100px 0 100px 0;
  }
  .nospace {
    padding-bottom: 0 !important;
  }
  .cta-button {
    line-height: 30px;
    height: 30px;
    text-align: center;
    margin-right: auto;
    cursor: pointer;
    border: 1px solid #cccccc;
    margin: 40px 0;
    visibility: hidden;
  }
  .ptm-button {
    width: 33%;
  }
}
