/*
 * Theme Name: ACRP
 * Author: LGND
 */

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.icon-search {
  background-image: url(./dist/spritesheet.png);
  background-position: -40px 0px;
  width: 20px;
  height: 20px;
}

.icon-triangle-left {
  background-image: url(./dist/spritesheet.png);
  background-position: -40px -20px;
  width: 8px;
  height: 8px;
}

.icon-triangle-right {
  background-image: url(./dist/spritesheet.png);
  background-position: -48px -20px;
  width: 8px;
  height: 8px;
}

.icon-twitter-bg {
  background-image: url(./dist/spritesheet.png);
  background-position: 0px 0px;
  width: 40px;
  height: 34px;
}

.icon-search {
  background-image: url(./dist/spritesheet.png);
  background-position: -40px 0px;
  width: 20px;
  height: 20px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-search {
    background-image: url(./dist/spritesheet@2x.png);
    background-size: 60px 34px;
  }
}

.icon-triangle-left {
  background-image: url(./dist/spritesheet.png);
  background-position: -40px -20px;
  width: 8px;
  height: 8px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-triangle-left {
    background-image: url(./dist/spritesheet@2x.png);
    background-size: 60px 34px;
  }
}

.icon-triangle-right {
  background-image: url(./dist/spritesheet.png);
  background-position: -48px -20px;
  width: 8px;
  height: 8px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-triangle-right {
    background-image: url(./dist/spritesheet@2x.png);
    background-size: 60px 34px;
  }
}

.icon-twitter-bg {
  background-image: url(./dist/spritesheet.png);
  background-position: 0px 0px;
  width: 40px;
  height: 34px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-twitter-bg {
    background-image: url(./dist/spritesheet@2x.png);
    background-size: 60px 34px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  background: #454545;
  font-family: "open-sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

body,
body html {
  padding: 0;
  margin: 0;
}

body * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body img {
  max-width: 100%;
  height: auto;
}

body i.icon {
  display: block;
}

body.single-post .alm-reveal {
  margin-top: 70px;
}

h1,
h2,
h3 {
  font-family: "urw-din", sans-serif;
  font-weight: 400;
}

figure {
  margin: 0;
}

figure img {
  display: block;
  height: auto;
  max-width: 100%;
}

a {
  text-decoration: none;
}

.article-body a,
.contact-us-link {
  color: #F47022;
  text-decoration: underline;
  text-decoration-style: dotted;
}

.article-body a:hover,
.contact-us-link:hover {
  text-decoration-style: solid;
}

#main-container {
  background: #fff;
  padding: 30px 15px;
  min-height: -webkit-calc(100vh - 361px);
  min-height: calc(100vh - 361px);
}

body.admin-bar #main-container {
  min-height: -webkit-calc(100vh - 361px - 32px);
  min-height: calc(100vh - 361px - 32px);
}

#main-container .section-header {
  max-width: 1180px;
  margin: 0 auto 40px;
  background-size: cover;
  min-height: 171px;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-style: normal;
  text-transform: uppercase;
}

#main-container .section-header .section-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#main-container .section-header .section-info .heading {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 3.46px;
  background: rgba(67, 98, 114, 0.9);
  display: inline;
  padding: 17px 20px 14px;
  margin: 0;
  line-height: 15px;
}

#main-container .section-header .section-info .title {
  font-weight: 600;
  font-size: 19px;
  color: #93D2F2;
  letter-spacing: 2px;
  background: rgba(6, 68, 130, 0.9);
  display: inline-block;
  padding: 17px 20px 15px;
  margin: 0;
  text-transform: uppercase;
  line-height: 19px;
  min-width: 300px;
  max-width: 100%;
}

#main-container .section-header .section-info .title.light {
  background: #589FC4;
  color: #fff;
}

#main-container .body-content {
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

#main-container .body-content.business-cases {
  margin-top: 72px;
}

#main-container .body-content .left-column {
  max-width: 100%;
}

@media (max-width: 1140px) {
  #main-container .body-content .left-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}

@media (min-width: 1200px) {
  #main-container .body-content .left-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 67.79%;
    -ms-flex: 0 0 67.79%;
    flex: 0 0 67.79%;
  }
}

#main-container .body-content .left-column article {
  font-size: 18px;
  color: #4D4D4D;
  letter-spacing: 0;
  line-height: 34px;
}

#main-container .body-content .left-column article + article {
  margin-top: 100px;
}

#main-container .body-content .left-column article h1 {
  font-family: "urw-din", sans-serif;
  font-size: 28px;
  line-height: 30px;
  font-weight: 300;
}

#main-container .body-content .left-column article h1 a {
  color: currentColor;
}

#main-container .body-content .left-column article .category-list ul {
  padding-left: 0;
  margin-top: 0;
}

#main-container .body-content .left-column article .category-list ul li {
  display: inline-block;
  background: #3a85b3;
  padding: 0 10px;
  margin: 5px 0;
}

#main-container .body-content .left-column article .category-list ul li a {
  font-family: "urw-din-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#main-container .body-content .left-column article .category-list ul li + li {
  margin-left: 10px;
}

#main-container .body-content .left-column article h2 {
  font-weight: 400;
  font-size: 34px;
  color: #37474F;
  letter-spacing: -1.5px;
  line-height: 42px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  margin: 0 0 10px;
}

#main-container .body-content .left-column article .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(151, 151, 151, 0.5);
  border-bottom: 1px solid rgba(151, 151, 151, 0.5);
  margin-bottom: 12px;
  padding: 6px 0;
}

@media (max-width: 768px) {
  #main-container .body-content .left-column article .meta {
    display: block;
    text-align: center;
  }

  #main-container .body-content .left-column article .meta > * {
    display: inline-block;
  }

  #main-container .body-content .left-column article .meta .sharing {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#main-container .body-content .left-column article .meta .meta-info {
  text-transform: uppercase;
  margin: 0;
  font-family: "urw-din-condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #444443;
  letter-spacing: 2px;
}

#main-container .body-content .left-column article .meta .meta-info a {
  color: #444443;
}

#main-container .body-content .left-column article .meta .sharing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 245px;
}

@media print {
  #main-container .body-content .left-column article .meta .sharing {
    display: none;
  }
}

#main-container .body-content .left-column article .meta .sharing .addthis_toolbox {
  margin-top: 8px;
}

#main-container .body-content .left-column article .meta .sharing .ssba br {
  display: none;
}

#main-container .body-content .left-column article .meta .sharing .ssba-share-text {
  display: none;
}

#main-container .body-content .left-column article .meta .sharing p {
  text-transform: uppercase;
  font-family: "urw-din-condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #838D91;
  letter-spacing: 1.41px;
  margin: 0 7px;
}

