@charset "UTF-8";
/* RESET.CSS */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* end RESET.CSS */
.brand-1 {
  color: #000; }

.brand-1-bg {
  background-color: #000; }

.black {
  color: #000; }

.black-bg {
  background-color: #000; }

.white {
  color: #fff; }

.white-bg {
  background-color: #fff; }

.grey-mist {
  color: #f2f2f2; }

.grey-mist-bg {
  background-color: #f2f2f2; }

.grey-cloud {
  color: #eaeaea; }

.grey-cloud-bg {
  background-color: #eaeaea; }

.grey-silver {
  color: #aaa; }

.grey-silver-bg {
  background-color: #aaa; }

.grey-cement {
  color: #929292; }

.grey-cement-bg {
  background-color: #929292; }

.grey-gravel {
  color: #333; }

.grey-gravel-bg {
  background-color: #333; }

.grey-coal-tint {
  color: #2c2c2c; }

.grey-coal-tint-bg {
  background-color: #2c2c2c; }

.grey-coal {
  color: #222; }

.grey-coal-bg {
  background-color: #222; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.float-left {
  float: left; }
  .float-left.col {
    float: left; }

.float-right {
  float: right; }
  .float-right.col, .float-right.col-lg, .float-right.col-sm {
    float: right; }

.container-full {
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px; }

.container-xl {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px; }

.container-lg {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px; }

.container-mid {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px; }

.container-sm {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px; }

.container-text {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px; }

.gutter {
  padding-left: 14px;
  padding-right: 14px; }

.gutter-sm {
  padding-left: 7px;
  padding-right: 7px; }

.gutter-lg {
  padding-left: 28px;
  padding-right: 28px; }

.row {
  margin-left: -14px;
  margin-right: -14px; }
  .row:after {
    content: "";
    display: table;
    clear: both; }

.row-sm {
  margin-left: -7px;
  margin-right: -7px; }
  .row-sm:after {
    content: "";
    display: table;
    clear: both; }

.row-lg {
  margin-left: -28px;
  margin-right: -28px; }
  .row-lg:after {
    content: "";
    display: table;
    clear: both; }

.row-xl {
  margin-left: -56px;
  margin-right: -56px; }
  .row-xl:after {
    content: "";
    display: table;
    clear: both; }

.col {
  width: 100%;
  float: left;
  padding-left: 14px;
  padding-right: 14px; }

.col-inline {
  width: 100%;
  display: inline-block;
  padding-left: 14px;
  padding-right: 14px;
  vertical-align: top; }

.col-sm {
  width: 100%;
  float: left;
  padding-left: 7px;
  padding-right: 7px; }

.col-lg {
  width: 100%;
  float: left;
  padding-left: 28px;
  padding-right: 28px; }

.col-xl {
  width: 100%;
  float: left;
  padding-left: 56px;
  padding-right: 56px; }

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.66667%; }

.col-10 {
  width: 83.33333%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66667%; }

.col-7 {
  width: 58.33333%; }

.col-6 {
  width: 50%; }

.col-5 {
  width: 41.66667%; }

.col-4 {
  width: 33.33333%; }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.66667%; }

.col-1 {
  width: 8.33333%; }

@media (min-width: 600px) {
  .col-12-sm {
    width: 100%; }
  .col-11-sm {
    width: 91.66667%; }
  .col-10-sm {
    width: 83.33333%; }
  .col-9-sm {
    width: 75%; }
  .col-8-sm {
    width: 66.66667%; }
  .col-7-sm {
    width: 58.33333%; }
  .col-6-sm {
    width: 50%; }
  .col-5-sm {
    width: 41.66667%; }
  .col-4-sm {
    width: 33.33333%; }
  .col-3-sm {
    width: 25%; }
  .col-2-sm {
    width: 16.66667%; }
  .col-1-sm {
    width: 8.33333%; } }

@media (min-width: 740px) {
  .col-12-mid {
    width: 100%; }
  .col-11-mid {
    width: 91.66667%; }
  .col-10-mid {
    width: 83.33333%; }
  .col-9-mid {
    width: 75%; }
  .col-8-mid {
    width: 66.66667%; }
  .col-7-mid {
    width: 58.33333%; }
  .col-6-mid {
    width: 50%; }
  .col-5-mid {
    width: 41.66667%; }
  .col-4-mid {
    width: 33.33333%; }
  .col-3-mid {
    width: 25%; }
  .col-2-mid {
    width: 16.66667%; }
  .col-1-mid {
    width: 8.33333%; } }

@media (min-width: 960px) {
  .col-12-lg {
    width: 100%; }
  .col-11-lg {
    width: 91.66667%; }
  .col-10-lg {
    width: 83.33333%; }
  .col-9-lg {
    width: 75%; }
  .col-8-lg {
    width: 66.66667%; }
  .col-7-lg {
    width: 58.33333%; }
  .col-6-lg {
    width: 50%; }
  .col-5-lg {
    width: 41.66667%; }
  .col-4-lg {
    width: 33.33333%; }
  .col-3-lg {
    width: 25%; }
  .col-2-lg {
    width: 16.66667%; }
  .col-1-lg {
    width: 8.33333%; } }

@media (min-width: 1200px) {
  .col-12-xl {
    width: 100%; }
  .col-11-xl {
    width: 91.66667%; }
  .col-10-xl {
    width: 83.33333%; }
  .col-9-xl {
    width: 75%; }
  .col-8-xl {
    width: 66.66667%; }
  .col-7-xl {
    width: 58.33333%; }
  .col-6-xl {
    width: 50%; }
  .col-5-xl {
    width: 41.66667%; }
  .col-4-xl {
    width: 33.33333%; }
  .col-3-xl {
    width: 25%; }
  .col-2-xl {
    width: 16.66667%; }
  .col-1-xl {
    width: 8.33333%; } }

@font-face {
  font-family: 'icomoon';
  src: url("../../assets/font-icons/fonts/icomoon.eot?tzwykg");
  src: url("../../assets/font-icons/fonts/icomoon.eot?tzwykg#iefix") format("embedded-opentype"), url("../../assets/font-icons/fonts/icomoon.ttf?tzwykg") format("truetype"), url("../../assets/font-icons/fonts/icomoon.woff?tzwykg") format("woff"), url("../../assets/font-icons/fonts/icomoon.svg?tzwykg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-chevron-thin-left:before {
  content: "\e900"; }

.icon-chevron-thin-right:before {
  content: "\e901"; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.center-element {
  margin-left: auto;
  margin-right: auto; }

.center-element-inline {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.vertical-center, .graphic-seperator-circle-block:before, .graphic-seperator-circle-block:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.dead-center, .graphic-seperator-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }

.vertical-i-top {
  display: inline-block;
  vertical-align: top; }

.vertical-i-middle, .form-label-inline, .form-input-inline {
  display: inline-block;
  vertical-align: middle; }

.spacing-v {
  padding-top: 14px;
  padding-bottom: 14px; }

.spacing-2-v {
  padding-top: 28px;
  padding-bottom: 28px; }

.spacing-3-v {
  padding-top: 42px;
  padding-bottom: 42px; }

.spacing-4-v {
  padding-top: 56px;
  padding-bottom: 56px; }

.spacing-5-v {
  padding-top: 70px;
  padding-bottom: 70px; }

.spacing-6-v {
  padding-top: 84px;
  padding-bottom: 84px; }

.spacing-7-v {
  padding-top: 98px;
  padding-bottom: 98px; }

.spacing-8-v {
  padding-top: 112px;
  padding-bottom: 112px; }

.spacing-half-v {
  padding-top: 7px;
  padding-bottom: 7px; }

.spacing-h {
  padding-left: 14px;
  padding-right: 14px; }

.spacing-2-h {
  padding-left: 28px;
  padding-right: 28px; }

.spacing-3-h {
  padding-left: 42px;
  padding-right: 42px; }

.spacing-4-h {
  padding-left: 56px;
  padding-right: 56px; }

.spacing-5-h {
  padding-left: 70px;
  padding-right: 70px; }

.spacing-6-h {
  padding-left: 84px;
  padding-right: 84px; }

.spacing-7-h {
  padding-left: 98px;
  padding-right: 98px; }

.spacing-8-h {
  padding-left: 112px;
  padding-right: 112px; }

.spacing-half-h {
  padding-left: 7px;
  padding-right: 7px; }

.spacing-t {
  padding-top: 14px; }

.spacing-2-t {
  padding-top: 28px; }

.spacing-3-t {
  padding-top: 42px; }

.spacing-4-t {
  padding-top: 56px; }

.spacing-5-t {
  padding-top: 70px; }

.spacing-6-t {
  padding-top: 84px; }

.spacing-7-t {
  padding-top: 98px; }

.spacing-8-t {
  padding-top: 112px; }

.spacing-half-t {
  padding-top: 7px; }

.spacing-b {
  padding-bottom: 14px; }

.spacing-2-b {
  padding-bottom: 28px; }

.spacing-3-b {
  padding-bottom: 42px; }

.spacing-4-b {
  padding-bottom: 56px; }

.spacing-5-b {
  padding-bottom: 70px; }

.spacing-6-b {
  padding-bottom: 84px; }

.spacing-7-b {
  padding-bottom: 98px; }

.spacing-8-b {
  padding-bottom: 112px; }

.spacing-half-b {
  padding-bottom: 7px; }

.spacing {
  padding: 14px; }

.spacing-2 {
  padding: 28px; }

.spacing-3 {
  padding: 42px; }

.spacing-4 {
  padding: 56px; }

.spacing-5 {
  padding: 70px; }

.spacing-6 {
  padding: 84px; }

.spacing-7 {
  padding: 98px; }

.spacing-8 {
  padding: 112px; }

.spacing-half {
  padding: 7px; }

.show {
  display: block; }

.show-inline {
  display: inline-block; }

.hide {
  display: none; }

img, video, svg {
  max-width: 100%;
  height: auto; }

svg {
  max-height: 100%; }

.full-width {
  width: 100%;
  display: block; }

.table {
  border-collapse: collapse; }

.table th, td {
  border: 1px solid #7f7f7f;
  padding: 5px; }

.iframe-responsive {
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%; }
  .iframe-responsive iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.show-on-screen-reader, .show-on-focus {
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px); }

.show-on-focus:active, .show-on-focus:focus {
  height: auto;
  width: auto;
  overflow: visible;
  position: static;
  clip: auto; }

.graphic-seperator-circle-block:before, .graphic-seperator-circle-block:after, .graphic-seperator-circle {
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  border-radius: 50%; }

.graphic-seperator-circle-block {
  background-color: #929292;
  width: 90%;
  max-width: 600px;
  height: 1px;
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  .graphic-seperator-circle-block:before, .graphic-seperator-circle-block:after {
    content: ''; }
  .graphic-seperator-circle-block:before {
    left: -14px; }
  .graphic-seperator-circle-block:after {
    right: -14px; }

.graphic-seperator-circle {
  background-color: #fff; }

.filter-list {
  font-family: "Playfair Display", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 42px 0; }
  @media (min-width: 740px) {
    .filter-list {
      text-align: right; } }

.filter-list-each {
  color: inherit;
  margin: 0 21px;
  display: inline-block;
  position: relative; }
  .filter-list-each:after {
    content: '|';
    position: absolute;
    right: -28px; }
  .filter-list .filter-list-each:first-of-type {
    margin-left: 0; }
  .filter-list .filter-list-each:last-of-type {
    margin-right: 0; }
  .filter-list-each:last-of-type:after {
    content: ''; }

.filter-list-each--active {
  color: #000; }

.filters-insights {
  margin: 0 0 14px 0; }

.filter-heading {
  font-weight: 300;
  display: inline-block;
  padding-right: 28px;
  display: none; }
  @media (min-width: 740px) {
    .filter-heading {
      display: inline-block; } }

.filter-each {
  color: inherit;
  padding: 0 7px 7px 7px;
  display: inline-block;
  text-decoration: none; }
  .filter-each:after {
    content: " /"; }
  .filter-each:last-of-type:after {
    content: ""; }

.filter-each--active {
  text-decoration: underline; }

.filter-heading-btn {
  font-size: 130%;
  font-weight: 400;
  text-decoration: none; }
  .filter-heading-btn img {
    vertical-align: middle; }
  @media (min-width: 740px) {
    .filter-heading-btn {
      display: none; } }

.filter-wrap {
  margin: 28px 0 0 0; }
  @media (min-width: 740px) {
    .filter-wrap {
      margin-top: 0;
      display: inline-block !important; } }

.aside-block {
  color: inherit;
  line-height: 1.5;
  border: 2px solid #929292;
  padding: 17.5px;
  display: block; }
  .aside-block h3 {
    line-height: 1.4;
    margin-bottom: 7px; }
  .aside-block a {
    word-wrap: break-word; }

.aside-heading {
  line-height: 1.4;
  margin-bottom: 7px;
  word-wrap: break-word; }

.aside-tags {
  color: inherit;
  font-weight: 500;
  text-decoration: none; }

.aside-link {
  color: inherit;
  font-style: italic;
  font-weight: 700;
  font-family: "Playfair Display", sans-serif; }

.quote-block {
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  font-size: 130%;
  position: relative;
  line-height: 1.4;
  padding: 56px 0;
  word-wrap: break-word; }

.quote-mark {
  font-size: 380%;
  line-height: 1;
  position: absolute;
  left: -6px; }

.quote-mark--start {
  top: -8px; }

.quote-mark--end {
  bottom: -14px;
  margin-bottom: -32px; }

.caption {
  font-style: italic;
  font-size: 90%;
  margin-top: 7px; }

.title-blurb-block {
  display: flex; }

.title-blurb-trigger-block, .title-blurb-content-block {
  padding-top: 28px;
  padding-bottom: 28px; }
  @media (min-width: 960px) {
    .title-blurb-trigger-block, .title-blurb-content-block {
      padding-top: 98px;
      padding-bottom: 98px; } }

.title-blurb-trigger-block {
  padding-left: 0; }

.title-blurb-content-block {
  padding-right: 0; }
  @media (max-width: 739px) {
    .title-blurb-content-block {
      display: none !important; } }

.title-blurb-trigger {
  color: #000;
  font-family: "Playfair Display", sans-serif;
  font-size: 130%;
  display: block;
  text-decoration: none;
  line-height: 1.4;
  margin-bottom: 14px; }
  .title-blurb-trigger:hover, .title-blurb-trigger:focus {
    text-decoration: underline; }

.title-blurb-trigger--active {
  font-style: italic;
  text-decoration: underline; }

.title-blurb-content {
  font-size: 120%;
  display: none; }
  @media (min-width: 960px) {
    .title-blurb-content {
      padding-left: 98px; } }
  .title-blurb-content:first-of-type {
    display: block; }

.title-blurb-content--mobile {
  padding: 7px 0 14px; }
  @media (min-width: 740px) {
    .title-blurb-content--mobile {
      display: none !important; } }

.recommended-each {
  color: inherit;
  display: block;
  text-align: center;
  padding: 0 0 28px 0; }
  @media (min-width: 740px) {
    .recommended-each {
      text-align: left; } }
  .recommended-each h3 {
    line-height: 1.4;
    margin-bottom: 7px; }

.recommended-each-img {
  display: block;
  margin: 0 auto; }
  @media (min-width: 740px) {
    .recommended-each-img {
      margin: 0; } }

strong, b, .font-bold {
  font-weight: 700; }

em, i, .font-italic {
  font-style: italic; }

.font-regular, .font-regular {
  font-weight: 400; }

.font-medium, .font-medium {
  font-weight: 500; }

.font-uppercase {
  text-transform: uppercase; }

.font-underline {
  text-decoration: underline; }

.font-family-1 {
  font-family: "Roboto", sans-serif; }

.font-family-2 {
  font-family: "Playfair Display", sans-serif; }

h1, .h1 {
  font-size: 333%; }

h1 {
  margin-bottom: 28px; }

h2, .h2 {
  font-size: 190%; }

h2 {
  margin-bottom: 28px; }

h3, .h3 {
  font-size: 160%; }

h3 {
  margin-bottom: 28px; }

h4, .h4 {
  font-size: 140%; }

h4 {
  margin-bottom: 28px; }

h5, .h5 {
  font-size: 120%; }

h5 {
  margin-bottom: 28px; }

h6, .h6 {
  font-size: 90%; }

h6 {
  margin-bottom: 28px; }

h1, .h1 {
  line-height: 1.4;
  margin-bottom: 28px; }
  @media (max-width: 599px) {
    h1, .h1 {
      font-size: 200%; } }

h3, .h3 {
  line-height: 1.4; }

.heading-primary {
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  margin: 42px 0 28px 0; }
  @media (min-width: 960px) {
    .heading-primary {
      margin-top: 112px; } }

.heading-title {
  font-size: 160%;
  font-family: "Playfair Display", sans-serif;
  text-transform: uppercase; }
  @media (max-width: 599px) {
    .heading-title {
      font-size: 140%; } }

.heading-highlight, .label {
  font-weight: 500;
  text-transform: uppercase; }

.heading-highlight-lg {
  font-weight: 500;
  font-size: 130%;
  text-transform: uppercase; }

font-size-base, .font-size-base {
  font-size: 100%; }

font-size-sm, .font-size-sm {
  font-size: 90%; }

font-size-xs, .font-size-xs {
  font-size: 80%; }

font-size-xxs, .font-size-xxs {
  font-size: 70%; }

font-size-lg, .font-size-lg {
  font-size: 110%; }

font-size-xl, .font-size-xl {
  font-size: 120%; }

font-size-xxl, .font-size-xxl {
  font-size: 130%; }

.margin-reset {
  margin: 0; }

a {
  text-decoration: none;
  color: #000;
  transition: all 0.2s linear;
  text-decoration: underline; }
  a:hover, a:focus, a:active {
    color: #7a7a7a;
    transition: all 0.2s linear; }
  a:focus {
    outline: none; }

.link-reset {
  color: #000;
  text-decoration: none; }

p {
  margin-bottom: 28px; }

ul, ol {
  margin-bottom: 28px;
  list-style-position: inside;
  padding-left: 14px; }
  ul li, ol li {
    margin-bottom: 14px; }
  ul ul, ol ul {
    padding-left: 28px; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

.ul-reset {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none; }
  .ul-reset li {
    margin-bottom: 0; }

.type-highlight {
  font-size: 333%;
  font-weight: 100; }
  @media (max-width: 599px) {
    .type-highlight {
      font-size: 180%; } }

.margin-paragraph {
  margin-bottom: 28px; }

.read-more {
  color: inherit;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700; }

.link-file-upload {
  display: block;
  margin: 0 0 14px 0; }

.link-skip {
  color: #929292;
  background-color: #efefef;
  font-weight: 500;
  text-decoration: none;
  position: absolute;
  top: -52px;
  right: 0;
  display: inline-block;
  z-index: 2; }
  .link-skip:focus {
    top: 0px;
    right: 0; }
  @media (min-width: 960px) {
    .link-skip {
      padding: 7px 28px;
      right: auto;
      left: 0; }
      .link-skip:focus {
        left: 0;
        right: auto; } }

.btn, .btn-clear, .btn-reset, button, input[type="submit"], .btn--pink-bubblegum, input.btn--pink-bubblegum[type="submit"] {
  text-transform: uppercase;
  font-size: 80%;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  padding: 7px 42px;
  display: inline-block;
  outline: none;
  cursor: pointer;
  transition: all .2s ease-in; }
  .btn:hover, .btn-clear:hover, .btn-reset:hover, button:hover, input:hover[type="submit"], .btn--pink-bubblegum:hover, .btn:focus, .btn-clear:focus, .btn-reset:focus, button:focus, input:focus[type="submit"], .btn--pink-bubblegum:focus {
    transition: all .2s ease-in; }

.btn {
  color: #fff;
  background-color: #000;
  border: 1px solid #000; }
  .btn:hover, .btn:focus {
    color: white;
    background-color: #1a1a1a; }

.btn--lg {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 90%; }

.btn-clear {
  color: #000;
  background-color: transparent;
  border: 1px solid transparent; }
  .btn-clear:hover, .btn-clear:focus {
    color: #0d0d0d;
    background-color: rgba(26, 26, 26, 0); }

.btn-reset {
  color: #000;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0;
  text-align: left; }
  .btn-reset:hover, .btn-reset:focus {
    color: #0d0d0d;
    background-color: rgba(26, 26, 26, 0); }
  .btn-reset:focus {
    border: 1px solid teal; }

.input-text, select {
  box-shadow: none;
  border-radius: 0; }

input[type="submit"].btn {
  -webkit-appearance: none;
  border-radius: 0; }

select {
  border-radius: 0;
  background-image: none !important; }

label {
  display: block;
  margin-bottom: 14px; }

.input-inline {
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
  line-height: 1; }

input, textarea, select {
  color: #000;
  background-color: #fff;
  border: 2px solid #aaa;
  display: block;
  width: 100%;
  padding: 14px; }

.input--sm {
  padding-top: 3.88889px;
  padding-bottom: 3.88889px; }

input[type="submit"] {
  width: auto; }

input, textarea, select, button {
  font-family: "Roboto", sans-serif;
  font-size: 100%;
  font-weight: 300;
  transition: all 0.2s ease-in;
  line-height: 1.7; }
  input:focus, textarea:focus, select:focus, button:focus {
    outline: 0;
    transition: all 0.2s linear;
    border: 2px solid #000; }

textarea {
  vertical-align: top;
  min-height: 150px;
  resize: vertical; }

textarea {
  vertical-align: top;
  min-height: 150px;
  resize: vertical; }

.input-line {
  background-color: transparent;
  border-color: transparent;
  border-bottom-color: #aaa;
  padding-bottom: 0; }

.input-line--inverse:focus {
  border: 2px solid #fff; }

button, input[type="submit"] {
  color: #fff;
  background-color: #000;
  border: 1px solid #000; }
  button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    color: white;
    background-color: #1a1a1a; }

.field-block {
  padding-bottom: 14px;
  padding-top: 14px; }

.form-label-inline, .form-input-inline {
  width: auto; }

.form-label-inline {
  width: 150px;
  margin-right: 42px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 15%;
  padding: 0;
  border: none;
  outline: none;
  z-index: 1; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
    border: 1px solid teal; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:hover, .slick-prev.slick-disabled:focus,
  .slick-next.slick-disabled:hover,
  .slick-next.slick-disabled:focus {
    border-color: transparent; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "icomoon";
    font-size: 40px;
    line-height: 1;
    color: #fff;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 740px) {
    .slick-prev,
    .slick-next {
      top: 35%; } }

.slick-prev {
  left: 42px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 42px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: 42px; }
  [dir="rtl"] .slick-next {
    left: 42px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir="rtl"] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir="rtl"] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

*, *:before, *:after {
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%; }

body {
  color: #000;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 100%;
  font-weight: 300;
  line-height: 1.7;
  display: flex;
  flex-direction: column; }

@media (max-width: 599px) {
  .spacing-5-v {
    padding-top: 28px;
    padding-bottom: 28px; } }

.header {
  position: relative;
  z-index: 2; }
  @media (max-width: 959px) {
    .header {
      background-color: #fff; }
      .body-home .header {
        background-color: #000; } }
  @media (min-width: 960px) {
    .header {
      min-height: 112px;
      margin: 42px 0 0 0; } }

.logo-nav-block {
  background-color: #fff;
  margin: 0 auto;
  position: relative; }
  @media (min-width: 960px) {
    .logo-nav-block {
      border: 1px solid #000;
      display: -webkit-flex;
      display: flex;
      align-items: center; } }
  .body-home .logo-nav-block {
    border-color: #fff;
    background-color: #000; }

.logo-block {
  padding: 13px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
  .logo-block a {
    display: block; }
  .logo-block .graphic-logo {
    max-width: 150px; }
    @media (min-width: 960px) {
      .logo-block .graphic-logo {
        max-width: 218px;
        padding: 14px 28px; } }
    .logo-block .graphic-logo:hover {
      opacity: 0.7; }
    .body-home .logo-block .graphic-logo path {
      stroke: #fff;
      fill: #000; }
    .body-home .logo-block .graphic-logo .graphic-logo-text {
      stroke: transparent;
      fill: #fff; }

.nav-trigger {
  background-color: #fff;
  border-color: #fff;
  float: right;
  font-size: 24px;
  padding: 14px 14px;
  cursor: pointer;
  position: relative;
  top: 7px; }
  .body-home .nav-trigger {
    filter: brightness(7);
    background-color: #000;
    border-color: #000; }
  .nav-trigger:hover, .nav-trigger:focus, .nav-trigger.nav-trigger-active {
    opacity: 0.5;
    background-color: #fff; }
    .body-home .nav-trigger:hover, .body-home .nav-trigger:focus, .body-home .nav-trigger.nav-trigger-active {
      opacity: 0.8;
      background-color: #000; }
  @media (min-width: 960px) {
    .nav-trigger {
      display: none; } }
  .nav-trigger img {
    vertical-align: middle; }

.nav-link {
  color: #333;
  font-weight: 500;
  font-size: 90%;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 21px 14px; }

.nav-block {
  z-index: 1;
  display: none;
  background-color: #fff;
  width: 100%; }
  @media (min-width: 960px) {
    .nav-block {
      border-left: 1px solid #000;
      background-color: #fff;
      -webkit-flex: 1;
      flex: 1;
      top: auto;
      display: block !important;
      background-color: transparent;
      width: auto; } }
  .body-home .nav-block {
    background-color: #000;
    border-left-color: #fff; }

@media (min-width: 960px) {
  .nav-links {
    display: inline-block;
    display: -webkit-flex;
    display: flex; }
    .nav-links li {
      -webkit-flex: 1;
      flex: 1; }
    .nav-links:first-of-type li:first-of-type {
      text-align: left;
      -webkit-flex: 4;
      flex: 4; } }

.nav-links-social {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 960px) {
    .nav-links-social {
      justify-content: space-around; } }

.nav-links li {
  height: 65.5px;
  text-align: center; }
  @media (max-width: 959px) {
    .nav-links li:not(first-of-type) {
      border-bottom: 1px solid; }
      .body-home .nav-links li:not(first-of-type) {
        border-bottom-color: #fff; } }

.nav-link {
  display: block;
  height: 65.5px;
  letter-spacing: 1px; }
  .body-home .nav-link {
    color: #fff; }
  .nav-links li:last-of-type .nav-link {
    border-right: 0; }
    .nav-links li:last-of-type .nav-link:focus {
      border-right: 1px solid teal; }
  .nav-links:last-of-type li:nth-last-of-type(2) .nav-link {
    border-right: 0; }
  @media (min-width: 960px) {
    .nav-links:last-of-type .nav-link {
      border-bottom: 0; } }
  @media (min-width: 960px) {
    .nav-link {
      border-right: 1px solid #000;
      border-bottom: 1px solid #000; }
      .body-home .nav-link {
        border-right-color: #fff;
        border-bottom-color: #fff; } }

a.nav-link:hover {
  color: #7a7a7a; }

a.nav-link--active {
  color: #fff;
  background-color: #000; }
  a.nav-link--active:hover, a.nav-link--active:focus {
    color: #fff; }

.nav-links:last-of-type li:first-of-type {
  -webkit-flex: 1;
  flex: 1; }

.nav-links:last-of-type li:last-of-type {
  -webkit-flex: 2;
  flex: 2; }

.nav-link.nav-link--qacp {
  color: #fff;
  background-image: linear-gradient(to right, #f7c549 0%, #f7c549 14%, #eac34c 14%, #0cac82 14%, #0cac82 28%, #0dad9f 29%, #10b0ef 29%, #10b0ef 43%, #7dcbf0 43%, #2350a9 43%, #2350a9 57%, #654aa9 57%, #9845a8 57%, #9845a8 71%, #d13c4e 71%, #d53c48 72%, #d53c48 86%, #f07524 86%, #f07523 86%, #f07523 100%); }
  .nav-link.nav-link--qacp:hover, .nav-link.nav-link--qacp:focus {
    color: #eaeaea; }

.nav-close .nav-link {
  color: #aaa;
  font-weight: 700;
  margin: 0 auto; }

@media (min-width: 960px) {
  .nav-close {
    display: none; } }

.nav-link-social img {
  padding: 2px;
  margin: 0 7px; }
  @media (min-width: 960px) {
    .nav-link-social img {
      margin: 5px 0 0 0; } }

.body-home .nav-link-social {
  filter: invert(1); }

.nav-link--tagline {
  color: #929292;
  line-height: 1.3; }

.nav-links li.input-search-block {
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
  border: none;
  transition: height 0.2s linear; }
  @media (min-width: 960px) {
    .nav-links li.input-search-block {
      position: absolute;
      right: -2px;
      top: 130.5px; } }

.nav-links li.input-search-block--show {
  width: auto;
  height: 65.5px;
  opacity: 1;
  visibility: visible;
  transition: height 0.3s ease-in, opacity 0.3s ease-in; }
  @media (min-width: 960px) {
    .nav-links li.input-search-block--show {
      height: 87px;
      top: 130.5px;
      width: 75%; } }

.input-search {
  font-size: 140%;
  background-color: #929292;
  border: none; }
  .input-search::-webkit-input-placeholder {
    color: #000; }
  .input-search:-moz-placeholder {
    /* Firefox 18- */
    color: #000; }
  .input-search::-moz-placeholder {
    /* Firefox 19+ */
    color: #000; }
  .input-search:-ms-input-placeholder {
    color: #000; }
  @media (min-width: 960px) {
    .input-search {
      font-size: 200%; } }
  .input-search:focus {
    border: none;
    background-color: #a4a4a4; }

.tags-block {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 1200px) {
    .tags-block {
      justify-content: space-between; } }

.tags-each {
  color: inherit;
  font-weight: 300;
  margin: 0 0 28px 0;
  padding: 0 28px 0 0;
  display: inline-block;
  border: 1px solid transparent; }
  .tags-each:last-child {
    padding: 0; }

.partners-slider-block {
  margin-top: 70px; }

.slider-partners {
  margin-left: -14px;
  margin-right: -14px;
  text-align: center; }
  .slider-partners:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 960px) {
    .slider-partners {
      margin-left: -56px;
      margin-right: -56px;
      text-align: left; }
      .slider-partners:after {
        content: "";
        display: table;
        clear: both; } }
  .slider-partners img {
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 960px) {
      .slider-partners img {
        margin-left: 0;
        margin-right: 0; } }
  .slider-partners .slick-prev, .slider-partners .slick-next {
    height: 30px;
    width: 30px;
    top: 35%; }
    .slider-partners .slick-prev:before, .slider-partners .slick-next:before {
      font-size: 30px;
      color: #000; }
  .slider-partners .slick-prev {
    left: 5px; }
    @media (min-width: 960px) {
      .slider-partners .slick-prev {
        left: -35px; } }
    [dir="rtl"] .slider-partners .slick-prev {
      left: auto;
      right: 5px; }
      @media (min-width: 960px) {
        [dir="rtl"] .slider-partners .slick-prev {
          right: -35px; } }
  .slider-partners .slick-next {
    right: 5px; }
    @media (min-width: 960px) {
      .slider-partners .slick-next {
        right: -35px; } }
    [dir="rtl"] .slider-partners .slick-next {
      left: 5px;
      right: auto; }
      @media (min-width: 960px) {
        [dir="rtl"] .slider-partners .slick-next {
          left: -35px; } }

.slider-partners-each {
  float: left;
  padding-left: 56px;
  padding-right: 56px; }

.footer {
  color: #fff;
  padding: 84px 0 98px 0;
  margin-top: auto; }
  .footer a {
    color: #fff;
    text-decoration: none; }
    .footer a:hover {
      color: #7a7a7a; }
  @media (max-width: 599px) {
    .footer {
      padding: 56px 0; } }

.footer-about-block a {
  margin: 21px 0 0 0;
  display: block; }

.footer-about-block-company {
  font-family: "Playfair Display", sans-serif;
  font-size: 130%;
  line-height: 1.2; }

.footer-link-wrap {
  font-weight: 700;
  text-transform: uppercase; }
  @media (min-width: 600px) {
    .footer-link-wrap {
      float: right; } }

.ul-footer-links a {
  margin: 0 0 21px 0;
  display: block; }

.footer a img:hover {
  opacity: 0.8; }

@media (min-width: 740px) {
  .footer-social-block {
    text-align: right; } }

.footer-social-icon {
  filter: invert(1); }

.footer-asp-newsletter-title {
  color: #fff; }

.footer-newsletter, .footer-asp-newsletter {
  color: #000;
  background-color: #fff;
  padding: 14px; }
  .footer-newsletter label, .footer-asp-newsletter label {
    clear: both;
    margin: 0; }
  .footer-newsletter .input-line, .footer-asp-newsletter .input-line {
    float: right;
    padding: 7px; }
  .footer-newsletter#mc_embed_signup input.mce_inline_error, .footer-asp-newsletter#mc_embed_signup input.mce_inline_error {
    border-color: #cc5050; }
  @media (max-width: 739px) {
    .footer-newsletter, .footer-asp-newsletter {
      margin-bottom: 28px; } }

.field-block--footer-newsletter {
  padding-top: 0; }

.translate-wrap {
  padding-top: 7px;
  position: relative;
  z-index: 1; }
  @media (max-width: 959px) {
    .translate-wrap {
      margin: initial; } }
  @media (min-width: 960px) {
    .translate-wrap {
      min-width: 960px; } }

.translate-block {
  max-width: 280px;
  float: right; }

.goog-te-combo {
  padding: 7px; }

.slider-banner {
  background-color: #000;
  margin: 0 0 56px 0;
  position: relative;
  padding: 56px 0 0; }
  @media (min-width: 740px) {
    .slider-banner {
      padding: 280px 0 140px; } }
  @media (max-width: 599px) {
    .slider-banner {
      margin-bottom: 0; } }

.slider-banner-heading {
  color: #fff;
  font-family: "Playfair Display", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 280%;
  line-height: 1.1; }
  @media (min-width: 740px) {
    .slider-banner-heading {
      font-size: 320%; } }
  @media (min-width: 1200px) {
    .slider-banner-heading {
      font-size: 550%;
      max-width: 70%; } }

.slider-banner-img {
  width: 320px;
  float: right; }
  @media (min-width: 740px) {
    .slider-banner-img {
      position: absolute;
      right: 0;
      bottom: -40px; } }
  @media (min-width: 1200px) {
    .slider-banner-img {
      width: auto;
      z-index: 1; } }
  @media (min-width: 1640px) {
    .slider-banner-img {
      width: 760px; } }

.home-banner-qacp-book-img {
  width: 100%; }
  @media (max-width: 599px) {
    .home-banner-qacp-book-img {
      margin-top: 28px; } }

.home-category-block {
  padding: 14px 0 0 0; }

.home-category-each {
  display: inline-block;
  font-size: 90%;
  text-transform: uppercase;
  font-weight: 400; }
  .home-category-each:after {
    content: "/"; }

.home-about-block {
  padding: 14px 0 84px; }
  @media (min-width: 740px) {
    .home-about-block {
      display: flex;
      align-items: center; } }

.home-about-text {
  padding-top: 14px; }
  @media (min-width: 600px) {
    .home-about-text {
      padding-top: 56px;
      padding-bottom: 56px; } }

.mhi-do-block {
  background-color: #f2f2f2;
  padding: 28px 0 0 0; }

.mhi-do-img {
  display: block;
  margin: 0 auto; }

.home-title-blurb {
  background-color: #222; }
  @media (min-width: 740px) {
    .home-title-blurb {
      background: linear-gradient(to right, #222 0%, #222 50%, #2c2c2c 50%, #2c2c2c 100%); } }
  .home-title-blurb .title-blurb-trigger-block, .home-title-blurb .title-blurb-content-block, .home-title-blurb .title-blurb-trigger {
    color: #fff; }
  @media (min-width: 960px) {
    .home-title-blurb .title-blurb-content {
      font-size: 160%;
      padding-left: 98px; } }
  @media (min-width: 960px) {
    .home-title-blurb .title-blurb-trigger {
      font-size: 260%; } }

.mhi-impact-block {
  padding: 112px 0; }
  @media (max-width: 599px) {
    .mhi-impact-block {
      padding-top: 28px;
      padding-bottom: 28px; } }

.mhi-impact-container {
  max-width: 466px;
  margin: 0 auto; }

@media (min-width: 600px) {
  .mhi-impact-circles-inner {
    display: flex; } }

.mhi-impact-circle {
  background-color: #eaeaea;
  border-radius: 50%;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  padding: 0 14px;
  margin: 14px auto;
  text-align: center; }
  @media (min-width: 600px) {
    .mhi-impact-circle {
      margin: 0; } }

.mhi-impact-circle--1 {
  background-color: #dbdbdb;
  padding: 0 5px;
  width: 175px;
  height: 175px; }
  .mhi-impact-block--home .mhi-impact-circle--1 {
    padding: 0 12px; }

.mhi-impact-circle--2 {
  background-color: #f2f2f2;
  font-size: 165%;
  padding: 0 56px;
  width: 320px;
  height: 320px; }
  @media (max-width: 599px) {
    .mhi-impact-circle--2 {
      padding: 0 44px;
      width: 300px;
      height: 300px; } }

.mhi-impact-circle--3 {
  background-color: #929292;
  font-size: 133%;
  padding: 0 6px;
  width: 250px;
  height: 250px; }
  @media (min-width: 600px) {
    .mhi-impact-circle--3 {
      top: 25px;
      left: 40px; } }

.mhi-circle-highlight {
  font-weight: 500; }

.mhi-impact-content {
  padding-bottom: 70px;
  font-size: 333%;
  font-weight: 100; }
  @media (max-width: 599px) {
    .mhi-impact-content {
      font-size: 180%; } }
  @media (max-width: 599px) {
    .mhi-impact-content {
      padding-bottom: 14px; } }

.about-content-block {
  columns: 225px 2;
  column-gap: 56px; }

@media (min-width: 740px) {
  .mission-row {
    margin-left: -28px;
    margin-right: -28px; }
    .mission-row:after {
      content: "";
      display: table;
      clear: both; } }

@media (min-width: 740px) {
  .mission-col {
    padding-left: 28px;
    padding-right: 28px; } }

@media (min-width: 740px) {
  .values-row {
    margin-left: -28px;
    margin-right: -28px; }
    .values-row:after {
      content: "";
      display: table;
      clear: both; } }

@media (min-width: 740px) {
  .values-col {
    padding-left: 28px;
    padding-right: 28px; } }

.about-journey-block {
  background-color: #f2f2f2;
  padding: 112px 0 0 0;
  margin: 70px 0 0 0; }
  @media (max-width: 599px) {
    .about-journey-block {
      padding-top: 42px;
      margin: 28px 0 0 0; } }

.about-journey-inner {
  position: relative; }
  @media (max-width: 739px) {
    .about-journey-inner > .col {
      padding-left: 28px;
      padding-right: 28px; } }
  .about-journey-inner:before {
    content: "";
    background-color: #000;
    width: 1px;
    height: 100%;
    position: absolute;
    left: calc(50% - 1px); }
  @media (min-width: 960px) {
    .about-journey-inner:first-of-type {
      margin-top: 84px; } }

.about-journey-content-block {
  margin-left: -28px;
  margin-right: -28px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; }
  .about-journey-content-block:after {
    content: "";
    display: table;
    clear: both; }

.about-journey-content-block--reverse {
  flex-direction: row; }

.about-journey-content {
  width: 50%;
  float: left;
  padding-left: 28px;
  padding-right: 28px;
  padding-bottom: 28px;
  position: relative; }

.about-journey-month {
  width: 50%;
  float: left;
  padding-left: 28px;
  padding-right: 28px; }

.about-journey-month-each {
  color: #929292;
  font-size: 110%;
  text-transform: uppercase;
  margin: 0 0 42px 0;
  position: relative; }

.about-journey-month-each--implied {
  visibility: hidden; }

.about-journey-month-each--active {
  color: #000;
  font-weight: 500; }
  .about-journey-month-each--active:before {
    content: "";
    background-color: #f2f2f2;
    border: 1px solid #000;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: -41px; }

.about-journey-year {
  font-family: "Playfair Display", sans-serif;
  font-size: 400%; }
  @media (min-width: 1200px) {
    .about-journey-year {
      font-size: 575%;
      writing-mode: vertical-lr;
      transform: rotate(180deg);
      position: absolute;
      left: -228px;
      top: 7px; } }

@media (max-width: 1199px) {
  .about-journey-year--first {
    background-color: #f2f2f2;
    position: relative; } }

.about-journey-year--reverse {
  text-align: right; }
  @media (min-width: 1200px) {
    .about-journey-year--reverse {
      left: auto;
      right: -228px;
      text-align: left; } }

.about-journey-month--reverse {
  text-align: right; }
  .about-journey-month--reverse .about-journey-month-each--active:before {
    left: auto;
    right: -41px; }

.about-journey-content--last {
  padding-bottom: 112px; }
  @media (max-width: 599px) {
    .about-journey-content--last {
      padding-bottom: 42px; } }

.about-team-each {
  display: flex;
  padding: 0 0 28px 0; }
  @media (max-width: 599px) {
    .about-team-each {
      padding-bottom: 28px; } }

.about-team-trigger {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 600px) {
    .about-team-trigger {
      display: none; } }

@media (min-width: 600px) {
  .about-team-desc {
    display: block !important; } }

.about-team-img {
  max-width: 182px; }

.work-block {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 42px 0; }
  @media (max-width: 599px) {
    .work-block {
      padding-bottom: 14px; } }

.work-each {
  text-transform: uppercase;
  margin: 0 0 14px 0; }

.work-heading {
  margin: 0 0 14px 0; }

.work-link {
  font-family: "Playfair Display", sans-serif;
  color: #000;
  text-decoration: underline;
  font-style: italic; }

.partners-title-blurb {
  background-color: #eaeaea; }
  .partners-title-blurb .title-blurb-trigger, .partners-title-blurb .title-blurb-content {
    font-size: 100%; }
  @media (min-width: 740px) {
    .partners-title-blurb {
      background: linear-gradient(to right, #eaeaea 0%, #eaeaea 50%, #efefef 50%, #efefef 100%); } }

.title-blurb-link-partner {
  color: #000;
  font-size: 70%;
  text-decoration: underline;
  display: block;
  margin: 14px 0 0 0; }

.voice-list-title {
  margin-bottom: 14px; }

.story-banner {
  border-bottom: 2px solid #929292;
  margin: 70px 0 56px 0;
  display: block; }

.heading-highlight--story {
  line-height: 1;
  padding: 42px 0 0 0; }
  @media (min-width: 740px) {
    .heading-highlight--story {
      padding: 0; } }

.story-tagline {
  font-family: "Playfair Display", sans-serif;
  font-size: 130%;
  line-height: 1.6;
  padding: 0 0 42px 0; }

.story-content-wrap {
  margin: 0 0 168px 0; }
  .story-content-wrap .story-content:first-of-type {
    margin-top: 42px; }
    @media (min-width: 740px) {
      .story-content-wrap .story-content:first-of-type {
        margin-top: 70px; } }

.story-text-wrap {
  margin-left: 0;
  margin-right: 0; }
  .story-text-wrap:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 960px) {
    .story-text-wrap {
      margin-left: -28px;
      margin-right: -28px; }
      .story-text-wrap:after {
        content: "";
        display: table;
        clear: both; } }

@media (min-width: 740px) {
  .story-text {
    width: 65%;
    float: left;
    padding-left: 28px;
    padding-right: 28px; } }

@media (min-width: 960px) {
  .story-text {
    width: 70%;
    float: left;
    padding-left: 28px;
    padding-right: 28px; } }

@media (min-width: 740px) {
  .story-aside {
    width: 35%;
    float: right;
    padding-left: 28px;
    padding-right: 28px; } }

@media (min-width: 960px) {
  .story-aside {
    width: 30%;
    float: right;
    padding-left: 28px;
    padding-right: 28px; } }

.story-aside--author {
  margin-bottom: 42px; }

.aside-share-block {
  margin: 14px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.aside-share-each {
  cursor: pointer; }
  .aside-share-each:hover {
    opacity: 0.7; }

.thumb-list-each {
  color: inherit;
  text-decoration: none;
  display: block;
  margin: 0 0 42px 0; }
  .thumb-list-each img {
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 740px) {
      .thumb-list-each img {
        margin-left: 0;
        margin-right: 0; } }
  .thumb-list-each .heaing-highlight {
    margin: 21px 0 14px; }

.insight-list-block {
  margin: 0 0 98px 0; }
  @media (max-width: 599px) {
    .insight-list-block {
      margin-bottom: 14px; } }

.insight-list-each {
  text-decoration: none;
  padding: 56px 0;
  position: relative; }
  .insight-list-each:before {
    content: "";
    background-color: #000;
    width: calc(100% - 28px);
    height: 1px;
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
    @media (min-width: 960px) {
      .insight-list-each:before {
        width: calc(100% - 56px); } }
  @media (min-width: 960px) {
    .insight-list-each {
      display: flex;
      margin-left: -28px;
      margin-right: -28px; }
      .insight-list-each:after {
        content: "";
        display: table;
        clear: both; }
      .insight-list-each > .col {
        padding-left: 28px;
        padding-right: 28px; } }
  .insight-list-each:last-of-type:before {
    background-color: transparent; }
  @media (max-width: 599px) {
    .insight-list-each {
      padding: 42px 0; }
      .insight-list-each:first-of-type {
        padding-top: 14px; } }

.insight-list-heading {
  font-weight: 500;
  font-size: 150%;
  line-height: 1.4;
  margin: 0; }

.insight-list-download {
  border-bottom: 1px solid;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 0 5px 0;
  margin: 28px 0 0 0;
  display: inline-block; }

@media (max-width: 959px) {
  .insight-author {
    margin-top: 7px; } }

.body-grants {
  background-color: #efefef; }

.grants-translation-wrap {
  display: flex;
  align-items: baseline; }
  .grants-translation-wrap h1 {
    padding-right: 28px; }

.grants-work-block {
  padding: 0 0 42px 0; }

@media (min-width: 740px) {
  .grants-content-block {
    background: linear-gradient(to right, #efefef 0%, #efefef 50%, #fff 50%, #fff 100%); } }

@media (min-width: 740px) {
  .grants-content-row > .col:first-of-type {
    padding-right: 140px; } }

@media (min-width: 740px) {
  .grants-content-row > .col:last-of-type {
    padding-left: 175px; } }

.grants-content-each {
  padding: 14px 0; }
  @media (min-width: 740px) {
    .grants-content-each {
      padding: 56px 0; } }

@media (max-width: 739px) {
  .grants-content-col--2 {
    background-color: #fff;
    padding-top: 56px; } }

.grants-content-heading {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0; }

.grants-content-icon {
  height: 78px;
  margin: 0 0 14px 0; }

.grants-content-secondary-block {
  background-color: #fff; }

.grants-content-secondary-row {
  padding: 28px 0 140px 0; }
  @media (min-width: 960px) {
    .grants-content-secondary-row > .col {
      padding-right: 98px; } }
  .grants-content-secondary-row > .col:last-of-type {
    padding-right: 14px; }
  @media (max-width: 599px) {
    .grants-content-secondary-row {
      padding-bottom: 28px; } }

.grants-application-block {
  background-color: #dbdbdb;
  padding: 126px 0; }
  @media (max-width: 599px) {
    .grants-application-block {
      padding: 42px 0; } }

.grants-application-content {
  margin: 14px 0 0 0; }
  @media (min-width: 960px) {
    .grants-application-content {
      padding-left: 112px; } }

.grants-application-title {
  position: relative;
  margin: 98px 14px 14px 0;
  display: flex;
  align-items: center; }
  @media (max-width: 599px) {
    .grants-application-title {
      margin: 56px 14px 0 0; } }

.grants-application-title-line {
  width: 100%;
  height: 1px;
  background: black;
  margin: 0 0 0 14px; }

.grants-application-title-inner {
  white-space: nowrap; }

.grants-guideline-wrap {
  display: flex;
  align-items: baseline; }

.grants-guideline-no {
  color: #fff;
  font-size: 1340%;
  font-weight: 100;
  line-height: 1;
  position: relative;
  top: 84px;
  left: 32px; }
  @media (max-width: 599px) {
    .grants-guideline-no {
      top: 42px;
      font-size: 700%; } }

.grants-guideline-content {
  position: relative; }

.accessibility-block {
  padding: 0 0 70px 0; }
  @media (max-width: 599px) {
    .accessibility-block {
      padding-bottom: 28px; } }

.contact-block {
  padding: 0 0 112px 0; }

.form-contact-wrap {
  margin: 0 0 14px 0; }

.address-block {
  border: 2px solid #929292;
  padding: 17.5px; }
  @media (min-width: 740px) {
    .address-block h2 {
      text-align: center; } }

@media (min-width: 740px) {
  .address-block-inner {
    display: flex;
    justify-content: space-between; } }

.address-block-each {
  flex: 1; }
  @media (min-width: 740px) {
    .address-block-each:last-of-type {
      text-align: right; } }

@media (max-width: 739px) {
  .form-contact {
    margin-bottom: 42px; } }

.form-contact label {
  margin-right: 14px; }

.form-contact .input-line, .form-contact textarea {
  font-size: 90%; }

.form-contact .input-line {
  width: 222px; }

.field-block--contact {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline; }
  .field-block--contact .input-line {
    -webkit-flex: 1;
    flex: 1; }

.heading-highlight--tag {
  font-size: 100%;
  margin: 42px 0 0 0;
  padding-bottom: 42px;
  border-bottom: 2px solid #929292; }
  .tag-list-block .tag-article-wrap:first-of-type .heading-highlight--tag {
    margin: 0; }

.tag-article-block {
  text-align: center;
  margin-top: 56px; }
  @media (min-width: 740px) {
    .tag-article-block {
      text-align: left; } }

.tag-article {
  color: inherit;
  text-decoration: none;
  margin: 0 0 42px 0;
  display: block; }

.tag-article-img {
  display: block;
  margin: 0 auto; }
  @media (min-width: 740px) {
    .tag-article-img {
      margin: 0; } }

@media (min-width: 740px) {
  .tag-article-block--insight {
    display: flex;
    flex-wrap: wrap; }
    .tag-article-block--insight > ul {
      display: flex;
      flex-wrap: wrap; } }

@media (min-width: 740px) {
  .tag-article-insight {
    display: flex;
    margin: 0 0 70px 0; }
    .tag-article-insight .tag-article {
      display: flex; }
    .tag-article-insight .aside-block {
      display: flex;
      flex-direction: column; }
    .tag-article-insight .aside-tag-block {
      margin-top: auto; } }

.heading-primary--news {
  font-size: 280%;
  line-height: 1.5; }
  @media (min-width: 740px) {
    .heading-primary--news {
      font-size: 400%; } }

@media (min-width: 1200px) {
  .news-home-wrap {
    display: flex; } }

.news-home-wrap > .col {
  width: auto; }

@media (min-width: 1200px) {
  .news-home-heading {
    padding-right: 98px;
    margin: -14px 0 0 0; } }

.news-quote-author {
  font-size: 150%;
  text-transform: uppercase; }

.news-block {
  background-color: #efefef;
  padding: 84px 0 126px 0;
  margin: 70px 0 0 0; }
  @media (max-width: 599px) {
    .news-block {
      margin: 42px 0 0;
      padding: 42px 0; } }

@media (min-width: 740px) {
  .news-list-block {
    display: flex;
    flex-wrap: wrap; } }

@media (min-width: 1640px) {
  .news-list-block {
    margin-left: -56px;
    margin-right: -56px; }
    .news-list-block:after {
      content: "";
      display: table;
      clear: both; } }

@media (min-width: 1640px) {
  .news-list-each {
    padding-left: 56px;
    padding-left: 56px; } }

.news-each {
  margin-bottom: 28px; }

.news-each-intro {
  margin: 14px 0 0 0; }

.grey-soot {
  color: #231F20; }

.grey-titanium {
  color: #5C6365; }

.grey-platinum {
  color: #A7A9AC; }

.blue-sky {
  color: #00ADED; }

.blue-persian {
  color: #005374; }

.pink-bubblegum {
  color: #D85CA1; }

.green-persian {
  color: #00AA83; }

.orange-apricot {
  color: #F8C965; }

.orange-mandarin {
  color: #EF8531; }

.grey-soot-bg {
  background-color: #231F20; }

.grey-titanium-bg {
  background-color: #5C6365; }

.grey-platinum-bg {
  background-color: #A7A9AC; }

.blue-sky-bg {
  background-color: #00ADED; }

.blue-persian-bg {
  background-color: #005374; }

.pink-bubblegum-bg {
  background-color: #D85CA1; }

.green-persian-bg {
  background-color: #00AA83; }

.orange-apricot-bg {
  background-color: #F8C965; }

.orange-mandarin-bg {
  background-color: #EF8531; }

.story-banner--pride {
  border-bottom: none; }

.pride-heading {
  font-size: 240%;
  font-family: "Playfair Display", sans-serif;
  font-weight: 900;
  line-height: 1.3; }

.pride-subheading {
  font-family: "Playfair Display", sans-serif;
  font-size: 190%;
  font-style: italic;
  line-height: 1.3;
  margin: 0 0 70px 0; }

.pride-mhi-heading {
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  font-size: 280%;
  margin: 0 0 28px 0; }
  @media (min-width: 740px) {
    .pride-mhi-heading {
      font-size: 380%; } }

.pride-mhi-each {
  color: #fff;
  padding: 56px 0 98px; }

.pride-mhi-heading {
  font-family: "Playfair Display", sans-serif;
  font-weight: 700; }

.pride-mhi-blurb {
  font-size: 120%;
  margin: 0 0 42px 0; }

.pride-item {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  margin: 0 0 28px 0; }
  .pride-item:hover .pride-item-img, .pride-item:focus .pride-item-img {
    filter: none; }
  .pride-item:hover .pride-item-icon, .pride-item:focus .pride-item-icon {
    opacity: 0.7; }

.pride-item-thumb {
  position: relative; }

.pride-item-label-new {
  color: #fff;
  font-weight: 700;
  font-size: 70%;
  text-transform: uppercase;
  background-color: #D02F69;
  padding: 1px 7px;
  position: absolute;
  right: 7px;
  bottom: 7px; }

.pride-item-img {
  display: block;
  width: 100%;
  filter: grayscale(1); }
  @media (min-width: 600px) {
    .pride-item-img {
      height: 140px;
      object-fit: cover;
      object-position: top; } }

.pride-item-blurb {
  color: #fff;
  background-color: #495158;
  font-size: 80%;
  line-height: 1.3;
  padding: 14px; }
  .pride-item-blurb p {
    margin: 0; }
  @media (min-width: 600px) {
    .pride-item-blurb {
      min-height: 170px; } }

.pride-item-icon-wrap {
  text-align: center;
  padding: 3.5px 0; }

.pride-item-icon {
  display: inline-block !important;
  vertical-align: middle; }

@media (max-width: 959px) {
  .slider-pride-each-wrap {
    padding-left: 56px;
    padding-right: 56px; } }

.slider-pride-each .slick-arrow, .slider-asp-resources .slick-arrow {
  top: auto;
  bottom: 48%; }

.slider-pride-each .slick-arrow, .slider-asp-resources .slick-arrow, .slider-asp-partners .slick-arrow, .slider-asp-members .slick-arrow {
  width: 40px;
  height: 40px; }

.slider-pride-each .slick-prev, .slider-asp-resources .slick-prev, .slider-asp-partners .slick-prev, .slider-asp-members .slick-prev {
  left: -36px; }
  .slider-pride-each .slick-prev:before, .slider-asp-resources .slick-prev:before, .slider-asp-partners .slick-prev:before, .slider-asp-members .slick-prev:before {
    content: url(/static/assets/svg/icons/arrow-prev-circle.svg); }

.slider-pride-each .slick-next, .slider-asp-resources .slick-next, .slider-asp-partners .slick-next, .slider-asp-members .slick-next {
  right: -36px; }
  .slider-pride-each .slick-next:before, .slider-asp-resources .slick-next:before, .slider-asp-partners .slick-next:before, .slider-asp-members .slick-next:before {
    content: url(/static/assets/svg/icons/arrow-next-circle.svg); }

.slider-pride-each .slick-dots, .slider-asp-resources .slick-dots, .slider-asp-partners .slick-dots, .slider-asp-members .slick-dots {
  bottom: -30px; }
  .slider-pride-each .slick-dots li.slick-active button:before, .slider-asp-resources .slick-dots li.slick-active button:before, .slider-asp-partners .slick-dots li.slick-active button:before, .slider-asp-members .slick-dots li.slick-active button:before {
    background-color: white; }
  .slider-pride-each .slick-dots li button:before, .slider-asp-resources .slick-dots li button:before, .slider-asp-partners .slick-dots li button:before, .slider-asp-members .slick-dots li button:before {
    color: transparent;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 1;
    width: 12px;
    height: 12px; }
    @media (min-width: 740px) {
      .slider-pride-each .slick-dots li button:before, .slider-asp-resources .slick-dots li button:before, .slider-asp-partners .slick-dots li button:before, .slider-asp-members .slick-dots li button:before {
        width: 20px;
        height: 20px; } }

.slider-pride-each .slick-arrow {
  bottom: 45%; }
  @media (min-width: 740px) {
    .slider-pride-each .slick-arrow {
      width: 60px;
      height: 60px; } }

@media (min-width: 740px) {
  .slider-pride-each .slick-prev {
    left: -50px; } }

@media (min-width: 740px) {
  .slider-pride-each .slick-next {
    right: -50px; } }

.slider-asp-resources .slick-arrow, .slider-asp-partners .slick-arrow, .slider-asp-members .slick-arrow {
  filter: invert(0.6); }
  @media (max-width: 739px) {
    .slider-asp-resources .slick-arrow, .slider-asp-partners .slick-arrow, .slider-asp-members .slick-arrow {
      display: none; } }

.slider-asp-resources .slick-dots li button, .slider-asp-partners .slick-dots li button, .slider-asp-members .slick-dots li button {
  filter: invert(0.5); }

.slider-asp-partners .slick-dots {
  bottom: -40px; }

.qacp-book-banner-heading {
  font-family: "Playfair Display", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 240%;
  line-height: 1.1; }
  @media (min-width: 740px) {
    .qacp-book-banner-heading {
      font-size: 320%; } }

.home-banner-qacp-btn {
  min-width: 300px; }
  @media (max-width: 599px) {
    .home-banner-qacp-btn {
      width: 100%; } }

.btn--pink-bubblegum, input[type="submit"].btn--pink-bubblegum {
  color: #fff;
  background-color: #D85CA1;
  border: 1px solid #D85CA1; }
  .btn--pink-bubblegum:hover, .btn--pink-bubblegum:focus, input[type="submit"].btn--pink-bubblegum:hover, input[type="submit"].btn--pink-bubblegum:focus {
    color: white;
    background-color: #e285b9; }

@media (min-width: 740px) {
  .body-banner .main {
    margin-top: -224px; } }

.container-annual-report {
  max-width: 1400px;
  margin-bottom: 84px; }

.nav-annual-report {
  font-weight: 500; }

.nav-annual-report a {
  text-decoration: none; }

.annual-block-year {
  margin-top: 28px; }

.annual-block-heading-wrap {
  text-align: right;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: 28px;
  margin-left: auto;
  max-width: 960px; }

.annual-report-subheading {
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  font-weight: 900;
  line-height: 1.1;
  padding-right: 14px;
  margin: 28px 0 0 0; }
  @media (min-width: 600px) {
    .annual-report-subheading {
      font-size: 310%; } }

.annual-img-banner {
  display: block;
  margin: 0 auto;
  width: 100%; }

.annual-report-arrow {
  flex-shrink: 0; }

.annual-block-link {
  display: block;
  text-decoration: none; }
  .annual-block-link:hover .annual-report-arrow, .annual-block-link:focus .annual-report-arrow {
    opacity: 0.5; }

.body-asp .footer {
  display: none; }

.h1-asp {
  font-size: 300%;
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4; }
  @media (min-width: 740px) {
    .h1-asp {
      font-size: 350%; } }

.h2-asp {
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 240%;
  line-height: 1.4; }
  @media (min-width: 740px) {
    .h2-asp {
      font-size: 300%; } }

.h3-asp {
  font-size: 140%;
  line-height: 1.3;
  font-weight: 400; }
  @media (min-width: 960px) {
    .h3-asp {
      font-size: 200%; } }

.asp-banner-block {
  padding: 0 0 98px 0; }

.asp-banner-img {
  display: block;
  margin: 0 auto;
  padding: 56px 0; }
  @media (min-width: 740px) {
    .asp-banner-img {
      padding: 98px 0; } }

.asp-banner-content {
  font-size: 240%;
  line-height: 1.4;
  font-weight: 200; }
  @media (min-width: 740px) {
    .asp-banner-content {
      font-size: 300%; } }

.asp-approach-block {
  background-color: #A7A9AC;
  padding: 70px 0; }

.asp-approach-content {
  font-size: 120%;
  line-height: 1.5; }
  @media (min-width: 740px) {
    .asp-approach-content {
      font-size: 168%; } }

.asp-landscape-block {
  background-image: url("/static/assets/svg/asp/landscape-geometric.svg");
  background-repeat: no-repeat;
  background-size: 110% auto;
  background-position: bottom;
  padding: 70px 0 0 0; }

.asp-landscape-content-block {
  background-color: #fff;
  padding: 0 28px; }
  @media (min-width: 740px) {
    .asp-landscape-content-block {
      max-width: 667px;
      margin-left: 40%; } }

.asp-landscape-content {
  font-size: 120%;
  line-height: 1.5;
  margin-top: 42px; }
  @media (min-width: 740px) {
    .asp-landscape-content {
      font-size: 168%; } }

.asp-landscape-report-link {
  font-weight: 400;
  padding: 0 0 42px 0;
  display: block; }

.asp-action-block {
  background-color: #222;
  padding: 56px 0; }
  @media (min-width: 740px) {
    .asp-action-block {
      padding: 168px 0; } }

@media (min-width: 600px) {
  .asp-action-row {
    display: flex; } }

.asp-action-col {
  display: flex;
  flex-direction: column; }

.asp-action-each {
  color: #000;
  background-color: #fff;
  border: 2px solid #222;
  text-decoration: none;
  text-align: center;
  padding: 56px 14px 14px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  margin-bottom: 14px; }
  .asp-action-each:hover img, .asp-action-each:focus img {
    opacity: 0.5; }
  @media (min-width: 600px) {
    .asp-action-each {
      margin-bottom: 0; } }

.asp-action-heading {
  font-size: 190%;
  padding-top: 28px;
  margin-bottom: 14px;
  margin-top: auto; }

.h3-collab-asp {
  font-size: 200%;
  line-height: 1.5; }
  @media (min-width: 740px) {
    .h3-collab-asp {
      font-size: 225%; } }

.asp-col-all-block {
  padding: 56px 0 84px; }

.asp-collaborator-block {
  padding: 0 0 112px 0; }

.slider-asp-partner-item {
  text-decoration: none;
  font-size: 140%;
  line-height: 1.3; }
  @media (min-width: 960px) {
    .slider-asp-partner-item {
      font-size: 200%; } }
  .slider-asp-partner-item:hover, .slider-asp-partner-item:focus {
    color: #eaeaea; }

.slider-asp-partner-each {
  background-color: #A7A9AC;
  padding: 28px; }

.asp-alliance-row {
  display: flex;
  align-items: center; }

.slider-asp-members .slick-track {
  display: flex;
  align-items: center; }

.slider-asp-members .slick-dots {
  bottom: -42px; }

.alliance-asp-member, .slider-asp-member-item {
  font-size: 110%;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  text-align: center; }
  .alliance-asp-member:hover, .alliance-asp-member:focus, .slider-asp-member-item:hover, .slider-asp-member-item:focus {
    opacity: 0.6; }
  @media (min-width: 960px) {
    .alliance-asp-member, .slider-asp-member-item {
      font-size: 140%; } }

.slider-asp-member-name {
  background: #eaeaea;
  padding: 14px 7px; }

.asp-resource-block {
  background-color: #dbdbdb;
  padding: 56px 0 98px; }

.slider-asp-block {
  padding: 14px 0 0 0; }

.asp-item {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  margin: 0 0 56px 0; }
  .asp-item:hover, .asp-item:focus {
    opacity: 0.9; }

.asp-item-blurb {
  font-size: 110%;
  background-color: #fff;
  font-weight: 400;
  padding: 14px 14px 21px;
  min-height: 190px; }

.asp-item-img {
  margin-bottom: 6px; }
  .asp-item-img img {
    display: block; }

.asp-item-icon-wrap {
  background-color: #fff;
  text-align: center;
  margin-top: 6px;
  padding: 16.8px 14px;
  display: flex; }
  .asp-item-icon-wrap img {
    max-height: 26px; }

.asp-item-icon {
  margin: 0 auto; }
  @media (max-width: 959px) {
    .asp-item-icon {
      max-width: 30px; } }

.footer-asp {
  color: #fff;
  padding: 84px 56px 98px 56px;
  margin-top: auto; }
  .footer-asp a {
    color: #fff;
    text-decoration: none; }
    .footer-asp a:hover {
      color: #efefef; }
  @media (max-width: 599px) {
    .footer-asp {
      padding: 56px 0; } }

.footer-asp-subscribe-block {
  color: #000; }

.footer-asp-logo {
  display: block;
  width: 100%;
  padding: 42px 56px; }

.footer-asp-mail {
  font-size: 120%;
  line-height: 1.5; }
  @media (min-width: 740px) {
    .footer-asp-mail {
      font-size: 168%; } }

@media (min-width: 740px) {
  .footer-asp-social-block {
    margin: 112px 0 0 0;
    padding-left: 112px; } }

.footer-asp-links {
  padding: 42px 0 14px; }

.footer-asp-social-icon {
  filter: invert(1); }

.footer-asp-copyright {
  font-size: 110%;
  font-weight: 200; }

#mce-success-response, #mce-error-response {
  color: #fff;
  font-weight: 500;
  margin: 0 0 14px 0;
  padding: 3.5px 7px; }

#mce-success-response {
  background-color: #00AA83; }

#mce-error-response {
  background-color: #cc5050 !important; }
