.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
  font-size: 0.1px;
  color: transparent;
  background-color: transparent;
  margin: 0;
  padding: 0;
}

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

[data-whatintent='keyboard'] *:focus {
  outline: 2px dashed #D93E3E;
  outline-offset: 2px;
}

[data-whatintent='keyboard'] .form-radio:focus + label:before,
[data-whatintent='keyboard'] .form-checkbox:focus + label:before {
  outline: 2px dashed #D93E3E;
  outline-offset: 2px;
}

[data-whatintent='keyboard'] .decor--background-dark *:focus {
  outline: 2px dashed #fff;
}

body .focusable.skip-link:focus {
  position: fixed !important;
  top: 0;
  z-index: 900;
  font-size: 20px;
  display: inline-block;
  background-color: #fff;
  padding: 0.25rem;
}

.node--unpublished {
  background-color: #C1CDD0 !important;
}

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  margin: 0;
  padding: 0;
  max-width: 100vw;
  overflow-x: hidden;
}

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

body {
  margin: 0;
  padding: 0;
  font-family: "Source Serif Pro", serif;
  color: #333132;
  background-color: #F6F5F3;
  font-weight: 400;
  width: 100%;
  max-width: 100%;
}

img {
  max-width: 100%;
}

.l-content {
  line-height: 1.625;
  letter-spacing: 0.16px;
}

@media (max-width: 680px) {
  .l-content {
    font-size: 14px;
    line-height: 1.538;
    letter-spacing: 0.13px;
  }
}

button,
input[type=submit] {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

button:hover, button:active, button:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
  text-decoration: none;
}

.block--main input[type=submit] {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 0.745em;
  line-height: 1.15;
  padding: 1.6435em 1.875em 1.274em 1.875em;
  text-align: center;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  color: #0D234C;
  background-color: transparent;
  border: 1px solid #D93E3E;
}

.block--main input[type=submit]:hover, .block--main input[type=submit]:active, .block--main input[type=submit]:focus {
  text-decoration: none;
}

.block--main input[type=submit]:hover {
  color: #fff;
  background-color: #D93E3E;
}

.block--main input[type=submit]:active, .block--main input[type=submit]:focus {
  color: #fff;
  background-color: #EA4646;
  border: 1px solid #EA4646;
}

.block--main input[type=submit][disabled] {
  background-color: #EBE7E3;
  color: #989798;
  border: 1px solid #989798;
  outline: none;
  cursor: default;
}

.block--main input[type=submit][disabled]:hover, .block--main input[type=submit][disabled]:active, .block--main input[type=submit][disabled]:focus {
  background-color: #EBE7E3;
  color: #989798;
  border: 1px solid #989798;
  outline: none;
}

a.button,
.button--text {
  text-transform: uppercase;
  font-size: 0.75em;
  line-height: 1.15;
  padding-top: 0.2em;
  padding-right: 32px;
  position: relative;
  color: #0D234C;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  color: #0D234C;
}

a.button:before,
.button--text:before {
  content: '';
  position: absolute;
  display: block;
  right: 12px;
  bottom: calc(50% - 1px);
  height: 2px;
  width: 14px;
  background-color: #D93E3E;
  -webkit-transition: width 0.25s ease, right 0.25s ease;
  transition: width 0.25s ease, right 0.25s ease;
}

a.button:after,
.button--text:after {
  content: '';
  position: absolute;
  display: block;
  bottom: calc(50% - 4px);
  right: 7px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 5px solid #D93E3E;
  border-bottom: 4px solid transparent;
  -webkit-transition: right 0.25s ease;
  transition: right 0.25s ease;
}

a.button:hover, a.button:focus, a.button:active,
.button--text:hover,
.button--text:focus,
.button--text:active {
  color: #D93E3E;
  text-decoration: underline;
}

a.button:hover:before, a.button:focus:before, a.button:active:before,
.button--text:hover:before,
.button--text:focus:before,
.button--text:active:before {
  width: 20px;
  right: 6px;
}

a.button:hover:after, a.button:focus:after, a.button:active:after,
.button--text:hover:after,
.button--text:focus:after,
.button--text:active:after {
  right: 1px;
}

a.button[disabled],
.button--text[disabled] {
  color: #989798 !important;
  text-decoration: none !important;
  cursor: inherit;
}

a.button[disabled]:before,
.button--text[disabled]:before {
  background-color: #989798 !important;
  width: 14px !important;
  right: 12px !important;
}

a.button[disabled]:after,
.button--text[disabled]:after {
  border-left: 5px solid #989798 !important;
  right: 7px !important;
}

a.button:before,
.button--text:before {
  background-color: #D93E3E;
}

a.button:after,
.button--text:after {
  border-left: 5px solid #D93E3E;
}

a.button:hover, a.button:focus, a.button:active,
.button--text:hover,
.button--text:focus,
.button--text:active {
  color: #D93E3E;
}

.button--text-large {
  text-transform: uppercase;
  font-size: 0.75em;
  line-height: 1.15;
  padding-top: 0.2em;
  padding-right: 32px;
  position: relative;
  color: #0D234C;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  color: #0D234C;
  font-size: 1.25em;
  text-transform: inherit;
}

.button--text-large:before {
  content: '';
  position: absolute;
  display: block;
  right: 12px;
  bottom: calc(50% - 1px);
  height: 2px;
  width: 14px;
  background-color: #D93E3E;
  -webkit-transition: width 0.25s ease, right 0.25s ease;
  transition: width 0.25s ease, right 0.25s ease;
}

.button--text-large:after {
  content: '';
  position: absolute;
  display: block;
  bottom: calc(50% - 4px);
  right: 7px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 5px solid #D93E3E;
  border-bottom: 4px solid transparent;
  -webkit-transition: right 0.25s ease;
  transition: right 0.25s ease;
}

.button--text-large:hover, .button--text-large:focus, .button--text-large:active {
  color: #D93E3E;
  text-decoration: underline;
}

.button--text-large:hover:before, .button--text-large:focus:before, .button--text-large:active:before {
  width: 20px;
  right: 6px;
}

.button--text-large:hover:after, .button--text-large:focus:after, .button--text-large:active:after {
  right: 1px;
}

.button--text-large[disabled] {
  color: #989798 !important;
  text-decoration: none !important;
  cursor: inherit;
}

.button--text-large[disabled]:before {
  background-color: #989798 !important;
  width: 14px !important;
  right: 12px !important;
}

.button--text-large[disabled]:after {
  border-left: 5px solid #989798 !important;
  right: 7px !important;
}

.button--text-large:before {
  background-color: #D93E3E;
}

.button--text-large:after {
  border-left: 5px solid #D93E3E;
}

.button--text-large:hover, .button--text-large:focus, .button--text-large:active {
  color: #D93E3E;
}

.button--secondary {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 0.745em;
  line-height: 1.15;
  padding: 1.6435em 1.875em 1.274em 1.875em;
  text-align: center;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  color: #0D234C;
  background-color: transparent;
  border: 1px solid #D93E3E;
}

.button--secondary:hover, .button--secondary:active, .button--secondary:focus {
  text-decoration: none;
}

.button--secondary:hover {
  color: #fff;
  background-color: #D93E3E;
}

.button--secondary:active, .button--secondary:focus {
  color: #fff;
  background-color: #EA4646;
  border: 1px solid #EA4646;
}

.button--secondary[disabled] {
  background-color: #EBE7E3;
  color: #989798;
  border: 1px solid #989798;
  outline: none;
  cursor: default;
}

.button--secondary[disabled]:hover, .button--secondary[disabled]:active, .button--secondary[disabled]:focus {
  background-color: #EBE7E3;
  color: #989798;
  border: 1px solid #989798;
  outline: none;
}

.button--round {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  padding: 1.625rem;
  height: 7.5rem;
  width: 7.5rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.16;
  text-align: center;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  color: #0D234C;
  background-color: transparent;
  border: 1px solid #D93E3E;
}

.button--round:hover, .button--round:active, .button--round:focus {
  text-decoration: none;
}

.button--round:hover {
  color: #fff;
  background-color: #D93E3E;
}

.button--round:active, .button--round:focus {
  color: #fff;
  background-color: #EA4646;
  border: 1px solid #EA4646;
}

.button--round[disabled] {
  background-color: #EBE7E3;
  color: #989798;
  border: 1px solid #989798;
  outline: none;
  cursor: default;
}

.button--round[disabled]:hover, .button--round[disabled]:active, .button--round[disabled]:focus {
  background-color: #EBE7E3;
  color: #989798;
  border: 1px solid #989798;
  outline: none;
}

.decor--background-dark button {
  color: #fff;
}

.decor--background-dark a.button,
.decor--background-dark .button--text {
  text-transform: uppercase;
  font-size: 0.75em;
  line-height: 1.15;
  padding-top: 0.2em;
  padding-right: 32px;
  position: relative;
  color: #0D234C;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  color: #fff;
}

.decor--background-dark a.button:before,
.decor--background-dark .button--text:before {
  content: '';
  position: absolute;
  display: block;
  right: 12px;
  bottom: calc(50% - 1px);
  height: 2px;
  width: 14px;
  background-color: #D93E3E;
  -webkit-transition: width 0.25s ease, right 0.25s ease;
  transition: width 0.25s ease, right 0.25s ease;
}

.decor--background-dark a.button:after,
.decor--background-dark .button--text:after {
  content: '';
  position: absolute;
  display: block;
  bottom: calc(50% - 4px);
  right: 7px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 5px solid #D93E3E;
  border-bottom: 4px solid transparent;
  -webkit-transition: right 0.25s ease;
  transition: right 0.25s ease;
}

.decor--background-dark a.button:hover, .decor--background-dark a.button:focus, .decor--background-dark a.button:active,
.decor--background-dark .button--text:hover,
.decor--background-dark .button--text:focus,
.decor--background-dark .button--text:active {
  color: #D93E3E;
  text-decoration: underline;
}

.decor--background-dark a.button:hover:before, .decor--background-dark a.button:focus:before, .decor--background-dark a.button:active:before,
.decor--background-dark .button--text:hover:before,
.decor--background-dark .button--text:focus:before,
.decor--background-dark .button--text:active:before {
  width: 20px;
  right: 6px;
}

.decor--background-dark a.button:hover:after, .decor--background-dark a.button:focus:after, .decor--background-dark a.button:active:after,
.decor--background-dark .button--text:hover:after,
.decor--background-dark .button--text:focus:after,
.decor--background-dark .button--text:active:after {
  right: 1px;
}

.decor--background-dark a.button[disabled],
.decor--background-dark .button--text[disabled] {
  color: #989798 !important;
  text-decoration: none !important;
  cursor: inherit;
}

.decor--background-dark a.button[disabled]:before,
.decor--background-dark .button--text[disabled]:before {
  background-color: #989798 !important;
  width: 14px !important;
  right: 12px !important;
}

.decor--background-dark a.button[disabled]:after,
.decor--background-dark .button--text[disabled]:after {
  border-left: 5px solid #989798 !important;
  right: 7px !important;
}

.decor--background-dark a.button:before,
.decor--background-dark .button--text:before {
  background-color: #D93E3E;
}

.decor--background-dark a.button:after,
.decor--background-dark .button--text:after {
  border-left: 5px solid #D93E3E;
}

.decor--background-dark a.button:hover, .decor--background-dark a.button:focus, .decor--background-dark a.button:active,
.decor--background-dark .button--text:hover,
.decor--background-dark .button--text:focus,
.decor--background-dark .button--text:active {
  color: #D93E3E;
}

.decor--background-dark .button--text-large {
  text-transform: uppercase;
  font-size: 0.75em;
  line-height: 1.15;
  padding-top: 0.2em;
  padding-right: 32px;
  position: relative;
  color: #0D234C;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  color: #fff;
  font-size: 1.25em;
  text-transform: inherit;
}

.decor--background-dark .button--text-large:before {
  content: '';
  position: absolute;
  display: block;
  right: 12px;
  bottom: calc(50% - 1px);
  height: 2px;
  width: 14px;
  background-color: #D93E3E;
  -webkit-transition: width 0.25s ease, right 0.25s ease;
  transition: width 0.25s ease, right 0.25s ease;
}

.decor--background-dark .button--text-large:after {
  content: '';
  position: absolute;
  display: block;
  bottom: calc(50% - 4px);
  right: 7px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 5px solid #D93E3E;
  border-bottom: 4px solid transparent;
  -webkit-transition: right 0.25s ease;
  transition: right 0.25s ease;
}

.decor--background-dark .button--text-large:hover, .decor--background-dark .button--text-large:focus, .decor--background-dark .button--text-large:active {
  color: #D93E3E;
  text-decoration: underline;
}

.decor--background-dark .button--text-large:hover:before, .decor--background-dark .button--text-large:focus:before, .decor--background-dark .button--text-large:active:before {
  width: 20px;
  right: 6px;
}

.decor--background-dark .button--text-large:hover:after, .decor--background-dark .button--text-large:focus:after, .decor--background-dark .button--text-large:active:after {
  right: 1px;
}

.decor--background-dark .button--text-large[disabled] {
  color: #989798 !important;
  text-decoration: none !important;
  cursor: inherit;
}

.decor--background-dark .button--text-large[disabled]:before {
  background-color: #989798 !important;
  width: 14px !important;
  right: 12px !important;
}

.decor--background-dark .button--text-large[disabled]:after {
  border-left: 5px solid #989798 !important;
  right: 7px !important;
}

.decor--background-dark .button--text-large:before {
  background-color: #D93E3E;
}

.decor--background-dark .button--text-large:after {
  border-left: 5px solid #D93E3E;
}

.decor--background-dark .button--text-large:hover, .decor--background-dark .button--text-large:focus, .decor--background-dark .button--text-large:active {
  color: #D93E3E;
}

.decor--background-dark .button--secondary {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 0.745em;
  line-height: 1.15;
  padding: 1.6435em 1.875em 1.274em 1.875em;
  text-align: center;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  color: #fff;
  background-color: transparent;
  border: 1px solid #D93E3E;
  text-decoration: none;
}

.decor--background-dark .button--secondary:hover, .decor--background-dark .button--secondary:active, .decor--background-dark .button--secondary:focus {
  text-decoration: none;
}

.decor--background-dark .button--secondary:hover {
  color: #fff;
  background-color: #D93E3E;
}

.decor--background-dark .button--secondary:active, .decor--background-dark .button--secondary:focus {
  color: #fff;
  background-color: #EA4646;
  border: 1px solid #EA4646;
}

.decor--background-dark .button--secondary[disabled] {
  background-color: #495A79;
  color: #C1CDD0;
  border: 1px solid #C1CDD0;
  outline: none;
  cursor: default;
}

.decor--background-dark .button--secondary[disabled]:hover, .decor--background-dark .button--secondary[disabled]:active, .decor--background-dark .button--secondary[disabled]:focus {
  background-color: #495A79;
  color: #C1CDD0;
  border: 1px solid #C1CDD0;
  outline: none;
}

.decor--background-dark .button--round {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  padding: 1.625rem;
  height: 7.5rem;
  width: 7.5rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.16;
  text-align: center;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  color: #fff;
  background-color: transparent;
  border: 1px solid #D93E3E;
  text-decoration: none;
}

.decor--background-dark .button--round:hover, .decor--background-dark .button--round:active, .decor--background-dark .button--round:focus {
  text-decoration: none;
}

.decor--background-dark .button--round:hover {
  color: #fff;
  background-color: #D93E3E;
}

.decor--background-dark .button--round:active, .decor--background-dark .button--round:focus {
  color: #fff;
  background-color: #EA4646;
  border: 1px solid #EA4646;
}

.decor--background-dark .button--round[disabled] {
  background-color: #495A79;
  color: #C1CDD0;
  border: 1px solid #C1CDD0;
  outline: none;
  cursor: default;
}

.decor--background-dark .button--round[disabled]:hover, .decor--background-dark .button--round[disabled]:active, .decor--background-dark .button--round[disabled]:focus {
  background-color: #495A79;
  color: #C1CDD0;
  border: 1px solid #C1CDD0;
  outline: none;
}

.button--text-dark-background {
  text-transform: uppercase;
  font-size: 0.75em;
  line-height: 1.15;
  padding-top: 0.2em;
  padding-right: 32px;
  position: relative;
  color: #0D234C;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  color: #fff;
}

.button--text-dark-background:before {
  content: '';
  position: absolute;
  display: block;
  right: 12px;
  bottom: calc(50% - 1px);
  height: 2px;
  width: 14px;
  background-color: #D93E3E;
  -webkit-transition: width 0.25s ease, right 0.25s ease;
  transition: width 0.25s ease, right 0.25s ease;
}

.button--text-dark-background:after {
  content: '';
  position: absolute;
  display: block;
  bottom: calc(50% - 4px);
  right: 7px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 5px solid #D93E3E;
  border-bottom: 4px solid transparent;
  -webkit-transition: right 0.25s ease;
  transition: right 0.25s ease;
}

.button--text-dark-background:hover, .button--text-dark-background:focus, .button--text-dark-background:active {
  color: #D93E3E;
  text-decoration: underline;
}

.button--text-dark-background:hover:before, .button--text-dark-background:focus:before, .button--text-dark-background:active:before {
  width: 20px;
  right: 6px;
}

.button--text-dark-background:hover:after, .button--text-dark-background:focus:after, .button--text-dark-background:active:after {
  right: 1px;
}

.button--text-dark-background[disabled] {
  color: #989798 !important;
  text-decoration: none !important;
  cursor: inherit;
}

.button--text-dark-background[disabled]:before {
  background-color: #989798 !important;
  width: 14px !important;
  right: 12px !important;
}

.button--text-dark-background[disabled]:after {
  border-left: 5px solid #989798 !important;
  right: 7px !important;
}

.button--text-dark-background:before {
  background-color: #D93E3E;
}

.button--text-dark-background:after {
  border-left: 5px solid #D93E3E;
}

.button--text-dark-background:hover, .button--text-dark-background:focus, .button--text-dark-background:active {
  color: #D93E3E;
}

.button--text-large-dark-background {
  text-transform: uppercase;
  font-size: 0.75em;
  line-height: 1.15;
  padding-top: 0.2em;
  padding-right: 32px;
  position: relative;
  color: #0D234C;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  color: #fff;
  font-size: 1.25em;
  text-transform: inherit;
}

.button--text-large-dark-background:before {
  content: '';
  position: absolute;
  display: block;
  right: 12px;
  bottom: calc(50% - 1px);
  height: 2px;
  width: 14px;
  background-color: #D93E3E;
  -webkit-transition: width 0.25s ease, right 0.25s ease;
  transition: width 0.25s ease, right 0.25s ease;
}

.button--text-large-dark-background:after {
  content: '';
  position: absolute;
  display: block;
  bottom: calc(50% - 4px);
  right: 7px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 5px solid #D93E3E;
  border-bottom: 4px solid transparent;
  -webkit-transition: right 0.25s ease;
  transition: right 0.25s ease;
}

.button--text-large-dark-background:hover, .button--text-large-dark-background:focus, .button--text-large-dark-background:active {
  color: #D93E3E;
  text-decoration: underline;
}

.button--text-large-dark-background:hover:before, .button--text-large-dark-background:focus:before, .button--text-large-dark-background:active:before {
  width: 20px;
  right: 6px;
}

.button--text-large-dark-background:hover:after, .button--text-large-dark-background:focus:after, .button--text-large-dark-background:active:after {
  right: 1px;
}

.button--text-large-dark-background[disabled] {
  color: #989798 !important;
  text-decoration: none !important;
  cursor: inherit;
}

.button--text-large-dark-background[disabled]:before {
  background-color: #989798 !important;
  width: 14px !important;
  right: 12px !important;
}

.button--text-large-dark-background[disabled]:after {
  border-left: 5px solid #989798 !important;
  right: 7px !important;
}

.button--text-large-dark-background:before {
  background-color: #D93E3E;
}

.button--text-large-dark-background:after {
  border-left: 5px solid #D93E3E;
}

.button--text-large-dark-background:hover, .button--text-large-dark-background:focus, .button--text-large-dark-background:active {
  color: #D93E3E;
}

.button--secondary-dark-background {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 0.745em;
  line-height: 1.15;
  padding: 1.6435em 1.875em 1.274em 1.875em;
  text-align: center;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  color: #fff;
  background-color: transparent;
  border: 1px solid #D93E3E;
  text-decoration: none;
}

.button--secondary-dark-background:hover, .button--secondary-dark-background:active, .button--secondary-dark-background:focus {
  text-decoration: none;
}

.button--secondary-dark-background:hover {
  color: #fff;
  background-color: #D93E3E;
}

.button--secondary-dark-background:active, .button--secondary-dark-background:focus {
  color: #fff;
  background-color: #EA4646;
  border: 1px solid #EA4646;
}

.button--secondary-dark-background[disabled] {
  background-color: #495A79;
  color: #C1CDD0;
  border: 1px solid #C1CDD0;
  outline: none;
  cursor: default;
}

.button--secondary-dark-background[disabled]:hover, .button--secondary-dark-background[disabled]:active, .button--secondary-dark-background[disabled]:focus {
  background-color: #495A79;
  color: #C1CDD0;
  border: 1px solid #C1CDD0;
  outline: none;
}

.button--round-dark-background {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  padding: 1.625rem;
  height: 7.5rem;
  width: 7.5rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.16;
  text-align: center;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  color: #fff;
  background-color: transparent;
  border: 1px solid #D93E3E;
  text-decoration: none;
}

.button--round-dark-background:hover, .button--round-dark-background:active, .button--round-dark-background:focus {
  text-decoration: none;
}

.button--round-dark-background:hover {
  color: #fff;
  background-color: #D93E3E;
}

.button--round-dark-background:active, .button--round-dark-background:focus {
  color: #fff;
  background-color: #EA4646;
  border: 1px solid #EA4646;
}

.button--round-dark-background[disabled] {
  background-color: #495A79;
  color: #C1CDD0;
  border: 1px solid #C1CDD0;
  outline: none;
  cursor: default;
}

.button--round-dark-background[disabled]:hover, .button--round-dark-background[disabled]:active, .button--round-dark-background[disabled]:focus {
  background-color: #495A79;
  color: #C1CDD0;
  border: 1px solid #C1CDD0;
  outline: none;
}

.decor--background-dark {
  background-color: #0D234C;
  color: #fff;
}

.decor--background-sand-shade {
  background-color: #EBE7E3;
  color: #fff;
}

h1 {
  font-family: "Josefin Sans", sans-serif;
  color: #0D234C;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (max-width: 990px) {
  h1 {
    font-size: 2.125rem;
  }
}

h2 {
  font-family: "Josefin Sans", sans-serif;
  color: #0D234C;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.16667;
  text-transform: uppercase;
}

@media (max-width: 990px) {
  h2 {
    font-size: 1.25rem;
  }
}

h3 {
  font-family: "Josefin Sans", sans-serif;
  color: #0D234C;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (max-width: 990px) {
  h3 {
    font-size: 1rem;
  }
}

h4 {
  font-family: "Josefin Sans", sans-serif;
  color: #0D234C;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.22727;
}

@media (max-width: 990px) {
  h4 {
    font-size: 1.25rem;
  }
}

h5 {
  font-family: "Josefin Sans", sans-serif;
  color: #0D234C;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.22222;
}

@media (max-width: 990px) {
  h5 {
    font-size: 1.0625rem;
  }
}

h6 {
  font-family: "Josefin Sans", sans-serif;
  color: #0D234C;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.33333;
  text-transform: uppercase;
}

.decor--background-dark h1, .decor--background-dark h2, .decor--background-dark h3, .decor--background-dark h4, .decor--background-dark h5, .decor--background-dark h6 {
  color: #fff;
}

hr {
  background-color: #989798;
  border: none;
  height: 1px;
}

hr.hr--large {
  height: 2px;
}