#main-container .body-content .left-column article .tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #589FC4;
  letter-spacing: 2px;
  line-height: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-transform: uppercase;
}

#main-container .body-content .left-column article .tag-list p {
  margin: 0;
}

#main-container .body-content .left-column article .tag-list a {
  color: #064482;
  margin: 0 7px;
}

@media (min-width: 731px) {
  #main-container .body-content .left-column article.short-view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

#main-container .body-content .left-column article.short-view + article.short-view {
  margin-top: 40px;
}

@media (max-width: 730px) {
  #main-container .body-content .left-column article.short-view + article.short-view {
    margin-top: 80px;
  }
}

#main-container .body-content .left-column article.short-view .thumbnail {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  min-height: 200px;
  background-size: cover;
  background-position: center center;
}

#main-container .body-content .left-column article.short-view .thumbnail > a {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#main-container .body-content .left-column article.short-view .thumbnail .category-list {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}

#main-container .body-content .left-column article.short-view .thumbnail .category-list li {
  margin: 0;
}

#main-container .body-content .left-column article.short-view .thumbnail .category-list li:nth-child(n+2) {
  display: none;
}

#main-container .body-content .left-column article.short-view .article-content {
  margin-top: 30px;
}

@media (min-width: 731px) {
  #main-container .body-content .left-column article.short-view .article-content {
    margin-top: 0;
    margin-left: 40px;
  }
}

#main-container .body-content .left-column article.short-view .article-content h2 {
  font-family: "urw-din", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  color: #444443;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0;
}

#main-container .body-content .left-column article.short-view .article-content > p:not(.meta-info) {
  font-size: 16px;
  color: #6C6C6C;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 10px;
}

#main-container .body-content .left-column article.short-view .article-content .meta-info {
  font-family: "urw-din-condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #444443;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top: 1px solid rgba(151, 151, 151, 0.39);
  margin-top: 0;
  padding-top: 4px;
  margin-bottom: 0;
}

#main-container .body-content .left-column article.short-view .article-content .meta-info a {
  color: #444443;
}

#main-container .body-content .left-column .post-body footer {
  border-top: 1px solid rgba(151, 151, 151, 0.5);
  margin-top: 90px;
}

#main-container .body-content .left-column .post-body footer p {
  display: inline;
}

#main-container .body-content .left-column .post-body a {
  color: #F47022;
  text-decoration: underline;
  text-decoration-style: dotted;
  word-break: break-word;
}

#main-container .body-content .left-column .post-body a:hover {
  text-decoration-style: solid;
}

#main-container .body-content .left-column .post-body p {
  margin: 0;
}

#main-container .body-content .left-column .post-body p + p {
  margin-top: 34px;
}

#main-container .body-content .left-column .post-body * + h2 {
  margin-top: 50px;
}

#main-container .body-content .left-column .post-body ul {
  list-style-type: disc;
  padding: 0 0 0 24px;
}

#main-container .body-content .left-column .post-body ul + p {
  margin-top: 34px;
}

#main-container .body-content .left-column .post-body ol {
  list-style-type: decimal;
  padding: 0 0 0 24px;
}

#main-container .body-content .left-column .post-body li + li {
  margin-top: 18px;
}

@media (min-width: 1200px) {
  .js #main-container .body-content .left-column .post-body .article-section:not(:first-child) {
    opacity: 0.2;
    -webkit-transition: 0.4s opacity ease-out;
    transition: 0.4s opacity ease-out;
  }

  .js #main-container .body-content .left-column .post-body .article-section:not(:first-child).active {
    opacity: 1;
  }
}

#main-container .body-content .left-column .post-body:not(.long-article) h2 {
  color: #4d4d4d;
  font-family: "urw-din", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

@media (min-width: 1200px) {
  .single-business_case #main-container .body-content .left-column .post-body:not(.long-article) {
    padding-bottom: 40vh;
  }
}

#main-container .body-content .left-column .post-body:not(.long-article) h3 {
  color: #245781;
  font-size: 21px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 42px;
}

#main-container .body-content .left-column .post-body:not(.long-article) h3 a {
  color: currentColor;
  text-decoration: none;
}

#main-container .body-content .left-column .post-body:not(.long-article) h3 a:hover {
  text-decoration: underline;
}

#main-container .body-content .left-column .post-body.long-article h2 {
  font-family: "urw-din", sans-serif;
  font-size: 28px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 28px;
}

#main-container .body-content .left-column .post-body.long-article * + h2 {
  margin-top: 90px;
}

#main-container .body-content .left-column .post-body.long-article .article-section:not(:first-of-type) {
  margin-top: 90px;
}

#main-container .body-content .left-column .post-body.long-article h3 {
  color: #4d4d4d;
  font-family: "urw-din", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

#main-container .body-content .left-column .post-body.long-article * + h3 {
  margin-top: 50px;
}

#main-container .body-content .left-column .post-body.long-article h4 {
  color: #245781;
  font-size: 21px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

#main-container .body-content .left-column .post-body.long-article h4 a {
  color: currentColor;
  text-decoration: none;
}

#main-container .body-content .left-column .post-body.long-article h4 a:hover {
  text-decoration: underline;
}

#main-container .body-content .left-column .pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

#main-container .body-content .left-column .pagination a {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #436272;
  letter-spacing: 3.43px;
  text-transform: uppercase;
}

#main-container .body-content .left-column .pagination a i {
  display: inline-block;
  margin-bottom: 2px;
}

.home #main-container .body-content .right-column {
  margin-top: 56px;
}

body.single #main-container .body-content .right-column {
  margin-top: 76px;
}

@media (max-width: 1140px) {
  #main-container .body-content .right-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-top: 80px;
  }
}

@media (min-width: 1200px) {
  #main-container .body-content .right-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 28.38%;
    -ms-flex: 0 0 28.38%;
    flex: 0 0 28.38%;
  }
}

.single-post #main-container .body-content .right-column {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: sticky;
  top: 40px;
  max-height: -webkit-calc(100vh + 104px);
  max-height: calc(100vh + 104px);
  overflow-y: scroll;
}

.parent-pageid-735 #main-container .body-content .right-column,
.single-profile #main-container .body-content .right-column,
.single-business_case #main-container .body-content .right-column,
.single-resource #main-container .body-content .right-column,
.single-concepts #main-container .body-content .right-column {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: sticky;
  top: 30px;
  max-height: -webkit-calc(100vh + 104px);
  max-height: calc(100vh + 104px);
  overflow-y: scroll;
}

.single-profile .article-section,
.single-business_case .article-section {
  margin-top: 90px;
}

