button, input[type="button"], input[type="reset"], input[type="submit"],
.btn,
.button-element {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #007ABC;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Calibri W01 Regular_904604", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
.btn:hover,
.btn:focus,
.button-element:hover,
.button-element:focus {
  background-color: #006296;
  color: #fff;
}

button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
.btn:disabled,
.button-element:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover,
.btn:disabled:hover,
.button-element:disabled:hover {
  background-color: #007ABC;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0.375em;
}

input,
select,
textarea {
  display: block;
  font-family: "Calibri W01 Regular_904604", Helvetica, Arial, sans-serif;
  font-size: 1rem;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple],
select {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  width: 100%;
}

input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
select[multiple]:hover,
select:hover {
  border-color: #a3a3a3;
}

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
select[multiple]:focus,
select:focus {
  border-color: #007ABC;
  -webkit-box-shadow: none, 0 0 5px rgba(0, 105, 163, 0.7);
          box-shadow: none, 0 0 5px rgba(0, 105, 163, 0.7);
  outline: none;
}

input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
select[multiple]:disabled,
select:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
select[multiple]:disabled:hover,
select:disabled:hover {
  border: 1px solid #ccc;
}

input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder,
select[multiple]::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #999;
}

input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder,
select[multiple]:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #999;
}

input[type="color"]::-ms-input-placeholder, input[type="date"]::-ms-input-placeholder, input[type="datetime"]::-ms-input-placeholder, input[type="datetime-local"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="month"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="text"]::-ms-input-placeholder, input[type="time"]::-ms-input-placeholder, input[type="url"]::-ms-input-placeholder, input[type="week"]::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder,
select[multiple]::-ms-input-placeholder,
select::-ms-input-placeholder {
  color: #999;
}

input[type="color"]::placeholder, input[type="date"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="email"]::placeholder, input[type="month"]::placeholder, input[type="number"]::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="text"]::placeholder, input[type="time"]::placeholder, input[type="url"]::placeholder, input[type="week"]::placeholder, input:not([type])::placeholder, textarea::placeholder,
select[multiple]::placeholder,
select::placeholder {
  color: #999;
}

textarea {
  resize: vertical;
}

[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-bottom: 0.75em;
  max-width: 100%;
  width: 100%;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

table td, table th {
  padding: 0.75em;
}

table thead th {
  text-align: center;
}

table tr, table td, table th {
  vertical-align: top;
  word-break: break-word;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #999999;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ccc;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  color: #333;
  font-family: "Calibri W01 Regular_904604", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Calibri W01 Regular_904604", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.333em;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

h1 {
  font-size: 1.875rem;
  color: #007ABC;
  padding-bottom: 0.2em;
  border-bottom: 2px dotted #007ABC;
}

h2 {
  padding-bottom: 0.2em;
  border-bottom: 2px dotted #007ABC;
  font-size: 1.875rem;
  color: #007ABC;
  padding-bottom: 0.2em;
  border-bottom: 2px dotted #007ABC;
}

h3 {
  font-size: 1.25rem;
  color: #007ABC;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #007ABC;
  text-decoration: none;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

a:active, a:focus, a:hover {
  color: #005c8d;
}

hr {
  border-bottom: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

.site-header {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid #F0F0F0;
  background-color: #fff;
}

.site-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 0) and (max-width: 759px) {
  .site-header .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 760px) {
  .site-header {
    padding-top: 0.875rem;
    padding-bottom: 1.125rem;
  }
}

.header--logo {
  padding-left: 4.16666667%;
  padding-bottom: 0.875rem;
}

@media (min-width: 760px) {
  .header--logo {
    padding-left: 0.83333333%;
  }
}

.header--logo img {
  display: block;
  max-height: 3.75rem;
}

@media (min-width: 760px) {
  .header--logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 0;
  }
  .header--logo img {
    height: 3.375rem;
    max-height: inherit;
  }
}

.header--burger {
  padding-right: 4.16666667%;
}

@media (min-width: 760px) {
  .header--burger {
    padding-right: 0.83333333%;
  }
}

.block--navigation ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
}

.member-zone .block--navigation ul.menu a {
  color: #7c072d;
}

.member-zone .block--navigation ul.menu a:hover, .member-zone .block--navigation ul.menu a.is-active {
  border-color: #7c072d;
}

.block--navigation ul.sub-menu {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-left: #005B7F 0.4375rem solid;
  background-color: #007ABC;
  font-size: 1.25rem;
}

.block--navigation ul.sub-menu a {
  color: #fff;
}

@media (min-width: 0) and (max-width: 759px) {
  .block--navigation ul.menu {
    display: none;
  }
  .block--navigation ul.menu .menu--item {
    border-bottom: 1px solid #F0F0F0;
  }
  .block--navigation ul.menu .menu--item:first-child {
    border-top: 1px solid #F0F0F0;
  }
  .block--navigation ul.menu a {
    display: block;
    padding: 0.875rem 4.16666667%;
  }
  .block--navigation ul.menu .menu--item--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .block--navigation ul.menu .menu--item--wrap a {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .block--navigation ul.menu .js--sub-menu-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    max-width: 4rem;
    background-color: #9AABB3;
  }
  .block--navigation ul.menu .js--sub-menu-trigger:after {
    content: "";
    display: block;
    height: 1.5rem;
    width: 1.5rem;
    background-image: url("../images/icons/chevron-down--white.svg");
    background-size: 1.5rem;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: -webkit-transform 600ms ease;
    transition: -webkit-transform 600ms ease;
    transition: transform 600ms ease;
    transition: transform 600ms ease, -webkit-transform 600ms ease;
  }
  .block--navigation ul.menu .js--sub-menu-trigger.is-active {
    background-color: #007ABC;
  }
  .block--navigation ul.menu .js--sub-menu-trigger.is-active:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media (min-width: 760px) {
  .block--navigation {
    padding-right: 0.83333333%;
  }
  .block--navigation .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .block--navigation .menu--item {
    margin-left: 1.875rem;
    font-size: 1.5rem;
    line-height: 1;
  }
  .block--navigation .menu--item a {
    padding-bottom: calc(1.125rem - 6px);
    border-bottom: 4px solid transparent;
    -webkit-transition: border-color ease 200ms;
    transition: border-color ease 200ms;
  }
  .block--navigation .menu--item a:hover, .block--navigation .menu--item a.is-active {
    border-color: #007ABC;
  }
  .block--navigation .sub-menu {
    display: none;
  }
}

.site-footer .guttered-container {
  color: rgba(255, 255, 255, 0.5);
}

.site-footer .guttered-container a {
  color: rgba(255, 255, 255, 0.5);
}

.site-footer .guttered-container a:hover {
  color: #fff;
}

.site-footer .guttered-container img,
.site-footer .guttered-container svg {
  opacity: 0.5;
}

.site-footer .guttered-container .block {
  margin-bottom: 1.125rem;
}

.site-footer .guttered-container .block:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 760px) {
  .site-footer .guttered-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .site-footer .guttered-container .block {
    margin-bottom: 0;
  }
}

.field--name-field-para-accordion-items > .field__item,
.field--name-field-para-faq > .field__item {
  margin-top: -1px;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
}

.accordion-item--title {
  margin-bottom: 0;
}

.accordion-item--title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.875rem 0;
}

.accordion-item--title a svg {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.accordion-item--title.is-active svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.accordion-item--body {
  display: none;
}

.node--type-banner {
  background-size: cover;
  background-position: center;
}

.node--type-banner .container {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 4.16666667%;
  padding-right: 4.16666667%;
  height: 30rem;
}

@media (min-width: 760px) {
  .node--type-banner .container {
    padding-left: 0.83333333%;
    padding-right: 0.83333333%;
  }
}

.node--type-banner.node--view-mode-small .container {
  height: 25rem;
}

.node--type-banner.node--view-mode-small .container {
  height: 25rem;
}

@media (min-width: 760px) {
  .node--type-banner.node--view-mode-small .container {
    height: 32rem;
  }
}

@media (min-width: 760px) {
  .node--type-banner .container {
    height: 37.5rem;
  }
}

.banner--detail {
  max-width: 32rem;
}

.banner--detail--wider {
  max-width: 40rem;
}

.node--view-mode-large .banner--detail {
  margin-bottom: 14.5rem;
}

.node--type-banner.layout-right .banner--detail,
.node--type-banner.layout-right .banner--detail {
  margin-left: auto;
}

.node--view-mode-small .banner--detail,
.node--view-mode-small .banner--detail {
  margin-bottom: 2.5rem;
}

.node--view-mode-small .banner--detail {
  margin-bottom: 4rem;
}

@media (min-width: 760px) {
  .node--view-mode-small .banner--detail {
    margin-bottom: 12rem;
  }
}

.banner--header {
  margin-bottom: 0.21875rem;
  padding: 0.875rem;
  font-size: 1.875rem;
  color: #fff;
  background-color: rgba(0, 122, 188, 0.7);
}

.member-zone .banner--header {
  background-color: rgba(124, 7, 45, 0.7);
}

.path---member-zone .banner--header,
.path---member-zone .banner--description {
  display: none;
}

@media (min-width: 760px) {
  .banner--header {
    font-size: 3.75rem;
  }
}

.banner--description {
  padding: 0.875rem;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.banner--description p:last-child {
  margin-bottom: 0;
}

blockquote {
  margin: 0;
  margin-bottom: 1em;
  padding: 1rem;
  border-left: 0.4375rem #007ABC solid;
  font-size: 1.125rem;
}

@media (min-width: 760px) {
  blockquote {
    padding: 1.25rem 1.875rem;
    border-left: 1rem #007ABC solid;
    font-size: 1.25rem;
  }
}

.burger-box {
  display: inline-block;
  padding: 1.125rem;
}

.burger-box .burger {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.burger-box .burger, .burger-box .burger::before, .burger-box .burger::after {
  display: block;
  width: 40px;
  height: 6px;
  background-color: #007ABC;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.burger-box .burger::before, .burger-box .burger::after {
  position: absolute;
  content: "";
}

.burger-box .burger::before {
  top: -10px;
}

.burger-box .burger::after {
  top: 10px;
}

.burger-box.is-active .burger {
  background-color: transparent;
}

.burger-box.is-active .burger::before {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

.burger-box.is-active .burger::after {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

.burger-toggle-element {
  display: inline-block;
}

.burger-toggle-element .burger {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.burger-toggle-element .burger, .burger-toggle-element .burger::before, .burger-toggle-element .burger::after {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #000;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.burger-toggle-element .burger::before, .burger-toggle-element .burger::after {
  position: absolute;
  content: "";
}

.burger-toggle-element .burger::before {
  top: -5px;
}

.burger-toggle-element .burger::after {
  top: 5px;
}

.burger-toggle-element.is-active .burger {
  background-color: transparent;
}

.burger-toggle-element.is-active .burger::before {
  -webkit-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}

.burger-toggle-element.is-active .burger::after {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
}

.block--user-login-block {
  display: none;
}

.webform-submission-event_info-form #edit-actions {
  width: 100%;
  text-align: right;
  margin-bottom: 1em;
}

@media (min-width: 0) and (max-width: 759px) {
  .webform-submission-event_info-form .form-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }
  .webform-submission-event_info-form .form-item {
    margin-top: 0;
  }
}

@media (min-width: 760px) {
  .webform-submission-event_info-form .form-wrapper {
    float: left;
    width: 50%;
  }
  .webform-submission-event_info-form .form-wrapper#edit-left {
    padding-right: 1em;
  }
  .webform-submission-event_info-form .form-wrapper#edit-right {
    padding-left: 1em;
  }
}

.block--member-search-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 122, 188, 0.8);
}