hr.hr--small {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.l-content-constrain.l-body-container {
  max-width: 774px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
}

.l-content-constrain.l-paragraph-container > .paragraph {
  max-width: 774px;
  margin-left: auto;
  margin-right: auto;
}

.l-content-constrain.l-paragraph-container > .paragraph.paragraph--image, .l-content-constrain.l-paragraph-container > .paragraph.paragraph--video, .l-content-constrain.l-paragraph-container > .paragraph.paragraph--accordion {
  max-width: 884px;
  margin-left: auto;
  margin-right: auto;
}

.l-content-constrain.l-paragraph-container > .paragraph.paragraph--latest-news, .l-content-constrain.l-paragraph-container > .paragraph.paragraph--multi-image, .l-content-constrain.l-paragraph-container > .paragraph.paragraph--aligned-image-feature, .l-content-constrain.l-paragraph-container > .paragraph.paragraph--aligned-video-feature, .l-content-constrain.l-paragraph-container > .paragraph.paragraph--quote, .l-content-constrain.l-paragraph-container > .paragraph.paragraph--contact-area, .l-content-constrain.l-paragraph-container > .paragraph.paragraph--statistic, .l-content-constrain.l-paragraph-container > .paragraph.paragraph--annual-events, .l-content-constrain.l-paragraph-container > .paragraph.paragraph--iframe, .l-content-constrain.l-paragraph-container > .paragraph.paragraph--impact-data {
  max-width: 1054px;
  margin-left: auto;
  margin-right: auto;
}

.l-content-constrain.l-paragraph-container > .paragraph.paragraph--featured-block, .l-content-constrain.l-paragraph-container > .paragraph.paragraph--image-collage, .l-content-constrain.l-paragraph-container > .paragraph.paragraph--media-center, .l-content-constrain.l-paragraph-container > .paragraph.paragraph--specialized-events, .l-content-constrain.l-paragraph-container > .paragraph.paragraph--view, .l-content-constrain.l-paragraph-container > .paragraph.paragraph--block {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.node--homepage .paragraph--homepage-events,
.node--homepage .paragraph--latest-news {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.landing-content .landing-preamble {
  max-width: 774px;
  margin-left: auto;
  margin-right: auto;
}

a {
  color: #D93E3E;
  text-decoration: none;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

a:hover, a:focus {
  color: #D93E3E;
  text-decoration: underline;
}

a:active {
  color: #D93E3E;
  text-decoration: none;
}

.field--name-field-wysiwyg ul {
  list-style: none;
  padding-left: 1.8em;
  margin-left: 1.2em;
}

.field--name-field-wysiwyg ul li {
  margin: 0.1em 0;
  position: relative;
}

.field--name-field-wysiwyg ul ul,
.field--name-field-wysiwyg ul ol {
  margin-left: 0;
}

.field--name-field-wysiwyg ul > li:before {
  content: '';
  position: absolute;
  display: block;
  width: 0.56em;
  height: 0.56em;
  background-color: #495A79;
  border: solid 1px #495A79;
  top: 0.5em;
  left: -1.75em;
  border-radius: 0 49px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.field--name-field-wysiwyg ul > li > ul > li:before {
  content: '';
  position: absolute;
  display: block;
  width: 0.56em;
  height: 0.56em;
  background-color: transparent;
  border: solid 1px #495A79;
  top: 0.5em;
  left: -1.75em;
  border-radius: 0 49px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.field--name-field-wysiwyg ul > li > ul > li > ul > li:before {
  content: '';
  position: absolute;
  display: block;
  width: 0.75em;
  height: 1px;
  background-color: #495A79;
  border: none;
  top: 0.65em;
  left: -1.75em;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.field--name-field-wysiwyg ol {
  margin-left: 0;
  padding-left: 2.3em;
}

.field--name-field-wysiwyg ol li {
  margin: 0.1em 0;
  padding-left: 0.7em;
}

.field--name-field-wysiwyg ol ol,
.field--name-field-wysiwyg ol ul {
  padding-left: 1.125em;
}

.l-page .ui-widget-content a {
  color: #D93E3E;
  text-decoration: none;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.l-page .ui-widget-content a:hover, .l-page .ui-widget-content a:focus {
  color: #D93E3E;
  text-decoration: underline;
}

.l-page .ui-widget-content a:active {
  color: #D93E3E;
  text-decoration: none;
}

.block--main svg {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

table {
  border: none;
  border-spacing: 2px;
  line-height: 1.2;
}

table th {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.3333;
  text-transform: uppercase;
  background-color: #989798;
  color: #fff;
  letter-spacing: 0.2px;
  padding: 0.5rem;
  padding-top: 0.7rem;
  border: none;
  text-align: left;
}

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

table td {
  padding: 0.5rem;
  border: none;
  text-align: left;
  font-size: 0.875rem;
}

table caption {
  font-size: 0.875;
  letter-spacing: 0.14px;
  color: #495A79;
  line-height: 1.2857;
  margin-top: 0.5rem;
}

.l-responsive-table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.l-responsive-table table {
  max-width: 100% !important;
  width: 100%;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: oblique;
}

i {
  font-style: italic;
}

small {
  font-size: 0.8em;
}

big {
  font-size: 1.2em;
}

dl dt {
  font-weight: 700;
}

abbr {
  text-transform: uppercase;
}

.caption {
  font-family: "Source Serif Pro", serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #495A79;
}

.form-checkbox {
  opacity: 0;
  margin-right: 7px;
}

.form-checkbox + label {
  position: relative;
  display: inline-block;
  line-height: 1.3333;
  padding-top: 0.175em;
  cursor: pointer;
}

.form-checkbox + label:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: -26px;
  border-radius: 0;
  border: 1px solid #0D234C;
  background-color: #fff;
  width: 16px;
  height: 16px;
}

.form-checkbox + label:after {
  content: '';
  position: absolute;
  display: inline-block;
  left: -25px;
  top: 1px;
  border-radius: 0;
  width: 14px;
  height: 14px;
  background-color: #fff;
  background-size: 12px;
  background-position: center center;
  background-repeat: no-repeat;
}

.form-checkbox:checked + label:after {
  background-color: #0D234C;
  background-image: url("/themes/aba/img/icons/check.svg");
}

.form-checkbox[disabled] + label {
  cursor: inherit;
}

.form-checkbox[disabled] + label:before {
  border: 1px solid #989798;
  background-color: #EBE7E3;
}

.form-checkbox[disabled] + label:after {
  background-color: #EBE7E3;
}

.form-checkbox[disabled]:checked + label:after {
  background-color: #737172 !important;
  background-image: url("/themes/aba/img/icons/check.svg") !important;
}

.decor--background-dark .form-checkbox:checked + label:after {
  background-color: #fff;
  background-image: url("/themes/aba/img/icons/check--navy.svg");
}

.form-item label {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 0.75em;
  line-height: 1.3333;
  text-transform: uppercase;
  margin-right: 4px;
}

.form-radio {
  opacity: 0;
  margin-right: 7px;
}

.form-radio + label {
  position: relative;
  display: inline-block;
  line-height: 1.3333;
  padding-top: 0.175em;
  cursor: pointer;
}

.form-radio + label:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: -26px;
  border-radius: 100%;
  border: 1px solid #0D234C;
  background-color: #fff;
  width: 16px;
  height: 16px;
}

.form-radio + label:after {
  content: '';
  position: absolute;
  display: inline-block;
  left: -23px;
  top: 3px;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}

.form-radio:checked + label:after {
  background-color: #0D234C;
}

.form-radio[disabled] + label {
  cursor: inherit;
}

.form-radio[disabled] + label:before {
  border: 1px solid #989798;
  background-color: #EBE7E3;
}

.form-radio[disabled]:checked + label:after {
  background-color: #737172 !important;
}

.form-select {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 1em;
  height: 3.125em;
  padding: 0 2em 0 1em;
  max-width: 100%;
  margin: 0;
  font-family: "Source Serif Pro", serif;
  font-weight: 400;
  color: #495A79;
  border: 1px solid #495A79;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #F6F5F3;
  background-image: url("/themes/aba/img/icons/caret-down--navy-muted.svg");
  background-repeat: no-repeat;
  background-position: right 0.5em top 50%;
  background-size: 0.75em;
}

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

.form-select:hover, .form-select:focus {
  color: #0D234C;
  border-color: #0D234C;
  background-image: url("/themes/aba/img/icons/caret-down--navy.svg");
}

.form-select:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.form-select:focus, .form-select:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
}

.form-select:active {
  background-image: url("/themes/aba/img/icons/caret-up--navy.svg");
}

.form-select option {
  font-weight: 400;
}

.form-select[disabled] {
  color: #989798 !important;
  border-color: #989798 !important;
  background-color: #EBE7E3 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-image: url("/themes/aba/img/icons/caret-down--gray.svg") !important;
}

.form-text,
.form-email {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 1em;
  height: 3.125em;
  padding: 0 1em;
  max-width: 100%;
  margin: 0;
  font-family: "Source Serif Pro", serif;
  font-weight: 400;
  color: #495A79;
  border: 1px solid #495A79;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #F6F5F3;
}

.form-text:hover,
.form-email:hover {
  color: #0D234C;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.form-text:focus, .form-text:active,
.form-email:focus,
.form-email:active {
  border-color: #0D234C;
  color: #0D234C;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-text[disabled],
.form-email[disabled] {
  color: #989798 !important;
  border-color: #989798 !important;
  background-color: #EBE7E3 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

textarea {
  font-size: 1em;
  padding: 0.5em 1em;
  max-width: 100%;
  margin: 0;
  font-family: "Source Serif Pro", serif;
  font-weight: 400;
  color: #495A79;
  border: 1px solid #495A79;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #F6F5F3;
}

textarea:hover {
  color: #0D234C;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

textarea:focus, textarea:active {
  border-color: #0D234C;
  color: #0D234C;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea[disabled] {
  color: #989798 !important;
  border-color: #989798 !important;
  background-color: #EBE7E3 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.decor--background-dark .form-text:hover {
  -webkit-box-shadow: 0 5px 10px rgba(246, 245, 243, 0.15);
  box-shadow: 0 5px 10px rgba(246, 245, 243, 0.15);
  border-color: #A3ACBB;
}

.decor--background-dark .form-text:active, .decor--background-dark .form-text:focus {
  border-color: #A3ACBB;
}

.latest-news__articles .article__news-type,
.article-card__hero .article__news-type {
  background-color: #092756;
}

.article__news-type {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.3333;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #fff;
  color: #fff;
  line-height: 1.33;
  padding: 0.3rem 1rem;
}

.article__news-type .article__news-type-icon {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 15px;
  fill: #fff;
  margin-right: 8px;
}

.article__news-type .article__news-type-label {
  padding-top: 0.2rem;
}

.article__tags .field__item {
  display: inline;
  font-family: "Source Serif Pro", serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #495A79;
}

.article__tags .field__item:after {
  content: ', ';
}

.article__tags .field__item:last-child:after {
  content: '';
}

.breadcrumb {
  padding-bottom: 1rem;
}

.breadcrumb a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.3333;
  text-transform: uppercase;
  color: #849BA1;
  line-height: 1.1667;
}

.breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb a:active {
  color: #D93E3E;
}

.breadcrumb a:hover:before, .breadcrumb a:focus:before, .breadcrumb a:active:before {
  background-image: url("/themes/aba/img/icons/caret-down--orange.svg");
}

.breadcrumb a:before {
  content: '';
  display: inline-block;
  margin-right: 6px;
  height: 10px;
  width: 10px;
  background-image: url("/themes/aba/img/icons/caret-down--gray-green.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.eu-cookie-compliance-banner {
  padding: 2rem;
  background-color: #0D234C;
  color: #fff;
  font-family: "Source Serif Pro", serif;
  line-height: 1.5;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-content {
  max-width: 1054px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message {
  float: none;
  max-width: calc(100% - 16rem);
  width: 100%;
  padding-right: 1rem;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message h2 {
  text-transform: inherit;
  font-size: 1.2rem;
  letter-spacing: 0.6px;
  margin-top: 0;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message p {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.3333;
  text-transform: uppercase;
  font-weight: 300;
}

@media (max-width: 950px) {
  .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message {
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 2rem;
  }
}

.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: none;
  margin: 0;
  padding-left: 1rem;
  width: 100%;
  max-width: 16rem;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .agree-button {
  margin: 0;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .decline-button {
  -webkit-appearance: none;
  border-radius: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 0.745em;
  line-height: 1.15;
  padding: 1.6435em 1.875em 1.274em 1.875em;
  text-align: center;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  color: #fff;
  background-color: transparent;
  border: 1px solid #D93E3E;
  text-decoration: none;
  margin-left: 1rem;
  font-size: 0.9rem;
  padding: 1.2em 1.4em 1em 1.4em;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .decline-button:hover, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .decline-button:active, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .decline-button:focus {
  text-decoration: none;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .decline-button:hover {
  color: #fff;
  background-color: #D93E3E;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .decline-button:active, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .decline-button:focus {
  color: #fff;
  background-color: #EA4646;
  border: 1px solid #EA4646;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .decline-button[disabled] {
  background-color: #495A79;
  color: #C1CDD0;
  border: 1px solid #C1CDD0;
  outline: none;
  cursor: default;
}

.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .decline-button[disabled]:hover, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .decline-button[disabled]:active, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .decline-button[disabled]:focus {
  background-color: #495A79;
  color: #C1CDD0;
  border: 1px solid #C1CDD0;
  outline: none;
}

@media (max-width: 950px) {
  .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    padding-left: 0;
  }
}

.message-banner {
  background-color: #EAE9E7;
  border: 2px solid #849BA1;
}

.message-banner .message-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 5px;
  font-size: 1.2rem;
  line-height: 1.6;
}

@media (max-width: 680px) {
  .message-banner .message-banner__content {
    font-size: 1rem;
    padding: 5px;
  }
}

.message-banner .message-banner__text {
  color: #333132;
  margin-right: 1rem;
}

@media (max-width: 680px) {
  .message-banner .message-banner__text {
    margin-right: 0.5rem;
  }
}

.message-banner .message-banner__text p {
  text-align: left !important;
  margin: 0;
}

.message-banner .message-banner__close-button .message-banner__close-icon {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  fill: #0D234C;
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}

.message-banner .message-banner__close-button button {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  width: 24px;
  height: 24px;
}

.message-banner .message-banner__close-button button:hover, .message-banner .message-banner__close-button button:active, .message-banner .message-banner__close-button button:focus {
  text-decoration: none;
}

.message-banner .message-banner__close-button button:hover .message-banner__close-icon, .message-banner .message-banner__close-button button:focus .message-banner__close-icon, .message-banner .message-banner__close-button button:active .message-banner__close-icon {
  fill: #D93E3E;
}

.pager {
  font-size: 12px;
  line-height: 1.15;
  color: #fff;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
}

.pager .pager__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
}

.pager .pager__item {
  margin: 0.25rem;
}

.pager .pager__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  position: relative;
  color: #fff;
  background-color: transition;
  padding: 1rem;
  border-radius: 100%;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.pager .pager__item a:hover, .pager .pager__item a:focus, .pager .pager__item a:active {
  background-color: #D93E3E;
}

.pager .pager__item.is-active > a {
  background-color: #495A79;
}

.pager .pager__item--next {
  margin-left: 1rem;
}

.pager .pager__item--previous {
  margin-right: 1rem;
}

.pager .pager__item--next > a,
.pager .pager__item--previous > a {
  padding: 0;
  padding-top: 0.2em;
  width: inherit;
  height: inherit;
}

.pager .pager__item--next > a:before,
.pager .pager__item--previous > a:before {
  content: '';
  position: absolute;
  display: block;
  right: 12px;
  bottom: calc(50% - 1px);
  height: 2px;
  width: 14px;
  background-color: #D93E3E;
  -webkit-transition: width 0.25s ease, left 0.25s ease, right 0.25s ease;
  transition: width 0.25s ease, left 0.25s ease, right 0.25s ease;
}

.pager .pager__item--next > a:after,
.pager .pager__item--previous > a:after {
  content: '';
  position: absolute;
  display: block;
  bottom: calc(50% - 4px);
  right: 7px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 5px solid #D93E3E;
  border-bottom: 4px solid transparent;
  -webkit-transition: left 0.25s ease, right 0.25s ease;
  transition: left 0.25s ease, right 0.25s ease;
}

.pager .pager__item--next > a:hover, .pager .pager__item--next > a:focus, .pager .pager__item--next > a:active,
.pager .pager__item--previous > a:hover,
.pager .pager__item--previous > a:focus,
.pager .pager__item--previous > a:active {
  color: #D93E3E;
  text-decoration: underline;
  background-color: transparent;
}

.pager .pager__item--next > a:hover:before, .pager .pager__item--next > a:focus:before, .pager .pager__item--next > a:active:before,
.pager .pager__item--previous > a:hover:before,
.pager .pager__item--previous > a:focus:before,
.pager .pager__item--previous > a:active:before {
  width: 20px;
  right: 6px;
}

.pager .pager__item--next > a:hover:after, .pager .pager__item--next > a:focus:after, .pager .pager__item--next > a:active:after,
.pager .pager__item--previous > a:hover:after,
.pager .pager__item--previous > a:focus:after,
.pager .pager__item--previous > a:active:after {
  right: 1px;
}

.pager .pager__item--next > a {
  padding-right: 32px;
}

.pager .pager__item--previous > a {
  padding-left: 32px;
}

.pager .pager__item--previous > a:before {
  right: inherit;
  left: 12px;
}

.pager .pager__item--previous > a:after {
  left: 7px;
  right: inherit;
  border-left: none;
  border-top: 4px solid transparent;
  border-right: 5px solid #D93E3E;
  border-bottom: 4px solid transparent;
}

.pager .pager__item--previous > a:hover, .pager .pager__item--previous > a:focus, .pager .pager__item--previous > a:active {
  color: #D93E3E;
  text-decoration: underline;
}

.pager .pager__item--previous > a:hover:before, .pager .pager__item--previous > a:focus:before, .pager .pager__item--previous > a:active:before {
  width: 20px;
  right: inherit;
  left: 6px;
}

.pager .pager__item--previous > a:hover:after, .pager .pager__item--previous > a:focus:after, .pager .pager__item--previous > a:active:after {
  right: inherit;
  left: 1px;
}

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

.post-content {
  background-color: #EBE7E3;
  overflow: hidden;
}

.post-content .paragraph {
  max-width: 1054px;
  margin-left: auto;
  margin-right: auto;
}

.scroll-note {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 80px;
  width: 60px;
}

.scroll-note__icon {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 20px;
}

.scroll-note__text {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.3333;
  text-transform: uppercase;
  color: #495A79;
  margin-top: 12px;
}

.social-addthis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-addthis .social-addthis__label {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.3333;
  text-transform: uppercase;
  color: #0D234C;
  letter-spacing: 1.6px;
  padding-top: 0.15rem;
  margin-right: 0.5rem;
}

.social-addthis .at-share-btn-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-addthis .at-share-btn-elements .at-share-btn {
  display: block;
  background-color: transparent !important;
  height: 20px;
  width: 20px;
  font-size: 0.1px;
  color: transparent;
  overflow: hidden;
  background-image: url("/themes/aba/img/icons/envelope-solid--gray-green.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  padding: 0;
  margin: 0 0.7rem;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.social-addthis .at-share-btn-elements .at-share-btn:hover, .social-addthis .at-share-btn-elements .at-share-btn:active, .social-addthis .at-share-btn-elements .at-share-btn:focus {
  background-image: url("/themes/aba/img/icons/envelope-solid--orange.svg");
  -webkit-transform: none !important;
  transform: none !important;
}

.social-addthis .at-share-btn-elements .at-share-btn .at-icon-wrapper {
  display: none;
}

.social-addthis .at-share-btn-elements .at-share-btn.at-svc-facebook {
  background-image: url("/themes/aba/img/icons/brand-facebook--gray-green.svg");
}

.social-addthis .at-share-btn-elements .at-share-btn.at-svc-facebook:hover, .social-addthis .at-share-btn-elements .at-share-btn.at-svc-facebook:active, .social-addthis .at-share-btn-elements .at-share-btn.at-svc-facebook:focus {
  background-image: url("/themes/aba/img/icons/brand-facebook--orange.svg");
}

.social-addthis .at-share-btn-elements .at-share-btn.at-svc-twitter {
  background-image: url("/themes/aba/img/icons/brand-twitter--gray-green.svg");
}

.social-addthis .at-share-btn-elements .at-share-btn.at-svc-twitter:hover, .social-addthis .at-share-btn-elements .at-share-btn.at-svc-twitter:active, .social-addthis .at-share-btn-elements .at-share-btn.at-svc-twitter:focus {
  background-image: url("/themes/aba/img/icons/brand-twitter--orange.svg");
}

.social-addthis .at-share-btn-elements .at-share-btn.at-svc-instagram {
  background-image: url("/themes/aba/img/icons/brand-instagram--gray-green.svg");
}

.social-addthis .at-share-btn-elements .at-share-btn.at-svc-instagram:hover, .social-addthis .at-share-btn-elements .at-share-btn.at-svc-instagram:active, .social-addthis .at-share-btn-elements .at-share-btn.at-svc-instagram:focus {
  background-image: url("/themes/aba/img/icons/brand-instagram--orange.svg");
}

.social-addthis .at-share-btn-elements .at-share-btn.at-svc-linkedin {
  background-image: url("/themes/aba/img/icons/brand-linkedin--gray-green.svg");
}

.social-addthis .at-share-btn-elements .at-share-btn.at-svc-linkedin:hover, .social-addthis .at-share-btn-elements .at-share-btn.at-svc-linkedin:active, .social-addthis .at-share-btn-elements .at-share-btn.at-svc-linkedin:focus {
  background-image: url("/themes/aba/img/icons/brand-linkedin--orange.svg");
}

@media (max-width: 990px) {
  .social-addthis {
    display: none;
  }
}

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

.social-list .social-list__item {
  padding: 0.25rem 0.7rem;
}

.social-list .social-list__item .field__label {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
  font-size: 0.1px;
  color: transparent;
  background-color: transparent;
  margin: 0;
  padding: 0;
}

.social-list .social-list__item a {
  display: block;
  height: 20px;
  width: 20px;
  font-size: 0.1px;
  color: transparent;
  overflow: hidden;
  background-image: url("/themes/aba/img/icons/envelope-solid--gray-green.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}

.social-list .social-list__item a:hover, .social-list .social-list__item a:active, .social-list .social-list__item a:focus {
  background-image: url("/themes/aba/img/icons/envelope-solid--orange.svg");
}

.social-list .social-list__item.social-list__item--facebook a {
  background-image: url("/themes/aba/img/icons/brand-facebook--gray-green.svg");
}

.social-list .social-list__item.social-list__item--facebook a:hover, .social-list .social-list__item.social-list__item--facebook a:active, .social-list .social-list__item.social-list__item--facebook a:focus {
  background-image: url("/themes/aba/img/icons/brand-facebook--orange.svg");
}

.social-list .social-list__item.social-list__item--twitter a {
  background-image: url("/themes/aba/img/icons/brand-twitter--gray-green.svg");
}

.social-list .social-list__item.social-list__item--twitter a:hover, .social-list .social-list__item.social-list__item--twitter a:active, .social-list .social-list__item.social-list__item--twitter a:focus {
  background-image: url("/themes/aba/img/icons/brand-twitter--orange.svg");
}

.social-list .social-list__item.social-list__item--instagram a {
  background-image: url("/themes/aba/img/icons/brand-instagram--gray-green.svg");
}

.social-list .social-list__item.social-list__item--instagram a:hover, .social-list .social-list__item.social-list__item--instagram a:active, .social-list .social-list__item.social-list__item--instagram a:focus {
  background-image: url("/themes/aba/img/icons/brand-instagram--orange.svg");
}

.social-list .social-list__item.social-list__item--linkedin a {
  background-image: url("/themes/aba/img/icons/brand-linkedin--gray-green.svg");
}

.social-list .social-list__item.social-list__item--linkedin a:hover, .social-list .social-list__item.social-list__item--linkedin a:active, .social-list .social-list__item.social-list__item--linkedin a:focus {
  background-image: url("/themes/aba/img/icons/brand-linkedin--orange.svg");
}

ul.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0.25rem 1rem;
  width: 100%;
  background-color: #EBE7E3;
}

@media (max-width: 680px) {
  ul.tabs {
    display: none;
  }
}

@media print {
  ul.tabs {
    display: none;
  }
}

ul.tabs li {
  margin: 0;
}

ul.tabs li:first-child a {
  border-bottom-left-radius: 3px;
  border-left: 0;
  border-top-left-radius: 3px;
}

ul.tabs li:last-child a {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

ul.tabs li:before {
  display: none;
}

ul.tabs a {
  font-size: 1rem;
  line-height: 1.2;
  background-color: #0D234C;
  border-color: #0D234C;
  border-left-style: solid;
  border-left-width: 1px;
  border-radius: 0;
  color: #fff;
  display: block;
  margin: 0;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

ul.tabs a:visited {
  background-color: #0D234C;
  color: #fff;
}

ul.tabs a:active, ul.tabs a:focus, ul.tabs a:hover {
  background-color: #D93E3E;
  color: #fff;
}

ul.tabs a.is-active {
  background-color: #495A79;
  color: #fff;
  cursor: default;
}

ul.tabs a.is-active:hover {
  color: #fff;
  text-decoration: none;
}

.webform-submission-contact-form {
  padding: 2rem;
}

@media (max-width: 350px) {
  .webform-submission-contact-form {
    padding: 1rem;
  }
}

.webform-submission-contact-form .form-item {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.webform-submission-contact-form .form-item label {
  min-width: 100px;
  margin-bottom: 0.25em;
}

.webform-submission-contact-form .form-item input,
.webform-submission-contact-form .form-item .form-textarea-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.webform-submission-contact-form .form-item textarea {
  width: 100%;
}

.webform-submission-contact-form .captcha,
.webform-submission-contact-form .form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.paragraph--block .block--contact-us {
  max-width: 774px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4rem 2rem;
  width: 100%;
}

.paragraph--block .block--contact-us > h2 {
  position: relative;
  color: #fff;
}

.paragraph--block .block--contact-us > h2:before {
  content: '';
  position: absolute;
  top: -1.25rem;
  left: calc(50% - 1rem);
  display: block;
  height: 2px;
  width: 2rem;
  background-color: #849BA1;
}

.paragraph--block .block--contact-us .field--name-body {
  text-align: center;
}

.paragraph--block .block--contact-us .field--name-field-link {
  margin-top: 3rem;
}

.paragraph--block .block--contact-us .field--name-field-link > a {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  padding: 1.625rem;
  height: 7.5rem;
  width: 7.5rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.16;
  text-align: center;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  color: #fff;
  background-color: transparent;
  border: 1px solid #D93E3E;
  text-decoration: none;
  height: 9rem;
  width: 9rem;
}

.paragraph--block .block--contact-us .field--name-field-link > a:hover, .paragraph--block .block--contact-us .field--name-field-link > a:active, .paragraph--block .block--contact-us .field--name-field-link > a:focus {
  text-decoration: none;
}

.paragraph--block .block--contact-us .field--name-field-link > a:hover {
  color: #fff;
  background-color: #D93E3E;
}

.paragraph--block .block--contact-us .field--name-field-link > a:active, .paragraph--block .block--contact-us .field--name-field-link > a:focus {
  color: #fff;
  background-color: #EA4646;
  border: 1px solid #EA4646;
}

.paragraph--block .block--contact-us .field--name-field-link > a[disabled] {
  background-color: #495A79;
  color: #C1CDD0;
  border: 1px solid #C1CDD0;
  outline: none;
  cursor: default;
}

.paragraph--block .block--contact-us .field--name-field-link > a[disabled]:hover, .paragraph--block .block--contact-us .field--name-field-link > a[disabled]:active, .paragraph--block .block--contact-us .field--name-field-link > a[disabled]:focus {
  background-color: #495A79;
  color: #C1CDD0;
  border: 1px solid #C1CDD0;
  outline: none;
}

.block--international-baking-industry-exposition .l-featured-event-column--text,
.block--international-baking-industry-exposition .l-featured-event-column--image {
  background-color: #fff;
}

.paragraph--block .block--international-baking-industry-exposition {
  margin: 1rem;
}

.block--newsletter-subscribe {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.625rem 2rem;
}

.block--newsletter-subscribe h2 {
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0px;
  margin-right: 1.875rem;
  text-transform: none;
}

.block--newsletter-subscribe .webform-submission-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.block--newsletter-subscribe .form-email {
  height: 3.125rem;
  border: 1px solid #495A79;
  padding-left: 1.25rem;
  letter-spacing: .01rem;
  width: 19.375rem;
}

.block--newsletter-subscribe .form-actions {
  display: inline-block;
  position: absolute;
  color: #fff;
  text-decoration: underline;
  padding-right: 32px;
  right: 10px;
  top: 8px;
}

.block--newsletter-subscribe .form-actions .webform-button--submit {
  font-size: 0.1px;
  color: transparent;
  position: relative;
  left: 1.875rem;
  width: 2rem;
  height: 2rem;
}

.block--newsletter-subscribe .form-actions:before {
  content: '';
  position: absolute;
  right: 12px;
  bottom: 14px;
  height: 2px;
  width: 14px;
  background-color: #495A79;
  -webkit-transition: width 0.25s ease, right 0.25s ease;
  transition: width 0.25s ease, right 0.25s ease;
}

.block--newsletter-subscribe .form-actions:after {
  content: '';
  position: absolute;
  bottom: 11px;
  right: 7px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 5px solid #495A79;
  border-bottom: 4px solid transparent;
  -webkit-transition: right 0.25s ease;
  transition: right 0.25s ease;
}

.block--newsletter-subscribe .form-actions:hover, .block--newsletter-subscribe .form-actions:focus, .block--newsletter-subscribe .form-actions:active {
  color: #D93E3E;
  text-decoration: underline;
}

.block--newsletter-subscribe .form-actions:hover:before, .block--newsletter-subscribe .form-actions:focus:before, .block--newsletter-subscribe .form-actions:active:before {
  width: 20px;
  right: 6px;
}

.block--newsletter-subscribe .form-actions:hover:after, .block--newsletter-subscribe .form-actions:focus:after, .block--newsletter-subscribe .form-actions:active:after {
  right: 1px;
}

@media screen and (max-width: 680px) {
  .block--newsletter-subscribe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block--newsletter-subscribe h2 {
    margin-right: 0;
  }
}

.featured-event .featured-event__outer-heading {
  display: none;
}

.featured-event .l-featured-event-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.featured-event .l-featured-event-column--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 4rem;
  color: #333132;
}

@media (max-width: 1100px) {
  .featured-event .l-featured-event-column--text {
    padding: 2rem;
  }
}

@media (max-width: 900px) {
  .featured-event .l-featured-event-column--text {
    padding: 2rem;
    width: 100%;
  }
}

.featured-event .l-featured-event-column--image {
  width: 50%;
}

@media (max-width: 900px) {
  .featured-event .l-featured-event-column--image {
    width: 100%;
  }
}

.featured-event .l-featured-event-column--image > img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.featured-event .featured-event__logo {
  max-width: 130px;
  margin-bottom: 1rem;
}

.featured-event .featured-event__logo > img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.featured-event .featured-event__heading {
  font-size: 1.875rem;
  line-height: 1.2333;
  font-weight: 700;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  color: #0D234C;
}

.featured-event .featured-event__description {
  text-align: center;
}

.featured-event .featured-event__link {
  margin-top: 1rem;
}

.featured-event .featured-event__link > a {
  text-transform: uppercase;
  font-size: 0.75em;
  line-height: 1.15;
  padding-top: 0.2em;
  padding-right: 32px;
  position: relative;
  color: #0D234C;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  color: #0D234C;
}

.featured-event .featured-event__link > a:before {
  content: '';
  position: absolute;
  display: block;
  right: 12px;
  bottom: calc(50% - 1px);
  height: 2px;
  width: 14px;
  background-color: #D93E3E;
  -webkit-transition: width 0.25s ease, right 0.25s ease;
  transition: width 0.25s ease, right 0.25s ease;
}

.featured-event .featured-event__link > a:after {
  content: '';
  position: absolute;
  display: block;
  bottom: calc(50% - 4px);
  right: 7px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 5px solid #D93E3E;
  border-bottom: 4px solid transparent;
  -webkit-transition: right 0.25s ease;
  transition: right 0.25s ease;
}

.featured-event .featured-event__link > a:hover, .featured-event .featured-event__link > a:focus, .featured-event .featured-event__link > a:active {
  color: #D93E3E;
  text-decoration: underline;
}

.featured-event .featured-event__link > a:hover:before, .featured-event .featured-event__link > a:focus:before, .featured-event .featured-event__link > a:active:before {
  width: 20px;
  right: 6px;
}

.featured-event .featured-event__link > a:hover:after, .featured-event .featured-event__link > a:focus:after, .featured-event .featured-event__link > a:active:after {
  right: 1px;
}

.featured-event .featured-event__link > a[disabled] {
  color: #989798 !important;
  text-decoration: none !important;
  cursor: inherit;
}

.featured-event .featured-event__link > a[disabled]:before {
  background-color: #989798 !important;
  width: 14px !important;
  right: 12px !important;
}

.featured-event .featured-event__link > a[disabled]:after {
  border-left: 5px solid #989798 !important;
  right: 7px !important;
}

.featured-event .featured-event__link > a:before {
  background-color: #D93E3E;
}

.featured-event .featured-event__link > a:after {
  border-left: 5px solid #D93E3E;
}

.featured-event .featured-event__link > a:hover, .featured-event .featured-event__link > a:focus, .featured-event .featured-event__link > a:active {
  color: #D93E3E;
}

.landing-content .featured-event {
  max-width: 1054px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
}

.landing-content .featured-event .featured-event__outer-heading {
  position: relative;
  display: block;
  text-align: center;
}

.landing-content .featured-event .featured-event__outer-heading:before {
  content: '';
  position: absolute;
  top: -1.25rem;
  left: calc(50% - 1rem);
  display: block;
  height: 2px;
  width: 2rem;
  background-color: #849BA1;
}

.landing-content .featured-event .featured-event__heading {
  display: none;
}

.issue-contact-content-wrapper {
  background: #495A79 url(../img/logo-symbol--navy-muted-shade.svg) 0 0 no-repeat;
  background-position: 28% 60px;
}

.issue-contact-content-wrapper .issue-contact-content {
  max-width: 1054px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.issue-contact-content-wrapper .issue-contact-content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
}

.issue-contact-content-wrapper .issue-contact-content > div.label {
  width: 45%;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0px;
  padding-top: 125px;
  text-transform: uppercase;
}

.issue-contact-content-wrapper .issue-contact-content > div.content {
  padding: 64px 0 56px;
  width: 55%;
}

.issue-contact-content-wrapper .issue-contact-content > div.content .field--name-field-contact {
  width: 100%;
}

@media (max-width: 990px) {
  .issue-contact-content-wrapper .issue-contact-content {
    display: block;
    text-align: center;
  }
  .issue-contact-content-wrapper .issue-contact-content > div {
    display: block;
  }
  .issue-contact-content-wrapper .issue-contact-content > div.label {
    width: 100%;
    padding: 20px 5% 0px;
  }
  .issue-contact-content-wrapper .issue-contact-content > div.content {
    width: 100%;
    padding: 15px 5%;
  }
}

.block-page-title-block {
  max-width: 1054px;
  margin-left: auto;
  margin-right: auto;
}

.page-title {
  color: #0D234C;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 1.08333;
}

@media (max-width: 990px) {
  .page-title {
    font-size: 2.125rem;
  }
}

.article-card {
  display: block;
}

.article-card:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}

.article-card:hover .article__news-type {
  background-color: #D93E3E;
  border-color: #D93E3E;
}

.article-card .more-link {
  display: none;
}

.article-card .article-card__hero {
  position: relative;
  min-height: 3.75rem;
  background-color: #849BA1;
}

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

.article-card .article__news-type {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: #fff;
  border: 1px solid #fff;
}

.article-card .article__news-type .article__news-type-icon {
  fill: #fff;
}

.article-card .article-card__content {
  padding: 1rem;
}

.article-card .article-card__heading {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.22;
  text-transform: initial;
  margin-top: 0;
}

.article-card .article-card__heading > a {
  color: #0D234C;
}

.article-card .article-card__heading > a:hover, .article-card .article-card__heading > a:focus, .article-card .article-card__heading > a:active {
  color: #D93E3E;
  text-decoration: underline;
}

.article-card .article-card__byline {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.3333;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  letter-spacing: 0.3px;
  color: #495A79;
  margin-top: -0.2rem;
}

.article-card .article-card__date {
  padding-top: 0.2rem;
  margin-right: 0.5rem;
}

.article-card .article-card__author {
  padding-top: 0.2rem;
  margin-left: 0.5rem;
}

.article-card .article-card__body {
  margin: 1rem 0;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.event-card {
  display: block;
  background-color: #fff;
}

.event-card:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}

.event-card:hover .event-card__heading > a {
  color: #0D234C;
}

.event-card:hover .event-card__heading > a:hover, .event-card:hover .event-card__heading > a:focus, .event-card:hover .event-card__heading > a:active {
  color: #D93E3E;
}

.event-card .more-link {
  display: none;
}

.event-card .l-event-card__image > img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.event-card .l-event-card__text {
  padding: 2rem;
}

.event-card .event-card__heading {
  margin-top: 0;
  font-size: 1.125rem;
  line-height: 1.2222;
  font-weight: 600;
  letter-spacing: -0.45px;
  text-transform: inherit;
}

.event-card .event-card__heading > a {
  color: #0D234C;
}

.event-card .event-card__heading > a:hover, .event-card .event-card__heading > a:focus, .event-card .event-card__heading > a:active {
  color: #D93E3E;
}

.event-card .l-event-card__datetime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  max-width: 250px;
}

.event-card .l-event-card__datetime .event-card__date {
  width: 50%;
}

.event-card .l-event-card__datetime .event-card__time {
  width: calc(50% - 1rem);
  margin-left: 1rem;
}

.event-card .event-card__date,
.event-card .event-card__time,
.event-card .event-card__address {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.3333;
  text-transform: uppercase;
  color: #495A79;
  margin-top: 1rem;
}

.event-card .event-card__date,
.event-card .event-card__time,
.event-card .event-card__address {
  position: relative;
  padding-left: 1.5rem;
}

.event-card .event-card__date:before,
.event-card .event-card__time:before,
.event-card .event-card__address:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  height: 14px;
  width: 14px;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
}

.event-card .event-card__date:before {
  background-image: url("/themes/aba/img/icons/calendar--gray-green.svg");
}

.event-card .event-card__time:before {
  background-image: url("/themes/aba/img/icons/clock--gray-green.svg");
}

.event-card .event-card__address:before {
  background-image: url("/themes/aba/img/icons/target--gray-green.svg");
  background-size: 14px;
}

.event-card.event-card--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  justify-self: flex-start;
}

.event-card.event-card--horizontal .l-event-card__image {
  width: calc(50% + 2rem);
}

.event-card.event-card--horizontal .l-event-card__text {
  width: calc(50% - 2rem);
}

.event-card.event-card--horizontal.event-card--swapped .l-event-card__image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.event-card.event-card--horizontal.event-card--swapped .l-event-card__text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.node--article--full .l-article-hero__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

@media (max-width: 1000px) {
  .node--article--full .l-article-hero__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.node--article--full .l-article-hero__columns .l-article-hero__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  padding: 0;
  margin: 0;
  width: calc(50% + 8rem);
  max-width: calc(50% + 8rem);
  background-color: #EBE7E3;
}

@media (max-width: 1000px) {
  .node--article--full .l-article-hero__columns .l-article-hero__text {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
  }
}

.node--article--full .l-article-hero__columns .l-article-hero__text-constrain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding: 3rem 2rem;
  width: 100%;
  max-width: calc(527px + 8rem);
}

@media (max-width: 1000px) {
  .node--article--full .l-article-hero__columns .l-article-hero__text-constrain {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    padding: 2rem;
    height: inherit;
  }
}

@media (max-width: 350px) {
  .node--article--full .l-article-hero__columns .l-article-hero__text-constrain {
    padding: 1rem;
  }
}

.node--article--full .l-article-hero__columns .l-article-hero__image {
  width: calc(50% - 13.625rem);
  max-width: calc(50% - 13.625rem);
  padding: 0;
  background-color: #EBE7E3;
}

.node--article--full .l-article-hero__columns .l-article-hero__image img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  width: calc(100% + 5.625rem);
  max-width: 530px;
}

@media (max-width: 1500px) {
  .node--article--full .l-article-hero__columns .l-article-hero__image img {
    width: calc(100% + 5rem);
    max-width: calc(100% + 5rem);
  }
}

@media (max-width: 1000px) {
  .node--article--full .l-article-hero__columns .l-article-hero__image {
    height: inherit;
    width: 100%;
    max-width: 100%;
    background-color: transparent;
  }
  .node--article--full .l-article-hero__columns .l-article-hero__image img {
    width: 100%;
    max-width: 530px;
    margin: 0 auto;
  }
}

.node--article--full .l-article-hero__columns .l-article-hero__image-constrain {
  height: 100%;
  width: 100%;
  padding: 3rem 0;
  padding-right: 2rem;
}

@media (max-width: 1000px) {
  .node--article--full .l-article-hero__columns .l-article-hero__image-constrain {
    height: inherit;
    padding: 0;
    width: 100%;
    max-width: 100%;
    padding: 2rem;
    padding-bottom: 0;
  }
}

@media (max-width: 350px) {
  .node--article--full .l-article-hero__columns .l-article-hero__image-constrain {
    padding: 1rem;
    padding-bottom: 0;
  }
}

.node--article--full .l-article-hero__text-middle {
  margin-bottom: 1.5rem;
}

.node--article--full .l-article-hero__top-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.node--article--full .article__date,
.node--article--full .article__author {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.3333;
  text-transform: uppercase;
  color: #495A79;
  letter-spacing: 0.6px;
  padding-top: 0.2rem;
  margin: 0 0.5rem;
}

.node--article--full .article__date:after {
  content: '|';
  position: relative;
  top: -1px;
  margin-left: 0.75rem;
}

.node--article--full .article__title {
  font-size: 1.875rem;
  line-height: 1.1667;
  margin: 1rem 0 0.8rem;
}

.node--article--full .article-hero .article__news-type {
  color: #0D234C;
  border: 1px solid #0D234C;
  margin-right: 1.5rem;
  padding: 0;
  border: none;
}

.node--article--full .article-hero .article__news-type .article__news-type-icon {
  fill: #0D234C;
}

.node--article--full .post-content {
  background-color: #EBE7E3;
}

.node--event--full .l-event-hero__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

@media (max-width: 1000px) {
  .node--event--full .l-event-hero__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.node--event--full .l-event-hero__columns .l-event-hero__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  padding: 0;
  margin: 0;
  width: calc(50% + 8rem);
  max-width: calc(50% + 8rem);
  background-color: #EBE7E3;
}

@media (max-width: 1000px) {
  .node--event--full .l-event-hero__columns .l-event-hero__text {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
  }
}

.node--event--full .l-event-hero__columns .l-event-hero__text-constrain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding: 3rem 2rem;
  width: 100%;
  max-width: calc(527px + 8rem);
}

@media (max-width: 1000px) {
  .node--event--full .l-event-hero__columns .l-event-hero__text-constrain {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    padding: 2rem;
    height: inherit;
  }
}

@media (max-width: 350px) {
  .node--event--full .l-event-hero__columns .l-event-hero__text-constrain {
    padding: 1rem;
  }
}

.node--event--full .l-event-hero__columns .l-event-hero__image {
  width: calc(50% - 13.625rem);
  max-width: calc(50% - 13.625rem);
  padding: 0;
  background-color: #EBE7E3;
}

.node--event--full .l-event-hero__columns .l-event-hero__image img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  width: calc(100% + 5.625rem);
  max-width: 530px;
}

@media (max-width: 1500px) {
  .node--event--full .l-event-hero__columns .l-event-hero__image img {
    width: calc(100% + 5rem);
    max-width: calc(100% + 5rem);
  }
}

@media (max-width: 1000px) {
  .node--event--full .l-event-hero__columns .l-event-hero__image {
    height: inherit;
    width: 100%;
    max-width: 100%;
    background-color: transparent;
  }
  .node--event--full .l-event-hero__columns .l-event-hero__image img {
    width: 100%;
    max-width: 530px;
    margin: 0 auto;
  }
}

.node--event--full .l-event-hero__columns .l-event-hero__image-constrain {
  height: 100%;
  width: 100%;
  padding: 3rem 0;
  padding-right: 2rem;
}

@media (max-width: 1000px) {
  .node--event--full .l-event-hero__columns .l-event-hero__image-constrain {
    height: inherit;
    padding: 0;
    width: 100%;
    max-width: 100%;
    padding: 2rem;
    padding-bottom: 0;
  }
}

@media (max-width: 350px) {
  .node--event--full .l-event-hero__columns .l-event-hero__image-constrain {
    padding: 1rem;
    padding-bottom: 0;
  }
}

.node--event--full .l-event-hero__text-middle {
  margin-bottom: 1.5rem;
}

.node--event--full .l-event-hero__text-top {
  margin-bottom: 1.5rem;
}

.node--event--full .l-event-hero__text-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.node--event--full .l-event-hero__text-bottom .event-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.node--event--full .l-event__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2rem;
}

.node--event--full .l-event__link a {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  padding: 1.625rem;
  height: 7.5rem;
  width: 7.5rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.16;
  text-align: center;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  color: #0D234C;
  background-color: transparent;
  border: 1px solid #D93E3E;
}

.node--event--full .l-event__link a:hover, .node--event--full .l-event__link a:active, .node--event--full .l-event__link a:focus {
  text-decoration: none;
}

.node--event--full .l-event__link a:hover {
  color: #fff;
  background-color: #D93E3E;
}

.node--event--full .l-event__link a:active, .node--event--full .l-event__link a:focus {
  color: #fff;
  background-color: #EA4646;
  border: 1px solid #EA4646;
}

.node--event--full .l-event__link a[disabled] {
  background-color: #EBE7E3;
  color: #989798;
  border: 1px solid #989798;
  outline: none;
  cursor: default;
}

.node--event--full .l-event__link a[disabled]:hover, .node--event--full .l-event__link a[disabled]:active, .node--event--full .l-event__link a[disabled]:focus {
  background-color: #EBE7E3;
  color: #989798;
  border: 1px solid #989798;
  outline: none;
}

.node--event--full .l-event__datetime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  max-width: 250px;
  margin-bottom: 1rem;
}

.node--event--full .l-event__datetime .event__date {
  width: 50%;
}

.node--event--full .l-event__datetime .event__time {
  width: calc(50% - 1rem);
  margin-left: 1rem;
}

.node--event--full .event__type,
.node--event--full .event__date,
.node--event--full .event__time,
.node--event--full .event__address {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.3333;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.node--event--full .event__type {
  color: #0D234C;
}

.node--event--full .event__date,
.node--event--full .event__time,
.node--event--full .event__address {
  color: #495A79;
}

.node--event--full .event__address {
  margin-bottom: 1rem;
}

.node--event--full .event__date,
.node--event--full .event__time,
.node--event--full .event__address {
  position: relative;
  padding-left: 1.5rem;
}

.node--event--full .event__date:before,
.node--event--full .event__time:before,
.node--event--full .event__address:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  height: 14px;
  width: 14px;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
}

.node--event--full .event__date:before {
  background-image: url("/themes/aba/img/icons/calendar--gray-green.svg");
}

.node--event--full .event__time:before {
  background-image: url("/themes/aba/img/icons/clock--gray-green.svg");
}

.node--event--full .event__address:before {
  background-image: url("/themes/aba/img/icons/target--gray-green.svg");
  background-size: 14px;
}

.node--event--full .event__title {
  font-size: 1.875rem;
  line-height: 1.1667;
  margin: 1rem 0 0.8rem;
}

.node--event--full .post-content {
  background-color: #EBE7E3;
}

.node--homepage .page-title {
  display: none;
}

.node--homepage .home-hero {
  padding-top: 3rem;
  padding-bottom: 0;
  overflow-x: hidden;
}

@media (max-width: 1366px) {
  .node--homepage .home-hero {
    padding-top: 4rem;
  }
}

@media (max-width: 1030px) {
  .node--homepage .home-hero {
    padding-top: 2rem;
    padding-bottom: 0;
  }
}

.node--homepage .home-hero .home-hero--section-label {
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 9.375rem;
  color: #EAE9E7;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  z-index: -1;
  position: absolute;
  top: 0px;
  right: -1rem;
}

@media (max-width: 1366px) {
  .node--homepage .home-hero .home-hero--section-label {
    top: -80px;
  }
}

@media (max-width: 1030px) {
  .node--homepage .home-hero .home-hero--section-label {
    display: none;
  }
}

.node--homepage .home-hero .l-home-hero-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.node--homepage .home-hero .l-home-hero-columns .l-home-hero-column--image {
  width: 50%;
}

.node--homepage .home-hero .l-home-hero-columns .l-home-hero-column--image img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  width: 80%;
  margin-left: 10%;
}

.node--homepage .home-hero .l-home-hero-columns .l-home-hero-column--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 50%;
  padding: 0px 4rem 0px;
}

@media (max-width: 1366px) {
  .node--homepage .home-hero .l-home-hero-columns .l-home-hero-column--image {
    width: 45%;
  }
  .node--homepage .home-hero .l-home-hero-columns .l-home-hero-column--text {
    width: 55%;
    padding: 0 3rem;
  }
}

@media (max-width: 1030px) {
  .node--homepage .home-hero .l-home-hero-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .node--homepage .home-hero .l-home-hero-columns .l-home-hero-column--image {
    position: relative;
    z-index: 1;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 1rem;
  }
  .node--homepage .home-hero .l-home-hero-columns .l-home-hero-column--image > img {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .node--homepage .home-hero .l-home-hero-columns .l-home-hero-column--text {
    position: relative;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 1rem;
  }
}

@media (max-width: 680px) {
  .node--homepage .home-hero .l-home-hero-columns .l-home-hero-column--image > img {
    max-width: 300px;
  }
}

.node--homepage .home-hero .home-hero-logo {
  display: inline-block;
  width: 63px;
  height: 63px;
  margin-bottom: 1.5rem;
}

@media (max-width: 1030px) {
  .node--homepage .home-hero .home-hero-logo {
    display: none;
  }
}

.node--homepage .home-hero .home-hero-title {
  text-align: center;
  font-size: 3.75rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0.5rem 0;
}

.node--homepage .home-hero .home-hero-title p {
  margin: 0;
}

@media (max-width: 1366px) {
  .node--homepage .home-hero .home-hero-title {
    font-size: 3.125rem;
  }
}

@media (max-width: 1030px) {
  .node--homepage .home-hero .home-hero-title {
    background-image: url("/themes/aba/img/logo-symbol--sand-dark.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 0;
    padding: 2rem 0 1rem;
  }
}

@media (max-width: 680px) {
  .node--homepage .home-hero .home-hero-title {
    font-size: 2.125rem;
    line-height: 1.235;
  }
}

.node--homepage .home-hero .home-hero-subtitle {
  font-size: 1.875rem;
  font-style: italic;
  color: #495A79;
  line-height: 1.33;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  letter-spacing: 0;
  text-align: center;
  margin: 0.5rem 0;
}

.node--homepage .home-hero .home-hero-description {
  text-align: center;
  letter-spacing: 0.16px;
  font-size: 1rem;
  line-height: 1.625;
  margin: 0.5rem 0;
  padding: 0 2rem;
}

@media (max-width: 1366px) {
  .node--homepage .home-hero .home-hero-description {
    padding: 0;
  }
}

.node--homepage .home-hero .home-hero-link {
  margin: 2rem 0;
  margin-bottom: 1rem;
}

.node--homepage .home-hero .home-hero-link > a {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  padding: 1.625rem;
  height: 7.5rem;
  width: 7.5rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.16;
  text-align: center;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  color: #0D234C;
  background-color: transparent;
  border: 1px solid #D93E3E;
}

.node--homepage .home-hero .home-hero-link > a:hover, .node--homepage .home-hero .home-hero-link > a:active, .node--homepage .home-hero .home-hero-link > a:focus {
  text-decoration: none;
}

.node--homepage .home-hero .home-hero-link > a:hover {
  color: #fff;
  background-color: #D93E3E;
}

.node--homepage .home-hero .home-hero-link > a:active, .node--homepage .home-hero .home-hero-link > a:focus {
  color: #fff;
  background-color: #EA4646;
  border: 1px solid #EA4646;
}

.node--homepage .home-hero .home-hero-link > a[disabled] {
  background-color: #EBE7E3;
  color: #989798;
  border: 1px solid #989798;
  outline: none;
  cursor: default;
}

.node--homepage .home-hero .home-hero-link > a[disabled]:hover, .node--homepage .home-hero .home-hero-link > a[disabled]:active, .node--homepage .home-hero .home-hero-link > a[disabled]:focus {
  background-color: #EBE7E3;
  color: #989798;
  border: 1px solid #989798;
  outline: none;
}

@media (max-width: 1366px) {
  .node--homepage .home-hero .home-hero-link {
    margin: 1rem 0;
  }
}

@media (max-width: 1030px) {
  .node--homepage .home-hero .home-hero-link {
    position: relative;
    margin-bottom: -60px;
    z-index: 2;
  }
  .node--homepage .home-hero .home-hero-link > a {
    color: #fff;
    background-color: #D93E3E;
  }
}

.node--homepage .home-hero .scroll-note {
  margin-top: 1rem;
}

@media (max-width: 1366px) {
  .node--homepage .home-hero .scroll-note {
    margin-top: 0;
  }
}

@media (max-width: 1030px) {
  .node--homepage .home-hero .scroll-note {
    margin-top: 0;
    position: absolute;
    bottom: -156px;
    right: -8px;
  }
  .node--homepage .home-hero .scroll-note .scroll-note__text {
    display: none;
  }
}

@media (max-width: 680px) {
  .node--homepage .home-hero .scroll-note {
    bottom: -78px;
  }
}

.node--homepage .l-home-parallax-hero-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #F6F5F3;
}

@media (max-width: 1030px) {
  .node--homepage .l-home-parallax-hero-container {
    display: block;
  }
}

.node--homepage .l-home-parallax-image-column {
  position: sticky;
  top: 0;
  width: 42%;
  max-width: 42%;
}

@media (max-width: 1030px) {
  .node--homepage .l-home-parallax-image-column {
    display: none;
    position: inherit;
    top: inherit;
    width: 100%;
    max-width: 100%;
  }
}

.node--homepage .home-parallax-image {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  background-color: #0D234C;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  position: relative;
}

.node--homepage .home-parallax-image:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  background-color: #0D234C;
}

@media (max-width: 1030px) {
  .node--homepage .home-parallax-image {
    display: none;
  }
  .node--homepage .home-parallax-image:after {
    display: none;
  }
}

.node--homepage .l-home-parallax-static-column {
  width: 58%;
  max-width: 58%;
  position: relative;
  z-index: 1;
}

@media (max-width: 1030px) {
  .node--homepage .l-home-parallax-static-column {
    position: inherit;
    z-index: inherit;
    width: 100%;
    max-width: 100%;
  }
}

.node--homepage .l-home-breakout {
  position: relative;
  width: 173.775%;
  margin-left: -72.45%;
  padding: 0;
}

@media (max-width: 1030px) {
  .node--homepage .l-home-breakout {
    position: inherit;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

.node--homepage .l-home-content {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1366px) {
  .node--homepage .l-home-content {
    max-width: 990px;
  }
}

@media (max-width: 1030px) {
  .node--homepage .l-home-content {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1030px) {
  .node--homepage .l-home-below-hero-container {
    position: relative;
    margin-top: -600px;
    padding-bottom: 4rem;
  }
  .node--homepage .l-home-below-hero-container .l-home-below-hero-content {
    position: relative;
    z-index: 1;
    color: #fff;
    padding-top: 650px;
  }
}

@media (max-width: 680px) {
  .node--homepage .l-home-below-hero-container {
    margin-top: -300px;
  }
  .node--homepage .l-home-below-hero-container .l-home-below-hero-content {
    padding-top: 350px;
  }
}

.node--homepage .l-home-below-hero-container .paragraph--membership {
  padding-bottom: 0;
}

@media (max-width: 1030px) {
  .node--homepage .l-home-below-hero-container .paragraph--membership {
    padding-bottom: 0;
  }
}

.node--homepage .l-home-below-hero-container .paragraph--issues {
  padding-bottom: 0;
}

@media (max-width: 1030px) {
  .node--homepage .l-home-below-hero-container .paragraph--issues {
    padding-bottom: 0;
  }
}

@media (min-width: 1031px) {
  .node--homepage .decor--home--small-viewport-background-container {
    display: none;
  }
}

@media (max-width: 1030px) {
  .node--homepage .decor--home--small-viewport-background-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
  .node--homepage .decor--home--small-viewport-background-container .decor--home--small-viewport-background {
    position: sticky;
    background-color: #0D234C;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: 0;
    height: 100vh;
    max-height: 100vh;
  }
  .node--homepage .decor--home--small-viewport-background-container .decor--home--small-viewport-background:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
    background-color: #0D234C;
  }
}

.l-home-secondary-content {
  background-color: #0D234C;
  color: #fff;
  padding: 0 1rem;
}

.l-home-secondary-content h2,
.l-home-secondary-content h3 {
  color: #fff;
}

.node--issue--full .l-issue-hero__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

@media (max-width: 1000px) {
  .node--issue--full .l-issue-hero__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.node--issue--full .l-issue-hero__columns .l-issue-hero__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  background-size: cover;
  background-position: center right;
  background-color: #0D234C;
  background-repeat: no-repeat;
  color: #fff;
  padding: 0;
  margin: 0;
  width: calc(50% + 6rem);
  max-width: calc(50% + 6rem);
}

.node--issue--full .l-issue-hero__columns .l-issue-hero__text:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  background-color: #0D234C;
  z-index: 0;
}

@media (max-width: 1000px) {
  .node--issue--full .l-issue-hero__columns .l-issue-hero__text {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    background-position: center center;
  }
}

.node--issue--full .l-issue-hero__columns .l-issue-hero__text-constrain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding: 3rem;
  padding-right: 7rem;
  padding-left: 2rem;
  width: 100%;
  max-width: calc(527px + 6rem);
}

@media (max-width: 1000px) {
  .node--issue--full .l-issue-hero__columns .l-issue-hero__text-constrain {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    padding: 2rem;
    height: inherit;
  }
}

@media (max-width: 350px) {
  .node--issue--full .l-issue-hero__columns .l-issue-hero__text-constrain {
    padding: 1rem;
  }
}

.node--issue--full .l-issue-hero__columns .l-issue-hero__image {
  width: calc(50% - 6rem);
  max-width: calc(50% - 6rem);
  height: 100%;
  padding: 0;
  margin: 0;
}

.node--issue--full .l-issue-hero__columns .l-issue-hero__image img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  position: relative;
  z-index: 1;
  width: 155%;
  max-width: 155%;
  margin-left: -5rem;
}

@media (max-width: 1360px) {
  .node--issue--full .l-issue-hero__columns .l-issue-hero__image img {
    width: calc(100% + 5rem);
    max-width: calc(100% + 5rem);
  }
}

@media (max-width: 1000px) {
  .node--issue--full .l-issue-hero__columns .l-issue-hero__image {
    height: inherit;
    width: 100%;
    max-width: 100%;
  }
  .node--issue--full .l-issue-hero__columns .l-issue-hero__image img {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }
}

.node--issue--full .l-issue-hero__columns .l-issue-hero__image-constrain {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 3rem 0;
  padding-right: 2rem;
  max-width: calc(527px - 6rem);
}

@media (max-width: 1000px) {
  .node--issue--full .l-issue-hero__columns .l-issue-hero__image-constrain {
    height: inherit;
    padding: 0;
    width: 100%;
    max-width: 100%;
    padding: 2rem;
    padding-bottom: 0;
  }
}

@media (max-width: 350px) {
  .node--issue--full .l-issue-hero__columns .l-issue-hero__image-constrain {
    padding: 1rem;
    padding-bottom: 0;
  }
}

.node--issue--full .issue-hero__downloads {
  -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 0 20px rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  bottom: -35px;
  z-index: 1;
  background-color: #fff;
  padding: 1.5rem;
  font-family: "Josefin Sans", sans-serif;
  color: #849BA1;
  max-width: 420px;
  width: 420px;
}

.node--issue--full .issue-hero__downloads > h2 {
  font-size: 1.25rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 0;
}

.node--issue--full .issue-hero__downloads .paragraph--downloads {
  padding: 0;
}

.node--issue--full .issue-hero__downloads a {
  color: #849BA1;
  font-size: 1.125rem;
  letter-spacing: -0.15px;
  line-height: 1.2222;
  font-weight: 600;
}

.node--issue--full .issue-hero__downloads a:hover, .node--issue--full .issue-hero__downloads a:focus, .node--issue--full .issue-hero__downloads a:active {
  color: #D93E3E;
}

.node--issue--full .issue-hero__downloads .file--application-pdf {
  background-image: url("/themes/aba/img/icons/file-pdf--gray-green.svg");
  background-size: 10px;
  background-position: left 2px;
}

.node--issue--full .issue__breadcrumb {
  margin-bottom: 2rem;
}

.node--issue--full .issue__title {
  margin: 0;
  color: #fff;
}

.node--issue--full .l-issue-hero__text-middle {
  position: relative;
  z-index: 1;
}

.node--issue--full .l-issue-hero__text-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 2rem;
}

.node--issue--full .issue-social .social-addthis__label {
  color: #fff;
}

.node--issue--full .issue-hero__link {
  margin-right: 2rem;
}

.node--issue--full .issue-hero__link a {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  padding: 1.625rem;
  height: 7.5rem;
  width: 7.5rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.16;
  text-align: center;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  color: #fff;
  background-color: transparent;
  border: 1px solid #D93E3E;
  text-decoration: none;
}

.node--issue--full .issue-hero__link a:hover, .node--issue--full .issue-hero__link a:active, .node--issue--full .issue-hero__link a:focus {
  text-decoration: none;
}

.node--issue--full .issue-hero__link a:hover {
  color: #fff;
  background-color: #D93E3E;
}

.node--issue--full .issue-hero__link a:active, .node--issue--full .issue-hero__link a:focus {
  color: #fff;
  background-color: #EA4646;
  border: 1px solid #EA4646;
}

.node--issue--full .issue-hero__link a[disabled] {
  background-color: #495A79;
  color: #C1CDD0;
  border: 1px solid #C1CDD0;
  outline: none;
  cursor: default;
}

.node--issue--full .issue-hero__link a[disabled]:hover, .node--issue--full .issue-hero__link a[disabled]:active, .node--issue--full .issue-hero__link a[disabled]:focus {
  background-color: #495A79;
  color: #C1CDD0;
  border: 1px solid #C1CDD0;
  outline: none;
}

.node--issue--full .issue-special-content {
  max-width: 1054px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 5rem 1rem 5rem;
  background: #fff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  margin: 57px auto;
  width: 100%;
}

.node--issue--full .issue-special-content .field--name-field-title {
  font-family: "Josefin Sans", sans-serif;
  color: #0D234C;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.16667;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  margin-top: 70px;
}

@media (max-width: 990px) {
  .node--issue--full .issue-special-content .field--name-field-title {
    font-size: 1.25rem;
  }
}

.node--issue--full .issue-special-content .field--name-field-title:before {
  content: '';
  position: absolute;
  top: -1.25rem;
  left: calc(50% - 1rem);
  display: block;
  height: 2px;
  width: 2rem;
  background-color: #849BA1;
}

.node--issue--full .issue-special-content .field--name-field-description {
  color: #333132;
  font-family: "Source Serif Pro", serif;
  font-size: 16px;
  margin: 15px 0px 70px 0px;
  letter-spacing: 0.16px;
}

@media (max-width: 350px) {
  .node--issue--full .issue-special-content {
    padding: 2rem 1rem 1rem 1rem;
    width: 80%;
  }
}

.node--landing--full .l-landing-hero__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

@media (max-width: 1000px) {
  .node--landing--full .l-landing-hero__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.node--landing--full .l-landing-hero__columns .l-landing-hero__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  background-size: cover;
  background-position: center right;
  background-color: #0D234C;
  background-repeat: no-repeat;
  color: #fff;
  padding: 0;
  margin: 0;
  width: calc(50% + 6rem);
  max-width: calc(50% + 6rem);
}

.node--landing--full .l-landing-hero__columns .l-landing-hero__text:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  background-color: #0D234C;
  z-index: 0;
}

@media (max-width: 1000px) {
  .node--landing--full .l-landing-hero__columns .l-landing-hero__text {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    background-position: center center;
  }
}

.node--landing--full .l-landing-hero__columns .l-landing-hero__text-constrain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding: 3rem;
  padding-right: 7rem;
  padding-left: 2rem;
  width: 100%;
  max-width: calc(527px + 6rem);
}

@media (max-width: 1000px) {
  .node--landing--full .l-landing-hero__columns .l-landing-hero__text-constrain {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    padding: 2rem;
    height: inherit;
  }
}

@media (max-width: 350px) {
  .node--landing--full .l-landing-hero__columns .l-landing-hero__text-constrain {
    padding: 1rem;
  }
}

.node--landing--full .l-landing-hero__columns .l-landing-hero__image {
  width: calc(50% - 6rem);
  max-width: calc(50% - 6rem);
  height: 100%;
  padding: 0;
  margin: 0;
}

.node--landing--full .l-landing-hero__columns .l-landing-hero__image img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  position: relative;
  z-index: 1;
  width: 155%;
  max-width: 155%;
  margin-left: -5rem;
}

@media (max-width: 1360px) {
  .node--landing--full .l-landing-hero__columns .l-landing-hero__image img {
    width: calc(100% + 5rem);
    max-width: calc(100% + 5rem);
  }
}

@media (max-width: 1000px) {
  .node--landing--full .l-landing-hero__columns .l-landing-hero__image {
    height: inherit;
    width: 100%;
    max-width: 100%;
  }
  .node--landing--full .l-landing-hero__columns .l-landing-hero__image img {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }
}

.node--landing--full .l-landing-hero__columns .l-landing-hero__image-constrain {
  height: 100%;
  width: 100%;
  padding: 3rem 0;
  padding-right: 2rem;
  max-width: calc(527px - 6rem);
}

@media (max-width: 1000px) {
  .node--landing--full .l-landing-hero__columns .l-landing-hero__image-constrain {
    height: inherit;
    padding: 0;
    width: 100%;
    max-width: 100%;
    padding: 2rem;
    padding-bottom: 0;
  }
}

@media (max-width: 350px) {
  .node--landing--full .l-landing-hero__columns .l-landing-hero__image-constrain {
    padding: 1rem;
    padding-bottom: 0;
  }
}

.node--landing--full .landing__breadcrumb {
  margin-bottom: 2rem;
}

.node--landing--full .landing__title {
  margin: 0;
  color: #fff;
}

.node--landing--full .l-landing-hero__text-middle {
  position: relative;
  z-index: 1;
}

.node--landing--full .l-landing-hero__text-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 2rem;
}

.node--landing--full .landing-social .social-addthis__label {
  color: #fff;
}

.node--landing--full .landing-hero__link {
  margin-right: 2rem;
}

.node--landing--full .landing-hero__link a {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  padding: 1.625rem;
  height: 7.5rem;
  width: 7.5rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.16;
  text-align: center;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  color: #fff;
  background-color: transparent;
  border: 1px solid #D93E3E;
  text-decoration: none;
}

.node--landing--full .landing-hero__link a:hover, .node--landing--full .landing-hero__link a:active, .node--landing--full .landing-hero__link a:focus {
  text-decoration: none;
}

.node--landing--full .landing-hero__link a:hover {
  color: #fff;
  background-color: #D93E3E;
}

.node--landing--full .landing-hero__link a:active, .node--landing--full .landing-hero__link a:focus {
  color: #fff;
  background-color: #EA4646;
  border: 1px solid #EA4646;
}

.node--landing--full .landing-hero__link a[disabled] {
  background-color: #495A79;
  color: #C1CDD0;
  border: 1px solid #C1CDD0;
  outline: none;
  cursor: default;
}

.node--landing--full .landing-hero__link a[disabled]:hover, .node--landing--full .landing-hero__link a[disabled]:active, .node--landing--full .landing-hero__link a[disabled]:focus {
  background-color: #495A79;
  color: #C1CDD0;
  border: 1px solid #C1CDD0;
  outline: none;
}

.node--landing--full .landing-content {
  padding-bottom: 0;
}

.node--landing--full .landing-preamble {
  padding: 2rem;
  max-width: calc(990px + 4rem);
}

.node--landing--full .landing-preamble .landing-preamble__heading {
  position: relative;
  text-align: center;
}

.node--landing--full .landing-preamble .landing-preamble__heading:before {
  content: '';
  position: absolute;
  top: -1.25rem;
  left: calc(50% - 1rem);
  display: block;
  height: 2px;
  width: 2rem;
  background-color: #849BA1;
}

.node--landing--full .landing-preamble .landing-preamble__description {
  max-width: 100%;
}

@media (max-width: 350px) {
  .node--landing--full .landing-preamble {
    padding: 2rem 1rem;
  }
}

.node--page--full .l-basic-page-hero__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

@media (max-width: 700px) {
  .node--page--full .l-basic-page-hero__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.node--page--full .l-basic-page-hero__columns .l-basic-page-hero__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  padding: 0;
  margin: 0;
  width: calc(50% + 6rem);
  max-width: calc(50% + 6rem);
}

@media (max-width: 700px) {
  .node--page--full .l-basic-page-hero__columns .l-basic-page-hero__text {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
  }
}

.node--page--full .l-basic-page-hero__columns .l-basic-page-hero__text-constrain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding: 3rem;
  padding-right: 6rem;
  padding-left: 2rem;
  width: 100%;
  max-width: calc(527px + 6rem);
}