.section-listing,
.article-listing {
  max-width: 1220px;
  margin: 0 auto 30px;
}

@media (max-width: 1229px) {
  .section-listing,
  .article-listing {
    max-width: 1180px;
  }
}

.sections {
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1229px) {
  .sections {
    padding: 0;
  }
}

.sections article {
  margin: 9px;
  margin-bottom: 30px;
  min-height: 225px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1249px) {
  .sections article {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(50% - 20px);
    -ms-flex: 0 1 calc(50% - 20px);
    flex: 0 1 calc(50% - 20px);
  }
}

@media (max-width: 800px) {
  .sections article {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin: 9px 0;
  }
}

@media (min-width: 1200px) {
  .sections article {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(33.33% - 18px);
    -ms-flex: 0 0 calc(33.33% - 18px);
    flex: 0 0 calc(33.33% - 18px);
  }
}

.sections article .eyebrow {
  font-family: "urw-din-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 0.18em;
  display: inline-block;
  background-color: #3A85B3;
  padding: 8px 20px;
  margin: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  text-transform: uppercase;
}

.sections article .eyebrow a {
  color: currentColor;
}

.sections article .eyebrow:hover {
  opacity: 0.7;
}

.sections article .article-title {
  background-color: rgba(23, 72, 125, 0.9);
  color: white;
  display: block;
  padding: 20px;
  font-family: "urw-din", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.sections article .article-title a {
  display: block;
}

.sections article .article-title:hover {
  opacity: 0.7;
}

.sections .article-card {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sections .article-card header {
  padding-bottom: 56px;
  position: relative;
}

.sections .article-card figure {
  margin: 0;
}

.sections .article-card figure img {
  display: block;
  height: auto;
  max-width: 100%;
}

.sections .article-card figure.coming-soon img {
  -webkit-filter: saturate(0);
  filter: saturate(0);
}

.sections .article-card h2 {
  background-color: #17487D;
  color: white;
  font-family: "urw-din", sans-serif;
  font-size: 26px;
  font-weight: 400;
  margin: 0;
  line-height: 34px;
  padding: 11px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  left: 0;
}

.sections header {
  margin-bottom: 12px;
  width: 100%;
}

.page-title {
  color: #32444D;
  font-family: "urw-din", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  margin: 13px 0 32px;
}

.page-introduction h2 {
  color: #32444D;
  font-family: "urw-din", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  margin: 13px 0 32px;
}

.page-introduction .text-content p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.page-introduction .text-content p + p {
  margin-top: 24px;
}

.summary-box {
  background-color: #599B9B;
  color: white;
  font-size: 16px;
  line-height: 24px;
  padding: 30px 40px;
}

@media (min-width: 1230px) {
  .summary-box {
    float: right;
    margin-top: -30px;
    margin-left: 24px;
    margin-bottom: 24px;
    width: 597px;
  }
}

.executive-summary-sections-intro h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 24px;
}

.executive-summary-sections-intro p {
  font-size: 16px;
  line-height: 24px;
}

.page-header {
  margin-bottom: 60px;
  width: 100%;
}

.charts {
  margin-top: 34px;
}

@media (min-width: 600px) {
  .charts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.attributes {
  border: 2px solid #17487d;
}

@media (min-width: 600px) {
  .attributes {
    border-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

.attributes h3 {
  background-color: #17487d;
  color: white !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 400;
  line-height: 34px !important;
  margin: 0 !important;
  padding: 0 12px !important;
}

.attributes ul {
  margin: 18px 12px;
}

@media (min-width: 600px) {
  .attributes ul {
    margin-right: 24px;
  }
}

.attributes li + li {
  margin-top: 0 !important;
}

.relevant-technologies {
  border: 2px solid #17487d;
  margin-top: 34px;
}

@media (min-width: 600px) {
  .relevant-technologies {
    border-left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-top: 0;
  }
}

.relevant-technologies h3 {
  background-color: #17487d;
  color: white !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 400;
  line-height: 34px !important;
  margin: 0 !important;
  padding: 0 12px !important;
}

.relevant-technologies ul {
  margin: 18px 12px;
}

.relevant-technologies li + li {
  margin-top: 0 !important;
}

.copy-link {
  background: url(./dist/link-icon.svg) no-repeat left top;
  background-size: 28px 28px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 37px;
  margin-right: 12px;
  padding: 0;
  text-indent: -999em;
  width: 28px;
}

.copy-link:hover {
  opacity: 0.75;
}

#reference-modal {
  background-color: #d8d8d8;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 40px 24px 48px;
  width: 100%;
}

@media (min-width: 1200px) {
  #reference-modal {
    left: 50%;
    margin-left: -590px;
    width: 800px;
  }
}

#reference-modal a {
  color: #f47022;
}

#reference-modal p {
  display: inline;
}

#reference-modal .close-modal {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  position: absolute;
  height: 20px;
  top: 10px;
  right: 10px;
  padding: 0;
  text-indent: -999em;
  width: 20px;
}

#reference-modal .close-modal::before {
  background-color: black;
  border: 0;
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  height: 2px;
  padding: 0;
  text-indent: -999em;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  width: 20px;
}

#reference-modal .close-modal::after {
  background-color: black;
  border: 0;
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  height: 2px;
  padding: 0;
  text-indent: -999em;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  width: 20px;
}

.pager-navigation {
  border-top: 2px solid #4d4d4d;
  border-bottom: 2px solid #4d4d4d;
  margin-top: 102px;
  overflow: hidden;
  padding: 24px 0;
}

.pager-navigation a {
  color: #245781;
}

.pager-navigation a:hover {
  text-decoration: underline;
}

figure + .post-body {
  margin-top: 38px;
}

.alignleft {
  float: left;
  padding: 0 20px 10px 0;
}

