/*
  ========================================
  BG RELATED READS STYLES
  ========================================
*/
.related-reads-title {
  padding-bottom: 30px;
  font-family: 'Asap Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.9375rem;
  line-height: 1.32;
  text-align: center;
  color: #3D3D3D;
}
@media (min-width: 992px) {
  .related-reads-title {
    padding-bottom: 40px;
    font-size: 3.125rem;
  }
}
.related-reads-grid {
  width: 100%;
  padding: 32px 16px;
  border: 2px dashed rgba(149, 216, 215, 0.2);
  border-radius: 6px;
  text-align: center;
}
@media (min-width: 992px) {
  .related-reads-grid {
    padding: 46px 100px;
    text-align: left;
  }
}
.related-reads-grid ul {
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .related-reads-grid ul {
    column-count: 3;
  }
}
.related-reads-grid li {
  list-style: none;
  line-height: 2.5;
  padding-left: 0;
}
.related-reads-grid li:before {
  display: none;
}
.related-reads-grid a {
  font-family: 'Source Sans Pro Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.37;
  color: #3D3D3D;
}
@media (min-width: 992px) {
  .related-reads-grid a:hover {
    text-decoration: underline;
  }
}
/*bg post grid*/
@media (min-width: 992px) {
  .bg-post-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
.bg-post-grid-item-wrap, .blog-post-grid-item-wrap {
  width: 100%;
  margin: 92px 0 116px;
}
.bg-post-grid-item-wrap:last-child, .blog-post-grid-item-wrap:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .bg-post-grid-item-wrap:last-child, .blog-post-grid-item-wrap:last-child {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .bg-post-grid-item-wrap, .blog-post-grid-item-wrap {
    width: 33.3333%;
    min-width: 33.3333%;
    margin: 92px 0 30px;
    padding: 0 15px;
  }
}
.bg-post-grid-item, .blog-post-grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.bg-post-grid-item .img-wrap, .blog-post-grid-item .img-wrap {
  position: relative;
  padding: 0 14px;
  background: #fff;
  border-radius: 6px 6px 0 0;
}
.bg-post-grid-item .img, .blog-post-grid-item .img {
  position: relative;
  display: block;
  padding-top: 69.5%;
  margin-top: -92px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.bg-post-grid-item .img img, .blog-post-grid-item .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bg-post-grid-item .share-btn, .blog-post-grid-item .share-btn {
  position: absolute;
  top: -70px;
  right: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 48px;
  background: #fff;
  border-radius: 6px;
  font-size: 1.25rem;
  color: #000;
  cursor: pointer;
}
.bg-post-grid-item .share-btn:hover .share-icons, .blog-post-grid-item .share-btn:hover .share-icons {
  opacity: 1;
  visibility: visible;
}
.bg-post-grid-item .share-icons, .blog-post-grid-item .share-icons {
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.bg-post-grid-item .share-icons ul, .blog-post-grid-item .share-icons ul {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="5" dy="5" result="offsetblur" /><feFlood flood-color="rgba(30,48,110,0.15)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(4px 4px 0 rgba(30, 48, 110, 0.15));
  filter: drop-shadow(4px 4px 0 rgba(30, 48, 110, 0.15));
  border-radius: 4px;
  margin: 0 0 19px 0;
  padding: 10px 6px;
  min-height: 49px;
  background: #fff;
}
.bg-post-grid-item .share-icons ul:before, .blog-post-grid-item .share-icons ul:before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0) rotate(45deg);
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: inherit;
  z-index: -1;
}
.bg-post-grid-item .share-icons li, .blog-post-grid-item .share-icons li {
  padding: 0 10px;
  list-style: none;
}
.bg-post-grid-item .share-icons li [class*=" dg-icon"], .bg-post-grid-item .share-icons li [class^=dg-icon], .blog-post-grid-item .share-icons li [class*=" dg-icon"], .blog-post-grid-item .share-icons li [class^=dg-icon] {
  font-size: 25px;
}
.bg-post-grid-item .share-icons a, .blog-post-grid-item .share-icons a {
  color: #2accab;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media (min-width: 992px) {
  .bg-post-grid-item .share-icons a:hover, .blog-post-grid-item .share-icons a:hover {
    color: #95d8d7;
  }
}
.bg-post-grid-item .info-wrap, .blog-post-grid-item .info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 24px 22px 32px;
  background: #fff;
  border-radius: 0 0 6px 6px;
}
.bg-post-grid-item .title, .blog-post-grid-item .title {
  display: block;
  position: relative;
  padding-bottom: 36px;
  font-family: 'Asap Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.34;
  color: #95d8d7;
}
.bg-post-grid-item .title:before, .blog-post-grid-item .title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 14px;
  background: #d3d3d3;
  width: 80px;
  height: 2px;
}
.bg-post-grid-item .btn-see-more, .blog-post-grid-item .btn-see-more {
  margin: 33px 26px 7px 0;
}
@media (min-width: 992px) {
  .bg-post-grid-item .btn-see-more, .blog-post-grid-item .btn-see-more {
    margin: 43px 26px 7px 0;
  }
}
.pre-footer-section {
  padding-top: 40px;
}
@media (min-width: 992px) {
  .pre-footer-section {
    padding-top: 50px;
  }
}
.pre-footer-title {
  padding-bottom: 30px;
  font-family: 'Asap Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.9375rem;
  line-height: 1.32;
  text-align: center;
  color: #3D3D3D;
}
@media (min-width: 992px) {
  .pre-footer-title {
    padding-bottom: 40px;
    font-size: 3.125rem;
  }
}
.pre-footer ul {
  width: 100%;
  padding: 32px 16px;
  margin: 0;
  border: 2px dashed rgba(149, 216, 215, 0.2);
  border-radius: 6px;
  text-align: center;
}
@media (min-width: 992px) {
  .pre-footer ul {
    padding: 46px 100px;
    text-align: left;
    column-count: 3;
  }
}
.pre-footer li {
  list-style: none;
  line-height: 2.5;
  padding-left: 0;
}
.pre-footer li:before {
  display: none;
}
.pre-footer a {
  font-family: 'Source Sans Pro Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.37;
  color: #95d8d7;
}
@media (min-width: 992px) {
  .pre-footer a:hover {
    text-decoration: underline;
  }
}
/*
  ========================================
  NEWSLETTER SLIDE STYLES
  ========================================
*/
.newsletter-section {
  padding: 67px 0;
}
@media (min-width: 992px) {
  .newsletter-section {
    padding: 100px 0;
  }
}
.newsletter-section .logo {
  width: 285px;
  margin-bottom: 21px;
}
@media (min-width: 992px) {
  .newsletter-section .logo {
    margin-bottom: 0;
  }
}
.newsletter-section .title {
  font-family: 'Asap Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.33;
  color: #95d8d7;
}
.newsletter-section .subtitle {
  margin: 16px 0 32px;
  font-family: 'Asap Regular', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.36;
  color: #95d8d7;
}
@media (min-width: 992px) {
  .newsletter-section .subtitle {
    margin: 16px 0 0;
  }
}
.newsletter-section .container {
  text-align: center;
}
@media (min-width: 992px) {
  .newsletter-section .container {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .newsletter-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .newsletter-grid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
  }
  .newsletter-grid-item:nth-of-type(odd) {
    padding-right: 46px;
  }
  .newsletter-grid-item:nth-of-type(even) {
    padding-left: 46px;
  }
}
.newsletter-form {
  width: 100%;
}
@media (min-width: 992px) {
  .newsletter-form {
    padding: 48px 68px;
    background-image: url(../img/corner-top-left-blue.svg), url(../img/corner-bottom-right-blue.svg);
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
  }
}
.newsletter-form form {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .newsletter-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.newsletter-form form > .form-control {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .newsletter-form form > .form-control {
    margin-bottom: 0;
    flex-grow: 1;
    padding-right: 20px;
  }
}
.newsletter-form input {
  width: 100%;
  height: 41px;
  padding: 5px 15px;
  background: rgba(0, 0, 0, 0.01);
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 1rem;
  color: #666666;
}
.newsletter-form input.error {
  border: 1px solid #FF3333;
  background: #FFE9E9;
  color: #FF3333;
}
.newsletter-form input.error::-webkit-input-placeholder {
  color: #FF3333;
}
.newsletter-form input.error::-moz-placeholder {
  color: #FF3333;
}
.newsletter-form input.error:-ms-input-placeholder {
  color: #FF3333;
}
.newsletter-form input.error:-moz-placeholder {
  color: #FF3333;
}
.newsletter-form .notification {
  position: absolute;
  top: 114%;
  left: 15px;
}
.newsletter-form .notification.error {
  color: #FF3333;
}
.newsletter-form .notification.success {
  color: #46b450;
}
.blog-content-section {
  padding: 25px 0 0;
}
@media (min-width: 992px) {
  .blog-content-section {
    padding: 50px 0 0;
  }
}
h1 {
  margin-bottom: 25px;
  font-family: 'Asap Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 2.3125rem;
  line-height: 1.12;
  text-align: center;
  color: #3D3D3D;
}
@media (min-width: 992px) {
  h1 {
    margin-bottom: 50px;
    font-size: 3.75rem;
  }
}
h2 {
  margin: 30px 0 22px;
  font-family: 'Asap Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.32;
  color: #dd9933;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  h2 {
    margin: 40px 0 32px;
    font-size: 2.0625rem;
  }
}
.featured-img {
  position: relative;
  margin: 0 0 15px;
}
@media (min-width: 992px) {
  .featured-img {
    margin: 0 38px 30px;
    padding: 0 62px;
  }
  .featured-img:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 62px;
    background: url("../img/line-decor-square.svg");
    background-size: cover;
  }
  .featured-img:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 62px;
    background: url("../img/line-decor-square.svg");
    background-size: cover;
  }
}
.featured-img .img {
  position: relative;
  padding-top: 50%;
}
.featured-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.toc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 23px;
  border: 2px dashed transparent;
  border-radius: 6px;
}
@media (min-width: 992px) {
  .toc {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.toc.active {
  border-color: rgba(149, 216, 215, 0.2);
}
.toc.active .toc-body {
  display: block;
}
.toc.active [class*=" dg-icon"], .toc.active [class^=dg-icon] {
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.toc [class*=" dg-icon"], .toc [class^=dg-icon] {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 13px;
}
.toc-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0 0 0;
  font-family: 'Source Sans Pro Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.38;
  color: #3D3D3D;
  cursor: pointer;
}
@media (min-width: 992px) {
  .toc-header {
    margin: 24px 38px 0 0;
  }
}
.toc-body {
  display: none;
  width: 100%;
  padding: 16px;
}
@media (min-width: 992px) {
  .toc-body {
    padding: 38px 100px 65px;
  }
}
.toc-body ul {
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .toc-body ul {
    column-count: 3;
    column-gap: 30px;
  }
}
.toc-body li {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.toc-body li:before {
  display: none;
}
.toc-body a {
  font-family: 'Source Sans Pro Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.37;
  color: #95d8d7;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media (min-width: 992px) {
  .toc-body a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 992px) {
  .static-content {
    padding: 0 100px;
  }
}
.static-content ul {
  padding: 0;
  margin: 0 0 20px 0;
}
.static-content ul li {
  position: relative;
  padding: 0 0 0 15px;
  font-size: 1.125rem;
  line-height: 1.37;
  list-style: none;
}
.static-content ul li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #3D3D3D;
}
.static-content ol {
  padding: 0;
  margin: 0 0 20px 24px;
}
.static-content ol li {
  font-size: 1.125rem;
  line-height: 1.37;
}
.static-content img {
  width: 100%;
  height: auto;
}
.static-content a {
  color: #95d8d7;
}
@media (min-width: 992px) {
  .static-content a:hover {
    text-decoration: underline;
  }
}
.related-reads-section {
  padding: 50px 0 0 0;
}
.static-page {
  padding: 0 0 67px;
}
@media (min-width: 992px) {
  .static-page {
    padding: 0 0 100px;
  }
}
.static-page h1, .static-page .title {
  margin-bottom: 25px;
  font-family: 'Asap Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 2.3125rem;
  line-height: 1.12;
  text-align: center;
  color: #3D3D3D;
}
@media (min-width: 992px) {
  .static-page h1, .static-page .title {
    margin-bottom: 50px;
    font-size: 3.75rem;
  }
}
.static-page h2 {
  margin: 30px 0 22px;
  font-family: 'Asap Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.32;
  color: #dd9933;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .static-page h2 {
    margin: 40px 0 32px;
    font-size: 2.0625rem;
  }
}