@media (max-width: 950px) {
  .node--page--full .l-basic-page-hero__columns .l-basic-page-hero__text-constrain {
    padding: 2rem;
    padding-right: 4rem;
  }
}

@media (max-width: 700px) {
  .node--page--full .l-basic-page-hero__columns .l-basic-page-hero__text-constrain {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    padding: 2rem;
    height: inherit;
  }
}

@media (max-width: 350px) {
  .node--page--full .l-basic-page-hero__columns .l-basic-page-hero__text-constrain {
    padding: 1rem;
  }
}

.node--page--full .l-basic-page-hero__columns .l-basic-page-hero__image-constrain {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  padding: 3rem 0;
  padding-right: 2rem;
  max-width: calc(527px - 6rem);
}

@media (max-width: 950px) {
  .node--page--full .l-basic-page-hero__columns .l-basic-page-hero__image-constrain {
    padding: 2rem 0;
  }
}

@media (max-width: 700px) {
  .node--page--full .l-basic-page-hero__columns .l-basic-page-hero__image-constrain {
    height: inherit;
    padding: 2rem;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 350px) {
  .node--page--full .l-basic-page-hero__columns .l-basic-page-hero__image-constrain {
    padding: 1rem;
  }
}

.node--page--full .l-basic-page-hero__image {
  position: relative;
  width: calc(50% - 6rem);
  max-width: calc(50% - 6rem);
  padding: 0;
  margin: 0;
  background-size: cover;
  background-position: center right;
  background-color: #0D234C;
  background-repeat: no-repeat;
}

.node--page--full .l-basic-page-hero__image:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  background-color: #0D234C;
}