.alignright {
  float: right;
  padding: 0 0 10px 20px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

::-moz-selection {
  background: #FAAF54;
}

::selection {
  background: #FAAF54;
}

.pum-content {
  color: #4d4d4d !important;
}

.pum-content ul {
  list-style-type: disc;
  padding-left: 16px;
}

.pum-trigger {
  border-bottom: 1px dashed #FAAF54;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

.pum-trigger:hover {
  color: #FAAF54;
  border-bottom-style: solid;
}

[role=banner] {
  background: #F5F6F7;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0 28px;
  z-index: 11;
}

[role=banner] .header-container {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 1210px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}

[role=banner] .header-container .logo-container {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  max-width: 250px;
}

[role=banner] .header-container .logo-container:hover {
  opacity: 0.7;
}

[role=banner] .header-container .logo-container a {
  display: block;
}

[role=banner] .header-container .report-name {
  background-color: #f47022;
  display: block;
  color: white;
  font-size: 12px;
  margin-top: 10px;
  padding: 3px 10px;
  text-align: center;
  max-width: 250px;
  width: 100%;
}

@media (max-width: 599px) {
  [role=banner] .header-container .report-name {
    font-size: 10px;
    width: 200px;
  }
}

[role=banner] .header-container .menus {
  z-index: 5;
}

@media (min-width: 1200px) {
  [role=banner] .header-container .menus {
    max-width: -webkit-calc(100% - 242px);
    max-width: calc(100% - 242px);
    position: relative;
  }
}

[role=banner] .header-container .menus ul.menu {
  padding-left: 0;
  margin: 0;
  text-align: center;
}

[role=banner] .header-container .menus ul.menu li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
}

[role=banner] .header-container .menus ul.menu li a {
  display: block;
  text-transform: uppercase;
  font-family: "urw-din-condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  line-height: 50px;
  padding-top: 4px;
  height: 55px;
}

[role=banner] .header-container .menus .top-menu-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

[role=banner] .header-container .menus .top-menu-row .menu-top-menu-container {
  margin-left: auto;
}

@media (min-width: 1200px) {
  [role=banner] .header-container .menus .top-menu-row .menu-top-menu-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 274px;
    -ms-flex: 0 0 274px;
    flex: 0 0 274px;
  }
}

[role=banner] .header-container .menus .top-menu-row ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

[role=banner] .header-container .menus .top-menu-row ul li a {
  background: #3A85B3;
  color: white;
}

[role=banner] .header-container .menus .top-menu-row ul li a:hover {
  background: #245781;
  color: white;
}

[role=banner] .header-container .menus .top-menu-row ul li.current_page_item a,
[role=banner] .header-container .menus .top-menu-row ul li.current-page-ancestor a {
  background: #245781;
}

[role=banner] .header-container .menus .top-menu-row .filler {
  background: #3a85b3;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
  max-width: 0;
  -webkit-transition: max-width 0.8s;
  transition: max-width 0.8s;
}

body.menu-open [role=banner] .header-container .menus .top-menu-row .filler,
body.search-open [role=banner] .header-container .menus .top-menu-row .filler {
  max-width: 196px;
}

[role=banner] .header-container .menus .top-menu-row #search-button {
  min-width: 57px;
  display: block;
  height: 55px;
  background: #36719E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  overflow: hidden;
  padding: 0 10px;
}

[role=banner] .header-container .menus .top-menu-row #search-button a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

[role=banner] .header-container .menus .top-menu-row #search-button form {
  max-width: 0;
  -webkit-transition: max-width 0.8s;
  transition: max-width 0.8s;
  opacity: 0;
  visibility: hidden;
}

body.menu-open [role=banner] .header-container .menus .top-menu-row #search-button form,
body.search-open [role=banner] .header-container .menus .top-menu-row #search-button form {
  max-width: 260px;
  opacity: 1;
  visibility: visible;
}

[role=banner] .header-container .menus .top-menu-row #search-button form .screen-reader-text {
  display: none;
}

[role=banner] .header-container .menus .top-menu-row #search-button form .search-field {
  background: transparent;
  -webkit-appearance: none;
  outline: none;
  border: none;
  height: 55px;
  line-height: 55px;
  color: #fff;
  width: 250px;
  margin-left: 10px;
}

[role=banner] .header-container .menus .top-menu-row #search-button form .search-submit {
  display: none;
}

[role=banner] .header-container .menus .top-menu-row #search-button i {
  margin-bottom: -2px;
}

[role=banner] .header-container .menus .expanded-menu {
  background-color: #245781;
  left: 0;
  width: 100%;
  -webkit-transition: visibility 0s, all 0.8s;
  transition: visibility 0s, all 0.8s;
  visibility: hidden;
  z-index: 5;
}

@media (min-width: 1200px) {
  [role=banner] .header-container .menus .expanded-menu {
    position: absolute;
    top: 110px;
    opacity: 0;
  }
}

body.menu-open [role=banner] .header-container .menus .expanded-menu {
  top: 110px;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

[role=banner] .header-container .menus .expanded-menu ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  padding: 13px 15px 9px;
  text-align: left;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

[role=banner] .header-container .menus .expanded-menu ol:before {
  content: "Technology Focused Sections";
  text-transform: uppercase;
  font-family: "urw-din-condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #7FA7BB;
  letter-spacing: 1.47px;
  line-height: 23px;
  padding-left: 10px;
  margin-bottom: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

[role=banner] .header-container .menus .expanded-menu ol li {
  font-family: "urw-din-condensed", sans-serif;
  font-weight: 600;
  padding: 0 10px;
  -webkit-box-flex: initial;
  -webkit-flex: initial;
  -ms-flex: initial;
  flex: initial;
  display: inline-block;
}

[role=banner] .header-container .menus .expanded-menu ol li a {
  background: transparent;
  display: block;
  height: 31px;
  line-height: 23px;
  color: #fff;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

[role=banner] .header-container .menus .expanded-menu ol li a:hover {
  opacity: 0.5;
}

[role=banner] .header-container .menus .expanded-menu .menu-top-main-container {
  position: relative;
  padding: 13px 25px 9px;
  background: #436272;
}

[role=banner] .header-container .menus .main-menu-row ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1200px) {
  [role=banner] .header-container .menus .main-menu-row ul {
    min-width: 895px;
  }
}

[role=banner] .header-container .menus .main-menu-row ul li a {
  background: #0069AD;
  color: white;
}

[role=banner] .header-container .menus .main-menu-row ul li a:hover {
  background: #245781;
}

[role=banner] .header-container .menus .main-menu-row ul li.current_page_item a,
[role=banner] .header-container .menus .main-menu-row ul li.current-page-ancestor a {
  background: #245781;
}

.single-business_case [role=banner] .header-container .menus ul.menu li.menu-item-29 a,
.single-profile [role=banner] .header-container .menus ul.menu li.menu-item-29 a,
.single-concepts [role=banner] .header-container .menus ul.menu li.menu-item-30 a,
.category [role=banner] .header-container .menus ul.menu li.menu-item-28 a,
.single-post [role=banner] .header-container .menus ul.menu li.menu-item-28 a,
.single-resource [role=banner] .header-container .menus ul.menu li.menu-item-31 a {
  background: #245781;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.67);
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.67);
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.67);
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.67);
  opacity: 1;
}

input:-ms-input-placeholder,
input::-ms-input-placeholder,
textarea:-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.67);
  opacity: 1;
}

#body-overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
  -webkit-transition: visibility 0s, all 0.8s;
  transition: visibility 0s, all 0.8s;
}

body.menu-open #body-overlay,
body.contact-open #body-overlay {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

