@media (min-width: 767px) {
  .card-body {
    padding: 0 2.25rem;
  }
}

.card {
  background-color: transparent;
}

.card-body .headline {
  margin-bottom: 0;
}

.card-body .headline a {
  font-size: 19px;
  display: inline-block;
  line-height: 1.3;
}

.card-body .date {
  margin-bottom: 0.25rem;
  font-size: 14px;
  color: #929292;
}

/* Homepage  Sections */
.section-title {
  margin-bottom: 0;
}

.intro-section p.lead {
  font-weight: 400;
  font-family: "Asap", sans-serif;
  font-style: italic;
  font-size: 19px;
}

.news-section {
  position: relative;
  padding-bottom: 60px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .news-section {
    padding-bottom: 90px;
  }
}

@media (max-width: 991px) {
  .news-section {
    padding-bottom: 150px;
  }
}

.news-section .readmore {
  position: absolute;
  bottom: 64px;
  right: 0;
  z-index: 5;
  display: inline-block;
}

.news-section .readmore a {
  color: #fff;
  z-index: 5;
  padding: 5px 15px;
  display: block;
}

.news-section .readmore-bg {
  position: relative;
}

/*
.news-section .readmore-bg {
	content: "";
	display: block;
	position: absolute;
	width: 636px;
    height: 167px;
	z-index: -1;
	right: 0;
	bottom: 0;
	background: url(img/readmore-btn.svg) no-repeat;
	background-size: contain;
}
*/
@media (max-width: 992px) {
  .news-section .readmore {
    bottom: 65.6px;
  }
  .news-section .readmore a {
    background: #00455d;
    height: 40.75px;
  }
  .news-section .readmore-bg {
    width: 100%;
    height: 171px;
  }
}

@media (max-width: 768px) {
  .news-section .readmore {
    bottom: 80.6px;
  }
  .news-section .readmore a {
    background: transparent;
    height: 40.75px;
  }
}

@media (max-width: 575px) {
  .news-section .readmore {
    bottom: 67px;
  }
  .news-section .readmore a {
    background: transparent;
    height: 40.75px;
  }
  .news-section .readmore-bg {
    background-size: cover;
    background-position: 33% 100%;
  }
}

.events-section {
  background-color: #f6f9fc;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.events-section .container {
  padding-bottom: 66px;
}

.events-section .events-overlay {
  position: absolute;
  top: -87px;
  left: 20%;
  right: 0px;
  margin: auto;
  display: block;
}

.events-section .readmore {
  right: 0;
  z-index: 5;
  display: inline-block;
}

.events-section .readmore a {
  color: #fff;
  z-index: 5;
  padding: 5px 15px;
  display: block;
}

.events-section .readmore-bg {
  position: relative;
}

/*
.events-section .readmore-bg {
	content: "";
	display: block;
	position: absolute;
	width: 636px;
    height: 167px;
	z-index: -1;
	margin-left: -15px;
	top: -47px;
	background: url(img/readmore-btn.svg) no-repeat;
	background-size: contain;
}
*/
@media (max-width: 575px) {
  .events-section .readmore-bg {
    width: 100%;
    margin-left: 0;
    background-size: cover;
    background-position: 33% 100%;
  }
}

.videos-section {
  background-color: #f6f9fc;
}

.videos-section .video {
  z-index: 5;
}

.videos-section .container {
  padding-bottom: 70px;
}

.videos-section .readmore {
  right: 0;
  z-index: 5;
  display: inline-block;
}

.videos-section .readmore a {
  color: #fff;
  z-index: 5;
  padding: 5px 15px;
  display: block;
}

.videos-section .readmore-bg {
  position: relative;
}

.videos-section .readmore-bg {
  content: "";
  display: block;
  position: absolute;
  width: 636px;
  height: 167px;
  z-index: 1;
  margin-left: -15px;
  top: -47px;
  background: url(../img/readmore-btn.svg) no-repeat;
  background-size: contain;
}

@media (max-width: 575px) {
  .videos-section .readmore-bg {
    width: 100%;
    margin-left: 0;
    background-size: cover;
    background-position: 33% 100%;
  }
}