.node--page--full .l-basic-page-hero__image img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  width: calc(100% + 3rem);
  max-width: calc(425px + 3rem);
  margin-left: -3rem;
}

@media (max-width: 950px) {
  .node--page--full .l-basic-page-hero__image img {
    width: calc(100% + 1rem);
    max-width: calc(425px + 1rem);
    margin-left: -2rem;
  }
}

@media (max-width: 700px) {
  .node--page--full .l-basic-page-hero__image {
    height: inherit;
    width: 100%;
    max-width: 100%;
  }
  .node--page--full .l-basic-page-hero__image img {
    max-width: 300px;
    margin: 0 auto;
  }
}

.node--page--full .basic-page__title {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.node--page--full .l-basic-page-hero__text-bottom {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 1rem;
}

.node--page--full .basic-page__link > a {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  padding: 1.625rem;
  height: 7.5rem;
  width: 7.5rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.16;
  text-align: center;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  color: #0D234C;
  background-color: transparent;
  border: 1px solid #D93E3E;
  margin-right: 1rem;
}

.node--page--full .basic-page__link > a:hover, .node--page--full .basic-page__link > a:active, .node--page--full .basic-page__link > a:focus {
  text-decoration: none;
}

.node--page--full .basic-page__link > a:hover {
  color: #fff;
  background-color: #D93E3E;
}

.node--page--full .basic-page__link > a:active, .node--page--full .basic-page__link > a:focus {
  color: #fff;
  background-color: #EA4646;
  border: 1px solid #EA4646;
}

.node--page--full .basic-page__link > a[disabled] {
  background-color: #EBE7E3;
  color: #989798;
  border: 1px solid #989798;
  outline: none;
  cursor: default;
}

.node--page--full .basic-page__link > a[disabled]:hover, .node--page--full .basic-page__link > a[disabled]:active, .node--page--full .basic-page__link > a[disabled]:focus {
  background-color: #EBE7E3;
  color: #989798;
  border: 1px solid #989798;
  outline: none;
}

.node--people-bio--attachment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.node--people-bio--attachment .person__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 180px;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  margin-right: 30px;
}

.node--people-bio--attachment .person__image > img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
}

.node--people-bio--attachment .person__image:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -18px;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #D93E3E;
  background-image: url("/themes/aba/img/icons/arrow-right.svg");
  background-position: center center;
  background-size: 16px;
  background-repeat: no-repeat;
  color: #fff;
  opacity: 0;
  -webkit-transform: scale3d(0.1, 0.1, 0.1);
  transform: scale3d(0.1, 0.1, 0.1);
  -webkit-transition: opacity 0.01s ease-out, -webkit-transform 0.324s ease-out;
  transition: opacity 0.01s ease-out, -webkit-transform 0.324s ease-out;
  transition: transform 0.324s ease-out, opacity 0.01s ease-out;
  transition: transform 0.324s ease-out, opacity 0.01s ease-out, -webkit-transform 0.324s ease-out;
}

.node--people-bio--attachment .person__info {
  display: block;
  width: 50%;
}

.node--people-bio--attachment .person__info .person__heading {
  margin: 37px 0px 8px;
  text-transform: capitalize;
}

.node--people-bio--attachment .person__info .person__heading a {
  color: #fff;
}

.node--people-bio--attachment .person__info .person__occupation {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.3333;
  letter-spacing: 0.6px;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  color: #C1CDD0;
  text-align: left;
}

.node--people-bio--attachment .person__info .person__mail {
  color: #fff;
  font-weight: bold;
  margin-top: 15px;
  text-decoration: underline;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding-left: 30px;
  position: relative;
}

.node--people-bio--attachment .person__info .person__mail a {
  color: #fff;
}

.node--people-bio--attachment .person__info .person__mail:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 1rem;
  width: 1rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("/themes/aba/img/icons/envelope--white-navy.svg");
}

@media (max-width: 990px) {
  .node--people-bio--attachment {
    display: block;
  }
  .node--people-bio--attachment .person__image {
    height: 100px;
    width: 100px;
    margin: 0px auto;
  }
  .node--people-bio--attachment .person__info {
    width: 100%;
  }
  .node--people-bio--attachment .person__info .person__occupation {
    text-align: center;
  }
  .node--people-bio--attachment .person__info .person__mail {
    padding-left: 0px;
  }
  .node--people-bio--attachment .person__info .person__mail:before {
    display: none;
  }
}

.node--people-bio--full .l-person-hero__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

@media (max-width: 700px) {
  .node--people-bio--full .l-person-hero__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.node--people-bio--full .l-person-hero__columns .l-person-hero__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  padding: 0;
  margin: 0;
  width: calc(50% + 6rem);
  max-width: calc(50% + 6rem);
}

@media (max-width: 700px) {
  .node--people-bio--full .l-person-hero__columns .l-person-hero__text {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
  }
}

.node--people-bio--full .l-person-hero__columns .l-person-hero__text-constrain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding: 3rem;
  padding-right: 6rem;
  padding-left: 2rem;
  width: 100%;
  max-width: calc(527px + 6rem);
}

@media (max-width: 950px) {
  .node--people-bio--full .l-person-hero__columns .l-person-hero__text-constrain {
    padding: 2rem;
    padding-right: 4rem;
  }
}

@media (max-width: 700px) {
  .node--people-bio--full .l-person-hero__columns .l-person-hero__text-constrain {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    padding: 2rem;
    height: inherit;
  }
}

@media (max-width: 350px) {
  .node--people-bio--full .l-person-hero__columns .l-person-hero__text-constrain {
    padding: 1rem;
  }
}

.node--people-bio--full .l-person-hero__columns .l-person-hero__image-constrain {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  padding: 3rem 0;
  padding-right: 2rem;
  max-width: calc(527px - 6rem);
}

@media (max-width: 950px) {
  .node--people-bio--full .l-person-hero__columns .l-person-hero__image-constrain {
    padding: 2rem 0;
  }
}

@media (max-width: 700px) {
  .node--people-bio--full .l-person-hero__columns .l-person-hero__image-constrain {
    height: inherit;
    padding: 2rem;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 350px) {
  .node--people-bio--full .l-person-hero__columns .l-person-hero__image-constrain {
    padding: 1rem;
  }
}

.node--people-bio--full .l-person-hero__image {
  position: relative;
  width: calc(50% - 6rem);
  max-width: calc(50% - 6rem);
  height: 100%;
  padding: 0;
  margin: 0;
  background-size: cover;
  background-position: center right;
  background-color: #0D234C;
  background-repeat: no-repeat;
}

.node--people-bio--full .l-person-hero__image:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  background-color: #0D234C;
}

.node--people-bio--full .l-person-hero__image img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 425px;
  margin-left: -3rem;
}

@media (max-width: 950px) {
  .node--people-bio--full .l-person-hero__image img {
    margin-left: -2rem;
  }
}

@media (max-width: 700px) {
  .node--people-bio--full .l-person-hero__image {
    height: inherit;
    width: 100%;
    max-width: 100%;
  }
  .node--people-bio--full .l-person-hero__image img {
    max-width: 300px;
    margin: 0 auto;
  }
}

.node--people-bio--full .person__breadcrumb {
  margin-bottom: 2rem;
}

.node--people-bio--full .person__title {
  margin: 0;
}

.node--people-bio--full .person__occupation,
.node--people-bio--full .person__social-label {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.3333;
  text-transform: uppercase;
}

.node--people-bio--full .person__occupation {
  color: #495A79;
}

.node--people-bio--full .person__bio {
  margin: 1.5rem 0;
}

.node--people-bio--full .person__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.node--people-bio--full .person__social-label {
  color: #0D234C;
  margin-right: 0.5rem;
}

.node--people-bio--teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 1rem;
}

.node--people-bio--teaser .person__link {
  display: block;
  max-width: 200px;
  text-decoration: none;
  text-align: center;
}

.node--people-bio--teaser .person__link:hover, .node--people-bio--teaser .person__link:focus, .node--people-bio--teaser .person__link:active {
  text-decoration: none;
}

.node--people-bio--teaser .person__link:hover .person__image, .node--people-bio--teaser .person__link:focus .person__image, .node--people-bio--teaser .person__link:active .person__image {
  -webkit-transform: translate3d(0, -18px, 0);
  transform: translate3d(0, -18px, 0);
}

.node--people-bio--teaser .person__link:hover .person__image > img, .node--people-bio--teaser .person__link:focus .person__image > img, .node--people-bio--teaser .person__link:active .person__image > img {
  border: 2px solid #D93E3E;
}

.node--people-bio--teaser .person__link:hover .person__image:after, .node--people-bio--teaser .person__link:focus .person__image:after, .node--people-bio--teaser .person__link:active .person__image:after {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.node--people-bio--teaser .person__image {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.node--people-bio--teaser .person__image > img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
}

.node--people-bio--teaser .person__image:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -18px;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #D93E3E;
  background-image: url("/themes/aba/img/icons/arrow-right.svg");
  background-position: center center;
  background-size: 16px;
  background-repeat: no-repeat;
  color: #fff;
  opacity: 0;
  -webkit-transform: scale3d(0.1, 0.1, 0.1);
  transform: scale3d(0.1, 0.1, 0.1);
  -webkit-transition: opacity 0.01s ease-out, -webkit-transform 0.324s ease-out;
  transition: opacity 0.01s ease-out, -webkit-transform 0.324s ease-out;
  transition: transform 0.324s ease-out, opacity 0.01s ease-out;
  transition: transform 0.324s ease-out, opacity 0.01s ease-out, -webkit-transform 0.324s ease-out;
}

.node--people-bio--teaser .person__heading {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.2272;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: -0.55px;
  text-transform: inherit;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

.node--people-bio--teaser .person__occupation {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.3333;
  letter-spacing: 0.6px;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  color: #495A79;
  max-width: 200px;
  text-align: center;
}

.node--training--full .l-training-hero__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

@media (max-width: 1000px) {
  .node--training--full .l-training-hero__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.node--training--full .l-training-hero__columns .l-training-hero__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  padding: 0;
  margin: 0;
  width: calc(50% + 6rem);
  max-width: calc(50% + 6rem);
}

@media (max-width: 1000px) {
  .node--training--full .l-training-hero__columns .l-training-hero__text {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    background-position: center center;
  }
}

.node--training--full .l-training-hero__columns .l-training-hero__text-constrain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding: 3rem;
  padding-right: 7rem;
  padding-left: 2rem;
  width: 100%;
  max-width: calc(527px + 6rem);
}

@media (max-width: 1000px) {
  .node--training--full .l-training-hero__columns .l-training-hero__text-constrain {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    padding: 2rem;
    height: inherit;
  }
}

@media (max-width: 350px) {
  .node--training--full .l-training-hero__columns .l-training-hero__text-constrain {
    padding: 1rem;
  }
}

.node--training--full .l-training-hero__columns .l-training-hero__image {
  position: relative;
  width: calc(50% - 6rem);
  max-width: calc(50% - 6rem);
  height: 100%;
  padding: 0;
  margin: 0;
  background-size: cover;
  background-position: center right;
  background-color: #0D234C;
  background-repeat: no-repeat;
  color: #fff;
}

.node--training--full .l-training-hero__columns .l-training-hero__image:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  background-color: #0D234C;
  z-index: 0;
}

.node--training--full .l-training-hero__columns .l-training-hero__image img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  position: relative;
  z-index: 1;
  width: 155%;
  max-width: 155%;
  margin-left: -5rem;
}

@media (max-width: 1360px) {
  .node--training--full .l-training-hero__columns .l-training-hero__image img {
    width: calc(100% + 5rem);
    max-width: calc(100% + 5rem);
  }
}

@media (max-width: 1000px) {
  .node--training--full .l-training-hero__columns .l-training-hero__image {
    height: inherit;
    width: 100%;
    max-width: 100%;
    background-position: center center;
  }
  .node--training--full .l-training-hero__columns .l-training-hero__image img {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }
}

.node--training--full .l-training-hero__columns .l-training-hero__image-constrain {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 3rem 0;
  padding-right: 2rem;
  max-width: calc(527px - 6rem);
}

@media (max-width: 1000px) {
  .node--training--full .l-training-hero__columns .l-training-hero__image-constrain {
    height: inherit;
    padding: 0;
    width: 100%;
    max-width: 100%;
    padding: 2rem;
    padding-bottom: 0;
  }
}

@media (max-width: 350px) {
  .node--training--full .l-training-hero__columns .l-training-hero__image-constrain {
    padding: 1rem;
    padding-bottom: 0;
  }
}

.node--training--full .training-hero__course-details {
  -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 0 20px rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: #fff;
  padding: 1.5rem;
  font-family: "Josefin Sans", sans-serif;
  color: #0D234C;
  max-width: 420px;
}

.node--training--full .training-hero__course-details > h2 {
  font-size: 1.25rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 0;
}

.node--training--full .training__breadcrumb {
  margin-bottom: 2rem;
}

.node--training--full .training__title {
  margin: 0;
}

.node--training--full .l-training-hero__text-middle {
  position: relative;
  z-index: 1;
}

.node--training--full .l-training-hero__text-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 2rem;
}

.node--training--full .training-hero__link {
  margin-right: 2rem;
}

.node--training--full .training-hero__link a {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  padding: 1.625rem;
  height: 7.5rem;
  width: 7.5rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.16;
  text-align: center;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  color: #0D234C;
  background-color: transparent;
  border: 1px solid #D93E3E;
}

.node--training--full .training-hero__link a:hover, .node--training--full .training-hero__link a:active, .node--training--full .training-hero__link a:focus {
  text-decoration: none;
}

.node--training--full .training-hero__link a:hover {
  color: #fff;
  background-color: #D93E3E;
}

.node--training--full .training-hero__link a:active, .node--training--full .training-hero__link a:focus {
  color: #fff;
  background-color: #EA4646;
  border: 1px solid #EA4646;
}

