/*  Base style */
.width-small {
  max-width: 240px;
}

.width-medium {
  max-width: 294px;
  margin: 0 30px;
}

.margin-side-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.content-image {
  position: relative;
  margin-bottom: 30px;
}

.content-full-image-wrapper {
  position: relative;
}

.content-image img,
.content-full-image-wrapper img {
  width: 100%;
}

.content-image-full img {
  width: 100%;
}
.text-bold {
    font-family: "BrownPro-Bold", "Brown-Bold";
}
.span-bold {
  font-family: "BrownPro-Bold", "Brown-Bold";
  display: block;
}

/* Colors */
.bg-element-dark {
  background-color: #212121;
  color: #fff;
}

.bg-white-dark-text {
  background-color: #fff;
  color: #212121;
}

.bg-white-black-text {
  background-color: #fff;
  color: #000;
}

.black-line {
  width: 90px;
  height: 6px;
  margin: 0 30px 20px;
  background-color: black;
  display: block;
}

.gray-background {
  background-color: #f2f2f2;
}

.black-background {
  background-color: #000;
  color: #fff;
}

/*  Text elements */
.quote {
  font-family: "BrownPro-Bold", "Brown-Bold";
  letter-spacing: normal;
  margin-top: 17px;
  margin-bottom: 47px;
  display: block;
}

.text-link {
    color: #fff;
    border-bottom: 2px solid #71cedb;
    font-weight: normal;
}

.text-link:hover {
    color: #fff;
}

.text-link-black {
    color: #212121;
    font-weight: normal;
    border-bottom: 2px solid #71cedb;
}

.text-link-black:hover {
    color: #212121;
}

/* jhenry's utility classes Start */
.cta {border-bottom: .09375rem solid #71cedb; padding-bottom: .125rem; cursor: pointer;}
.mob { display: none; }

@media (max-width: 767px) {
    .mob {display: initial;}
    .non-mob {display: none;}
  }
/* jhenry's utility classes End */


@media (min-width: 768px) {
  .quote {
    font-size: 26px;
    line-height: 30px;
  }
}

@media (min-width: 1024px) {
  .quote {
    font-size: 32px;
    line-height: 37px;
  }
}

@media (min-width: 1440px) {
  .quote {
    font-size: 44px;
    line-height: 48px;
  }
}

.quote-small {
  font-size: 19px;
  line-height: 24px;
}

.quote-large {
  font-size: 26px;
  line-height: 30px;
}

.quote-left {
  margin-left: 60px;
  width: 64%;
}

.quote-center {
  width: 255px;
  margin: 47px auto;
}

.content-text p {
  font-family: "BrownPro-Regular", "Brown-Regular";
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.3px;
  margin: 0px;
  padding: 0 30px 20px;
}

.content-text p.text-bold {
  font-family: "BrownPro-Bold", "Brown-Bold";
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;

  letter-spacing: 0;
}

@media (max-width: 767px) {
  .small-gutter .content-text p,
  .small-gutter .content-text .content-image  {
    padding: 0 15px 20px;
  }

  .small-gutter .black-line {
    margin-left: 15px;
}
}

figure {
  position: relative;
}

figcaption {
  font-family: "BrownPro-Bold", "Brown-Bold";
  font-size: 17px;
  display: inline-block;
  transform: translateY(50%);
  line-height: 24px;
  padding: 5px 6px 7px 7px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.figcaption-left {
  left: 15px;
}

.show-on-desktop {
  display: none;
}

.show-on-mobile {
  display: block;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.social-sharing .social-btn.share-email {
  max-width: 21.87rem;
}

/* New css */

/* Video css */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Video css */

/*  Banner section */
.banner-section {
  position: relative;
  max-width: 375px;
}

@media (max-width: 480px) {
  .banner-section {
    margin: 0 auto;
  }
}

.banner-section .banner-image {
  text-align: center;
}

.banner-title-container {
  text-align: left;
  position: relative;
  margin: -22px 10px 12px;
  float: left;
}

.banner-title-container img {
  max-width: 80px;
  margin-left: 27px;
  position: absolute;
  transform: translateY(-99%);
}

.banner-title-container .banner-heading {
  font-size: 30px;
  font-family: "BrownPro-Bold", "Brown-Bold";
  margin-bottom: 0;
  line-height: 34px;
  padding: 28px 22px 15px 18px;
  font-weight: normal;
}

.banner-title-container .article-category {
  font-family: "BrownPro-Bold", "Brown-Bold";
  font-size: 18px;
  display: inline-block;
  transform: translateY(-50%);
  line-height: 27px;
  position: absolute;
  right: 28px;
  padding: 4px 16px;
}

.share-article {
  display: block;
  text-align: right;
  padding: 0 15px 14px;
}

.share-article .share-dialog {
  left: auto;
  right: 0;
  top: 55px;
}

.share-article a {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.banner-wrapper .banner-image {
  background-color: black;
  text-align: center;
}

.banner-wrapper .banner-image img {
  width: 100%;
}

@media (min-width: 768px) {
  .width-small {
    max-width: 60%;
  }
  .banner-section {
    max-width: 768px;
  }

  .banner-title-container {
    width: 478px;
    margin-left: 49px;
    margin-top: -95px;
  }

  .banner-title-container img {
    max-width: 96px;
    margin-left: 29px;
  }

  .banner-title-container .article-category {
    right: 30px;
  }

  .banner-title-container .banner-heading {
    padding: 42px 88px 21px 29px;
  }

  .share-article {
    padding-top: 15px;
  }

  .content-text p {
    font-size: 16px;
    line-height: 24px;
  }

  .content-text p.text-bold {
    font-size: 21px;
    line-height: 25px;
  }

  .show-on-desktop {
    display: inline-block;
  }

  .show-on-mobile {
    display: none;
  }

  .content-text .black-line {
    width: 162px;
  }
}

@media (min-width: 1024px) {
  .banner-section {
    max-width: 1024px;
  }

  .banner-title-container {
    margin-top: -117px;
    margin-left: 72px;
    width: 605px;
  }

  .banner-title-container img {
    max-width: 120px;
    margin-left: 49px;
  }

  .banner-title-container .article-category {
    right: 35px;
  }

  .banner-title-container .banner-heading {
    font-size: 42px;
    line-height: 48px;
    padding: 43px 50px 26px 50px;
  }

  .share-article {
    padding: 24px 44px;
  }

  .content-text p {
    font-size: 17px;
    line-height: 24px;
  }

  .content-text .black-line {
    width: 178px;
    height: 10px;
    margin: 10px 30px 40px 30px;
  }

  figcaption {
    font-size: 18px;
    line-height: 27px;
  }

  .figcaption-left {
    left: 42px
  }

  .content-full-image-wrapper figcaption {
    padding: 4px 30px;
  }
}

@media (min-width: 1440px) {
  .banner-section {
    max-width: 1440px;
  }

  .banner-title-container {
    margin-top: -162px;
    margin-left: 53px;
    width: 820px;
  }

  .banner-title-container img {
    max-width: 150px;
  }

  .banner-title-container .article-category {
    padding: 4px 15px;
    right: 50px;
  }

  .banner-title-container .banner-heading {
    font-size: 62px;
    line-height: 65px;
    padding: 50px 49px 38px 49px;
  }

  .share-article {
    padding-right: 100px;
  }

  .content-text .black-line {
    margin-bottom: 42px;
  }

  .content-text p {
    font-size: 17px;
    line-height: 24px;
  }

  .content-text p.text-bold {
    font-size: 26px;
    line-height: 30px;
  }

  .figcaption-left {
    left: 100px
  }
}