/*
*  Wrapper - Dark theme
*/ 
.dark-theme {
  background: #497E7E;
}

.dark-theme h1,
.dark-theme h2,
.dark-theme h3,
.dark-theme h4,
.dark-theme h5,
.dark-theme h6,
.dark-theme p, 
.dark-theme ul,
.dark-theme ol,
.dark-theme li,
.dark-theme span,
.dark-theme a,
.dark-theme {
  color: #FFFFFF;
}

.main-content .dark-theme p a.external-link:after, .main-content .dark-theme li a.external-link:after {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2016%2016%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cstyle%3Epath%7Bstroke%3A%23FFFFFF%3Bfill%3Anone%3Bstroke-width%3A2%3Bstroke-linecap%3Around%7D%3C%2Fstyle%3E%3Cpath%20d%3D%27M%206%2C4%20H%203%20v%209%20h%209%20v%20-3%27%2F%3E%3Cpath%20d%3D%27m%209%2C3%20h%204%20v%204%27%2F%3E%3Cpath%20d%3D%27M%2012%2C4%20C%2012%2C4%208%2C8%208%2C8%27%2F%3E%3C%2Fsvg%3E");
}

/*
*  Wrapper - Light theme
*/ 

.light-theme {
  background: #FFFFFF;
}

.light-theme h1,
.light-theme h2,
.light-theme h3,
.light-theme h4,
.light-theme h5,
.light-theme h6,
.light-theme p, 
.light-theme ul,
.light-theme ol,
.light-theme li,
.light-theme span,
.light-theme a,
.light-theme {
  color: #497E7E;
}

.main-content .light-theme p a.external-link:after, .main-content .light-theme li a.external-link:after {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2016%2016%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cstyle%3Epath%7Bstroke%3A%23497E7E%3Bfill%3Anone%3Bstroke-width%3A2%3Bstroke-linecap%3Around%7D%3C%2Fstyle%3E%3Cpath%20d%3D%27M%206%2C4%20H%203%20v%209%20h%209%20v%20-3%27%2F%3E%3Cpath%20d%3D%27m%209%2C3%20h%204%20v%204%27%2F%3E%3Cpath%20d%3D%27M%2012%2C4%20C%2012%2C4%208%2C8%208%2C8%27%2F%3E%3C%2Fsvg%3E");
}

/*
*  Wide Banner 
*/ 
.page-header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-header--overlay {
  
  
  background-image: linear-gradient(to right, #497E7E, transparent 50%);
  height: 100%;
  width: 100%;
}

.page-header--heading {
  color: #FFFFFF;
  
  
  text-shadow: 0 0 4px #497E7E;
  font-weight: 900;
  line-height: 1;
  font-size: 3rem;
  margin: 0;
  padding: 2rem 0 2rem 2.5rem;
  width: 50%;
}

@media (min-width:768px) {
  .page-header--heading {
    font-size: 4rem;
    padding: 2rem 0 2rem 2.5rem;
  }
}

@media (min-width:992px) {
  .page-header--heading {
    font-size: 5.5rem;
    padding: 3rem 0 3rem 4rem;
  }
}

@media (min-width:1200px) {
  .page-header--heading {
    font-size: 7rem;
    padding: 3rem 0 3rem 4rem;
  }
}

.feature-video, .feature-image {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.feature-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.feature-video iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}

.dark-theme .page-heading {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
}

@media (min-width:768px) {
  .dark-theme .page-heading {
    font-size: 40px;
    font-size: 2.55rem;
  }
}

.plain-text {
  padding: 1rem 1.5rem;
  height: auto;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
}

@media (min-width:992px) {
  .col-md-4 .plain-text {
    min-height: 350px;
  }
}

@media (min-width:1200px) {
  .col-md-4 .plain-text {
    min-height: 427.5px;
  }
}

@media (min-width:1424px) {
  .col-md-4 .plain-text {
    min-height: 511.484px;
  }
}

/*
*  Row 
*/ 
.row-padding > * {
  padding-top: 1rem;
  padding-bottom: 0!important;
}

/* 
*  Article Cards 
*/
.article-card {
  cursor: pointer;
  border: 1rem solid #497E7E;
  display: flex;
  flex-direction: column;
  min-height: 20rem;
  height: 100%;
  padding: 1.5rem;
  position: relative;
  text-decoration: none;
}
.light-theme.article-card * {
    color: #497E7E;
}
.article-card h2 {
  padding: 0;
}

.article-card:hover .article-card__description:after {
  right: -5px;
}

.article-card__heading {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: .9;
  width: 100%;
  padding: 0;
}

.article-card__description {
  width: 100%;
}

.article-card-group {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem;
}

.article-card-group>div {
  width: 50%;
  padding: 0.5rem;
}

@media (max-width:575.99px), (min-width:992px) {
  .article-card-group>div {
    width: 100%;
  }
}

.article-card__description:after {
  color: #497E7E;
  content: ">";
  display: inline-block;
  font-size: 48px;
  font-size: 3rem;
  position: absolute;
  bottom: 24px;
  bottom: 0;
  right: 16px;
  right: 0;
  width: 48px;
  width: 3rem;
  transition: right .25s ease;
  top: auto;
}

/*
*  Panel
*/ 
.panel {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  padding: 1rem;
}

.dark-theme:last-child .panel {
  margin-bottom: 0;
}

.panel-heading, .panel__list h2 {
  font-weight: 900;
  text-decoration: none;
  padding: 0;
  margin-bottom: 1.5rem;
}

.panel-heading:hover, .panel-heading:focus {
  text-decoration: underline;
}

.panel__list {
  width: 100%;
  padding: 0 .5rem;
}

.panel__list p, .panel__list ul {
  padding-bottom: 0;
  margin: 0;
}

.panel__list ul {
  padding-left: 18px;
}

.panel--image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 400px;
  max-height: 250px;
  padding-bottom: 40%;
  margin: 0 auto;
}

@media (min-width:768px) {
  .panel__list {
    width: 60%;
  }
  
  .panel--image {
    width: 40%;
    max-height: 100%;
    padding-bottom: 20%;
  }
}

/*
*  Icon 
*/ 
.icon-list-wrapper {
  background: #F0F0F0;
  padding: 1.25rem;
}

.light-theme .icon-list-wrapper * {
  color: #497E7E;
}

h2.icon-heading {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 900;
  margin: 0;
  padding: 0;
}

.icon-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem;
  justify-content: space-around;
}

.icon-wrapper .icon {
  width: 100%;
}

@media (min-width:576px) {
  .icon-wrapper .icon {
    width: 50%;
  }
}

@media (min-width:992px) {
  .icon-wrapper .icon {
    width: 25%;
  }
}

.icon {
  padding-top: 2rem;
  text-align: center;
}

.icon a {
  display: block;
}

.icon .icon-text {
  display: block;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin: 0 auto;
  max-width: 200px;
  padding-top: 1rem;
}

.icon-image {
  height: 124px;
  width: auto;
}

.icon-image img, .icon-image svg {
  color: #497E7E !important;
  fill: #497E7E;
  stroke: #497E7E;
  width: auto;
  height: 100%;
}