.node--training--full .training-hero__link a[disabled] {
  background-color: #EBE7E3;
  color: #989798;
  border: 1px solid #989798;
  outline: none;
  cursor: default;
}

.node--training--full .training-hero__link a[disabled]:hover, .node--training--full .training-hero__link a[disabled]:active, .node--training--full .training-hero__link a[disabled]:focus {
  background-color: #EBE7E3;
  color: #989798;
  border: 1px solid #989798;
  outline: none;
}

.node--training--full .paragraph--cta {
  text-align: center;
}

.search-card {
  display: block;
  background-color: transparent;
  color: #fff;
}

.search-card:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  color: #333132;
}

.search-card:hover .search-card__heading > a {
  color: #0D234C;
}

.search-card:hover .search-card__heading > a:hover, .search-card:hover .search-card__heading > a:focus, .search-card:hover .search-card__heading > a:active {
  color: #D93E3E;
}

.search-card .more-link {
  display: none;
}

.search-card .search-card__hero {
  position: relative;
  background-color: #849BA1;
}

.search-card .search-card__hero img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.search-card .search-card__content {
  padding: 1rem;
}

.search-card .search-card__heading {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.22;
  text-transform: initial;
  margin-top: 0;
}

.search-card .search-card__heading > a {
  color: #fff;
}

.search-card .search-card__heading > a:hover, .search-card .search-card__heading > a:focus, .search-card .search-card__heading > a:active {
  color: #D93E3E;
  text-decoration: underline;
}

.search-card .search-card__body {
  margin: 1rem 0;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.follow-us-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}

.follow-us-menu li {
  margin-right: 2rem;
  padding: 0;
}

.follow-us-menu li:last-child() {
  margin-right: 0;
}

.follow-us-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}

.follow-us-menu a:hover svg, .follow-us-menu a:focus svg, .follow-us-menu a:active svg {
  fill: #D93E3E;
}

.follow-us-menu svg {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
}

.footer__contact-us h2 {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  text-transform: none;
  margin-top: 0;
  font-weight: 600;
  letter-spacing: 0;
}

.footer__contact-us ul {
  margin: 0;
  padding: 0;
  list-style: none;
  letter-spacing: 0.16px;
  line-height: 1.25;
}

.footer__contact-us ul li {
  position: relative;
  padding-left: 1.75rem;
  display: block;
  margin: 1rem 0;
}

.footer__contact-us ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 1rem;
  width: 1rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("/themes/aba/img/icons/target--gray-green.svg");
}

.footer__contact-us ul li a {
  color: #fff;
}

.footer__contact-us ul li a:hover, .footer__contact-us ul li a:active, .footer__contact-us ul li a:focus {
  color: #D93E3E;
}

.footer__contact-us ul .address:before {
  background-image: url("/themes/aba/img/icons/target--gray-green.svg");
}

.footer__contact-us ul .mobile:before {
  background-image: url("/themes/aba/img/icons/phone--gray-green.svg");
}

.footer__contact-us ul .phone:before {
  background-image: url("/themes/aba/img/icons/fax--gray-green.svg");
}

.footer__contact-us ul .mail:before {
  background-image: url("/themes/aba/img/icons/envelope--gray-green.svg");
}

.footer__contact-us ul .address > a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.3333;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  color: #fff;
  line-height: 1.7;
  text-decoration: none;
  margin: 0.75rem 0;
  padding-right: 30px;
}

.footer__contact-us ul .address > a:before {
  content: '';
  position: absolute;
  right: 12px;
  bottom: 11px;
  height: 2px;
  width: 10px;
  background-color: #D93E3E;
  -webkit-transition: width 0.25s ease, right 0.25s ease;
  transition: width 0.25s ease, right 0.25s ease;
}

.footer__contact-us ul .address > a:after {
  content: '';
  position: absolute;
  bottom: 8px;
  right: 7px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 5px solid #D93E3E;
  border-bottom: 4px solid transparent;
  -webkit-transition: right 0.25s ease;
  transition: right 0.25s ease;
}

.footer__contact-us ul .address > a:hover, .footer__contact-us ul .address > a:focus, .footer__contact-us ul .address > a:active {
  color: #D93E3E;
  text-decoration: underline;
}

.footer__contact-us ul .address > a:hover:before, .footer__contact-us ul .address > a:focus:before, .footer__contact-us ul .address > a:active:before {
  width: 20px;
  right: 2px;
}

.footer__contact-us ul .address > a:hover:after, .footer__contact-us ul .address > a:focus:after, .footer__contact-us ul .address > a:active:after {
  right: 1px;
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__logo img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 288px;
}

@media (max-width: 1000px) {
  .footer__logo img {
    max-width: 100%;
  }
}

.footer__social h2 {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 3rem;
}

.footer-menu {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu li {
  margin: 1rem 0;
  padding: 0;
}

.footer-menu li:first-child() {
  margin-top: 0;
}

.footer-menu a {
  display: inline-block;
  position: relative;
  color: #fff;
  text-decoration: underline;
  padding-right: 32px;
}

.footer-menu a:before {
  content: '';
  position: absolute;
  right: 12px;
  bottom: 11px;
  height: 2px;
  width: 14px;
  background-color: #D93E3E;
  -webkit-transition: width 0.25s ease, right 0.25s ease;
  transition: width 0.25s ease, right 0.25s ease;
}

.footer-menu a:after {
  content: '';
  position: absolute;
  bottom: 8px;
  right: 7px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 5px solid #D93E3E;
  border-bottom: 4px solid transparent;
  -webkit-transition: right 0.25s ease;
  transition: right 0.25s ease;
}

.footer-menu a:hover, .footer-menu a:focus, .footer-menu a:active {
  color: #D93E3E;
  text-decoration: underline;
}

.footer-menu a:hover:before, .footer-menu a:focus:before, .footer-menu a:active:before {
  width: 20px;
  right: 6px;
}

.footer-menu a:hover:after, .footer-menu a:focus:after, .footer-menu a:active:after {
  right: 1px;
}

.l-footer {
  background-color: #0D234C;
  color: #fff;
  background-image: url("/themes/aba/img/logo-symbol--oxford-blue.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 600px;
}

.l-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: auto;
  max-width: 1000px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3rem 0;
}

.l-footer__content .footer__logo {
  width: 336px;
  padding-left: 1rem;
  padding-right: 2rem;
}

.l-footer__content .footer__contact-us {
  padding-left: 2rem;
  padding-right: 2rem;
}

.l-footer__content .footer__social {
  padding-left: 2rem;
  padding-right: 1rem;
}

.l-footer__content .footer__contact-us,
.l-footer__content .footer__social {
  width: calc(50% - 168px);
}

@media screen and (max-width: 1000px) {
  .l-footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 2rem 0;
  }
  .l-footer__content .footer__logo,
  .l-footer__content .footer__contact-us,
  .l-footer__content .footer__social {
    padding: 2rem;
    max-width: 400px;
  }
  .l-footer__content .footer__logo,
  .l-footer__content .footer__contact-us,
  .l-footer__content .footer__social {
    width: 100%;
  }
}

.l-postfooter {
  background-color: #071939;
  color: #fff;
  padding: 1rem;
}

.l-prefooter {
  background-color: #fff;
}

.privacy-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.privacy-menu a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.3333;
  text-transform: uppercase;
  display: block;
  color: #fff;
  line-height: 1.3333;
  margin: 0px 2.25rem;
}

@media (max-width: 800px) {
  .privacy-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .privacy-menu a {
    margin: 0.5rem;
  }
}

.account-menu {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.3333;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  margin-right: 0.5rem;
  padding: 0;
  line-height: 1;
  letter-spacing: 2.4px;
}

.account-menu li {
  margin: 0 1.5rem;
}

.account-menu a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #495A79;
  height: 24px;
}

.account-menu a svg {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  position: relative;
  top: -1px;
  max-width: 20px;
  fill: #495A79;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
  margin-left: 10px;
}

.account-menu a:hover, .account-menu a:focus, .account-menu a:active {
  color: #D93E3E;
}

.account-menu a:hover svg, .account-menu a:focus svg, .account-menu a:active svg {
  fill: #D93E3E;
}

@media screen and (max-width: 1099px) {
  .account-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    width: 100%;
    height: 50px;
  }
}

.header__logo {
  display: inline-block;
  width: 212px;
  height: 60px;
}

.header__logo .site-logo {
  display: block;
}

.header__logo svg {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

@media screen and (max-width: 1099px) {
  .header__logo {
    height: 60px;
    width: 40px;
    overflow: hidden;
  }
  .header__logo svg {
    height: 40px;
    width: 156px;
    max-width: 156px;
  }
  .header__logo svg #header-logo__text {
    display: none;
  }
}