/* Latest News */
.featured-news {
  z-index: 2;
}

.featured-news a {
  display: block;
}

.featured-news article {
  margin-bottom: 5px;
  position: relative;
}

.featured-news article::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
}

/*
.featured-news a:nth-of-type(2n),
.featured-news a:nth-of-type(3n) {
	width: 49.5%;
}

.featured-news a:nth-of-type(2n) article img,
.featured-news a:nth-of-type(3n) article img {
	height: 308px;
	width: 100%;
	object-fit: cover;
}
*/
.featured-news article p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 34px 30px;
  z-index: 5;
}

.featured-news article p small {
  font-size: 16px;
  line-height: 2.5;
}

.featured-news article img {
  max-width: 100%;
  width: 100%;
}

.news-list h3 a {
  color: #004f6b;
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  font-family: "Asap", sans-serif;
}

.events-row .event {
  margin-bottom: 1.75rem;
}

.events-row .event article {
  position: relative;
  margin: auto;
  max-width: 350px !important;
  /* box-shadow: 0 11px 23px 0 rgba(50,50,93,0.50); */
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
}

.events-row .event article:hover {
  box-shadow: none;
  /* transform: scale(.98, .98); */
}

.events-row .event article::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 350px !important;
  background: rgba(0, 0, 0, 0.6);
}

.events-row .event article img {
  width: 100%;
  max-width: 350px !important;
}

.events-row .event article .event-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  margin: 20px;
  z-index: 5;
  max-width: 350px !important;
}

.events-row .event article .event-content .date .month {
  font-size: 18px;
  margin: 0;
}

.events-row .event article .event-content .date .day {
  font-size: 60px;
  margin: -5px 0 20px;
}

.events-row .event article .event-content .lead {
  font-size: 20px;
  font-weight: 400;
}

.events-row .event article .event-content .description {
  font-size: 14px;
  line-height: 1.4;
}

.videos-row .video article {
  position: relative;
}

.videos-row .video article::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
}

.videos-row .video article::before {
  content: "";
  background-image: url(../img/play-button.png);
  display: block;
  position: absolute;
  height: 120px;
  width: 120px;
  margin: auto;
  top: 0;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 5;
  opacity: 0.7;
}

.videos-row .video article p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 27px 20px;
  z-index: 5;
}

.videos-row .video article img {
  width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .videos-row .video article::before {
    content: "";
    background-image: url(../img/play-button.png);
    height: 80px;
    width: 80px;
    background-size: contain;
  }
  .videos-row .video article p {
    font-size: 17px;
    margin: 0 20px 18px;
  }
}

.carousel-caption-custom,
.carousel-caption-custom-right {
  position: absolute;
  left: auto;
  right: auto;
  width: 75%;
  height: 100%;
  background-color: rgba(138, 138, 138, 0.7);
  background-blend-mode: color-burn;
  bottom: 0;
  left: 30px;
  right: auto;
  padding-top: 80px;
  padding-top: 80px;
  z-index: 2;
  color: white;
}

.carousel-caption-custom-right {
  right: 30px;
  left: auto;
}

.videoGridTitle {
  color: black;
  font-weight: bold;
}

.videoGridCats li {
  list-style: none;
  float: left;
  margin: 0 20px 0 0;
}

.videoGridCats {
  position: relative;
  margin-bottom: 45px;
  padding: 0;
}

.utilityNav {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#035c7c+0,084e67+100 */
  background: #035c7c;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #035c7c 0%, #084e67 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#035c7c', endColorstr='#084e67',GradientType=0 );
  /* IE6-9 */
  padding: 10px;
}

.utilityNav img {
  margin-bottom: 10px;
}

.utilityNav a {
  font-family: 'Asap', sans-serif;
  color: white;
  text-decoration: none;
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
  display: block;
}

.utilityNav a:hover {
  opacity: .8;
}

.utilityNav .col-md-4 {
  border-right: 1px solid #074b63;
}

.utilityNav .col-md-4:last-child {
  border: none;
}
/*# sourceMappingURL=front-page-template.css.map */