body.contact-open #body-overlay {
  z-index: 99;
}

body.menu-open,
body.contact-open {
  overflow: hidden;
}

.menu-button {
  border: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #245781;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 57px;
  -ms-flex: 0 0 57px;
  flex: 0 0 57px;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 8px 0 0 0;
}

.menu-button .bars {
  width: 24px;
  height: 14px;
  position: relative;
  margin-bottom: 2px;
  overflow: hidden;
}

.menu-button .bars span {
  background: #fff;
  display: block;
  height: 2px;
  width: 14px;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.8s, opacity 0.4s;
  transition: all 0.8s, opacity 0.4s;
  -webkit-transition-delay: 0s, 0.4s;
  transition-delay: 0s, 0.4s;
}

.menu-button .bars span:nth-child(1) {
  top: 0;
}

.menu-button .bars span:nth-child(2),
.menu-button .bars span:nth-child(3) {
  width: 27px;
  top: 6px;
}

.menu-button .bars span:nth-child(4) {
  width: 18px;
  top: 12px;
}

body.menu-open .menu-button .bars span {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

body.menu-open .menu-button .bars span:nth-child(1) {
  opacity: 0;
}

body.menu-open .menu-button .bars span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

body.menu-open .menu-button .bars span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

body.menu-open .menu-button .bars span:nth-child(4) {
  opacity: 0;
}

.menu-button span {
  text-transform: uppercase;
  font-family: "urw-din-condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  color: #B0BFC8;
  letter-spacing: 1.2px;
  line-height: 23px;
}

@media (min-width: 1200px) {
  #mobile-menu-button {
    display: none;
  }
}

@media (max-width: 1199px) {
  [role=banner] .logo-container img {
    max-width: 33vw;
  }

  [role=banner] .header-container .menus {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    max-width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    background: #436272;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -ms-transform 0.8s;
    transition: transform 0.8s;
    padding-bottom: 40px;
  }

  body.menu-open [role=banner] .header-container .menus {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  body.admin-bar [role=banner] .header-container .menus {
    top: 32px;
  }

  [role=banner] .header-container .menus ul.menu li a {
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
  }

  [role=banner] .header-container .menus .top-menu-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  [role=banner] .header-container .menus .top-menu-row .menu-top-menu-container {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #3a85b3;
  }

  [role=banner] .header-container .menus .top-menu-row .menu-top-menu-container ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 13px 0 9px;
    text-align: left;
  }

  [role=banner] .header-container .menus .top-menu-row .menu-top-menu-container ul li a:hover {
    background: #589FC4;
  }

  [role=banner] .header-container .menus .top-menu-row .filler {
    display: none;
  }

  [role=banner] .header-container .menus .top-menu-row #search-button {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  [role=banner] .header-container .menus .top-menu-row #search-button form .search-field {
    width: 200px;
  }

  [role=banner] .header-container .menus .top-menu-row .menu-button {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  [role=banner] .header-container .menus .top-menu-row .menu-button > span {
    content: "Close";
  }

  [role=banner] .header-container .menus .top-menu-row .expanded-menu {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    position: static;
    top: auto;
    left: auto;
    opacity: 1;
    visibility: visible;
  }

  [role=banner] .header-container .menus .top-menu-row .expanded-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  [role=banner] .header-container .menus .main-menu-row .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  [role=banner] .header-container .menus .main-menu-row .menu li {
    text-align: left;
  }
}

.logo-container {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

[role=contentinfo] {
  background: #3a85b3;
  position: relative;
  padding: 25px 15px;
  margin-top: 40px;
}

[role=contentinfo] .btt-container {
  max-width: 1180px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-100%);
  -ms-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
  text-align: right;
}

[role=contentinfo] .btt-container a {
  margin-left: auto;
  display: inline-block;
  background: #F47022;
  font-family: "urw-din-condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 2px 10px 0;
  line-height: 23px;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}

[role=contentinfo] .footer-content {
  max-width: 1180px;
  margin: 0 auto;
}

@media (max-width: 1079px) {
  [role=contentinfo] .footer-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

[role=contentinfo] .footer-content a {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

[role=contentinfo] .footer-content a:hover {
  opacity: 0.7;
}

[role=contentinfo] .footer-content .site-info {
  position: relative;
  z-index: 3;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 636px;
  -ms-flex: 1 1 636px;
  flex: 1 1 636px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1079px) {
  [role=contentinfo] .footer-content .site-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

[role=contentinfo] .footer-content .site-info img {
  margin: 15px 0;
}

[role=contentinfo] .footer-content .site-info p {
  margin: 15px 0;
  padding: 0 30px;
  opacity: 0.81;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #525252;
  letter-spacing: 0;
  line-height: 22px;
  max-width: 457px;
}

.social-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
  margin: 0 auto 24px;
  padding: 0;
  width: 175px;
}

.social-container #facebook {
  background-image: url("./dist/facebook.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.social-container #twitter {
  background-image: url("./dist/twitter.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.social-container #rss {
  background-image: url("./dist/rss.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.social-container #linkedin {
  background-image: url("./dist/linkedin.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

#site-nav {
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#site-nav .middle-section {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  margin-left: auto;
  margin-right: auto;
  max-width: 510px;
}

@media (min-width: 1100px) {
  #site-nav .middle-section {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
  }
}

@media (min-width: 1100px) {
  #site-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
  }
}

#site-nav a {
  color: white !important;
  font-size: 13px;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

#copyright {
  display: block;
}

#text-row-committee {
  margin: 0 auto 24px;
  text-align: center;
}

@media (max-width: 599px) {
  #text-row-committee {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 1100px) {
  #text-row-committee {
    margin-bottom: 0;
    width: 80%;
  }
}

#text-row-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 4px auto 24px;
  text-align: center;
}

@media (max-width: 599px) {
  #text-row-copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 1100px) {
  #text-row-copyright {
    margin-bottom: 0;
  }
}

#nam-link,
#trb-link {
  text-align: center;
}

#nam-link {
  margin-bottom: 24px;
}

@media (min-width: 1100px) {
  #nam-link {
    margin-bottom: 0;
  }
}

#trb-link {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

#contact-form {
  position: fixed;
  top: 0;
  color: white;
  z-index: 8;
  width: 100vw;
  background: #454545;
  box-shadow: none;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

body.admin-bar #contact-form {
  top: 32px;
}

@media (max-width: 600px) {
  #contact-form {
    max-height: -webkit-calc(100vh - 40px);
    max-height: calc(100vh - 40px);
    overflow-y: scroll;
  }

  body.admin-bar #contact-form {
    max-height: -webkit-calc(100vh - 46px);
    max-height: calc(100vh - 46px);
  }
}