@media screen and (min-width: 1100px) {
  .header__menu-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2rem;
  }
  .header__menu-main .main-menu {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 24px;
    width: 100%;
    max-width: 800px;
  }
  .header__menu-main .main-menu > .menu-item:last-child > .menu-link-wrapper > a {
    text-decoration: none !important;
    padding-bottom: 0;
    border-bottom: 2px solid #D93E3E;
  }
  .header__menu-main .main-menu .menu-link-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .header__menu-main .main-menu .menu-link-wrapper .menu-item-arrow {
    display: block;
    position: relative;
    height: 12px;
    min-width: 40px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .header__menu-main .main-menu .menu-link-wrapper .menu-item-arrow:before {
    display: block;
    content: '';
    position: absolute;
    right: 12px;
    bottom: calc(50% - 1px);
    height: 2px;
    width: 0;
    background-color: #D93E3E;
    -webkit-transition: width 0.25s ease, right 0.25s ease;
    transition: width 0.25s ease, right 0.25s ease;
  }
  .header__menu-main .main-menu .menu-link-wrapper .menu-item-arrow:after {
    display: block;
    content: '';
    position: absolute;
    bottom: calc(50% - 4px);
    right: 7px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 0 solid #D93E3E;
    border-bottom: 4px solid transparent;
    -webkit-transition: right 0.25s ease;
    transition: right 0.25s ease;
  }
  .header__menu-main .main-menu .menu-link-wrapper:hover .menu-item-arrow:before, .header__menu-main .main-menu .menu-link-wrapper:focus .menu-item-arrow:before, .header__menu-main .main-menu .menu-link-wrapper:active .menu-item-arrow:before {
    width: 20px;
    right: 6px;
  }
  .header__menu-main .main-menu .menu-link-wrapper:hover .menu-item-arrow:after, .header__menu-main .main-menu .menu-link-wrapper:focus .menu-item-arrow:after, .header__menu-main .main-menu .menu-link-wrapper:active .menu-item-arrow:after {
    right: 1px;
    border-left: 5px solid #D93E3E;
  }
  .header__menu-main .main-menu .menu-item {
    list-style-type: none;
    list-style-image: none;
  }
  .header__menu-main .main-menu .main-menu__submenu-toggle {
    display: none;
  }
  .header__menu-main .main-menu .sub-menu--level-0 {
    display: none;
    font-size: 16px;
  }
  .header__menu-main .main-menu a {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    line-height: 1.15;
    padding-top: 0.2em;
    color: #0D234C;
  }
  .header__menu-main .main-menu a:hover, .header__menu-main .main-menu a:focus, .header__menu-main .main-menu a:active {
    color: #D93E3E;
    text-decoration: underline;
  }
  .header__menu-main .main-menu .menu-item--level-0 {
    width: 50%;
    max-width: 50%;
    padding: 0;
    padding-right: 4rem;
  }
  .header__menu-main .main-menu .menu-item--level-0 a {
    padding: 1rem 0;
  }
  .header__menu-main .main-menu .menu-item--level-0:hover > .menu-link-wrapper a, .header__menu-main .main-menu .menu-item--level-0:focus > .menu-link-wrapper a, .header__menu-main .main-menu .menu-item--level-0:active > .menu-link-wrapper a, .header__menu-main .main-menu .menu-item--level-0:focus-within > .menu-link-wrapper a {
    color: #D93E3E;
  }
  .header__menu-main .main-menu .menu-item--level-0:hover .sub-menu--level-0, .header__menu-main .main-menu .menu-item--level-0:focus .sub-menu--level-0, .header__menu-main .main-menu .menu-item--level-0:active .sub-menu--level-0, .header__menu-main .main-menu .menu-item--level-0:focus-within .sub-menu--level-0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__menu-main .main-menu .menu-item--level-1 {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .header__menu-main .main-menu .menu-item--level-1 a {
    padding: 1rem 0;
  }
  .header__menu-main .main-menu .sub-menu--level-0 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 50%;
    bottom: 0;
    padding-left: 4rem;
    border-left: 1px solid #495A79;
    width: 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 1600px) {
  .header__menu-main .main-menu .menu-item--level-0 a {
    padding: 2rem 0;
  }
  .header__menu-main .main-menu .menu-item--level-1 a {
    padding: 1.5rem 0;
  }
}

@media screen and (max-width: 1099px) {
  .header__menu-main .main-menu {
    position: relative;
    margin: 0;
    list-style: none;
    font-size: 16px;
    width: 100%;
    padding: 1rem 0;
  }
  .header__menu-main .main-menu .sub-menu--level-0 {
    display: none;
    padding: 0.5rem 1rem;
    background-color: #F6F5F3;
  }
  .header__menu-main .main-menu .sub-menu--level-0 .menu-item {
    padding: 0.25rem;
  }
  .header__menu-main .main-menu .sub-menu--level-0 a {
    font-size: 17px;
    text-transform: none;
    padding-top: 0.3rem;
    padding-bottom: 0.25rem;
  }
  .header__menu-main .main-menu a {
    display: block;
    width: calc(100% - 70px);
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 1.15;
    padding: 0;
    padding-left: 2rem;
    margin-right: 80px;
    padding-top: 0.7rem;
    padding-bottom: 0.5rem;
    color: #0D234C;
  }
  .header__menu-main .main-menu .sub-menu--level-1 {
    display: none;
  }
  .header__menu-main .main-menu .menu-item--level-0 {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .header__menu-main .main-menu .main-menu__submenu-toggle {
    position: absolute;
    right: 28px;
    top: 0.75rem;
    height: 24px;
    width: 24px;
    font-size: 0.1px;
    color: transparent;
  }
  .header__menu-main .main-menu .main-menu-submenu-toggle__bar {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    height: 2px;
    width: 16px;
    background-color: #D93E3E;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .header__menu-main .main-menu .main-menu-submenu-toggle__bar:last-child {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
  }
  .header__menu-main .main-menu .menu-item--submenu-open .main-menu-submenu-toggle__bar:last-child {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}

.header__search {
  position: relative;
  height: 50px;
  width: 108px;
  padding: 13px 0;
  z-index: 1;
  background-color: #fff;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}

.header__search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header__search .form-item {
  margin: 0;
}

.header__search .form-item-keys {
  position: relative;
  right: -10px;
  width: 82px;
  -webkit-transition: right 0.15s linear width 0.25s ease;
  transition: right 0.15s linear width 0.25s ease;
}

.header__search .form-search {
  background-image: none;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  border-radius: 0;
  font-weight: 600;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  height: 24px;
  width: 100%;
  -webkit-transition: border-color 0.05s linear;
  transition: border-color 0.05s linear;
  -webkit-appearance: none;
}

.header__search .form-search::-webkit-input-placeholder {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.3333;
  text-transform: uppercase;
  color: #495A79;
  letter-spacing: 2.4px;
}

.header__search .form-search::-moz-placeholder {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.3333;
  text-transform: uppercase;
  color: #495A79;
  letter-spacing: 2.4px;
}

.header__search .form-search:-ms-input-placeholder {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.3333;
  text-transform: uppercase;
  color: #495A79;
  letter-spacing: 2.4px;
}

.header__search .form-search::-ms-input-placeholder {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.3333;
  text-transform: uppercase;
  color: #495A79;
  letter-spacing: 2.4px;
}

.header__search .form-search::placeholder {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.3333;
  text-transform: uppercase;
  color: #495A79;
  letter-spacing: 2.4px;
}

.header__search .form-actions {
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
}

.header__search .form-submit {
  display: block;
  position: relative;
  top: -1px;
  margin: 0;
  padding: 0;
  height: 24px;
  width: 24px;
  color: transparent;
  font-size: 0.1px;
  background-color: transparent;
  background-image: url("/themes/aba/img/icons/search--navy-muted.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}

.header__search.header__search--active, .header__search:hover, .header__search:active, .header__search:focus {
  width: 480px;
}

.header__search.header__search--active .form-item-keys, .header__search:hover .form-item-keys, .header__search:active .form-item-keys, .header__search:focus .form-item-keys {
  width: calc(100% - 30px);
  right: 0;
}

.header__search.header__search--active .form-search, .header__search:hover .form-search, .header__search:active .form-search, .header__search:focus .form-search {
  border-bottom: 1px solid #0D234C;
}

@media screen and (max-width: 1099px) {
  .header__search.header__search--active, .header__search:hover, .header__search:active, .header__search:focus {
    width: calc(100% - 160px);
  }
}

.l-header__content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 0 20px rgba(0, 0, 0, 0.15);
}

.l-header__persistent-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 90px;
  background-color: #fff;
}

.l-header__persistent-container .header__logo {
  position: absolute;
  left: 1rem;
  top: 0;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.l-header__persistent-container .header__menu-utility {
  position: absolute;
  left: 250px;
  top: 0;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.l-header__persistent-container .header__menu-account {
  display: none;
}

.l-header__persistent-container .header__search {
  margin-right: 1rem;
}

@media screen and (max-width: 1099px) {
  .l-header__persistent-container {
    height: 60px;
    -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.15);
  }
  .l-header__persistent-container .header__logo {
    height: 60px;
    left: 10px;
  }
  .l-header__persistent-container .header__menu-utility {
    display: none;
  }
  .l-header__persistent-container .header__menu-account {
    display: none;
    position: absolute;
    z-index: -1;
    top: 60px;
    left: 0;
    right: 0;
    height: 50px;
    background-color: #F6F5F3;
  }
}

.main-menu--open .l-header__persistent-container .header__menu-account {
  display: block;
}

.l-header__menu-container {
  display: none;
  position: absolute;
  z-index: -1;
  top: 90px;
  left: 0;
  right: 0;
  background-color: #fff;
  max-height: calc(100vh - 130px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 6rem;
  background-image: url("/themes/aba/img/bakers-text.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 55%;
}

.main-menu--open .l-header__menu-container {
  -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 0 20px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1099px) {
  .l-header__menu-container {
    top: 110px;
    max-height: calc(95vh - 110px);
    padding-bottom: 3rem;
    background-position: bottom center;
    background-size: 100%;
  }
}

.toolbar-horizontal .l-header__content {
  top: 39px;
}

.toolbar-horizontal.toolbar-tray-open .l-header__content {
  top: 79px;
}

.toolbar-vertical .l-header__content {
  top: 39px;
}

body {
  margin-top: 90px;
}

@media screen and (max-width: 1099px) {
  body {
    margin-top: 60px;
  }
}

.main-menu-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0D234C;
  border: none;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 90px;
  width: 90px;
  cursor: pointer;
}

.main-menu-toggle:hover, .main-menu-toggle:active {
  background-color: #495A79;
}

@media (max-width: 1099px) {
  .main-menu-toggle {
    height: 60px;
    width: 60px;
  }
}

.main-menu--open .main-menu-toggle {
  background-color: #D93E3E;
}

.main-menu--open .main-menu-toggle:hover, .main-menu--open .main-menu-toggle:active {
  background-color: #EA4646;
}

.main-menu-toggle__label__state-text {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.3333;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  letter-spacing: 2.4px;
  margin-top: 8px;
}

@media (max-width: 1099px) {
  .main-menu-toggle__label__state-text {
    display: none;
  }
}

.menu-icon {
  display: block;
  height: 28px;
  width: 28px;
  position: relative;
}

.main-menu-toggle__row-dot {
  display: block;
  height: 2px;
  width: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transform: opacity 0.15s linear;
  transform: opacity 0.15s linear;
}

.main-menu-toggle__row-line {
  display: block;
  height: 2px;
  width: 22px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}

.main-menu-toggle__row {
  display: block;
  height: 2px;
  width: 28px;
  position: absolute;
  left: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: top 0.2s ease,  left 0.1s ease,  -webkit-transform 0.25s ease;
  transition: top 0.2s ease,  left 0.1s ease,  -webkit-transform 0.25s ease;
  transition: transform 0.25s ease,  top 0.2s ease,  left 0.1s ease;
  transition: transform 0.25s ease,  top 0.2s ease,  left 0.1s ease,  -webkit-transform 0.25s ease;
}

.main-menu-toggle__row.main-menu-toggle__row--first {
  top: 5px;
}

.main-menu-toggle__row.main-menu-toggle__row--second {
  top: 12px;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.main-menu-toggle__row.main-menu-toggle__row--third {
  top: 19px;
}

.main-menu--open .main-menu-toggle__row-dot {
  opacity: 0;
}

.main-menu--open .main-menu-toggle__row--first .main-menu-toggle__row-line,
.main-menu--open .main-menu-toggle__row--third .main-menu-toggle__row-line {
  width: 28px;
}

.main-menu--open .main-menu-toggle__row--first {
  left: 1px;
  top: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main-menu--open .main-menu-toggle__row--second {
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}

.main-menu--open .main-menu-toggle__row--third {
  left: 1px;
  top: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.utility-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: -0.16px;
  font-weight: 600;
}

.utility-menu li {
  margin: 0 1rem;
}

.utility-menu a {
  color: #495A79;
}

.utility-menu a:hover, .utility-menu a:focus, .utility-menu a:active {
  color: #D93E3E;
}

.page-node-type-page .page-title {
  display: none;
}

.path-aba .breadcrumb {
  display: none;
}

.path-aba .region-content {
  padding-top: 2rem;
}

.path-aba .page-title {
  max-width: 680px;
  margin: 0 auto;
  padding: 1rem;
}

.path-aba .block--main {
  max-width: 680px;
  margin: 0 auto;
  padding: 1rem;
}

.path-aba .aba-login-form .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.path-aba .aba-login-form .form-item label {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.path-aba .aba-login-form .form-item input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.path-aba .aba-login-form .form-item .description {
  width: 100%;
  padding: 0.25rem;
}

.path-aba .form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.path-contact .l-content {
  max-width: 774px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
}

.path-search .block--main {
  max-width: 1054px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  padding-top: 0;
}

.path-user .breadcrumb {
  display: none;
}

.path-user .region-content {
  padding-top: 2rem;
}

.path-user .page-title {
  max-width: 680px;
  margin: 0 auto;
  padding: 1rem;
}

.path-user .block--main {
  max-width: 680px;
  margin: 0 auto;
  padding: 1rem;
}

.path-user .user-login-form .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.path-user .user-login-form .form-item label {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.path-user .user-login-form .form-item input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.path-user .user-login-form .form-item .description {
  width: 100%;
  padding: 0.25rem;
}

.path-user .form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.paragraph--accordion {
  padding: 2rem;
}

@media (max-width: 350px) {
  .paragraph--accordion {
    padding: 1rem;
  }
}

.paragraph--accordion .ui-accordion {
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.paragraph--accordion .field--name-field-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 0 !important;
  background-color: #fff !important;
  border: none !important;
  color: #0D234C !important;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: -0.55px;
  line-height: 1.2272;
  padding: 1rem 1.5rem;
  padding-top: 1.3rem;
  padding-right: 1.25rem;
  margin: 0;
  margin-top: 0.8rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.paragraph--accordion .field--name-field-title:hover, .paragraph--accordion .field--name-field-title:focus, .paragraph--accordion .field--name-field-title:active {
  color: #D93E3E !important;
}

.paragraph--accordion .field--name-field-title:hover .ui-accordion-header-icon:before,
.paragraph--accordion .field--name-field-title:hover .ui-accordion-header-icon:after, .paragraph--accordion .field--name-field-title:focus .ui-accordion-header-icon:before,
.paragraph--accordion .field--name-field-title:focus .ui-accordion-header-icon:after, .paragraph--accordion .field--name-field-title:active .ui-accordion-header-icon:before,
.paragraph--accordion .field--name-field-title:active .ui-accordion-header-icon:after {
  background-color: #D93E3E !important;
}

.paragraph--accordion .field--name-field-title.ui-accordion-header-active .ui-accordion-header-icon:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.paragraph--accordion .ui-accordion-header-icon {
  display: block !important;
  position: relative !important;
  width: 32px !important;
  height: 32px !important;
  background-image: none !important;
}

.paragraph--accordion .ui-accordion-header-icon:before, .paragraph--accordion .ui-accordion-header-icon:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 6px);
  width: 12px;
  height: 2px;
  background-color: #0D234C;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}

.paragraph--accordion .ui-accordion-header-icon:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.paragraph--accordion .field--name-field-description {
  border: none !important;
  font-size: 1rem;
  font-family: "Source Serif Pro", serif;
  color: #333132;
  letter-spacing: 0.16px;
  line-height: 1.625;
  padding: 3rem;
  padding-top: 1rem;
}

.paragraph--aligned-image-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2rem;
}

.paragraph--aligned-image-feature.l-orientation--left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.paragraph--aligned-image-feature.l-orientation--left .l-aligned-image-feature__text {
  padding-left: 4rem;
  padding-right: 0;
}

@media (max-width: 350px) {
  .paragraph--aligned-image-feature {
    padding: 2rem 1rem;
  }
}

.paragraph--aligned-image-feature .l-aligned-image-feature__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(50% - 2rem);
  padding-right: 4rem;
}

.paragraph--aligned-image-feature .aligned-image-feature__heading {
  text-transform: inherit;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.2272;
  letter-spacing: -0.55px;
}

.paragraph--aligned-image-feature .l-aligned-image-feature__image {
  width: calc(50% + 2rem);
}

.paragraph--aligned-image-feature .l-aligned-image-feature__image > img {
  -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 0 20px rgba(0, 0, 0, 0.15);
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.paragraph--aligned-image-feature .aligned-image-feature__link {
  margin-top: 2 rem;
}

.paragraph--aligned-image-feature .aligned-image-feature__link > a {
  text-transform: uppercase;
  font-size: 0.75em;
  line-height: 1.15;
  padding-top: 0.2em;
  padding-right: 32px;
  position: relative;
  color: #0D234C;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  color: #0D234C;
}

.paragraph--aligned-image-feature .aligned-image-feature__link > a:before {
  content: '';
  position: absolute;
  display: block;
  right: 12px;
  bottom: calc(50% - 1px);
  height: 2px;
  width: 14px;
  background-color: #D93E3E;
  -webkit-transition: width 0.25s ease, right 0.25s ease;
  transition: width 0.25s ease, right 0.25s ease;
}

.paragraph--aligned-image-feature .aligned-image-feature__link > a:after {
  content: '';
  position: absolute;
  display: block;
  bottom: calc(50% - 4px);
  right: 7px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 5px solid #D93E3E;
  border-bottom: 4px solid transparent;
  -webkit-transition: right 0.25s ease;
  transition: right 0.25s ease;
}

.paragraph--aligned-image-feature .aligned-image-feature__link > a:hover, .paragraph--aligned-image-feature .aligned-image-feature__link > a:focus, .paragraph--aligned-image-feature .aligned-image-feature__link > a:active {
  color: #D93E3E;
  text-decoration: underline;
}

.paragraph--aligned-image-feature .aligned-image-feature__link > a:hover:before, .paragraph--aligned-image-feature .aligned-image-feature__link > a:focus:before, .paragraph--aligned-image-feature .aligned-image-feature__link > a:active:before {
  width: 20px;
  right: 6px;
}

.paragraph--aligned-image-feature .aligned-image-feature__link > a:hover:after, .paragraph--aligned-image-feature .aligned-image-feature__link > a:focus:after, .paragraph--aligned-image-feature .aligned-image-feature__link > a:active:after {
  right: 1px;
}

.paragraph--aligned-image-feature .aligned-image-feature__link > a[disabled] {
  color: #989798 !important;
  text-decoration: none !important;
  cursor: inherit;
}

.paragraph--aligned-image-feature .aligned-image-feature__link > a[disabled]:before {
  background-color: #989798 !important;
  width: 14px !important;
  right: 12px !important;
}

.paragraph--aligned-image-feature .aligned-image-feature__link > a[disabled]:after {
  border-left: 5px solid #989798 !important;
  right: 7px !important;
}

.paragraph--aligned-image-feature .aligned-image-feature__link > a:before {
  background-color: #D93E3E;
}

.paragraph--aligned-image-feature .aligned-image-feature__link > a:after {
  border-left: 5px solid #D93E3E;
}

.paragraph--aligned-image-feature .aligned-image-feature__link > a:hover, .paragraph--aligned-image-feature .aligned-image-feature__link > a:focus, .paragraph--aligned-image-feature .aligned-image-feature__link > a:active {
  color: #D93E3E;
}

.paragraph--aligned-image-feature .aligned-image-feature__caption {
  font-size: 0.875;
  letter-spacing: 0.14px;
  color: #495A79;
  line-height: 1.2857;
  margin-top: 0.5rem;
}

@media (max-width: 800px) {
  .paragraph--aligned-image-feature .l-aligned-image-feature__text,
  .paragraph--aligned-image-feature .l-aligned-image-feature__image {
    width: 100%;
  }
  .paragraph--aligned-image-feature .l-aligned-image-feature__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .paragraph--aligned-image-feature .l-aligned-image-feature__text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.paragraph--aligned-video-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2rem;
}

.paragraph--aligned-video-feature.l-orientation--left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.paragraph--aligned-video-feature.l-orientation--left .l-aligned-video-feature__text {
  padding-left: 4rem;
  padding-right: 0;
}

@media (max-width: 350px) {
  .paragraph--aligned-video-feature {
    padding: 2rem 1rem;
  }
}

.paragraph--aligned-video-feature .l-aligned-video-feature__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(50% - 2rem);
  padding-right: 4rem;
}

.paragraph--aligned-video-feature .aligned-video-feature__heading {
  text-transform: inherit;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.2272;
  letter-spacing: -0.55px;
}

.paragraph--aligned-video-feature .l-aligned-video-feature__video-container {
  width: calc(50% + 2rem);
}

.paragraph--aligned-video-feature .aligned-video-feature__video-embed > .field {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.paragraph--aligned-video-feature .aligned-video-feature__video-embed > .field iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.paragraph--aligned-video-feature .aligned-video-feature__link {
  margin-top: 2 rem;
}

.paragraph--aligned-video-feature .aligned-video-feature__link > a {
  text-transform: uppercase;
  font-size: 0.75em;
  line-height: 1.15;
  padding-top: 0.2em;
  padding-right: 32px;
  position: relative;
  color: #0D234C;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  color: #0D234C;
}

.paragraph--aligned-video-feature .aligned-video-feature__link > a:before {
  content: '';
  position: absolute;
  display: block;
  right: 12px;
  bottom: calc(50% - 1px);
  height: 2px;
  width: 14px;
  background-color: #D93E3E;
  -webkit-transition: width 0.25s ease, right 0.25s ease;
  transition: width 0.25s ease, right 0.25s ease;
}

.paragraph--aligned-video-feature .aligned-video-feature__link > a:after {
  content: '';
  position: absolute;
  display: block;
  bottom: calc(50% - 4px);
  right: 7px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 5px solid #D93E3E;
  border-bottom: 4px solid transparent;
  -webkit-transition: right 0.25s ease;
  transition: right 0.25s ease;
}

.paragraph--aligned-video-feature .aligned-video-feature__link > a:hover, .paragraph--aligned-video-feature .aligned-video-feature__link > a:focus, .paragraph--aligned-video-feature .aligned-video-feature__link > a:active {
  color: #D93E3E;
  text-decoration: underline;
}

.paragraph--aligned-video-feature .aligned-video-feature__link > a:hover:before, .paragraph--aligned-video-feature .aligned-video-feature__link > a:focus:before, .paragraph--aligned-video-feature .aligned-video-feature__link > a:active:before {
  width: 20px;
  right: 6px;
}

.paragraph--aligned-video-feature .aligned-video-feature__link > a:hover:after, .paragraph--aligned-video-feature .aligned-video-feature__link > a:focus:after, .paragraph--aligned-video-feature .aligned-video-feature__link > a:active:after {
  right: 1px;
}

.paragraph--aligned-video-feature .aligned-video-feature__link > a[disabled] {
  color: #989798 !important;
  text-decoration: none !important;
  cursor: inherit;
}

.paragraph--aligned-video-feature .aligned-video-feature__link > a[disabled]:before {
  background-color: #989798 !important;
  width: 14px !important;
  right: 12px !important;
}

.paragraph--aligned-video-feature .aligned-video-feature__link > a[disabled]:after {
  border-left: 5px solid #989798 !important;
  right: 7px !important;
}

.paragraph--aligned-video-feature .aligned-video-feature__link > a:before {
  background-color: #D93E3E;
}

.paragraph--aligned-video-feature .aligned-video-feature__link > a:after {
  border-left: 5px solid #D93E3E;
}

.paragraph--aligned-video-feature .aligned-video-feature__link > a:hover, .paragraph--aligned-video-feature .aligned-video-feature__link > a:focus, .paragraph--aligned-video-feature .aligned-video-feature__link > a:active {
  color: #D93E3E;
}

.paragraph--aligned-video-feature .aligned-video-feature__caption {
  font-size: 0.875;
  letter-spacing: 0.14px;
  color: #495A79;
  line-height: 1.2857;
  margin-top: 0.5rem;
}

@media (max-width: 800px) {
  .paragraph--aligned-video-feature .l-aligned-video-feature__text,
  .paragraph--aligned-video-feature .l-aligned-video-feature__video-container {
    width: 100%;
  }
  .paragraph--aligned-video-feature .l-aligned-video-feature__video-container {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .paragraph--aligned-video-feature .l-aligned-video-feature__text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }
  .paragraph--aligned-video-feature.l-orientation--left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .paragraph--aligned-video-feature.l-orientation--left .l-aligned-video-feature__text {
    padding-left: 0;
    padding-right: 0;
  }
}

.paragraph--annual-events {
  position: relative;
  padding: 2rem;
  padding-bottom: 8rem;
  overflow: hidden;
}

@media (max-width: 800px) {
  .paragraph--annual-events {
    padding-bottom: 6rem;
  }
}

@media (max-width: 600px) {
  .paragraph--annual-events {
    padding-bottom: 4rem;
  }
}

@media (max-width: 350px) {
  .paragraph--annual-events {
    padding: 2rem 1rem;
    padding-bottom: 4rem;
  }
}

.paragraph--annual-events .annual-events__heading {
  position: relative;
  text-align: center;
  margin-top: 2rem;
}

.paragraph--annual-events .annual-events__heading:before {
  content: '';
  position: absolute;
  top: -1.25rem;
  left: calc(50% - 1rem);
  display: block;
  height: 2px;
  width: 2rem;
  background-color: #849BA1;
}

.paragraph--annual-events .annual-events__events .event-card {
  -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 0 20px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 2rem 0;
}

.paragraph--annual-events .annual-events__events .event-card .event-card__heading {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0px;
  margin-top: 0;
}

.paragraph--annual-events .annual-events__events .event-card .l-event-card__image {
  width: calc(50% + 2rem);
}

.paragraph--annual-events .annual-events__events .event-card .l-event-card__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(50% - 2rem);
  padding: 3rem;
}

.paragraph--annual-events .annual-events__events .event-card:nth-child(2) .l-event-card__image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.paragraph--annual-events .annual-events__events .event-card:nth-child(2) .l-event-card__text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 800px) {
  .paragraph--annual-events .annual-events__events .event-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .paragraph--annual-events .annual-events__events .event-card .l-event-card__image {
    width: 100%;
  }
  .paragraph--annual-events .annual-events__events .event-card .l-event-card__text {
    display: block;
    width: 100%;
    padding: 2rem;
  }
  .paragraph--annual-events .annual-events__events .event-card:nth-child(2) .l-event-card__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .paragraph--annual-events .annual-events__events .event-card:nth-child(2) .l-event-card__text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.paragraph--annual-events .annual-events__section-name {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  bottom: -2.5rem;
  color: #fff;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  font-size: 9.375rem;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
}

@media (max-width: 1000px) {
  .paragraph--annual-events .annual-events__section-name {
    font-size: 7rem;
    bottom: -2rem;
  }
}

@media (max-width: 800px) {
  .paragraph--annual-events .annual-events__section-name {
    font-size: 5rem;
    bottom: -1rem;
  }
}

@media (max-width: 600px) {
  .paragraph--annual-events .annual-events__section-name {
    font-size: 4rem;
    bottom: -1rem;
  }
}

.paragraph--block {
  position: relative;
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.paragraph--block:not(.internationalbakingindustryexposition) {
  background-image: url("/themes/aba/img/aba-contact-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  color: #fff;
}

.paragraph--block:not(.internationalbakingindustryexposition):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #495A79;
  opacity: 0.9;
  z-index: 0;
}

.paragraph--block.internationalbakingindustryexposition {
  max-width: 1320px !important;
}

.paragraph--block .block {
  position: relative;
  z-index: 1;
}

.paragraph--contact-area {
  background-color: #495A79;
  color: #fff;
  padding: 3rem 4rem;
  margin-bottom: 4rem;
  overflow: hidden;
}

@media (max-width: 800px) {
  .paragraph--contact-area {
    padding: 2rem;
  }
}

@media (max-width: 350px) {
  .paragraph--contact-area {
    padding: 1rem;
  }
}

.paragraph--contact-area .l-contact-area-container {
  position: relative;
  background-color: #495A79;
  color: #fff;
}

.paragraph--contact-area .decor-contact-area-background-underlay {
  position: absolute;
  bottom: -5%;
  right: -5%;
  width: 40%;
  z-index: 0;
}

.paragraph--contact-area .decor-contact-area-background-underlay > svg {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

@media (max-width: 800px) {
  .paragraph--contact-area .decor-contact-area-background-underlay {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .paragraph--contact-area .decor-contact-area-background-underlay {
    width: 80%;
  }
}

.paragraph--contact-area .l-contact-area__content {
  position: relative;
  z-index: 1;
}

.paragraph--contact-area .contact-area__heading {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #fff;
  margin-top: 0;
}

.paragraph--contact-area .contact-area__description {
  line-height: 1.625;
  letter-spacing: 0.16px;
}

.paragraph--contact-area .contact-area__subheading {
  font-size: 1.125rem;
  line-height: 1.2222;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  letter-spacing: -0.45px;
  margin-top: 3rem;
}

.paragraph--contact-area .node--people-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 1rem;
}

.paragraph--contact-area .node--people-bio .person__name,
.paragraph--contact-area .node--people-bio .person__phone,
.paragraph--contact-area .node--people-bio .person__email {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.3333;
  text-transform: uppercase;
  color: #fff;
}

.paragraph--contact-area .node--people-bio .person__name a,
.paragraph--contact-area .node--people-bio .person__phone a,
.paragraph--contact-area .node--people-bio .person__email a {
  color: #C1CDD0;
}

.paragraph--contact-area .node--people-bio .person__name a:hover, .paragraph--contact-area .node--people-bio .person__name a:focus, .paragraph--contact-area .node--people-bio .person__name a:active,
.paragraph--contact-area .node--people-bio .person__phone a:hover,
.paragraph--contact-area .node--people-bio .person__phone a:focus,
.paragraph--contact-area .node--people-bio .person__phone a:active,
.paragraph--contact-area .node--people-bio .person__email a:hover,
.paragraph--contact-area .node--people-bio .person__email a:focus,
.paragraph--contact-area .node--people-bio .person__email a:active {
  color: #D93E3E;
}

.paragraph--contact-area .node--people-bio .person__name {
  margin: 0;
  margin-right: 0.75rem;
}

.paragraph--contact-area .node--people-bio .person__phone,
.paragraph--contact-area .node--people-bio .person__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 0.75rem;
}

.paragraph--contact-area .node--people-bio .person__label {
  margin-left: 0.75rem;
  margin-right: 0.35rem;
}

.paragraph--contact-area .node--people-bio .person__name,
.paragraph--contact-area .node--people-bio .person__label,
.paragraph--contact-area .node--people-bio a {
  padding-top: 0.2rem;
}

.paragraph--content-embed {
  padding: 2rem;
}

@media (max-width: 350px) {
  .paragraph--content-embed {
    padding: 2rem 1rem;
  }
}

.paragraph--content-embed .align-center {
  text-align: center;
}

.paragraph--content-embed img {
  max-width: 100%;
  height: auto;
}

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

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

.paragraph--ctas .field__item {
  display: inline-block;
  vertical-align: top;
}

.paragraph--cta {
  padding: 1rem 2rem;
}

@media (max-width: 350px) {
  .paragraph--cta {
    padding: 1rem;
  }
}

.paragraph--cta .field--name-field-cta > a {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  padding: 1.625rem;
  height: 7.5rem;
  width: 7.5rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.16;
  text-align: center;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  color: #0D234C;
  background-color: transparent;
  border: 1px solid #D93E3E;
}

.paragraph--cta .field--name-field-cta > a:hover, .paragraph--cta .field--name-field-cta > a:active, .paragraph--cta .field--name-field-cta > a:focus {
  text-decoration: none;
}

.paragraph--cta .field--name-field-cta > a:hover {
  color: #fff;
  background-color: #D93E3E;
}

.paragraph--cta .field--name-field-cta > a:active, .paragraph--cta .field--name-field-cta > a:focus {
  color: #fff;
  background-color: #EA4646;
  border: 1px solid #EA4646;
}

.paragraph--cta .field--name-field-cta > a[disabled] {
  background-color: #EBE7E3;
  color: #989798;
  border: 1px solid #989798;
  outline: none;
  cursor: default;
}

.paragraph--cta .field--name-field-cta > a[disabled]:hover, .paragraph--cta .field--name-field-cta > a[disabled]:active, .paragraph--cta .field--name-field-cta > a[disabled]:focus {
  background-color: #EBE7E3;
  color: #989798;
  border: 1px solid #989798;
  outline: none;
}

.paragraph--downloads {
  padding: 2rem;
}

.paragraph--downloads .downloads__files .l-responsive-table thead {
  display: none;
}

.paragraph--downloads .downloads__files .l-responsive-table tbody td {
  padding: 0px;
  text-align: right;
}

.paragraph--downloads .downloads__files .l-responsive-table tbody td:first-child {
  width: 85%;
  text-align: left;
}

.paragraph--downloads .downloads__files .l-responsive-table tbody td:nth-child(2) {
  white-space: nowrap;
}

@media (max-width: 350px) {
  .paragraph--downloads {
    padding: 1rem;
  }
}

.paragraph--downloads a {
  display: block;
  margin: 0.5rem 0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.125rem;
  letter-spacing: -0.15px;
  line-height: 1.2222;
  font-weight: 600;
}

.paragraph--downloads a:hover, .paragraph--downloads a:focus, .paragraph--downloads a:active {
  color: #D93E3E;
}

.paragraph--downloads .file {
  display: block;
  min-height: 16px;
  padding-left: 20px;
  background-repeat: no-repeat;
}

.paragraph--downloads .file + .file-size {
  display: none;
}

.paragraph--downloads .file--application-pdf {
  background-image: url("/themes/aba/img/icons/file-pdf--gray-green.svg");
  background-size: 10px;
  background-position: left 2px;
}

.paragraph--downloads .field--name-field-member-only {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.3333;
  text-transform: uppercase;
  color: #0D234C;
}

.paragraph--featured-block {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 8rem;
}

@media (max-width: 1200px) {
  .paragraph--featured-block {
    padding-bottom: 6rem;
    padding-top: 3rem;
  }
}

@media (max-width: 900px) {
  .paragraph--featured-block {
    padding-bottom: 4rem;
    padding-top: 2rem;
  }
}

.paragraph--featured-block .featured-block__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: calc( 990px + 4rem);
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}

.paragraph--featured-block .featured-block__items > .paragraph {
  width: calc(50% - 2rem);
  margin: 1rem;
}

@media (max-width: 700px) {
  .paragraph--featured-block .featured-block__items > .paragraph {
    width: calc(100% - 2rem);
  }
}

@media (max-width: 350px) {
  .paragraph--featured-block .featured-block__items {
    padding: 1rem 0;
  }
}

.paragraph--featured-block .featured-block__section-name {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  bottom: -2rem;
  color: #fff;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  font-size: 150px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
}

@media (max-width: 1200px) {
  .paragraph--featured-block .featured-block__section-name {
    font-size: 100px;
    bottom: -1rem;
  }
}

@media (max-width: 900px) {
  .paragraph--featured-block .featured-block__section-name {
    font-size: 10vw;
    bottom: -0.75rem;
  }
}

.paragraph--featured-items {
  -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 0 20px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 2rem 3rem;
  background-color: #fff;
}

.paragraph--featured-items .featured-items__image {
  width: 180px;
}

.paragraph--featured-items .featured-items__image > img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.paragraph--featured-items .featured-items__title {
  font-size: 1.875rem;
  text-align: center;
}

.paragraph--featured-items .featured-items__description {
  text-align: center;
}

.paragraph--featured-items .featured-items__link {
  text-align: center;
}

.paragraph--featured-items .featured-items__link > span {
  display: none;
}

.paragraph--featured-items .featured-items__link > a {
  text-transform: uppercase;
  font-size: 0.75em;
  line-height: 1.15;
  padding-top: 0.2em;
  padding-right: 32px;
  position: relative;
  color: #0D234C;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  color: #0D234C;
  display: block;
  margin-top: 1.5rem;
}

.paragraph--featured-items .featured-items__link > a:before {
  content: '';
  position: absolute;
  display: block;
  right: 12px;
  bottom: calc(50% - 1px);
  height: 2px;
  width: 14px;
  background-color: #D93E3E;
  -webkit-transition: width 0.25s ease, right 0.25s ease;
  transition: width 0.25s ease, right 0.25s ease;
}

.paragraph--featured-items .featured-items__link > a:after {
  content: '';
  position: absolute;
  display: block;
  bottom: calc(50% - 4px);
  right: 7px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 5px solid #D93E3E;
  border-bottom: 4px solid transparent;
  -webkit-transition: right 0.25s ease;
  transition: right 0.25s ease;
}

.paragraph--featured-items .featured-items__link > a:hover, .paragraph--featured-items .featured-items__link > a:focus, .paragraph--featured-items .featured-items__link > a:active {
  color: #D93E3E;
  text-decoration: underline;
}

.paragraph--featured-items .featured-items__link > a:hover:before, .paragraph--featured-items .featured-items__link > a:focus:before, .paragraph--featured-items .featured-items__link > a:active:before {
  width: 20px;
  right: 6px;
}

.paragraph--featured-items .featured-items__link > a:hover:after, .paragraph--featured-items .featured-items__link > a:focus:after, .paragraph--featured-items .featured-items__link > a:active:after {
  right: 1px;
}

.paragraph--featured-items .featured-items__link > a[disabled] {
  color: #989798 !important;
  text-decoration: none !important;
  cursor: inherit;
}

.paragraph--featured-items .featured-items__link > a[disabled]:before {
  background-color: #989798 !important;
  width: 14px !important;
  right: 12px !important;
}

.paragraph--featured-items .featured-items__link > a[disabled]:after {
  border-left: 5px solid #989798 !important;
  right: 7px !important;
}

.paragraph--featured-items .featured-items__link > a:before {
  background-color: #D93E3E;
}

.paragraph--featured-items .featured-items__link > a:after {
  border-left: 5px solid #D93E3E;
}

.paragraph--featured-items .featured-items__link > a:hover, .paragraph--featured-items .featured-items__link > a:focus, .paragraph--featured-items .featured-items__link > a:active {
  color: #D93E3E;
}

.paragraph--homepage-events {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
}

@media (max-width: 1366px) {
  .paragraph--homepage-events {
    padding-top: 0.5rem;
  }
}

.paragraph--homepage-events .homepage-events__heading {
  position: relative;
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
}

.paragraph--homepage-events .homepage-events__heading:before {
  content: '';
  position: absolute;
  top: -1.25rem;
  left: calc(50% - 1rem);
  display: block;
  height: 2px;
  width: 2rem;
  background-color: #849BA1;
}

.paragraph--homepage-events .homepage-events__events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.paragraph--homepage-events .homepage-events__events .event-card {
  background-color: transparent;
  margin: 1rem;
  width: calc(33.3333% - 2rem);
}

.paragraph--homepage-events .homepage-events__events .event-card .event-card__date,
.paragraph--homepage-events .homepage-events__events .event-card .event-card__time,
.paragraph--homepage-events .homepage-events__events .event-card .event-card__address,
.paragraph--homepage-events .homepage-events__events .event-card .event-card__description {
  color: #fff;
}

.paragraph--homepage-events .homepage-events__events .event-card .event-card__description {
  display: block;
}

.paragraph--homepage-events .homepage-events__events .event-card .event-card__heading > a {
  color: #fff;
}

.paragraph--homepage-events .homepage-events__events .event-card .event-card__heading > a:hover, .paragraph--homepage-events .homepage-events__events .event-card .event-card__heading > a:focus, .paragraph--homepage-events .homepage-events__events .event-card .event-card__heading > a:active {
  color: #D93E3E;
}

@media (max-width: 900px) {
  .paragraph--homepage-events .homepage-events__events .event-card .l-event-card__text {
    padding: 1rem;
  }
}

@media (max-width: 800px) {
  .paragraph--homepage-events .homepage-events__events .event-card {
    width: calc(100% - 2rem);
    padding: 0px 0px;
    background-color: #fff;
  }
  .paragraph--homepage-events .homepage-events__events .event-card .l-event-card__image {
    display: none;
  }
  .paragraph--homepage-events .homepage-events__events .event-card .event-card__date,
  .paragraph--homepage-events .homepage-events__events .event-card .event-card__time,
  .paragraph--homepage-events .homepage-events__events .event-card .event-card__address {
    color: #0D234C;
  }
  .paragraph--homepage-events .homepage-events__events .event-card .event-card__description {
    display: none;
  }
  .paragraph--homepage-events .homepage-events__events .event-card .event-card__heading > a {
    color: #0D234C;
  }
}

@media (max-width: 350px) {
  .paragraph--homepage-events .homepage-events__events .event-card {
    margin: 0.5rem;
    width: calc(100% - 1rem);
  }
}

.paragraph--homepage-events .homepage-events__events .event-card:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}

.paragraph--homepage-events .homepage-events__events .event-card:hover .event-card__heading > a {
  color: #0D234C;
}

.paragraph--homepage-events .homepage-events__events .event-card:hover .event-card__heading > a:hover, .paragraph--homepage-events .homepage-events__events .event-card:hover .event-card__heading > a:focus, .paragraph--homepage-events .homepage-events__events .event-card:hover .event-card__heading > a:active {
  color: #D93E3E;
}

.paragraph--homepage-events .homepage-events__events .event-card:hover .event-card__date,
.paragraph--homepage-events .homepage-events__events .event-card:hover .event-card__time,
.paragraph--homepage-events .homepage-events__events .event-card:hover .event-card__address,
.paragraph--homepage-events .homepage-events__events .event-card:hover .event-card__description {
  color: #0D234C;
}

.paragraph--homepage-events .homepage-events__events .event-card:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 2rem);
}

.paragraph--homepage-events .homepage-events__events .event-card:nth-child(1) .l-event-card__image {
  width: 50%;
  display: block;
}

@media (max-width: 700px) {
  .paragraph--homepage-events .homepage-events__events .event-card:nth-child(1) .l-event-card__image {
    width: 100%;
  }
}

.paragraph--homepage-events .homepage-events__events .event-card:nth-child(1) .l-event-card__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
}

@media (max-width: 700px) {
  .paragraph--homepage-events .homepage-events__events .event-card:nth-child(1) .l-event-card__text {
    width: 100%;
  }
}

.paragraph--homepage-events .homepage-events__events .event-card:nth-child(1) .event-card__heading {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2333;
  letter-spacing: 0px;
  margin-top: 0.25rem;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .paragraph--homepage-events .homepage-events__events .event-card:nth-child(1) .event-card__heading {
    font-size: 1.575rem;
    margin-bottom: 0.5rem;
  }
}

.paragraph--homepage-events .homepage-events__featured-event {
  margin: 1rem;
}

.paragraph--homepage-events .homepage-events__featured-event .field--name-field-logo {
  max-width: 200px;
}

.paragraph--homepage-events .homepage-events__featured-event .field--name-field-logo > img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.paragraph--homepage-events .homepage-events__featured-event .field--name-body {
  color: #333132;
  margin: 2rem 0;
  text-align: center;
}

.paragraph--homepage-events .homepage-events__featured-event .field--name-field-link > a {
  text-transform: uppercase;
  font-size: 0.75em;
  line-height: 1.15;
  padding-top: 0.2em;
  padding-right: 32px;
  position: relative;
  color: #0D234C;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  color: #0D234C;
}

.paragraph--homepage-events .homepage-events__featured-event .field--name-field-link > a:before {
  content: '';
  position: absolute;
  display: block;
  right: 12px;
  bottom: calc(50% - 1px);
  height: 2px;
  width: 14px;
  background-color: #D93E3E;
  -webkit-transition: width 0.25s ease, right 0.25s ease;
  transition: width 0.25s ease, right 0.25s ease;
}

.paragraph--homepage-events .homepage-events__featured-event .field--name-field-link > a:after {
  content: '';
  position: absolute;
  display: block;
  bottom: calc(50% - 4px);
  right: 7px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 5px solid #D93E3E;
  border-bottom: 4px solid transparent;
  -webkit-transition: right 0.25s ease;
  transition: right 0.25s ease;
}

.paragraph--homepage-events .homepage-events__featured-event .field--name-field-link > a:hover, .paragraph--homepage-events .homepage-events__featured-event .field--name-field-link > a:focus, .paragraph--homepage-events .homepage-events__featured-event .field--name-field-link > a:active {
  color: #D93E3E;
  text-decoration: underline;
}

.paragraph--homepage-events .homepage-events__featured-event .field--name-field-link > a:hover:before, .paragraph--homepage-events .homepage-events__featured-event .field--name-field-link > a:focus:before, .paragraph--homepage-events .homepage-events__featured-event .field--name-field-link > a:active:before {
  width: 20px;
  right: 6px;
}

.paragraph--homepage-events .homepage-events__featured-event .field--name-field-link > a:hover:after, .paragraph--homepage-events .homepage-events__featured-event .field--name-field-link > a:focus:after, .paragraph--homepage-events .homepage-events__featured-event .field--name-field-link > a:active:after {
  right: 1px;
}

.paragraph--homepage-events .homepage-events__featured-event .field--name-field-link > a[disabled] {
  color: #989798 !important;
  text-decoration: none !important;
  cursor: inherit;
}

.paragraph--homepage-events .homepage-events__featured-event .field--name-field-link > a[disabled]:before {
  background-color: #989798 !important;
  width: 14px !important;
  right: 12px !important;
}

.paragraph--homepage-events .homepage-events__featured-event .field--name-field-link > a[disabled]:after {
  border-left: 5px solid #989798 !important;
  right: 7px !important;
}

.paragraph--homepage-events .homepage-events__featured-event .field--name-field-link > a:before {
  background-color: #D93E3E;
}

.paragraph--homepage-events .homepage-events__featured-event .field--name-field-link > a:after {
  border-left: 5px solid #D93E3E;
}

.paragraph--homepage-events .homepage-events__featured-event .field--name-field-link > a:hover, .paragraph--homepage-events .homepage-events__featured-event .field--name-field-link > a:focus, .paragraph--homepage-events .homepage-events__featured-event .field--name-field-link > a:active {
  color: #D93E3E;
}

.paragraph--homepage-events .homepage-events__featured-event .field--name-field-image {
  max-width: 50%;
}

.paragraph--homepage-events .homepage-events__featured-event .field--name-field-image > img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.paragraph--homepage-events .homepage-events__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.paragraph--homepage-events .homepage-events__link > a {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  padding: 1.625rem;
  height: 7.5rem;
  width: 7.5rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.16;
  text-align: center;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  color: #fff;
  background-color: transparent;
  border: 1px solid #D93E3E;
  text-decoration: none;
}

.paragraph--homepage-events .homepage-events__link > a:hover, .paragraph--homepage-events .homepage-events__link > a:active, .paragraph--homepage-events .homepage-events__link > a:focus {
  text-decoration: none;
}

.paragraph--homepage-events .homepage-events__link > a:hover {
  color: #fff;
  background-color: #D93E3E;
}

.paragraph--homepage-events .homepage-events__link > a:active, .paragraph--homepage-events .homepage-events__link > a:focus {
  color: #fff;
  background-color: #EA4646;
  border: 1px solid #EA4646;
}

.paragraph--homepage-events .homepage-events__link > a[disabled] {
  background-color: #495A79;
  color: #C1CDD0;
  border: 1px solid #C1CDD0;
  outline: none;
  cursor: default;
}

.paragraph--homepage-events .homepage-events__link > a[disabled]:hover, .paragraph--homepage-events .homepage-events__link > a[disabled]:active, .paragraph--homepage-events .homepage-events__link > a[disabled]:focus {
  background-color: #495A79;
  color: #C1CDD0;
  border: 1px solid #C1CDD0;
  outline: none;
}

@media (max-width: 1400px) {
  .paragraph--homepage-events .homepage-events__link {
    margin-top: 3rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 1100px) {
  .paragraph--homepage-events .homepage-events__link {
    margin-bottom: -1rem;
  }
}

@media (max-width: 800px) {
  .paragraph--homepage-events .homepage-events__link {
    margin-bottom: -3rem;
  }
}

@media (max-width: 500px) {
  .paragraph--homepage-events .homepage-events__link {
    margin-top: 2rem;
    margin-bottom: -4rem;
  }
}

.paragraph--homepage-events .homepage-events__section-name {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  bottom: -2rem;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  font-size: 9.375rem;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  color: #203358;
}

@media (max-width: 1400px) {
  .paragraph--homepage-events .homepage-events__section-name {
    font-size: 9.375rem;
    bottom: -2rem;
  }
}

@media (max-width: 1100px) {
  .paragraph--homepage-events .homepage-events__section-name {
    font-size: 9.375rem;
    bottom: -2rem;
  }
}

@media (max-width: 800px) {
  .paragraph--homepage-events .homepage-events__section-name {
    font-size: 7rem;
    bottom: -1rem;
  }
}

@media (max-width: 600px) {
  .paragraph--homepage-events .homepage-events__section-name {
    font-size: 5rem;
    bottom: -1rem;
  }
}

.paragraph--iframe {
  padding: 2rem;
}

@media (max-width: 350px) {
  .paragraph--iframe {
    padding: 2rem 1rem;
  }
}

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

.paragraph--image-collage {
  background-color: #0D234C;
  color: #fff;
}

.paragraph--image-collage .l-image-collage {
  max-width: 1054px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 2rem;
}

@media (max-width: 350px) {
  .paragraph--image-collage .l-image-collage {
    padding: 2rem 1rem;
  }
}

.paragraph--image-collage .image-collage__heading {
  position: relative;
  color: #fff;
  margin-bottom: 3rem;
}

.paragraph--image-collage .image-collage__heading:before {
  content: '';
  position: absolute;
  top: -1.25rem;
  left: calc(50% - 1rem);
  display: block;
  height: 2px;
  width: 2rem;
  background-color: #849BA1;
}

.paragraph--image-collage .image-collage__heading:before {
  left: 0;
}

.paragraph--image-collage .image-collage__images {
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 200px 200px 200px;
  grid-auto-flow: row;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  row-gap: 1.1rem;
  width: 100%;
  max-width: 100%;
}

.paragraph--image-collage .image-collage__images > img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.paragraph--image-collage .image-collage__images > img:nth-child(4) {
  grid-column: 1 / span 2;
  grid-row: 2 / span 2;
}

@media (max-width: 1053px) {
  .paragraph--image-collage .image-collage__images {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 0.4rem;
  }
}

@media (max-width: 1000px) {
  .paragraph--image-collage .image-collage__images {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-auto-flow: row;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem;
  }
  .paragraph--image-collage .image-collage__images > img:nth-child(4) {
    grid-column: inherit;
    grid-row: inherit;
  }
}

.paragraph--image-collage .image-collage__legend {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.3333;
  text-transform: uppercase;
  color: #fff;
  margin-top: 1rem;
}

.paragraph--image-collage .image-collage__link {
  text-align: center;
  margin-top: 3rem;
}

.paragraph--image-collage .image-collage__link > a {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  padding: 1.625rem;
  height: 7.5rem;
  width: 7.5rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.16;
  text-align: center;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  color: #fff;
  background-color: transparent;
  border: 1px solid #D93E3E;
  text-decoration: none;
}

.paragraph--image-collage .image-collage__link > a:hover, .paragraph--image-collage .image-collage__link > a:active, .paragraph--image-collage .image-collage__link > a:focus {
  text-decoration: none;
}

.paragraph--image-collage .image-collage__link > a:hover {
  color: #fff;
  background-color: #D93E3E;
}

.paragraph--image-collage .image-collage__link > a:active, .paragraph--image-collage .image-collage__link > a:focus {
  color: #fff;
  background-color: #EA4646;
  border: 1px solid #EA4646;
}

.paragraph--image-collage .image-collage__link > a[disabled] {
  background-color: #495A79;
  color: #C1CDD0;
  border: 1px solid #C1CDD0;
  outline: none;
  cursor: default;
}

.paragraph--image-collage .image-collage__link > a[disabled]:hover, .paragraph--image-collage .image-collage__link > a[disabled]:active, .paragraph--image-collage .image-collage__link > a[disabled]:focus {
  background-color: #495A79;
  color: #C1CDD0;
  border: 1px solid #C1CDD0;
  outline: none;
}

.paragraph--image {
  padding: 2rem;
}

@media (max-width: 350px) {
  .paragraph--image {
    padding: 2rem 1rem;
  }
}

.paragraph--image img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.paragraph--image .image__caption {
  font-size: 0.875;
  letter-spacing: 0.14px;
  color: #495A79;
  line-height: 1.2857;
  margin-top: 0.5rem;
}

.paragraph--impact-data {
  padding: 2rem 1rem;
}

@media (max-width: 600px) {
  .paragraph--impact-data {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 350px) {
  .paragraph--impact-data {
    padding: 1rem;
  }
}

.paragraph--impact-data .impact-data__heading {
  text-align: center;
  margin: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
  text-transform: inherit;
  line-height: 1.2272;
  letter-spacing: -0.55px;
}

.paragraph--impact-data .impact-data__statistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph--impact-data .impact-data__statistics .paragraph--statistic {
  padding: 1rem;
  width: 25%;
}

@media (max-width: 1100px) {
  .paragraph--impact-data .impact-data__statistics .paragraph--statistic {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .paragraph--impact-data .impact-data__statistics .paragraph--statistic {
    padding: 0.5rem;
  }
}

@media (max-width: 350px) {
  .paragraph--impact-data .impact-data__statistics .paragraph--statistic {
    width: 100%;
    padding: 0;
  }
}

.paragraph--impact-data .impact-data__statistics .paragraph--statistic .l-statistic-columns {
  display: block;
  height: 100%;
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.paragraph--impact-data .impact-data__statistics .paragraph--statistic .l-statistic-column--value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 1rem 0.5rem;
  padding-top: 1.3rem;
  padding-bottom: 0.8rem;
  background-color: #0D234C;
}

.paragraph--impact-data .impact-data__statistics .paragraph--statistic .l-statistic-column--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 1.5rem;
}

.paragraph--impact-data .impact-data__statistics .paragraph--statistic .statistic__value {
  font-size: 4.375rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
}

.paragraph--impact-data .impact-data__statistics .paragraph--statistic .statistic__title {
  font-family: "Source Serif Pro", serif;
  line-height: 1.25;
  font-weight: 400;
  font-size: 1rem;
  color: #333132;
  margin-bottom: 0;
  text-transform: inherit;
  letter-spacing: 0;
}

.paragraph--impact-data .impact-data__source {
  font-size: 0.875;
  letter-spacing: 0.14px;
  color: #495A79;
  line-height: 1.2857;
  margin-top: 0.5rem;
  margin-top: 0;
  text-align: center;
}

.paragraph--issue-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.5rem 2rem 2rem;
  background-color: #fff;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 680px) {
  .paragraph--issue-item {
    padding: 0.5rem 1rem 1rem;
  }
}

.paragraph--issue-item .issue-item__heading {
  position: relative;
  color: #0D234C;
  margin-top: 0.1rem;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

@media (max-width: 800px) {
  .paragraph--issue-item .issue-item__heading {
    width: 110%;
    text-align: center;
  }
}

.paragraph--issue-item .issue-item__heading:before {
  content: '';
  position: absolute;
  display: block;
  right: -21px;
  bottom: calc(50% + 1px);
  height: 2px;
  width: 14px;
  background-color: #fff;
  -webkit-transition: width 0.25s ease, right 0.25s ease;
  transition: width 0.25s ease, right 0.25s ease;
}

.paragraph--issue-item .issue-item__heading:after {
  content: '';
  position: absolute;
  display: block;
  bottom: calc(50% - 2px);
  right: -26px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 5px solid #fff;
  border-bottom: 4px solid transparent;
  -webkit-transition: right 0.25s ease;
  transition: right 0.25s ease;
}

@media (max-width: 680px) {
  .paragraph--issue-item .issue-item__heading {
    font-size: 0.8rem;
  }
  .paragraph--issue-item .issue-item__heading:after, .paragraph--issue-item .issue-item__heading:before {
    display: none;
  }
}

.paragraph--issue-item .svg-cls-navy,
.paragraph--issue-item .svg-cls-orange,
.paragraph--issue-item .svg-cls-logistics-1, .paragraph--issue-item .svg-cls-logistics-2, .paragraph--issue-item .svg-cls-logistics-3, .paragraph--issue-item .svg-cls-logistics-4, .paragraph--issue-item .svg-cls-logistics-5,
.paragraph--issue-item .svg-cls-state-affairs-1, .paragraph--issue-item .svg-cls-state-affairs-2, .paragraph--issue-item .svg-cls-state-affairs-3 {
  -webkit-transition: fill 0.2s linear, stroke 0.2s linear;
  transition: fill 0.2s linear, stroke 0.2s linear;
}

.paragraph--issue-item:hover, .paragraph--issue-item:focus, .paragraph--issue-item:active {
  background-color: #D93E3E;
  text-decoration: none;
}

.paragraph--issue-item:hover .issue-item__heading, .paragraph--issue-item:focus .issue-item__heading, .paragraph--issue-item:active .issue-item__heading {
  color: #fff;
}

.paragraph--issue-item:hover .issue-item__icon .svg-cls-navy,
.paragraph--issue-item:hover .issue-item__icon .svg-cls-orange, .paragraph--issue-item:focus .issue-item__icon .svg-cls-navy,
.paragraph--issue-item:focus .issue-item__icon .svg-cls-orange, .paragraph--issue-item:active .issue-item__icon .svg-cls-navy,
.paragraph--issue-item:active .issue-item__icon .svg-cls-orange {
  fill: #fff;
  stroke: #fff;
}

.paragraph--issue-item:hover .issue-item__icon .svg-cls-logistics-1, .paragraph--issue-item:hover .issue-item__icon .svg-cls-logistics-2, .paragraph--issue-item:hover .issue-item__icon .svg-cls-logistics-3, .paragraph--issue-item:hover .issue-item__icon .svg-cls-logistics-4, .paragraph--issue-item:hover .issue-item__icon .svg-cls-logistics-5,
.paragraph--issue-item:hover .issue-item__icon .svg-cls-state-affairs-1, .paragraph--issue-item:hover .issue-item__icon .svg-cls-state-affairs-2, .paragraph--issue-item:hover .issue-item__icon .svg-cls-state-affairs-3, .paragraph--issue-item:focus .issue-item__icon .svg-cls-logistics-1, .paragraph--issue-item:focus .issue-item__icon .svg-cls-logistics-2, .paragraph--issue-item:focus .issue-item__icon .svg-cls-logistics-3, .paragraph--issue-item:focus .issue-item__icon .svg-cls-logistics-4, .paragraph--issue-item:focus .issue-item__icon .svg-cls-logistics-5,
.paragraph--issue-item:focus .issue-item__icon .svg-cls-state-affairs-1, .paragraph--issue-item:focus .issue-item__icon .svg-cls-state-affairs-2, .paragraph--issue-item:focus .issue-item__icon .svg-cls-state-affairs-3, .paragraph--issue-item:active .issue-item__icon .svg-cls-logistics-1, .paragraph--issue-item:active .issue-item__icon .svg-cls-logistics-2, .paragraph--issue-item:active .issue-item__icon .svg-cls-logistics-3, .paragraph--issue-item:active .issue-item__icon .svg-cls-logistics-4, .paragraph--issue-item:active .issue-item__icon .svg-cls-logistics-5,
.paragraph--issue-item:active .issue-item__icon .svg-cls-state-affairs-1, .paragraph--issue-item:active .issue-item__icon .svg-cls-state-affairs-2, .paragraph--issue-item:active .issue-item__icon .svg-cls-state-affairs-3 {
  stroke: #fff;
}

.paragraph--issue-item .issue-item__icon svg {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 140px;
}

@media (max-width: 1366px) {
  .paragraph--issue-item .issue-item__icon svg {
    max-width: 110px;
  }
}

@media (max-width: 680px) {
  .paragraph--issue-item .issue-item__icon svg {
    max-width: 90px;
  }
}

@media (max-width: 350px) {
  .paragraph--issue-item .issue-item__icon svg {
    max-width: 110px;
  }
}

.paragraph--issues {
  width: 100%;
  margin: 4rem 0;
}

@media (max-width: 1366px) {
  .paragraph--issues {
    margin: 3rem 0;
  }
}

@media (max-width: 1030px) {
  .paragraph--issues {
    margin: 0;
    padding: 0 2rem;
  }
}

@media (max-width: 350px) {
  .paragraph--issues {
    padding: 0 1rem;
  }
}

.paragraph--issues .issues__section-name {
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 9.375rem;
  color: #EAE9E7;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  z-index: -1;
  position: absolute;
  top: 1800px;
  right: -1rem;
}

@media (max-width: 1366px) {
  .paragraph--issues .issues__section-name {
    top: 2050px;
  }
}

@media (max-width: 1030px) {
  .paragraph--issues .issues__section-name {
    display: none;
  }
}

.paragraph--issues .issues__content {
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 1030px) {
  .paragraph--issues .issues__content {
    display: block;
    margin: 0;
  }
}

.paragraph--issues .issues__intro {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1366px) {
  .paragraph--issues .issues__intro {
    width: 280px;
  }
}

@media (max-width: 1030px) {
  .paragraph--issues .issues__intro {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 2rem;
  }
}

.paragraph--issues .issues__items {
  width: calc(100% - 400px);
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.paragraph--issues .issues__items > .paragraph--type--issue-item {
  width: calc(50% - 2rem);
  margin: 1rem;
}

@media (max-width: 1366px) {
  .paragraph--issues .issues__items {
    width: calc(100% - 280px);
  }
}

@media (max-width: 1030px) {
  .paragraph--issues .issues__items {
    width: calc(100% + 1rem);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .paragraph--issues .issues__items > .paragraph--type--issue-item {
    width: calc(50% - 1rem);
    margin: 0.5rem;
    max-width: 350px;
  }
}

@media (max-width: 350px) {
  .paragraph--issues .issues__items {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }
  .paragraph--issues .issues__items > .paragraph--type--issue-item {
    width: 100%;
    margin: 0.5rem 0;
  }
}

.paragraph--issues .issues__heading {
  color: #fff;
  position: relative;
}

.paragraph--issues .issues__heading:before {
  content: '';
  position: absolute;
  top: -1rem;
  left: 0;
  display: inline-block;
  height: 2px;
  width: 2rem;
  background-color: #849BA1;
}

@media (max-width: 1030px) {
  .paragraph--issues .issues__heading:before {
    left: calc(50% - 1rem);
  }
}

.paragraph--issues .issues__link > a {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  padding: 1.625rem;
  height: 7.5rem;
  width: 7.5rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.16;
  text-align: center;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  color: #fff;
  background-color: transparent;
  border: 1px solid #D93E3E;
  text-decoration: none;
}

.paragraph--issues .issues__link > a:hover, .paragraph--issues .issues__link > a:active, .paragraph--issues .issues__link > a:focus {
  text-decoration: none;
}

.paragraph--issues .issues__link > a:hover {
  color: #fff;
  background-color: #D93E3E;
}

.paragraph--issues .issues__link > a:active, .paragraph--issues .issues__link > a:focus {
  color: #fff;
  background-color: #EA4646;
  border: 1px solid #EA4646;
}

.paragraph--issues .issues__link > a[disabled] {
  background-color: #495A79;
  color: #C1CDD0;
  border: 1px solid #C1CDD0;
  outline: none;
  cursor: default;
}

.paragraph--issues .issues__link > a[disabled]:hover, .paragraph--issues .issues__link > a[disabled]:active, .paragraph--issues .issues__link > a[disabled]:focus {
  background-color: #495A79;
  color: #C1CDD0;
  border: 1px solid #C1CDD0;
  outline: none;
}

@media (max-width: 1030px) {
  .paragraph--issues .issues__link > a {
    color: #fff;
    background-color: #D93E3E;
  }
}

.paragraph--latest-news {
  position: relative;
  padding: 2rem 1rem;
}

@media (max-width: 350px) {
  .paragraph--latest-news {
    padding: 1rem 0;
  }
}

.paragraph--latest-news .latest-news__heading {
  position: relative;
  text-align: center;
}

.paragraph--latest-news .latest-news__heading:before {
  content: '';
  position: absolute;
  top: -1.25rem;
  left: calc(50% - 1rem);
  display: block;
  height: 2px;
  width: 2rem;
  background-color: #849BA1;
}

.paragraph--latest-news .latest-news__articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 800px) {
  .paragraph--latest-news .latest-news__articles {
    display: block;
    padding: 0px 0px;
  }
}

.paragraph--latest-news .latest-news__articles > .node--type-article {
  width: calc(33.33% - 2rem);
  margin: 1rem;
}

@media (max-width: 800px) {
  .paragraph--latest-news .latest-news__articles > .node--type-article {
    width: calc(100% - 2rem);
  }
}

.paragraph--latest-news .latest-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1rem 0;
  position: relative;
  z-index: 1;
}

.paragraph--latest-news .latest-news__section-name {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  bottom: -2rem;
  color: #fff;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  font-size: 9.375rem;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
}

@media (max-width: 800px) {
  .paragraph--latest-news .latest-news__section-name {
    font-size: 7rem;
    bottom: -1rem;
  }
}

@media (max-width: 600px) {
  .paragraph--latest-news .latest-news__section-name {
    font-size: 5rem;
    bottom: -1rem;
  }
}

.paragraph--media-center {
  position: relative;
  padding-bottom: 8rem;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .paragraph--media-center {
    padding-bottom: 6rem;
  }
}

@media (max-width: 900px) {
  .paragraph--media-center {
    padding-bottom: 4rem;
  }
}

.paragraph--media-center .media-center__items {
  max-width: 1054px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.paragraph--media-center .media-center__items > .article-card {
  width: calc(50% - 2rem);
  margin: 1rem;
  background-color: #fff;
}

@media (max-width: 700px) {
  .paragraph--media-center .media-center__items {
    padding: 0;
  }
  .paragraph--media-center .media-center__items > .article-card {
    width: 100%;
    margin: 0;
    margin-bottom: 1rem;
  }
}

.paragraph--media-center .media-center__section-name {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  bottom: -2rem;
  color: #fff;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  font-size: 150px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
}

@media (max-width: 1200px) {
  .paragraph--media-center .media-center__section-name {
    font-size: 100px;
    bottom: -1rem;
  }
}

@media (max-width: 900px) {
  .paragraph--media-center .media-center__section-name {
    font-size: 10vw;
    bottom: -0.75rem;
  }
}

.paragraph--membership-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 2rem 0;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

@media (min-width: 1031px) {
  .paragraph--membership-item:hover {
    background-color: #fff;
    -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.15);
  }
}

@media (max-width: 1366px) {
  .paragraph--membership-item {
    margin: 1.5rem 0;
  }
}

@media (max-width: 680px) {
  .paragraph--membership-item {
    display: block;
    margin-top: 3rem;
  }
}

.paragraph--membership-item .membership-item__image {
  height: 190px;
  width: 285px;
  overflow: hidden;
}

.paragraph--membership-item .membership-item__image img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

@media (max-width: 1366px) {
  .paragraph--membership-item .membership-item__image {
    width: 285px;
  }
}

@media (max-width: 680px) {
  .paragraph--membership-item .membership-item__image {
    width: 100%;
  }
}

.paragraph--membership-item .membership-item__details {
  width: calc(100% - 335px);
  padding: 2rem;
}

@media (max-width: 1366px) {
  .paragraph--membership-item .membership-item__details {
    width: calc(100% - 285px);
  }
}

@media (max-width: 1030px) {
  .paragraph--membership-item .membership-item__details {
    padding: 0.5rem 2rem;
  }
}

@media (max-width: 800px) {
  .paragraph--membership-item .membership-item__details {
    padding: 0.5rem 1rem;
  }
}

@media (max-width: 680px) {
  .paragraph--membership-item .membership-item__details {
    padding: 1rem 0;
    width: 100%;
  }
}

.paragraph--membership-item .membership-item__link-heading {
  margin-top: 0rem;
}

.paragraph--membership-item .membership-item__link-heading > a {
  text-transform: uppercase;
  font-size: 0.75em;
  line-height: 1.15;
  padding-top: 0.2em;
  padding-right: 32px;
  position: relative;
  color: #0D234C;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  color: #0D234C;
  font-size: 20px;
}

.paragraph--membership-item .membership-item__link-heading > a:before {
  content: '';
  position: absolute;
  display: block;
  right: 12px;
  bottom: calc(50% - 1px);
  height: 2px;
  width: 14px;
  background-color: #D93E3E;
  -webkit-transition: width 0.25s ease, right 0.25s ease;
  transition: width 0.25s ease, right 0.25s ease;
}

.paragraph--membership-item .membership-item__link-heading > a:after {
  content: '';
  position: absolute;
  display: block;
  bottom: calc(50% - 4px);
  right: 7px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 5px solid #D93E3E;
  border-bottom: 4px solid transparent;
  -webkit-transition: right 0.25s ease;
  transition: right 0.25s ease;
}

.paragraph--membership-item .membership-item__link-heading > a:hover, .paragraph--membership-item .membership-item__link-heading > a:focus, .paragraph--membership-item .membership-item__link-heading > a:active {
  color: #D93E3E;
  text-decoration: underline;
}

.paragraph--membership-item .membership-item__link-heading > a:hover:before, .paragraph--membership-item .membership-item__link-heading > a:focus:before, .paragraph--membership-item .membership-item__link-heading > a:active:before {
  width: 20px;
  right: 6px;
}

.paragraph--membership-item .membership-item__link-heading > a:hover:after, .paragraph--membership-item .membership-item__link-heading > a:focus:after, .paragraph--membership-item .membership-item__link-heading > a:active:after {
  right: 1px;
}

.paragraph--membership-item .membership-item__link-heading > a[disabled] {
  color: #989798 !important;
  text-decoration: none !important;
  cursor: inherit;
}

.paragraph--membership-item .membership-item__link-heading > a[disabled]:before {
  background-color: #989798 !important;
  width: 14px !important;
  right: 12px !important;
}

.paragraph--membership-item .membership-item__link-heading > a[disabled]:after {
  border-left: 5px solid #989798 !important;
  right: 7px !important;
}

.paragraph--membership-item .membership-item__link-heading > a:before {
  background-color: #D93E3E;
}

.paragraph--membership-item .membership-item__link-heading > a:after {
  border-left: 5px solid #D93E3E;
}

.paragraph--membership-item .membership-item__link-heading > a:hover, .paragraph--membership-item .membership-item__link-heading > a:focus, .paragraph--membership-item .membership-item__link-heading > a:active {
  color: #D93E3E;
}

.paragraph--membership-item .membership-item__link-heading > a:before {
  display: none;
}

.paragraph--membership-item .membership-item__link-heading > a:after {
  display: none;
}

.paragraph--membership-item .membership-item__link-heading > a .arrow-icon {
  display: inline-block;
  position: relative;
}

.paragraph--membership-item .membership-item__link-heading > a .arrow-icon:before {
  display: none;
  opacity: 1;
  content: '';
  position: absolute;
  display: block;
  left: 0px;
  bottom: 6px;
  height: 2px;
  width: 14px;
  background-color: #D93E3E;
}

.paragraph--membership-item .membership-item__link-heading > a .arrow-icon:after {
  display: none;
  opacity: 1;
  content: '';
  position: absolute;
  display: block;
  bottom: 3px;
  left: 13px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 5px solid #D93E3E;
  border-bottom: 4px solid transparent;
}

.paragraph--membership-item .membership-item__link-heading > a:hover:before, .paragraph--membership-item .membership-item__link-heading > a:hover:after, .paragraph--membership-item .membership-item__link-heading > a:focus:before, .paragraph--membership-item .membership-item__link-heading > a:focus:after, .paragraph--membership-item .membership-item__link-heading > a:active:before, .paragraph--membership-item .membership-item__link-heading > a:active:after {
  opacity: 1;
}

@media (max-width: 1030px) {
  .paragraph--membership-item .membership-item__link-heading > a {
    color: #fff;
  }
}

@media (max-width: 990px) {
  .paragraph--membership-item .membership-item__link-heading > a:before {
    display: none;
  }
  .paragraph--membership-item .membership-item__link-heading > a:after {
    display: none;
  }
}

.paragraph--membership {
  width: 100%;
  margin: 4rem 0;
}

@media (max-width: 1366px) {
  .paragraph--membership {
    margin: 3rem 0;
  }
}

@media (max-width: 1030px) {
  .paragraph--membership {
    margin: 0;
    padding: 2rem;
  }
}

@media (max-width: 350px) {
  .paragraph--membership {
    padding: 2rem 1rem;
  }
}

.paragraph--membership .membership__section-name {
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 9.375rem;
  color: #EAE9E7;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  z-index: -1;
  position: absolute;
  top: 780px;
  right: -1rem;
}

@media (max-width: 1366px) {
  .paragraph--membership .membership__section-name {
    top: 840px;
  }
}

@media (max-width: 1030px) {
  .paragraph--membership .membership__section-name {
    display: none;
  }
}

.paragraph--membership .membership__content {
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 1030px) {
  .paragraph--membership .membership__content {
    margin: 0;
    display: block;
  }
}

.paragraph--membership .membership__intro {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1366px) {
  .paragraph--membership .membership__intro {
    width: 220px;
  }
}

@media (max-width: 1030px) {
  .paragraph--membership .membership__intro {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.paragraph--membership .membership__items {
  width: calc(100% - 300px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.paragraph--membership .membership__items > .paragraph--type--membership-item {
  width: calc(100% - 100px);
  height: 190px;
}

.paragraph--membership .membership__items > .paragraph--type--membership-item:nth-child(even) {
  margin-left: 100px;
}

@media (max-width: 1366px) {
  .paragraph--membership .membership__items {
    width: calc(100% - 220px);
  }
  .paragraph--membership .membership__items > .paragraph--type--membership-item {
    width: calc(100% - 60px);
    margin-left: -20px;
    height: auto;
  }
  .paragraph--membership .membership__items > .paragraph--type--membership-item:nth-child(even) {
    margin-left: 80px;
  }
}

@media (max-width: 1030px) {
  .paragraph--membership .membership__items {
    width: 100%;
    display: block;
    margin-top: 2rem;
    padding: 0px 0px;
  }
  .paragraph--membership .membership__items > .paragraph--type--membership-item {
    width: 100%;
    margin-left: 0;
  }
  .paragraph--membership .membership__items > .paragraph--type--membership-item:nth-child(even) {
    margin-left: 0;
  }
}

.paragraph--membership .membership__heading {
  color: #fff;
  position: relative;
}

.paragraph--membership .membership__heading:before {
  content: '';
  position: absolute;
  top: -1rem;
  left: 0;
  display: inline-block;
  height: 2px;
  width: 2rem;
  background-color: #849BA1;
}

@media (max-width: 1030px) {
  .paragraph--membership .membership__heading:before {
    left: calc(50% - 1rem);
  }
}

.paragraph--membership .membership__link > a {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  padding: 1.625rem;
  height: 7.5rem;
  width: 7.5rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.16;
  text-align: center;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  color: #fff;
  background-color: transparent;
  border: 1px solid #D93E3E;
  text-decoration: none;
}

.paragraph--membership .membership__link > a:hover, .paragraph--membership .membership__link > a:active, .paragraph--membership .membership__link > a:focus {
  text-decoration: none;
}

.paragraph--membership .membership__link > a:hover {
  color: #fff;
  background-color: #D93E3E;
}

.paragraph--membership .membership__link > a:active, .paragraph--membership .membership__link > a:focus {
  color: #fff;
  background-color: #EA4646;
  border: 1px solid #EA4646;
}

.paragraph--membership .membership__link > a[disabled] {
  background-color: #495A79;
  color: #C1CDD0;
  border: 1px solid #C1CDD0;
  outline: none;
  cursor: default;
}

.paragraph--membership .membership__link > a[disabled]:hover, .paragraph--membership .membership__link > a[disabled]:active, .paragraph--membership .membership__link > a[disabled]:focus {
  background-color: #495A79;
  color: #C1CDD0;
  border: 1px solid #C1CDD0;
  outline: none;
}

@media (max-width: 1030px) {
  .paragraph--membership .membership__link > a {
    color: #fff;
    background-color: #D93E3E;
  }
}

.paragraph--multi-image {
  padding: 1.5rem 1rem;
  padding-bottom: 2rem;
}

@media (max-width: 350px) {
  .paragraph--multi-image {
    padding: 0.5rem 0;
    padding-bottom: 1rem;
  }
}

.paragraph--multi-image .l-multi-image__images {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph--multi-image .l-multi-image__images > img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 33.33%;
  padding: 0.5rem 1rem;
}

@media (max-width: 700px) {
  .paragraph--multi-image .l-multi-image__images > img {
    max-width: 50%;
  }
}

@media (max-width: 500px) {
  .paragraph--multi-image .l-multi-image__images > img {
    max-width: 100%;
  }
}

.paragraph--multi-image .multi-image__caption {
  font-size: 0.875;
  letter-spacing: 0.14px;
  color: #495A79;
  line-height: 1.2857;
  margin-top: 0.5rem;
  text-align: center;
  margin-top: 0;
}

.paragraph--professional-groups {
  padding: 2rem;
}

@media (max-width: 350px) {
  .paragraph--professional-groups {
    padding: 1rem;
  }
}

.paragraph--professional-groups .professional-groups__groups a {
  display: block;
  margin: 1rem 0;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.2272;
  letter-spacing: -0.55px;
  color: #849BA1;
  text-decoration: underline;
}

.paragraph--professional-groups .professional-groups__groups a:hover, .paragraph--professional-groups .professional-groups__groups a:focus, .paragraph--professional-groups .professional-groups__groups a:active {
  color: #D93E3E;
}

.paragraph--quote {
  padding: 2rem;
}

@media (max-width: 350px) {
  .paragraph--quote {
    padding: 1rem;
  }
}

.paragraph--quote .l-quote-container {
  position: relative;
  padding: 3rem 4rem;
  background-color: #495A79;
  color: #fff;
  overflow: hidden;
}

@media (max-width: 800px) {
  .paragraph--quote .l-quote-container {
    padding: 2rem;
  }
}

.paragraph--quote .decor-quote-background-underlay {
  position: absolute;
  bottom: -5%;
  right: -5%;
  width: 40%;
  z-index: 0;
}

.paragraph--quote .decor-quote-background-underlay > svg {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

@media (max-width: 800px) {
  .paragraph--quote .decor-quote-background-underlay {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .paragraph--quote .decor-quote-background-underlay {
    width: 80%;
  }
}

.paragraph--quote .l-quote__content {
  position: relative;
  z-index: 1;
}

.paragraph--quote .quote__icon {
  font-size: 3.25rem;
  letter-spacing: 0.5px;
  line-height: 0.8;
}

.paragraph--quote .quote__description {
  font-size: 1.25rem;
  line-height: 1.7;
  letter-spacing: 0.2px;
}

.paragraph--quote .quote__byline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 3rem;
}

.paragraph--quote .quote__name-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.paragraph--quote .quote__name,
.paragraph--quote .quote__position {
  padding-top: 0.1rem;
}

.paragraph--quote .quote__name {
  margin-right: 0.5rem;
}

.paragraph--quote .quote__position {
  margin-left: 0.5rem;
}

.paragraph--quote .quote__image {
  width: 55px;
  height: 55px;
}

.paragraph--quote .quote__image > img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.paragraph--quote .l-quote__byline-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 55px);
  padding-left: 2rem;
}

@media (max-width: 600px) {
  .paragraph--quote .l-quote__byline-text {
    padding-left: 1rem;
  }
}

.paragraph--quote .quote__title-line {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.3333;
  text-transform: uppercase;
}

.paragraph--specialized-event-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 3rem;
  background-color: #fff;
  color: #333132;
}

@media (max-width: 900px) {
  .paragraph--specialized-event-item {
    padding: 2rem;
  }
}

.paragraph--specialized-event-item .specialized-event-item__heading {
  color: #0D234C;
}

.paragraph--specialized-event-item .specialized-event-item__description {
  text-align: center;
}

.paragraph--specialized-event-item .specialized-event-item__link {
  margin-top: 1.5rem;
}

.paragraph--specialized-event-item .specialized-event-item__link > a {
  text-transform: uppercase;
  font-size: 0.75em;
  line-height: 1.15;
  padding-top: 0.2em;
  padding-right: 32px;
  position: relative;
  color: #0D234C;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  color: #0D234C;
}

.paragraph--specialized-event-item .specialized-event-item__link > a:before {
  content: '';
  position: absolute;
  display: block;
  right: 12px;
  bottom: calc(50% - 1px);
  height: 2px;
  width: 14px;
  background-color: #D93E3E;
  -webkit-transition: width 0.25s ease, right 0.25s ease;
  transition: width 0.25s ease, right 0.25s ease;
}

.paragraph--specialized-event-item .specialized-event-item__link > a:after {
  content: '';
  position: absolute;
  display: block;
  bottom: calc(50% - 4px);
  right: 7px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 5px solid #D93E3E;
  border-bottom: 4px solid transparent;
  -webkit-transition: right 0.25s ease;
  transition: right 0.25s ease;
}

.paragraph--specialized-event-item .specialized-event-item__link > a:hover, .paragraph--specialized-event-item .specialized-event-item__link > a:focus, .paragraph--specialized-event-item .specialized-event-item__link > a:active {
  color: #D93E3E;
  text-decoration: underline;
}

.paragraph--specialized-event-item .specialized-event-item__link > a:hover:before, .paragraph--specialized-event-item .specialized-event-item__link > a:focus:before, .paragraph--specialized-event-item .specialized-event-item__link > a:active:before {
  width: 20px;
  right: 6px;
}

.paragraph--specialized-event-item .specialized-event-item__link > a:hover:after, .paragraph--specialized-event-item .specialized-event-item__link > a:focus:after, .paragraph--specialized-event-item .specialized-event-item__link > a:active:after {
  right: 1px;
}

.paragraph--specialized-event-item .specialized-event-item__link > a[disabled] {
  color: #989798 !important;
  text-decoration: none !important;
  cursor: inherit;
}

.paragraph--specialized-event-item .specialized-event-item__link > a[disabled]:before {
  background-color: #989798 !important;
  width: 14px !important;
  right: 12px !important;
}

.paragraph--specialized-event-item .specialized-event-item__link > a[disabled]:after {
  border-left: 5px solid #989798 !important;
  right: 7px !important;
}

.paragraph--specialized-event-item .specialized-event-item__link > a:before {
  background-color: #D93E3E;
}

.paragraph--specialized-event-item .specialized-event-item__link > a:after {
  border-left: 5px solid #D93E3E;
}

.paragraph--specialized-event-item .specialized-event-item__link > a:hover, .paragraph--specialized-event-item .specialized-event-item__link > a:focus, .paragraph--specialized-event-item .specialized-event-item__link > a:active {
  color: #D93E3E;
}

.paragraph--specialized-events {
  position: relative;
  background-color: #495A79;
  background-image: url("/themes/aba/img/aba-specialized-events-bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.paragraph--specialized-events:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.9;
  background-color: #495A79;
}

.paragraph--specialized-events .l-specialized-events-container {
  max-width: 1054px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  padding: 4rem 2rem;
}

@media (max-width: 350px) {
  .paragraph--specialized-events .l-specialized-events-container {
    padding: 2rem 1rem;
  }
}

.paragraph--specialized-events .specialized-events__heading {
  position: relative;
  color: #fff;
}

.paragraph--specialized-events .specialized-events__heading:before {
  content: '';
  position: absolute;
  top: -1.25rem;
  left: calc(50% - 1rem);
  display: block;
  height: 2px;
  width: 2rem;
  background-color: #849BA1;
}

.paragraph--specialized-events .specialized-events__heading:before {
  left: 0;
}

.paragraph--specialized-events .specialized-events__description {
  color: #fff;
  max-width: 774px;
  margin-bottom: 2rem;
}

@media (max-width: 900px) {
  .paragraph--specialized-events .specialized-events__description {
    margin-bottom: 1rem;
  }
}

.paragraph--specialized-events .specialized-events__events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem;
  width: calc(100% + 2rem);
}

.paragraph--specialized-events .specialized-events__events > .paragraph {
  width: calc(50% - 2rem);
  margin: 1rem;
}

@media (max-width: 700px) {
  .paragraph--specialized-events .specialized-events__events > .paragraph {
    width: calc(100% - 2rem);
  }
}

.paragraph--staff {
  padding: 1rem;
}

@media (max-width: 600px) {
  .paragraph--staff {
    padding: 0;
  }
}

@media (max-width: 350px) {
  .paragraph--staff {
    padding: 0 1rem;
  }
}

.paragraph--staff .staff__people {
  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-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.paragraph--staff .staff__people > .node--people-bio--teaser,
.paragraph--staff .staff__people .l-staff-link-container {
  width: 25%;
  margin-bottom: 1rem;
}

@media (max-width: 800px) {
  .paragraph--staff .staff__people > .node--people-bio--teaser,
  .paragraph--staff .staff__people .l-staff-link-container {
    width: 33.3333%;
  }
}

@media (max-width: 600px) {
  .paragraph--staff .staff__people > .node--people-bio--teaser,
  .paragraph--staff .staff__people .l-staff-link-container {
    width: 50%;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 350px) {
  .paragraph--staff .staff__people > .node--people-bio--teaser,
  .paragraph--staff .staff__people .l-staff-link-container {
    width: 100%;
  }
}

.paragraph--staff .l-staff-link-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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 1rem;
}

.paragraph--staff .staff__link {
  position: relative;
  width: 100%;
  max-width: 200px;
}

.paragraph--staff .staff__link:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.paragraph--staff .staff__link > a {
  position: absolute;
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  padding: 1.625rem;
  height: 7.5rem;
  width: 7.5rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.16;
  text-align: center;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
  color: #0D234C;
  background-color: transparent;
  border: 1px solid #D93E3E;
  width: 100%;
  height: 100%;
}

.paragraph--staff .staff__link > a:hover, .paragraph--staff .staff__link > a:active, .paragraph--staff .staff__link > a:focus {
  text-decoration: none;
}

.paragraph--staff .staff__link > a:hover {
  color: #fff;
  background-color: #D93E3E;
}

.paragraph--staff .staff__link > a:active, .paragraph--staff .staff__link > a:focus {
  color: #fff;
  background-color: #EA4646;
  border: 1px solid #EA4646;
}

.paragraph--staff .staff__link > a[disabled] {
  background-color: #EBE7E3;
  color: #989798;
  border: 1px solid #989798;
  outline: none;
  cursor: default;
}

.paragraph--staff .staff__link > a[disabled]:hover, .paragraph--staff .staff__link > a[disabled]:active, .paragraph--staff .staff__link > a[disabled]:focus {
  background-color: #EBE7E3;
  color: #989798;
  border: 1px solid #989798;
  outline: none;
}

.paragraph--statistic {
  padding: 2rem;
  color: #0D234C;
}

@media (max-width: 350px) {
  .paragraph--statistic {
    padding: 1rem;
  }
}

.paragraph--statistic .l-statistic-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 3rem 2rem;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 800px) {
  .paragraph--statistic .l-statistic-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 2rem;
  }
}

.paragraph--statistic .l-statistic-column--value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40%;
  padding: 1rem;
}

@media (max-width: 800px) {
  .paragraph--statistic .l-statistic-column--value {
    width: 100%;
  }
}

.paragraph--statistic .l-statistic-column--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60%;
  padding: 1rem;
}

@media (max-width: 800px) {
  .paragraph--statistic .l-statistic-column--text {
    width: 100%;
  }
}

.paragraph--statistic .statistic__value {
  font-size: 8.375rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  line-height: 1.2;
}

.paragraph--statistic .statistic__title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.3333;
  text-transform: uppercase;
  color: #495A79;
  margin-bottom: 1rem;
}

.paragraph--statistic .statistic__description {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.25rem;
}

.paragraph--statistic .statistic__source {
  font-size: 0.875;
  letter-spacing: 0.14px;
  color: #495A79;
  line-height: 1.2857;
  margin-top: 0.5rem;
  margin-top: 0.5rem;
}

.paragraph--three-columns .three-column__heading {
  font-family: "Josefin Sans", sans-serif;
  color: #0D234C;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.22222;
}

@media (max-width: 990px) {
  .paragraph--three-columns .three-column__heading {
    font-size: 1.0625rem;
  }
}

.paragraph--three-columns .three-column__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  width: calc(100% + 2rem);
}

.paragraph--three-columns .three-column__column {
  width: 33.3333%;
  padding: 1rem;
}

.paragraph--three-columns .three-column__column .field__item {
  margin: 0.1rem 0;
}

@media (max-width: 600px) {
  .paragraph--three-columns .three-column__column {
    width: 100%;
  }
}

.paragraph--video {
  padding: 2rem;
}

@media (max-width: 350px) {
  .paragraph--video {
    padding: 2rem 1rem;
  }
}

.paragraph--video .video__video-container {
  position: relative;
}

.paragraph--video .video__video-embed > .field {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.paragraph--video .video__video-embed > .field iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.paragraph--video .video__caption {
  font-size: 0.875;
  letter-spacing: 0.14px;
  color: #495A79;
  line-height: 1.2857;
  margin-top: 0.5rem;
}

.paragraph--view {
  padding: 0;
  background-color: #092756;
}

.paragraph-view__heading {
  position: relative;
  text-align: center;
  margin-top: 4rem;
}

.paragraph-view__heading:before {
  content: '';
  position: absolute;
  top: -1.25rem;
  left: calc(50% - 1rem);
  display: block;
  height: 2px;
  width: 2rem;
  background-color: #849BA1;
}

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

.view-articles .view-filters {
  width: 100%;
  background-color: #fff;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.view-articles .js-form-item-tag > label {
  display: none;
}

.view-articles .js-form-item-tag .form-select {
  overflow: hidden;
}

.view-articles .js-form-item-tag .form-select option {
  padding: 1rem 1rem 1rem 0;
}

.view-articles .form--inline {
  max-width: 1054px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 2rem;
}

@media (max-width: 350px) {
  .view-articles .form--inline {
    padding: 1rem;
  }
}

.view-articles .form-item,
.view-articles .form-actions {
  margin: 0;
}

.view-articles .form-item label,
.view-articles .form-actions label {
  font-family: "Josefin Sans", sans-serif;
  text-transform: inherit;
  margin-right: 1rem;
  font-size: 1rem;
}

@media (min-width: 901px) {
  .view-articles .form-item {
    margin-right: 2rem;
  }
  .view-articles .form-item label {
    font-size: 22px;
    margin-right: 2rem;
  }
  .view-articles .form-type-select {
    width: 20%;
  }
  .view-articles .form-type-select select {
    width: 100%;
  }
  .view-articles .form-actions {
    position: absolute;
    right: 2rem;
  }
  .view-articles .form-actions input[id^=edit-reset],
  .view-articles .form-actions input#edit-reset {
    position: absolute;
    bottom: -5.1rem;
    right: 0;
    color: #849BA1;
    text-align: right;
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 1rem;
    background-image: url("/themes/aba/img/icons/x--gray-green.svg");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 9px;
  }
  .view-articles .form-actions input[id^=edit-reset]:hover, .view-articles .form-actions input[id^=edit-reset]:focus, .view-articles .form-actions input[id^=edit-reset]:active,
  .view-articles .form-actions input#edit-reset:hover,
  .view-articles .form-actions input#edit-reset:focus,
  .view-articles .form-actions input#edit-reset:active {
    color: #fff;
    background-image: url("/themes/aba/img/icons/x--white.svg");
  }
}

@media (max-width: 900px) {
  .view-articles .form--inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .view-articles .form-item {
    margin-bottom: 1rem;
    width: 100%;
  }
  .view-articles .form-item select {
    width: 100%;
  }
  .view-articles .form-actions {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .view-articles .form-actions input[id^=edit-reset],
  .view-articles .form-actions input#edit-reset {
    margin-left: 0.5rem;
  }
}

.view-articles .view-header {
  max-width: 1054px;
  width: 100%;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2rem;
  padding: 1rem 2rem;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.125rem;
  line-height: 1.22;
  border-bottom: 1px solid #495A79;
}

@media (max-width: 350px) {
  .view-articles .view-header {
    padding: 1rem;
  }
}

.view-articles .view-content {
  max-width: 1054px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  padding-bottom: 2rem;
}

.view-articles .pager {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  max-width: 1054px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}

.view-articles .views-view-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.view-articles .article-card {
  width: calc(33.3333% - 2rem);
  margin: 1rem;
  background-color: #fff;
}

@media (max-width: 1054px) {
  .view-articles .article-card {
    width: calc(50% - 2rem);
  }
}

@media (max-width: 700px) {
  .view-articles .article-card {
    width: calc(100% - 2rem);
  }
}

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

.view-events .view-filters {
  width: 100%;
  background-color: #fff;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.view-events .pager {
  max-width: 1054px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  padding-bottom: 4rem;
}

.view-events .form--inline {
  max-width: 1054px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 2rem;
}

@media (max-width: 350px) {
  .view-events .form--inline {
    padding: 1rem;
  }
}

.view-events .form-item,
.view-events .form-actions {
  float: none !important;
  margin: 0;
}

.view-events .form-item label,
.view-events .form-actions label {
  font-family: "Josefin Sans", sans-serif;
  text-transform: inherit;
  margin-right: 1rem;
  font-size: 1rem;
}

@media (min-width: 901px) {
  .view-events .form-item {
    margin-right: 1.875rem;
  }
  .view-events .form-item label {
    font-size: 22px;
    margin-right: 2rem;
  }
  .view-events .form-item select {
    width: 100%;
  }
  .view-events .form-item-event-type,
  .view-events .form-item-topic {
    width: calc(40% - (2rem + 45px));
  }
  .view-events .form-item-year {
    width: calc(20% - 2rem);
  }
  .view-events .form-actions {
    position: absolute;
    right: 2rem;
  }
  .view-events .form-actions input[id^=edit-reset],
  .view-events .form-actions input#edit-reset {
    position: absolute;
    bottom: -5.1rem;
    right: 0;
    color: #849BA1;
    text-align: right;
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 1rem;
    background-image: url("/themes/aba/img/icons/x--gray-green.svg");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 9px;
  }
  .view-events .form-actions input[id^=edit-reset]:hover, .view-events .form-actions input[id^=edit-reset]:focus, .view-events .form-actions input[id^=edit-reset]:active,
  .view-events .form-actions input#edit-reset:hover,
  .view-events .form-actions input#edit-reset:focus,
  .view-events .form-actions input#edit-reset:active {
    color: #fff;
    background-image: url("/themes/aba/img/icons/x--white.svg");
  }
}

