@font-face {
  font-family: "Radikal W05 Medium";
  src: url("../fonts/5164530/42530568-1fdc-4fe5-8685-f38e4827f90d.eot?#iefix");
  src: url("../fonts/5164530/42530568-1fdc-4fe5-8685-f38e4827f90d.eot?#iefix") format("eot"), url("../fonts/5164530/f51e7702-0032-4177-9164-833b044510d7.woff2") format("woff2"), url("../fonts/5164530/bfe28507-1127-4db5-9556-0b587ecf15b9.woff") format("woff"), url("../fonts/5164530/2273651a-b55c-436a-af95-bc7e9b087569.ttf") format("truetype");
}

@font-face {
  font-family: "Radikal W05 Thin";
  src: url("../fonts/5176055/103008d2-0fcb-49ba-9143-3b8fb7b189c9.eot?#iefix");
  src: url("../fonts/5176055/103008d2-0fcb-49ba-9143-3b8fb7b189c9.eot?#iefix") format("eot"), url("../fonts/5176055/6c1d1e95-1cbe-4094-8170-62cdb8616134.woff2") format("woff2"), url("../fonts/5176055/9aeca237-9b7a-4285-93ec-cd8776298c90.woff") format("woff"), url("../fonts/5176055/93abd593-aff6-4613-a836-5b9f8559c45d.ttf") format("truetype");
}

@font-face {
  font-family: "Radikal W05 Light";
  src: url("../fonts/5185092/dd13563a-ca1c-4faa-8b20-439d8cc94a9b.eot?#iefix");
  src: url("../fonts/5185092/dd13563a-ca1c-4faa-8b20-439d8cc94a9b.eot?#iefix") format("eot"), url("../fonts/5185092/d4937539-3993-4c0d-b72f-01711ea5f89a.woff2") format("woff2"), url("../fonts/5185092/bba6c703-90da-4f79-8385-83b70ae19ebc.woff") format("woff"), url("../fonts/5185092/1dabfa95-b9ab-4cf8-85ef-15d27f33579f.ttf") format("truetype");
}

.flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 5px 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger.is-active .hamburger-inner::after {
  width: 45px;
  left: initial;
}

.hamburger-box {
  width: 45px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 45px;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -11px;
}

.hamburger-inner::after {
  width: 35px;
  left: 0;
  bottom: -11px;
}

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic .hamburger-inner::after {
  top: 11px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -90px;
  top: -90px;
  -webkit-transform: translate3d(90px, 90px, 0) rotate(45deg);
  transform: translate3d(90px, 90px, 0) rotate(45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -90px;
  top: -90px;
  -webkit-transform: translate3d(-90px, 90px, 0) rotate(-45deg);
  transform: translate3d(-90px, 90px, 0) rotate(-45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-whatintent='mouse'] *:focus {
  outline: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 112.5%;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background-color: #fff;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  line-height: 1.556;
  font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif;
  color: #333;
  font-weight: normal;
}

p:last-child,
p:only-child {
  margin: 0;
}

a.blue-btn {
  display: inline-block;
  min-width: 135px;
  font-size: 16;
  padding: 15px 20px;
  font-weight: 100;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #016eff;
  border: none;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
  min-width: 100px;
  padding: 7px 15px;
  margin: 6px 0;
}

a.blue-btn:hover {
  color: #fff;
  background-color: #0058ce;
  text-decoration: none !important;
}

a.blue-btn:hover::after {
  display: none;
}

a.red-btn {
  display: inline-block;
  min-width: 135px;
  font-size: 16;
  padding: 15px 20px;
  font-weight: 100;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #016eff;
  border: none;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
  min-width: 100px;
  padding: 7px 15px;
  margin: 6px 0;
  background-color: #c62424;
}

a.red-btn:hover {
  color: #fff;
  background-color: #0058ce;
  text-decoration: none !important;
}

a.red-btn:hover::after {
  display: none;
}

a.red-btn:hover {
  background-color: #A01C1C;
}

a.green-btn {
  display: inline-block;
  min-width: 135px;
  font-size: 16;
  padding: 15px 20px;
  font-weight: 100;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #016eff;
  border: none;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
  min-width: 100px;
  padding: 7px 15px;
  margin: 6px 0;
  background-color: #0cc400;
}

a.green-btn:hover {
  color: #fff;
  background-color: #0058ce;
  text-decoration: none !important;
}

a.green-btn:hover::after {
  display: none;
}

a.green-btn:hover {
  background-color: #0C9600;
}

a.small-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16;
  color: #016eff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 7px 15px;
  margin: 6px 0;
}

a.small-arrow::before {
  content: ' ';
  width: 15px;
  height: 15px;
  margin-left: 0;
  margin-right: 15px;
  background: transparent url(../images/icons/smallArrow-left-blue.svg) no-repeat;
  -webkit-transition: margin 0.2s ease;
  transition: margin 0.2s ease;
}

a.small-arrow::after {
  display: none;
}

a.small-arrow:hover {
  color: #0058ce;
}

a.small-arrow:hover::before {
  margin-left: 5px;
  margin-right: 10px;
}

a.large-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  padding: 20px 40px;
  font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 16;
  text-transform: capitalize;
  letter-spacing: 0.035em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  color: #016eff;
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 7px 25px;
  margin: 6px 0;
}