@media print {
  #contact-form {
    display: none;
  }
}

#contact-form label {
  font-family: "urw-din-condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 2.62px;
  text-transform: uppercase;
}

#contact-form p {
  margin: 0;
}

#contact-form ol {
  list-style-type: none;
  margin: 12px 0 0;
  padding: 0;
}

@media (min-width: 600px) {
  #contact-form ol {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 18px;
  }

  #contact-form ol li:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }

  #contact-form ol li:nth-child(3) {
    grid-column: 2;
    grid-row: 1/span 2;
  }

  #contact-form ol li:nth-child(4) {
    grid-column: 2;
    grid-row: 3;
  }
}

#contact-form input,
#contact-form textarea {
  font-size: 16px;
  font-family: "open-sans", sans-serif;
  width: 100%;
  background: #727272;
  border: none;
  color: #fff;
  display: block;
  padding: 5px;
}

#contact-form input:focus,
#contact-form textarea:focus {
  outline-color: #000;
}

#contact-form input {
  height: 35px;
  font-size: 16px;
}

#contact-form textarea {
  height: 109px;
}

#contact-form .submit {
  text-align: right;
}

#contact-form input[type=submit] {
  -webkit-appearance: none;
  width: 160px;
  background: #589FC4;
  line-height: 29px;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 2.62px;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  margin-left: auto;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  cursor: pointer;
}

#contact-form input[type=submit]:hover {
  opacity: 0.8;
}

#contact-form .contact-container {
  padding: 27px 15px 34px;
  max-width: 1210px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

@media (max-width: 1072px) {
  #contact-form .contact-container {
    max-width: 550px;
  }
}

@media (min-width: 1073px) {
  #contact-form .contact-container .contact-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 41.32%;
    -ms-flex: 0 1 41.32%;
    flex: 0 1 41.32%;
  }
}

#contact-form .contact-container .contact-info h1 {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  color: #FFFFFF;
  letter-spacing: -0.84px;
  margin: 0 0 15px;
}

#contact-form .contact-container .contact-info hr {
  border: none;
  border-top: 1px solid #979797;
}

#contact-form .contact-container .contact-info .addresses {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 24px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.31);
}

@media (min-width: 440px) {
  #contact-form .contact-container .contact-info .addresses {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#contact-form .contact-container .contact-info a {
  color: white;
  text-decoration: underline;
  text-decoration-style: dotted;
}

#contact-form .contact-container .form {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 543px;
  -ms-flex: 0 1 543px;
  flex: 0 1 543px;
}

@media (min-width: 1073px) {
  #contact-form .contact-container .form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 44.87%;
    -ms-flex: 0 1 44.87%;
    flex: 0 1 44.87%;
  }
}

#contact-form .contact-container .form .validation_error,
#contact-form .contact-container .form .validation_message {
  color: red;
}

#contact-form .contact-container .form h3 {
  display: none;
}

#contact-form .contact-container .form .gform_heading {
  margin-bottom: 10px;
}

#contact-form .contact-container .form .gform_description {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  margin-bottom: 10px;
}

#contact-form .contact-container .form ul {
  padding-left: 0;
  margin: 0;
}

@media (min-width: 571px) {
  #contact-form .contact-container .form .gform_body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#contact-form .contact-container .form .gform_body .left-fields {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 203px;
  -ms-flex: 0 0 203px;
  flex: 0 0 203px;
  min-height: 126px;
}

@media (min-width: 571px) {
  #contact-form .contact-container .form .gform_body .left-fields {
    margin-right: 14px;
  }
}

#contact-form .contact-container .form .gform_body .left-fields ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

#contact-form .contact-container .form .gform_body #field_1_4 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
}

#contact-form #close-contact-form {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #000;
  padding: 5px 10px;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 2.62px;
  text-transform: uppercase;
}

body.contact-open #contact-form {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
}

#shiftable-content {
  background: #fff;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -ms-transform 0.8s;
  transition: transform 0.8s;
  max-width: 100vw;
}

.wpcf7-not-valid {
  border: 1px solid #f00 !important;
}

span.wpcf7-not-valid-tip {
  color: white;
  font-size: 14px;
  font-style: italic;
  margin-top: 6px;
}

div.wpcf7-validation-errors {
  border-color: #f00;
}

div.wpcf7-mail-sent-ok {
  border: 0;
}

.email-updates-box {
  background: #E24F39;
  padding: 20px 20px 0;
}

.email-updates-box form {
  color: white;
  margin-top: 10px;
}

.email-updates-box form ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.email-updates-box form ol li:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 24px;
}

.email-updates-box form ol li:nth-child(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(100% - 50px);
  -ms-flex: 0 0 calc(100% - 50px);
  flex: 0 0 calc(100% - 50px);
}

.email-updates-box form ol li:nth-child(2) label {
  display: none;
}

.email-updates-box form ol li:nth-child(3) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}

.email-updates-box form span.wpcf7-list-item {
  display: block;
  margin: 0 0 6px;
}

.email-updates-box form input[type=checkbox] {
  background-color: white;
  height: 16px;
  width: 16px;
}

.email-updates-box form .categories label {
  color: #fff;
  display: block;
}

.email-updates-box form .categories label:first-child {
  font-weight: bold;
}

.email-updates-box form .email-row {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.email-updates-box form .email-row label {
  display: none;
}

.email-updates-box form input[type=email] {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
  background: rgba(255, 255, 255, 0.25);
  border: none;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 14px;
  padding: 0 5px;
  width: 100%;
}

.email-updates-box form input[type=email]:focus {
  outline-color: #AF1C06;
}

.email-updates-box form input[type=submit] {
  background: rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  height: 35px;
  font-family: "urw-din-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: white;
  cursor: pointer;
  letter-spacing: 0;
  border: none;
  text-transform: uppercase;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  width: 70px;
}

.email-updates-box form input[type=submit]:hover {
  background: rgba(0, 0, 0, 0.45);
}

#main-container .intro-section {
  max-width: 1180px;
  margin: 0 auto 30px;
}

@media (min-width: 1080px) {
  #main-container .intro-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#main-container .intro-section article.featured-post {
  position: relative;
  padding: 20px;
}

@media (min-width: 750px) {
  #main-container .intro-section article.featured-post {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 1200px) {
  #main-container .intro-section article.featured-post {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.1%;
    -ms-flex: 0 0 66.1%;
    flex: 0 0 66.1%;
  }
}

#main-container .intro-section article.featured-post a {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  position: relative;
  z-index: 10;
}

#main-container .intro-section article.featured-post a:hover {
  opacity: 0.7;
}

#main-container .intro-section article.featured-post .background {
  background-color: #1e2d3e;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-blend-mode: overlay;
  z-index: 2;
}