@media (max-width: 900px) {
  .view-events .form--inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .view-events .form-item {
    margin-bottom: 1rem;
    width: 100%;
  }
  .view-events .form-item select {
    width: 100%;
  }
  .view-events .form-actions {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .view-events .form-actions input[id^=edit-reset],
  .view-events .form-actions input#edit-reset {
    margin-left: 0.5rem;
  }
}

.view-events .view-header {
  max-width: 990px;
  width: 100%;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2rem;
  padding: 1rem 0;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.125rem;
  line-height: 1.22;
  border-bottom: 1px solid #495A79;
}

@media (max-width: 1024px) {
  .view-events .view-header {
    padding: 1rem 2rem;
  }
}

@media (max-width: 350px) {
  .view-events .view-header {
    padding: 1rem;
  }
}

.view-events .view-content {
  max-width: 1054px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 1rem;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  padding-bottom: 3rem;
  padding-top: 4rem;
}

.view-events .views-view-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.view-events .event-card {
  background-color: transparent;
  width: calc(33.3333% - 2rem);
  margin: 1rem;
}

@media (max-width: 1054px) {
  .view-events .event-card {
    width: calc(50% - 2rem);
  }
}

@media (max-width: 700px) {
  .view-events .event-card {
    width: calc(100% - 2rem);
  }
}