a.large-arrow::after {
  content: ' ';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 15px;
  height: 22px;
  margin-left: 16px;
  background: transparent url(../images/icons/largeArrow-left-white.svg) no-repeat;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

a.large-arrow:hover {
  color: #0058ce;
  text-decoration: none;
}

a.large-arrow:hover::after {
  -webkit-transform: translate3d(12px, 0, 0);
  transform: translate3d(12px, 0, 0);
}

a.large-arrow:after {
  background: transparent url(../images/icons/largeArrow-left-blue.svg) no-repeat;
}

.notes-block {
  margin-bottom: 20px;
  background-color: #f3f3f3;
  padding: 15px;
}

h1, h2, .fieldName-field-reference-block-rules-land .field-item:first-child > div:before, h3,
h4, h5, h6 {
  font-weight: normal;
  margin: 30px 0 16px 0;
}

h1:only-child, h2:only-child, .fieldName-field-reference-block-rules-land .field-item:first-child > div:only-child:before, h3:only-child,
h4:only-child, h5:only-child, h6:only-child {
  margin-bottom: 16px;
}

.media-heading:only-child {
  margin-bottom: 5px;
}

h1 {
  margin-bottom: 26px;
  font-size: 3.333rem;
  line-height: 1.4;
  letter-spacing: -0.025em;
  color: #000;
  font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

h2, .fieldName-field-reference-block-rules-land .field-item:first-child > div:before {
  font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif;
  margin-bottom: 16px;
  font-size: 2.556rem;
  line-height: 1.217;
  letter-spacing: -0.015em;
  color: #000;
  font-weight: normal;
}

h3 {
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.556;
  color: #000;
  font-weight: normal;
}

h4 {
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 1.333;
  color: #000;
}

h5 {
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.222rem;
  line-height: 1.2727;
  text-transform: uppercase;
  color: #000;
}

h6 {
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.556;
  text-transform: uppercase;
  color: #000;
}

ul:not([class]) {
  padding: 0;
  list-style: none;
}

ul:not([class]) li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  list-style-image: none;
  list-style-type: none;
}

ul:not([class]) li::before {
  position: absolute;
  left: 0;
  top: 9px;
  content: ' ';
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #b9b9b9;
}

ul:not([class]) li:last-child {
  margin: 0;
}

ol:not([class]) {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol:not([class]) li {
  position: relative;
  padding-left: 25px;
  list-style-type: none;
  counter-increment: list;
}

ol:not([class]) li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: counter(list) ".";
  width: 1.5em;
  color: #878787;
}

ol:not([class]) li li {
  counter-increment: child;
}

ol:not([class]) li li::before {
  content: counter(child, lower-alpha) ".";
}

ol:not([class]) li li li {
  counter-increment: grandchild;
}

ol:not([class]) li li li::before {
  content: counter(grandchild, lower-roman) ".";
}

ol:not([class]) ol {
  padding: 5px;
  margin: 0;
}

table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

table th,
table td {
  padding: 24px 30px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 100;
  text-align: left;
  word-wrap: break-word;
  color: #000;
}

table thead {
  border-bottom: solid 1px #DDDAE3;
}

table thead tr:nth-child(odd) {
  background-color: transparent;
}

table tr {
  padding: 5px;
}

table tr:nth-child(even) {
  background-color: #f3f3f3;
}

table th {
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
/*
@media (max-width: 1100px) {
  table thead {
    display: none;
  }
  table tr {
    display: block;
    margin-bottom: 10px;
  }
  table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  table td:last-child {
    border-bottom: 0;
  }
  table td::before {
    content: attr(data-label);
    letter-spacing: 0.025em;
    text-transform: uppercase;
  }
}
*/

p {
  word-wrap: break-word;
  margin: 0 0 20px;
}

b,
strong {
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

em {
  font-style: oblique;
}

i {
  font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif;
  font-style: italic;
}

small,
figcaption {
  font-size: 0.9em;
  color: #b9b9b9;
}

big {
  font-size: 1.2em;
}

dl dt {
  font-weight: 500;
}

abbr {
  text-transform: uppercase;
}

pre,
code {
  font-family: Courier, monospace;
}

sub, sup {
  text-transform: uppercase;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

blockquote {
  margin: 70px 30px 70px 100px;
  font-weight: 100;
  letter-spacing: 0.01em;
  font-size: 28px;
  line-height: 1.5;
}

blockquote .attribution {
  font-size: 14px;
  line-height: 1.4;
  color: #878787;
}

img {
  width: 100%;
  height: auto;
}

.layout-content a:not([class]) {
  position: relative;
  /*text-decoration: underline;*/
  font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #016eff;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  /* Remove Underline animation effects */
  /*
  * &::after {
  *     display: block;
  *     content: ' ';
  *     position: absolute;
  *     left: 0;
  *     bottom: -1px;
  *     width: 0;
  *     border-bottom: solid 1px $color-scienceBlue;
  *     transition: width 0.75s ease;
  }*/
}

.layout-content a:not([class]) img {
  text-decoration: none !important;
}

.layout-content a:not([class]).active, .layout-content a:not([class]).is-active, .layout-content a:not([class]):hover {
  color: #0058ce;
}

.layout-content a:not([class]).active::after, .layout-content a:not([class]).is-active::after, .layout-content a:not([class]):hover::after {
  width: 100%;
}

.layout-content p a:not([class]) {
  text-decoration: underline;
}

.layout-content p a:not([class]) img {
  text-decoration: none !important;
}

.toolbar-vertical {
  margin-left: 0 !important;
}

.toolbar-vertical .toolbar-bar {
  position: fixed;
}

.layout-page {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 30px;
}

.breakout {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

@media print {
  body {
    margin: 0 25mm;
  }
  @page {
    margin: 15.9mm 0;
  }
  body * {
    color: black !important;
  }
  .layout-header,
  .layout-footer {
    display: none !important;
  }
  .block-hero-banner-rules-listing-page .fieldName-field-background-image, .block-hero-banner-event-listing-page .fieldName-field-background-image, .block-hero-banner-news-listing-page .fieldName-field-background-image, .page-rules--enforcement--nacha .nodeHeader .fieldName-field-background-image {
    display: none !important;
  }
  h1 {
    font-size: 40px !important;
    line-height: 1.5;
  }
  .block-hero-banner-rules-listing-page .fieldName-field-header-title, .block-hero-banner-event-listing-page .fieldName-field-header-title, .block-hero-banner-news-listing-page .fieldName-field-header-title, .page-rules--enforcement--nacha .nodeHeader .fieldName-field-header-title,
  .block-hero-banner-rules-listing-page .fieldName-field-header-title > *, .block-hero-banner-rules-listing-page .fieldName-body > *, .block-hero-banner-event-listing-page .fieldName-field-header-title > *, .block-hero-banner-event-listing-page .fieldName-body > *, .block-hero-banner-news-listing-page .fieldName-field-header-title > *, .block-hero-banner-news-listing-page .fieldName-body > *, .page-rules--enforcement--nacha .nodeHeader .fieldName-field-header-title > *, .page-rules--enforcement--nacha .nodeHeader .fieldName-body > * {
    color: black !important;
  }
  .block-hero-banner-rules-listing-page, .block-hero-banner-event-listing-page, .block-hero-banner-news-listing-page, .page-rules--enforcement--nacha .nodeHeader {
    padding-top: 20px !important;
  }
  .layout-page main {
    padding-top: 20px !important;
  }
  .button, .form-submit {
    background: none !important;
    padding: 0 !important;
  }
  .page-nodeType-page .nodeContent, .page-nodeType-event .nodeContent {
    margin-bottom: 0 !important;
  }
  .nodeAside {
    display: none !important;
  }
  .fieldName-field-speakers {
    display: block !important;
  }
  .eventFull-row {
    display: block !important;
  }
  body .fieldName-field-cost-details {
    -moz-column-count: 1 !important;
    -moz-column-gap: 0 !important;
    -webkit-column-count: 1 !important;
    -webkit-column-gap: 0 !important;
  }
  .block-cta-block-footer-rules-listing-page, .block-cta-block-footer-event-listing-page, .block-cta-block-footer-news-listing-page {
    display: none;
  }
}

.has-sidebar:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 800px) {
  .has-sidebar .sidebar-left {
    width: 33.3333%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
  }
  .has-sidebar .page-content {
    width: 66.6666%;
    float: left;
    padding: 0 15px;
  }
}

.contextual-region .contextual .contextual-links a {
  width: auto;
  height: auto;
}

.entity-moderation-form .form-submit {
  margin-bottom: 1.65rem !important;
}

.pagination .pager-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 3rem 1rem;
}

.pagination .pager-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0 1rem;
  text-transform: uppercase;
  font-size: 16px;
}

.pagination .pager-item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none !important;
}

.pagination .pager-item-previous span:last-child,
.pagination .pager-item-next span:last-child {
  font-size: 0.1px;
  color: transparent;
  display: inline-block;
  height: 24px;
  width: 22px;
  background-image: url("../images/icons/narrowArrow-left.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.pagination .pager-item-previous span:last-child {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pagination .pager-item-first,
.pagination .pager-item-last {
  display: none;
}

@media (max-width: 800px) {
  .pagination .pager-items {
    padding: 3rem 0;
  }
}

.popup-message {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.popup-message .popup-message-detail {
  position: absolute;
  bottom: calc(100% + 18px);
  left: -56px;
  background-color: #000;
  color: #878787;
  font-size: 14px;
  line-height: 1.42;
  padding: 18px 30px;
  width: 250px;
  min-width: 250px;
  text-transform: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  -webkit-transform: scale3d(0.01, 0.01, 0.01);
  transform: scale3d(0.01, 0.01, 0.01);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}

.popup-message .popup-message-detail:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -20px;
  left: 116px;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 20px solid #000;
}

.popup-message.popup-message-isRevealed .popup-message-detail {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.printfriendly img {
  max-width: 60px;
}

.blockFooter {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  position: relative;
  min-height: 530px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.blockFooter .blockFooter-background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
}

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

.blockFooter .blockFooter-content {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1260px;
  margin: 0 auto;
  padding: 160px 0;
  color: #fff;
}

.blockFooter .blockFooter-content .blockFooter-title,
.blockFooter .blockFooter-content .blockFooter-description {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: inherit;
}

.blockFooter .blockFooter-content .blockFooter-title {
  font-size: 70px;
  line-height: 1.15;
}

@media (max-width: 1100px) {
  .blockFooter .blockFooter-content .blockFooter-title {
    font-size: 50px;
  }
}

@media (max-width: 800px) {
  .blockFooter .blockFooter-content .blockFooter-title {
    font-size: 36px;
  }
}

.blockFooter .blockFooter-content .blockFooter-description {
  font-size: 18px;
  line-height: 1.75;
}

.blockFooter .fieldName-body {
  text-align: center;
  color: #fff;
}

.blockFooter .fieldName-body h2, .blockFooter .fieldName-body .fieldName-field-reference-block-rules-land .field-item:first-child > div:before, .fieldName-field-reference-block-rules-land .blockFooter .fieldName-body .field-item:first-child > div:before, .blockFooter .fieldName-body h3, .blockFooter .fieldName-body h4, .blockFooter .fieldName-body h5, .blockFooter .fieldName-body h6, .blockFooter .fieldName-body p {
  font-size: 26px;
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  color: #fff;
  margin: 0;
  text-align: center;
  letter-spacing: 1px;
}

@media (max-width: 800px) {
  .blockFooter .fieldName-body h2, .blockFooter .fieldName-body .fieldName-field-reference-block-rules-land .field-item:first-child > div:before, .fieldName-field-reference-block-rules-land .blockFooter .fieldName-body .field-item:first-child > div:before, .blockFooter .fieldName-body h3, .blockFooter .fieldName-body h4, .blockFooter .fieldName-body h5, .blockFooter .fieldName-body h6, .blockFooter .fieldName-body p {
    font-size: 18px;
  }
}

.blockFooter .fieldName-body img {
  margin-bottom: 10px;
  max-width: 300px;
  height: auto;
}

.breadcrumbs-navigation,
.breadcrumbs .breadcrumb-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}

.breadcrumbs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs li::after {
  content: ' ';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  background: transparent url(../images/icons/narrowArrow-left.svg) no-repeat center center;
  background-size: contain;
}

.breadcrumbs a {
  font-size: 16px;
}

.blockHeader {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  position: relative;
  min-height: 530px;
  overflow: hidden;
  padding-bottom: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.blockHeader .blockHeader-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 5;
  top: 0;
}

.blockHeader .blockHeader-background::before {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

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

.blockHeader .blockHeader-content {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1260px;
  margin: 0 auto;
  padding: 160px 30px;
  color: #fff;
}

@media screen and (max-width: 1260px) {
  .blockHeader .blockHeader-content {
    padding: 160px 50px;
  }
}

.blockHeader .blockHeader-content .blockHeader-title,
.blockHeader .blockHeader-content .blockHeader-description {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  color: inherit;
}

.blockHeader .blockHeader-content .blockHeader-title {
  font-size: 70px;
  line-height: 1.15;
}

.blockHeader .blockHeader-content .blockHeader-description {
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 40px;
}

.blockHeader + div {
  position: relative;
  z-index: 20;
  margin-top: -80px;
  margin-bottom: 80px;
}

.messages {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 40;
  width: 100%;
  max-height: 125px;
  overflow-y: scroll;
  padding: 20px;
  background-image: none;
}

.messages .messages-list {
  margin: 0;
  padding-left: 20px;
}

.onThisPage {
  position: relative;
}

.onThisPage.sticky {
  position: fixed;
  top: 120px;
  z-index: 10;
}

.onThisPage.stickyBottom {
  position: absolute;
  bottom: 390px;
  width: 340px;
}

@media (max-width: 800px) {
	.onThisPage.sticky { 
		position: relative;
		top: 0;}
}
@media screen and (max-width: 767px){
.table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
    white-space: normal !important;
	}
}

.onThisPage .onThisPage-title {
  margin: 0;
  padding: 25px 40px;
  font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: #fff;
  background-color: #016eff;
}

.onThisPage .onThisPage-nav {
  padding: 40px;
  color: #fff;
  background-color: #0058ce;
  background: -webkit-gradient(linear, left top, left bottom, from(#0058ce), to(#016eff));
  background: linear-gradient(to bottom, #0058ce 0%, #016eff 100%);
}

.onThisPage .onThisPage-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.onThisPage .onThisPage-nav li {
  margin-bottom: 30px;
}

.onThisPage .onThisPage-nav li:last-child {
  margin-bottom: 0;
}

.onThisPage .onThisPage-link {
  position: relative;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.onThisPage .onThisPage-link:hover {
  color: #ececec;
}

.onThisPage .onThisPage-link.activeLink {
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.onThisPage .onThisPage-link.activeLink::before {
  position: absolute;
  left: -20px;
  top: 9px;
  content: ' ';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #fff;
}

.onThisPage .onThisPage-link.activeLink:hover {
  color: #fff;
}

@media (min-width: 800px) {
  .onThisPage.sticky {
    width: 300px;
  }
}

@media (min-width: 1100px) {
  .onThisPage.sticky {
    width: 340px;
  }
}

.relatedContent {
  margin-bottom: 60px;
}

.relatedContent-title {
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 28px;
  line-height: 1.4;
  border-bottom: solid 1px #b9b9b9;
}

.relatedContent .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}

.relatedContent .views-row {
  width: calc(100% / 3);
  padding: 0 20px;
}

.relatedContent .views-row a {
  position: relative;
  text-decoration: none;
  font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #016eff;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.relatedContent .views-row a::after {
  display: block;
  content: ' ';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  border-bottom: solid 1px #016eff;
  -webkit-transition: width 0.75s ease;
  transition: width 0.75s ease;
}

.relatedContent .views-row a.active, .relatedContent .views-row a.is-active, .relatedContent .views-row a:hover {
  color: #016eff;
}

.relatedContent .views-row a.active::after, .relatedContent .views-row a.is-active::after, .relatedContent .views-row a:hover::after {
  width: 100%;
}

.relatedContent .views-row .date {
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.250em;
  text-transform: uppercase;
}

.relatedContent .views-row .title {
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -0.015em;
  line-height: 30px;
}

.relatedContent .views-row .content {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5;
}

.relatedContent .views-row .topics {
  font-size: 12px;
  line-height: 1.2;
  font-style: italic;
}

@media (max-width: 800px) {
  .relatedContent .view-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  .relatedContent .views-row {
    width: 100%;
    margin: 20px 0;
    padding: 0;
  }
}

.sharePost {
  margin-bottom: 45px;
}

.sharePost-title {
  margin: 0 0 20px;
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 2;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #000;
}

.sharePost .addtoany_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sharePost .addtoany_list .a2a_button_facebook,
.sharePost .addtoany_list .a2a_button_twitter,
.sharePost .addtoany_list .a2a_button_linkedin,
.sharePost .addtoany_list .a2a_button_email {
  display: block;
  width: 30px;
  height: 30px;
  margin-bottom: 20px;
  -webkit-transition: background 0.35s ease;
  transition: background 0.35s ease;
}

.sharePost .addtoany_list .a2a_button_facebook span,
.sharePost .addtoany_list .a2a_button_twitter span,
.sharePost .addtoany_list .a2a_button_linkedin span,
.sharePost .addtoany_list .a2a_button_email span {
  display: none;
}

.sharePost .addtoany_list .a2a_button_facebook {
  background: transparent url(../images/icons/facebook-blue.svg) no-repeat center center;
  background-size: 30px 30px;
}

.sharePost .addtoany_list .a2a_button_facebook:hover {
  background: transparent url(../images/icons/facebook-darkBlue.svg) no-repeat center center;
  background-size: 30px 30px;
}

.sharePost .addtoany_list .a2a_button_twitter {
  background: transparent url(../images/icons/twitter-blue.svg) no-repeat center center;
  background-size: 30px 30px;
}

.sharePost .addtoany_list .a2a_button_twitter:hover {
  background: transparent url(../images/icons/twitter-darkBlue.svg) no-repeat center center;
  background-size: 30px 30px;
}

.sharePost .addtoany_list .a2a_button_linkedin {
  background: transparent url(../images/icons/linkedin-blue.svg) no-repeat center center;
  background-size: 30px 30px;
}

.sharePost .addtoany_list .a2a_button_linkedin:hover {
  background: transparent url(../images/icons/linkedin-darkBlue.svg) no-repeat center center;
  background-size: 30px 30px;
}

.sharePost .addtoany_list .a2a_button_email {
  background: transparent url(../images/icons/envelope-blue.svg) no-repeat center center;
  background-size: 30px 30px;
}

.sharePost .addtoany_list .a2a_button_email:hover {
  background: transparent url(../images/icons/envelope-darkBlue.svg) no-repeat center center;
  background-size: 30px 30px;
}

.sharePost .printfriendly {
  display: block;
  width: 30px;
  height: 30px;
  margin-bottom: 20px;
  -webkit-transition: background 0.35s ease;
  transition: background 0.35s ease;
  background: transparent url(../images/icons/print-blue.svg) no-repeat center center;
  background-size: 30px 30px;
}

.sharePost .printfriendly:hover {
  background: transparent url(../images/icons/print-darkBlue.svg) no-repeat center center;
  background-size: 30px 30px;
}

.sharePost .printfriendly img {
  display: none;
}

@media (max-width: 800px) {
  .sharePost .addtoany_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -10px 20px;
  }
  .sharePost .a2a_button_facebook,
  .sharePost .a2a_button_twitter,
  .sharePost .a2a_button_linkedin,
  .sharePost .a2a_button_gmail {
    margin: 0 10px;
  }
}

.stickyFooter {
  position: fixed;
  z-index: 20;
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: 150px;
  overflow: hidden;
  opacity: 1;
  background: #fff;
  -webkit-box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1100px) {
  .stickyFooter {
    display: none !important;
    max-height: 0;
  }
}

.stickyFooter .stickyFooter-inner {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 15px 70px 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.stickyFooter.closed {
  max-height: 0;
  opacity: 0;
}

.stickyFooter p:only-child {
  margin-bottom: 0;
}

.stickyFooter .stickyFooter-closeTrigger {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -8px;
  display: block;
  width: 15px;
  height: 15px;
}

.stickyFooter .stickyFooter-closeTrigger path {
  fill: #000;
  -webkit-transition: fill 0.35s ease;
  transition: fill 0.35s ease;
}

.stickyFooter .stickyFooter-closeTrigger :hover path {
  fill: #016eff;
}

@media (max-width: 800px) {
  .stickyFooter {
    display: none;
  }
}

.menu-footer .menu {
 margin: 12px 0 0 0;
  display: block;
    width: 100%;
    text-align: center;
}

.menu-footer li {
  display: inline-block;
}

.menu-footer li:last-child {
  margin-right: 0;
}

.menu-footer a {
  position: relative;
  font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif;
  font-weight: 100;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
  font-size: 18px;
  padding: 10px 15px;
}

.menu-footer a::after {
  display: block;
  content: ' ';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  border-bottom: solid 1px #fff;
  -webkit-transition: width 0.35s ease, border 0.35s ease;
  transition: width 0.35s ease, border 0.35s ease;
}

.menu-footer a:hover {
  color: #016eff;
}

.menu-footer a:hover::after {
  width: 100%;
  border-bottom: solid 1px #016eff;
}

@media (max-width: 1100px) {
  .menu-footer .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    text-align: center;
  }
  .menu-footer .menu li {
    margin: 10px 0;
  }
}

.menu-social-media .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin: 10px 0 0 0;
  padding: 0;
}

.menu-social-media li {
  margin-right: 20px;
}

.menu-social-media li:last-child {
  margin-right: 0;
}

.menu-social-media a {
  display: block;
  width: 30px;
  height: 0;
  padding-top: 30px;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
}

.menu-social-media a.icon-twitter {
  background: transparent url("../images/icons/twitter-white.svg") no-repeat center;
  background-size: contain;
}

.menu-social-media a.icon-twitter:hover {
  background: transparent url("../images/icons/twitter-blue.svg") no-repeat center;
  background-size: contain;
}

.menu-social-media a.icon-x {
  background: transparent url("../images/icons/x-white.png") no-repeat center;
  background-size: contain;
}

.menu-social-media a.icon-x:hover {
  background: transparent url("../images/icons/x-blue.png") no-repeat center;
  background-size: contain;
}

.menu-social-media a.icon-podcast {
  background: transparent url("../images/icons/podcast-logo-white.svg") no-repeat center;
  background-size: contain;
}

.menu-social-media a.icon-podcast:hover {
  background: transparent url("../images/icons/podcast-logo-blue.svg") no-repeat center;
  background-size: contain;
}

.menu-social-media a.icon-facebook {
  background: transparent url("../images/icons/facebook-square-white.svg") no-repeat center;
  background-size: contain;
}

.menu-social-media a.icon-facebook:hover {
  background: transparent url("../images/icons/facebook-square-blue.svg") no-repeat center;
  background-size: contain;
}

.menu-social-media a.icon-linkedin {
  background: transparent url("../images/icons/linkedin-square-white.svg") no-repeat center;
  background-size: contain;
}

.menu-social-media a.icon-linkedin:hover {
  background: transparent url("../images/icons/linkedin-square-blue.svg") no-repeat center;
  background-size: contain;
}

.menu-social-media a.icon-youtube {
  background: transparent url("../images/icons/youtube-play-white.svg") no-repeat center;
  background-size: contain;
}

.menu-social-media a.icon-youtube:hover {
  background: transparent url("../images/icons/youtube-play-blue.svg") no-repeat center;
  background-size: contain;
}

.wrapper-footer {
  padding: 30px 0 20px;
  background: #000;
  margin-bottom: -30px;
}

.footer-logo img {width: 170px; height: auto; }

.footer-copyright {
  display: block;
  width: 100%;
  font-size: 12px;
  text-align: center;
  color: #959595;
  margin-top: 10px;
}

@media (max-width: 1100px) {
	.col-footer-logo { text-align: center;}	
	.menu-social-media .menu {justify-content: center; }
}	

.button, .form-submit {
  display: inline-block;
  min-width: 135px;
  font-size: 0.8333rem;
  padding: 15px 20px;
  font-weight: 100;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #016eff;
  border: none;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
}

.button:hover,
.form-submit:hover {
  color: #fff;
  background-color: #0058ce;
  text-decoration: none !important;
}

.button:hover::after,
.form-submit:hover::after {
  display: none;
}

.button-secondary {
  position: relative;
  min-width: initial;
  font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.6;
  text-decoration: none;
  color: #016eff;
  background-color: transparent;
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
}

.button-secondary::after {
  display: block;
  content: ' ';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  border-bottom: solid 1px #0058ce;
  -webkit-transition: width 0.75s ease;
  transition: width 0.75s ease;
}

.button-secondary:hover {
  color: #0058ce;
  background-color: transparent;
}

.button-secondary:hover::after {
  width: 100%;
}

.button-arrow {
  position: relative;
  min-width: initial;
  padding-right: 35px;
  margin-right: 35px;
  font-size: 28px;
  line-height: 2.5;
  text-decoration: none;
  color: #000;
  background-color: transparent;
}

.button-arrow::after {
  content: ' ';
  display: block;
  width: 16px;
  height: 22px;
  margin-top: -13px;
  position: absolute;
  right: 0;
  top: 50%;
  background: transparent url("../images/icons/largeArrow-left-blue.svg") no-repeat center;
  -webkit-transition: right 0.35s ease;
  transition: right 0.35s ease;
}

.button-arrow:hover::after {
  right: -15px;
}

.formType-checkbox,
.js-facets-checkbox-links {
  position: relative;
  list-style: none;
}

.formType-checkbox label,
.js-facets-checkbox-links label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 0.01em;
  font-weight: bold;
  color: #000;
}

.formType-checkbox label::before,
.js-facets-checkbox-links label::before {
  content: ' ';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  margin-right: 15px;
  background-color: #fff;
  border: solid 1px #b9b9b9;
  -webkit-transition: background-color 0.35s ease, border 0.35s ease;
  transition: background-color 0.35s ease, border 0.35s ease;
}

.formType-checkbox input:checked ~ label::before,
.js-facets-checkbox-links input:checked ~ label::before {
  background-color: #0cc400;
  border: solid 1px #0cc400;
}

.formType-checkbox input,
.js-facets-checkbox-links input {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
}

.formType-checkbox input:focus,
.js-facets-checkbox-links input:focus {
  outline: none;
}

.formType-checkbox input::-ms-expand,
.js-facets-checkbox-links input::-ms-expand {
  display: none;
}

.formType-checkbox .description,
.js-facets-checkbox-links .description {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 100;
}

.webform-type-checkboxes legend {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #b9b9b9;
}

.webform-type-checkboxes .description {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 100;
  color: #878787;
}

.page-hubspot-form--nacha .hbspt-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-hubspot-form--nacha .hbspt-form form > div {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}

@media screen and (max-width: 500px) {
  .page-hubspot-form--nacha .hbspt-form form > div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.page-hubspot-form--nacha .hbspt-form form > div.hs-recaptcha {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.page-hubspot-form--nacha .hbspt-form form > div input:not(.hs-button) {
  font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif;
  padding: 8px 15px;
  border-radius: 0;
  margin-bottom: 10px;
  height: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: normal;
  font-size: 16px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #333;
  border: solid 1px #878787;
  -webkit-transition: color 0.35s ease, border 0.35s ease;
  transition: color 0.35s ease, border 0.35s ease;
}

.page-hubspot-form--nacha .hbspt-form form > div input:not(.hs-button):focus {
  color: #000;
  border: solid 1px #000;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
}

.page-hubspot-form--nacha .hbspt-form form > div input:not(.hs-button) input.hs-input.error, .page-hubspot-form--nacha .hbspt-form form > div input:not(.hs-button) .hs-form-f37d6708-7075-48ac-83db-d279ed994fe8_dab5fec5-c3ab-40ef-b215-6ecbf39738a7 div.field.error input, .page-hubspot-form--nacha .hbspt-form form > div input:not(.hs-button) .hs-form-f37d6708-7075-48ac-83db-d279ed994fe8_dab5fec5-c3ab-40ef-b215-6ecbf39738a7 div.field.error textarea, .page-hubspot-form--nacha .hbspt-form form > div input:not(.hs-button) .hs-form-f37d6708-7075-48ac-83db-d279ed994fe8_dab5fec5-c3ab-40ef-b215-6ecbf39738a7 div.field.error .chzn-choices, .page-hubspot-form--nacha .hbspt-form form > div input:not(.hs-button) textarea.hs-input.error, .page-hubspot-form--nacha .hbspt-form form > div input:not(.hs-button) select.hs-input.error {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-hubspot-form--nacha .hbspt-form form > div select {
  border-radius: 0;
  padding: 11px 15px;
  margin-bottom: 10px;
  width: 100%;
  cursor: pointer;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.001em;
  font-weight: 100;
  outline: none;
  background-color: transparent;
  color: #333;
  border: solid 1px #878787;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: color 0.35s ease, border 0.35s ease;
  transition: color 0.35s ease, border 0.35s ease;
}

.page-hubspot-form--nacha .hbspt-form form > div select:focus {
  color: #000;
  border: solid 1px #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

.page-hubspot-form--nacha .hbspt-form form > div select input.hs-input.error, .page-hubspot-form--nacha .hbspt-form form > div select .hs-form-f37d6708-7075-48ac-83db-d279ed994fe8_dab5fec5-c3ab-40ef-b215-6ecbf39738a7 div.field.error input, .page-hubspot-form--nacha .hbspt-form form > div select .hs-form-f37d6708-7075-48ac-83db-d279ed994fe8_dab5fec5-c3ab-40ef-b215-6ecbf39738a7 div.field.error textarea, .page-hubspot-form--nacha .hbspt-form form > div select .hs-form-f37d6708-7075-48ac-83db-d279ed994fe8_dab5fec5-c3ab-40ef-b215-6ecbf39738a7 div.field.error .chzn-choices, .page-hubspot-form--nacha .hbspt-form form > div select textarea.hs-input.error, .page-hubspot-form--nacha .hbspt-form form > div select select.hs-input.error {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-hubspot-form--nacha .hbspt-form form > div select::-ms-expand {
  display: none;
}

.page-hubspot-form--nacha .hbspt-form form > div .hs-company_type .input {
  position: relative;
}

.page-hubspot-form--nacha .hbspt-form form > div .hs-company_type .input::after {
  content: ' ';
  display: block;
  width: 22px;
  height: 22px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-60%);
  transform: translateY(-60%);
  z-index: 5;
  background: transparent url("../images/icons/largeArrow-down-blue.svg") no-repeat center;
}

.page-hubspot-form--nacha .hbspt-form form .hs-button {
  display: inline-block;
  min-width: 135px;
  font-size: 18px;
  padding: 15px 20px;
  font-weight: 100;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #016eff;
  border: none;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  font-weight: normal;
  font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif !important;
}

.page-hubspot-form--nacha .hbspt-form form .hs-button:hover {
  color: #fff;
  background-color: #0058ce;
  text-decoration: none !important;
}

.page-hubspot-form--nacha .hbspt-form form .hs-button:hover::after {
  display: none;
}

.formType-textfield,
.formType-email,
.formType-textarea,
.formType-password,
.formType-date,
.hbspt-form,
.formType-search-api-autocomplete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.formType-textfield label,
.formType-email label,
.formType-textarea label,
.formType-password label,
.formType-date label,
.hbspt-form label,
.formType-search-api-autocomplete label {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 100;
  color: #666;
}

.formType-textfield input,
.formType-textfield textarea,
.formType-textfield input,
.formType-email input,
.formType-email textarea,
.formType-email input,
.formType-textarea input,
.formType-textarea textarea,
.formType-textarea input,
.formType-password input,
.formType-password textarea,
.formType-password input,
.formType-date input,
.formType-date textarea,
.formType-date input,
.hbspt-form input,
.hbspt-form textarea,
.hbspt-form input,
.formType-search-api-autocomplete input,
.formType-search-api-autocomplete textarea,
.formType-search-api-autocomplete input {
  padding: 8px 15px;
  margin-bottom: 10px;
  line-height: 2;
  letter-spacing: 0.001em;
  font-weight: 100;
  outline: none;
  color: #878787;
  border: solid 1px #878787;
  -webkit-transition: color 0.35s ease, border 0.35s ease;
  transition: color 0.35s ease, border 0.35s ease;
}

.formType-textfield input:focus,
.formType-textfield textarea:focus,
.formType-textfield input:focus,
.formType-email input:focus,
.formType-email textarea:focus,
.formType-email input:focus,
.formType-textarea input:focus,
.formType-textarea textarea:focus,
.formType-textarea input:focus,
.formType-password input:focus,
.formType-password textarea:focus,
.formType-password input:focus,
.formType-date input:focus,
.formType-date textarea:focus,
.formType-date input:focus,
.hbspt-form input:focus,
.hbspt-form textarea:focus,
.hbspt-form input:focus,
.formType-search-api-autocomplete input:focus,
.formType-search-api-autocomplete textarea:focus,
.formType-search-api-autocomplete input:focus {
  color: #000;
  border: solid 1px #000;
}

.formType-textfield .description,
.formType-textfield .field-suffix,
.formType-email .description,
.formType-email .field-suffix,
.formType-textarea .description,
.formType-textarea .field-suffix,
.formType-password .description,
.formType-password .field-suffix,
.formType-date .description,
.formType-date .field-suffix,
.hbspt-form .description,
.hbspt-form .field-suffix,
.formType-search-api-autocomplete .description,
.formType-search-api-autocomplete .field-suffix {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 100;
  color: #878787;
}

.block-views-exposed-filter-blockglobal-site-search-page-1 input[type="text"] {
  max-width: 100%;
}

.formType-radio {
  position: relative;
}

.formType-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 0.01em;
  font-weight: bold;
  color: #000;
}

.formType-radio label::before {
  content: ' ';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #fff;
  border: solid 1px #b9b9b9;
  -webkit-transition: background-color 0.35s ease, border 0.35s ease;
  transition: background-color 0.35s ease, border 0.35s ease;
}

.formType-radio input:checked ~ label::before {
  background-color: #0cc400;
  border: solid 1px #0cc400;
}

.formType-radio input {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
}

.formType-radio input:focus {
  outline: none;
}

.formType-radio input::-ms-expand {
  display: none;
}

.formType-radio .description {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 100;
}

.webform-type-radios legend {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #b9b9b9;
}

.webform-type-radios .description {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 100;
  color: #878787;
}

.formType-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.formType-select label {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 100;
  color: #b9b9b9;
}

.formType-select .description,
.formType-select .field-suffix {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 100;
  color: #878787;
}

.select {
  position: relative;
}

.select::after {
  content: ' ';
  display: block;
  width: 22px;
  height: 22px;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 13px);
  right: 16px;
  z-index: 5;
  background: transparent url("../images/icons/largeArrow-down-blue.svg") no-repeat center;
}

.select select {
  padding: 15px 20px;
  padding-right: 44px;
  margin-bottom: 10px;
  width: 100%;
  cursor: pointer;
  font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.001em;
  font-weight: 100;
  outline: none;
  background-color: transparent;
  color: #878787;
  border: solid 1px #878787;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: color 0.35s ease, border 0.35s ease;
  transition: color 0.35s ease, border 0.35s ease;
}

.select select:focus {
  color: #000;
  border: solid 1px #000;
}

.select select::-ms-expand {
  display: none;
}

.siteBranding {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px 0;
}

.siteBranding span {
  display: none;
}

@media (max-width: 1100px) {
  .siteBranding {
    margin: 0;
  }
}

.siteBranding-logo svg {
  width: 290px;
  height: 80px;
  margin-bottom: -15px;
}

@media (max-width: 1100px) {
  .siteBranding-logo svg {
    width: 220px;
    height: auto;
    margin-bottom: -5px;
  }
}

.siteBranding-logo .blue-dot {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #016eff;
}

.siteBranding-logo .green-dot {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #0cc400;
}

.siteBranding-logo .mark {
  fill: #000;
  -webkit-transition: fill 0.35s ease;
  transition: fill 0.35s ease;
}

.dark-header .siteBranding-logo .mark,
.transparent-header .siteBranding-logo .mark {
  fill: #fff;
}

.sticky-header .siteBranding-logo .mark,
.white-header .siteBranding-logo .mark {
  fill: #000;
}

.layout-header {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 40;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: solid 1px #000;
  -webkit-transition: background-color 0.35s ease, border-bottom 0.35s ease;
  transition: background-color 0.35s ease, border-bottom 0.35s ease;
}

.dark-header .layout-header {
  background-color: #000;
}

.transparent-header .layout-header {
  background-color: rgba(255, 255, 255, 0);
  border-bottom: solid 1px transparent;
}

.sticky-header .layout-header,
.white-header .layout-header {
  background-color: #fff;
  border-bottom: solid 1px #000;
}

.layout-header .region-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1260px;
  max-height: 125px;
  padding: 0 30px;
}

.layout-header .region-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout-header .trigger-mobileNav {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.sticky-header .layout-header .trigger-mobileNav .hamburger-inner,
.white-header .layout-header .trigger-mobileNav .hamburger-inner, .sticky-header .layout-header .trigger-mobileNav .hamburger-inner::before,
.white-header .layout-header .trigger-mobileNav .hamburger-inner::before, .sticky-header .layout-header .trigger-mobileNav .hamburger-inner::after,
.white-header .layout-header .trigger-mobileNav .hamburger-inner::after {
  background-color: #000;
}

.layout-header .trigger-mobileNav span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
}

.sticky-header .layout-header .trigger-mobileNav span,
.white-header .layout-header .trigger-mobileNav span {
  color: #000;
}

@media (min-width: 1101px) {
  .layout-header nav ul.menu .trigger-search > a,
  .layout-header nav ul.menu a.trigger-search {
    background: transparent url(../images/icons/search-black.svg) top center no-repeat;
    background-size: contain;
    color: transparent;
    width: 20px;
    -webkit-transition: background 0.35s ease;
    transition: background 0.35s ease;
  }
  .layout-header nav ul.menu .trigger-search > a:after,
  .layout-header nav ul.menu a.trigger-search:after {
    content: none;
  }
  .dark-header .layout-header nav ul.menu .trigger-search > a,
  .transparent-header .layout-header nav ul.menu .trigger-search > a, .dark-header
  .layout-header nav ul.menu a.trigger-search,
  .transparent-header
  .layout-header nav ul.menu a.trigger-search {
    background: transparent url(../images/icons/search-white.svg) top center no-repeat;
  }
  .sticky-header .layout-header nav ul.menu .trigger-search > a,
  .white-header .layout-header nav ul.menu .trigger-search > a, .sticky-header
  .layout-header nav ul.menu a.trigger-search,
  .white-header
  .layout-header nav ul.menu a.trigger-search {
    background: transparent url(../images/icons/search-black.svg) top center no-repeat;
  }
  .layout-header nav ul.menu .trigger-search > a:hover,
  .layout-header nav ul.menu a.trigger-search:hover {
    background: transparent url(../images/icons/search-blue.svg) top center no-repeat;
  }
}

@media (max-width: 1100px) {
  .layout-header .trigger-mobileNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2px;
  }
  .layout-header .region-header {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
  }
  .layout-header .layout-header-inner {
    display: none;
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    z-index: 30;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.25);
    height: calc(100vh - 84px);
    max-height: 800px;
    overflow-y: auto;
    padding-bottom: 150px;
  }
  .layout-header .region-header-inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.menu-main .menu {
  margin: 0;
  padding: 0;
}

.menu-main .menu a {
  text-decoration: none;
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
}

.menu-main.contextual-region {
  position: initial;
}

.menu-main > .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-main .level-0 {
  position: relative;
  margin-right: 40px;
}

.menu-main .level-0:last-child {
  margin-right: 0;
}

.menu-main .level-0 > a {
  position: relative;
  display: block;
  padding-bottom: 38px;
  font-size: 18px;
  letter-spacing: 0.025em;
  text-decoration: none;
  color: #000;
}

.dark-header .menu-main .level-0 > a,
.transparent-header .menu-main .level-0 > a {
  color: #fff;
}

.sticky-header .menu-main .level-0 > a,
.white-header .menu-main .level-0 > a {
  color: #000;
}

.menu-main .level-0 > a::after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #016eff;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.menu-main .level-0 > .menu {
  position: absolute;
  top: 54px;
  right: 0;
  z-index: 20;
  width: 350px;
  padding: 0 30px;
  max-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: max-height 0.3s ease, padding 0.35s ease;
  transition: max-height 0.3s ease, padding 0.35s ease;
}

.menu-main .level-0 .trigger-menuItemOpen {
  display: none;
}

.menu-main .level-0.menu-open > .menu {
  -webkit-box-shadow: 0px 10px 16px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 16px 5px rgba(0, 0, 0, 0.1);
}

.menu-main .level-0:not(.megamenu) .menu a {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 100;
  color: #016eff;
  border-bottom: solid 1px #e2e2e2;
}

.menu-main .level-0:not(.megamenu) .menu a:hover {
  color: #0058ce;
}

.menu-main .level-0:not(.megamenu) .menu li:last-child a {
  border-bottom: none;
}

.menu-main .level-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 40px;
}

.menu-main .level-1:last-child {
  margin-right: 0;
}

.menu-main .level-1 .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.menu-main .megamenu {
  position: initial;
}

.menu-main .megamenu > .menu {
  top: 125px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.menu-main .megamenu > .menu > .menu-inner {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.menu-main .megamenu .menu-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.menu-main .megamenu .level-2 {
  margin-bottom: 20px;
}

.menu-main .megamenu .level-2:last-child {
  margin-bottom: 0;
}

.menu-main .megamenu .level-2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #016eff;
}

.menu-main .megamenu .level-2 a::before {
  content: ' ';
  width: 15px;
  height: 15px;
  margin-left: 0;
  margin-right: 15px;
  background: transparent url(../images/icons/smallArrow-left-blue.svg) no-repeat;
  -webkit-transition: margin 0.2s ease;
  transition: margin 0.2s ease;
}

.menu-main .megamenu .level-2 a::after {
  display: none;
}

.menu-main .megamenu .level-2 a:hover {
  color: #0058ce;
}

.menu-main .megamenu .level-2 a:hover::before {
  margin-left: 5px;
  margin-right: 10px;
}

.menu-main .megamenu-list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-main .megamenu-list > a {
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 100;
  color: #016eff;
  border-bottom: solid 1px #e2e2e2;
}

.menu-main .megamenu-list > a:hover {
  color: #0058ce;
}

.menu-main .megamenu-list span {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 25px;
}

.menu-main .megamenu-special {
  overflow: hidden;
  background-color: #f3f3f3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-main .megamenu-special > a {
  padding: 25px 0;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  background-color: #ececec;
}

.menu-main .megamenu-special > a:hover {
  color: #0058ce;
}

.menu-main .megamenu-special > .menu {
  padding: 30px;
}

@media (max-width: 1100px) {
  .menu-main {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .menu-main > .menu {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu-main .menu {
    -webkit-transition: none;
    transition: none;
  }
  .menu-main .megamenu > .menu {
    top: initial;
  }
  .menu-main .level-0 {
    margin: 0;
    border-bottom: solid 1px #000;
  }
  .menu-main .level-0:last-child {
    border-bottom: none;
  }
  .menu-main .level-0 > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 20px;
    font-size: 28px;
    line-height: 1;
    background-color: #ececec;
    -webkit-transition: background-color 0.35s ease;
    transition: background-color 0.35s ease;
  }
  .menu-main .level-0 > a::after {
    display: none;
  }
  .menu-main .level-0 > a .trigger-menuItemOpen {
    position: initial;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transform-origin: center;
    transform-origin: center;
    background: transparent url(../images/icons/largeArrow-down-blue.svg) no-repeat;
    background-size: 38px;
    background-position: center center;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  }
  .menu-main .level-0 > a.menu-open::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .menu-main .level-0 > .menu {
    display: none;
    position: initial;
    width: 100%;
    padding: 0 20px;
    max-height: initial;
  }
  .menu-main .level-0 > .menu > .menu-inner {
    border-top: 1px solid #b9b9b9;
    padding: 20px 0;
  }
  .menu-main .level-0.menuItemOpen > a {
    background-color: #fff;
  }
  .menu-main .level-0.menuItemOpen .trigger-menuItemOpen {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .menu-main .megamenu {
    position: initial;
  }
  .menu-main .megamenu > .menu > .menu-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu-main .megamenu .menu-item {
    -ms-flex-preferred-size: initial;
    flex-basis: initial;
  }
  .menu-main .megamenu-list {
    margin: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #e2e2e2;
  }
  .menu-main .megamenu-list > a {
    padding-bottom: 0;
    margin-bottom: 20px;
    border-bottom: none;
  }
  .menu-main .megamenu-special > a {
    padding: 20px;
    text-align: left;
  }
  .menu-main .megamenu-special > .menu {
    padding: 20px;
  }
}

@media (min-width: 801px) {
  .browser-ie .megamenu > .menu {
    left: 0;
    right: 0;
    position: fixed;
    width: 100%;
  }
  .menu-main .level-0.menu-open > a::after {
    height: 10px;
  }
  .menu-main .level-0.menu-open > .menu {
    padding: 50px 30px;
    max-height: 1000px;
  }
  .menu-item.level-0.menu-item-isExpanded.menu-open:not(.megamenu) > ul {
    padding: 40px 30px 0px 30px;
  }
}

.layout-header .blockSearch {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 30;
  max-height: 0;
  overflow: hidden;
  background-color: #323A46;
  -webkit-transition: max-height 0.35s ease;
  transition: max-height 0.35s ease;
}

.layout-header .blockSearch.open {
  max-height: 200px;
}

.layout-header .blockSearch .blockSearch-inner {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout-header .blockSearch .form-item {
  margin: 0;
}

.layout-header .blockSearch form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-right: 30px;
}

.layout-header .blockSearch form .formType-search {
  margin-right: 30px;
  width: 100%;
}

.layout-header .blockSearch form .form-search {
  width: 100%;
  padding: 10px 20px;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: solid 1px #fff;
  outline: none;
}

.layout-header .blockSearch form .form-search::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.layout-header .blockSearch form .form-search::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.layout-header .blockSearch form .form-search::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.layout-header .blockSearch form .form-submit {
  min-width: initial;
  background: transparent;
  padding: 0;
  font-size: 18px;
  letter-spacing: 0.025em;
}

.layout-header .blockSearch .trigger-close {
  width: 30px;
  height: 0;
  overflow: hidden;
  padding-top: 30px;
  background: transparent url(../images/icons/times-circle-white.svg) no-repeat;
}

@media (min-width: 1101px) {
  .layout-header .blockSearch {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .layout-header .blockSearch form {
    padding: 16px 0;
  }
  .layout-header .blockSearch form .formType-search {
    margin-right: 10px;
  }
  .layout-header .blockSearch form .form-item-keys .form-search {
    padding: 6px 2px;
    font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif;
    max-width: 0;
    overflow: hidden;
    -webkit-transition: max-width 0.5s ease 0.2s;
    transition: max-width 0.5s ease 0.2s;
  }
  .layout-header .blockSearch form .form-submit {
    margin-left: 20px;
    padding-right: 24px;
    background-image: url("../images/icons/largeArrow-left-white.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 15px;
  }
  .layout-header .blockSearch.open form .form-item-keys .form-search {
    max-width: 100%;
  }
}

@media (max-width: 1100px) {
  .layout-header .blockSearch {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    position: initial;
    max-height: initial;
    left: initial;
    top: initial;
    overflow: initial;
    background-color: #fff;
    border-bottom: 1px solid #000;
  }
  .layout-header .blockSearch .blockSearch-inner {
    padding: 0;
  }
  .layout-header .blockSearch form {
    margin-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .layout-header .blockSearch form .form-item-keys {
    margin-right: 0;
    padding: 0;
    width: calc(100% - 55px);
  }
  .layout-header .blockSearch form .form-item-keys .form-search {
    font-size: 20px;
    line-height: 3;
    color: #000;
    border-bottom: none;
  }
  .layout-header .blockSearch form .form-item-keys .form-search::-webkit-input-placeholder {
    color: #666;
  }
  .layout-header .blockSearch form .form-item-keys .form-search::-ms-input-placeholder {
    color: #666;
  }
  .layout-header .blockSearch form .form-item-keys .form-search::placeholder {
    color: #666;
  }
  .layout-header .blockSearch form .form-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 80px;
    width: 55px;
  }
  .layout-header .blockSearch form .form-submit {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 0.1px;
    color: transparent;
    background: transparent url(../images/icons/search-blue.svg) no-repeat;
    background-size: 30px;
    background-position: center left;
  }
  .layout-header .blockSearch .trigger-close {
    display: none;
  }
}

.menu-utility-navigation .menu {
  margin: 0 0 20px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-utility-navigation li {
  margin-right: 40px;
}

.menu-utility-navigation li:last-child {
  margin-right: 0;
}

.menu-utility-navigation a, .menu-utility-navigation span.dropdown-toggle {
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0.025em;
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
}

.dark-header .menu-utility-navigation a,
.transparent-header .menu-utility-navigation a, .dark-header .menu-utility-navigation span.dropdown-toggle,
.transparent-header .menu-utility-navigation span.dropdown-toggle {
  color: #fff;
}

.sticky-header .menu-utility-navigation a,
.white-header .menu-utility-navigation a, .sticky-header .menu-utility-navigation span.dropdown-toggle,
.white-header .menu-utility-navigation span.dropdown-toggle {
  color: #000;
}

.menu-utility-navigation a:hover, .menu-utility-navigation span.dropdown-toggle:hover {
  color: #016eff;
}

.menu-utility-navigation a.dropdown-toggle {
  cursor: pointer;
}

.menu-utility-navigation a.dropdown-toggle i.fa {
  float: right;
  margin-left: 5px;
  margin-top: 3px;
  color: #016eff;
}

.menu-utility-navigation ul.dropdown-menu {
  padding: 12px 0 !important;
  border-top: solid 5px #016eff;
}

.menu-utility-navigation ul.dropdown-menu li a {
  color: #333 !important;
}

.menu-utility-navigation .trigger-search {
  display: block;
  width: 17px;
  height: 0;
  overflow: hidden;
  padding-top: 17px;
  background: transparent url(../images/icons/search-black.svg) no-repeat;
  -webkit-transition: background 0.35s ease;
  transition: background 0.35s ease;
}

.dark-header .menu-utility-navigation .trigger-search,
.transparent-header .menu-utility-navigation .trigger-search {
  background: transparent url(../images/icons/search-white.svg) no-repeat;
}

.sticky-header .menu-utility-navigation .trigger-search,
.white-header .menu-utility-navigation .trigger-search {
  background: transparent url(../images/icons/search-black.svg) no-repeat;
}

.menu-utility-navigation .trigger-search:hover {
  background: transparent url(../images/icons/search-blue.svg) no-repeat;
}

@media (max-width: 1100px) {
  .menu-utility-navigation {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
  .menu-utility-navigation .menu {
    width: 100%;
    margin: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: solid 1px #000;
  }
  .menu-utility-navigation li {
    width: 50%;
    margin: 0;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    /*&:last-child {
        display: none;
      }

      &:nth-child(2n) {
        border-right: none;
      }*/
  }
  .menu-utility-navigation a {
    display: block;
    width: 100%;
    padding: 20px 0;
    font-size: 16px;
    text-align: center;
    background-color: #ececec;
  }
  .white-header .menu-utility-navigation a,
  .dark-header .menu-utility-navigation a,
  .transparent-header .menu-utility-navigation a {
    color: #016eff;
  }
  .menu-utility-navigation .trigger-search {
    display: none;
  }
}

.page-nodeType-aggregate-page .featured-inner-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-nodeType-aggregate-page .featured-inner-double .left-box,
.page-nodeType-aggregate-page .featured-inner-double .right-box {
  width: 49%;
}

.page-nodeType-aggregate-page .featured-inner-double.Single .left-box {
  width: 100%;
}

.page-nodeType-aggregate-page .featured-inner-double.Single .right-box {
  display: none;
}

.page-nodeType-aggregate-page .featured-inner-double.None {
  display: none;
}

.page-nodeType-aggregate-page .paragraphItem-views-insert .paragraphType-views-insert {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background: #f3f3f3;
  padding: 1rem 0;
}

.page-nodeType-aggregate-page .paragraphItem-views-insert .paragraphType-views-insert .fieldName-field-views-insert {
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
}

.page-nodeType-aggregate-page .paragraphItem-full-width {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  position: relative;
  min-height: 530px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.page-nodeType-aggregate-page .paragraphItem-full-width .fullWidth-title {
  display: none;
}

.page-nodeType-aggregate-page .blockHeader + div:last-of-type {
  margin-bottom: 0;
}

.event-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.event-teaser .eventDetails {
  width: 125px;
  height: 125px;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  border: solid 1px #000;
}

.event-teaser .eventDetails .month,
.event-teaser .eventDetails .year {
  margin: 0;
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.25em;
  color: #000;
}

.event-teaser .eventDetails .day {
  margin: 0;
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #016eff;
}

.event-teaser .eventContent .eventContent-type {
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.25em;
}

.event-teaser .eventContent .eventContent-title {
  margin: 0;
  font-size: 18px;
}

.event-teaser .eventContent .eventContent-title a {
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.event-teaser .eventContent .eventContent-title a::after {
  display: block;
  content: ' ';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  border-bottom: solid 1px #016eff;
  -webkit-transition: width 0.75s ease;
  transition: width 0.75s ease;
}

.event-teaser .eventContent .eventContent-title a.active, .event-teaser .eventContent .eventContent-title a.is-active, .event-teaser .eventContent .eventContent-title a:hover {
  color: #016eff;
}

.event-teaser .eventContent .eventContent-title a.active::after, .event-teaser .eventContent .eventContent-title a.is-active::after, .event-teaser .eventContent .eventContent-title a:hover::after {
  width: 100%;
}

.article-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-teaser .newsDetails {
  width: 125px;
  height: 125px;
  margin-right: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.article-teaser .newsDetails a::after {
  display: none;
}

.article-teaser .newsContent .newsContent-date {
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.25em;
}

.article-teaser .newsContent .newsContent-title {
  margin: 0;
  font-size: 18px;
}

.article-teaser .newsContent .newsContent-title a {
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.article-teaser .newsContent .newsContent-title a::after {
  display: block;
  content: ' ';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  border-bottom: solid 1px #016eff;
  -webkit-transition: width 0.75s ease;
  transition: width 0.75s ease;
}

.article-teaser .newsContent .newsContent-title a.active, .article-teaser .newsContent .newsContent-title a.is-active, .article-teaser .newsContent .newsContent-title a:hover {
  color: #016eff;
}

.article-teaser .newsContent .newsContent-title a.active::after, .article-teaser .newsContent .newsContent-title a.is-active::after, .article-teaser .newsContent .newsContent-title a:hover::after {
  width: 100%;
}

.productCard .productCard-header {
  margin: 20px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.productCard .fieldName-field-format,
.productCard .fieldName-field-product-stock-status {
  margin: 0;
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 2;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #000;
}

.productCard .title {
  margin: 0 0 30px;
  font-size: 28px;
  line-height: 1.35;
}

.productCard .fieldName-field-member {
  margin-bottom: 10px;
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
}

.productCard .member-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.productCard .member-price .modal-window-trigger {
  margin: 0 10px 10px;
}

@media screen and (max-width: 510px) {
  .productCard .member-price .modal-window-trigger {
    display: none;
  }
}

.productCard .member-price svg {
  width: 20px;
  cursor: pointer;
}

.productCard .member-price path {
  fill: #016eff;
  -webkit-transition: fill 0.34s ease;
  transition: fill 0.34s ease;
}

.productCard .member-price path:hover {
  fill: #0058ce;
}

.productCard .fieldName-field-nonmember {
  margin-bottom: 20px;
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #b9b9b9;
}

.productCard .publishDate,
.productCard .publishBy {
  font-size: 14px;
  margin-bottom: 30px;
}

.productCard .productCard-content {
  margin-bottom: 50px;
}

.productCard .buy-now {
  margin: 45px 0;
  display: inline-block;
  min-width: 135px;
  font-size: 20px;
  padding: 15px 20px;
  font-weight: 100;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #016eff;
  border: none;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
}

.productCard .buy-now:hover {
  color: #fff;
  background-color: #0058ce;
  text-decoration: none !important;
}

.productCard .buy-now:hover::after {
  display: none;
}

.productCard .more-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #016eff;
  text-transform: capitalize;
}

.productCard .more-details::before {
  content: ' ';
  width: 15px;
  height: 15px;
  margin-left: 0;
  margin-right: 15px;
  background: transparent url(../images/icons/smallArrow-left-blue.svg) no-repeat;
  -webkit-transition: margin 0.2s ease;
  transition: margin 0.2s ease;
}

.productCard .more-details::after {
  display: none;
}

.productCard .more-details:hover {
  color: #0058ce;
}

.productCard .more-details:hover::before {
  margin-left: 5px;
  margin-right: 10px;
}

.page-access-denied--nacha .block-tabs {
  display: none;
}

.page-access-denied--nacha .layout-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 -30px 80px;
}

.page-access-denied--nacha .login-form,
.page-access-denied--nacha .create-account {
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 15px;
}

.page-access-denied--nacha .login-form {
  background: #f3f3f3;
  padding: 30px;
}

.page-access-denied--nacha .login-form-title {
  margin: 0 0 30px;
}

.page-access-denied--nacha .create-account {
  padding: 30px;
}

.page-access-denied--nacha .create-account-title {
  margin: 0 0 30px;
}

.page-access-denied--nacha .create-account-link {
  display: inline-block;
  min-width: 135px;
  font-size: 14px;
  padding: 15px 20px;
  font-weight: 100;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #016eff;
  border: none;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
}

.page-access-denied--nacha .create-account-link:hover {
  color: #fff;
  background-color: #0058ce;
  text-decoration: none !important;
}

.page-access-denied--nacha .create-account-link:hover::after {
  display: none;
}

@media (max-width: 1024px) {
  .page-access-denied--nacha .layout-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 80px;
  }
  .page-access-denied--nacha .layout-content .login-form,
  .page-access-denied--nacha .layout-content .create-account {
    width: 100%;
    margin: 30px 0;
  }
}

.page-nodeType-article .node-viewMode-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-nodeType-article .nodeHeader {
  width: 100%;
  margin-bottom: 40px;
}

.page-nodeType-article .nodeHeader-title {
  margin: 0 0 20px;
  font-size: 70px;
  line-height: 1.2;
}

@media (max-width: 1100px) {
  .page-nodeType-article .nodeHeader-title {
    font-size: 40px;
  }
}

@media (max-width: 800px) {
  .page-nodeType-article .nodeHeader-title {
    font-size: 50px;
  }
}

.page-nodeType-article .nodeHeader-description {
  margin: 0;
  font-size: 28px;
  line-height: 1.3;
}

.page-nodeType-article .nodeAside {
  width: 100%;
  max-width: 15%;
  margin-right: 40px;
}

.page-nodeType-article .nodeAside .postDetails {
  margin-bottom: 45px;
}

.page-nodeType-article .nodeAside .postDetails-title {
  margin: 0 0 20px;
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 2;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #000;
}

.page-nodeType-article .nodeContent {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 240px;
}

.page-nodeType-article .nodeContent .fieldType-image {
  margin-bottom: 40px;
}

.page-nodeType-article .nodeContent-author {
  margin-bottom: 40px;
}

.page-nodeType-article .nodeContent-author-title {
  margin: 0 0 20px;
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 2;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #000;
}

.page-nodeType-article .nodeContent-author-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-nodeType-article .nodeContent-author-thumbnail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  height: auto;
  margin-right: 1rem;
}

.page-nodeType-article .nodeContent-author-details h3 {
  margin: 0 0 7px;
  font-size: 18px;
  line-height: 1.2;
}

.page-nodeType-article .nodeContent-author-details p {
  margin: 0 0 3px;
  font-size: 14px;
  line-height: 1.2;
}

@media (max-width: 800px) {
  .page-nodeType-article .nodeHeader {
    margin-bottom: 40px;
  }
  .page-nodeType-article .nodeAside {
    max-width: 100%;
    margin-right: 0;
  }
}

.page-nodeType-article .block-hero-banner-news-listing-page,
.page-nodeType-article .view-news-listing {
  display: none;
}

.page-nodeType-article .nodeContent > div {
  display: none;
}

.page-nodeType-article .nodeContent > div.fieldName-body {
  display: block;
}

.page-nodeType-page .node-viewMode-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.page-nodeType-page .nodeHeader {
  width: 100%;
  margin-bottom: 40px;
}

.page-nodeType-page .nodeHeader-title {
  margin: 0 0 20px;
  font-size: 70px;
  line-height: 1.2;
}

.page-nodeType-page .nodeHeader-description {
  margin: 0;
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.556rem;
  line-height: 1.3;
}

.page-nodeType-page .nodeAside {
  width: 100%;
  max-width: 15%;
  margin-right: 60px;
}

.page-nodeType-page .nodeAside .postDetails {
  margin-bottom: 45px;
}

.page-nodeType-page .nodeAside .postDetails-title {
  margin: 0 0 20px;
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 2;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #000;
}
/*
.page-nodeType-page .nodeContent {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
*/

.page-nodeType-page .nodeContent .fieldType-image {
  margin-bottom: 40px;
}

.page-nodeType-page .nodeContent .fieldName-field-topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 1.2;
  font-style: italic;
}

.page-nodeType-page .nodeContent .fieldName-field-topic h2, .page-nodeType-page .nodeContent .fieldName-field-topic .fieldName-field-reference-block-rules-land .field-item:first-child > div:before, .fieldName-field-reference-block-rules-land .page-nodeType-page .nodeContent .fieldName-field-topic .field-item:first-child > div:before {
  margin: 0;
  font-size: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.page-nodeType-page .nodeContent .fieldName-field-topic h2::after {
  margin-right: 5px;
  content: ',';
}

.page-nodeType-page .nodeContent .fieldName-field-topic > .field-item:not(:last-child) {
  margin-right: 10px;
}

.page-nodeType-page .nodeContent .fieldName-field-topic > .field-item:last-child h2::after {
  display: none;
}

@media (max-width: 800px) {
  .page-nodeType-page .nodeHeader {
    margin-bottom: 40px;
  }
  .page-nodeType-page .nodeAside {
    max-width: 100%;
    margin-right: 0;
  }
}

.page-nodeType-event .node-viewMode-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-nodeType-event .nodeHeader {
  width: 100%;
  margin-bottom: 40px;
}

.page-nodeType-event .nodeHeader-title {
  margin: 0 0 20px;
  font-size: 70px;
  line-height: 1.2;
}

.page-nodeType-event .nodeHeader-description {
  margin: 0;
  font-size: 28px;
  line-height: 1.3;
}

.page-nodeType-event .nodeAside {
  width: 100%;
  max-width: 15%;
  margin-right: 60px;
}

.page-nodeType-event .nodeContent {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 240px;
}

.page-nodeType-event .nodeContent .fieldType-image {
  margin-bottom: 40px;
}

@media (max-width: 800px) {
  .page-nodeType-event .nodeHeader {
    margin-bottom: 40px;
  }
  .page-nodeType-event .nodeAside {
    max-width: 100%;
    margin-right: 0;
  }
}

.eventFull .field-label {
  display: none;
}

.eventFull .pageTitle {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .eventFull .pageTitle {
    font-size: 45px;
  }
}

@media screen and (max-width: 800px) {
  .eventFull .pageTitle {
    font-size: 28px;
  }
}

.eventFull .nodeContent > div {
  padding-bottom: 2rem;
}

.region-content .view-event-listing .views-row {
  padding-top: 24px;
  border-top: 1px solid #000;
}

.eventFull-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.eventFull-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
}

.eventFull-section-title {
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0;
}

.eventFull-meta-type > * {
  display: inline-block;
  margin-right: 10px;
}

.eventFull-meta-type:after {
  content: "|";
  margin-right: 15px;
}

.fieldName-field-speakers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.fieldName-field-speakers:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.fieldName-field-speakers > * {
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
}

.fieldName-field-speakers > * {
  margin-right: 2%;
  margin-bottom: 1rem;
}

@media screen and (max-width: 1100px) {
  .fieldName-field-speakers > * {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}

@media screen and (max-width: 600px) {
  .fieldName-field-speakers > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0;
  }
}

.fieldName-field-speakers .field:not(.fieldName-field-name) {
  font-size: 14px;
  margin-bottom: 0;
}

.fieldName-field-speakers .fieldName-field-thumbnail {
  max-width: 80px;
  float: left;
  margin-right: 1rem;
}

.fieldName-field-speakers .fieldName-field-thumbnail img {
  margin-bottom: 0;
}

.fieldName-field-event-date {
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 15px;
  text-transform: lowercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fieldName-field-event-date > *:first-child {
  padding-right: 5px;
}

.fieldName-field-event-date > *:last-child {
  padding-left: 5px;
}

.fieldName-field-event-date > *:first-child:last-child {
  padding: 0;
}

.fieldName-field-event-date time {
  font-size: 13px;
  text-transform: none;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.eventFull-locationAndCost .eventFull-column:first-child {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

@media screen and (max-width: 1040px) {
  .eventFull-locationAndCost .eventFull-column:first-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 2rem;
  }
}

.eventFull-locationAndCost .eventFull-column:last-child {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

@media screen and (max-width: 1040px) {
  .eventFull-locationAndCost .eventFull-column:last-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.fieldName-field-cost-details {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
}

.fieldName-field-cost-details > div {
  margin-bottom: .5rem;
}

.eventFull-registerButton {
  margin: 0 0 2rem;
}

.layout-page main {
  padding-top: 160px;
}

.page-nodeType-homepage .block-page-title {
  display: none;
}

.page-nodeType-homepage main {
  padding-top: 0;
}

.path-frontpage .fullWidth.withBackground {
  min-height: 450px;
}

.page-nodeType-job-post .node-viewMode-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-nodeType-job-post .nodeHeader {
  width: 100%;
  margin-bottom: 40px;
}

.page-nodeType-job-post .nodeHeader-title {
  margin: 0 0 20px;
  font-size: 70px;
  line-height: 1.2;
}

.page-nodeType-job-post .nodeHeader-description {
  margin: 0;
  font-size: 28px;
  line-height: 1.3;
}

.page-nodeType-job-post .nodeAside {
  width: 100%;
  max-width: 15%;
  margin-right: 60px;
}

.page-nodeType-job-post .nodeAside .fieldName-field-apply-button {
  margin-bottom: 45px;
}

.page-nodeType-job-post .nodeAside .fieldName-field-apply-button a {
  display: inline-block;
  min-width: 135px;
  font-size: 16px;
  padding: 15px 20px;
  font-weight: 100;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #016eff;
  border: none;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
}

.page-nodeType-job-post .nodeAside .fieldName-field-apply-button a:hover {
  color: #fff;
  background-color: #0058ce;
  text-decoration: none !important;
}

.page-nodeType-job-post .nodeAside .fieldName-field-apply-button a:hover::after {
  display: none;
}

.page-nodeType-job-post .nodeAside .postDetails {
  margin-bottom: 45px;
}

.page-nodeType-job-post .nodeAside .postDetails-title {
  margin: 0 0 20px;
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 2;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #000;
}

.page-nodeType-job-post .nodeContent {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 240px;
}

.page-nodeType-job-post .nodeContent .fieldType-image {
  margin-bottom: 40px;
  border-bottom: none;
}

.page-nodeType-job-post .nodeContent .field {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: solid 1px #ececec;
}

.page-nodeType-job-post .nodeContent .field .field-label {
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.page-nodeType-job-post .nodeContent .field:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

@media (max-width: 800px) {
  .page-nodeType-job-post .nodeHeader {
    margin-bottom: 40px;
  }
  .page-nodeType-job-post .nodeAside {
    max-width: 100%;
    margin-right: 0;
  }
}

.page-all-jobs--nacha .block-page-title {
  display: none;
}

.page-all-jobs--nacha .block-views-blockjobs-listing-block-2 > h2, .page-all-jobs--nacha .fieldName-field-reference-block-rules-land .field-item.block-views-blockjobs-listing-block-2:first-child > div:before, .fieldName-field-reference-block-rules-land .page-all-jobs--nacha .field-item.block-views-blockjobs-listing-block-2:first-child > div:before {
  display: none;
}

.page-all-jobs--nacha .block-views-blockjobs-listing-block-2 .view-content {
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-all-jobs--nacha .block-views-blockjobs-listing-block-2 .views-row {
  width: calc(100% / 2);
  margin: 0 20px;
  background-color: #016eff;
}

.page-all-jobs--nacha .block-views-blockjobs-listing-block-2 .views-field-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  padding: 20px 40px;
  font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 28px;
  text-transform: capitalize;
  letter-spacing: 0.035em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
}

.page-all-jobs--nacha .block-views-blockjobs-listing-block-2 .views-field-title a::after {
  content: ' ';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 15px;
  height: 22px;
  margin-left: 16px;
  background: transparent url(../images/icons/largeArrow-left-white.svg) no-repeat;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.page-all-jobs--nacha .block-views-blockjobs-listing-block-2 .views-field-title a:hover {
  color: #f3f3f3;
  text-decoration: none;
}

.page-all-jobs--nacha .block-views-blockjobs-listing-block-2 .views-field-title a:hover::after {
  -webkit-transform: translate3d(12px, 0, 0);
  transform: translate3d(12px, 0, 0);
}

.page-all-jobs--nacha .block-views-blockjobs-listing-block-2 .views-field-body {
  padding: 40px;
  color: #fff;
  background-color: #005ddb;
  background: -webkit-gradient(linear, left top, left bottom, from(#005ddb), to(#016eff));
  background: linear-gradient(to bottom, #005ddb 0%, #016eff 100%);
}

.page-all-jobs--nacha .block-views-exposed-filter-blockjobs-listing-page-1 {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 40px 0;
  background: #ececec;
}

.page-all-jobs--nacha .block-views-exposed-filter-blockjobs-listing-page-1 .layout-form-inline {
  max-width: 1260px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-all-jobs--nacha .block-views-exposed-filter-blockjobs-listing-page-1 .form-item,
.page-all-jobs--nacha .block-views-exposed-filter-blockjobs-listing-page-1 .form-actions,
.page-all-jobs--nacha .block-views-exposed-filter-blockjobs-listing-page-1 select {
  margin: 0;
}

.page-all-jobs--nacha .block-views-exposed-filter-blockjobs-listing-page-1 .form-item {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  margin-left: 2%;
}

.page-all-jobs--nacha .block-views-exposed-filter-blockjobs-listing-page-1 .form-item:first-child {
  margin-left: 0;
}

@media screen and (max-width: 1040px) {
  .page-all-jobs--nacha .block-views-exposed-filter-blockjobs-listing-page-1 .form-item {
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
  }
}

@media screen and (max-width: 600px) {
  .page-all-jobs--nacha .block-views-exposed-filter-blockjobs-listing-page-1 .form-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 0;
    margin-left: 0;
  }
}

.page-all-jobs--nacha .block-views-exposed-filter-blockjobs-listing-page-1 .form-item:last-child {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  text-align: right;
}

@media screen and (max-width: 1040px) {
  .page-all-jobs--nacha .block-views-exposed-filter-blockjobs-listing-page-1 .form-item:last-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.page-all-jobs--nacha .region-content .views-element-container {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 40px 0 80px;
  background-color: #f3f3f3;
}

.page-all-jobs--nacha .region-content .views-element-container > .view {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}

.page-all-jobs--nacha .region-content .view-jobs-listing .view-header {
  font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  line-height: 1.65;
  padding: 0 0 2rem;
  color: #000;
}

.page-all-jobs--nacha .region-content .view-jobs-listing .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: row wrap;
  flex-wrap: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-all-jobs--nacha .region-content .view-jobs-listing .view-content:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.page-all-jobs--nacha .region-content .view-jobs-listing .view-content > div {
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  margin-right: 2%;
}

.page-all-jobs--nacha .region-content .view-jobs-listing .node--type-job-post {
  position: relative;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 105px;
  border-top: solid 1px #000;
}

.page-all-jobs--nacha .region-content .view-jobs-listing .node--type-job-post .fieldType-datetime {
  margin-bottom: 30px;
  font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  line-height: 1.65;
}

.page-all-jobs--nacha .region-content .view-jobs-listing .node--type-job-post .fieldName-node-title h2, .page-all-jobs--nacha .region-content .view-jobs-listing .node--type-job-post .fieldName-node-title .fieldName-field-reference-block-rules-land .field-item:first-child > div:before, .fieldName-field-reference-block-rules-land .page-all-jobs--nacha .region-content .view-jobs-listing .node--type-job-post .fieldName-node-title .field-item:first-child > div:before {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.25;
  text-transform: capitalize;
}

.page-all-jobs--nacha .region-content .view-jobs-listing .node--type-job-post .fieldName-field-description {
  font-size: 16px;
  line-height: 1.5;
}

.page-all-jobs--nacha .region-content .view-jobs-listing .node--type-job-post .fieldName-field-apply-button {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 30px auto;
  text-align: center;
}

.page-all-jobs--nacha .region-content .view-jobs-listing .node--type-job-post .fieldName-field-apply-button a {
  display: inline-block;
  min-width: 135px;
  font-size: 12px;
  padding: 15px 20px;
  font-weight: 100;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #016eff;
  border: none;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
}

.page-all-jobs--nacha .region-content .view-jobs-listing .node--type-job-post .fieldName-field-apply-button a:hover {
  color: #fff;
  background-color: #0058ce;
  text-decoration: none !important;
}

.page-all-jobs--nacha .region-content .view-jobs-listing .node--type-job-post .fieldName-field-apply-button a:hover::after {
  display: none;
}

@media (max-width: 1100px) {
  .page-all-jobs--nacha .region-content .view-jobs-listing .views-row {
    width: calc((100% / 2) - 40px);
  }
}

@media (max-width: 800px) {
  .page-all-jobs--nacha .block-views-blockjobs-listing-block-2 .views-row {
    width: 100%;
  }
  .page-all-jobs--nacha .region-content .view-jobs-listing .views-row {
    width: 100%;
  }
  .page-all-jobs--nacha .block-views-exposed-filter-blockjobs-listing-page-1 .layout-form-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.page-nodeType-landing-page .layout-page {
  max-width: none;
  padding: 0;
}

.page-nodeType-landing-page .layout-page .row {
  margin-left: 0;
  margin-right: 0;
}

.page-nodeType-landing-page .block-page-title {
  display: none;
}

.page-nodeType-landing-page main {
  padding-top: 0;
}

.page-nodeType-landing-page.page-rules--enforcement--nacha main {
  padding-top: 160px;
}

.page-nodeType-landing-page .node-viewMode-full.with-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-nodeType-landing-page header .fullWidth .nodeHeader-background::before {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 30;
}

.page-nodeType-landing-page .nodeHeader .nodeHeader-content {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1260px;
  margin: 0 auto;
  padding: 160px 0;
  color: #fff;
}

.page-nodeType-landing-page .nodeHeader .nodeHeader-content.centered-text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-nodeType-landing-page .nodeHeader .nodeHeader-content.centered-text .nodeHeader-title,
.page-nodeType-landing-page .nodeHeader .nodeHeader-content.centered-text .nodeHeader-description {
  max-width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.page-nodeType-landing-page .nodeHeader .nodeHeader-content .logo {
  max-width: 250px;
}

.page-nodeType-landing-page .nodeHeader .nodeHeader-content .nodeHeader-title,
.page-nodeType-landing-page .nodeHeader .nodeHeader-content .nodeHeader-description {
  max-width: 75%;
  color: inherit;
}

.page-nodeType-landing-page .nodeHeader .nodeHeader-content .nodeHeader-title {
  font-size: 70px;
  line-height: 1.15;
}

@media screen and (max-width: 800px) {
  .page-nodeType-landing-page .nodeHeader .nodeHeader-content .nodeHeader-title {
    font-size: 50px;
  }
}

@media screen and (max-width: 450px) {
  .page-nodeType-landing-page .nodeHeader .nodeHeader-content .nodeHeader-title {
    font-size: 35px;
  }
}

.page-nodeType-landing-page .nodeHeader .nodeHeader-content .nodeHeader-description {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.75;
}

.page-nodeType-landing-page article.withAnimatedBanner section {
  position: relative;
  z-index: 5;
  margin-top: -300px;
}

.page-nodeType-landing-page article.withAnimatedBanner section > .fieldName-field-content .paragraph.parent-field-content:first-child .fullWidth-title {
  color: #fff;
}

.block-hero-banner-rules-listing-page,
.block-hero-banner-event-listing-page,
.block-hero-banner-news-listing-page,
.block-hero-banner-resource-listing-page,
.block-hero-banner-job-listing-page,
.page-rules--enforcement--nacha .nodeHeader,
.page-nodeType-aggregate-page .nodeHeader {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-top: -160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 15%;
  padding-bottom: 15%;
  position: relative;
}

@media screen and (max-width: 980px) {
  .block-hero-banner-rules-listing-page,
  .block-hero-banner-event-listing-page,
  .block-hero-banner-news-listing-page,
  .block-hero-banner-resource-listing-page,
  .block-hero-banner-job-listing-page,
  .page-rules--enforcement--nacha .nodeHeader,
  .page-nodeType-aggregate-page .nodeHeader {
    padding: 25% 0;
  }
}

.block-hero-banner-rules-listing-page .fieldName-field-header-title,
.block-hero-banner-rules-listing-page .fieldName-body,
.block-hero-banner-rules-listing-page .fieldName-field-summary,
.block-hero-banner-event-listing-page .fieldName-field-header-title,
.block-hero-banner-event-listing-page .fieldName-body,
.block-hero-banner-event-listing-page .fieldName-field-summary,
.block-hero-banner-news-listing-page .fieldName-field-header-title,
.block-hero-banner-news-listing-page .fieldName-body,
.block-hero-banner-news-listing-page .fieldName-field-summary,
.block-hero-banner-resource-listing-page .fieldName-field-header-title,
.block-hero-banner-resource-listing-page .fieldName-body,
.block-hero-banner-resource-listing-page .fieldName-field-summary,
.block-hero-banner-job-listing-page .fieldName-field-header-title,
.block-hero-banner-job-listing-page .fieldName-body,
.block-hero-banner-job-listing-page .fieldName-field-summary,
.page-rules--enforcement--nacha .nodeHeader .fieldName-field-header-title,
.page-rules--enforcement--nacha .nodeHeader .fieldName-body,
.page-rules--enforcement--nacha .nodeHeader .fieldName-field-summary,
.page-nodeType-aggregate-page .nodeHeader .fieldName-field-header-title,
.page-nodeType-aggregate-page .nodeHeader .fieldName-body,
.page-nodeType-aggregate-page .nodeHeader .fieldName-field-summary {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 30px;
  background: none;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  position: relative;
  color: white;
  z-index: 5;
}

.block-hero-banner-rules-listing-page .fieldName-field-header-title > *,
.block-hero-banner-rules-listing-page .fieldName-body > *,
.block-hero-banner-rules-listing-page .fieldName-field-summary > *,
.block-hero-banner-event-listing-page .fieldName-field-header-title > *,
.block-hero-banner-event-listing-page .fieldName-body > *,
.block-hero-banner-event-listing-page .fieldName-field-summary > *,
.block-hero-banner-news-listing-page .fieldName-field-header-title > *,
.block-hero-banner-news-listing-page .fieldName-body > *,
.block-hero-banner-news-listing-page .fieldName-field-summary > *,
.block-hero-banner-resource-listing-page .fieldName-field-header-title > *,
.block-hero-banner-resource-listing-page .fieldName-body > *,
.block-hero-banner-resource-listing-page .fieldName-field-summary > *,
.block-hero-banner-job-listing-page .fieldName-field-header-title > *,
.block-hero-banner-job-listing-page .fieldName-body > *,
.block-hero-banner-job-listing-page .fieldName-field-summary > *,
.page-rules--enforcement--nacha .nodeHeader .fieldName-field-header-title > *,
.page-rules--enforcement--nacha .nodeHeader .fieldName-body > *,
.page-rules--enforcement--nacha .nodeHeader .fieldName-field-summary > *,
.page-nodeType-aggregate-page .nodeHeader .fieldName-field-header-title > *,
.page-nodeType-aggregate-page .nodeHeader .fieldName-body > *,
.page-nodeType-aggregate-page .nodeHeader .fieldName-field-summary > * {
  max-width: 768px;
}

.block-hero-banner-rules-listing-page .fieldName-field-header-title,
.block-hero-banner-event-listing-page .fieldName-field-header-title,
.block-hero-banner-news-listing-page .fieldName-field-header-title,
.block-hero-banner-resource-listing-page .fieldName-field-header-title,
.block-hero-banner-job-listing-page .fieldName-field-header-title,
.page-rules--enforcement--nacha .nodeHeader .fieldName-field-header-title,
.page-nodeType-aggregate-page .nodeHeader .fieldName-field-header-title {
  margin-bottom: 30px;
  font-size: 70px;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .block-hero-banner-rules-listing-page .fieldName-field-header-title,
  .block-hero-banner-event-listing-page .fieldName-field-header-title,
  .block-hero-banner-news-listing-page .fieldName-field-header-title,
  .block-hero-banner-resource-listing-page .fieldName-field-header-title,
  .block-hero-banner-job-listing-page .fieldName-field-header-title,
  .page-rules--enforcement--nacha .nodeHeader .fieldName-field-header-title,
  .page-nodeType-aggregate-page .nodeHeader .fieldName-field-header-title {
    font-size: 50px;
  }
}

@media screen and (max-width: 450px) {
  .block-hero-banner-rules-listing-page .fieldName-field-header-title,
  .block-hero-banner-event-listing-page .fieldName-field-header-title,
  .block-hero-banner-news-listing-page .fieldName-field-header-title,
  .block-hero-banner-resource-listing-page .fieldName-field-header-title,
  .block-hero-banner-job-listing-page .fieldName-field-header-title,
  .page-rules--enforcement--nacha .nodeHeader .fieldName-field-header-title,
  .page-nodeType-aggregate-page .nodeHeader .fieldName-field-header-title {
    font-size: 35px;
  }
}

.block-hero-banner-rules-listing-page .fieldName-field-background-image,
.block-hero-banner-event-listing-page .fieldName-field-background-image,
.block-hero-banner-news-listing-page .fieldName-field-background-image,
.block-hero-banner-resource-listing-page .fieldName-field-background-image,
.block-hero-banner-job-listing-page .fieldName-field-background-image,
.page-rules--enforcement--nacha .nodeHeader .fieldName-field-background-image,
.page-nodeType-aggregate-page .nodeHeader .fieldName-field-background-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.block-hero-banner-rules-listing-page .fieldName-field-background-image img,
.block-hero-banner-event-listing-page .fieldName-field-background-image img,
.block-hero-banner-news-listing-page .fieldName-field-background-image img,
.block-hero-banner-resource-listing-page .fieldName-field-background-image img,
.block-hero-banner-job-listing-page .fieldName-field-background-image img,
.page-rules--enforcement--nacha .nodeHeader .fieldName-field-background-image img,
.page-nodeType-aggregate-page .nodeHeader .fieldName-field-background-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.block-hero-banner-rules-listing-page .blockHeader-content,
.block-hero-banner-event-listing-page .blockHeader-content,
.block-hero-banner-news-listing-page .blockHeader-content,
.block-hero-banner-resource-listing-page .blockHeader-content,
.block-hero-banner-job-listing-page .blockHeader-content,
.page-rules--enforcement--nacha .nodeHeader .blockHeader-content,
.page-nodeType-aggregate-page .nodeHeader .blockHeader-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 30px;
  width: 100%;
  display: block;
}

.block-hero-banner-rules-listing-page .blockHeader-content .fieldName-body,
.block-hero-banner-rules-listing-page .blockHeader-content .fieldName-field-summary,
.block-hero-banner-event-listing-page .blockHeader-content .fieldName-body,
.block-hero-banner-event-listing-page .blockHeader-content .fieldName-field-summary,
.block-hero-banner-news-listing-page .blockHeader-content .fieldName-body,
.block-hero-banner-news-listing-page .blockHeader-content .fieldName-field-summary,
.block-hero-banner-resource-listing-page .blockHeader-content .fieldName-body,
.block-hero-banner-resource-listing-page .blockHeader-content .fieldName-field-summary,
.block-hero-banner-job-listing-page .blockHeader-content .fieldName-body,
.block-hero-banner-job-listing-page .blockHeader-content .fieldName-field-summary,
.page-rules--enforcement--nacha .nodeHeader .blockHeader-content .fieldName-body,
.page-rules--enforcement--nacha .nodeHeader .blockHeader-content .fieldName-field-summary,
.page-nodeType-aggregate-page .nodeHeader .blockHeader-content .fieldName-body,
.page-nodeType-aggregate-page .nodeHeader .blockHeader-content .fieldName-field-summary {
  padding: 0;
}

.page-rules--enforcement--nacha.scrollbar-5 .nodeHeader {
  width: calc(100vw - 3.5px);
}

.page-rules--enforcement--nacha.scrollbar-12 .nodeHeader {
  width: calc(100vw - 6px);
}

.page-rules--enforcement--nacha.scrollbar-15 .nodeHeader {
  width: calc(100vw - 7.5px);
}

.page-rules--enforcement--nacha.scrollbar-17 .nodeHeader {
  width: calc(100vw - 8.5px);
}

.block-views-blockrules-block-3,
.block-views-blockevent-listing-block-2,
.block-views-blocknews-listing-block-2,
.block-views-blockrules-block-3 {
  z-index: 10;
}

.block-views-blockrules-block-3 > h2, .fieldName-field-reference-block-rules-land .field-item.block-views-blockrules-block-3:first-child > div:before,
.block-views-blockevent-listing-block-2 > h2,
.fieldName-field-reference-block-rules-land .field-item.block-views-blockevent-listing-block-2:first-child > div:before,
.block-views-blocknews-listing-block-2 > h2,
.fieldName-field-reference-block-rules-land .field-item.block-views-blocknews-listing-block-2:first-child > div:before, .block-views-blockrules-block-3 > h2, .fieldName-field-reference-block-rules-land .field-item.block-views-blockrules-block-3:first-child > div:before {
  display: none;
}

.block-views-blockrules-block-3 .view-content,
.block-views-blockevent-listing-block-2 .view-content,
.block-views-blocknews-listing-block-2 .view-content,
.block-views-blockrules-block-3 .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: -100px -20px 0;
}

@media screen and (max-width: 768px) {
  .block-views-blockrules-block-3 .view-content,
  .block-views-blockevent-listing-block-2 .view-content,
  .block-views-blocknews-listing-block-2 .view-content,
  .block-views-blockrules-block-3 .view-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}

.block-views-blockrules-block-3 .views-row,
.block-views-blockevent-listing-block-2 .views-row,
.block-views-blocknews-listing-block-2 .views-row,
.block-views-blockrules-block-3 .views-row {
  max-width: 50%;
  margin: 0;
  padding: 0 20px;
  position: relative;
}

.block-views-blockrules-block-3 .views-row a,
.block-views-blockevent-listing-block-2 .views-row a,
.block-views-blocknews-listing-block-2 .views-row a,
.block-views-blockrules-block-3 .views-row a {
  text-decoration: none;
  color: #016eff;
}

@media screen and (max-width: 768px) {
  .block-views-blockrules-block-3 .views-row,
  .block-views-blockevent-listing-block-2 .views-row,
  .block-views-blocknews-listing-block-2 .views-row,
  .block-views-blockrules-block-3 .views-row {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px;
  }
}

.block-views-blockrules-block-3 .views-row h2, .block-views-blockrules-block-3 .views-row .fieldName-field-reference-block-rules-land .field-item:first-child > div:before, .fieldName-field-reference-block-rules-land .block-views-blockrules-block-3 .views-row .field-item:first-child > div:before,
.block-views-blockrules-block-3 .views-row .views-field-title,
.block-views-blockevent-listing-block-2 .views-row h2,
.block-views-blockevent-listing-block-2 .views-row .fieldName-field-reference-block-rules-land .field-item:first-child > div:before,
.fieldName-field-reference-block-rules-land .block-views-blockevent-listing-block-2 .views-row .field-item:first-child > div:before,
.block-views-blockevent-listing-block-2 .views-row .views-field-title,
.block-views-blocknews-listing-block-2 .views-row h2,
.block-views-blocknews-listing-block-2 .views-row .fieldName-field-reference-block-rules-land .field-item:first-child > div:before,
.fieldName-field-reference-block-rules-land .block-views-blocknews-listing-block-2 .views-row .field-item:first-child > div:before,
.block-views-blocknews-listing-block-2 .views-row .views-field-title, .block-views-blockrules-block-3 .views-row h2, .block-views-blockrules-block-3 .views-row .fieldName-field-reference-block-rules-land .field-item:first-child > div:before, .fieldName-field-reference-block-rules-land .block-views-blockrules-block-3 .views-row .field-item:first-child > div:before,
.block-views-blockrules-block-3 .views-row .views-field-title {
  margin-bottom: 1.5rem;
  margin-top: 40px;
  font-size: 28px;
  text-decoration: none;
  line-height: 1.4;
}

.block-views-blockrules-block-3 .views-row h2 a, .block-views-blockrules-block-3 .views-row .fieldName-field-reference-block-rules-land .field-item:first-child > div:before a, .fieldName-field-reference-block-rules-land .block-views-blockrules-block-3 .views-row .field-item:first-child > div:before a,
.block-views-blockrules-block-3 .views-row .views-field-title a,
.block-views-blockevent-listing-block-2 .views-row h2 a,
.block-views-blockevent-listing-block-2 .views-row .fieldName-field-reference-block-rules-land .field-item:first-child > div:before a,
.fieldName-field-reference-block-rules-land .block-views-blockevent-listing-block-2 .views-row .field-item:first-child > div:before a,
.block-views-blockevent-listing-block-2 .views-row .views-field-title a,
.block-views-blocknews-listing-block-2 .views-row h2 a,
.block-views-blocknews-listing-block-2 .views-row .fieldName-field-reference-block-rules-land .field-item:first-child > div:before a,
.fieldName-field-reference-block-rules-land .block-views-blocknews-listing-block-2 .views-row .field-item:first-child > div:before a,
.block-views-blocknews-listing-block-2 .views-row .views-field-title a, .block-views-blockrules-block-3 .views-row h2 a, .block-views-blockrules-block-3 .views-row .fieldName-field-reference-block-rules-land .field-item:first-child > div:before a, .fieldName-field-reference-block-rules-land .block-views-blockrules-block-3 .views-row .field-item:first-child > div:before a,
.block-views-blockrules-block-3 .views-row .views-field-title a {
  text-decoration: none;
  color: #016eff;
  font-size: 28px;
  line-height: 1.2;
  display: block;
  font-weight: normal;
}

.block-views-blockrules-block-3 .views-row .node-content a,
.block-views-blockrules-block-3 .views-row .node-content img,
.block-views-blockevent-listing-block-2 .views-row .node-content a,
.block-views-blockevent-listing-block-2 .views-row .node-content img,
.block-views-blocknews-listing-block-2 .views-row .node-content a,
.block-views-blocknews-listing-block-2 .views-row .node-content img,
.block-views-blockrules-block-3 .views-row .node-content a,
.block-views-blockrules-block-3 .views-row .node-content img {
  display: none;
}

.block-views-blockrules-block-3 .fieldName-field-rule-type,
.block-views-blockrules-block-3 .fieldName-field-effective-date,
.block-views-blockrules-block-3 .fieldName-field-rule-status,
.block-views-blockevent-listing-block-2 .fieldName-field-rule-type,
.block-views-blockevent-listing-block-2 .fieldName-field-effective-date,
.block-views-blockevent-listing-block-2 .fieldName-field-rule-status,
.block-views-blocknews-listing-block-2 .fieldName-field-rule-type,
.block-views-blocknews-listing-block-2 .fieldName-field-effective-date,
.block-views-blocknews-listing-block-2 .fieldName-field-rule-status,
.block-views-blockrules-block-3 .fieldName-field-rule-type,
.block-views-blockrules-block-3 .fieldName-field-effective-date,
.block-views-blockrules-block-3 .fieldName-field-rule-status {
  display: none;
}

.block-views-exposed-filter-blockrules-page-1,
.block-views-exposed-filter-blockevent-listing-page-1,
.block-views-exposed-filter-blockresource-listing-page-1,
.block-views-exposed-filter-blockjobs-listing-page-1,
.block-views-exposed-filter-blockiso-resource-center-page-1,
.view-news-listing .view-filters {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background: #ececec;
  margin-top: 4rem;
  padding: 1rem 0;
}

.block-views-exposed-filter-blockrules-page-1 > *,
.block-views-exposed-filter-blockevent-listing-page-1 > *,
.block-views-exposed-filter-blockresource-listing-page-1 > *,
.block-views-exposed-filter-blockjobs-listing-page-1 > *,
.block-views-exposed-filter-blockiso-resource-center-page-1 > *,
.view-news-listing .view-filters > * {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 30px;
}

.block-views-exposed-filter-blockrules-page-1 .layout-form-inline,
.block-views-exposed-filter-blockevent-listing-page-1 .layout-form-inline,
.block-views-exposed-filter-blockresource-listing-page-1 .layout-form-inline,
.block-views-exposed-filter-blockjobs-listing-page-1 .layout-form-inline,
.block-views-exposed-filter-blockiso-resource-center-page-1 .layout-form-inline,
.view-news-listing .view-filters .layout-form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1040px) {
  .block-views-exposed-filter-blockrules-page-1 .layout-form-inline,
  .block-views-exposed-filter-blockevent-listing-page-1 .layout-form-inline,
  .block-views-exposed-filter-blockresource-listing-page-1 .layout-form-inline,
  .block-views-exposed-filter-blockjobs-listing-page-1 .layout-form-inline,
  .block-views-exposed-filter-blockiso-resource-center-page-1 .layout-form-inline,
  .view-news-listing .view-filters .layout-form-inline {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.block-views-exposed-filter-blockrules-page-1 .layout-form-inline:before,
.block-views-exposed-filter-blockevent-listing-page-1 .layout-form-inline:before,
.block-views-exposed-filter-blockresource-listing-page-1 .layout-form-inline:before,
.block-views-exposed-filter-blockjobs-listing-page-1 .layout-form-inline:before,
.block-views-exposed-filter-blockiso-resource-center-page-1 .layout-form-inline:before,
.view-news-listing .view-filters .layout-form-inline:before {
  content: "Filter By";
  color: #878787;
  font-size: 14px;
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  margin-right: 1rem;
}

@media (max-width: 1160px) {
  .block-views-exposed-filter-blockrules-page-1 .layout-form-inline:before,
  .block-views-exposed-filter-blockevent-listing-page-1 .layout-form-inline:before,
  .block-views-exposed-filter-blockresource-listing-page-1 .layout-form-inline:before,
  .block-views-exposed-filter-blockjobs-listing-page-1 .layout-form-inline:before,
  .block-views-exposed-filter-blockiso-resource-center-page-1 .layout-form-inline:before,
  .view-news-listing .view-filters .layout-form-inline:before {
    width: 100%;
  }
}

.block-views-exposed-filter-blockrules-page-1 .layout-form-inline > .form-actions,
.block-views-exposed-filter-blockevent-listing-page-1 .layout-form-inline > .form-actions,
.block-views-exposed-filter-blockresource-listing-page-1 .layout-form-inline > .form-actions,
.block-views-exposed-filter-blockjobs-listing-page-1 .layout-form-inline > .form-actions,
.block-views-exposed-filter-blockiso-resource-center-page-1 .layout-form-inline > .form-actions,
.view-news-listing .view-filters .layout-form-inline > .form-actions {
  margin-left: auto;
}

@media (max-width: 1040px) {
  .block-views-exposed-filter-blockrules-page-1 .layout-form-inline > .form-actions,
  .block-views-exposed-filter-blockevent-listing-page-1 .layout-form-inline > .form-actions,
  .block-views-exposed-filter-blockresource-listing-page-1 .layout-form-inline > .form-actions,
  .block-views-exposed-filter-blockjobs-listing-page-1 .layout-form-inline > .form-actions,
  .block-views-exposed-filter-blockiso-resource-center-page-1 .layout-form-inline > .form-actions,
  .view-news-listing .view-filters .layout-form-inline > .form-actions {
    margin: 0 auto;
  }
}

.block-views-exposed-filter-blockrules-page-1 select,
.block-views-exposed-filter-blockevent-listing-page-1 select,
.block-views-exposed-filter-blockresource-listing-page-1 select,
.block-views-exposed-filter-blockjobs-listing-page-1 select,
.block-views-exposed-filter-blockiso-resource-center-page-1 select,
.view-news-listing .view-filters select {
  background: #ececec;
  border-color: #000;
  margin-bottom: 0;
  font-weight: 500;
}

.block-views-exposed-filter-blockrules-page-1 label,
.block-views-exposed-filter-blockevent-listing-page-1 label,
.block-views-exposed-filter-blockresource-listing-page-1 label,
.block-views-exposed-filter-blockjobs-listing-page-1 label,
.block-views-exposed-filter-blockiso-resource-center-page-1 label,
.view-news-listing .view-filters label {
  display: none;
}

.block-views-exposed-filter-blockrules-page-1 .form-item,
.block-views-exposed-filter-blockevent-listing-page-1 .form-item,
.block-views-exposed-filter-blockresource-listing-page-1 .form-item,
.block-views-exposed-filter-blockjobs-listing-page-1 .form-item,
.block-views-exposed-filter-blockiso-resource-center-page-1 .form-item,
.view-news-listing .view-filters .form-item {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  margin-left: 2%;
}

.block-views-exposed-filter-blockrules-page-1 .form-item:first-child,
.block-views-exposed-filter-blockevent-listing-page-1 .form-item:first-child,
.block-views-exposed-filter-blockresource-listing-page-1 .form-item:first-child,
.block-views-exposed-filter-blockjobs-listing-page-1 .form-item:first-child,
.block-views-exposed-filter-blockiso-resource-center-page-1 .form-item:first-child,
.view-news-listing .view-filters .form-item:first-child {
  margin-left: 0;
}

@media screen and (max-width: 1040px) {
  .block-views-exposed-filter-blockrules-page-1 .form-item,
  .block-views-exposed-filter-blockevent-listing-page-1 .form-item,
  .block-views-exposed-filter-blockresource-listing-page-1 .form-item,
  .block-views-exposed-filter-blockjobs-listing-page-1 .form-item,
  .block-views-exposed-filter-blockiso-resource-center-page-1 .form-item,
  .view-news-listing .view-filters .form-item {
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
  }
}

@media screen and (max-width: 600px) {
  .block-views-exposed-filter-blockrules-page-1 .form-item,
  .block-views-exposed-filter-blockevent-listing-page-1 .form-item,
  .block-views-exposed-filter-blockresource-listing-page-1 .form-item,
  .block-views-exposed-filter-blockjobs-listing-page-1 .form-item,
  .block-views-exposed-filter-blockiso-resource-center-page-1 .form-item,
  .view-news-listing .view-filters .form-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 0;
    margin-left: 0;
  }
}

.block-views-exposed-filter-blockrules-page-1 .form-item:last-child,
.block-views-exposed-filter-blockevent-listing-page-1 .form-item:last-child,
.block-views-exposed-filter-blockresource-listing-page-1 .form-item:last-child,
.block-views-exposed-filter-blockjobs-listing-page-1 .form-item:last-child,
.block-views-exposed-filter-blockiso-resource-center-page-1 .form-item:last-child,
.view-news-listing .view-filters .form-item:last-child {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  text-align: right;
}

@media screen and (max-width: 1040px) {
  .block-views-exposed-filter-blockrules-page-1 .form-item:last-child,
  .block-views-exposed-filter-blockevent-listing-page-1 .form-item:last-child,
  .block-views-exposed-filter-blockresource-listing-page-1 .form-item:last-child,
  .block-views-exposed-filter-blockjobs-listing-page-1 .form-item:last-child,
  .block-views-exposed-filter-blockiso-resource-center-page-1 .form-item:last-child,
  .view-news-listing .view-filters .form-item:last-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media (max-width: 1040px) {
  .block-views-exposed-filter-blockrules-page-1 .form-submit,
  .block-views-exposed-filter-blockevent-listing-page-1 .form-submit,
  .block-views-exposed-filter-blockresource-listing-page-1 .form-submit,
  .block-views-exposed-filter-blockjobs-listing-page-1 .form-submit,
  .block-views-exposed-filter-blockiso-resource-center-page-1 .form-submit,
  .view-news-listing .view-filters .form-submit {
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .block-views-exposed-filter-blockrules-page-1 .form-submit,
  .block-views-exposed-filter-blockevent-listing-page-1 .form-submit,
  .block-views-exposed-filter-blockresource-listing-page-1 .form-submit,
  .block-views-exposed-filter-blockjobs-listing-page-1 .form-submit,
  .block-views-exposed-filter-blockiso-resource-center-page-1 .form-submit,
  .view-news-listing .view-filters .form-submit {
    margin: 20px auto;
  }
}

.view-news-listing .view-filters {
  margin-top: 0;
}

.region-content .view-rules,
.region-content .view-event-listing,
.region-content .view-news-listing,
.region-content .view-resource-listing,
.region-content .block-views-blockrules-block-1.block-upcoming,
.region-content .view-iso-resource-center {
  padding: 2rem 0;
}

.region-content .view-rules .view-header,
.region-content .view-event-listing .view-header,
.region-content .view-news-listing .view-header,
.region-content .view-resource-listing .view-header,
.region-content .block-views-blockrules-block-1.block-upcoming .view-header,
.region-content .view-iso-resource-center .view-header {
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  line-height: 1.65;
  padding-top: 2rem;
}

.region-content .view-rules .view-header:before,
.region-content .view-event-listing .view-header:before,
.region-content .view-news-listing .view-header:before,
.region-content .view-resource-listing .view-header:before,
.region-content .block-views-blockrules-block-1.block-upcoming .view-header:before,
.region-content .view-iso-resource-center .view-header:before {
  content: "Showing: ";
}

.region-content .view-rules article,
.region-content .view-event-listing article,
.region-content .view-news-listing article,
.region-content .view-resource-listing article,
.region-content .block-views-blockrules-block-1.block-upcoming article,
.region-content .view-iso-resource-center article {
  position: relative;
  padding-top: 1rem;
}

.region-content .view-rules .view-content,
.region-content .view-event-listing .view-content,
.region-content .view-news-listing .view-content,
.region-content .view-resource-listing .view-content,
.region-content .block-views-blockrules-block-1.block-upcoming .view-content,
.region-content .view-iso-resource-center .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  max-width: 100%;
}

.region-content .view-rules .view-content .node-content,
.region-content .view-event-listing .view-content .node-content,
.region-content .view-news-listing .view-content .node-content,
.region-content .view-resource-listing .view-content .node-content,
.region-content .block-views-blockrules-block-1.block-upcoming .view-content .node-content,
.region-content .view-iso-resource-center .view-content .node-content {
  overflow-wrap: break-word;
}

.region-content .view-rules .view-content:after,
.region-content .view-event-listing .view-content:after,
.region-content .view-news-listing .view-content:after,
.region-content .view-resource-listing .view-content:after,
.region-content .block-views-blockrules-block-1.block-upcoming .view-content:after,
.region-content .view-iso-resource-center .view-content:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

@media screen and (max-width: 1100px) {
  .region-content .view-rules .view-content:after,
  .region-content .view-event-listing .view-content:after,
  .region-content .view-news-listing .view-content:after,
  .region-content .view-resource-listing .view-content:after,
  .region-content .block-views-blockrules-block-1.block-upcoming .view-content:after,
  .region-content .view-iso-resource-center .view-content:after {
    display: none;
  }
}

.region-content .view-rules .view-content > *,
.region-content .view-event-listing .view-content > *,
.region-content .view-news-listing .view-content > *,
.region-content .view-resource-listing .view-content > *,
.region-content .block-views-blockrules-block-1.block-upcoming .view-content > *,
.region-content .view-iso-resource-center .view-content > * {
  width: calc(33.3333% - 20px);
  margin: 10px;
}

@media screen and (max-width: 1100px) {
  .region-content .view-rules .view-content > *,
  .region-content .view-event-listing .view-content > *,
  .region-content .view-news-listing .view-content > *,
  .region-content .view-resource-listing .view-content > *,
  .region-content .block-views-blockrules-block-1.block-upcoming .view-content > *,
  .region-content .view-iso-resource-center .view-content > * {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 768px) {
  .region-content .view-rules .view-content > *,
  .region-content .view-event-listing .view-content > *,
  .region-content .view-news-listing .view-content > *,
  .region-content .view-resource-listing .view-content > *,
  .region-content .block-views-blockrules-block-1.block-upcoming .view-content > *,
  .region-content .view-iso-resource-center .view-content > * {
    width: calc(100% - 20px);
  }
}

.region-content .view-rules .view-content h2, .region-content .view-rules .view-content .fieldName-field-reference-block-rules-land .field-item:first-child > div:before, .fieldName-field-reference-block-rules-land .region-content .view-rules .view-content .field-item:first-child > div:before,
.region-content .view-rules .view-content .newsArticle-title,
.region-content .view-event-listing .view-content h2,
.region-content .view-event-listing .view-content .fieldName-field-reference-block-rules-land .field-item:first-child > div:before,
.fieldName-field-reference-block-rules-land .region-content .view-event-listing .view-content .field-item:first-child > div:before,
.region-content .view-event-listing .view-content .newsArticle-title,
.region-content .view-news-listing .view-content h2,
.region-content .view-news-listing .view-content .fieldName-field-reference-block-rules-land .field-item:first-child > div:before,
.fieldName-field-reference-block-rules-land .region-content .view-news-listing .view-content .field-item:first-child > div:before,
.region-content .view-news-listing .view-content .newsArticle-title,
.region-content .view-resource-listing .view-content h2,
.region-content .view-resource-listing .view-content .fieldName-field-reference-block-rules-land .field-item:first-child > div:before,
.fieldName-field-reference-block-rules-land .region-content .view-resource-listing .view-content .field-item:first-child > div:before,
.region-content .view-resource-listing .view-content .newsArticle-title,
.region-content .block-views-blockrules-block-1.block-upcoming .view-content h2,
.region-content .block-views-blockrules-block-1.block-upcoming .view-content .fieldName-field-reference-block-rules-land .field-item:first-child > div:before,
.fieldName-field-reference-block-rules-land .region-content .block-views-blockrules-block-1.block-upcoming .view-content .field-item:first-child > div:before,
.region-content .block-views-blockrules-block-1.block-upcoming .view-content .newsArticle-title,
.region-content .view-iso-resource-center .view-content h2,
.region-content .view-iso-resource-center .view-content .fieldName-field-reference-block-rules-land .field-item:first-child > div:before,
.fieldName-field-reference-block-rules-land .region-content .view-iso-resource-center .view-content .field-item:first-child > div:before,
.region-content .view-iso-resource-center .view-content .newsArticle-title {
  margin-bottom: 1.5rem;
  font-size: 24px;
}

.region-content .view-rules .view-content h2 a, .region-content .view-rules .view-content .fieldName-field-reference-block-rules-land .field-item:first-child > div:before a, .fieldName-field-reference-block-rules-land .region-content .view-rules .view-content .field-item:first-child > div:before a,
.region-content .view-rules .view-content .newsArticle-title a,
.region-content .view-event-listing .view-content h2 a,
.region-content .view-event-listing .view-content .fieldName-field-reference-block-rules-land .field-item:first-child > div:before a,
.fieldName-field-reference-block-rules-land .region-content .view-event-listing .view-content .field-item:first-child > div:before a,
.region-content .view-event-listing .view-content .newsArticle-title a,
.region-content .view-news-listing .view-content h2 a,
.region-content .view-news-listing .view-content .fieldName-field-reference-block-rules-land .field-item:first-child > div:before a,
.fieldName-field-reference-block-rules-land .region-content .view-news-listing .view-content .field-item:first-child > div:before a,
.region-content .view-news-listing .view-content .newsArticle-title a,
.region-content .view-resource-listing .view-content h2 a,
.region-content .view-resource-listing .view-content .fieldName-field-reference-block-rules-land .field-item:first-child > div:before a,
.fieldName-field-reference-block-rules-land .region-content .view-resource-listing .view-content .field-item:first-child > div:before a,
.region-content .view-resource-listing .view-content .newsArticle-title a,
.region-content .block-views-blockrules-block-1.block-upcoming .view-content h2 a,
.region-content .block-views-blockrules-block-1.block-upcoming .view-content .fieldName-field-reference-block-rules-land .field-item:first-child > div:before a,
.fieldName-field-reference-block-rules-land .region-content .block-views-blockrules-block-1.block-upcoming .view-content .field-item:first-child > div:before a,
.region-content .block-views-blockrules-block-1.block-upcoming .view-content .newsArticle-title a,
.region-content .view-iso-resource-center .view-content h2 a,
.region-content .view-iso-resource-center .view-content .fieldName-field-reference-block-rules-land .field-item:first-child > div:before a,
.fieldName-field-reference-block-rules-land .region-content .view-iso-resource-center .view-content .field-item:first-child > div:before a,
.region-content .view-iso-resource-center .view-content .newsArticle-title a {
  text-decoration: none;
  color: #016eff;
  font-size: 28px;
  line-height: 1.2;
  display: block;
  font-weight: normal;
}

.region-content .view-rules .views-row,
.region-content .view-event-listing .views-row,
.region-content .view-news-listing .views-row,
.region-content .view-resource-listing .views-row,
.region-content .block-views-blockrules-block-1.block-upcoming .views-row,
.region-content .view-iso-resource-center .views-row {
  margin-top: 40px;
  border-top: 1px solid #b9b9b9;
  padding-top: 24px;
  padding-left: 10px;
  padding-right: 10px;
}

.region-content .view-rules h2, .region-content .view-rules .fieldName-field-reference-block-rules-land .field-item:first-child > div:before, .fieldName-field-reference-block-rules-land .region-content .view-rules .field-item:first-child > div:before,
.region-content .view-event-listing h2,
.region-content .view-event-listing .fieldName-field-reference-block-rules-land .field-item:first-child > div:before,
.fieldName-field-reference-block-rules-land .region-content .view-event-listing .field-item:first-child > div:before,
.region-content .view-news-listing h2,
.region-content .view-news-listing .fieldName-field-reference-block-rules-land .field-item:first-child > div:before,
.fieldName-field-reference-block-rules-land .region-content .view-news-listing .field-item:first-child > div:before,
.region-content .view-resource-listing h2,
.region-content .view-resource-listing .fieldName-field-reference-block-rules-land .field-item:first-child > div:before,
.fieldName-field-reference-block-rules-land .region-content .view-resource-listing .field-item:first-child > div:before,
.region-content .block-views-blockrules-block-1.block-upcoming h2,
.region-content .block-views-blockrules-block-1.block-upcoming .fieldName-field-reference-block-rules-land .field-item:first-child > div:before,
.fieldName-field-reference-block-rules-land .region-content .block-views-blockrules-block-1.block-upcoming .field-item:first-child > div:before,
.region-content .view-iso-resource-center h2,
.region-content .view-iso-resource-center .fieldName-field-reference-block-rules-land .field-item:first-child > div:before,
.fieldName-field-reference-block-rules-land .region-content .view-iso-resource-center .field-item:first-child > div:before {
  margin-top: 1rem;
}

.region-content .view-rules .fieldName-body br,
.region-content .view-rules .newsArticle-body br,
.region-content .view-event-listing .fieldName-body br,
.region-content .view-event-listing .newsArticle-body br,
.region-content .view-news-listing .fieldName-body br,
.region-content .view-news-listing .newsArticle-body br,
.region-content .view-resource-listing .fieldName-body br,
.region-content .view-resource-listing .newsArticle-body br,
.region-content .block-views-blockrules-block-1.block-upcoming .fieldName-body br,
.region-content .block-views-blockrules-block-1.block-upcoming .newsArticle-body br,
.region-content .view-iso-resource-center .fieldName-body br,
.region-content .view-iso-resource-center .newsArticle-body br {
  display: none;
}

.region-content .view-rules .fieldName-body p,
.region-content .view-rules .newsArticle-body p,
.region-content .view-event-listing .fieldName-body p,
.region-content .view-event-listing .newsArticle-body p,
.region-content .view-news-listing .fieldName-body p,
.region-content .view-news-listing .newsArticle-body p,
.region-content .view-resource-listing .fieldName-body p,
.region-content .view-resource-listing .newsArticle-body p,
.region-content .block-views-blockrules-block-1.block-upcoming .fieldName-body p,
.region-content .block-views-blockrules-block-1.block-upcoming .newsArticle-body p,
.region-content .view-iso-resource-center .fieldName-body p,
.region-content .view-iso-resource-center .newsArticle-body p {
  margin-bottom: 0;
}

.region-content .view-rules .fieldName-field-effective-date,
.region-content .view-rules .fieldName-field-event-date,
.region-content .view-rules .fieldName-node-post-date,
.region-content .view-rules .fieldName-node-post-date,
.region-content .view-rules .newsArticle-date,
.region-content .view-event-listing .fieldName-field-effective-date,
.region-content .view-event-listing .fieldName-field-event-date,
.region-content .view-event-listing .fieldName-node-post-date,
.region-content .view-event-listing .fieldName-node-post-date,
.region-content .view-event-listing .newsArticle-date,
.region-content .view-news-listing .fieldName-field-effective-date,
.region-content .view-news-listing .fieldName-field-event-date,
.region-content .view-news-listing .fieldName-node-post-date,
.region-content .view-news-listing .fieldName-node-post-date,
.region-content .view-news-listing .newsArticle-date,
.region-content .view-resource-listing .fieldName-field-effective-date,
.region-content .view-resource-listing .fieldName-field-event-date,
.region-content .view-resource-listing .fieldName-node-post-date,
.region-content .view-resource-listing .fieldName-node-post-date,
.region-content .view-resource-listing .newsArticle-date,
.region-content .block-views-blockrules-block-1.block-upcoming .fieldName-field-effective-date,
.region-content .block-views-blockrules-block-1.block-upcoming .fieldName-field-event-date,
.region-content .block-views-blockrules-block-1.block-upcoming .fieldName-node-post-date,
.region-content .block-views-blockrules-block-1.block-upcoming .fieldName-node-post-date,
.region-content .block-views-blockrules-block-1.block-upcoming .newsArticle-date,
.region-content .view-iso-resource-center .fieldName-field-effective-date,
.region-content .view-iso-resource-center .fieldName-field-event-date,
.region-content .view-iso-resource-center .fieldName-node-post-date,
.region-content .view-iso-resource-center .fieldName-node-post-date,
.region-content .view-iso-resource-center .newsArticle-date {
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
}

.region-content .view-rules .fieldName-field-rule-type,
.region-content .view-rules .fieldName-field-event-type,
.region-content .view-rules .fieldName-field-news-type,
.region-content .view-rules .newsArticle-type,
.region-content .view-event-listing .fieldName-field-rule-type,
.region-content .view-event-listing .fieldName-field-event-type,
.region-content .view-event-listing .fieldName-field-news-type,
.region-content .view-event-listing .newsArticle-type,
.region-content .view-news-listing .fieldName-field-rule-type,
.region-content .view-news-listing .fieldName-field-event-type,
.region-content .view-news-listing .fieldName-field-news-type,
.region-content .view-news-listing .newsArticle-type,
.region-content .view-resource-listing .fieldName-field-rule-type,
.region-content .view-resource-listing .fieldName-field-event-type,
.region-content .view-resource-listing .fieldName-field-news-type,
.region-content .view-resource-listing .newsArticle-type,
.region-content .block-views-blockrules-block-1.block-upcoming .fieldName-field-rule-type,
.region-content .block-views-blockrules-block-1.block-upcoming .fieldName-field-event-type,
.region-content .block-views-blockrules-block-1.block-upcoming .fieldName-field-news-type,
.region-content .block-views-blockrules-block-1.block-upcoming .newsArticle-type,
.region-content .view-iso-resource-center .fieldName-field-rule-type,
.region-content .view-iso-resource-center .fieldName-field-event-type,
.region-content .view-iso-resource-center .fieldName-field-news-type,
.region-content .view-iso-resource-center .newsArticle-type {
  color: #016eff;
  margin: 1rem 0;
  font-size: 14px;
}

.region-content .view-rules .pagination,
.region-content .view-event-listing .pagination,
.region-content .view-news-listing .pagination,
.region-content .view-resource-listing .pagination,
.region-content .block-views-blockrules-block-1.block-upcoming .pagination,
.region-content .view-iso-resource-center .pagination {
  display: block;
  margin: 0 auto;
}

.block-cta-block-footer-rules-listing-page, .block-cta-block-footer-event-listing-page, .block-cta-block-footer-news-listing-page {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-top: 15%;
  padding-bottom: 15%;
  position: relative;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  background-color: #ececec;
}

.block-cta-block-footer-rules-listing-page .blockFooter-background,
.block-cta-block-footer-event-listing-page .blockFooter-background,
.block-cta-block-footer-news-listing-page .blockFooter-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.block-cta-block-footer-rules-listing-page .blockFooter-background img,
.block-cta-block-footer-event-listing-page .blockFooter-background img,
.block-cta-block-footer-news-listing-page .blockFooter-background img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.block-cta-block-footer-rules-listing-page .fieldName-field-footer-cta-block,
.block-cta-block-footer-event-listing-page .fieldName-field-footer-cta-block,
.block-cta-block-footer-news-listing-page .fieldName-field-footer-cta-block {
  display: none;
}

.block-cta-block-footer-rules-listing-page .fieldName-body,
.block-cta-block-footer-rules-listing-page .fieldName-field-links,
.block-cta-block-footer-event-listing-page .fieldName-body,
.block-cta-block-footer-event-listing-page .fieldName-field-links,
.block-cta-block-footer-news-listing-page .fieldName-body,
.block-cta-block-footer-news-listing-page .fieldName-field-links {
  color: white;
  position: relative;
  z-index: 5;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.block-cta-block-footer-rules-listing-page .fieldName-body,
.block-cta-block-footer-event-listing-page .fieldName-body,
.block-cta-block-footer-news-listing-page .fieldName-body {
  margin-bottom: 30px;
  font-size: 70px;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #fff;
  padding: 0 1rem;
}

@media screen and (max-width: 800px) {
  .block-cta-block-footer-rules-listing-page .fieldName-body,
  .block-cta-block-footer-event-listing-page .fieldName-body,
  .block-cta-block-footer-news-listing-page .fieldName-body {
    font-size: 50px;
  }
}

@media screen and (max-width: 450px) {
  .block-cta-block-footer-rules-listing-page .fieldName-body,
  .block-cta-block-footer-event-listing-page .fieldName-body,
  .block-cta-block-footer-news-listing-page .fieldName-body {
    font-size: 35px;
  }
}

.block-cta-block-footer-rules-listing-page .fieldName-field-links,
.block-cta-block-footer-event-listing-page .fieldName-field-links,
.block-cta-block-footer-news-listing-page .fieldName-field-links {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-cta-block-footer-rules-listing-page .fieldName-field-links .field-item:not(:last-child),
.block-cta-block-footer-event-listing-page .fieldName-field-links .field-item:not(:last-child),
.block-cta-block-footer-news-listing-page .fieldName-field-links .field-item:not(:last-child) {
  margin-right: 1rem;
}

.block-cta-block-footer-rules-listing-page .fieldName-field-links a,
.block-cta-block-footer-event-listing-page .fieldName-field-links a,
.block-cta-block-footer-news-listing-page .fieldName-field-links a {
  display: inline-block;
  min-width: 135px;
  font-size: 14px;
  padding: 15px 20px;
  font-weight: 100;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #016eff;
  border: none;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
  color: white;
}

.block-cta-block-footer-rules-listing-page .fieldName-field-links a:hover,
.block-cta-block-footer-event-listing-page .fieldName-field-links a:hover,
.block-cta-block-footer-news-listing-page .fieldName-field-links a:hover {
  color: #fff;
  background-color: #0058ce;
  text-decoration: none !important;
}

.block-cta-block-footer-rules-listing-page .fieldName-field-links a:hover::after,
.block-cta-block-footer-event-listing-page .fieldName-field-links a:hover::after,
.block-cta-block-footer-news-listing-page .fieldName-field-links a:hover::after {
  display: none;
}

.block-cta-block-footer-rules-listing-page .blockFooter-content h1.blockFooter-title,
.block-cta-block-footer-event-listing-page .blockFooter-content h1.blockFooter-title,
.block-cta-block-footer-news-listing-page .blockFooter-content h1.blockFooter-title {
  text-align: center;
}

.has-sidebar:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 800px) {
  .has-sidebar .sidebar-left {
    width: 33.3333%;
    float: left;
    padding: 0 15px;
    min-height: 1px;
  }
  .has-sidebar .page-content {
    width: 66.6666%;
    float: left;
    padding: 0 15px;
  }
}

.view-news-listing .view-filters .form-item,
.block-views-exposed-filter-blockresource-listing-page-1 .form-item {
  -ms-flex-preferred-size: 17%;
  flex-basis: 17%;
}

@media screen and (max-width: 860px) {
  .view-news-listing .view-filters .form-item,
  .block-views-exposed-filter-blockresource-listing-page-1 .form-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 0;
  }
}

.view-news-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.view-news-listing .view-header {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.view-news-listing .views-filters {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-preferred-size: 100vw;
  flex-basis: 100vw;
}

.view-news-listing .view-content {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
}

.view-news-listing .pagination {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  margin: 0 auto;
}

.page-all-news--nacha .region-content .views-element-container,
.page-all-events--nacha .region-content .views-element-container {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background: #F3F3F3;
}

.page-all-news--nacha .region-content .views-element-container > div,
.page-all-events--nacha .region-content .views-element-container > div {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 30px;
}

.block-local-tasks-block {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding-top: 4px;
  border-top: solid 1px #000;
  z-index: 100;
}

.block-local-tasks-block .tabs {
  max-width: 1260px;
  margin: auto;
}

.page-page-not-found--nacha .node-viewMode-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 120px 0;
}

.page-page-not-found--nacha .nodeHeader {
  width: 100%;
  margin-bottom: 40px;
}

.page-page-not-found--nacha .nodeHeader-title {
  margin: 0 0 20px;
  font-size: 70px;
  line-height: 1.2;
}

@media (max-width: 1100px) {
  .page-page-not-found--nacha .nodeHeader-title {
    font-size: 60px;
  }
}

@media (max-width: 800px) {
  .page-page-not-found--nacha .nodeHeader-title {
    font-size: 50px;
  }
}

.page-page-not-found--nacha .nodeAside {
  width: 100%;
  max-width: 15%;
  margin-right: 60px;
}

.page-page-not-found--nacha .nodeContent {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 800px) {
  .page-page-not-found--nacha .nodeHeader {
    margin-bottom: 40px;
  }
  .page-page-not-found--nacha .nodeAside {
    max-width: 100%;
    margin-right: 0;
  }
}

.page-nodeType-product .block-page-title {
  display: none;
}

.page-nodeType-product .node-viewMode-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-nodeType-product .nodeHeader {
  width: 100%;
  margin-bottom: 40px;
}

.page-nodeType-product .nodeHeader-title {
  margin: 0;
  font-size: 70px;
  line-height: 1.2;
}

@media (max-width: 1100px) {
  .page-nodeType-product .nodeHeader-title {
    font-size: 40px;
  }
}

@media (max-width: 800px) {
  .page-nodeType-product .nodeHeader-title {
    font-size: 50px;
  }
}

.page-nodeType-product .nodeAside {
  width: 100%;
  max-width: 300px;
  margin-right: 40px;
}

.page-nodeType-product .nodeAside .productDetails,
.page-nodeType-product .nodeAside .sharePost {
  margin-bottom: 30px;
}

.page-nodeType-product .nodeAside .productDetails-title,
.page-nodeType-product .nodeAside .sharePost-title {
  margin: 0;
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 2;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #000;
}

.page-nodeType-product .nodeAside .productDetails-pages {
  color: #000;
}

.page-nodeType-product .nodeAside .productDetails-pages,
.page-nodeType-product .nodeAside .fieldName-field-format {
  margin-bottom: 30px;
}

.page-nodeType-product .nodeAside .fieldName-field-product-categories,
.page-nodeType-product .nodeAside .fieldName-field-image,
.page-nodeType-product .nodeAside .productDetails-title,
.page-nodeType-product .nodeAside .sharePost-title {
  margin-bottom: 30px;
}

.page-nodeType-product .nodeAside .fieldName-field-format-taxonomy {
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .page-nodeType-product .nodeAside {
    max-width: 100%;
  }
  .page-nodeType-product .nodeAside img {
    width: 100%;
  }
}

.page-nodeType-product .nodeContent {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 240px;
}

.page-nodeType-product .nodeContent .fieldName-body {
  margin-bottom: 50px;
}

.page-nodeType-product .nodeContent .fieldName-field-member {
  margin-bottom: 10px;
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
}

.page-nodeType-product .nodeContent .member-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-nodeType-product .nodeContent .member-price .modal-window-trigger {
  margin: 0 10px 10px;
}

@media screen and (max-width: 510px) {
  .page-nodeType-product .nodeContent .member-price .modal-window-trigger {
    display: none;
  }
}

.page-nodeType-product .nodeContent .member-price svg {
  width: 20px;
  cursor: pointer;
}

.page-nodeType-product .nodeContent .member-price path {
  fill: #016eff;
  -webkit-transition: fill 0.34s ease;
  transition: fill 0.34s ease;
}

.page-nodeType-product .nodeContent .member-price path:hover {
  fill: #0058ce;
}

.page-nodeType-product .nodeContent .fieldName-field-nonmember {
  margin-bottom: 30px;
  font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #b9b9b9;
}

.page-nodeType-product .nodeContent .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-nodeType-product .nodeContent .grid .field {
  margin-right: 40px;
}

.page-nodeType-product .nodeContent .grid .field-label {
  margin-bottom: 30px;
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 2;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #000;
}

.page-nodeType-product .nodeContent .buy-now {
  margin: 30px 0;
  display: inline-block;
  min-width: 135px;
  font-size: 20px;
  padding: 15px 20px;
  font-weight: 100;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #016eff;
  border: none;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
}

.page-nodeType-product .nodeContent .buy-now:hover {
  color: #fff;
  background-color: #0058ce;
  text-decoration: none !important;
}

.page-nodeType-product .nodeContent .buy-now:hover::after {
  display: none;
}

.modal-window {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
}

.modal-window-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-window-trigger.text-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #016eff;
  text-transform: capitalize;
}

.modal-window-trigger.text-link::before {
  content: ' ';
  width: 15px;
  height: 15px;
  margin-left: 0;
  margin-right: 15px;
  background: transparent url(../images/icons/smallArrow-left-blue.svg) no-repeat;
  -webkit-transition: margin 0.2s ease;
  transition: margin 0.2s ease;
}

.modal-window-trigger.text-link::after {
  display: none;
}

.modal-window-trigger.text-link:hover {
  color: #0058ce;
}

.modal-window-trigger.text-link:hover::before {
  margin-left: 5px;
  margin-right: 10px;
}

.modal-window-close {
  width: 15px;
  display: block;
  float: right;
}

.modal-window-close svg {
  width: 100%;
}

.modal-window-inner {
  background: #fff;
  width: 75%;
  max-width: 750px;
  padding: 30px 50px;
}

.modal-window-title {
  margin: 0 0 50px;
}

.modal-window-subtitle {
  margin: 0 0 30px;
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 2;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #000;
}

.modal-window-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal-window-details dt {
  width: 50%;
}

.modal-window-details dd {
  width: 50%;
  text-align: right;
}

.modal-window-info {
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 800px) {
  .modal-window-inner {
    width: 90%;
    padding: 20px;
  }
  .modal-window-title {
    font-size: 35px;
    margin: 0 0 30px;
  }
  .modal-window-details, .modal-window-info {
    font-size: 16px;
  }
}

.page-products--nacha .block-page-title {
  display: none;
}

.page-products--nacha main {
  padding-top: 0;
}

.page-products--nacha .layout-content {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background: #f3f3f3;
}

.page-products--nacha .layout-content .layout-content-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 60px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-products--nacha .sidebar-left {
  width: 100%;
  max-width: 340px;
  margin-right: 60px;
}

.page-products--nacha .block-filters-by-topic,
.page-products--nacha .block-filters-by-type {
  margin-bottom: 40px;
}

.page-products--nacha .block-filters-by-topic > h2, .page-products--nacha .fieldName-field-reference-block-rules-land .field-item.block-filters-by-topic:first-child > div:before, .fieldName-field-reference-block-rules-land .page-products--nacha .field-item.block-filters-by-topic:first-child > div:before,
.page-products--nacha .block-filters-by-type > h2,
.page-products--nacha .fieldName-field-reference-block-rules-land .field-item.block-filters-by-type:first-child > div:before,
.fieldName-field-reference-block-rules-land .page-products--nacha .field-item.block-filters-by-type:first-child > div:before {
  margin: 0 0 20px;
  font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}

.page-products--nacha .block-filters-by-topic ul,
.page-products--nacha .block-filters-by-type ul {
  margin: 0;
  padding: 0;
}

.page-products--nacha .block-filters-by-topic ul li,
.page-products--nacha .block-filters-by-type ul li {
  position: relative;
  list-style: none;
  padding: 17px 0;
}

.page-products--nacha .block-filters-by-topic label,
.page-products--nacha .block-filters-by-type label {
  line-height: 1.5;
}

@media (max-width: 600px) {
  .page-products--nacha .block-filters-by-topic *,
  .page-products--nacha .block-filters-by-type * {
    border: none;
  }
}

.page-products--nacha .page-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page-products--nacha .block-views-blockproducts-block-1.block-featured-resources {
  position: relative;
  z-index: 20;
  margin-top: -80px;
  margin-bottom: 80px;
}

.page-products--nacha .block-views-blockproducts-block-1.block-featured-resources > h2, .page-products--nacha .fieldName-field-reference-block-rules-land .field-item.block-views-blockproducts-block-1.block-featured-resources:first-child > div:before, .fieldName-field-reference-block-rules-land .page-products--nacha .field-item.block-views-blockproducts-block-1.block-featured-resources:first-child > div:before {
  display: none;
}

.page-products--nacha .block-views-blockproducts-block-1.block-featured-resources .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-products--nacha .block-views-blockproducts-block-1.block-featured-resources .views-row {
  width: calc((100% / 3) - 40px);
  margin: 0 20px;
}

@media (max-width: 800px) {
  .page-products--nacha .block-views-blockproducts-block-1.block-featured-resources .views-row {
    margin-bottom: 50px;
    width: calc(100% - 40px);
  }
  .page-products--nacha .block-views-blockproducts-block-1.block-featured-resources .views-row:last-child {
    margin-bottom: 0;
  }
}

.page-products--nacha .block-views-blockproducts-block-1.block-featured-resources .nodeType-product .fieldName-field-product-stock-status,
.page-products--nacha .block-views-blockproducts-block-1.block-featured-resources .nodeType-product .publishBy {
  display: none;
}

.page-products--nacha .block-views-blockproducts-block-1.block-featured-resources .nodeType-product .fieldType-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 450px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-products--nacha .block-views-blockproducts-block-1.block-featured-resources .nodeType-product .fieldType-image img {
  width: initial;
  max-width: 100%;
}

@media (max-width: 900px) {
  .page-products--nacha .block-views-blockproducts-block-1.block-featured-resources .nodeType-product .fieldType-image {
    min-height: 350px;
  }
}

.page-products--nacha .block-views-exposed-filter-blockproducts-search-page-1 {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-top: 80px;
  padding: 40px 0;
  background-color: #ececec;
}

.page-products--nacha .block-views-exposed-filter-blockproducts-search-page-1 .layout-form-inline {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-products--nacha .block-views-exposed-filter-blockproducts-search-page-1 .form-item,
.page-products--nacha .block-views-exposed-filter-blockproducts-search-page-1 .form-actions,
.page-products--nacha .block-views-exposed-filter-blockproducts-search-page-1 input,
.page-products--nacha .block-views-exposed-filter-blockproducts-search-page-1 select {
  font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif;
  margin: 0;
  font-size: 16px;
}

.page-products--nacha .block-views-exposed-filter-blockproducts-search-page-1 .form-item label {
  display: none;
}

.page-products--nacha .block-views-exposed-filter-blockproducts-search-page-1 .formType-select select {
  padding: 13px 20px;
}

.page-products--nacha .block-views-exposed-filter-blockproducts-search-page-1 .formType-textfield input {
  max-height: 51px;
  background: transparent;
}

.page-products--nacha .block-views-exposed-filter-blockproducts-search-page-1 .formType-textfield input:focus {
  background: #fff;
}

.page-products--nacha .block-views-exposed-filter-blockproducts-search-page-1 .form-item,
.page-products--nacha .block-views-exposed-filter-blockproducts-search-page-1 .js-form-wrapper:not(.form-actions) {
  margin: 0;
  width: 100%;
  max-width: 300px;
  margin-left: 30px;
}

.page-products--nacha .block-views-exposed-filter-blockproducts-search-page-1 .form-item:first-child {
  margin-left: 0;
}

.page-products--nacha .block-views-exposed-filter-blockproducts-search-page-1 .form-actions {
  margin-left: auto;
}

.page-products--nacha .block-views-exposed-filter-blockproducts-search-page-1 .js-form-wrapper {
  display: inline-block;
  position: relative;
  border: none;
}

.page-products--nacha .block-views-exposed-filter-blockproducts-search-page-1 .js-form-wrapper summary {
  display: block;
  min-width: 180px;
  padding: 13px 20px;
  padding-right: 44px;
  cursor: pointer;
  font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.001em;
  font-weight: 100;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  color: #878787;
  border: solid 1px #878787;
}

.page-products--nacha .block-views-exposed-filter-blockproducts-search-page-1 .js-form-wrapper summary::-webkit-details-marker {
  display: none;
}

.page-products--nacha .block-views-exposed-filter-blockproducts-search-page-1 .js-form-wrapper summary::after {
  content: ' ';
  display: block;
  width: 22px;
  height: 22px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  z-index: 5;
  background: transparent url("../images/icons/largeArrow-down-blue.svg") no-repeat center;
}

.page-products--nacha .block-views-exposed-filter-blockproducts-search-page-1 .js-form-wrapper .details-wrapper {
  position: absolute;
  top: 49px;
  left: 0;
  right: 0;
  border: solid 1px #878787;
  background-color: #ececec;
  z-index: 1;
  padding: 0.35rem 0;
}

.page-products--nacha .block-views-exposed-filter-blockproducts-search-page-1 .js-form-wrapper .bef-links a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.15rem 0.5rem;
  font-size: 14px;
  font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif;
}

.page-products--nacha .block-views-exposed-filter-blockproducts-search-page-1 .js-form-wrapper .bef-links a:hover, .page-products--nacha .block-views-exposed-filter-blockproducts-search-page-1 .js-form-wrapper .bef-links a:focus, .page-products--nacha .block-views-exposed-filter-blockproducts-search-page-1 .js-form-wrapper .bef-links a:active {
  color: #fff;
  background-color: #0058ce;
}

@media (max-width: 1180px) {
  .page-products--nacha .block-views-exposed-filter-blockproducts-search-page-1 .form-item,
  .page-products--nacha .block-views-exposed-filter-blockproducts-search-page-1 .js-form-wrapper {
    width: calc((100% / 3) - 80px);
    max-width: initial;
  }
  .page-products--nacha .block-views-exposed-filter-blockproducts-search-page-1 .form-actions {
    margin: 30px auto 0;
  }
}

@media (max-width: 600px) {
  .page-products--nacha .block-views-exposed-filter-blockproducts-search-page-1 .layout-form-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-products--nacha .block-views-exposed-filter-blockproducts-search-page-1 .form-item,
  .page-products--nacha .block-views-exposed-filter-blockproducts-search-page-1 .js-form-wrapper {
    width: 100%;
    margin: 30px 0;
  }
}

.page-products--nacha .layout-form-inline {
  display: none;
}

.page-products--nacha .view-products-search .view-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 20px 40px;
}

.page-products--nacha .view-products-search .view-header .view-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-products--nacha .view-products-search .view-header .view-toggle a {
  margin-right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #016eff;
  border-radius: 50%;
  -webkit-transition: background 0.35s ease;
  transition: background 0.35s ease;
}

.page-products--nacha .view-products-search .view-header .view-toggle a::after {
  display: none;
}

.page-products--nacha .view-products-search .view-header .view-toggle a:hover {
  background-color: #0058ce;
}

.page-products--nacha .view-products-search .view-header .view-toggle a:hover::after {
  display: none;
}

.page-products--nacha .view-products-search .view-header .view-toggle a:last-child {
  margin-right: 0;
}

.page-products--nacha .view-products-search .view-header .view-toggle svg {
  width: 17px;
  height: 17px;
  fill: #fff;
}

.page-products--nacha .view-products-search .view-header .view-toggle span {
  display: none;
}

.page-products--nacha .view-products-search .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-products--nacha .view-products-search .views-row {
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid 1px #000;
}

.page-products--nacha .view-products-search .views-row:first-child {
  margin-top: 0;
}

.page-products--nacha .view-products-search .fieldType-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 280px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-products--nacha .view-products-search .fieldType-image img {
  width: initial;
  max-width: 100%;
}

.page-products--nacha .view-products-search.grid-view .views-row {
  width: calc((100% / 3) - 40px);
  margin: 20px;
}

.page-products--nacha .view-products-search.grid-view .productCard .publishDate,
.page-products--nacha .view-products-search.grid-view .productCard .productCard-content {
  display: none;
}

@media (max-width: 800px) {
  .page-products--nacha .view-products-search.grid-view .views-row {
    width: calc((100% / 2) - 40px);
  }
}

@media (max-width: 600px) {
  .page-products--nacha .view-products-search.grid-view .views-row {
    width: calc(100% - 40px);
  }
}

.page-products--nacha .view-products-search.list-view .views-row {
  width: 100%;
  margin: 20px 0;
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid 1px #000;
}

.page-products--nacha .view-products-search.list-view .views-row:first-child {
  margin-top: 0;
}

.page-products--nacha .view-products-search.list-view .productCard .node-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-products--nacha .view-products-search.list-view .productCard .fieldName-field-product-stock-status,
.page-products--nacha .view-products-search.list-view .productCard .fieldName-field-image,
.page-products--nacha .view-products-search.list-view .productCard .publishDate,
.page-products--nacha .view-products-search.list-view .productCard .productCard-content {
  display: none;
}

.page-nodeType-resource .node-viewMode-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-nodeType-resource .nodeHeader {
  width: 100%;
  margin-bottom: 40px;
}

.page-nodeType-resource .nodeHeader-title {
  margin: 0 0 20px;
  font-size: 70px;
  line-height: 1.2;
}

.page-nodeType-resource .nodeHeader-description {
  margin: 0;
  font-size: 28px;
  line-height: 1.3;
}

.page-nodeType-resource .nodeAside {
  width: 100%;
  max-width: 15%;
  margin-right: 60px;
}

.page-nodeType-resource .nodeAside .resourceType,
.page-nodeType-resource .nodeAside .downloads {
  margin-bottom: 45px;
}

.page-nodeType-resource .nodeAside .resourceType-title,
.page-nodeType-resource .nodeAside .downloads-title {
  margin: 0 0 20px;
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 2;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #000;
}

.page-nodeType-resource .nodeContent {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 240px;
}

.page-nodeType-resource .nodeContent .fieldType-image {
  margin-bottom: 40px;
}

@media (max-width: 800px) {
  .page-nodeType-resource .nodeHeader {
    margin-bottom: 40px;
  }
  .page-nodeType-resource .nodeAside {
    max-width: 100%;
    margin-right: 0;
  }
}

.page-all-resources--nacha .block-page-title {
  display: none;
}

.page-all-resources--nacha .block-views-blockresource-listing-block-2 > h2, .page-all-resources--nacha .fieldName-field-reference-block-rules-land .field-item.block-views-blockresource-listing-block-2:first-child > div:before, .fieldName-field-reference-block-rules-land .page-all-resources--nacha .field-item.block-views-blockresource-listing-block-2:first-child > div:before {
  display: none;
}

.page-all-resources--nacha .block-views-blockresource-listing-block-2 .view-content {
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-all-resources--nacha .block-views-blockresource-listing-block-2 .views-row {
  max-width: 50%;
  margin: 0 20px;
  background-color: #016eff;
}

.page-all-resources--nacha .block-views-blockresource-listing-block-2 .views-field-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  padding: 20px 40px;
  font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 28px;
  text-transform: capitalize;
  letter-spacing: 0.035em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
}

.page-all-resources--nacha .block-views-blockresource-listing-block-2 .views-field-title a::after {
  content: ' ';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 15px;
  height: 22px;
  margin-left: 16px;
  background: transparent url(../images/icons/largeArrow-left-white.svg) no-repeat;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.page-all-resources--nacha .block-views-blockresource-listing-block-2 .views-field-title a:hover {
  color: #f3f3f3;
  text-decoration: none;
}

.page-all-resources--nacha .block-views-blockresource-listing-block-2 .views-field-title a:hover::after {
  -webkit-transform: translate3d(12px, 0, 0);
  transform: translate3d(12px, 0, 0);
}

.page-all-resources--nacha .block-views-blockresource-listing-block-2 .views-field-body {
  padding: 40px;
  color: #fff;
  background-color: #005ddb;
  background: -webkit-gradient(linear, left top, left bottom, from(#005ddb), to(#016eff));
  background: linear-gradient(to bottom, #005ddb 0%, #016eff 100%);
}

.page-all-resources--nacha .block-views-exposed-filter-blockresource-listing-page-1 {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-top: 80px;
  padding: 40px 0;
  background-color: #ececec;
}

.page-all-resources--nacha .block-views-exposed-filter-blockresource-listing-page-1 .layout-form-inline {
  max-width: 1260px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-all-resources--nacha .block-views-exposed-filter-blockresource-listing-page-1 .form-item,
.page-all-resources--nacha .block-views-exposed-filter-blockresource-listing-page-1 .form-actions,
.page-all-resources--nacha .block-views-exposed-filter-blockresource-listing-page-1 select {
  margin: 0;
}

.page-all-resources--nacha .block-views-exposed-filter-blockresource-listing-page-1 .form-item {
  width: 100%;
  max-width: 315px;
}

.page-all-resources--nacha .region-content .views-element-container {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 40px 0 80px;
  background-color: #f3f3f3;
}

.page-all-resources--nacha .region-content .views-element-container > .view {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}

.page-all-resources--nacha .region-content .view-resource-listing .view-header {
  font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  line-height: 1.65;
  padding: 0;
  color: #000;
}

.page-all-resources--nacha .region-content .view-resource-listing .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-all-resources--nacha .region-content .view-resource-listing .node--type-resource {
  position: relative;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 105px;
  border-top: solid 1px #000;
}

.page-all-resources--nacha .region-content .view-resource-listing .node--type-resource .fieldName-field-resource-type {
  font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.25em;
  line-height: 1.65;
}

.page-all-resources--nacha .region-content .view-resource-listing .node--type-resource .fieldName-node-post-date {
  margin-bottom: 30px;
  font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  line-height: 1.65;
}

.page-all-resources--nacha .region-content .view-resource-listing .node--type-resource .fieldName-node-title h2, .page-all-resources--nacha .region-content .view-resource-listing .node--type-resource .fieldName-node-title .fieldName-field-reference-block-rules-land .field-item:first-child > div:before, .fieldName-field-reference-block-rules-land .page-all-resources--nacha .region-content .view-resource-listing .node--type-resource .fieldName-node-title .field-item:first-child > div:before {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.25;
  text-transform: capitalize;
}

.page-all-resources--nacha .region-content .view-resource-listing .node--type-resource .fieldName-field-description {
  font-size: 16px;
  line-height: 1.5;
}

.page-all-resources--nacha .region-content .view-resource-listing .node--type-resource .fieldName-field-topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-all-resources--nacha .region-content .view-resource-listing .node--type-resource .fieldName-field-topic .field-item {
  font-size: 12px;
  line-height: 1.35;
  font-style: italic;
  color: #016eff;
}

.page-all-resources--nacha .region-content .view-resource-listing .node--type-resource .fieldName-field-topic .field-item::after {
  content: ', ';
}

.page-all-resources--nacha .region-content .view-resource-listing .node--type-resource .fieldName-field-topic .field-item:last-child::after {
  content: '';
}

@media (max-width: 1100px) {
  .page-all-resources--nacha .region-content .view-resource-listing .views-row {
    width: calc((100% / 2) - 40px);
  }
}

@media (max-width: 800px) {
  .page-all-resources--nacha .block-views-blockresource-listing-block-2 .view-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  .page-all-resources--nacha .block-views-blockresource-listing-block-2 .views-row {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px;
  }
  .page-all-resources--nacha .region-content .view-resource-listing .views-row {
    width: 100%;
  }
  .page-all-resources--nacha .block-views-exposed-filter-blockresource-listing-page-1 .layout-form-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Hide the elements that are getting combined */
#views-exposed-form-resource-listing-page-1 .form-item-field-resource-type-target-id,
#views-exposed-form-resource-listing-page-1 .form-item-field-news-type-target-id,
#views-exposed-form-iso-resource-center-page-1 .form-item-field-resource-type-target-id,
#views-exposed-form-iso-resource-center-page-1 .form-item-field-news-type-target-id {
  display: none;
}

.page-rules--enforcement--nacha .nodeHeader {
  padding: 0;
  margin-bottom: -160px;
}

@media screen and (max-width: 768px) {
  .page-rules--enforcement--nacha .nodeHeader {
    margin-top: 0;
    padding: 2rem 0 0;
  }
}

.page-rules--enforcement--nacha .nodeHeader .nodeHeader-content {
  width: 100%;
  padding: 20% 30px 15%;
  display: block;
}

@media screen and (max-width: 1400px) {
  .page-rules--enforcement--nacha .nodeHeader .nodeHeader-content {
    padding: 30% 30px 25%;
  }
}

.page-rules--enforcement--nacha .nodeHeader .nodeHeader-content .nodeHeader-title,
.page-rules--enforcement--nacha .nodeHeader .nodeHeader-content .nodeHeader-description {
  max-width: none;
  text-align: left;
  width: 100%;
  color: white;
  margin: 0;
  max-width: 70%;
}

.page-rules--enforcement--nacha .nodeHeader .nodeHeader-content .nodeHeader-title {
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .page-rules--enforcement--nacha .nodeHeader .nodeHeader-content .nodeHeader-title {
    font-size: 50px;
  }
}

@media screen and (max-width: 450px) {
  .page-rules--enforcement--nacha .nodeHeader .nodeHeader-content .nodeHeader-title {
    font-size: 35px;
  }
}

.page-rules--enforcement--nacha .nodeContent {
  position: relative;
  z-index: 10;
  margin-bottom: 0;
  width: 100%;
}

.page-rules--enforcement--nacha .block-views-blockrules-block-3 .views-row {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  max-width: 48%;
  border-top: 0;
}

@media screen and (max-width: 768px) {
  .page-rules--enforcement--nacha .block-views-blockrules-block-3 .views-row {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.page-rules--enforcement--nacha .region-content .view-rules .views-row {
  border-top: none;
}

.hide-featured .block-views-blockrules-block-3 {
  display: none;
}

.hide-featured .block-views-exposed-filter-blockrules-page-1 {
  margin-top: 0;
}

.fieldName-field-subject {
  margin-bottom: 30px;
  font-size: 70px;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #000;
  font-size: 60px;
}

@media screen and (max-width: 800px) {
  .fieldName-field-subject {
    font-size: 50px;
  }
}

@media screen and (max-width: 450px) {
  .fieldName-field-subject {
    font-size: 35px;
  }
}

.paragraphType-rules-landing-content {
  padding: 140px 0;
}

@media screen and (max-width: 1200px) {
  .paragraphType-rules-landing-content {
    padding: 30px 0;
  }
}

.fieldName-field-rules-landing-content {
  position: relative;
}

.fieldName-field-rules-landing-content:after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 70%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  top: 800px;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(10%, #b9b9b9), color-stop(50%, #b9b9b9), color-stop(90%, #b9b9b9), to(#ffffff));
  background: linear-gradient(to bottom, #ffffff 0%, #b9b9b9 10%, #b9b9b9 50%, #b9b9b9 90%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

@media screen and (max-width: 1200px) {
  .fieldName-field-rules-landing-content:after {
    display: none;
  }
}

.fieldName-field-rules-landing-content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.fieldName-field-rules-landing-content > div:nth-child(odd) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fieldName-field-rules-landing-content > div:nth-child(odd) > div:after {
  left: calc(-20% - 10px);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.fieldName-field-rules-landing-content > div:nth-child(even) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fieldName-field-rules-landing-content > div:nth-child(even) > div:after {
  left: calc(100% + 30px);
}

.fieldName-field-rules-landing-content > div:not(:first-child) > div {
  margin-top: -390px;
}

@media screen and (max-width: 1200px) {
  .fieldName-field-rules-landing-content > div:not(:first-child) > div {
    margin-top: 0;
  }
}

.fieldName-field-rules-landing-content > div:nth-child(2) > div {
  margin-top: 0;
}

.fieldName-field-rules-landing-content > div > div {
  position: relative;
  max-width: 42%;
}

@media screen and (max-width: 1100px) {
  .fieldName-field-rules-landing-content > div > div {
    max-width: 100%;
  }
}

.fieldName-field-rules-landing-content > div > div:after {
  width: 80px;
  height: 30px;
  content: "";
  background-size: 80px 30px;
  background-image: url("../images/icons/shape-rules-circles.svg");
  position: absolute;
  top: 0;
  z-index: 20;
  left: 50%;
  top: 160px;
}

@media screen and (max-width: 1200px) {
  .fieldName-field-rules-landing-content > div > div:after {
    display: none;
  }
}

.fieldName-field-rules-landing-content > div:first-child {
  margin-top: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fieldName-field-rules-landing-content > div:first-child > div {
  padding-top: 40px;
  padding-bottom: 0;
  max-width: 800px;
}

@media screen and (max-width: 1100px) {
  .fieldName-field-rules-landing-content > div:first-child > div {
    max-width: 100%;
  }
}

.fieldName-field-rules-landing-content > div:first-child > div .fieldName-field-subject {
  text-align: center;
}

.fieldName-field-rules-landing-content > div:first-child > div:after {
  display: none;
}

@media (max-width: 1200px) {
  .fieldName-field-rules-landing-content > div:first-child {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .fieldName-field-rules-landing-content > div:first-child > div {
    padding: 30px 0;
  }
  .fieldName-field-rules-landing-content > div:first-child > div .field {
    text-align: left;
  }
}

.fieldName-field-cta-link a {
  display: inline-block;
  min-width: 135px;
  font-size: 14px;
  padding: 15px 20px;
  font-weight: 100;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #016eff;
  border: none;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
  color: white !important;
}

.fieldName-field-cta-link a:hover {
  color: #fff;
  background-color: #0058ce;
  text-decoration: none !important;
}

.fieldName-field-cta-link a:hover::after {
  display: none;
}

.fieldName-field-reference-block-rules-land > .field-item .views-field-field-effective-date,
.fieldName-field-reference-block-rules-land > .field-item .views-field-field-rule-status span {
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.fieldName-field-reference-block-rules-land > .field-item .views-field-field-effective-date {
  font-size: 12px;
  border-top: 1px solid #b9b9b9;
  padding-top: 2rem;
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
}

.fieldName-field-reference-block-rules-land > .field-item .views-field-field-rule-status span {
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
}

.fieldName-field-reference-block-rules-land > .field-item .views-field-title {
  font-size: 18px;
  margin: 15px 0;
}

.fieldName-field-reference-block-rules-land > .field-item .views-field-field-rule-status .field-content {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
}

.fieldName-field-reference-block-rules-land > .field-item .view-footer a {
  display: inline-block;
  min-width: 135px;
  font-size: 16px;
  padding: 15px 20px;
  font-weight: 100;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #016eff;
  border: none;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
  color: white !important;
  margin-top: 4rem;
}

.fieldName-field-reference-block-rules-land > .field-item .view-footer a:hover {
  color: #fff;
  background-color: #0058ce;
  text-decoration: none !important;
}

.fieldName-field-reference-block-rules-land > .field-item .view-footer a:hover::after {
  display: none;
}

.fieldName-field-reference-block-rules-land .view-rules {
  padding-top: 0 !important;
}

.fieldName-field-reference-block-rules-land .field-item {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background: #ececec;
  padding: 0 0 4rem;
}

.fieldName-field-reference-block-rules-land .field-item > div {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 30px;
}

.fieldName-field-reference-block-rules-land .field-item > div > h2, .fieldName-field-reference-block-rules-land .field-item > div.field-item:first-child > div:before {
  font-size: 28px;
  margin-bottom: 0;
  margin-top: 0;
}

.fieldName-field-reference-block-rules-land .field-item:first-child > div:before {
  content: "Rules Status";
  margin-bottom: 4rem !important;
  display: block;
  padding-top: 5rem;
}

.hide-featured-rules .block-views-blockrules-block-3 {
  display: none;
}

.hide-featured-rules .block-views-exposed-filter-blockrules-page-1 {
  margin-top: 0;
}

.page-nodeType-rule #block-nacha-local-tasks,
.page-nodeType-rule #block-nacha-page-title {
  display: none;
}

.nodeFullSidebar .field-label {
  display: none;
}

.layout-full .pageTitle {
  margin: 0 0 20px;
  font-size: 70px;
  line-height: 1.2;
}

@media (max-width: 1100px) {
  .layout-full .pageTitle {
    font-size: 60px;
  }
}

@media (max-width: 800px) {
  .layout-full .pageTitle {
    font-size: 50px;
  }
}

.layout-full-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nodeFullSidebar {
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
  margin-right: 5%;
}

@media screen and (max-width: 780px) {
  .nodeFullSidebar {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.nodeFullSidebar-group {
  margin-bottom: 10px;
}

.nodeFullSidebar-group-title {
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.nodeFullSidebar-group-content {
  font-size: 16px;
}

.nodeFullSidebar-group-content .file--text, .nodeFullSidebar-group-content .file-text {
  padding: 0;
  background: none;
}

.nodeFullContent {
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
}

@media screen and (max-width: 1200px) {
  .nodeFullContent {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }
}

@media screen and (max-width: 780px) {
  .nodeFullContent {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.commentsStatus {
  background: #f3f3f3;
}

.commentsStatus-title {
  padding: 30px;
  background: #ececec;
}

.commentsStatus-title h3,
.commentsStatus-title span {
  margin: 0;
  font-size: 28px;
}

.commentsStatus-title .popup-message {
  color: #016eff;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.commentsStatus-title .popup-message:after {
  content: "";
  width: 40px;
  height: 40px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.commentsStatus-title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout-content .commentsStatus-content {
  padding: 30px;
}

.nodeFullContent-section-technical,
.nodeFullContent-section-impact {
  border-bottom: 1px solid #ececec;
  margin-bottom: 30px;
}

.nodeFullContent-section-technical .field-label,
.nodeFullContent-section-impact .field-label,
.nodeFullContent-section-faqs .field-label {
  display: none;
}

.nodeFullContent-section {
  padding-bottom: 30px;
}

.paragraphItem-faq-text {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #e2e2e2;
}

.paragraphItem-faq-text:last-child {
  border-bottom: none !important;
}

.nodeFullContent-section-faqs .fieldName-field-question {
  font-size: 24px;
  color: #016eff;
  position: relative;
  padding-right: 40px;
  cursor: pointer;
  line-height: 1.2;
}

.nodeFullContent-section-faqs .fieldName-field-question:before {
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  content: "Question";
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  color: #000;
}

.nodeFullContent-section-faqs .fieldName-field-question:after {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url("../images/icons/largeArrow-down-blue.svg");
  background-size: 26px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 28px;
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.nodeFullContent-section-faqs .fieldName-field-answer {
  padding: 25px 0;
  display: none;
}

.nodeFullContent-section-faqs .view-header {
  font-weight: 500;
}

.paragraphType-faq-text.faq-open .fieldName-field-question:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.page-nodeType-aggregate-page article.nodeType-rule a {
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.page-nodeType-aggregate-page article.nodeType-rule a::after {
  display: block;
  content: ' ';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  border-bottom: solid 1px #016eff;
  -webkit-transition: width 0.75s ease;
  transition: width 0.75s ease;
}

.page-nodeType-aggregate-page article.nodeType-rule a.active, .page-nodeType-aggregate-page article.nodeType-rule a.is-active, .page-nodeType-aggregate-page article.nodeType-rule a:hover {
  color: #016eff;
}

.page-nodeType-aggregate-page article.nodeType-rule a.active::after, .page-nodeType-aggregate-page article.nodeType-rule a.is-active::after, .page-nodeType-aggregate-page article.nodeType-rule a:hover::after {
  width: 100%;
}

.page-search--nacha #edit-sort-by--wrapper,
.page-global-site-search--nacha #edit-sort-by--wrapper {
  display: none;
}

.page-search--nacha main,
.page-global-site-search--nacha main {
  padding-top: 0;
}

.page-search--nacha .region-hero,
.page-global-site-search--nacha .region-hero {
  padding: 200px 0 80px;
}

.page-search--nacha .region-hero h1,
.page-global-site-search--nacha .region-hero h1 {
  margin: 0;
}

.page-search--nacha .layout-content,
.page-global-site-search--nacha .layout-content {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background: #f3f3f3;
}

.page-search--nacha .layout-content .layout-content-inner,
.page-global-site-search--nacha .layout-content .layout-content-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 60px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (max-width: 900px) {
  .page-search--nacha .layout-content .layout-content-inner,
  .page-global-site-search--nacha .layout-content .layout-content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.page-search--nacha .layout-precontent,
.page-global-site-search--nacha .layout-precontent {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-color: #ececec;
}

.page-search--nacha .layout-precontent .block-views,
.page-global-site-search--nacha .layout-precontent .block-views {
  max-width: 1260px;
  margin: 0 auto;
  padding: 40px 30px;
}

.page-search--nacha .layout-precontent .layout-form-inline,
.page-global-site-search--nacha .layout-precontent .layout-form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-search--nacha .layout-precontent .layout-form-inline > .form-item:not(:first-child),
.page-global-site-search--nacha .layout-precontent .layout-form-inline > .form-item:not(:first-child) {
  margin: 0;
  margin-left: 40px;
}

.page-search--nacha .layout-precontent .layout-search-form-inline,
.page-global-site-search--nacha .layout-precontent .layout-search-form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.page-search--nacha .layout-precontent .layout-search-form-inline > .form-item:not(:first-child),
.page-global-site-search--nacha .layout-precontent .layout-search-form-inline > .form-item:not(:first-child) {
  margin: 0;
  margin-left: 40px;
}

.page-search--nacha .layout-precontent .form-item,
.page-search--nacha .layout-precontent .form-actions,
.page-search--nacha .layout-precontent input,
.page-search--nacha .layout-precontent select,
.page-global-site-search--nacha .layout-precontent .form-item,
.page-global-site-search--nacha .layout-precontent .form-actions,
.page-global-site-search--nacha .layout-precontent input,
.page-global-site-search--nacha .layout-precontent select {
  margin: 0;
  font-size: 16px;
}

.page-search--nacha .layout-precontent #edit-sort-order--wrapper .fieldset-inner,
.page-search--nacha .layout-precontent #edit-sort-order--wrapper .form-radios,
.page-global-site-search--nacha .layout-precontent #edit-sort-order--wrapper .fieldset-inner,
.page-global-site-search--nacha .layout-precontent #edit-sort-order--wrapper .form-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-search--nacha .layout-precontent #edit-sort-order--wrapper legend,
.page-global-site-search--nacha .layout-precontent #edit-sort-order--wrapper legend {
  margin: 0;
  margin-right: 20px;
  font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}

.page-search--nacha .layout-precontent #edit-sort-order--wrapper .formType-radio,
.page-global-site-search--nacha .layout-precontent #edit-sort-order--wrapper .formType-radio {
  margin-right: 20px;
}

.page-search--nacha .layout-precontent #edit-sort-order--wrapper .formType-radio label::before,
.page-global-site-search--nacha .layout-precontent #edit-sort-order--wrapper .formType-radio label::before {
  margin-right: 10px;
}

.page-search--nacha .layout-precontent .formType-search-api-autocomplete,
.page-global-site-search--nacha .layout-precontent .formType-search-api-autocomplete {
  margin-right: 16px;
}

.page-search--nacha .layout-precontent .formType-search-api-autocomplete input,
.page-global-site-search--nacha .layout-precontent .formType-search-api-autocomplete input {
  max-height: 51px;
  background: transparent;
}

.page-search--nacha .layout-precontent .formType-search-api-autocomplete input:focus,
.page-global-site-search--nacha .layout-precontent .formType-search-api-autocomplete input:focus {
  background: #fff;
}

.page-search--nacha .layout-precontent .form-actions,
.page-global-site-search--nacha .layout-precontent .form-actions {
  margin-left: auto;
}

@media (max-width: 800px) {
  .page-search--nacha .layout-precontent .form-actions,
  .page-global-site-search--nacha .layout-precontent .form-actions {
    margin: 30px auto 0;
  }
}

@media (max-width: 600px) {
  .page-search--nacha .layout-precontent .layout-form-inline,
  .page-global-site-search--nacha .layout-precontent .layout-form-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-search--nacha .layout-precontent .form-composite:nth-child(3),
  .page-global-site-search--nacha .layout-precontent .form-composite:nth-child(3) {
    margin-top: 1rem !important;
    margin-left: 0 !important;
  }
}

.page-search--nacha .sidebar-left,
.page-global-site-search--nacha .sidebar-left {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 900px) {
  .page-search--nacha .sidebar-left,
  .page-global-site-search--nacha .sidebar-left {
    max-width: 100%;
    margin-right: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.page-search--nacha .block-facets,
.page-global-site-search--nacha .block-facets {
  margin-bottom: 50px;
}

.page-search--nacha .block-facets > h2, .page-search--nacha .fieldName-field-reference-block-rules-land .field-item.block-facets:first-child > div:before, .fieldName-field-reference-block-rules-land .page-search--nacha .field-item.block-facets:first-child > div:before,
.page-global-site-search--nacha .block-facets > h2,
.page-global-site-search--nacha .fieldName-field-reference-block-rules-land .field-item.block-facets:first-child > div:before,
.fieldName-field-reference-block-rules-land .page-global-site-search--nacha .field-item.block-facets:first-child > div:before {
  margin: 0 0 20px;
  font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}

.page-search--nacha .block-facets ul,
.page-global-site-search--nacha .block-facets ul {
  margin: 0;
  padding: 0;
}

.page-search--nacha .block-facets ul li,
.page-global-site-search--nacha .block-facets ul li {
  list-style: none;
  margin: 10px 0;
}

@media (max-width: 600px) {
  .page-search--nacha .block-facets *,
  .page-global-site-search--nacha .block-facets * {
    border: none;
  }
}

.page-search--nacha .page-content,
.page-global-site-search--nacha .page-content {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

@media (max-width: 900px) {
  .page-search--nacha .page-content,
  .page-global-site-search--nacha .page-content {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.page-search--nacha .block-main-page-content > h2, .page-search--nacha .fieldName-field-reference-block-rules-land .field-item.block-main-page-content:first-child > div:before, .fieldName-field-reference-block-rules-land .page-search--nacha .field-item.block-main-page-content:first-child > div:before,
.page-global-site-search--nacha .block-main-page-content > h2,
.page-global-site-search--nacha .fieldName-field-reference-block-rules-land .field-item.block-main-page-content:first-child > div:before,
.fieldName-field-reference-block-rules-land .page-global-site-search--nacha .field-item.block-main-page-content:first-child > div:before {
  display: none;
}

.page-search--nacha .view-global-site-search,
.page-global-site-search--nacha .view-global-site-search {
  margin: 0 0 80px;
}

.page-search--nacha .view-global-site-search .view-header,
.page-global-site-search--nacha .view-global-site-search .view-header {
  margin-bottom: 40px;
  font-size: 12px;
  letter-spacing: 0.25em;
  line-height: 1.65;
  text-transform: uppercase;
}

.page-search--nacha .view-global-site-search .views-row,
.page-global-site-search--nacha .view-global-site-search .views-row {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: solid 1px #000;
}

.page-search--nacha .view-global-site-search .views-row:last-child,
.page-global-site-search--nacha .view-global-site-search .views-row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.page-search--nacha .view-global-site-search .views-field-created,
.page-global-site-search--nacha .view-global-site-search .views-field-created {
  margin: 0;
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 2;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #000;
}

.page-search--nacha .view-global-site-search .views-field-title,
.page-global-site-search--nacha .view-global-site-search .views-field-title {
  margin: 0 0 30px;
  font-size: 28px;
  line-height: 1.35;
}

.page-search--nacha .view-global-site-search .views-field-title a,
.page-global-site-search--nacha .view-global-site-search .views-field-title a {
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.page-search--nacha .view-global-site-search .views-field-title a::after,
.page-global-site-search--nacha .view-global-site-search .views-field-title a::after {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  border-bottom: solid 1px #016eff;
  -webkit-transition: width 0.75s ease;
  transition: width 0.75s ease;
}

.page-search--nacha .view-global-site-search .views-field-title a.active, .page-search--nacha .view-global-site-search .views-field-title a.is-active, .page-search--nacha .view-global-site-search .views-field-title a:hover,
.page-global-site-search--nacha .view-global-site-search .views-field-title a.active,
.page-global-site-search--nacha .view-global-site-search .views-field-title a.is-active,
.page-global-site-search--nacha .view-global-site-search .views-field-title a:hover {
  color: #016eff;
}

.page-search--nacha .view-global-site-search .views-field-title a.active::after, .page-search--nacha .view-global-site-search .views-field-title a.is-active::after, .page-search--nacha .view-global-site-search .views-field-title a:hover::after,
.page-global-site-search--nacha .view-global-site-search .views-field-title a.active::after,
.page-global-site-search--nacha .view-global-site-search .views-field-title a.is-active::after,
.page-global-site-search--nacha .view-global-site-search .views-field-title a:hover::after {
  width: 100%;
}

.page-search--nacha .view-global-site-search .views-field-body,
.page-global-site-search--nacha .view-global-site-search .views-field-body {
  margin-bottom: 20px;
}

.page-search--nacha .view-global-site-search .views-field-field-topic,
.page-global-site-search--nacha .view-global-site-search .views-field-field-topic {
  font-size: 14px;
  line-height: 1.2;
  font-style: italic;
}

.page-search--nacha .sidebar-right,
.page-global-site-search--nacha .sidebar-right {
  padding: 0 15px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page-search--nacha .sidebar-right h2, .page-search--nacha .sidebar-right .fieldName-field-reference-block-rules-land .field-item:first-child > div:before, .fieldName-field-reference-block-rules-land .page-search--nacha .sidebar-right .field-item:first-child > div:before,
.page-global-site-search--nacha .sidebar-right h2,
.page-global-site-search--nacha .sidebar-right .fieldName-field-reference-block-rules-land .field-item:first-child > div:before,
.fieldName-field-reference-block-rules-land .page-global-site-search--nacha .sidebar-right .field-item:first-child > div:before {
  margin: 0 0 20px;
  font-family: "Radikal W05 Thin", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}

@media (max-width: 900px) {
  .page-search--nacha .sidebar-right,
  .page-global-site-search--nacha .sidebar-right {
    max-width: 100%;
    margin-right: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.page-search--nacha .sidebar-right .views-row,
.page-global-site-search--nacha .sidebar-right .views-row {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #666;
}

.page-search--nacha .sidebar-right .views-row:last-child,
.page-global-site-search--nacha .sidebar-right .views-row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.page-search--nacha .sidebar-right .views-field-created,
.page-global-site-search--nacha .sidebar-right .views-field-created {
  margin: 0;
  font-size: 10px;
  line-height: 2;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #000;
}

.page-search--nacha .sidebar-right .views-field-title,
.page-global-site-search--nacha .sidebar-right .views-field-title {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.2;
}

.page-search--nacha .sidebar-right .views-field-body,
.page-global-site-search--nacha .sidebar-right .views-field-body {
  margin-bottom: 16px;
  font-size: 14px;
}

.page-search--nacha .sidebar-right .views-field-field-topic,
.page-global-site-search--nacha .sidebar-right .views-field-field-topic {
  font-size: 10px;
  line-height: 1.2;
  font-style: italic;
}

.search-item-count {
  margin: 46px 0 16px 0;
  text-align: center;
}

#views-exposed-form-search-content-page-1 .layout-form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#views-exposed-form-search-content-page-1 .layout-form-inline #edit-submit-search-content {
  margin-bottom: 10px;
  height: 54px;
}

.path-user .block-tabs {
  display: none;
}

.path-user .layout-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 -30px 80px;
}

.path-user .login-form,
.path-user .create-account {
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 15px;
}

.path-user .login-form {
  background: #f3f3f3;
  padding: 30px;
}

.path-user .login-form-title {
  margin: 0 0 30px;
}

.path-user .create-account {
  padding: 30px;
}

.path-user .create-account-title {
  margin: 0 0 30px;
}

.path-user .create-account-link {
  display: inline-block;
  min-width: 135px;
  font-size: 14px;
  padding: 15px 20px;
  font-weight: 100;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #016eff;
  border: none;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
}

.path-user .create-account-link:hover {
  color: #fff;
  background-color: #0058ce;
  text-decoration: none !important;
}

.path-user .create-account-link:hover::after {
  display: none;
}

@media (max-width: 1024px) {
  .path-user .layout-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 80px;
  }
  .path-user .layout-content .login-form,
  .path-user .layout-content .create-account {
    width: 100%;
    margin: 30px 0;
  }
}

.paragraph.paragraphType-simple-content .fieldName-field-cta-links > .field-item, .paragraph.animatedBanner .fieldName-field-cta-links > .field-item, .paragraph.fullWidth .fieldName-field-cta-links > .field-item {
  display: inline-block;
}

.paragraph.paragraphType-simple-content .fieldName-field-cta-links a, .paragraph.animatedBanner .fieldName-field-cta-links a, .paragraph.fullWidth .fieldName-field-cta-links a {
  display: inline-block;
  min-width: 135px;
  font-size: 14px;
  padding: 15px 20px;
  font-weight: 100;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #016eff;
  border: none;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
  margin-right: 20px;
  margin-bottom: 10px;
}

.paragraph.paragraphType-simple-content .fieldName-field-cta-links a:hover, .paragraph.animatedBanner .fieldName-field-cta-links a:hover, .paragraph.fullWidth .fieldName-field-cta-links a:hover {
  color: #fff;
  background-color: #0058ce;
  text-decoration: none !important;
}

.paragraph.paragraphType-simple-content .fieldName-field-cta-links a:hover::after, .paragraph.animatedBanner .fieldName-field-cta-links a:hover::after, .paragraph.fullWidth .fieldName-field-cta-links a:hover::after {
  display: none;
}

.paragraph.paragraphType-simple-content .fieldName-field-description, .paragraph.animatedBanner .fieldName-field-description, .paragraph.fullWidth .fieldName-field-description {
  margin-bottom: 40px;
}

.paragraph.paragraphType-simple-content p:last-child,
.paragraph.paragraphType-simple-content p:only-child, .paragraph.animatedBanner p:last-child,
.paragraph.animatedBanner p:only-child, .paragraph.fullWidth p:last-child,
.paragraph.fullWidth p:only-child {
  margin: 0;
}

.paragraph.paragraphType-simple-content.parent-field-content {
  margin-bottom: 40px;
  padding: 0 30px;
}

.paragraph.paragraphType-simple-content .fieldName-field-title {
  margin-top: 50px;
  margin-bottom: 16px;
  font-size: 2.556rem;
  line-height: 1.217;
  letter-spacing: -0.015em;
  color: #000;
  font-weight: normal;
}

.animatedBanner {
  position: relative;
  padding: 200px 0 400px;
  background-color: #000;
}

.animatedBanner-content {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}

.animatedBanner-content .animatedBanner-title {
  margin: 0 0 40px;
  font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 4.667rem;
  line-height: 1.167;
  color: #fff;
}

.animatedBanner-content .fieldName-field-cta-button a {
  display: inline-block;
  min-width: 135px;
  font-size: 12px;
  padding: 15px 20px;
  font-weight: 100;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #016eff;
  border: none;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
}

.animatedBanner-content .fieldName-field-cta-button a:hover {
  color: #fff;
  background-color: #0058ce;
  text-decoration: none !important;
}

.animatedBanner-content .fieldName-field-cta-button a:hover::after {
  display: none;
}

@media (max-width: 800px) {
  .animatedBanner-content .animatedBanner-title {
    font-size: 45px;
  }
}

.particles--container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#particles-right {
  position: absolute;
  width: 100%;
  height: 100%;
}

#particles-left {
  position: absolute;
  width: 100%;
  height: 100%;
}

.paragraphItem-animated-banner + div {
  position: relative;
  z-index: 5;
  margin-top: -300px;
}

.bannerLinkBox {
  position: relative;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bannerLinkBox .bannerLinkBox-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background: transparent no-repeat;
  background-position: center center;
  background-size: cover;
}

.bannerLinkBox .bannerLinkBox-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.bannerLinkBox .bannerLinkBox-content {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bannerLinkBox .bannerLinkBox-content .paragraphItem-simple-card {
  padding-bottom: 30px;
}

.bannerLinkBox .bannerLinkBox-content .paragraphItem-simple-card:last-child {
  padding-bottom: 0;
}

.bannerLinkBox .bannerLinkBox-title {
  margin-top: 80px;
  margin-right: 0;
  font-size: 70px;
  color: #fff;
}

@media (min-width: 800px) {
  .bannerLinkBox .bannerLinkBox-image {
    top: 8%;
    height: 85%;
  }
  .bannerLinkBox .bannerLinkBox-title {
    margin-top: 30px;
    margin-right: 80px;
  }
  .bannerLinkBox .bannerLinkBox-content {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
  }
  .bannerLinkBox .fieldName-field-cards {
    width: 50%;
    max-width: 580px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.paragraphType-cards-grid {
  margin-bottom: 40px;
}

.paragraphType-cards-grid .fieldName-field-description {
  margin-bottom: 40px;
}

.paragraphType-cards-grid p:last-child,
.paragraphType-cards-grid p:only-child {
  margin: 0;
}

.paragraphType-cards-grid .fieldName-field-cards .paragraphItem-simple-card {
  padding-bottom: 30px;
}

@media (min-width: 800px) {
  .paragraphType-cards-grid.columns-2 .fieldName-field-cards, .paragraphType-cards-grid.columns-3 .fieldName-field-cards, .paragraphType-cards-grid.columns-4 .fieldName-field-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px -20px;
  }
  .paragraphType-cards-grid.columns-2 .paragraphItem-simple-card, .paragraphType-cards-grid.columns-3 .paragraphItem-simple-card, .paragraphType-cards-grid.columns-4 .paragraphItem-simple-card {
    width: calc(100% / 2);
    padding: 20px;
  }
}

@media (min-width: 1100px) {
  .paragraphType-cards-grid.columns-3 .paragraphItem-simple-card, .paragraphType-cards-grid.columns-4 .paragraphItem-simple-card {
    width: calc(100% / 3);
  }
}

@media (min-width: 1260px) {
  .paragraphType-cards-grid.columns-4 .paragraphItem-simple-card {
    width: calc(100% / 4);
  }
}

.paragraphType-content-list {
  margin-bottom: 40px;
}

.paragraphType-content-list .sectionAside .sharePost {
  margin-top: 20px;
  margin-bottom: 15px;
  padding-left: 40px;
}

.paragraphType-content-list .sectionAside .sharePost .sharePost-title {
  margin-bottom: 10px;
}

.paragraphType-content-list .sectionAside .sharePost .addtoany_list {
  margin: 0;
}

.paragraphType-content-list .sectionAside .sharePost .addtoany_list a:not(.a2a_button_email) {
  display: none;
}

.paragraphType-content-list .sectionContent div[id^=pageContent]::before {
  padding-top: 70px;
  margin-top: -130px;
}

.paragraphType-content-list .sectionContent .paragraphType-simple-content {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: solid 1px #e2e2e2;
}

.paragraphType-content-list .sectionContent .paragraphType-simple-content:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

@media (max-width: 800px) {
  .paragraphType-content-list .sectionAside {
    position: relative !important;
    width: 100% !important;
    top: auto !important;
    margin-bottom: 20px;
  }
}

@media (min-width: 800px) {
  .paragraphType-content-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .paragraphType-content-list .sectionAside {
    vertical-align: top;
    width: 300px;
    margin-right: 40px;
    margin-bottom: 0;
  }
  .paragraphType-content-list .sectionContent {
    width: calc(100% - 340px);
  }
}

@media (min-width: 1100px) {
  .paragraphType-content-list .sectionAside {
    width: 340px;
  }
  .paragraphType-content-list .sectionContent {
    width: calc(100% - 380px);
  }
}

.ctaLinksBox {
  height: 100%;
  overflow: hidden;
}

.ctaLinksBox.blue-box {
  background-color: #016eff;
}

.ctaLinksBox.blue-box .ctaLinksBox-content {
  background-color: #005ddb;
  background: -webkit-gradient(linear, left top, left bottom, from(#005ddb), to(#016eff));
  background: linear-gradient(to bottom, #005ddb 0%, #016eff 100%);
}

.ctaLinksBox.green-box {
  background-color: #0cc400;
}

.ctaLinksBox.green-box .ctaLinksBox-content {
  background-color: #0bad00;
  background: -webkit-gradient(linear, left top, left bottom, from(#0bad00), to(#0cc400));
  background: linear-gradient(to bottom, #0bad00 0%, #0cc400 100%);
}

.ctaLinksBox .ctaLinksBox-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  padding: 20px 40px;
  font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 28px;
  text-transform: capitalize;
  letter-spacing: 0.035em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
}

.ctaLinksBox .ctaLinksBox-title::after {
  content: ' ';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 15px;
  height: 22px;
  margin-left: 16px;
  background: transparent url(../images/icons/largeArrow-left-white.svg) no-repeat;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.ctaLinksBox .ctaLinksBox-title:hover {
  color: #f3f3f3;
  text-decoration: none;
}

.ctaLinksBox .ctaLinksBox-title:hover::after {
  -webkit-transform: translate3d(12px, 0, 0);
  transform: translate3d(12px, 0, 0);
}

.ctaLinksBox .ctaLinksBox-content {
  padding: 40px;
  color: #fff;
}

.ctaLinksBox .ctaLinksBox-content .fieldName-field-description {
  margin-bottom: 40px;
}

.ctaLinksBox .ctaLinksBox-content .fieldName-field-multiple-cta-links .field-item {
  margin-bottom: 20px;
}

.ctaLinksBox .ctaLinksBox-content .fieldName-field-multiple-cta-links .field-item:last-child {
  margin-bottom: 0;
}

.ctaLinksBox .ctaLinksBox-content p:last-child,
.ctaLinksBox .ctaLinksBox-content p:only-child {
  margin: 0;
}

.ctaLinksBox .ctaLinksBox-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
}

.ctaLinksBox .ctaLinksBox-content a::before {
  content: ' ';
  width: 15px;
  height: 15px;
  margin-left: 0;
  margin-right: 15px;
  background: transparent url(../images/icons/smallArrow-left-blue.svg) no-repeat;
  -webkit-transition: margin 0.2s ease;
  transition: margin 0.2s ease;
}

.ctaLinksBox .ctaLinksBox-content a::after {
  display: none;
}

.ctaLinksBox .ctaLinksBox-content a:hover {
  color: #f3f3f3;
}

.ctaLinksBox .ctaLinksBox-content a:hover::before {
  margin-left: 5px;
  margin-right: 10px;
}

.ctaLinksBox .ctaLinksBox-content a::before {
  background: transparent url(../images/icons/smallArrow-left-white.svg) no-repeat;
}

.ctaLinksBox-link, .ctaLinksBox-link:hover, .ctaLinksBox-link:active, .ctaLinksBox-link:visited {
  color: #fff;
  text-decoration: none;
}

.ctaLinksBoxes {
  margin-bottom: 80px;
}

.ctaLinksBoxes .fieldName-field-cta-only-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: -20px -20px;
}

.ctaLinksBoxes .fieldName-field-cta-only-boxes > .field-item {
  width: calc(100% / 2);
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 800px) {
  .ctaLinksBoxes .fieldName-field-cta-only-boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -10px -10px;
  }
  .ctaLinksBoxes .fieldName-field-cta-only-boxes > .field-item {
    width: 100%;
    padding: 10px 10px;
  }
}

.fullWidth {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.fullWidth .nodeHeader-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fullWidth .nodeHeader-background video {
  z-index: 20;
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

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

.fullWidth.parent-field-header .content-wrapper {
  padding-top: 130px;
}

.fullWidth.withBackground {
  min-height: 530px;
}

.fullWidth.withBackground .content-wrapper {
  color: #ffffff;
  position: relative;
  padding-top: 100px;
}

.fullWidth.withBackground.parent-field-header .content-wrapper {
  z-index: 30;
}

.fullWidth.withBackground .fullWidth-title {
  color: #ffffff;
}

.fullWidth.background-color-grey {
  background: #ececec;
}

.fullWidth.background-color-blue {
  background-color: #005ddb;
  background: -webkit-gradient(linear, left top, left bottom, from(#005ddb), to(#016eff));
  background: linear-gradient(to bottom, #005ddb 0%, #016eff 100%);
}

.fullWidth.background-color-blue .fieldName-field-cta-links a {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.fullWidth.background-color-blue .fieldName-field-cta-links a:hover {
  background-color: #c82333;
  border-color: #bd2130;
}

.fullWidth.background-color-green {
  background-color: #0bad00;
  background: -webkit-gradient(linear, left top, left bottom, from(#0bad00), to(#0cc400));
  background: linear-gradient(to bottom, #0bad00 0%, #0cc400 100%);
}

.fullWidth.background-color-orange {
  background-color: #f48909;
  background: -webkit-gradient(linear, left top, left bottom, from(#f48909), to(#f7941d));
  background: linear-gradient(to bottom, #f48909 0%, #f7941d 100%);
}

.fullWidth.background-color-purple {
  background-color: #240b3c;
  background: -webkit-gradient(linear, left top, left bottom, from(#240b3c), to(#300f4f));
  background: linear-gradient(to bottom, #240b3c 0%, #300f4f 100%);
}

.fullWidth.background-color-yellow {
  background-color: #fba72a;
  background: -webkit-gradient(linear, left top, left bottom, from(#fba72a), to(#fbb040));
  background: linear-gradient(to bottom, #fba72a 0%, #fbb040 100%);
}

.getTheLatest {
  margin-bottom: 80px;
}

.getTheLatest .views-row {
  margin-bottom: 30px;
}

.getTheLatest .views-row:last-of-type {
  margin-bottom: 0;
}

.getTheLatest .getTheLatest-title {
  margin: 0 0 30px;
  font-size: 60px;
}

.getTheLatest .getTheLatest-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -20px -20px;
}

.getTheLatest .getTheLatest-column {
  width: calc(100% / 2);
  padding: 20px 20px;
}

.getTheLatest .getTheLatest-column .column-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  padding: 20px 40px;
  font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 28px;
  text-transform: capitalize;
  letter-spacing: 0.035em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  color: #000;
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
  padding: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #b9b9b9;
}

.getTheLatest .getTheLatest-column .column-title::after {
  content: ' ';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 15px;
  height: 22px;
  margin-left: 16px;
  background: transparent url(../images/icons/largeArrow-left-white.svg) no-repeat;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.getTheLatest .getTheLatest-column .column-title:hover {
  color: #016eff;
  text-decoration: none;
}

.getTheLatest .getTheLatest-column .column-title:hover::after {
  -webkit-transform: translate3d(12px, 0, 0);
  transform: translate3d(12px, 0, 0);
}

.getTheLatest .getTheLatest-column .column-title::after {
  background: transparent url(../images/icons/largeArrow-left-blue.svg) no-repeat;
}

.getTheLatest .getTheLatest-column .field-item {
  margin-bottom: 40px;
}

@media (max-width: 800px) {
  .getTheLatest .getTheLatest-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -20px -20px;
  }
  .getTheLatest .getTheLatest-column {
    width: 100%;
    margin-bottom: 30px;
    padding: 10px 10px;
  }
  .getTheLatest .getTheLatest-column:last-of-type {
    margin-bottom: 0;
  }
}

.getTheLatest .column-title a,
.getTheLatest .column-title a:visited,
.getTheLatest .column-title a:active,
.getTheLatest .column-title a:hover {
  color: #000;
}

.gridBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.gridBlock .fieldName-field-image {
  margin-bottom: 30px;
}

.gridBlock .fieldName-field-image img {
  max-width: 100px;
  height: auto;
}

.gridBlock-title {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 30px;
  /*color: $color-blueRibbon;*/
}

.gridBlock .fieldName-field-description {
  margin: 0 0 10;
  font-size: 16px;
  opacity: 0.8;
}

.paragraphItem-faq-text .fieldName-field-question {
  font-size: 24px;
  color: #016eff;
  position: relative;
  padding-right: 40px;
  cursor: pointer;
  line-height: 1.2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.paragraphItem-faq-text .fieldName-field-question:before {
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  content: "Question";
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  color: #000;
}

.paragraphItem-faq-text .fieldName-field-question:after {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url("../images/icons/largeArrow-down-blue.svg");
  background-size: 26px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 24px;
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.paragraphItem-faq-text .fieldName-field-answer {
  padding: 25px 0;
  display: none;
}

.paragraphItem-faq-text .fieldName-field-answer p:last-child {
  margin-bottom: 0 !important;
}

.fieldName-field-faq > .field-label {
  display: none;
}

.simpleCard {
  overflow: hidden;
}

.simpleCard .simpleCard-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  padding: 20px 40px;
  font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 28px;
  text-transform: capitalize;
  letter-spacing: 0.035em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
  line-height: 1.25 !important;
}

.simpleCard .simpleCard-title::after {
  content: ' ';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 15px;
  height: 22px;
  margin-left: 16px;
  background: transparent url(../images/icons/largeArrow-left-white.svg) no-repeat;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.simpleCard .simpleCard-title:hover {
  color: #f3f3f3;
  text-decoration: none;
}

.simpleCard .simpleCard-title:hover::after {
  -webkit-transform: translate3d(12px, 0, 0);
  transform: translate3d(12px, 0, 0);
}

.simpleCard .simpleCard-title a {
  font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif;
  color: inherit;
}

.simpleCard .simpleCard-title a:hover {
  color: inherit;
}

.simpleCard .simpleCard-title a::after {
  display: none;
}

.simpleCard .simpleCard-content {
  padding: 40px;
}

.simpleCard .simpleCard-content .fieldName-field-description {
  margin-bottom: 40px;
}

.simpleCard .simpleCard-content .fieldName-field-cta-links .field-item {
  margin-bottom: 20px;
}

.simpleCard .simpleCard-content .fieldName-field-cta-links .field-item:last-child {
  margin-bottom: 0;
}

.simpleCard .simpleCard-content .fieldName-field-cta-links .field-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  word-break: break-word;
}

.simpleCard .simpleCard-content .fieldName-field-cta-links .field-item a::before {
  content: ' ';
  width: 15px;
  height: 15px;
  margin-left: 0;
  margin-right: 15px;
  background: transparent url(../images/icons/smallArrow-left-blue.svg) no-repeat;
  -webkit-transition: margin 0.2s ease;
  transition: margin 0.2s ease;
}

.simpleCard .simpleCard-content .fieldName-field-cta-links .field-item a::after {
  display: none;
}

.simpleCard .simpleCard-content .fieldName-field-cta-links .field-item a:hover {
  color: #f3f3f3;
}

.simpleCard .simpleCard-content .fieldName-field-cta-links .field-item a:hover::before {
  margin-left: 5px;
  margin-right: 10px;
}

.simpleCard .simpleCard-content .fieldName-field-cta-links .field-item a::before {
  background: transparent url(../images/icons/smallArrow-left-white.svg) no-repeat;
}

.simpleCard .simpleCard-content .fieldName-field-cta-links .field-item a:hover {
  text-decoration: none;
}

.simpleCard.background-color-grey {
  background: #b9b9b9;
}

.simpleCard.background-color-grey .simpleCard-content {
  color: #fff;
  background-color: #9b9b9b;
  background: -webkit-gradient(linear, left top, left bottom, from(#9b9b9b), to(#b9b9b9));
  background: linear-gradient(to bottom, #9b9b9b 0%, #b9b9b9 100%);
}

.simpleCard.background-color-blue {
  background-color: #016eff;
}

.simpleCard.background-color-blue .simpleCard-content {
  color: #fff;
  background-color: #005ddb;
  background: -webkit-gradient(linear, left top, left bottom, from(#005ddb), to(#016eff));
  background: linear-gradient(to bottom, #005ddb 0%, #016eff 100%);
}

.simpleCard.background-color-green {
  background-color: #0cc400;
}

.simpleCard.background-color-green .simpleCard-content {
  color: #fff;
  background-color: #0bad00;
  background: -webkit-gradient(linear, left top, left bottom, from(#0bad00), to(#0cc400));
  background: linear-gradient(to bottom, #0bad00 0%, #0cc400 100%);
}

.simpleCard.background-color-purple {
  background-color: #300f4f;
}

.simpleCard.background-color-purple .simpleCard-content {
  color: #fff;
  background-color: #240b3c;
  /*background-color: lighten($color-purple, 4.5%);*/
  background: -webkit-gradient(linear, left top, left bottom, from(#240b3c), to(#300f4f));
  background: linear-gradient(to bottom, #240b3c 0%, #300f4f 100%);
}

.simpleCard.background-color-orange {
  background-color: #f7941d;
}

.simpleCard.background-color-orange .simpleCard-content {
  color: #fff;
  background-color: #f48909;
  background: -webkit-gradient(linear, left top, left bottom, from(#f48909), to(#f7941d));
  background: linear-gradient(to bottom, #f48909 0%, #f7941d 100%);
}

.simpleCard.background-color-yellow {
  background-color: #fbb040;
}

.simpleCard.background-color-yellow .simpleCard-content {
  color: #fff;
  background-color: #fba72a;
  background: -webkit-gradient(linear, left top, left bottom, from(#fba72a), to(#fbb040));
  background: linear-gradient(to bottom, #fba72a 0%, #fbb040 100%);
}

.simpleCard.withoutBg {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  background: #fff;
}

.simpleCard.withoutBg .simpleCard-title {
  border-bottom: 1px solid #878787;
  color: #0154c5;
}

.simpleCard.withoutBg .simpleCard-title:after {
  background: transparent url(../images/icons/largeArrow-left-blue.svg) no-repeat;
}

.simpleCard.withoutBg .simpleCard-content .fieldName-field-cta-links .field-item a {
  color: #0154c5;
}

.simpleCard.withoutBg .simpleCard-content .fieldName-field-cta-links .field-item a:before {
  background: transparent url(../images/icons/smallArrow-left-blue.svg) no-repeat;
}

@media (max-width: 800px) {
  .simpleCard .simpleCard-title {
    padding: 30px 20px;
    font-size: 27px;
  }
  .simpleCard .simpleCard-content {
    padding: 30px 20px;
    font-size: 16px;
  }
}

.simpleCardsGrid {
  margin-bottom: 80px;
}

.simpleCardsGrid .simpleCardsGrid-title {
  margin: 0 0 40px;
  font-size: 60px;
}

.simpleCardsGrid .fieldName-field-cards-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px -20px;
}

.simpleCardsGrid .fieldName-field-cards-grid > .field-item {
  width: calc(100% / 3);
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 1100px) {
  .simpleCardsGrid .fieldName-field-cards-grid > .field-item {
    width: calc(100% / 2);
  }
}

@media (max-width: 800px) {
  .simpleCardsGrid .simpleCardsGrid-title {
    margin: 0 0 50px;
    font-size: 48px;
  }
  .simpleCardsGrid .fieldName-field-cards-grid {
    margin: -10px -10px;
  }
  .simpleCardsGrid .fieldName-field-cards-grid > .field-item {
    width: 100%;
    padding: 10px 10px;
  }
}

.text2columnsFeatured .fieldName-field-cta-button a {
  display: inline-block;
  min-width: 135px;
  font-size: 14px;
  padding: 15px 20px;
  font-weight: 100;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #016eff;
  border: none;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
}

.text2columnsFeatured .fieldName-field-cta-button a:hover {
  color: #fff;
  background-color: #0058ce;
  text-decoration: none !important;
}

.text2columnsFeatured .fieldName-field-cta-button a:hover::after {
  display: none;
}

.text2columnsFeatured .text2columnsFeatured-content {
  margin-bottom: 40px;
}

.text2columnsFeatured .text2columnsFeatured-featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.text2columnsFeatured .text2columnsFeatured-featured .featured-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 20px;
}

.text2columnsFeatured .text2columnsFeatured-featured .featured-content img {
  margin-bottom: 30px;
}

.text2columnsFeatured .text2columnsFeatured-featured .featured-content h3 {
  margin: 0 0 5px;
  font-size: 24px;
  line-height: 30px;
  color: #016eff;
}

.text2columnsFeatured .text2columnsFeatured-featured .featured-content p {
  font-size: 16px;
  opacity: 0.8;
}

@media (max-width: 800px) {
  .text2columnsFeatured .text2columnsFeatured-featured {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  .text2columnsFeatured .text2columnsFeatured-featured .featured-content {
    width: 100%;
    margin: 0 0 40px;
  }
}

.text4columnsList .fieldName-field-description,
.text4columnsList .fieldName-field-columns {
  margin-bottom: 40px;
}

.text4columnsList .fieldName-field-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}

.text4columnsList .fieldName-field-columns > .field-item {
  width: 25%;
  padding: 40px 25px;
}

.text4columnsList .fieldName-field-columns .fieldName-field-title {
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.25em;
}

.text4columnsList .fieldName-field-columns .fieldName-field-col-description {
  max-width: 195px;
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.25em;
  line-height: 1.6;
  text-transform: uppercase;
  opacity: 0.8;
}

.text4columnsList .fieldName-field-cta-button a {
  display: inline-block;
  min-width: 135px;
  font-size: 14px;
  padding: 15px 20px;
  font-weight: 100;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #016eff;
  border: none;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
}

.text4columnsList .fieldName-field-cta-button a:hover {
  color: #fff;
  background-color: #0058ce;
  text-decoration: none !important;
}

.text4columnsList .fieldName-field-cta-button a:hover::after {
  display: none;
}

@media (max-width: 1100px) {
  .text4columnsList .fieldName-field-columns > .field-item {
    width: 50%;
  }
}

@media (max-width: 800px) {
  .text4columnsList .fieldName-field-columns > .field-item {
    width: 100%;
    text-align: center;
  }
  .text4columnsList .fieldName-field-col-description {
    margin: 0 auto;
  }
  .text4columnsList .fieldName-field-cta-button a {
    text-align: center;
  }
}

.textCta .fieldName-field-title {
  margin: 30px 0 16px 0;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: #000;
}

@media (max-width: 1100px) {
  .textCta .fieldName-field-title {
    font-size: 40px;
  }
}

@media (max-width: 800px) {
  .textCta .fieldName-field-title {
    font-size: 28px;
  }
}

.textCta .fieldName-field-cta-button a {
  margin-top: 40px;
  display: inline-block;
  min-width: 135px;
  font-size: 14px;
  padding: 15px 20px;
  font-weight: 100;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #016eff;
  border: none;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
}

.textCta .fieldName-field-cta-button a:hover {
  color: #fff;
  background-color: #0058ce;
  text-decoration: none !important;
}

.textCta .fieldName-field-cta-button a:hover::after {
  display: none;
}

.textCta .fieldName-field-description img {
  width: initial;
  margin: 20px;
  max-width: 100%;
}

.textGridView .fieldName-field-title {
  margin: 30px 0 16px 0;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: #000;
  font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

@media (max-width: 1100px) {
  .textGridView .fieldName-field-title {
    font-size: 40px;
  }
}

@media (max-width: 800px) {
  .textGridView .fieldName-field-title {
    font-size: 28px;
  }
}

.textGridView .fieldName-field-description {
  margin-bottom: 40px;
  width: 100%;
}

.textGridView .fieldName-field-grid-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.textGridView .fieldName-field-grid-block > .field-item {
  width: 33.3333%;
  padding: 0 20px;
}

@media (max-width: 1260px) {
  .textGridView .fieldName-field-grid-block > .field-item {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .textGridView .fieldName-field-grid-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  .textGridView .fieldName-field-grid-block > .field-item {
    width: 100%;
    margin: 0 0 40px;
    padding: 0;
  }
}

.textWithImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.textWithImage .textWithImage-title {
  width: 100%;
}

.textWithImage .fieldType-image {
  margin: 0;
  line-height: 1;
  width: 300px;
  margin-right: 40px;
}

.textWithImage .textWithImage-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.textWithImage .fieldName-field-quote-text {
  margin-bottom: 40px;
  font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 28px;
  line-height: 1.45;
  letter-spacing: 0.1em;
}

.textWithImage .fieldName-field-quote-attribution {
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.25em;
}

.textWithImage .fieldName-field-quote-description {
  max-width: 195px;
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.25em;
  line-height: 1.6;
  text-transform: uppercase;
  opacity: 0.8;
}

.textWithImage .fieldName-field-cta-button a {
  margin-top: 40px;
  display: inline-block;
  min-width: 135px;
  font-size: 14px;
  padding: 15px 20px;
  font-weight: 100;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #016eff;
  border: none;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
}

.textWithImage .fieldName-field-cta-button a:hover {
  color: #fff;
  background-color: #0058ce;
  text-decoration: none !important;
}

.textWithImage .fieldName-field-cta-button a:hover::after {
  display: none;
}

@media (max-width: 800px) {
  .textWithImage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .textWithImage .fieldType-image {
    margin-bottom: 40px;
  }
  .textWithImage .fieldName-field-quote-attribution,
  .textWithImage .fieldName-field-quote-description,
  .textWithImage .fieldName-field-cta-button {
    margin: 0 auto;
    text-align: center;
  }
}

.page-nodeType-quick-start-interactive {
  min-height: 101vh;
}

@media (max-width: 800px) {
  .page-nodeType-quick-start-interactive {
    min-height: inherit;
  }
}

.page-nodeType-quick-start-interactive .layout-page main {
  padding-top: 125px;
}

@media (max-width: 1100px) {
  .page-nodeType-quick-start-interactive .layout-page main {
    padding-top: 85px;
  }
}

.page-nodeType-quick-start-interactive .block-breadcrumbs {
  display: none;
}

.page-nodeType-quick-start-interactive .quickStart-intro {
  color: #fff;
}

.page-nodeType-quick-start-interactive .quickStart-intro-hero {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.page-nodeType-quick-start-interactive .quickStart-intro-hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  max-width: 1260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 30px;
  min-height: 750px;
  padding-top: 100px;
}

.page-nodeType-quick-start-interactive .quickStart-intro-hero-content h1 {
  color: #fff;
  margin-bottom: 24px;
}

.page-nodeType-quick-start-interactive .quickStart-intro-hero-content h3 {
  color: #fff;
  margin-top: 0;
  font-size: 32px;
  margin-bottom: 28px;
}

.page-nodeType-quick-start-interactive .quickStart-intro-hero-content p {
  max-width: 800px;
}

@media (max-width: 1100px) {
  .page-nodeType-quick-start-interactive .quickStart-intro-hero-content {
    padding-top: 0;
    min-height: inherit;
  }
  .page-nodeType-quick-start-interactive .quickStart-intro-hero-content h1 {
    font-size: 50px;
  }
  .page-nodeType-quick-start-interactive .quickStart-intro-hero-content h3 {
    font-size: 24px;
  }
}

@media (max-width: 800px) {
  .page-nodeType-quick-start-interactive .quickStart-intro-hero-content h1 {
    font-size: 40px;
  }
  .page-nodeType-quick-start-interactive .quickStart-intro-hero-content h3 {
    font-size: 22px;
  }
}

.page-nodeType-quick-start-interactive .fieldName-field-hero-cta-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-nodeType-quick-start-interactive .fieldName-field-hero-cta-links .field-item {
  margin-right: 40px;
}

.page-nodeType-quick-start-interactive .fieldName-field-hero-cta-links a {
  display: inline-block;
  min-width: 135px;
  font-size: 18px;
  padding: 15px 20px;
  font-weight: 100;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #016eff;
  border: none;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
  padding-left: 40px;
  padding-right: 40px;
}

.page-nodeType-quick-start-interactive .fieldName-field-hero-cta-links a:hover {
  color: #fff;
  background-color: #0058ce;
  text-decoration: none !important;
}

.page-nodeType-quick-start-interactive .fieldName-field-hero-cta-links a:hover::after {
  display: none;
}

.page-nodeType-quick-start-interactive .fieldName-field-hero-cta-links .field-item:last-child a {
  background-color: rgba(0, 0, 0, 0.15);
  border: 1px solid #0058ce;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.page-nodeType-quick-start-interactive .fieldName-field-hero-cta-links .field-item:last-child a:hover, .page-nodeType-quick-start-interactive .fieldName-field-hero-cta-links .field-item:last-child a:focus, .page-nodeType-quick-start-interactive .fieldName-field-hero-cta-links .field-item:last-child a:active {
  background-color: #0058ce;
}

@media (max-width: 800px) {
  .page-nodeType-quick-start-interactive .fieldName-field-hero-cta-links {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
  }
  .page-nodeType-quick-start-interactive .fieldName-field-hero-cta-links .field-item {
    margin-right: 0;
  }
  .page-nodeType-quick-start-interactive .fieldName-field-hero-cta-links .field-item:first-child {
    margin-bottom: 30px;
  }
  .page-nodeType-quick-start-interactive .fieldName-field-hero-cta-links .field-item a {
    width: 200px;
  }
}

.page-nodeType-quick-start-interactive .fieldName-field-featured-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  margin-top: -140px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 40px;
}

.page-nodeType-quick-start-interactive .fieldName-field-featured-links .paragraphItem-simple-card {
  width: 33.3333%;
  padding: 15px;
}

.page-nodeType-quick-start-interactive .fieldName-field-featured-links .paragraphItem-simple-card .simpleCard-title {
  padding: 25px;
}

.page-nodeType-quick-start-interactive .fieldName-field-featured-links .paragraphItem-simple-card .simpleCard-title a {
  display: inline-block;
}

.page-nodeType-quick-start-interactive .fieldName-field-featured-links .paragraphItem-simple-card:nth-child(2) .simpleCard {
  background-color: #0cc400;
}

.page-nodeType-quick-start-interactive .fieldName-field-featured-links .paragraphItem-simple-card:nth-child(2) .simpleCard .simpleCard-content {
  background-color: #0cc400;
  background: -webkit-gradient(linear, left top, left bottom, from(#0aab00), color-stop(90%, #0cc400));
  background: linear-gradient(to bottom, #0aab00 0%, #0cc400 90%);
}

@media (max-width: 1100px) {
  .page-nodeType-quick-start-interactive .fieldName-field-featured-links {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-nodeType-quick-start-interactive .fieldName-field-featured-links .paragraphItem-simple-card {
    width: 50%;
  }
}

@media (max-width: 800px) {
  .page-nodeType-quick-start-interactive .fieldName-field-featured-links {
    margin-top: 20px;
  }
  .page-nodeType-quick-start-interactive .fieldName-field-featured-links .paragraphItem-simple-card {
    width: 100%;
  }
}

.page-nodeType-quick-start-interactive .quickStart-interactive {
  display: none;
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  color: #fff;
  background-color: #000;
  min-height: 101vh;
  -webkit-transition: min-height 0.2s linear;
  transition: min-height 0.2s linear;
}

@media (max-width: 800px) {
  .page-nodeType-quick-start-interactive .quickStart-interactive {
    min-height: inherit;
  }
}

.page-nodeType-quick-start-interactive .quickStart-header {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  background-color: #000;
  z-index: 1;
}

.page-nodeType-quick-start-interactive .quickStart-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  margin: 0 auto;
  max-width: 1260px;
  padding: 15px 30px;
}

.page-nodeType-quick-start-interactive .quickStart-header-content .quickStart-breadcrumb-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #0cc400;
  font-family: "Radikal W05 Medium", Helvetica, Arial, sans-serif;
  margin-bottom: 2px;
  letter-spacing: 0.5px;
}

.page-nodeType-quick-start-interactive .quickStart-header-content .quickStart-breadcrumb-title {
  font-family: "Radikal W05 Light", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}

@media (max-width: 800px) {
  .page-nodeType-quick-start-interactive .quickStart-header-content .quickStart-breadcrumb-title {
    font-size: 14px;
  }
}

.page-nodeType-quick-start-interactive .quickStart-header-content .quickStart-close {
  display: block;
  position: absolute;
  top: 25px;
  right: 30px;
  height: 30px;
  width: 30px;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}

.page-nodeType-quick-start-interactive .quickStart-header-content .quickStart-close svg {
  width: 100%;
  height: auto;
}

.page-nodeType-quick-start-interactive .quickStart-header-content .quickStart-close .visuallyHidden {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 800px) {
  .page-nodeType-quick-start-interactive .quickStart-header-content {
    padding: 15px;
  }
  .page-nodeType-quick-start-interactive .quickStart-header-content .quickStart-close {
    top: 28px;
    right: 15px;
    height: 20px;
    width: 20px;
  }
}

.page-nodeType-quick-start-interactive .quickStart-branches {
  display: none;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  background-color: #000;
  z-index: 1;
}

@media (max-width: 800px) {
  .page-nodeType-quick-start-interactive .quickStart-branches {
    border-bottom: none;
  }
}

.page-nodeType-quick-start-interactive .quickStart-branches-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 30px;
  min-height: 500px;
  font-size: 32px;
}

.page-nodeType-quick-start-interactive .quickStart-branches-content .quickStart-branch-built,
.page-nodeType-quick-start-interactive .quickStart-branches-content .quickStart-branch-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
}

.page-nodeType-quick-start-interactive .quickStart-branches-content .quickStart-branch-built {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  padding: 30px 60px;
  padding-left: 0;
  font-size: 36px;
}

.page-nodeType-quick-start-interactive .quickStart-branches-content .quickStart-branch-built .fieldName-field-starting-question {
  line-height: 1;
}

.page-nodeType-quick-start-interactive .quickStart-branches-content .quickStart-branch-built .answerStep-text {
  display: none;
}

.page-nodeType-quick-start-interactive .quickStart-branches-content .quickStart-branch-built .fieldName-field-starting-question,
.page-nodeType-quick-start-interactive .quickStart-branches-content .quickStart-branch-built .answerStep-text {
  margin: 6px 0;
}

.page-nodeType-quick-start-interactive .quickStart-branches-content .quickStart-branch-built .fieldName-field-starting-question:after,
.page-nodeType-quick-start-interactive .quickStart-branches-content .quickStart-branch-built .answerStep-text:after {
  content: '>';
  position: relative;
  top: 6px;
  color: #0cc400;
  margin-left: 10px;
  font-size: 44px;
  line-height: 1px;
}

.page-nodeType-quick-start-interactive .quickStart-branches-content .quickStart-branch-built .answerStep-text:last-child {
  color: #0cc400;
}

.page-nodeType-quick-start-interactive .quickStart-branches-content .quickStart-branch-built .answerStep-text:last-child:after {
  display: none;
}

.page-nodeType-quick-start-interactive .quickStart-branches-content .quickStart-branch-options {
  padding: 30px 60px;
  padding-right: 0;
}

@media (max-width: 800px) {
  .page-nodeType-quick-start-interactive .quickStart-branches-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 15px;
    min-height: inherit;
    font-size: 24px;
  }
  .page-nodeType-quick-start-interactive .quickStart-branches-content .quickStart-branch-built,
  .page-nodeType-quick-start-interactive .quickStart-branches-content .quickStart-branch-options {
    width: 100%;
  }
  .page-nodeType-quick-start-interactive .quickStart-branches-content .quickStart-branch-built {
    border-right: none;
    padding: 15px 0;
    padding-bottom: 0;
    font-size: 24px;
  }
  .page-nodeType-quick-start-interactive .quickStart-branches-content .quickStart-branch-built .fieldName-field-starting-question,
  .page-nodeType-quick-start-interactive .quickStart-branches-content .quickStart-branch-built .answerStep-text {
    margin: 4px 0;
  }
  .page-nodeType-quick-start-interactive .quickStart-branches-content .quickStart-branch-built .fieldName-field-starting-question:after,
  .page-nodeType-quick-start-interactive .quickStart-branches-content .quickStart-branch-built .answerStep-text:after {
    top: 4px;
    color: #0cc400;
    margin-left: 8px;
    font-size: 32px;
  }
  .page-nodeType-quick-start-interactive .quickStart-branches-content .quickStart-branch-options {
    padding: 15px 0;
  }
}

.page-nodeType-quick-start-interactive .quickStart-branches.quickStart-isFinalStep .quickStart-branch-built {
  border-right: none;
  width: 80%;
}

.page-nodeType-quick-start-interactive .quickStart-branches.quickStart-isFinalStep .quickStart-branch-options {
  width: 20%;
}

.page-nodeType-quick-start-interactive .quickStart-content {
  margin: 0;
}

.page-nodeType-quick-start-interactive .paragraphType-qs-two-column-info,
.page-nodeType-quick-start-interactive .paragraphType-qs-resources {
  display: none;
  position: relative;
  z-index: 1;
  margin: 40px 0;
}

@media (max-width: 800px) {
  .page-nodeType-quick-start-interactive .paragraphType-qs-two-column-info,
  .page-nodeType-quick-start-interactive .paragraphType-qs-resources {
    margin: 15px 0;
  }
}

.page-nodeType-quick-start-interactive .paragraphType-qs-resources {
  margin-top: -130px;
}

@media (max-width: 800px) {
  .page-nodeType-quick-start-interactive .paragraphType-qs-resources {
    margin-top: 15px;
  }
}

.page-nodeType-quick-start-interactive .fieldName-field-resources {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}

.page-nodeType-quick-start-interactive .fieldName-field-resources > .field-item {
  width: 33.33%;
  padding: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

@media (max-width: 1100px) {
  .page-nodeType-quick-start-interactive .fieldName-field-resources > .field-item {
    width: 50%;
  }
}

@media (max-width: 800px) {
  .page-nodeType-quick-start-interactive .fieldName-field-resources > .field-item {
    width: 100%;
  }
}

.page-nodeType-quick-start-interactive .fieldName-field-resources article {
  background-color: #016eff;
  color: #fff;
}

.page-nodeType-quick-start-interactive .fieldName-field-resources h2, .page-nodeType-quick-start-interactive .fieldName-field-resources .fieldName-field-reference-block-rules-land .field-item:first-child > div:before, .fieldName-field-reference-block-rules-land .page-nodeType-quick-start-interactive .fieldName-field-resources .field-item:first-child > div:before {
  margin: 0;
  padding: 10px 15px;
  line-height: 1.3;
  font-size: 24px;
}

.page-nodeType-quick-start-interactive .fieldName-field-resources a {
  color: #fff;
}

.page-nodeType-quick-start-interactive .fieldName-field-resources .node-content {
  padding: 10px 15px;
  background-color: #005ddb;
  background: -webkit-gradient(linear, left top, left bottom, from(#005ddb), to(#016eff));
  background: linear-gradient(to bottom, #005ddb 0%, #016eff 100%);
}

.page-nodeType-quick-start-interactive .particles--container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 800px) {
  .page-nodeType-quick-start-interactive .particles--container {
    display: none;
  }
}

.page-nodeType-quick-start-interactive #particles-right,
.page-nodeType-quick-start-interactive #particles-left {
  -webkit-transition: -webkit-transform 6s ease-out;
  transition: -webkit-transform 6s ease-out;
  transition: transform 6s ease-out;
  transition: transform 6s ease-out, -webkit-transform 6s ease-out;
}

.page-nodeType-quick-start-interactive #particles-right {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(100vw, 0, 0);
  transform: translate3d(100vw, 0, 0);
}

.page-nodeType-quick-start-interactive #particles-left {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-100vw, 0, 0);
  transform: translate3d(-100vw, 0, 0);
}

.page-nodeType-quick-start-interactive .blockFooter {
  min-height: inherit;
}

.page-nodeType-quick-start-interactive .blockFooter h1 {
  margin-top: 0;
}

.page-nodeType-quick-start-interactive .blockFooter .fieldName-body {
  margin-bottom: 30px;
}

.page-nodeType-quick-start-interactive .blockFooter .blockFooter-content {
  padding: 0;
  margin: 80px auto;
}

.page-nodeType-quick-start-interactive.scrollbar-5 .quickStart-intro-hero,
.page-nodeType-quick-start-interactive.scrollbar-5 .quickStart-interactive {
  width: calc(100vw - 5px);
  margin-left: calc(-50vw + 50% + 2.5px);
}

.page-nodeType-quick-start-interactive.scrollbar-12 .quickStart-intro-hero,
.page-nodeType-quick-start-interactive.scrollbar-12 .quickStart-interactive {
  width: calc(100vw - 12px);
  margin-left: calc(-50vw + 50% + 6px);
}

.page-nodeType-quick-start-interactive.scrollbar-15 .quickStart-intro-hero,
.page-nodeType-quick-start-interactive.scrollbar-15 .quickStart-interactive {
  width: calc(100vw - 15px);
  margin-left: calc(-50vw + 50% + 7.5px);
}

.page-nodeType-quick-start-interactive.scrollbar-17 .quickStart-intro-hero,
.page-nodeType-quick-start-interactive.scrollbar-17 .quickStart-interactive {
  width: calc(100vw - 17px);
  margin-left: calc(-50vw + 50% + 8.5px);
}

.quickStart-answerStep {
  display: none;
  width: 100%;
}

.quickStart-answerStep .answerStep {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 20px 0;
  padding-left: 48px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.quickStart-answerStep .answerStep > input {
  display: none;
}

.quickStart-answerStep .answerStep:before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: -10px;
  width: 50px;
  height: 50px;
  margin: 0;
  background-color: #0058ce;
  border-radius: 50%;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  z-index: 1;
}

.quickStart-answerStep .answerStep:after {
  content: '';
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  width: 30px;
  height: 30px;
  margin: 0;
  background: -webkit-gradient(linear, left bottom, right top, from(#0058ce), to(#348bff));
  background: linear-gradient(to top right, #0058ce, #348bff);
  border-radius: 50%;
  z-index: 2;
}

.quickStart-answerStep .answerStep .answerStep-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  z-index: 2;
}

@media (max-width: 800px) {
  .quickStart-answerStep .answerStep {
    margin: 10px 0;
    padding-left: 32px;
  }
  .quickStart-answerStep .answerStep:before {
    top: 0;
    width: 40px;
    height: 40px;
  }
  .quickStart-answerStep .answerStep:after {
    top: 10px;
    width: 20px;
    height: 20px;
  }
}

.quickStart-answerStep:hover .answerStep:before, .quickStart-answerStep:focus .answerStep:before, .quickStart-answerStep:active .answerStep:before {
  background-color: #0cc400;
}

.quickStart-answerStep:hover .answerStep:after, .quickStart-answerStep:focus .answerStep:after, .quickStart-answerStep:active .answerStep:after {
  background: -webkit-gradient(linear, left bottom, right top, from(#0cc400), to(#0ff700));
  background: linear-gradient(to top right, #0cc400, #0ff700);
}

.quickStart-answerStep .answerStep.answerStep-isAlreadySelected:before {
  background-color: #0cc400;
}

.quickStart-answerStep .answerStep.answerStep-isAlreadySelected:after {
  background: -webkit-gradient(linear, left bottom, right top, from(#0cc400), to(#0ff700));
  background: linear-gradient(to top right, #0cc400, #0ff700);
}

.quickStart-twoColumnInfo .quickStart-twoColumnInfo-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -30px;
  margin-right: -30px;
}

.quickStart-twoColumnInfo .quickStart-twoColumnInfo-columns .quickStart-twoColumnInfo-column {
  padding: 30px;
}

.quickStart-twoColumnInfo .quickStart-twoColumnInfo-columns .quickStart-twoColumnInfo-column:first-child {
  width: 60%;
}

.quickStart-twoColumnInfo .quickStart-twoColumnInfo-columns .quickStart-twoColumnInfo-column:nth-child(2) {
  width: 40%;
}

@media (max-width: 800px) {
  .quickStart-twoColumnInfo .quickStart-twoColumnInfo-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .quickStart-twoColumnInfo .quickStart-twoColumnInfo-columns .quickStart-twoColumnInfo-column {
    padding: 15px;
  }
  .quickStart-twoColumnInfo .quickStart-twoColumnInfo-columns .quickStart-twoColumnInfo-column:first-child {
    width: 100%;
  }
  .quickStart-twoColumnInfo .quickStart-twoColumnInfo-columns .quickStart-twoColumnInfo-column:nth-child(2) {
    width: 100%;
  }
}

.quickStart-twoColumnInfo .fieldName-field-first-column {
  padding: 40px 50px;
  color: #000;
  background-color: #f3f3f3;
}

@media (max-width: 800px) {
  .quickStart-twoColumnInfo .fieldName-field-first-column {
    padding: 15px 20px;
  }
}

.quickStart-twoColumnInfo .fieldName-field-second-column {
  color: #fff;
  background-color: #016eff;
}

.quickStart-twoColumnInfo .fieldName-field-second-column ul:not([class]) li::before {
  background-color: #fff;
}

.quickStart-twoColumnInfo .fieldName-field-second-column h3 {
  margin: 0;
  padding: 20px 40px;
  padding-top: 26px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 1.2;
  background-color: #016eff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.quickStart-twoColumnInfo .fieldName-field-second-column .column-content {
  padding: 20px 40px;
  padding-bottom: 10px;
  background-color: #016eff;
  background: -webkit-gradient(linear, left top, left bottom, from(#005fdd), color-stop(80%, #016eff));
  background: linear-gradient(to bottom, #005fdd 0%, #016eff 80%);
}

@media (max-width: 800px) {
  .quickStart-twoColumnInfo .fieldName-field-second-column h3 {
    margin: 0;
    padding: 10px 20px;
    padding-top: 14px;
  }
  .quickStart-twoColumnInfo .fieldName-field-second-column .column-content {
    padding: 20px;
    padding-bottom: 10px;
  }
}

.quickStart-twoColumnInfo .quickStart-twoColumnInfo-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  padding-top: 40px;
}

@media (max-width: 800px) {
  .quickStart-twoColumnInfo .quickStart-twoColumnInfo-links {
    width: 100%;
    padding-top: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.quickStart-twoColumnInfo .quickStart-twoColumnInfo-links > button {
  display: inline-block;
  min-width: 135px;
  font-size: 16px;
  padding: 15px 20px;
  font-weight: 100;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #016eff;
  border: none;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
  padding-left: 40px;
  padding-right: 40px;
  margin-right: 40px;
}

.quickStart-twoColumnInfo .quickStart-twoColumnInfo-links > button:hover {
  color: #fff;
  background-color: #0058ce;
  text-decoration: none !important;
}

.quickStart-twoColumnInfo .quickStart-twoColumnInfo-links > button:hover::after {
  display: none;
}

@media (max-width: 800px) {
  .quickStart-twoColumnInfo .quickStart-twoColumnInfo-links > button {
    padding-left: 25px;
    padding-right: 25px;
    margin-right: 15px;
  }
}

.quickStart-twoColumnInfo .quickStart-twoColumnInfo-links > button:last-child {
  margin-right: 0;
  background-color: transparent;
  color: #0058ce;
  border: 1px solid #0058ce;
}

.quickStart-twoColumnInfo .quickStart-twoColumnInfo-links > button:last-child:hover, .quickStart-twoColumnInfo .quickStart-twoColumnInfo-links > button:last-child:focus, .quickStart-twoColumnInfo .quickStart-twoColumnInfo-links > button:last-child:active {
  background-color: #0058ce;
  color: #fff;
}

/* Custom Overrides */
.ctaLinksBox a {
  text-decoration: none !important;
}

.ctaLinksBox-content a {
  text-decoration: none !important;
}

.getTheLatest-column a {
  text-decoration: none !important;
}

.simpleCard-title a {
  text-decoration: none !important;
}

.newsArticle-title a {
  text-decoration: none !important;
}

h2 a, .fieldName-field-reference-block-rules-land .field-item:first-child > div:before a {
  text-decoration: none !important;
}

.list-result-title a {
  text-decoration: none !important;
}

.field .fieldName-field-cta-button .fieldType-link .layout-fieldLabel-hidden .field-item {
  margin-bottom: 40px !important;
}

.nodeContent .formattedText img, .nodeContent .formattedText iframe {
  margin-bottom: 20px !important;
}

.nodeContent .button {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

div[id^=pageContent]::before {
  content: '';
  display: block;
  padding-top: 120px;
  margin-top: -158px;
}

.taxonomyTerm a {
  text-decoration: underline !important;
}

nav.menu-quick-links ul.menu li.menu-item {
  margin: 0 0 22px 0 !important;
}

.menu-item .divider {
  border-bottom: solid 1px #e2e2e2;
}

/* IE9 & Below alert msg */
.ie9-banner {
  background-color: red;
  color: white;
  padding: .5rem 1rem;
  font-size: 16px;
  text-align: center;
}

/* IE10 CSS here */
html.ie10 .transparent-header .layout-header {
  background-color: #000000;
}

html.ie10 .ctaLinksBox .ctaLinksBox-content .fieldName-field-multiple-cta-links a {
  display: inline-block !important;
  margin-left: 20px;
}

html.ie10 .ctaLinksBox .ctaLinksBox-content a::before {
  content: '\2022';
  background-image: none;
  margin-left: -20px;
}

html.ie10 .simpleCard .simpleCard-title {
  display: block;
}

html.ie10 .article-teaser .newsContent .newsContent-title a {
  display: inline-block;
  max-width: 400px;
}

@media (max-width: 1130px) {
  html.ie10 .article-teaser .newsContent .newsContent-title a {
    max-width: 250px;
  }
}

/* MENU CHANGES IE10 */
html.ie10 nav.menu-main > ul.menu > li.menu-item > ul.menu {
  display: block !important;
  /*width:100% !important;*/
  position: absolute !important;
  left: 0;
  top: 100%;
}

html.ie10 nav.menu-main > ul.menu > li.menu-item:first-child > ul.menu {
  width: 1200px !important;
  margin-left: -680px !important;
}

html.ie10 nav.menu-main > ul.menu > li.menu-item:nth-child(2) > ul.menu {
  width: 400px !important;
}

html.ie10 nav.menu-main > ul.menu > li.menu-item:nth-child(3) > ul.menu {
  width: 1200px !important;
  margin-left: -950px !important;
}

html.ie10 nav.menu-main > ul.menu > li.menu-item:nth-child(4) > ul.menu {
  width: 400px !important;
  margin-left: -230px !important;
}

html.ie10 nav.menu-main > ul.menu > li.menu-item:nth-child(5) > ul.menu {
  width: 400px !important;
  margin-left: -355px !important;
}

html.ie10 nav.menu-main > ul.menu > li.menu-item > ul.menu > div.menu-inner {
  padding-bottom: 40px !important;
}

html.ie10 .menu-main :not(.megamenu).level-0 .menu a {
  border: none !important;
}

html.ie10 .menu-main .megamenu-list > a {
  border: none !important;
}

html.ie10 nav.menu-main li.menu-item.level-1 > ul.menu {
  margin-top: 20px !important;
  margin-left: -15px !important;
}

/*html.ie10 .menu-main .megamenu .level-2 a{/*display:inline;}*/
html.ie10 .menu-main .megamenu-special > a {
  display: inline-block !important;
  padding: 25px 30px !important;
  font-size: 16px !important;
  background-color: transparent !important;
}

html.ie10 .menu-main li.level-0 li.level-1 > a {
  display: block !important;
  margin-bottom: 20px !important;
  padding-bottom: 0 !important;
}

html.ie10 .menu-main li.megamenu li.level-1 > a {
  display: block !important;
  margin-bottom: 10px !important;
  padding-bottom: 0 !important;
}

html.ie10 .menu-main li.megamenu li.megamenu-special ul.menu {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

html.ie10 .menu-main li.megamenu li.megamenu-special li.level-2 {
  margin: 0 0 15px 0px !important;
  padding: 0 !important;
  list-style-type: none !important;
  list-style-position: inside !important;
}

html.ie10 .menu-main li.megamenu li.megamenu-special li.level-2 a {
  width: 215px !important;
  display: inline-block !important;
}

.paragraph-container, .region-postcontent .relatedContent {
  max-width: 1260px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
}

/*html.ie10 .menu-main .megamenu ul.menu li.level-1.megamenu-special ul.menu li.level-2 a{display:inline-block;max-width: 200px;}*/
html.ie10 nav.menu-main > ul.menu > li.menu-item > ul.menu > div.menu-inner {
  /*display:block !important;*/
}

html.ie10 nav.menu-main > ul.menu li.menu-item > ul.menu > li.menu-item {
  /*display:inline !important;*/
}

/* SPACING HELPER CLASSES */
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 1rem !important;
}

.mt-1, .my-1 {
  margin-top: 1rem !important;
}

.mr-1, .mx-1 {
  margin-right: 1rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 1rem !important;
}

.ml-1, .mx-1 {
  margin-left: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.mt-2, .my-2 {
  margin-top: 2rem !important;
}

.mr-2, .mx-2 {
  margin-right: 2rem !important;
}

.mb-2, .my-2, .quote-box .quote-content {
  margin-bottom: 2rem !important;
}

.ml-2, .mx-2 {
  margin-left: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.mt-3, .my-3 {
  margin-top: 3rem !important;
}

.mr-3, .mx-3 {
  margin-right: 3rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 3rem !important;
}

.ml-3, .mx-3 {
  margin-left: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.mt-4, .my-4 {
  margin-top: 4rem !important;
}

.mr-4, .mx-4 {
  margin-right: 4rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 4rem !important;
}

.ml-4, .mx-4 {
  margin-left: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}

.mt-5, .my-5 {
  margin-top: 5rem !important;
}

.mr-5, .mx-5 {
  margin-right: 5rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 5rem !important;
}

.ml-5, .mx-5 {
  margin-left: 5rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.mt-6, .my-6 {
  margin-top: 6rem !important;
}

.mr-6, .mx-6 {
  margin-right: 6rem !important;
}

.mb-6, .my-6 {
  margin-bottom: 6rem !important;
}

.ml-6, .mx-6 {
  margin-left: 6rem !important;
}

.m-7 {
  margin: 7rem !important;
}

.mt-7, .my-7 {
  margin-top: 7rem !important;
}

.mr-7, .mx-7 {
  margin-right: 7rem !important;
}

.mb-7, .my-7 {
  margin-bottom: 7rem !important;
}

.ml-7, .mx-7 {
  margin-left: 7rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.mt-8, .my-8 {
  margin-top: 8rem !important;
}

.mr-8, .mx-8 {
  margin-right: 8rem !important;
}

.mb-8, .my-8 {
  margin-bottom: 8rem !important;
}

.ml-8, .mx-8 {
  margin-left: 8rem !important;
}

.m-9 {
  margin: 9rem !important;
}

.mt-9, .my-9 {
  margin-top: 9rem !important;
}

.mr-9, .mx-9 {
  margin-right: 9rem !important;
}

.mb-9, .my-9 {
  margin-bottom: 9rem !important;
}

.ml-9, .mx-9 {
  margin-left: 9rem !important;
}

.m-05 {
  margin: 0.5rem !important;
}

.mt-05, .my-05 {
  margin-top: 0.5rem !important;
}

.mr-05, .mx-05 {
  margin-right: 0.5rem !important;
}

.mb-05, .my-05 {
  margin-bottom: 0.5rem !important;
}

.ml-05, .mx-05 {
  margin-left: 0.5rem !important;
}

.m-15 {
  margin: 1.5rem !important;
}

.mt-15, .my-15 {
  margin-top: 1.5rem !important;
}

.mr-15, .mx-15 {
  margin-right: 1.5rem !important;
}

.mb-15, .my-15 {
  margin-bottom: 1.5rem !important;
}

.ml-15, .mx-15 {
  margin-left: 1.5rem !important;
}

.m-25 {
  margin: 2.5rem !important;
}

.mt-25, .my-25 {
  margin-top: 2.5rem !important;
}

.mr-25, .mx-25 {
  margin-right: 2.5rem !important;
}

.mb-25, .my-25 {
  margin-bottom: 2.5rem !important;
}

.ml-25, .mx-25 {
  margin-left: 2.5rem !important;
}

.m-35 {
  margin: 3.5rem !important;
}

.mt-35, .my-35 {
  margin-top: 3.5rem !important;
}

.mr-35, .mx-35 {
  margin-right: 3.5rem !important;
}

.mb-35, .my-35 {
  margin-bottom: 3.5rem !important;
}

.ml-35, .mx-35 {
  margin-left: 3.5rem !important;
}

.m-45 {
  margin: 4.5rem !important;
}

.mt-45, .my-45 {
  margin-top: 4.5rem !important;
}

.mr-45, .mx-45 {
  margin-right: 4.5rem !important;
}

.mb-45, .my-45 {
  margin-bottom: 4.5rem !important;
}

.ml-45, .mx-45 {
  margin-left: 4.5rem !important;
}

.m-55 {
  margin: 5.5rem !important;
}

.mt-55, .my-55 {
  margin-top: 5.5rem !important;
}

.mr-55, .mx-55 {
  margin-right: 5.5rem !important;
}

.mb-55, .my-55 {
  margin-bottom: 5.5rem !important;
}

.ml-55, .mx-55 {
  margin-left: 5.5rem !important;
}

.m-65 {
  margin: 6.5rem !important;
}

.mt-65, .my-65 {
  margin-top: 6.5rem !important;
}

.mr-65, .mx-65 {
  margin-right: 6.5rem !important;
}

.mb-65, .my-65 {
  margin-bottom: 6.5rem !important;
}

.ml-65, .mx-65 {
  margin-left: 6.5rem !important;
}

.m-75 {
  margin: 7.5rem !important;
}

.mt-75, .my-75 {
  margin-top: 7.5rem !important;
}

.mr-75, .mx-75 {
  margin-right: 7.5rem !important;
}

.mb-75, .my-75 {
  margin-bottom: 7.5rem !important;
}

.ml-75, .mx-75 {
  margin-left: 7.5rem !important;
}

.m-85 {
  margin: 8.5rem !important;
}

.mt-85, .my-85 {
  margin-top: 8.5rem !important;
}

.mr-85, .mx-85 {
  margin-right: 8.5rem !important;
}

.mb-85, .my-85 {
  margin-bottom: 8.5rem !important;
}

.ml-85, .mx-85 {
  margin-left: 8.5rem !important;
}

.m-95 {
  margin: 9.5rem !important;
}

.mt-95, .my-95 {
  margin-top: 9.5rem !important;
}

.mr-95, .mx-95 {
  margin-right: 9.5rem !important;
}

.mb-95, .my-95 {
  margin-bottom: 9.5rem !important;
}

.ml-95, .mx-95 {
  margin-left: 9.5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 1rem !important;
}

.pt-1, .py-1 {
  padding-top: 1rem !important;
}

.pr-1, .px-1 {
  padding-right: 1rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 1rem !important;
}

.pl-1, .px-1 {
  padding-left: 1rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.pt-2, .py-2 {
  padding-top: 2rem !important;
}

.pr-2, .px-2 {
  padding-right: 2rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 2rem !important;
}

.pl-2, .px-2 {
  padding-left: 2rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.pt-3, .py-3 {
  padding-top: 3rem !important;
}

.pr-3, .px-3 {
  padding-right: 3rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 3rem !important;
}

.pl-3, .px-3 {
  padding-left: 3rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.pt-4, .py-4 {
  padding-top: 4rem !important;
}

.pr-4, .px-4 {
  padding-right: 4rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 4rem !important;
}

.pl-4, .px-4 {
  padding-left: 4rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.pt-5, .py-5 {
  padding-top: 5rem !important;
}

.pr-5, .px-5 {
  padding-right: 5rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 5rem !important;
}

.pl-5, .px-5 {
  padding-left: 5rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.pt-6, .py-6 {
  padding-top: 6rem !important;
}

.pr-6, .px-6 {
  padding-right: 6rem !important;
}

.pb-6, .py-6 {
  padding-bottom: 6rem !important;
}

.pl-6, .px-6 {
  padding-left: 6rem !important;
}

.p-7 {
  padding: 7rem !important;
}

.pt-7, .py-7 {
  padding-top: 7rem !important;
}

.pr-7, .px-7 {
  padding-right: 7rem !important;
}

.pb-7, .py-7 {
  padding-bottom: 7rem !important;
}

.pl-7, .px-7 {
  padding-left: 7rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.pt-8, .py-8 {
  padding-top: 8rem !important;
}

.pr-8, .px-8 {
  padding-right: 8rem !important;
}

.pb-8, .py-8 {
  padding-bottom: 8rem !important;
}

.pl-8, .px-8 {
  padding-left: 8rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.pt-9, .py-9 {
  padding-top: 9rem !important;
}

.pr-9, .px-9 {
  padding-right: 9rem !important;
}

.pb-9, .py-9 {
  padding-bottom: 9rem !important;
}

.pl-9, .px-9 {
  padding-left: 9rem !important;
}

.p-05 {
  padding: 0.5rem !important;
}

.pt-05, .py-05 {
  padding-top: 0.5rem !important;
}

.pr-05, .px-05 {
  padding-right: 0.5rem !important;
}

.pb-05, .py-05 {
  padding-bottom: 0.5rem !important;
}

.pl-05, .px-05 {
  padding-left: 0.5rem !important;
}

.p-15 {
  padding: 1.5rem !important;
}

.pt-15, .py-15 {
  padding-top: 1.5rem !important;
}

.pr-15, .px-15 {
  padding-right: 1.5rem !important;
}

.pb-15, .py-15 {
  padding-bottom: 1.5rem !important;
}

.pl-15, .px-15 {
  padding-left: 1.5rem !important;
}

.p-25 {
  padding: 2.5rem !important;
}

.pt-25, .py-25 {
  padding-top: 2.5rem !important;
}

.pr-25, .px-25 {
  padding-right: 2.5rem !important;
}

.pb-25, .py-25 {
  padding-bottom: 2.5rem !important;
}

.pl-25, .px-25 {
  padding-left: 2.5rem !important;
}

.p-35 {
  padding: 3.5rem !important;
}

.pt-35, .py-35 {
  padding-top: 3.5rem !important;
}

.pr-35, .px-35 {
  padding-right: 3.5rem !important;
}

.pb-35, .py-35 {
  padding-bottom: 3.5rem !important;
}

.pl-35, .px-35 {
  padding-left: 3.5rem !important;
}

.p-45 {
  padding: 4.5rem !important;
}

.pt-45, .py-45 {
  padding-top: 4.5rem !important;
}

.pr-45, .px-45 {
  padding-right: 4.5rem !important;
}

.pb-45, .py-45 {
  padding-bottom: 4.5rem !important;
}

.pl-45, .px-45 {
  padding-left: 4.5rem !important;
}

.p-55 {
  padding: 5.5rem !important;
}

.pt-55, .py-55 {
  padding-top: 5.5rem !important;
}

.pr-55, .px-55 {
  padding-right: 5.5rem !important;
}

.pb-55, .py-55 {
  padding-bottom: 5.5rem !important;
}

.pl-55, .px-55 {
  padding-left: 5.5rem !important;
}

.p-65 {
  padding: 6.5rem !important;
}

.pt-65, .py-65 {
  padding-top: 6.5rem !important;
}

.pr-65, .px-65 {
  padding-right: 6.5rem !important;
}

.pb-65, .py-65 {
  padding-bottom: 6.5rem !important;
}

.pl-65, .px-65 {
  padding-left: 6.5rem !important;
}

.p-75 {
  padding: 7.5rem !important;
}

.pt-75, .py-75 {
  padding-top: 7.5rem !important;
}

.pr-75, .px-75 {
  padding-right: 7.5rem !important;
}

.pb-75, .py-75 {
  padding-bottom: 7.5rem !important;
}

.pl-75, .px-75 {
  padding-left: 7.5rem !important;
}

.p-85 {
  padding: 8.5rem !important;
}

.pt-85, .py-85 {
  padding-top: 8.5rem !important;
}

.pr-85, .px-85 {
  padding-right: 8.5rem !important;
}

.pb-85, .py-85 {
  padding-bottom: 8.5rem !important;
}

.pl-85, .px-85 {
  padding-left: 8.5rem !important;
}

.p-95 {
  padding: 9.5rem !important;
}

.pt-95, .py-95 {
  padding-top: 9.5rem !important;
}

.pr-95, .px-95 {
  padding-right: 9.5rem !important;
}

.pb-95, .py-95 {
  padding-bottom: 9.5rem !important;
}

.pl-95, .px-95 {
  padding-left: 9.5rem !important;
}

.m-auto, .quote-box .quote-author {
  margin: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.mr-auto, .mx-auto, .quote-box .quote-content {
  margin-right: auto !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

/*# sourceMappingURL=sourcemaps/main.css.map */