.block--member-search-strip .block--inner {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.block--member-search-strip .block--inner:after {
  content: " ";
  display: block;
  clear: both;
}

.search-strip {
  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;
  padding-left: 4.16666667%;
  padding-right: 4.16666667%;
}

@media (min-width: 760px) {
  .search-strip {
    padding-left: 0.83333333%;
    padding-right: 0.83333333%;
  }
}

@media (min-width: 760px) {
  .search-strip {
    -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;
  }
}

.search-strip--title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

@media (min-width: 760px) {
  .search-strip--title {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    min-width: 15rem;
  }
}

.search-strip .search-strip--input {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-bottom: 0;
  padding: 0.875rem;
  border: 0;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.search-strip .search-strip--input:focus {
  background-color: rgba(255, 255, 255, 0.2);
}

.search-strip .search-strip--input::-webkit-input-placeholder {
  color: #fff;
}

.search-strip .search-strip--input:-ms-input-placeholder {
  color: #fff;
}

.search-strip .search-strip--input::-ms-input-placeholder {
  color: #fff;
}

.search-strip .search-strip--input::placeholder {
  color: #fff;
}

.search-strip--submit {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.search-strip--submit button {
  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;
  width: 100%;
  -webkit-box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.3);
  font-size: 1.25rem;
}

@media (min-width: 760px) {
  .search-strip--submit {
    margin-left: 1.875rem;
    max-width: 10rem;
  }
}

.js input.ui-autocomplete-input {
  background-image: none;
}

.field--name-field-event-testimonials {
  margin-bottom: 1rem;
  padding-bottom: 2rem;
}

.field--name-field-event-testimonials .slick-arrow {
  position: absolute;
  bottom: 0;
  width: 2rem;
  height: 2rem;
  text-indent: -1000px;
  overflow: hidden;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
}

.field--name-field-event-testimonials .slick-prev {
  left: calc(50% - 2.5rem);
  background-image: url("../assets/images/icons/angle-left-blue.svg");
}

.field--name-field-event-testimonials .slick-next {
  right: calc(50% - 2.5rem);
  background-image: url("../assets/images/icons/angle-right-blue.svg");
}

.toggle-element svg {
  -webkit-transition: -webkit-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
  transition: transform ease 200ms, -webkit-transform ease 200ms;
}

.toggle-element.is-active svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.toggle-element + * {
  display: none;
}

.block--news-search-strip {
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #007ABC;
}

.block--news-search-strip .block--inner {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.block--news-search-strip .block--inner:after {
  content: " ";
  display: block;
  clear: both;
}

.block--news-search-strip .block--title {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}

.block--news-search-strip .search-strip {
  position: relative;
  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;
  padding-bottom: 2.5em;
  padding-left: 4.16666667%;
  padding-right: 4.16666667%;
}

@media (min-width: 760px) {
  .block--news-search-strip .search-strip {
    padding-left: 0.83333333%;
    padding-right: 0.83333333%;
  }
}

.block--news-search-strip .search-strip .form-item {
  margin-bottom: 0.875rem;
}

.block--news-search-strip .search-strip .form-actions {
  margin-bottom: 0;
}

.block--news-search-strip .search-strip .form-item.submit button {
  -webkit-box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.3);
}

.block--news-search-strip .search-strip input,
.block--news-search-strip .search-strip select {
  width: 100%;
  margin-bottom: 0;
  padding: 0.875rem;
  border: 0;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.block--news-search-strip .search-strip input:focus,
.block--news-search-strip .search-strip select:focus {
  background-color: rgba(255, 255, 255, 0.2);
}

.block--news-search-strip .search-strip input::-webkit-input-placeholder,
.block--news-search-strip .search-strip select::-webkit-input-placeholder {
  color: #fff;
}

.block--news-search-strip .search-strip input:-ms-input-placeholder,
.block--news-search-strip .search-strip select:-ms-input-placeholder {
  color: #fff;
}

.block--news-search-strip .search-strip input::-ms-input-placeholder,
.block--news-search-strip .search-strip select::-ms-input-placeholder {
  color: #fff;
}

.block--news-search-strip .search-strip input::placeholder,
.block--news-search-strip .search-strip select::placeholder {
  color: #fff;
}

.block--news-search-strip .search-strip input option,
.block--news-search-strip .search-strip select option {
  color: black;
}

.block--news-search-strip .search-strip select {
  padding: .8rem;
  background-image: url("../assets/images/icons/chevron-down--white.svg");
  background-size: 0.875rem;
  background-repeat: no-repeat;
  background-position: center right 0.875rem;
}

.block--news-search-strip .form-type-checkbox {
  position: relative;
}

.block--news-search-strip .form-type-checkbox input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.block--news-search-strip .form-type-checkbox label {
  color: #fff;
}

.block--news-search-strip .form-type-checkbox label:before {
  content: "";
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  margin-right: 0.875rem;
  vertical-align: -4px;
  background-color: rgba(255, 255, 255, 0.4);
}

.block--news-search-strip .form-type-checkbox input:checked + label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 4px;
  display: inline-block;
  height: 0.875rem;
  width: 0.875rem;
  margin-right: 0.875rem;
  vertical-align: -4px;
  background-color: #fff;
  border-radius: 100%;
}

.block--news-search-strip input.form-submit {
  width: 4em;
  height: 3em;
  text-indent: -1000px;
  overflow: hidden;
  background-image: url("../assets/images/icons/search.svg");
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: center center;
  -webkit-box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.3);
  background-color: #007ABC;
}

@media (min-width: 0) and (max-width: 759px) {
  .block--news-search-strip .search-strip .form-item {
    width: 100%;
  }
}

@media (min-width: 760px) {
  .block--news-search-strip {
    position: absolute;
    background-color: rgba(0, 122, 188, 0.8);
  }
  .block--news-search-strip .search-strip {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .block--news-search-strip .search-strip .form-checkboxes .form-item {
    width: auto;
  }
  .block--news-search-strip .search-strip .guttered-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .block--news-search-strip .search-strip .guttered-container .form-item {
    float: left;
    display: inline-block;
    margin-right: 1em;
  }
  .block--news-search-strip .form-type-select,
  .block--news-search-strip .form-item-created {
    width: 100%;
    max-width: 15rem;
    margin-right: 0.875rem;
  }
  .block--news-search-strip .search-strip .form-item {
    margin-bottom: 0;
  }
  .block--news-search-strip .form-item.submit {
    -ms-flex-negative: 2;
        flex-shrink: 2;
  }
  .block--news-search-strip .form-type-textfield {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 0.875rem;
  }
  .block--news-search-strip .form-item-field-sector-target-id-1 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .block--news-search-strip .form-item-field-sector-target-id-2 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

.block--operational-bulletin-search-strip {
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #007ABC;
}

.block--operational-bulletin-search-strip .block--inner {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.block--operational-bulletin-search-strip .block--inner:after {
  content: " ";
  display: block;
  clear: both;
}

.block--operational-bulletin-search-strip .block--title {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}

.block--operational-bulletin-search-strip .search-strip {
  position: relative;
  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;
  padding-bottom: 1em;
  padding-left: 4.16666667%;
  padding-right: 4.16666667%;
}

@media (min-width: 760px) {
  .block--operational-bulletin-search-strip .search-strip {
    padding-left: 0.83333333%;
    padding-right: 0.83333333%;
  }
}

.block--operational-bulletin-search-strip .search-strip .form-item {
  margin-bottom: 0.875rem;
}

.block--operational-bulletin-search-strip .search-strip .form-actions {
  margin-bottom: 0;
}

.block--operational-bulletin-search-strip .search-strip .form-item.submit button {
  -webkit-box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.3);
}

.block--operational-bulletin-search-strip .search-strip input,
.block--operational-bulletin-search-strip .search-strip select {
  width: 100%;
  margin-bottom: 0;
  padding: 0.875rem;
  border: 0;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.block--operational-bulletin-search-strip .search-strip input:focus,
.block--operational-bulletin-search-strip .search-strip select:focus {
  background-color: rgba(255, 255, 255, 0.2);
}

.block--operational-bulletin-search-strip .search-strip input::-webkit-input-placeholder,
.block--operational-bulletin-search-strip .search-strip select::-webkit-input-placeholder {
  color: #fff;
}

.block--operational-bulletin-search-strip .search-strip input:-ms-input-placeholder,
.block--operational-bulletin-search-strip .search-strip select:-ms-input-placeholder {
  color: #fff;
}

.block--operational-bulletin-search-strip .search-strip input::-ms-input-placeholder,
.block--operational-bulletin-search-strip .search-strip select::-ms-input-placeholder {
  color: #fff;
}

.block--operational-bulletin-search-strip .search-strip input::placeholder,
.block--operational-bulletin-search-strip .search-strip select::placeholder {
  color: #fff;
}

.block--operational-bulletin-search-strip .search-strip input option,
.block--operational-bulletin-search-strip .search-strip select option {
  color: black;
}

.block--operational-bulletin-search-strip .search-strip select {
  padding: .8rem;
  padding-right: 2rem;
  background-image: url("../assets/images/icons/chevron-down--white.svg");
  background-size: 0.875rem;
  background-repeat: no-repeat;
  background-position: center right 0.875rem;
}

.block--operational-bulletin-search-strip input.form-submit {
  width: 4em;
  height: 3em;
  text-indent: -1000px;
  overflow: hidden;
  background-image: url("../assets/images/icons/search.svg");
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: center center;
  -webkit-box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.3);
  background-color: #007ABC;
}

@media (min-width: 0) and (max-width: 759px) {
  .block--operational-bulletin-search-strip .search-strip .form-item {
    width: 100%;
  }
}

@media (min-width: 760px) {
  .block--operational-bulletin-search-strip {
    position: absolute;
    background-color: rgba(0, 122, 188, 0.8);
  }
  .block--operational-bulletin-search-strip .search-strip {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block--operational-bulletin-search-strip .search-strip .form-checkboxes .form-item {
    width: auto;
  }
  .block--operational-bulletin-search-strip .search-strip .guttered-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .block--operational-bulletin-search-strip .search-strip .guttered-container .form-item {
    float: left;
    display: inline-block;
    margin-right: 1em;
  }
  .block--operational-bulletin-search-strip .form-item-keys {
    width: 100%;
  }
  .block--operational-bulletin-search-strip .form-item-field-region-target-id,
  .block--operational-bulletin-search-strip .form-item-field-date-value {
    width: calc((100% - 6rem) / 2);
  }
  .block--operational-bulletin-search-strip .form-actions {
    min-width: 4rem;
  }
  .block--operational-bulletin-search-strip .search-strip .form-item {
    margin-bottom: 0;
  }
  .block--operational-bulletin-search-strip .form-item.submit {
    -ms-flex-negative: 2;
        flex-shrink: 2;
  }
}

.block--guidance-note-search-strip {
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #007ABC;
}

.block--guidance-note-search-strip .block--inner {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.block--guidance-note-search-strip .block--inner:after {
  content: " ";
  display: block;
  clear: both;
}

.block--guidance-note-search-strip .block--title {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}

.block--guidance-note-search-strip .search-strip {
  position: relative;
  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;
  padding-bottom: 1em;
  padding-left: 4.16666667%;
  padding-right: 4.16666667%;
}

@media (min-width: 760px) {
  .block--guidance-note-search-strip .search-strip {
    padding-left: 0.83333333%;
    padding-right: 0.83333333%;
  }
}

.block--guidance-note-search-strip .search-strip .form-item {
  margin-bottom: 0.875rem;
}

.block--guidance-note-search-strip .search-strip .form-actions {
  margin-bottom: 0;
}

.block--guidance-note-search-strip .search-strip .form-item.submit button {
  -webkit-box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.3);
}

.block--guidance-note-search-strip .search-strip input,
.block--guidance-note-search-strip .search-strip select {
  width: 100%;
  margin-bottom: 0;
  padding: 0.875rem;
  border: 0;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.block--guidance-note-search-strip .search-strip input:focus,
.block--guidance-note-search-strip .search-strip select:focus {
  background-color: rgba(255, 255, 255, 0.2);
}

.block--guidance-note-search-strip .search-strip input::-webkit-input-placeholder,
.block--guidance-note-search-strip .search-strip select::-webkit-input-placeholder {
  color: #fff;
}

.block--guidance-note-search-strip .search-strip input:-ms-input-placeholder,
.block--guidance-note-search-strip .search-strip select:-ms-input-placeholder {
  color: #fff;
}

.block--guidance-note-search-strip .search-strip input::-ms-input-placeholder,
.block--guidance-note-search-strip .search-strip select::-ms-input-placeholder {
  color: #fff;
}

.block--guidance-note-search-strip .search-strip input::placeholder,
.block--guidance-note-search-strip .search-strip select::placeholder {
  color: #fff;
}

.block--guidance-note-search-strip .search-strip input option,
.block--guidance-note-search-strip .search-strip select option {
  color: black;
}

.block--guidance-note-search-strip .search-strip select {
  padding: .8rem;
  padding-right: 2rem;
  background-image: url("../assets/images/icons/chevron-down--white.svg");
  background-size: 0.875rem;
  background-repeat: no-repeat;
  background-position: center right 0.875rem;
}

.block--guidance-note-search-strip input.form-submit {
  width: 4em;
  height: 3em;
  text-indent: -1000px;
  overflow: hidden;
  background-image: url("../assets/images/icons/search.svg");
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: center center;
  -webkit-box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.3);
  background-color: #007ABC;
}

@media (min-width: 0) and (max-width: 759px) {
  .block--guidance-note-search-strip .search-strip .form-item {
    width: 100%;
  }
}

@media (min-width: 760px) {
  .block--guidance-note-search-strip {
    position: absolute;
    background-color: rgba(0, 122, 188, 0.8);
  }
  .block--guidance-note-search-strip .search-strip {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block--guidance-note-search-strip .search-strip .form-checkboxes .form-item {
    width: auto;
  }
  .block--guidance-note-search-strip .search-strip .guttered-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .block--guidance-note-search-strip .search-strip .guttered-container .form-item {
    float: left;
    display: inline-block;
    margin-right: 1em;
  }
  .block--guidance-note-search-strip .form-item-keys {
    width: 100%;
  }
  .block--guidance-note-search-strip .form-item-field-guidance-note-category-target-id,
  .block--guidance-note-search-strip .form-item-keys {
    width: calc((100% - 6rem) / 2);
  }
  .block--guidance-note-search-strip .form-actions {
    min-width: 4rem;
  }
  .block--guidance-note-search-strip .search-strip .form-item {
    margin-bottom: 0;
  }
  .block--guidance-note-search-strip .form-item.submit {
    -ms-flex-negative: 2;
        flex-shrink: 2;
  }
}

.block--partner-search-strip {
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #007ABC;
}

.block--partner-search-strip .block--inner {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.block--partner-search-strip .block--inner:after {
  content: " ";
  display: block;
  clear: both;
}

.block--partner-search-strip .block--title {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}

.block--partner-search-strip .search-strip {
  position: relative;
  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;
  padding-bottom: 1em;
  padding-left: 4.16666667%;
  padding-right: 4.16666667%;
}

@media (min-width: 760px) {
  .block--partner-search-strip .search-strip {
    padding-left: 0.83333333%;
    padding-right: 0.83333333%;
  }
}

.block--partner-search-strip .search-strip .form-item {
  margin-bottom: 0.875rem;
}

.block--partner-search-strip .search-strip .form-actions {
  margin-bottom: 0;
}

.block--partner-search-strip .search-strip .form-item.submit button {
  -webkit-box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.3);
}

.block--partner-search-strip .search-strip input,
.block--partner-search-strip .search-strip select {
  width: 100%;
  margin-bottom: 0;
  padding: 0.875rem;
  border: 0;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.block--partner-search-strip .search-strip input:focus,
.block--partner-search-strip .search-strip select:focus {
  background-color: rgba(255, 255, 255, 0.2);
}

.block--partner-search-strip .search-strip input::-webkit-input-placeholder,
.block--partner-search-strip .search-strip select::-webkit-input-placeholder {
  color: #fff;
}

.block--partner-search-strip .search-strip input:-ms-input-placeholder,
.block--partner-search-strip .search-strip select:-ms-input-placeholder {
  color: #fff;
}

.block--partner-search-strip .search-strip input::-ms-input-placeholder,
.block--partner-search-strip .search-strip select::-ms-input-placeholder {
  color: #fff;
}

.block--partner-search-strip .search-strip input::placeholder,
.block--partner-search-strip .search-strip select::placeholder {
  color: #fff;
}

.block--partner-search-strip .search-strip input option,
.block--partner-search-strip .search-strip select option {
  color: black;
}

.block--partner-search-strip .search-strip select {
  padding: .8rem;
  padding-right: 2rem;
  background-image: url("../assets/images/icons/chevron-down--white.svg");
  background-size: 0.875rem;
  background-repeat: no-repeat;
  background-position: center right 0.875rem;
}

.block--partner-search-strip input.form-submit {
  width: 4em;
  height: 3em;
  text-indent: -1000px;
  overflow: hidden;
  background-image: url("../assets/images/icons/search.svg");
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: center center;
  -webkit-box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.3);
  background-color: #007ABC;
}

@media (min-width: 0) and (max-width: 759px) {
  .block--partner-search-strip .search-strip .shs-widget-container,
  .block--partner-search-strip .search-strip .shs-select,
  .block--partner-search-strip .search-strip .form-item {
    width: 100%;
  }
  .block--partner-search-strip .search-strip .shs-widget-container {
    margin-bottom: 1rem;
  }
}

@media (min-width: 760px) {
  .block--partner-search-strip {
    position: absolute;
    background-color: rgba(0, 122, 188, 0.8);
  }
  .block--partner-search-strip .search-strip {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block--partner-search-strip .search-strip .form-checkboxes .form-item {
    width: auto;
  }
  .block--partner-search-strip .search-strip .guttered-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .block--partner-search-strip .search-strip .guttered-container .form-item {
    float: left;
    display: inline-block;
    margin-right: 1em;
  }
  .block--partner-search-strip .form-item-keys {
    width: 100%;
  }
  .block--partner-search-strip .form-item-field-partner-category-target-id {
    width: calc(100% - 5rem);
  }
  .block--partner-search-strip .shs-widget-container {
    margin-right: 1rem;
  }
  .block--partner-search-strip .form-actions {
    min-width: 4rem;
  }
  .block--partner-search-strip .search-strip .form-item {
    margin-bottom: 0;
  }
  .block--partner-search-strip .form-item.submit {
    -ms-flex-negative: 2;
        flex-shrink: 2;
  }
}

.block--partner-offers-search-strip {
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #007ABC;
}

.block--partner-offers-search-strip .block--inner {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.block--partner-offers-search-strip .block--inner:after {
  content: " ";
  display: block;
  clear: both;
}

.block--partner-offers-search-strip .block--title {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}

.block--partner-offers-search-strip .search-strip {
  position: relative;
  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;
  padding-bottom: 1em;
  padding-left: 4.16666667%;
  padding-right: 4.16666667%;
}

@media (min-width: 760px) {
  .block--partner-offers-search-strip .search-strip {
    padding-left: 0.83333333%;
    padding-right: 0.83333333%;
  }
}

.block--partner-offers-search-strip .search-strip .form-item {
  margin-bottom: 0.875rem;
}

.block--partner-offers-search-strip .search-strip .form-actions {
  margin-bottom: 0;
}

.block--partner-offers-search-strip .search-strip .form-item.submit button {
  -webkit-box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.3);
}

.block--partner-offers-search-strip .search-strip input,
.block--partner-offers-search-strip .search-strip select {
  width: 100%;
  margin-bottom: 0;
  padding: 0.875rem;
  border: 0;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.block--partner-offers-search-strip .search-strip input:focus,
.block--partner-offers-search-strip .search-strip select:focus {
  background-color: rgba(255, 255, 255, 0.2);
}

.block--partner-offers-search-strip .search-strip input::-webkit-input-placeholder,
.block--partner-offers-search-strip .search-strip select::-webkit-input-placeholder {
  color: #fff;
}

.block--partner-offers-search-strip .search-strip input:-ms-input-placeholder,
.block--partner-offers-search-strip .search-strip select:-ms-input-placeholder {
  color: #fff;
}

.block--partner-offers-search-strip .search-strip input::-ms-input-placeholder,
.block--partner-offers-search-strip .search-strip select::-ms-input-placeholder {
  color: #fff;
}

.block--partner-offers-search-strip .search-strip input::placeholder,
.block--partner-offers-search-strip .search-strip select::placeholder {
  color: #fff;
}

.block--partner-offers-search-strip .search-strip input option,
.block--partner-offers-search-strip .search-strip select option {
  color: black;
}

.block--partner-offers-search-strip .search-strip select {
  padding: .8rem;
  padding-right: 2rem;
  background-image: url("../assets/images/icons/chevron-down--white.svg");
  background-size: 0.875rem;
  background-repeat: no-repeat;
  background-position: center right 0.875rem;
}

.block--partner-offers-search-strip input.form-submit {
  width: 4em;
  height: 3em;
  text-indent: -1000px;
  overflow: hidden;
  background-image: url("../assets/images/icons/search.svg");
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: center center;
  -webkit-box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.3);
  background-color: #007ABC;
}

@media (min-width: 0) and (max-width: 759px) {
  .block--partner-offers-search-strip .search-strip .shs-widget-container,
  .block--partner-offers-search-strip .search-strip .shs-select,
  .block--partner-offers-search-strip .search-strip .form-item {
    width: 100%;
  }
  .block--partner-offers-search-strip .search-strip .shs-widget-container {
    margin-bottom: 1rem;
  }
}

@media (min-width: 760px) {
  .block--partner-offers-search-strip {
    position: absolute;
    background-color: rgba(0, 122, 188, 0.8);
  }
  .block--partner-offers-search-strip .search-strip {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block--partner-offers-search-strip .search-strip .form-checkboxes .form-item {
    width: auto;
  }
  .block--partner-offers-search-strip .search-strip .guttered-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .block--partner-offers-search-strip .search-strip .guttered-container .form-item {
    float: left;
    display: inline-block;
    margin-right: 1em;
  }
  .block--partner-offers-search-strip .form-item-keys {
    width: 100%;
  }
  .block--partner-offers-search-strip .form-item-field-partner-type-target-id,
  .block--partner-offers-search-strip .form-item-keys {
    width: calc((100% - 5rem)/2);
  }
  .block--partner-offers-search-strip .shs-widget-container {
    margin-right: 1rem;
  }
  .block--partner-offers-search-strip .form-actions {
    min-width: 4rem;
  }
  .block--partner-offers-search-strip .search-strip .form-item {
    margin-bottom: 0;
  }
  .block--partner-offers-search-strip .form-item.submit {
    -ms-flex-negative: 2;
        flex-shrink: 2;
  }
}

.block--faq-search-strip {
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #007ABC;
}

.block--faq-search-strip .block--inner {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.block--faq-search-strip .block--inner:after {
  content: " ";
  display: block;
  clear: both;
}

.block--faq-search-strip .block--title {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}

.block--faq-search-strip .search-strip {
  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;
  padding-bottom: 1em;
  padding-left: 4.16666667%;
  padding-right: 4.16666667%;
}

@media (min-width: 760px) {
  .block--faq-search-strip .search-strip {
    padding-left: 0.83333333%;
    padding-right: 0.83333333%;
  }
}

.block--faq-search-strip .search-strip .form-item {
  width: 100%;
  margin-bottom: 0.875rem;
}

.block--faq-search-strip .search-strip .form-actions {
  margin-bottom: 0;
}

.block--faq-search-strip .search-strip .form-submit {
  width: 4em;
  height: 3em;
  text-indent: -1000px;
  overflow: hidden;
  background-image: url("../assets/images/icons/search.svg");
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: center center;
  -webkit-box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.3);
  background-color: #007ABC;
}

.block--faq-search-strip .search-strip input,
.block--faq-search-strip .search-strip select {
  width: 100%;
  height: 3em;
  margin-bottom: 0;
  padding: 0.875rem;
  border: 0;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.block--faq-search-strip .search-strip input:focus,
.block--faq-search-strip .search-strip select:focus {
  background-color: rgba(255, 255, 255, 0.2);
}

.block--faq-search-strip .search-strip input::-webkit-input-placeholder,
.block--faq-search-strip .search-strip select::-webkit-input-placeholder {
  color: #fff;
}

.block--faq-search-strip .search-strip input:-ms-input-placeholder,
.block--faq-search-strip .search-strip select:-ms-input-placeholder {
  color: #fff;
}

.block--faq-search-strip .search-strip input::-ms-input-placeholder,
.block--faq-search-strip .search-strip select::-ms-input-placeholder {
  color: #fff;
}

.block--faq-search-strip .search-strip input::placeholder,
.block--faq-search-strip .search-strip select::placeholder {
  color: #fff;
}

.block--faq-search-strip .search-strip input option,
.block--faq-search-strip .search-strip select option {
  color: black;
}

.block--faq-search-strip .search-strip select {
  background-image: url("../assets/images/icons/chevron-down--white.svg");
  background-size: 0.875rem;
  background-repeat: no-repeat;
  background-position: center right 0.875rem;
}

.block--faq-search-strip .form-item-type-selector {
  position: relative;
}

.block--faq-search-strip .form-item-type-selector input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.block--faq-search-strip .form-item-type-selector label {
  color: #fff;
}

.block--faq-search-strip .form-item-type-selector label:before {
  content: "";
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  margin-right: 0.875rem;
  vertical-align: -4px;
  background-color: rgba(255, 255, 255, 0.4);
}

.block--faq-search-strip .form-item-type-selector input:checked + label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 4px;
  display: inline-block;
  height: 0.875rem;
  width: 0.875rem;
  margin-right: 0.875rem;
  vertical-align: -4px;
  background-color: #fff;
  border-radius: 100%;
}

@media (min-width: 760px) {
  .block--faq-search-strip {
    position: absolute;
    background-color: rgba(0, 122, 188, 0.8);
  }
  .block--faq-search-strip .search-strip {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .block--faq-search-strip .form-type-select {
    margin-right: 0.875rem;
  }
  .block--faq-search-strip .search-strip .form-item {
    margin-bottom: 0;
  }
  .block--faq-search-strip .form-submit {
    -ms-flex-negative: 2;
        flex-shrink: 2;
  }
  .block--faq-search-strip .form-type-textfield {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 0.875rem;
  }
  .block--faq-search-strip .form-item-type-selector-consumer {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .block--faq-search-strip .form-item-type-selector-member {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

.block--events-search-strip {
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #007ABC;
  z-index: 1;
}

.block--events-search-strip .block--inner {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.block--events-search-strip .block--inner:after {
  content: " ";
  display: block;
  clear: both;
}

.block--events-search-strip .block--title {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}

.block--events-search-strip .search-strip {
  position: relative;
  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;
  padding-bottom: 1em;
  padding-left: 4.16666667%;
  padding-right: 4.16666667%;
}

@media (min-width: 760px) {
  .block--events-search-strip .search-strip {
    padding-left: 0.83333333%;
    padding-right: 0.83333333%;
  }
}

.block--events-search-strip .search-strip .form-item {
  margin-bottom: 0.875rem;
}

.block--events-search-strip .search-strip .form-actions {
  margin-bottom: 0;
}

.block--events-search-strip .search-strip .form-item.submit button {
  -webkit-box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.3);
}

.block--events-search-strip .search-strip .form-item-field-event-date-value-1,
.block--events-search-strip .search-strip .form-item-field-event-date-value-2 {
  max-width: 15rem;
}

.block--events-search-strip .search-strip input,
.block--events-search-strip .search-strip select {
  width: 100%;
  height: 3em;
  margin-bottom: 0;
  padding: 0.875rem;
  border: 0;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.block--events-search-strip .search-strip input:focus,
.block--events-search-strip .search-strip select:focus {
  background-color: rgba(255, 255, 255, 0.2);
}

.block--events-search-strip .search-strip input::-webkit-input-placeholder,
.block--events-search-strip .search-strip select::-webkit-input-placeholder {
  color: #fff;
}

.block--events-search-strip .search-strip input:-ms-input-placeholder,
.block--events-search-strip .search-strip select:-ms-input-placeholder {
  color: #fff;
}

.block--events-search-strip .search-strip input::-ms-input-placeholder,
.block--events-search-strip .search-strip select::-ms-input-placeholder {
  color: #fff;
}

.block--events-search-strip .search-strip input::placeholder,
.block--events-search-strip .search-strip select::placeholder {
  color: #fff;
}

.block--events-search-strip .search-strip input option,
.block--events-search-strip .search-strip select option {
  color: black;
}

.block--events-search-strip .search-strip select {
  background-image: url("../assets/images/icons/chevron-down--white.svg");
  background-size: 0.875rem;
  background-repeat: no-repeat;
  background-position: center right 0.875rem;
}

.block--events-search-strip .search-strip input.form-submit {
  width: 4em;
  height: 3em;
  text-indent: -1000px;
  overflow: hidden;
  background-image: url("../assets/images/icons/search.svg");
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: center center;
  -webkit-box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.3);
  background-color: #007ABC;
}

.block--events-search-strip .form-type-checkbox {
  position: relative;
}

.block--events-search-strip .form-type-checkbox input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.block--events-search-strip .form-type-checkbox label {
  color: #fff;
}

.block--events-search-strip .form-type-checkbox label:before {
  content: "";
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  margin-right: 0.875rem;
  vertical-align: -4px;
  background-color: rgba(255, 255, 255, 0.4);
}

.block--events-search-strip .form-type-checkbox input:checked + label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 4px;
  display: inline-block;
  height: 0.875rem;
  width: 0.875rem;
  margin-right: 0.875rem;
  vertical-align: -4px;
  background-color: #fff;
  border-radius: 100%;
}

@media (min-width: 0) and (max-width: 759px) {
  .block--events-search-strip .search-strip .form-item {
    width: 100%;
  }
}

@media (min-width: 760px) {
  .block--events-search-strip {
    position: absolute;
    background-color: rgba(0, 122, 188, 0.8);
  }
  .block--events-search-strip .search-strip {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .block--events-search-strip .search-strip .form-checkboxes .form-item {
    width: auto;
  }
  .block--events-search-strip .search-strip .guttered-container {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .block--events-search-strip .search-strip .guttered-container .form-item {
    float: left;
    display: inline-block;
    margin-right: 1em;
  }
  .block--events-search-strip .form-type-select {
    max-width: 15rem;
    margin-right: 0.875rem;
  }
  .block--events-search-strip .search-strip .form-item {
    margin-bottom: 0;
  }
  .block--events-search-strip .form-item.submit {
    -ms-flex-negative: 2;
        flex-shrink: 2;
  }
  .block--events-search-strip .form-type-textfield {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 0.875rem;
  }
  .block--events-search-strip .form-item-field-sector-target-id-1 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .block--events-search-strip .form-item-field-sector-target-id-2 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

.mega-menu {
  position: relative;
}

.mega-menu--blocks {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 20;
}

.mega-menu--blocks > .block--inner {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4.16666667%;
  padding-right: 4.16666667%;
}

.mega-menu--blocks > .block--inner:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 760px) {
  .mega-menu--blocks > .block--inner {
    padding-left: 0.83333333%;
    padding-right: 0.83333333%;
  }
}

.mega-menu--blocks--inner,
.mega-menu--blocks > .block--inner > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mega-menu--blocks ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.mega-menu--blocks ul.menu a {
  display: block;
  padding: 0.4375rem;
  padding-right: 1.875rem;
  color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.mega-menu--blocks ul.menu a:hover {
  background-color: rgba(255, 255, 255, 0.3);
  background-image: url("../assets/images/icons/arrow-white.svg");
  background-repeat: no-repeat;
  background-size: 0.7rem;
  background-position: right 0.875rem center;
}

.mega-menu--inner {
  position: relative;
}

.mega-menu--center,
.mega-menu--advert {
  padding-left: 2.5%;
  border-left: 1px solid #fff;
}

.ui-datepicker {
  z-index: 15 !important;
}

.region--sidebar-second .block-menu.menu--member-zone {
  margin-bottom: 3.75rem;
}

.region--sidebar-second .block-menu.menu--member-zone h2 {
  font-size: 1.5em;
  margin-bottom: 0;
  padding: 0.2em 0.5em;
  background: #007ABC;
  color: white;
  font-weight: normal;
}

.region--sidebar-second .block-menu.menu--member-zone li {
  font-size: 1.25rem;
}

.region--sidebar-second .block-menu.menu--member-zone .content {
  padding: 1em;
  background-color: #F0F0F0;
}

.region--sidebar-second .block-menu.menu--member-zone .content a {
  color: #666666;
}

.region--sidebar-second .block-menu.menu--member-zone .clean-list > li {
  margin-bottom: 0.21875rem;
}

.region--sidebar-second .block-menu.menu--member-zone .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 0.75em;
}

.region--sidebar-second .block-menu.menu--member-zone .menu--item--expanded {
  position: relative;
  padding-right: 2rem;
}

.region--sidebar-second .block-menu.menu--member-zone .menu--item--expanded ul.sub-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  padding-left: 1em;
  -webkit-transition: max-height 0.15s ease-out;
  transition: max-height 0.15s ease-out;
  -ms-transform: max-height 0.15s ease-out;
  /* IE 9 */
  -webkit-transform: max-height 0.15s ease-out;
  /* Safari 3-8 */
  overflow: hidden;
}

.region--sidebar-second .block-menu.menu--member-zone .menu--item--expanded.expanded ul.sub-menu {
  max-height: 300px;
  -webkit-transition: max-height 0.15s ease-in;
  transition: max-height 0.15s ease-in;
  -ms-transform: max-height 0.15s ease-in;
  /* IE 9 */
  -webkit-transform: max-height 0.15s ease-in;
  /* Safari 3-8 */
}

.region--sidebar-second .block-menu.menu--member-zone .chevron {
  position: absolute;
  top: 0.4rem;
  right: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../assets/images/icons/angle-right-grey.svg");
  background-size: contain;
  background-position: center;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  cursor: pointer;
}

.region--sidebar-second .block-menu.menu--member-zone .menu--item--expanded.expanded .chevron {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari 3-8 */
}

.member-zone .region--sidebar-second .block-menu.menu--member-zone h2 {
  background: #7c072d;
}

.webform-submission-order-form-form .js-form-item {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 760px) {
  .webform-submission-order-form-form .webform-type-radios .js-form-item {
    float: left;
    width: auto;
    margin-right: 1.5em;
  }
  .webform-submission-order-form-form #edit-left-container {
    width: 49.15254237%;
    float: left;
    margin-right: 1.69491525%;
  }
  .webform-submission-order-form-form #edit-right-container {
    width: 49.15254237%;
    float: right;
    margin-right: 0;
  }
  .webform-submission-order-form-form .js-form-item-comments,
  .webform-submission-order-form-form .js-form-type-webform-terms-of-service {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .webform-submission-order-form-form #edit-actions {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .webform-submission-order-form-form .form-item-partner-number input,
  .webform-submission-order-form-form .form-item-abta-number input {
    background-color: #e8e8e8e8;
  }
}

.breadcrumb-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.breadcrumb-list li {
  display: inline-block;
}

.breadcrumb-list li {
  margin-right: 0.4375rem;
}

.form--progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  height: 1.875rem;
}

.form--progress-bar--item {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 1px solid #999;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
  margin: 2px;
  height: 0.7em;

}

.form--progress-bar--item: {

}

.form--progress-bar--item:hover {
  background-color: #F0F0F0;
}

.form--progress-bar--item--done {
  background-color: #80bddc;
}

.form--progress-bar--item--done:hover {
  background-color: #92d6f9;
}

.form--progress-bar--item--active {
  background-color: #0278c0;
}

.form--progress-bar--item--active:hover {
  background-color: #009bef;
}

.form--progress-bar--item--error {
  background-color: #e03a3e;
}

.form--progress-bar--item--error:hover {
  background-color: #e76669;
}

.form-control--table {
  background-color: rgba(240, 240, 240, 0.3);
}

.form-control--table input,
.form-control--table label,
.form-control--table textarea {
  margin-bottom: 0;
}

.form-control--table--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.form-control--table--row.form-control--table--row--align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form-control--table--column-header {
  width: 100%;
  padding: 0.4375rem;
}

.form-control--table--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.4375rem;
}

.app-container .form-control label:empty {
  display: none;
}

ul.tabs.primary {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0;
  padding-left: 0 !important;
  margin: 1em 0;
}

ul.tabs.primary::after {
  clear: both;
  content: "";
  display: table;
}

ul.tabs.primary li {
  display: inline-block;
}

ul.tabs.primary li a {
  border: 0;
  font-size: 1em;
  display: block;
  padding: .3em 1em;
  background-color: #4C565C;
  color: #fff;
  margin-right: 1em;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
}

ul.tabs.primary li a.is-active, ul.tabs.primary li a:hover {
  background-color: #cfd5d8;
  color: #4C565C;
}

.messages {
  padding: 1em;
  border-left: .5em solid;
}

.messages.messages--status {
  background-color: rgba(141, 198, 63, 0.2);
  border-color: #72a230;
  color: #567b24;
}

.messages.messages--warning {
  background-color: rgba(252, 245, 0, 0.2);
  border-color: #c9c300;
  color: #969200;
}

.messages.messages--error {
  background-color: rgba(255, 0, 0, 0.2);
  border-color: #cc0000;
  color: #990000;
}

.ticker--items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.ticker--items a {
  color: #fff;
}

.ticker--items strong {
  text-transform: uppercase;
}

.member-zone .ticker--item {
  background-color: #7c072d;
}

.ticker--item {
  padding-top: 0.29166667rem;
  padding-bottom: 0.35rem;
  background-color: #007ABC;
}

.ticker--item.Alert {
  background-color: #e03a3e;
}

.ticker--item a {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4.16666667%;
  padding-right: 4.16666667%;
  font-family: "Calibri W01 Light", Helvetica, Arial, sans-serif;
  display: block;
}

.ticker--item a:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 760px) {
  .ticker--item a {
    padding-left: 0.83333333%;
    padding-right: 0.83333333%;
  }
}

.ticker--item strong {
  display: inline-block;
  margin-right: 0.875rem;
  font-family: "Calibri W01 Bold_904607", Helvetica, Arial, sans-serif;
}

.ticker--item strong:after {
  content: "";
  display: inline-block;
  height: 1rem;
  width: 1px;
  margin-left: 1rem;
  vertical-align: -3px;
  background-color: rgba(255, 255, 255, 0.7);
}

.homepage-blockset {
  background-size: cover;
}

.homepage-blockset--inner {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: shrink;
      -ms-flex-align: shrink;
          align-items: shrink;
}

.homepage-blockset--region {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.25rem;
}

@media (min-width: 0) and (max-width: 759px) {
  .homepage-blockset--region {
    width: 100%;
  }
}

.member-search--layout {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.member-search--layout a {
  margin-left: 0.875rem;
}

.member-search--layout a.is-active svg {
  fill: #007ABC;
}

@media (min-width: 760px) {
  .member-search--layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.member-search--results {
  background-color: #fff;
}

.member-search--layout--grid .member-search--results {
  background-color: transparent;
}

.member-search--layout--grid .member-search--results .member-search--member {
  background-color: #fff;
}

.member-search--title {
  margin-bottom: 0.875rem;
  color: #000;
  font-weight: "Calibri W01 Bold_904607";
  font-size: 1.5rem;
}

.member-search--member {
  border: 1px solid #ccc;
}

.member-search--member--inner {
  padding: 1rem;
  padding-bottom: 0;
}

.member-search--member + .member-search--member {
  margin-top: -1px;
}

.member-search--field span {
  color: #007ABC;
  text-transform: uppercase;
}

.member-search--cta {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  font-size: 1.125rem;
  text-transform: uppercase;
}

.member-search .pager__wrapper .pager__item {
  display: inline-block;
  padding: 0.75em 1.5em;
}

.member-search .pager__wrapper button {
  margin-right: 0.5em;
}

.member-search .pager__wrapper button:last-child {
  margin-right: 0;
}

@media (min-width: 760px) {
  .member-search--layout--list .member-search--member-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.4375rem;
  }
  .member-search--layout--list .member-search--member-details > * {
    margin-right: 1rem;
  }
  .member-search--layout--list .member-search--member {
    position: relative;
  }
  .member-search--layout--list .member-search--cta {
    position: absolute;
    top: 1rem;
    right: 0;
  }
}

.member-search--layout--list .member-search--cta {
  margin-left: 1rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
}

.member-search--layout--grid .member-search--member {
  margin-bottom: 2.5%;
}

.member-search--layout--grid .member-search--cta {
  width: 100%;
  border-radius: 0;
  text-align: left;
}

@media (min-width: 760px) {
  .member-search--layout--grid .member-search--results {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .member-search--layout--grid .member-search--results .member-search--member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 31.66666667%;
  }
  .member-search--layout--grid .member-search--results .member-search--cta {
    margin-top: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.member-zone-profile {
  padding: 0.875rem;
  background-color: rgba(124, 7, 45, 0.8);
}

@media (min-width: 760px) {
  .member-zone-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.profile--welcome {
  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;
  width: 100%;
}

.profile--welcome a {
  color: #fff;
}

.profile--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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.profile--tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
}

.profile--tabs a {
  display: block;
  margin-right: 0.875rem;
  padding: 0.29166667rem 0.875rem;
  background-color: #fff;
  color: rgba(255, 255, 255, 0.8);
  background-color: #4c041b;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

.profile--tabs a:hover {
  color: #fff;
}

.profile--tabs .is-active {
  background-color: #fff;
  color: #7c072d;
}

.profile--tabs .is-active:hover {
  color: #7c072d;
}

.profile--tabs--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.875rem;
}

@media (min-width: 760px) {
  .profile--tabs--content .profile--tabs--column {
    width: 50%;
  }
  .profile--tabs--content .profile--tabs--column:first-child {
    padding-right: 0.875rem;
    margin-right: 0.875rem;
    border-right: 1px solid #ccc;
  }
}

.profile--checkbox {
  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-bottom: 0.4375rem;
}

.profile--checkbox:last-child {
  margin-bottom: 0;
}

.profile--checkbox label {
  margin-bottom: 0;
}

.profile--checkbox input {
  margin-right: 0;
}

.profile--detail {
  padding: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 760px) {
  .profile--detail {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}

@media (min-width: 760px) {
  .profile--fields .profile--field {
    margin-bottom: 0.875rem;
  }
  .profile--fields .profile--field:last-child {
    margin-bottom: 0;
  }
}

.block--icon-block {
  outline: 1px solid #ccc;
  border: 1.5rem solid #fff;
  background-color: #007ABC;
}

.block--icon-block .block--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 2.5rem 1.5rem;
}

.block--icon-block .content {
  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%;
}

.block--icon-block .field--name-field-block-title {
  color: #fff;
}

.block--icon-block .field--name-field-summary {
  color: #fff;
}

.block--icon-block .field--name-field-icon {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.5rem;
  text-align: center;
  opacity: .8;
}

.block--icon-block .field--name-field-icon img {
  max-width: 3.75rem;
}

.block--icon-block .field--name-field-link a {
  color: #fff;
}

@media (min-width: 760px) and (max-width: 979px) {
  .block--icon-block .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block--icon-block .content .field--name-field-icon {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
    width: 31.66666667%;
    text-align: center;
  }
  .block--icon-block .content .field--name-field-block-title {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .block--icon-block .content .field--name-field-summary {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .block--icon-block .content .field--name-field-link {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .block--icon-block .content .field--name-field-block-title,
  .block--icon-block .content .field--name-field-summary,
  .block--icon-block .content .field--name-field-link {
    width: calc(100% - 31.6666666667%);
  }
}

@media (min-width: 980px) {
  .block--icon-block .content .field--name-field-link {
    margin-top: auto;
  }
}

.block--media-block {
  padding: 0.875rem;
  background-color: #fff;
}

.block--media-block:not(.no-media) {
  height: 100%;
}

.block--media-block .block--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.block--media-block .content {
  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%;
}

.block--media-block .field--name-field-link {
  margin-top: auto;
}

.block--media-block .field--name-field-link a svg {
  fill: currentColor;
}

.media-block--image {
  height: 15rem;
  margin-top: -0.875rem;
  margin-left: -0.875rem;
  margin-right: -0.875rem;
  margin-bottom: 1.5rem;
  background-size: cover;
  background-position: center;
}

.media-block--content .field--name-field-block-title {
  padding-bottom: 0.875rem;
  border-bottom: 1px dotted #217E97;
  font-size: 1.25rem;
}

.member-zone .block--media-block .field--name-field-block-title {
  color: #7c072d;
  border-color: #7c072d;
}

.member-zone .block--media-block .field--name-field-link a {
  color: #7c072d;
}

.member-zone .block--media-block .field--name-field-link a svg {
  fill: #7c072d;
}

.node--view-mode-latest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #F0F0F0;
  padding: 1.125rem;
  height: 100%;
}

.latest-news--date {
  margin-bottom: 1rem;
  color: #999;
}

.latest-news--title {
  padding-bottom: 0.875rem;
  border-bottom: 1px dotted #217E97;
}

.latest-news--link {
  margin-top: auto;
}

.member-zone .latest-news--title {
  color: #7c072d;
  border-color: #7c072d;
}

.member-zone .latest-news--title a {
  color: #7c072d;
}

.member-zone .latest-news--link a {
  color: #7c072d;
}

.member-zone .latest-news--link a svg {
  fill: #7c072d;
}

.node--type-operational-bulletin h2 {
  margin-bottom: 0.4375rem;
}

.node--type-operational-bulletin .top-wrapper {
  margin-bottom: 1.875rem;
}

.node--type-operational-bulletin .field-date {
  width: 6rem;
  height: 6rem;
  text-align: center;
  background: grey;
  color: white;
}

.node--type-operational-bulletin .date {
  height: 2.6rem;
  font-size: 2rem;
}

.node--type-operational-bulletin .read-more {
  position: relative;
  padding-right: 1em;
}

.node--type-operational-bulletin .read-more:after {
  content: "";
  position: absolute;
  top: 0.3em;
  right: 0;
  width: 1em;
  height: 1em;
  background-image: url(../assets/images/icons/angle-right-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.node--type-operational-bulletin.node--view-mode-full .field-body {
  margin-bottom: 1.875rem;
}

.node--type-operational-bulletin.node--view-mode-small h2 {
  font-size: 1rem;
}

@media (min-width: 0) and (max-width: 499px) {
  .node--type-operational-bulletin .date-wrapper {
    margin-bottom: 0.875rem;
  }
}

@media (min-width: 500px) {
  .node--type-operational-bulletin .top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .node--type-operational-bulletin .title-wrapper {
    width: calc(100% - 6rem - 1.875rem);
  }
}

.node--type-landing-page .field--name-field-related-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.node--type-landing-page .field--name-field-related-content .field__item {
  margin-bottom: 1.5rem;
}

@media (min-width: 760px) {
  .node--type-landing-page .field--name-field-related-content > .field__item {
    width: 48.71794872%;
  }
}

.node--type-page .field--name-field-related-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.node--type-page .field--name-field-related-content .field__item {
  margin-bottom: 1.5rem;
}

.node--type-page .field--name-field-related-content .field__label {
  font-size: 1.25rem;
  color: #007ABC;
  margin: 0 0 0.75em;
}

@media (min-width: 760px) {
  .node--type-page .field--name-field-related-content .field__items > .field__item {
    width: 32.20338983%;
    float: left;
    margin-right: 1.69491525%;
  }
  .node--type-page .field--name-field-related-content .field__items {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .node--type-page .field--name-field-related-content .field__items .field__item:last-child {
    margin-right: 0;
  }
}

.node--type-guidance-note {
  position: relative;
}

.node--type-guidance-note.node--sticky.node--view-mode-teaser {
  background-color: #F0F0F0;
}

.node--type-guidance-note.node--sticky.node--view-mode-teaser .pin-icon {
  display: block;
}

.node--type-guidance-note.node--view-mode-teaser {
  height: 100%;
  padding: 1rem;
}

.node--type-guidance-note .guidance-note-date {
  margin-bottom: 0.5rem;
}

.node--type-guidance-note .pin-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 0.75rem;
  height: 0.75rem;
  display: none;
}

.node--view-mode-overlay {
  display: block;
  background-size: cover;
  background-position: center;
}

.overlay--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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 25rem;
  color: #fff;
}

.overlay--title {
  margin-bottom: 0;
  padding: 1rem;
  color: #fff;
  background-color: rgba(0, 122, 188, 0.8);
}

.member-zone .overlay--title {
  background-color: rgba(124, 7, 45, 0.8);
}

.overlay--description {
  height: 0;
  overflow: hidden;
  background-color: rgba(0, 122, 188, 0.8);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.overlay--description p:last-child {
  margin-bottom: 0;
}

.overlay--description .field--name-field-summary {
  padding: 1rem;
}

.member-zone .overlay--description {
  background-color: rgba(124, 7, 45, 0.8);
}

.overlay--inner:hover .overlay--description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.node--type-team-member.node--view-mode-overlay .field--name-field-team-profile,
.node--type-team-member.node--view-mode-overlay .overlay--job-title {
  padding: 1rem;
}

.node--type-team-member.node--view-mode-overlay .overlay--job-title {
  padding-bottom: 0;
}

.node--type-testimonial {
  padding: 1rem;
  border-left: 0.4375rem #007ABC solid;
}

.node--type-testimonial .field--name-field-quote {
  font-size: 1.125rem;
  margin-bottom: 0.5em;
}

@media (min-width: 760px) {
  .node--type-testimonial {
    padding: 1.25rem 1.875rem;
    border-left: 1rem #007ABC solid;
  }
  .node--type-testimonial .field--name-field-quote {
    font-size: 1.25rem;
  }
  .node--type-testimonial .field--name-field-fullname,
  .node--type-testimonial .field--name-field-company {
    font-size: 1.125rem;
  }
}

.node--type-news-article h2 {
  border-bottom: 1px dotted #007abc;
  padding-bottom: .5rem;
}

.node--type-news-article .news--content {
  padding: 1rem;
}

.news-date {
  position: relative;
  width: 3.75rem;
  background-color: #ccc;
  text-align: center;
  font-family: "Calibri W01 Light", Helvetica, Arial, sans-serif;
  z-index: 10;
}

.news-date--day,
.news-date--month {
  padding: 0.29166667rem;
}

.news-date--day {
  font-size: 1.5rem;
  background-color: #666666;
  color: #fff;
}

.news-date--month {
  text-transform: uppercase;
}

.news-type-label {
  position: absolute;
  padding: 0.29166667rem 0.875rem;
  color: #fff;
  text-transform: uppercase;
  font-family: "Calibri W01 Bold_904607", Helvetica, Arial, sans-serif;
  z-index: 10;
}

@media (min-width: 0) and (max-width: 759px) {
  .news-type-label {
    top: 0.4375rem;
    right: 0.4375rem;
  }
}

@media (min-width: 760px) and (max-width: 979px) {
  .news-type-label {
    top: 0;
    right: 0;
  }
}

@media (min-width: 980px) {
  .news-type-label {
    right: 0.4375rem;
    top: 0.4375rem;
  }
}

.news--image {
  width: 100%;
  height: 30vh;
  background-size: cover;
  background-position: center;
  padding-left: .875rem;
  padding-top: .875rem;
}

.node--type-news.node--view-mode-teaser {
  position: relative;
  background-color: #fff;
  margin-bottom: 1.5rem;
}

.node--type-news.node--view-mode-teaser .news-date {
  position: absolute;
  left: 0.4375rem;
  top: 0.4375rem;
}

.node--type-news.node--view-mode-teaser .news-teaser--image {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  align-left: flex-start;
}

.node--type-news.node--view-mode-teaser .news-teaser--link {
  margin-top: auto;
  margin-right: 1rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
}

.news-teaser--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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 760px) {
  .news-teaser--inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.news-teaser--content {
  padding: 1rem;
}

@media (min-width: 760px) {
  .news-teaser--content {
    padding-right: 4rem;
  }
}

.news-teaser--image {
  width: 100%;
  height: 10rem;
  background-size: cover;
  background-position: center;
}

@media (min-width: 760px) {
  .news-teaser--image {
    max-width: 10rem;
  }
}

.news-teaser--link {
  display: inline-block;
  padding: 0.4375rem;
  background-color: #007ABC;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.news-teaser--link svg {
  height: 1.5rem;
  width: 1.5rem;
}

.news-teaser--link:hover {
  background-color: #005B7F;
}

.news-teaser--content--link {
  display: none;
}

@media (min-width: 980px) {
  .news-teaser--content--link {
    display: block;
  }
}

@media (min-width: 760px) {
  .news-teaser--content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .news-teaser--link {
    padding: 0.875rem;
  }
  .news-teaser--link svg {
    height: 1.875rem;
    width: 1.875rem;
  }
}

@media (min-width: 980px) {
  .news-teaser--inner {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: 22rem;
  }
  .news-teaser--inner .field--name-field-summary {
    -webkit-transition: height 200ms ease;
    transition: height 200ms ease;
  }
  .news-teaser--image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    height: 100%;
  }
  .news-teaser--content {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: rgba(0, 122, 188, 0.9);
    color: #fff;
    z-index: 5;
  }
  .news-teaser--title {
    width: calc(100% - 3.75rem);
    margin-bottom: 0;
  }
  .news-teaser--title a {
    color: #fff;
  }
  .news-teaser--content .field--name-field-summary {
    height: 0;
    overflow: hidden;
  }
  .news-teaser--link {
    display: none;
  }
  .news-teaser--inner:hover .news-teaser--content {
    padding-top: 6rem;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .news-teaser--inner:hover .field--name-field-summary {
    margin-top: 0.875rem;
    min-height: 100%;
  }
}

.news--alert .news-type-label {
  background-color: #e03a3e;
}

.news--alert .news-teaser--link {
  background-color: #e03a3e;
}

.news--alert .news-teaser--link:hover {
  background-color: #c81f23;
}

.news--press-release .news-type-label {
  background-color: #f58220;
}

.news--press-release .news-teaser--link {
  background-color: #f58220;
}

.news--press-release .news-teaser--link:hover {
  background-color: #d8690a;
}

.news--blog .news-type-label {
  background-color: #289546;
}

.news--blog .news-teaser--link {
  background-color: #289546;
}

.news--blog .news-teaser--link:hover {
  background-color: #1d6d33;
}

.news--news .news-type-label {
  background-color: #007ABC;
}

.news--news .news-teaser--link {
  background-color: #007ABC;
}

.news--news .news-teaser--link:hover {
  background-color: #005989;
}

@media (min-width: 980px) {
  .news--alert .news-teaser--content {
    background-color: rgba(224, 58, 62, 0.9);
  }
  .news--press-release .news-teaser--content {
    background-color: rgba(245, 130, 32, 0.9);
  }
  .news--blog .news-teaser--content {
    background-color: rgba(40, 149, 70, 0.9);
  }
  .news--news .news-teaser--content {
    background-color: rgba(0, 122, 188, 0.9);
  }
}

.node--type-event.node--view-mode-header {
  clear: both;
}

.node--type-event.node--view-mode-header .field--name-field-event-date {
  font-weight: bold;
}

.node--type-event.node--view-mode-header .button-element.orange {
  background-color: #f58220;
}

.node--type-event.node--view-mode-header .button-element.grey {
  background-color: #999;
}

.node--type-event.node--view-mode-header .event-type {
  position: absolute;
  right: 0;
  width: 7.2rem;
  padding: 0.875rem;
  text-transform: uppercase;
  background-color: #007ABC;
  color: #fff;
  text-align: center;
}

.node--type-event.node--view-mode-header .event-state {
  position: absolute;
  width: 100%;
  height: 3.25em;
  width: calc(100% - 7.2rem);
  padding: 0.875rem;
  text-transform: uppercase;
  text-align: center;
  color: white;
  background: grey;
}

@media (min-width: 760px) {
  .node--type-event.node--view-mode-header {
    padding-left: 4.16666667%;
    padding-right: 4.16666667%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 760px) and (min-width: 760px) {
  .node--type-event.node--view-mode-header {
    padding-left: 0.83333333%;
    padding-right: 0.83333333%;
  }
}

.node--type-event.node--view-mode-sidebar .field--name-field-event-cosponsors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.node--type-event.node--view-mode-sidebar .field--name-field-event-cosponsors img {
  display: block;
}

@media (min-width: 760px) {
  .field--name-field-event-cosponsors .field__item {
    width: calc(50% - 0.75rem);
    margin-bottom: 1.5rem;
  }
}

.event-header--image {
  position: relative;
  min-height: 20rem;
  margin-bottom: 1.125rem;
  background-position: center;
  background-size: cover;
}

.event-header--image .event-date {
  position: absolute;
  right: 0;
}

@media (min-width: 760px) {
  .event-header--image {
    width: 40%;
    margin-bottom: 0;
  }
}

.event-header--detail .button-element {
  width: 100%;
  max-width: 15rem;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 0) and (max-width: 759px) {
  .event-header--detail {
    padding-left: 4.16666667%;
    padding-right: 4.16666667%;
  }
}

@media (min-width: 0) and (max-width: 759px) and (min-width: 760px) {
  .event-header--detail {
    padding-left: 0.83333333%;
    padding-right: 0.83333333%;
  }
}

@media (min-width: 760px) {
  .event-header--detail {
    width: 56.66666667%;
    margin-bottom: 0;
  }
}

.field--name-field-event-venue,
.field--name-field-event-address {
  display: inline-block;
}

.event-type-label {
  position: absolute;
  top: 0.875rem;
  right: 0.875rem;
  padding: 0.29166667rem 0.875rem;
  color: #fff;
  text-transform: uppercase;
  font-family: "Calibri W01 Bold_904607", Helvetica, Arial, sans-serif;
  z-index: 10;
}

.node--type-event.node--view-mode-teaser {
  position: relative;
  background-color: #fff;
}

.node--type-event.node--view-mode-teaser .event-date {
  position: absolute;
  left: 0.4375rem;
  top: 0.4375rem;
  width: 3.75rem;
  background-color: #ccc;
  text-align: center;
  font-family: "Calibri W01 Light", Helvetica, Arial, sans-serif;
  z-index: 10;
}

.node--type-event.node--view-mode-teaser .event-date--day,
.node--type-event.node--view-mode-teaser .event-date--month {
  padding: 0.29166667rem;
}

.node--type-event.node--view-mode-teaser .event-date--day {
  font-size: 1.5rem;
  background-color: #666666;
  color: #fff;
}

.node--type-event.node--view-mode-teaser .event-date--month {
  text-transform: uppercase;
}

.node--type-event.node--view-mode-teaser .event-teaser--image {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  align-left: flex-start;
}

.node--type-event.node--view-mode-teaser .event-teaser--link {
  margin-top: auto;
  margin-right: 1rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
}

.event-teaser--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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.event-teaser--content {
  padding: 1rem;
}

@media (min-width: 760px) {
  .event-teaser--inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.event-teaser--image {
  width: 100%;
  height: 10rem;
  background-size: cover;
  background-position: center;
}

@media (min-width: 760px) {
  .event-teaser--image {
    max-width: 10rem;
  }
}

.event-teaser--link {
  display: inline-block;
  padding: 0.4375rem;
  background-color: #007ABC;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.event-teaser--link svg {
  height: 1.5rem;
  width: 1.5rem;
}

.event-teaser--link:hover {
  background-color: #005B7F;
}

.event-teaser--content--link {
  display: none;
}

@media (min-width: 980px) {
  .event-teaser--content--link {
    display: block;
  }
}

@media (min-width: 760px) {
  .event-teaser--content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .event-teaser--link {
    padding: 0.875rem;
  }
  .event-teaser--link svg {
    height: 1.875rem;
    width: 1.875rem;
  }
}

@media (min-width: 980px) {
  .event-teaser--inner {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: 22rem;
  }
  .event-teaser--inner .field--name-field-summary {
    -webkit-transition: height 200ms ease;
    transition: height 200ms ease;
  }
  .event-teaser--image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    height: 100%;
  }
  .event-teaser--content {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: rgba(0, 122, 188, 0.9);
    color: #fff;
    z-index: 5;
  }
  .member-zone .event-teaser--content {
    background-color: rgba(124, 7, 45, 0.8);
  }
  .event-teaser--title {
    width: calc(100% - 3.75rem);
    margin-bottom: 0;
  }
  .event-teaser--title a {
    color: #fff;
  }
  .event-teaser--content .field--name-field-summary {
    height: 0;
    overflow: hidden;
  }
  .event-teaser--link {
    display: none;
  }
  .event-teaser--inner:hover .event-teaser--content {
    padding-top: 6rem;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .event-teaser--inner:hover .field--name-field-summary {
    margin-top: 0.875rem;
    min-height: 100%;
  }
}

.event--black .event-type-label {
  background-color: #000;
}

.event--black .event-teaser--link {
  background-color: #000;
}

.event--black .event-teaser--link:hover {
  background-color: black;
}

.event--white .event-type-label {
  background-color: #fff;
}

.event--white .event-teaser--link {
  background-color: #fff;
}

.event--white .event-teaser--link:hover {
  background-color: #e6e5e5;
}

.event--blue .event-type-label {
  background-color: #007ABC;
}

.event--blue .event-teaser--link {
  background-color: #007ABC;
}

.event--blue .event-teaser--link:hover {
  background-color: #005989;
}

.event--pastel-blue .event-type-label {
  background-color: #217E97;
}

.event--pastel-blue .event-teaser--link {
  background-color: #217E97;
}

.event--pastel-blue .event-teaser--link:hover {
  background-color: #185b6d;
}

.event--dark-blue .event-type-label {
  background-color: #005B7F;
}

.event--dark-blue .event-teaser--link {
  background-color: #005B7F;
}

.event--dark-blue .event-teaser--link:hover {
  background-color: #00364c;
}

.event--darkest-blue .event-type-label {
  background-color: #032C42;
}

.event--darkest-blue .event-teaser--link {
  background-color: #032C42;
}

.event--darkest-blue .event-teaser--link:hover {
  background-color: #010b11;
}

.event--light-blue .event-type-label {
  background-color: #9AABB3;
}

.event--light-blue .event-teaser--link {
  background-color: #9AABB3;
}

.event--light-blue .event-teaser--link:hover {
  background-color: #7d939d;
}

.event--off-white .event-type-label {
  background-color: #F0F0F0;
}

.event--off-white .event-teaser--link {
  background-color: #F0F0F0;
}

.event--off-white .event-teaser--link:hover {
  background-color: #d7d6d6;
}

.event--grey .event-type-label {
  background-color: #999;
}

.event--grey .event-teaser--link {
  background-color: #999;
}

.event--grey .event-teaser--link:hover {
  background-color: #807f7f;
}

.event--gray .event-type-label {
  background-color: #999;
}

.event--gray .event-teaser--link {
  background-color: #999;
}

.event--gray .event-teaser--link:hover {
  background-color: #807f7f;
}

.event--dark-grey .event-type-label {
  background-color: #666666;
}

.event--dark-grey .event-teaser--link {
  background-color: #666666;
}

.event--dark-grey .event-teaser--link:hover {
  background-color: #4d4c4c;
}

.event--darkest-grey .event-type-label {
  background-color: #333;
}

.event--darkest-grey .event-teaser--link {
  background-color: #333;
}

.event--darkest-grey .event-teaser--link:hover {
  background-color: #1a1919;
}

.event--light-grey .event-type-label {
  background-color: #ccc;
}

.event--light-grey .event-teaser--link {
  background-color: #ccc;
}

.event--light-grey .event-teaser--link:hover {
  background-color: #b3b2b2;
}

.event--purple .event-type-label {
  background-color: #8f3493;
}

.event--purple .event-teaser--link {
  background-color: #8f3493;
}

.event--purple .event-teaser--link:hover {
  background-color: #6a276d;
}

.event--red .event-type-label {
  background-color: #e03a3e;
}

.event--red .event-teaser--link {
  background-color: #e03a3e;
}

.event--red .event-teaser--link:hover {
  background-color: #c81f23;
}

.event--orange .event-type-label {
  background-color: #f58220;
}

.event--orange .event-teaser--link {
  background-color: #f58220;
}

.event--orange .event-teaser--link:hover {
  background-color: #d8690a;
}

.event--lime .event-type-label {
  background-color: #85c441;
}

.event--lime .event-teaser--link {
  background-color: #85c441;
}

.event--lime .event-teaser--link:hover {
  background-color: #6ba032;
}

.event--leaf .event-type-label {
  background-color: #289546;
}

.event--leaf .event-teaser--link {
  background-color: #289546;
}

.event--leaf .event-teaser--link:hover {
  background-color: #1d6d33;
}

.event--claret .event-type-label {
  background-color: #7c072d;
}

.event--claret .event-teaser--link {
  background-color: #7c072d;
}

.event--claret .event-teaser--link:hover {
  background-color: #4c041b;
}

.node--type-partner.node--view-mode-full .top-info {
  margin-bottom: 2rem;
}

.node--type-partner.node--view-mode-full .top-info .field-company-group > span {
  display: block;
}

.node--type-partner.node--view-mode-full .top-info .right-wrapper label {
  font-family: "Calibri W01 Bold_904607";
}

.node--type-partner.node--view-mode-full .top-info .right-wrapper > .field {
  margin-bottom: 0.4375rem;
}

.node--type-partner.node--view-mode-full .top-info .right-wrapper > .field::after {
  clear: both;
  content: "";
  display: table;
}

.node--type-partner.node--view-mode-full .top-info .link-title {
  display: none;
}

.node--type-partner.node--view-mode-full .top-info .field-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.node--type-partner.node--view-mode-full .top-info .field-social-icons span {
  margin-right: 0.4375rem;
}

.node--type-partner.node--view-mode-full .top-info .field-social-icons .field-item {
  position: relative;
  text-indent: -10000px;
  overflow: hidden;
}

.node--type-partner.node--view-mode-full .top-info .field-social-icons .field-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.node--type-partner.node--view-mode-full .top-info .field-social-icons .field-item .facebook a {
  background-image: url("../assets/images/icons/facebook.svg");
}

.node--type-partner.node--view-mode-full .top-info .field-social-icons .field-item .linkedin a {
  background-image: url("../assets/images/icons/linkedin.svg");
}

.node--type-partner.node--view-mode-full .top-info .field-social-icons .field-item .instagram a {
  background-image: url("../assets/images/icons/instagram.svg");
}

.node--type-partner.node--view-mode-full .top-info .field-social-icons .field-item .twitter a {
  background-image: url("../assets/images/icons/twitter.svg");
}

.node--type-partner.node--view-mode-full .top-info .field-social-icons .field-item .youtube a {
  background-image: url("../assets/images/icons/youtube.svg");
}

.node--type-partner.node--view-mode-full .top-info .field-social-icons .field-item .pinterest a {
  background-image: url("../assets/images/icons/pinterest.svg");
}

.node--type-partner.node--view-mode-full .top-info .field-social-icons .field-item .google_plus a {
  background-image: url("../assets/images/icons/google-plus.svg");
}

.node--type-partner.node--view-mode-full .top-info .field-social-icons .field-item .blog a {
  background-image: url("../assets/images/icons/pen-square.svg");
}

.node--type-partner.node--view-mode-full .top-info .field-contact .field-item {
  margin-bottom: 0.4375rem;
}

.node--type-partner.node--view-mode-full .field-overview {
  margin-bottom: 3.75rem;
}

.node--type-partner.node--view-mode-full .field-overview label {
  font-family: "Calibri W01 Bold_904607";
}

.node--type-partner.node--view-mode-full .field-tags {
  margin-bottom: 3.75rem;
}

.node--type-partner.node--view-mode-full .field-tags ul {
  list-style: none;
  padding-left: 0;
}

.node--type-partner.node--view-mode-full .field-tags ul::after {
  clear: both;
  content: "";
  display: table;
}

.node--type-partner.node--view-mode-full .field-tags ul li {
  margin-right: 1rem;
  margin-left: 0;
  margin-bottom: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #007ABC;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Calibri W01 Regular_904604", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  cursor: default;
}

.node--type-partner.node--view-mode-full .field-tags ul li:hover, .node--type-partner.node--view-mode-full .field-tags ul li:focus {
  background-color: #006296;
  color: #fff;
}

.node--type-partner.node--view-mode-full .field-tags ul li:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.node--type-partner.node--view-mode-full .field-tags ul li:disabled:hover {
  background-color: #007ABC;
}

.node--type-partner.node--view-mode-full .field-tags ul li:after {
  display: none;
}

.node--type-partner.node--view-mode-full .button-element {
  padding: 0.75em;
}

.node--type-partner.node--view-mode-teaser h2 {
  margin-bottom: 0.4375rem;
}

.node--type-partner.node--view-mode-teaser .top-wrapper {
  margin-bottom: 1.875rem;
}

.node--type-partner.node--view-mode-teaser .date-wrapper {
  width: 6rem;
  height: 6rem;
  text-align: center;
  color: white;
}

.node--type-partner.node--view-mode-teaser .partner-wrapper {
  float: right;
  width: 25%;
}

.node--type-partner.node--view-mode-teaser .read-more {
  position: relative;
  padding-right: 1em;
}

.node--type-partner.node--view-mode-teaser .read-more:after {
  content: "";
  position: absolute;
  top: 0.3em;
  right: 0;
  width: 1em;
  height: 1em;
  background-image: url(../assets/images/icons/angle-right-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 0) and (max-width: 499px) {
  .node--type-partner.node--view-mode-full .top-info .field-image {
    width: 70%;
    margin: 0 auto;
  }
  .node--type-partner.node--view-mode-full .top-info .social-icons {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .node--type-partner.node--view-mode-full .top-info .social-icons > span {
    display: block;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .node--type-partner.node--view-mode-full .top-info .field-social-icons .field-item {
    width: 2.4375rem;
    height: 2.4375rem;
  }
}

@media (min-width: 500px) {
  .node--type-partner.node--view-mode-full .top-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .node--type-partner.node--view-mode-full .top-info .left-wrapper {
    width: 16rem;
    margin-right: 3rem;
  }
  .node--type-partner.node--view-mode-full .top-info .right-wrapper {
    width: calc(100% - 16rem);
  }
  .node--type-partner.node--view-mode-full .top-info .social-icons > span {
    display: block;
    float: left;
    width: 5.5rem;
  }
  .node--type-partner.node--view-mode-full .top-info .field-social-icons {
    width: calc(100% - 1.5rem);
    margin-top: 0.25em;
  }
  .node--type-partner.node--view-mode-full .top-info .field-social-icons .field-item {
    width: 1.5rem;
    height: 1.5rem;
  }
  .node--type-partner.node--view-mode-full .top-info .partner-type {
    width: calc(100% - 8.5em);
    margin-top: 0.5em;
  }
  .node--type-partner.node--view-mode-full .field-tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .node--type-partner.node--view-mode-full .field-tags ul::after {
    clear: both;
    content: "";
    display: table;
  }
  .node--type-partner.node--view-mode-teaser .top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .node--type-partner.node--view-mode-teaser .title-wrapper {
    width: calc(100% - 6rem - 1.875rem);
  }
}

@media (min-width: 500px) and (max-width: 980px) {
  .node--type-partner.node--view-mode-full .top-info > .field {
    margin-bottom: 1rem;
  }
}

@media (min-width: 0) and (max-width: 979px) {
  .node--type-partner.node--view-mode-full .top-info .wrapper > .field > label {
    margin-bottom: 0.5em;
  }
}

@media (min-width: 980px) {
  .node--type-partner.node--view-mode-full .right-wrapper > .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .node--type-partner.node--view-mode-full .right-wrapper > .field label {
    width: 95%;
    float: left;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-bottom: 0;
  }
  .node--type-partner.node--view-mode-full .right-wrapper > .field > :not(label) {
    width: 195%;
    float: left;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}

.member-zone .block--homepage-latest-news .block--title {
  color: #7c072d;
}

.block--homepage-latest-news .block--title {
  text-align: center;
}

.view-latest-news .view-footer {
  padding-bottom: 1.875rem;
}

.view-latest-news .view-content .views-row {
  margin-bottom: 1.5rem;
}

@media (min-width: 980px) {
  .view-latest-news .view-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .view-latest-news .view-content .views-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 31.66666667%;
  }
}

.block--content-wall .block--title {
  text-align: center;
}

@media (min-width: 760px) {
  .block--content-wall .field--name-field-pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .block--content-wall .field--name-field-pages > .field__item {
    width: 50%;
  }
}

@media (min-width: 980px) {
  .block--content-wall .field--name-field-pages > .field__item {
    width: 25%;
  }
}

.block--sub-menu-nodes-listing {
  margin-bottom: 1.875rem;
}

.block--sub-menu-nodes-listing .nav-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.block--sub-menu-nodes-listing .views-row {
  margin-bottom: 1.5rem;
}

.block--sub-menu-nodes-listing .views-row .node--view-mode-overlay .overlay--inner {
  min-height: 22rem;
}

@media (min-width: 760px) {
  .block--sub-menu-nodes-listing .views-row {
    width: 48.71794872%;
  }
}

.block--sub-menu-nodes-list .field__item {
  margin-bottom: 1.125rem;
  font-size: 1.25rem;
}

.block--sub-menu-nodes-list .field__item a {
  display: block;
  padding: 1.125rem;
  padding-right: 3rem;
  border: 1px solid #F0F0F0;
  background-image: url("../assets/images/icons/arrow.svg");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  background-position: center right 0.875rem;
  -webkit-transition: background-color ease 200ms;
  transition: background-color ease 200ms;
}

.block--sub-menu-nodes-list .field__item a:hover {
  background-color: #F0F0F0;
}

@media (min-width: 0) and (max-width: 759px) {
  .block--sub-menu-nodes-listing .views-row {
    width: 100%;
  }
}

.view-node-faq-listing .views-row {
  margin-top: -1px;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
}

.view-guidance-notes input,
.view-guidance-notes select {
  height: 3em;
  margin-bottom: 0;
  padding: 0.4375rem;
  width: auto;
}

.view-guidance-notes input option,
.view-guidance-notes select option {
  color: black;
}

.view-guidance-notes select {
  padding-right: 2rem;
  background-image: url("../assets/images/icons/chevron-down--blue.svg");
  background-size: 0.875rem;
  background-repeat: no-repeat;
  background-position: center right 0.875rem;
}

.view-guidance-notes .views-row {
  margin-bottom: 1.875rem;
}

@media (min-width: 980px) {
  .view-guidance-notes .view-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .view-guidance-notes .view-content .views-row {
    width: 48.33333333%;
  }
}

.view-news-listing .views-row {
  margin-bottom: 2.5%;
}

@media (min-width: 980px) {
  .view-news-listing .view-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .view-news-listing .view-content .views-row {
    width: 32.20338983%;
    margin-right: 1.66666667%;
  }
  .view-news-listing .view-content .views-row:nth-child(3n+3) {
    margin-right: 0;
  }
}

.view-event-listing .views-row {
  margin-bottom: 2.5%;
}

@media (min-width: 980px) {
  .view-event-listing .view-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .view-event-listing .view-content .views-row {
    width: 32.20338983%;
    margin-right: 1.66666667%;
  }
  .view-event-listing .view-content .views-row:nth-child(3n+3) {
    margin-right: 0;
  }
}

.view-team-members {
  margin-bottom: 1.5rem;
}

.view-team-members .views-row {
  margin-bottom: 2.5%;
  margin-bottom: 1.875rem;
}

@media (min-width: 760px) and (max-width: 979px) {
  .view-team-members .view-content .views-row {
    width: 48.33333333%;
    float: left;
    margin-left: 0.83333333%;
    margin-right: 0.83333333%;
  }
}

@media (min-width: 980px) {
  .view-team-members .view-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .view-team-members .view-content .views-row {
    width: 32.20338983%;
    margin-right: 1.66666667%;
  }
  .view-team-members .view-content .views-row:nth-child(3n+3) {
    margin-right: 0;
  }
}

.view-operational-bulletins .view-display-id-listing .views-row:not(:last-child) {
  margin-bottom: 1.875rem;
  border-bottom: 1px solid #999;
}

.view-partner-listing .views-row:not(:last-child) {
  margin-bottom: 1.875rem;
  border-bottom: 1px solid #999;
}

.view-partner-offer-listing h2 {
  margin-bottom: 0.2em;
  color: #333;
  font-size: 1.5rem;
}

.view-partner-offer-listing .views-field-nothing .field-content a {
  display: block;
  font-size: 1.125rem;
}

.view-partner-offer-listing .views-field {
  margin-bottom: 1rem;
}

.view-partner-offer-listing .views-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.view-partner-offer-listing .views-field-body-1 {
  width: 100%;
  cursor: pointer;
}

.view-partner-offer-listing .views-field-body-1 .field-content {
  display: none;
}

.view-partner-offer-listing .views-field-body-1:after {
  content: 'Read more';
  display: block;
  width: 10rem;
  margin: 0 auto;
  padding: 0.5em 2em 0.5em 1em;
  text-align: center;
  color: #fff;
  background: #007ABC url("../assets/images/icons/chevron-down--white.svg") calc(100% - 1em) center/1em no-repeat;
}

.view-partner-offer-listing .views-field-body-1.active:after {
  content: 'Read less';
  background-image: url("../assets/images/icons/chevron-up--white.svg");
}

@media (min-width: 760px) {
  .views-field-field-partner-type-1,
  .views-field-field-partner-logo {
    width: 10rem;
  }
  .views-field-nothing {
    width: calc(100% - 20rem);
    padding: 0 2em;
  }
  .views-field-body,
  .views-field-body-1 {
    width: 100%;
  }
}

.path-search .block--system-main-block .search-form .form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.path-search .block--system-main-block .search-form .form-type-search {
  width: calc(100% - 8em);
  margin: 0;
}

.path-search .block--system-main-block .search-form .form-type-search input {
  margin-bottom: 0;
}

.path-search .block--system-main-block .search-form .form-submit {
  width: 6em;
  margin-top: 1.5em;
  margin-right: 0;
  height: 2.5em;
}

.path-search .block--system-main-block .item-list ol.node_search-results {
  padding-left: 0;
}

.path-search .block--system-main-block .item-list li {
  margin-left: 0;
}

.block--member-zone-events h2 {
  text-align: center;
  color: #7c072d;
}

.block--member-zone-events .view-content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

.block--member-zone-events .view-content:after {
  content: " ";
  display: block;
  clear: both;
}

.block--member-zone-events .view-footer {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.block--member-zone-events .view-footer:after {
  content: " ";
  display: block;
  clear: both;
}

.block--member-zone-events .view-footer a {
  color: #7c072d;
}

.block--member-zone-events .view-footer a:after {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  display: inline-block;
  margin-left: 0.4375rem;
  vertical-align: -2px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../assets/images/icons/arrow-circle-right-red.svg");
}

@media (min-width: 0) and (max-width: 759px) {
  .block--member-zone-events .view-footer {
    padding: 1rem;
  }
}

.block--member-zone-operational-bulletins {
  padding: 0.875rem;
  background-color: #fff;
}

.block--member-zone-operational-bulletins .view-header div {
  height: 15rem;
  margin-bottom: 1.5rem;
  margin-top: -0.875rem;
  margin-left: -0.875rem;
  margin-right: -0.875rem;
  background-size: cover;
  background-position: center;
  background-image: url("/themes/custom/abta/assets/images/_dev/popular-1.jpg");
}

.block--member-zone-operational-bulletins .view-header h2 {
  padding-bottom: 0.875rem;
  font-size: 1.25rem;
  color: #7c072d;
  border-bottom: 1px dotted #7c072d;
}

.block--member-zone-operational-bulletins .views-row {
  margin-bottom: 1.25rem;
}

.block--member-zone-operational-bulletins .view-footer a {
  color: #7c072d;
}

.block--member-zone-operational-bulletins .view-footer a:after {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  display: inline-block;
  margin-left: 0.4375rem;
  vertical-align: -2px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../assets/images/icons/arrow-circle-right-red.svg");
}

.field--name-field-content > .field__item {
  margin-bottom: 1.875rem;
}

.field--name-field-content > .field__item figcaption {
  font-size: 0.875rem;
  color: #999;
}

@media (min-width: 0) and (max-width: 499px) {
  .field--name-field-content .embedded-entity {
    width: 100%;
  }
}

@media (min-width: 500px) {
  .field--name-field-content .embedded-entity.align-center {
    width: 50%;
    padding: 1rem 0;
    clear: both;
    text-align: center;
  }
  .field--name-field-content .embedded-entity.align-right {
    width: 50%;
    padding-left: 1rem;
  }
  .field--name-field-content .embedded-entity.align-left {
    width: 50%;
    padding-right: 1rem;
  }
  .field--name-field-content .embedded-entity figcaption {
    display: inline-block;
  }
}

.paragraph--type--video-text iframe {
  width: 100%;
  max-width: 100%;
}

.image-text--image .field--name-field-para-caption,
.video-text--image .field--name-field-para-caption {
  font-size: 0.875rem;
  color: #999;
}

.image-text--image img {
  height: auto;
}

@media (min-width: 760px) {
  .paragraph--type--image-text,
  .paragraph--type--video-text {
    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;
  }
  .image-text--image,
  .video-text--image {
    width: 40%;
  }
  .image-text--text,
  .video-text--text {
    width: 56.66666667%;
  }
  .paragraph--layout--rtl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .paragraph--layout--center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .paragraph--layout--center .image-text--image,
  .paragraph--layout--center .image-text--video,
  .paragraph--layout--center .image-text--text {
    width: 100%;
  }
  .paragraph--layout--center .image-text--image {
    margin-bottom: 1rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.paragraph--type--accordion .field--name-field-para-filename {
  display: inline-block;
}

.paragraph--type--accordion .field--name-field-para-video {
  margin-bottom: 1.5rem;
}

.paragraph--type--file-download .field--name-field-para-filename {
  display: inline-block;
}

.paragraph--type--blockquote {
  padding: 1rem;
  border-left: 0.4375rem #007ABC solid;
}

.paragraph--type--blockquote .field--name-field-para-text {
  font-size: 1.125rem;
}

.paragraph--type--blockquote .field--name-field-para-citation {
  color: #999;
}

@media (min-width: 760px) {
  .paragraph--type--blockquote {
    padding: 1.25rem 1.875rem;
    border-left: 1rem #007ABC solid;
  }
  .paragraph--type--blockquote .field--name-field-para-text {
    font-size: 1.25rem;
  }
  .paragraph--type--blockquote .field--name-field-para-citation {
    font-size: 1.125rem;
    color: #999;
  }
}

.paragraph--type--contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 0;
}

.paragraph--type--contact .field--name-field-para-name,
.paragraph--type--contact .field--name-field-para-jobtitle {
  display: inline-block;
  font-size: 1rem;
  color: #333;
}

.paragraph--type--contact .field--name-field-para-jobtitle {
  padding: 0 0.3em;
  position: relative;
}

.paragraph--type--contact .field--name-field-para-jobtitle:before,
.paragraph--type--contact .field--name-field-para-jobtitle:after {
  position: absolute;
  top: 0;
}

.paragraph--type--contact .field--name-field-para-jobtitle:before {
  content: "(";
  left: 0;
}

.paragraph--type--contact .field--name-field-para-jobtitle:after {
  content: ")";
  right: 0;
}

.paragraph--type--related-faq .field--name-field-para-title {
  margin-bottom: .75rem;
  font-size: 1.5rem;
  color: #007ABC;
}

.page-node-type-news-article {
  background-color: #F0F0F0;
}

body .region--content.page--403 .block--user-login-block {
  display: block;
}

.block--section-title {
  width: 100%;
}

.block--footer-menu .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.block--pre-nav {
  padding-right: 4.16666667%;
  font-size: 0.875rem;
  margin-bottom: 1.125rem;
}

@media (min-width: 760px) {
  .block--pre-nav {
    padding-right: 0.83333333%;
  }
}

.block--pre-nav svg {
  vertical-align: middle;
}

.block--pre-nav .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.block--pre-nav .menu li {
  margin-left: 0.4375rem;
  line-height: 1.5rem;
}

.block--pre-nav .menu li.search {
  text-indent: -1000px;
  overflow: hidden;
  display: inline-block;
}

.block--pre-nav .menu li.search a {
  border: none;
  background-image: url("../assets/images/icons/search-black.svg");
  background-size: 1.1em;
  background-repeat: no-repeat;
  background-position: center;
}

.block--pre-nav .menu li.member-zone-only {
  display: none;
}

.block--pre-nav .menu a {
  display: block;
  border: 1px solid #ccc;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  border-radius: 4px;
  color: #666666;
}

.block--pre-nav .icon-only span {
  display: none;
}

.block--pre-nav .icon-only a {
  border: 0;
}

.member-zone .block--pre-nav .menu li.member-zone-only {
  display: list-item;
}

.block .content {
  width: 100%;
}

.region--pre-header .block {
  padding: 10px;
  text-align: center;
}

.region--header {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

@media (min-width: 760px) {
  .region--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.path-frontpage .region--content {
  padding-left: 4.16666667%;
  padding-right: 4.16666667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3.75rem;
}

@media (min-width: 760px) {
  .path-frontpage .region--content {
    padding-left: 0.83333333%;
    padding-right: 0.83333333%;
  }
}

.path-frontpage .region--content .block:first-of-type {
  width: 100%;
}

@media (min-width: 0) and (max-width: 979px) {
  .path-frontpage .region--content .block {
    margin-bottom: 1.125rem;
  }
}

.region--banner {
  position: relative;
}

.view .views-row > article {
  width: 100%;
}

.view-homepage-popular .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.view-homepage-news .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

button.bg--black:hover {
  background-color: black;
}

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

button.bg--white:hover {
  background-color: #cccccc;
}

.bg--blue {
  background-color: #007ABC;
}

button.bg--blue:hover {
  background-color: #006296;
}

.bg--pastel-blue {
  background-color: #217E97;
}

button.bg--pastel-blue:hover {
  background-color: #1a6579;
}

.bg--dark-blue {
  background-color: #005B7F;
}

button.bg--dark-blue:hover {
  background-color: #004966;
}

.bg--darkest-blue {
  background-color: #032C42;
}

button.bg--darkest-blue:hover {
  background-color: #022335;
}

.bg--light-blue {
  background-color: #9AABB3;
}

button.bg--light-blue:hover {
  background-color: #7b898f;
}

.bg--off-white {
  background-color: #F0F0F0;
}

button.bg--off-white:hover {
  background-color: silver;
}

.bg--grey {
  background-color: #999;
}

button.bg--grey:hover {
  background-color: #7a7a7a;
}

.bg--gray {
  background-color: #999;
}

button.bg--gray:hover {
  background-color: #7a7a7a;
}

.bg--dark-grey {
  background-color: #666666;
}

button.bg--dark-grey:hover {
  background-color: #525252;
}

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

button.bg--darkest-grey:hover {
  background-color: #292929;
}

.bg--light-grey {
  background-color: #ccc;
}

button.bg--light-grey:hover {
  background-color: #a3a3a3;
}

.bg--purple {
  background-color: #8f3493;
}

button.bg--purple:hover {
  background-color: #722a76;
}

.bg--red {
  background-color: #e03a3e;
}

button.bg--red:hover {
  background-color: #b32e32;
}

.bg--orange {
  background-color: #f58220;
}

button.bg--orange:hover {
  background-color: #c4681a;
}

.bg--lime {
  background-color: #85c441;
}

button.bg--lime:hover {
  background-color: #6a9d34;
}

.bg--leaf {
  background-color: #289546;
}

button.bg--leaf:hover {
  background-color: #207738;
}

.bg--claret {
  background-color: #7c072d;
}

button.bg--claret:hover {
  background-color: #630624;
}

.fg--black {
  color: #000;
}

.hv--black:hover {
  color: #000;
}

svg.fg--black {
  fill: #000;
}

button.button--clear.fg--black:hover {
  color: black;
}

.fg--white {
  color: #fff;
}

.hv--white:hover {
  color: #fff;
}

svg.fg--white {
  fill: #fff;
}

button.button--clear.fg--white:hover {
  color: #cccccc;
}

.fg--blue {
  color: #007ABC;
}

.hv--blue:hover {
  color: #007ABC;
}

svg.fg--blue {
  fill: #007ABC;
}

button.button--clear.fg--blue:hover {
  color: #006296;
}

.fg--pastel-blue {
  color: #217E97;
}

.hv--pastel-blue:hover {
  color: #217E97;
}

svg.fg--pastel-blue {
  fill: #217E97;
}

button.button--clear.fg--pastel-blue:hover {
  color: #1a6579;
}

.fg--dark-blue {
  color: #005B7F;
}

.hv--dark-blue:hover {
  color: #005B7F;
}

svg.fg--dark-blue {
  fill: #005B7F;
}

button.button--clear.fg--dark-blue:hover {
  color: #004966;
}

.fg--darkest-blue {
  color: #032C42;
}

.hv--darkest-blue:hover {
  color: #032C42;
}

svg.fg--darkest-blue {
  fill: #032C42;
}

button.button--clear.fg--darkest-blue:hover {
  color: #022335;
}

.fg--light-blue {
  color: #9AABB3;
}

.hv--light-blue:hover {
  color: #9AABB3;
}

svg.fg--light-blue {
  fill: #9AABB3;
}

button.button--clear.fg--light-blue:hover {
  color: #7b898f;
}

.fg--off-white {
  color: #F0F0F0;
}

.hv--off-white:hover {
  color: #F0F0F0;
}

svg.fg--off-white {
  fill: #F0F0F0;
}

button.button--clear.fg--off-white:hover {
  color: silver;
}

.fg--grey {
  color: #999;
}

.hv--grey:hover {
  color: #999;
}

svg.fg--grey {
  fill: #999;
}

button.button--clear.fg--grey:hover {
  color: #7a7a7a;
}

.fg--gray {
  color: #999;
}

.hv--gray:hover {
  color: #999;
}

svg.fg--gray {
  fill: #999;
}

button.button--clear.fg--gray:hover {
  color: #7a7a7a;
}

.fg--dark-grey {
  color: #666666;
}

.hv--dark-grey:hover {
  color: #666666;
}

svg.fg--dark-grey {
  fill: #666666;
}

button.button--clear.fg--dark-grey:hover {
  color: #525252;
}

.fg--darkest-grey {
  color: #333;
}

.hv--darkest-grey:hover {
  color: #333;
}

svg.fg--darkest-grey {
  fill: #333;
}

button.button--clear.fg--darkest-grey:hover {
  color: #292929;
}

.fg--light-grey {
  color: #ccc;
}

.hv--light-grey:hover {
  color: #ccc;
}

svg.fg--light-grey {
  fill: #ccc;
}

button.button--clear.fg--light-grey:hover {
  color: #a3a3a3;
}

.fg--purple {
  color: #8f3493;
}

.hv--purple:hover {
  color: #8f3493;
}

svg.fg--purple {
  fill: #8f3493;
}

button.button--clear.fg--purple:hover {
  color: #722a76;
}

.fg--red {
  color: #e03a3e;
}

.hv--red:hover {
  color: #e03a3e;
}

svg.fg--red {
  fill: #e03a3e;
}

button.button--clear.fg--red:hover {
  color: #b32e32;
}

.fg--orange {
  color: #f58220;
}

.hv--orange:hover {
  color: #f58220;
}

svg.fg--orange {
  fill: #f58220;
}

button.button--clear.fg--orange:hover {
  color: #c4681a;
}

.fg--lime {
  color: #85c441;
}

.hv--lime:hover {
  color: #85c441;
}

svg.fg--lime {
  fill: #85c441;
}

button.button--clear.fg--lime:hover {
  color: #6a9d34;
}

.fg--leaf {
  color: #289546;
}

.hv--leaf:hover {
  color: #289546;
}

svg.fg--leaf {
  fill: #289546;
}

button.button--clear.fg--leaf:hover {
  color: #207738;
}

.fg--claret {
  color: #7c072d;
}

.hv--claret:hover {
  color: #7c072d;
}

svg.fg--claret {
  fill: #7c072d;
}

button.button--clear.fg--claret:hover {
  color: #630624;
}

a.ro--black.is-active,
a.ro--black:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

a.ro--white.is-active,
a.ro--white:hover {
  border-color: #fff;
  background-color: #fff;
  color: #fff;
}

a.ro--blue.is-active,
a.ro--blue:hover {
  border-color: #007ABC;
  background-color: #007ABC;
  color: #fff;
}

a.ro--pastel-blue.is-active,
a.ro--pastel-blue:hover {
  border-color: #217E97;
  background-color: #217E97;
  color: #fff;
}

a.ro--dark-blue.is-active,
a.ro--dark-blue:hover {
  border-color: #005B7F;
  background-color: #005B7F;
  color: #fff;
}

a.ro--darkest-blue.is-active,
a.ro--darkest-blue:hover {
  border-color: #032C42;
  background-color: #032C42;
  color: #fff;
}

a.ro--light-blue.is-active,
a.ro--light-blue:hover {
  border-color: #9AABB3;
  background-color: #9AABB3;
  color: #fff;
}

a.ro--off-white.is-active,
a.ro--off-white:hover {
  border-color: #F0F0F0;
  background-color: #F0F0F0;
  color: #fff;
}

a.ro--grey.is-active,
a.ro--grey:hover {
  border-color: #999;
  background-color: #999;
  color: #fff;
}

a.ro--gray.is-active,
a.ro--gray:hover {
  border-color: #999;
  background-color: #999;
  color: #fff;
}

a.ro--dark-grey.is-active,
a.ro--dark-grey:hover {
  border-color: #666666;
  background-color: #666666;
  color: #fff;
}

a.ro--darkest-grey.is-active,
a.ro--darkest-grey:hover {
  border-color: #333;
  background-color: #333;
  color: #fff;
}

a.ro--light-grey.is-active,
a.ro--light-grey:hover {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}

a.ro--purple.is-active,
a.ro--purple:hover {
  border-color: #8f3493;
  background-color: #8f3493;
  color: #fff;
}

a.ro--red.is-active,
a.ro--red:hover {
  border-color: #e03a3e;
  background-color: #e03a3e;
  color: #fff;
}

a.ro--orange.is-active,
a.ro--orange:hover {
  border-color: #f58220;
  background-color: #f58220;
  color: #fff;
}

a.ro--lime.is-active,
a.ro--lime:hover {
  border-color: #85c441;
  background-color: #85c441;
  color: #fff;
}

a.ro--leaf.is-active,
a.ro--leaf:hover {
  border-color: #289546;
  background-color: #289546;
  color: #fff;
}

a.ro--claret.is-active,
a.ro--claret:hover {
  border-color: #7c072d;
  background-color: #7c072d;
  color: #fff;
}

.container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.container:after {
  content: " ";
  display: block;
  clear: both;
}

.clear-container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.clear-container:after {
  content: " ";
  display: block;
  clear: both;
}

.clear-container:after {
  content: none;
}

.guttered-container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4.16666667%;
  padding-right: 4.16666667%;
}

.guttered-container:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 760px) {
  .guttered-container {
    padding-left: 0.83333333%;
    padding-right: 0.83333333%;
  }
}

.guttered-clear-container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4.16666667%;
  padding-right: 4.16666667%;
}

.guttered-clear-container:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 760px) {
  .guttered-clear-container {
    padding-left: 0.83333333%;
    padding-right: 0.83333333%;
  }
}

.guttered-clear-container:after {
  content: none;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.hidden {
  display: none;
}

@media (min-width: 0) and (max-width: 759px) {
  [class*="span--"] {
    width: 91.66666667%;
    float: left;
    margin-left: 4.16666667%;
    margin-right: 4.16666667%;
  }
}

@media (min-width: 760px) {
  .span--1 {
    width: 6.66666667%;
    float: left;
    margin-left: 0.83333333%;
    margin-right: 0.83333333%;
  }
  .span--2 {
    width: 15%;
    float: left;
    margin-left: 0.83333333%;
    margin-right: 0.83333333%;
  }
  .span--3 {
    width: 23.33333333%;
    float: left;
    margin-left: 0.83333333%;
    margin-right: 0.83333333%;
  }
  .span--4 {
    width: 31.66666667%;
    float: left;
    margin-left: 0.83333333%;
    margin-right: 0.83333333%;
  }
  .span--5 {
    width: 40%;
    float: left;
    margin-left: 0.83333333%;
    margin-right: 0.83333333%;
  }
  .span--6 {
    width: 48.33333333%;
    float: left;
    margin-left: 0.83333333%;
    margin-right: 0.83333333%;
  }
  .span--7 {
    width: 56.66666667%;
    float: left;
    margin-left: 0.83333333%;
    margin-right: 0.83333333%;
  }
  .span--8 {
    width: 65%;
    float: left;
    margin-left: 0.83333333%;
    margin-right: 0.83333333%;
  }
  .span--9 {
    width: 73.33333333%;
    float: left;
    margin-left: 0.83333333%;
    margin-right: 0.83333333%;
  }
  .span--10 {
    width: 81.66666667%;
    float: left;
    margin-left: 0.83333333%;
    margin-right: 0.83333333%;
  }
  .span--11 {
    width: 90%;
    float: left;
    margin-left: 0.83333333%;
    margin-right: 0.83333333%;
  }
  .span--12 {
    width: 98.33333333%;
    float: left;
    margin-left: 0.83333333%;
    margin-right: 0.83333333%;
  }
  .tb\:width--1 {
    width: 6.66666667%;
  }
  .tb\:width--2 {
    width: 15%;
  }
  .tb\:width--3 {
    width: 23.33333333%;
  }
  .tb\:width--4 {
    width: 31.66666667%;
  }
  .tb\:width--5 {
    width: 40%;
  }
  .tb\:width--6 {
    width: 48.33333333%;
  }
  .tb\:width--7 {
    width: 56.66666667%;
  }
  .tb\:width--8 {
    width: 65%;
  }
  .tb\:width--9 {
    width: 73.33333333%;
  }
  .tb\:width--10 {
    width: 81.66666667%;
  }
  .tb\:width--11 {
    width: 90%;
  }
  .tb\:width--12 {
    width: 98.33333333%;
  }
  .tb\:width-ng--1 {
    width: 8.33333333%;
  }
  .tb\:width-ng--2 {
    width: 16.66666667%;
  }
  .tb\:width-ng--3 {
    width: 25%;
  }
  .tb\:width-ng--4 {
    width: 33.33333333%;
  }
  .tb\:width-ng--5 {
    width: 41.66666667%;
  }
  .tb\:width-ng--6 {
    width: 50%;
  }
  .tb\:width-ng--7 {
    width: 58.33333333%;
  }
  .tb\:width-ng--8 {
    width: 66.66666667%;
  }
  .tb\:width-ng--9 {
    width: 75%;
  }
  .tb\:width-ng--10 {
    width: 83.33333333%;
  }
  .tb\:width-ng--11 {
    width: 91.66666667%;
  }
  .tb\:width-ng--12 {
    width: 100%;
  }
  .tb\:height--1 {
    height: 6.66666667%;
  }
  .tb\:height--2 {
    height: 15%;
  }
  .tb\:height--3 {
    height: 23.33333333%;
  }
  .tb\:height--4 {
    height: 31.66666667%;
  }
  .tb\:height--5 {
    height: 40%;
  }
  .tb\:height--6 {
    height: 48.33333333%;
  }
  .tb\:height--7 {
    height: 56.66666667%;
  }
  .tb\:height--8 {
    height: 65%;
  }
  .tb\:height--9 {
    height: 73.33333333%;
  }
  .tb\:height--10 {
    height: 81.66666667%;
  }
  .tb\:height--11 {
    height: 90%;
  }
  .tb\:height--12 {
    height: 98.33333333%;
  }
  .push--1 {
    margin-left: 9.16666667%;
  }
  .push--2 {
    margin-left: 17.5%;
  }
  .push--3 {
    margin-left: 25.83333333%;
  }
  .push--4 {
    margin-left: 34.16666667%;
  }
  .push--5 {
    margin-left: 42.5%;
  }
  .push--6 {
    margin-left: 50.83333333%;
  }
  .push--7 {
    margin-left: 59.16666667%;
  }
  .push--8 {
    margin-left: 67.5%;
  }
  .push--9 {
    margin-left: 75.83333333%;
  }
  .push--10 {
    margin-left: 84.16666667%;
  }
  .push--11 {
    margin-left: 92.5%;
  }
  .push--12 {
    margin-left: 100.83333333%;
  }
}

@media (min-width: 980px) {
  .dt\:width--1 {
    width: 6.66666667%;
  }
  .dt\:width--2 {
    width: 15%;
  }
  .dt\:width--3 {
    width: 23.33333333%;
  }
  .dt\:width--4 {
    width: 31.66666667%;
  }
  .dt\:width--5 {
    width: 40%;
  }
  .dt\:width--6 {
    width: 48.33333333%;
  }
  .dt\:width--7 {
    width: 56.66666667%;
  }
  .dt\:width--8 {
    width: 65%;
  }
  .dt\:width--9 {
    width: 73.33333333%;
  }
  .dt\:width--10 {
    width: 81.66666667%;
  }
  .dt\:width--11 {
    width: 90%;
  }
  .dt\:width--12 {
    width: 98.33333333%;
  }
  .dt\:width-ng--1 {
    width: 8.33333333%;
  }
  .dt\:width-ng--2 {
    width: 16.66666667%;
  }
  .dt\:width-ng--3 {
    width: 25%;
  }
  .dt\:width-ng--4 {
    width: 33.33333333%;
  }
  .dt\:width-ng--5 {
    width: 41.66666667%;
  }
  .dt\:width-ng--6 {
    width: 50%;
  }
  .dt\:width-ng--7 {
    width: 58.33333333%;
  }
  .dt\:width-ng--8 {
    width: 66.66666667%;
  }
  .dt\:width-ng--9 {
    width: 75%;
  }
  .dt\:width-ng--10 {
    width: 83.33333333%;
  }
  .dt\:width-ng--11 {
    width: 91.66666667%;
  }
  .dt\:width-ng--12 {
    width: 100%;
  }
  .dt\:height--1 {
    height: 6.66666667%;
  }
  .dt\:height--2 {
    height: 15%;
  }
  .dt\:height--3 {
    height: 23.33333333%;
  }
  .dt\:height--4 {
    height: 31.66666667%;
  }
  .dt\:height--5 {
    height: 40%;
  }
  .dt\:height--6 {
    height: 48.33333333%;
  }
  .dt\:height--7 {
    height: 56.66666667%;
  }
  .dt\:height--8 {
    height: 65%;
  }
  .dt\:height--9 {
    height: 73.33333333%;
  }
  .dt\:height--10 {
    height: 81.66666667%;
  }
  .dt\:height--11 {
    height: 90%;
  }
  .dt\:height--12 {
    height: 98.33333333%;
  }
}

.font--xxl {
  font-size: 3.75rem;
}

.font--xl {
  font-size: 1.875rem;
}

.font--lg {
  font-size: 1.5rem;
}

.font--db {
  font-size: 1.25rem;
}

.font--md {
  font-size: 1.125rem;
}

.font--rg {
  font-size: 1rem;
}

.font--sm {
  font-size: 0.875rem;
}

.font--xs {
  font-size: 0.4375rem;
}

p small {
  font-size: 0.875rem;
}

p.text--lead {
  font-size: 1.125rem;
}

.font--light {
  font-family: "Calibri W01 Light", Helvetica, Arial, sans-serif;
}

.font--regular {
  font-family: "Calibri W01 Regular_904604", Helvetica, Arial, sans-serif;
}

.font--bold {
  font-family: "Calibri W01 Bold_904607", Helvetica, Arial, sans-serif;
}

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

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

.mt--0 {
  margin-top: 0;
}

.mt--005 {
  margin-top: 0.4375rem;
}

.mt--05 {
  margin-top: 0.875rem;
}

.mt--1 {
  margin-top: 1rem;
}

.mt--2 {
  margin-top: 1.125rem;
}

.mt--3 {
  margin-top: 1.5rem;
}

.mt--4 {
  margin-top: 1.875rem;
}

.mt--4 {
  margin-top: 3.75rem;
}

.ml--0 {
  margin-left: 0;
}

.ml--005 {
  margin-left: 0.4375rem;
}

.ml--05 {
  margin-left: 0.875rem;
}

.ml--1 {
  margin-left: 1rem;
}

.ml--2 {
  margin-left: 1.125rem;
}

.ml--3 {
  margin-left: 1.5rem;
}

.ml--4 {
  margin-left: 1.875rem;
}

.ml--4 {
  margin-left: 3.75rem;
}

.mr--0 {
  margin-right: 0;
}

.mr--005 {
  margin-right: 0.4375rem;
}

.mr--05 {
  margin-right: 0.875rem;
}

.mr--1 {
  margin-right: 1rem;
}

.mr--2 {
  margin-right: 1.125rem;
}

.mr--3 {
  margin-right: 1.5rem;
}

.mr--4 {
  margin-right: 1.875rem;
}

.mr--4 {
  margin-right: 3.75rem;
}

.mb--0 {
  margin-bottom: 0;
}

.mb--005 {
  margin-bottom: 0.4375rem;
}

.mb--05 {
  margin-bottom: 0.875rem;
}

.mb--1 {
  margin-bottom: 1rem;
}

.mb--2 {
  margin-bottom: 1.125rem;
}

.mb--3 {
  margin-bottom: 1.5rem;
}

.mb--4 {
  margin-bottom: 1.875rem;
}

.mb--4 {
  margin-bottom: 3.75rem;
}

.pt--005 {
  padding-top: 0.4375rem;
}

.pt--05 {
  padding-top: 0.875rem;
}

.pt--1 {
  padding-top: 1rem;
}

.pt--2 {
  padding-top: 1.125rem;
}

.pt--3 {
  padding-top: 1.5rem;
}

.pt--4 {
  padding-top: 1.875rem;
}

.pt--4 {
  padding-top: 3.75rem;
}

.pb--005 {
  padding-bottom: 0.4375rem;
}

.pb--05 {
  padding-bottom: 0.875rem;
}

.pb--1 {
  padding-bottom: 1rem;
}

.pb--2 {
  padding-bottom: 1.125rem;
}

.pb--3 {
  padding-bottom: 1.5rem;
}

.pb--4 {
  padding-bottom: 1.875rem;
}

.pb--4 {
  padding-bottom: 3.75rem;
}

.clean-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.inline-list li {
  display: inline-block;
}

.flex-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex--justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex--space-right > * {
  margin-right: 1rem;
}

.icn {
  display: inline-block;
  vertical-align: middle;
}

.icn--left {
  margin-right: 0.4375rem;
}

.icn--right {
  margin-left: 0.4375rem;
}

.icn--black {
  fill: #000;
}

.icn--white {
  fill: #fff;
}

.icn--blue {
  fill: #007ABC;
}

.icn--pastel-blue {
  fill: #217E97;
}

.icn--dark-blue {
  fill: #005B7F;
}

.icn--darkest-blue {
  fill: #032C42;
}

.icn--light-blue {
  fill: #9AABB3;
}

.icn--off-white {
  fill: #F0F0F0;
}

.icn--grey {
  fill: #999;
}

.icn--gray {
  fill: #999;
}

.icn--dark-grey {
  fill: #666666;
}

.icn--darkest-grey {
  fill: #333;
}

.icn--light-grey {
  fill: #ccc;
}

.icn--purple {
  fill: #8f3493;
}

.icn--red {
  fill: #e03a3e;
}

.icn--orange {
  fill: #f58220;
}

.icn--lime {
  fill: #85c441;
}

.icn--leaf {
  fill: #289546;
}

.icn--claret {
  fill: #7c072d;
}

.size--xxl {
  width: 3.75rem;
  height: 3.75rem;
}

.size--xl {
  width: 1.875rem;
  height: 1.875rem;
}

.size--lg {
  width: 1.5rem;
  height: 1.5rem;
}

.size--db {
  width: 1.25rem;
  height: 1.25rem;
}

.size--md {
  width: 1.125rem;
  height: 1.125rem;
}

.size--rg {
  width: 1rem;
  height: 1rem;
}

.size--sm {
  width: 0.875rem;
  height: 0.875rem;
}

.size--xs {
  width: 0.4375rem;
  height: 0.4375rem;
}

.tablet-up {
  display: none;
}

@media (min-width: 760px) {
  .tablet-up {
    display: block;
  }
}

@media (min-width: 760px) {
  .mobile-only {
    display: none;
  }
}