.view-events .event-card .event-card__heading > a {
  color: #fff;
}

.view-events .event-card .event-card__heading > a:hover, .view-events .event-card .event-card__heading > a:focus, .view-events .event-card .event-card__heading > a:active {
  color: #D93E3E;
}

.view-events .event-card .event-card__date,
.view-events .event-card .event-card__time,
.view-events .event-card .event-card__address,
.view-events .event-card .event-card__description {
  color: #fff;
}

.view-events .event-card:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}

.view-events .event-card:hover .event-card__heading > a {
  color: #0D234C;
}

.view-events .event-card:hover .event-card__heading > a:hover, .view-events .event-card:hover .event-card__heading > a:focus, .view-events .event-card:hover .event-card__heading > a:active {
  color: #D93E3E;
}

.view-events .event-card:hover .event-card__date,
.view-events .event-card:hover .event-card__time,
.view-events .event-card:hover .event-card__address,
.view-events .event-card:hover .event-card__description {
  color: #0D234C;
}

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

.view-search .view-filters {
  width: 100%;
  background-color: #fff;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.view-search .pager {
  max-width: 1054px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4rem;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.view-search .form--inline {
  max-width: 1054px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 2rem;
}

@media (max-width: 350px) {
  .view-search .form--inline {
    padding: 1rem;
  }
}

.view-search .form-item,
.view-search .form-actions {
  float: none !important;
  margin: 0;
}

.view-search .form-item label,
.view-search .form-actions label {
  font-family: "Josefin Sans", sans-serif;
  text-transform: inherit;
  margin-right: 1rem;
  font-size: 1rem;
}

.view-search .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: calc(100% - 100px);
}

.view-search .form-item .form-text {
  border: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (min-width: 901px) {
  .view-search .form-item {
    margin-right: 1rem;
  }
  .view-search .form-item label {
    font-size: 22px;
    margin-right: 1rem;
  }
  .view-search .form-actions {
    position: absolute;
    right: 2rem;
  }
  .view-search .form-actions input[id^=edit-reset],
  .view-search .form-actions input#edit-reset {
    position: absolute;
    bottom: -5.1rem;
    right: 0;
    color: #849BA1;
    text-align: right;
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 1rem;
    background-image: url("/themes/aba/img/icons/x--gray-green.svg");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 9px;
  }
  .view-search .form-actions input[id^=edit-reset]:hover, .view-search .form-actions input[id^=edit-reset]:focus, .view-search .form-actions input[id^=edit-reset]:active,
  .view-search .form-actions input#edit-reset:hover,
  .view-search .form-actions input#edit-reset:focus,
  .view-search .form-actions input#edit-reset:active {
    color: #fff;
    background-image: url("/themes/aba/img/icons/x--white.svg");
  }
}

@media (max-width: 900px) {
  .view-search .form--inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .view-search .form-item {
    margin-bottom: 1rem;
    width: 100%;
  }
  .view-search .form-actions {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .view-search .form-actions input[id^=edit-reset],
  .view-search .form-actions input#edit-reset {
    margin-left: 0.5rem;
  }
}

.view-search .view-empty {
  color: #fff;
}

.view-search .view-content,
.view-search .view-empty {
  max-width: 1054px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 1rem;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  padding-bottom: 3rem;
  padding-top: 4rem;
}

@media (max-width: 350px) {
  .view-search .view-content,
  .view-search .view-empty {
    padding: 1rem 0;
  }
}

.view-search .views-row {
  width: calc(33.3333% - 2rem);
  margin: 1rem;
}

.view-search .views-row article {
  height: 100%;
}

@media (max-width: 1054px) {
  .view-search .views-row {
    width: calc(50% - 2rem);
  }
}

@media (max-width: 700px) {
  .view-search .views-row {
    width: calc(100% - 2rem);
  }
}

/*# sourceMappingURL=sourcemaps/main.css.map */