#main-container .intro-section article.featured-post .meta {
  position: relative;
  z-index: 10;
}

#main-container .intro-section article.featured-post .meta h2 {
  background: #F47022;
  font-family: "urw-din-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 30px;
  padding: 3px 10px 0;
  display: inline-block;
  margin: 40px 0 0;
}

#main-container .intro-section article.featured-post .meta .title-block {
  background: rgba(0, 105, 173, 0.9);
  padding: 20px;
}

#main-container .intro-section article.featured-post .meta .title-block h1 {
  font-style: normal;
  font-weight: 300;
  font-size: 38px;
  color: #FFFFFF;
  letter-spacing: -1px;
  line-height: 1.25;
  margin: 0 0 10px;
}

#main-container .intro-section article.featured-post .meta .title-block .author {
  margin: 0;
  opacity: 0.8;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  color: #8BCCEF;
  letter-spacing: 2.79px;
  text-transform: uppercase;
}

#main-container .intro-section article.featured-post .excerpt {
  position: relative;
  z-index: 10;
  margin: 40px 30px 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 310px;
  -ms-flex: 0 0 310px;
  flex: 0 0 310px;
}

#main-container .intro-section article.featured-post .excerpt p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 24px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.31);
  margin: 0;
}

#main-container .intro-section article.featured-post .excerpt p + p {
  margin-top: 20px;
}

#main-container .intro-section .right-side {
  margin-top: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 380px;
  -ms-flex: 0 0 380px;
  flex: 0 0 380px;
}

@media (min-width: 1080px) {
  #main-container .intro-section .right-side {
    margin-top: 0;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 830px) {
  #main-container .intro-section .right-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

#main-container .intro-section .right-side h2 {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 3.43px;
  margin: 0 0 10px;
}

#main-container .intro-section .right-side .site-info {
  background: #599B9B;
  color: white;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
}

#main-container .intro-section .right-side .site-info h2 {
  font-family: "urw-din-condensed", sans-serif;
  font-weight: 900;
  display: block;
  margin-bottom: 6px;
  width: 100%;
}

#main-container .intro-section .right-side .site-info p {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0;
}

#main-container .intro-section .right-side .site-info p a {
  text-decoration: underline;
}

@media (min-width: 1080px) {
  #main-container .intro-section .right-side .social {
    margin-top: 20px;
  }
}

@media (max-width: 829px) {
  #main-container .intro-section .right-side .social {
    margin-top: 15px;
    width: 100%;
  }
}

#main-container .intro-section .right-side .social .follow-us-box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 150px;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  background: #C73924;
  padding: 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1079px) {
  #main-container .intro-section .right-side .social .follow-us-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 429px) {
  #main-container .intro-section .right-side .social .follow-us-box {
    margin-top: 15px;
  }
}

#main-container .intro-section .right-side .social .follow-us-box h2 {
  margin: 0;
}

#main-container .featured-sections {
  max-width: 1220px;
  margin: 0 auto 30px;
}

@media (max-width: 1229px) {
  #main-container .featured-sections {
    max-width: 1180px;
  }
}

#main-container .featured-sections h2 {
  margin: 0 20px;
  font-family: "urw-din", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  color: #32444D;
  letter-spacing: -0.84px;
}

@media (max-width: 1229px) {
  #main-container .featured-sections h2 {
    margin: 0;
  }
}

#main-container .featured-sections h2 small {
  font-weight: 400;
  font-size: 16px;
  color: #6A6A6A;
  line-height: 19px;
  padding-left: 27px;
}

@media (max-width: 595px) {
  #main-container .featured-sections h2 small {
    display: block;
    padding-left: 0;
  }
}

#main-container .left-column > h2 {
  margin: 0 0 10px;
  font-family: "urw-din", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  color: #32444D;
  letter-spacing: -0.84px;
}

#main-container .left-column > h2 small {
  font-weight: 400;
  font-size: 16px;
  color: #6A6A6A;
  letter-spacing: -0.42px;
  padding-left: 18px;
}

@media (max-width: 595px) {
  #main-container .left-column > h2 small {
    display: block;
    padding-left: 0;
  }
}

.wpp-list img {
  max-width: 80px;
}

#research-disclaimer-modal {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
}

#research-disclaimer-modal button {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background: url(./dist/close-button.svg) no-repeat;
  background-size: 32px 32px;
  border: 0;
  cursor: pointer;
  display: block;
  height: 32px;
  margin-bottom: 60px;
  padding: 0;
  text-indent: -999em;
  width: 32px;
}

#research-disclaimer-modal.show {
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.85);
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 0 30vw;
}

#research-disclaimer-modal a {
  color: white;
  text-decoration: underline;
}

@media print {
  .widget {
    display: none;
  }
}

.widget + .widget {
  margin-top: 30px;
}

.widget h2 {
  font-family: "urw-din-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 3.43px;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
}

.widget.category-description-box {
  background: #599A9B;
  color: white;
  padding: 20px;
}

.widget.category-description-box h2 {
  margin-bottom: 8px;
}

.widget.category-description-box p {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 0;
}

.widget.popular {
  background: rgba(237, 237, 237, 0.7);
}

.widget.popular h2 {
  background: #0069AD;
  padding: 15px 20px 13px;
  margin: 0;
}

.widget.popular .wpp-list {
  padding: 0 20px;
  margin: 0;
}

.widget.popular .wpp-list li {
  margin-bottom: 0;
}

.widget.popular .wpp-list li article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 0;
}

.widget.popular .wpp-list li article h1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(100% - 80px);
  -ms-flex: 0 0 calc(100% - 80px);
  flex: 0 0 calc(100% - 80px);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #4E4E4E;
  letter-spacing: -1px;
  margin: 0;
}

.widget.popular .wpp-list li article .thumbnail {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
}

.widget.popular .wpp-list li + li {
  border-top: 1px solid rgba(151, 151, 151, 0.39);
}

.widget.popular .categories {
  padding: 20px 20px;
  margin: 0;
}

.widget.popular .categories li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "urw-din-condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
  color: #8C979D;
}

.widget.popular .categories li + li {
  margin-top: 10px;
}

.widget.popular .categories li.header {
  color: #8C979D;
}

.widget.popular .categories li a {
  color: #4A5358;
}

.widget.popular .categories li .category {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 230px;
  -ms-flex: 0 1 230px;
  flex: 0 1 230px;
  position: relative;
}

.widget.popular .categories li .category span {
  position: relative;
  z-index: 2;
}

.widget.popular .categories li .category .bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(244, 112, 34, 0.16);
}

.email-updates-box {
  background: #F47022;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}

@media (max-width: 1079px) {
  .email-updates-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 829px) {
  .email-updates-box {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
    max-width: none;
  }
}

.email-updates-box .email-updates-box {
  background: #E24F39;
  padding: 20px 20px 0;
}

.email-updates-box .email-updates-box form {
  color: white;
  margin-top: 10px;
}

.email-updates-box .email-updates-box form ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.email-updates-box .email-updates-box form ol li:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 24px;
}

.email-updates-box .email-updates-box form ol li:nth-child(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(100% - 50px);
  -ms-flex: 0 0 calc(100% - 50px);
  flex: 0 0 calc(100% - 50px);
}

.email-updates-box .email-updates-box form ol li:nth-child(2) label {
  display: none;
}

.email-updates-box .email-updates-box form ol li:nth-child(3) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}

.email-updates-box .email-updates-box form span.wpcf7-list-item {
  display: block;
  margin: 0 0 6px;
}

.email-updates-box .email-updates-box form input[type=checkbox] {
  background-color: white;
  height: 16px;
  width: 16px;
}

.email-updates-box .email-updates-box form .categories label {
  color: #fff;
  display: block;
}

.email-updates-box .email-updates-box form .categories label:first-child {
  font-weight: bold;
}

.email-updates-box .email-updates-box form .email-row {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.email-updates-box .email-updates-box form .email-row label {
  display: none;
}

.email-updates-box .email-updates-box form input[type=email] {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
  background: rgba(255, 255, 255, 0.25);
  border: none;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 14px;
  padding: 0 5px;
  width: 100%;
}

.email-updates-box .email-updates-box form input[type=email]:focus {
  outline-color: #AF1C06;
}

.email-updates-box .email-updates-box form input[type=submit] {
  background: rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  height: 35px;
  font-family: "urw-din-condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: white;
  cursor: pointer;
  letter-spacing: 0;
  border: none;
  text-transform: uppercase;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  width: 70px;
}

.email-updates-box .email-updates-box form input[type=submit]:hover {
  background: rgba(0, 0, 0, 0.45);
}

.email-updates-box .mc4wp-form-fields {
  width: 100%;
}

.email-updates-box .categories {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-height: 26px;
  overflow-y: hidden;
  -webkit-transition: max-height 0.4s;
  transition: max-height 0.4s;
}

.email-updates-box .categories.open {
  max-height: 200px;
}

.email-updates-box .categories.open label:nth-child(2) {
  background: #ae3f2f;
}

.email-updates-box .categories label:first-child {
  display: none;
}

.email-updates-box .categories label {
  text-align: right;
  padding: 3px 20px 3px 10px;
  background: #AE3F2F;
  width: 180px;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}

.email-updates-box .categories label:nth-child(2) {
  background: rgba(255, 255, 255, 0.25);
  max-width: 74px;
  position: relative;
}

.email-updates-box .categories label .categories-open {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #8B3022;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
  cursor: pointer;
}

.email-updates-box .categories label span {
  padding-right: 5px;
  font-size: 14px;
  letter-spacing: 0;
}

.email-updates-box .categories label input[type=checkbox] {
  float: right;
}

.subpage-nav {
  display: none;
  list-style-type: none;
  margin: 18px 0 0;
  padding: 0;
}

@media (min-width: 1200px) {
  .subpage-nav {
    display: block;
  }
}

.subpage-nav + .widget {
  margin-top: 18px;
}

.subpage-nav li:not(:first-child) {
  margin-top: 7px;
}

.subpage-nav a {
  background-color: #3A85B3;
  color: white;
  display: block;
  font-family: "urw-din", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 16px 15px;
}

.subpage-nav a:hover {
  background-color: #245781;
  font-weight: 700;
}

.subpage-nav .current_page_item a {
  background-color: #245781;
  font-weight: 700;
}

@media (min-width: 550px) {
  body.page-id-14 .body-content .left-column .sections {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 37px;
    -moz-column-gap: 37px;
    column-gap: 37px;
  }
}

body.page-id-14 .body-content .left-column .sections .widget {
  display: inline-block;
  background: #FAAF54;
  padding: 20px;
  margin-bottom: 37px;
  color: #54340E;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

body.page-id-14 .body-content .left-column .sections .widget:nth-child(1),
body.page-id-14 .body-content .left-column .sections .widget:nth-child(6) {
  background: #064482;
  color: #fff;
}

body.page-id-14 .body-content .left-column .sections .widget:nth-child(3),
body.page-id-14 .body-content .left-column .sections .widget:nth-child(4) {
  background: #589FC4;
  color: #fff;
}

body.page-id-14 .body-content .left-column .sections .widget:nth-child(5) {
  background: #E24F39;
  color: #fff;
}

body.page-id-14 .body-content .left-column .sections .widget h2 {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 3.43px;
  margin: 0;
  text-transform: uppercase;
}

body.page-id-14 .body-content .left-column .sections .widget p {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0;
}

body.page-id-14 .body-content .left-column .sections .widget:hover {
  opacity: 0.8;
}

@media (min-width: 550px) {
  body.page-id-14 .body-content .left-column .contributors section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

body.page-id-14 .body-content .left-column .contributors section + section {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #DBDBDB;
}

body.page-id-14 .body-content .left-column .contributors section .photo-box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  max-width: 200px;
  margin: 0 auto;
}

body.page-id-14 .body-content .left-column .contributors section .photo-box .photo {
  width: 100%;
  min-height: 200px;
  background-size: cover;
}

body.page-id-14 .body-content .left-column .contributors section .photo-box a {
  font-weight: bold;
  font-size: 14px;
  color: #969696;
  letter-spacing: 0;
}

body.page-id-14 .body-content .left-column .contributors section .author-info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 560px;
  -ms-flex: 0 1 560px;
  flex: 0 1 560px;
}

@media (max-width: 815px) {
  body.page-id-14 .body-content .left-column .contributors section .author-info {
    margin-left: 25px;
  }
}

body.page-id-14 .body-content .left-column .contributors section .author-info h1 {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  color: #565656;
  letter-spacing: 2.44px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 0 !important;
}

body.page-id-14 .body-content .left-column .contributors section .author-info h2 {
  font-weight: bold;
  font-size: 14px;
  color: #E24F39;
  letter-spacing: 0;
  margin: 0;
}

body.page-id-14 .body-content .left-column .contributors section .author-info p {
  margin: 0;
  font-size: 16px;
  color: #565656;
  letter-spacing: 0;
  line-height: 22px;
}

body.page-id-14 .body-content .left-column .contributors section .author-info p + p {
  margin-top: 15px;
}

#st_gdpr_iframe {
  bottom: 4px;
  z-index: -1;
}
