<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pgwSlider {
  width: 100%;
  color: #fff;
}

.pgwSlider a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.pgwSlider .ps-current {
  float: left;
  width: 74%;
  overflow: hidden;
  height: inherit;
  position: relative;
  font-size: 1rem;
}

.pgwSlider.listOnTheLeft .ps-current {
  float: right;
}

.pgwSlider .ps-current ul {
  width: 100%;
}

.pgwSlider .ps-current li {
  width: 100%;
  z-index: 1;
  opacity: 0;
  display: none;
}

.pgwSlider .ps-current img {
  max-width: 100%;
  min-width: 100%;
  height: auto;
  display: block;
  -webkit-transition: margin-top 250ms linear;
  transition: margin-top 250ms linear;
}

.pgwSlider .ps-caption {
  position: absolute;
  width: 100%;
  padding: 12px;
  background: rgba(0,0,0,.7);
  left: 0;
  bottom: 0;
  display: none;
  z-index: 3;
}

.pgwSlider ul,
ul.pgwSlider {
  float: right;
  width: 25%;
  padding: 0;
  list-style: none;
  margin: 0;
}

.pgwSlider.listOnTheLeft&gt;ul,
ul.pgwSlider.listOnTheLeft {
  float: left;
}

.pgwSlider&gt;.ps-list&gt;li,
ul.pgwSlider&gt;li {
  height: 50px;
  margin-bottom: 6px;
  overflow: hidden;
  position: relative;
  opacity: .6;
  font-size: .8rem;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.pgwSlider&gt;ul&gt;li:last-child,
ul.pgwSlider&gt;li:last-child {
  margin-bottom: 0;
}

.pgwSlider&gt;.ps-list&gt;li span,
ul.pgwSlider&gt;li span {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background: rgba(0,0,0,.7);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pgwSlider&gt;ul&gt;li:hover,
ul.pgwSlider&gt;li:hover {
  opacity: 1!important;
}

.pgwSlider&gt;ul&gt;li img,
ul.pgwSlider&gt;li img {
  width: 100%;
  min-height: 100%;
  display: block;
  -webkit-transition: margin-top 250ms linear;
  transition: margin-top 250ms linear;
}

.pgwSlider .ps-prevIcon {
  border-color: transparent #fff transparent;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  display: block;
}

.pgwSlider .ps-nextIcon {
  border-color: transparent #fff transparent;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  display: block;
}

.pgwSlider .ps-current .ps-prev {
  background: rgba(0,0,0,.5);
  border: 1px solid #777;
  border-left: 0;
  border-radius: 0 4px 4px 0;
  position: absolute;
  padding: 20px 20px 20px 17px;
  left: 0;
  top: 45%;
  cursor: pointer;
}

.pgwSlider .ps-current .ps-next {
  background: rgba(0,0,0,.5);
  border: 1px solid #777;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  position: absolute;
  padding: 20px 17px 20px 20px;
  right: 0;
  top: 45%;
  cursor: pointer;
}

.pgwSlider.wide&gt;ul&gt;li,
ul.pgwSlider.wide&gt;li {
  width: 100%!important;
}

.pgwSlider.narrow .ps-current {
  margin-bottom: 6px;
  font-size: .8rem;
}

.pgwSlider.narrow .ps-current img {
  width: 100%;
  min-height: inherit;
}

.pgwSlider.narrow .ps-current,
.pgwSlider.narrow&gt;ul,
ul.pgwSlider.narrow {
  width: 100%;
}

.pgwSlider.narrow&gt;.ps-list&gt;li,
ul.pgwSlider.narrow&gt;li {
  float: left;
  min-height: 50px;
  max-height: 70px;
  min-width: 15%;
  font-size: .7rem;
  margin-bottom: 0;
}

.pgwSlider.narrow.listOnTheLeft&gt;ul&gt;li,
ul.pgwSlider.narrow.listOnTheLeft&gt;li {
  float: right;
}

.pgwSlider.narrow .ps-caption {
  padding: 8px;
}

.pgwSlider.narrow .ps-current .ps-prev {
  padding: 15px 15px 15px 12px;
  top: 40%;
}

.pgwSlider.narrow .ps-current .ps-next {
  padding: 15px 12px 15px 15px;
  top: 40%;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../node_modules/owl.carousel/dist/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease,-webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3,1.3);
  -webkit-transform: scale(1.3,1.3);
  transform: scale(1.3,1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  line-height: normal;
}

body {
  font-family: "Open Sans",sans-serif;
  color: #000;
}

body p {
  line-height: 1.4em;
}

@media print {
  body p {
    font-size: .625rem;
  }
}

input[type=button],
input[type=submit],
input[type=text],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

.ay-lightbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0,0,0,.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

:focus {
  outline: 1px solid #000;
}

.ay-flex-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ay-flex-start-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ay-column.ay-column__triple a,
.ay-column__single a,
.ay-news-release__content a,
.ay-updated-content-link-style {
  -webkit-text-decoration: underline solid #b8bcbe;
  text-decoration: underline solid #b8bcbe;
  -webkit-transition: text-decoration-color .5s;
  transition: text-decoration-color .5s;
}

.ay-column.ay-column__triple a:hover,
.ay-column__single a:hover,
.ay-news-release__content a:hover,
.ay-updated-content-link-style:hover {
  -webkit-text-decoration: underline solid #000;
  text-decoration: underline solid #000;
}

.breadcrumb-link {
  color: #000;
  display: block;
  text-decoration: underline;
}

.breadcrumb-link.hover,
.breadcrumb-link:hover {
  color: #000;
  text-decoration: underline;
}

.breadcrumb-link.focus,
.breadcrumb-link:focus-visible,
.c-prefers-focus .breadcrumb-link:focus {
  color: #000;
  text-decoration: underline;
}

.breadcrumb-toggle {
  color: #000;
}

.breadcrumb-item .active,
.breadcrumb-item .nice-select.open,
.breadcrumb-item.active,
.breadcrumb-item.nice-select.open {
  color: #000;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #000;
}

.lfr-layout-structure-item-ay-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lfr-layout-structure-item-ay-button .ay-button__primary {
  margin: 0 auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.ay-button__primary {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 3px solid #000;
  color: #000;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  margin-left: 50%;
  padding: 15px 2em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .3s all;
  transition: .3s all;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}

@media print {
  .ay-button__primary {
    font-size: 1rem;
  }
}

.ay-button__primary:active,
.ay-button__primary:focus,
.ay-button__primary:hover {
  background-color: #000;
  color: #fff!important;
  cursor: pointer;
}

.ay-button__primary--black-text {
  background-color: #fff;
  border: 3px solid #000;
  color: #000!important;
}

.ay-button__primary--black-text:active,
.ay-button__primary--black-text:focus,
.ay-button__primary--black-text:hover {
  background-color: #000;
  color: #fff!important;
  cursor: pointer;
}

.ay-button__primary--arrow {
  margin-bottom: 25px;
  text-align: left;
  font-size: 1.875rem;
  font-weight: 600;
}

.ay-button__primary--arrow:after {
  content: "";
  background: url("/o/ay-theme/resources/images/arrow-right-black.svg") no-repeat;
  display: inline-block;
  height: 18px;
  left: 8px;
  position: relative;
  width: 14px;
  top: -1px;
}

.ay-button__primary--arrow:hover:after {
  content: "";
  background: url("/o/ay-theme/resources/images/arrow-right-white-white-border.svg") no-repeat;
}

@media screen and (max-width:480px) {
  .ay-button__primary--arrow {
    padding: 15px 20px;
    font-size: 1.5rem;
  }
}

.journal-content-article&gt;a.ay-button__primary {
  color: #000;
  text-decoration: underline;
}

.ay-button__secondary {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 15px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .3s all;
  transition: .3s all;
  width: 100%;
}

.ay-button__secondary:active,
.ay-button__secondary:focus,
.ay-button__secondary:hover {
  background-color: #fff;
  color: #000;
  cursor: pointer;
}

.ay-button__arrow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 2px solid #000;
  color: #000!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  font-size: 1.125rem;
  margin-bottom: 12px;
  padding: .625rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: .4s all;
  transition: .4s all;
  width: 100%;
}

@media screen and (max-width:480px) {
  .ay-button__arrow {
    font-size: 1.25rem;
    height: auto;
    padding: 1.5625rem .625rem;
  }
}

.ay-button__arrow a {
  color: #797979;
  text-decoration: underline;
}

.ay-button__arrow a:hover {
  color: #fff;
  text-decoration: underline;
}

.ay-button__arrow:active,
.ay-button__arrow:focus,
.ay-button__arrow:hover {
  background: #fff;
  color: #000!important;
  cursor: pointer;
  text-decoration: underline;
}

.ay-button__arrow:after {
  background: #000 url("/o/ay-theme/resources/images/arrow-right.svg") no-repeat;
  background-size: 14px;
  background-position: center center;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}

@media screen and (max-width:480px) {
  .ay-button__arrow:after {
    width: 35px;
    background-size: 13px;
  }
}

.ay-main-grey a.ay-button__arrow {
  background: #fff;
  color: #000!important;
}

.ay-main-grey a.ay-button__arrow:hover {
  background: #fff;
  color: #000!important;
}

.child-menu-item.menu-item-header {
  font-size: 1.125em;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 20px;
  text-transform: uppercase;
}

.layout-column_column-1 .ay-multiple-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.layout-column_column-1 .ay-multiple-button-wrap a {
  background: #fff;
  border: 3px solid #000;
  color: #000;
  font-family: "GeoSlab703 Md BT W05 Bold","Open Sans",sans-serif;
  font-size: 1.875em;
  padding: 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 420px;
}

.layout-column_column-1 .ay-multiple-button-wrap a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.ay-column__triple--col2.portlet-column .ay-multiple-button-wrap {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 420px;
}

.ay-column__triple--col2.portlet-column .ay-multiple-button-wrap a {
  background: #000;
  color: #fff;
  font-family: "GeoSlab703 Md BT W05 Bold","Open Sans",sans-serif;
  font-size: 1.875em;
  line-height: normal;
  padding: 20px;
  -webkit-transition: color .5s;
  transition: color .5s;
  width: 420px;
}

.ay-column__triple--col2.portlet-column .ay-multiple-button-wrap a span {
  color: #fff;
  display: block;
  font-family: "Open Sans",sans-serif;
  font-size: 1rem;
  font-weight: 100;
  width: 300px;
}

.ay-column__triple--col2.portlet-column .ay-multiple-button-wrap a:hover {
  text-decoration: underline;
}

.ay-column__triple--col2.portlet-column .ay-multiple-button-wrap a:hover span {
  color: #fff;
}

.ay-column__triple--col2.portlet-column .ay-multiple-button-wrap .ay-multiple-button-quick-finder {
  border-top: 1px solid #fff;
  margin: 0 20px;
  padding: 10px 0 20px;
}

.ay-column__triple--col2.portlet-column .ay-multiple-button-wrap .ay-multiple-button-quick-finder h3 {
  color: #fff;
  font-weight: 500;
}

.ay-column__triple--col2.portlet-column .ay-multiple-button-wrap .ay-multiple-button-quick-finder ul {
  list-style: none;
  margin: 12px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ay-column__triple--col2.portlet-column .ay-multiple-button-wrap .ay-multiple-button-quick-finder ul li {
  margin: 0;
  padding: 0;
}

.ay-column__triple--col2.portlet-column .ay-multiple-button-wrap .ay-multiple-button-quick-finder ul li a {
  font-family: "Open Sans",sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
}

.ay-column__triple--col2.portlet-column .ay-multiple-button-wrap .ay-multiple-button-quick-finder ul li a:after {
  content: "";
  display: inline-block;
  height: 0;
  margin: 0 5px 0 8px;
  width: 0;
  border-top: 6px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 6px solid transparent;
}

.ay-column__triple--col2.portlet-column .ay-multiple-button-wrap.ay-multiple-button-black-white a {
  background: #fff;
  border: 3px solid #000;
  color: #000;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.ay-column__triple--col2.portlet-column .ay-multiple-button-wrap.ay-multiple-button-black-white a span {
  color: #000;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.ay-column__triple--col2.portlet-column .ay-multiple-button-wrap.ay-multiple-button-black-white a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.ay-column__triple--col2.portlet-column .ay-multiple-button-wrap.ay-multiple-button-black-white a:hover span {
  color: #fff;
}

.ay-hp-carousel-v4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: calc(95vh - 142px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1300px;
  margin: auto;
  max-height: 570px;
  min-height: 570px;
  position: relative;
}

@media screen and (max-width:768px) {
  .ay-hp-carousel-v4 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.ay-hp-carousel-v4 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ay-hp-carousel-v4 ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ay-hp-carousel-v4__pause-button {
  display: block;
  z-index: 110;
  background: url("/o/ay-theme/resources/images/ay-pause-icon.svg") no-repeat;
  background-position: center;
  border: none;
  color: transparent;
  background-size: 28px;
  height: 28px;
  width: 28px;
}

@media screen and (min-width:320px) {
  .ay-hp-carousel-v4__pause-button {
    background-size: 34px;
    height: 34px;
    width: 34px;
  }
}

@media screen and (min-width:768px) {
  .ay-hp-carousel-v4__pause-button {
    background-size: 44px;
    height: 44px;
    width: 44px;
  }
}

#ay .ay-hp-carousel-v4__pause-button:focus {
  outline: 0;
}

#ay .ay-hp-carousel-v4__pause-button:focus-visible {
  outline: 1px solid #000;
}

.ay-hp-carousel-v4__pause-button--paused {
  background-image: url("/o/ay-theme/resources/images/ay-play-icon.svg");
}

.ay-hp-carousel-v4 .ay-hp-caroysel-v4--backgrounds {
  height: calc(95vh - 142px);
  max-height: 570px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ay-hp-carousel-v4 .ay-hp-caroysel-v4--backgrounds li {
  background-size: cover;
  background-position: center;
  height: calc(95vh - 142px);
  left: 0;
  max-height: 570px;
  min-height: 570px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.ay-hp-carousel-v4 .ay-hp-caroysel-v4--backgrounds li.active,
.ay-hp-carousel-v4 .ay-hp-caroysel-v4--backgrounds li.nice-select.open {
  z-index: 2;
}

.ay-hp-carousel-v4 .ay-hp-caroysel-v4--backgrounds li.active a,
.ay-hp-carousel-v4 .ay-hp-caroysel-v4--backgrounds li.nice-select.open a {
  display: block;
}

.ay-hp-carousel-v4 .ay-hp-caroysel-v4--backgrounds li a {
  display: none;
}

.ay-hp-carousel-v4 .ay-hp-caroysel-v4--backgrounds li a.ay-cs-edit-link {
  display: block;
  position: absolute;
  background-color: #fff;
  color: #000;
  right: 20px;
  bottom: 30px;
  border: 1px solid #000;
  padding: 5px;
  z-index: 1;
}

.ay-hp-carousel-v4 .ay-hp-caroysel-v4--backgrounds li video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width:768px) {
  .ay-hp-carousel-v4 .ay-hp-caroysel-v4--backgrounds li video {
    display: none;
  }
}

.ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 90%;
  width: 515px;
  z-index: 3;
}

@media screen and (max-width:768px) {
  .ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder {
    width: 410px;
    background: #fff;
  }
}

.ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder .ay-hp-caroysel-v4--holder__nav-and-pause {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 105px;
  padding-bottom: 30px;
  padding-right: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media screen and (max-width:768px) {
  .ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder .ay-hp-caroysel-v4--holder__nav-and-pause {
    max-width: min(100%,100vw);
    margin: 0 auto;
    gap: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder .ay-hp-caroysel-v4--holder__nav {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
}

.ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder .ay-hp-caroysel-v4--holder__nav:empty {
  display: none;
}

@media screen and (max-width:768px) {
  .ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder .ay-hp-caroysel-v4--holder__nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto;
    gap: 8px;
  }
}

.ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder .ay-hp-caroysel-v4--holder__nav li {
  height: 32px;
  width: 32px;
}

.ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder .ay-hp-caroysel-v4--holder__nav li:first-child {
  margin-left: 34px;
}

@media screen and (max-width:768px) {
  .ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder .ay-hp-caroysel-v4--holder__nav li:first-child {
    margin-left: 0;
  }
}

.ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder .ay-hp-caroysel-v4--holder__nav li.active a,
.ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder .ay-hp-caroysel-v4--holder__nav li.active button,
.ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder .ay-hp-caroysel-v4--holder__nav li.nice-select.open a,
.ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder .ay-hp-caroysel-v4--holder__nav li.nice-select.open button {
  background: #000;
}

.ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder .ay-hp-caroysel-v4--holder__nav li a,
.ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder .ay-hp-caroysel-v4--holder__nav li button {
  background: rgba(126,156,209,0);
  border: 4px solid #000;
  display: block;
  height: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100%;
}

.ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder .ay-hp-caroysel-v4--holder__nav li a:hover,
.ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder .ay-hp-caroysel-v4--holder__nav li button:hover {
  background: #000;
}

.ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder .ay-hp-caroysel-v4--holder__nav li a:focus,
.ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder .ay-hp-caroysel-v4--holder__nav li button:focus {
  outline-offset: 2px;
}

.ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder-rail {
  background: #fff;
  color: #000;
  margin-left: 105px;
  overflow: hidden;
  padding: 0;
  height: 100%;
}

@media screen and (max-width:768px) {
  .ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder-rail {
    margin-left: 0;
  }
}

.ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder-rail .ay-hp-caroysel-v4--slide-title {
  font-family: "GeoSlab703 Md BT W05 Bold","Open Sans",sans-serif;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "GeoSlab703 Md BT W05 Bold","Open Sans",sans-serif;
  font-size: 2.041875rem;
  width: 100%;
}

@media screen and (max-width:768px) {
  .ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder-rail .ay-hp-caroysel-v4--slide-title {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder-rail .ay-hp-caroysel-v4--slide-content {
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 1.533125rem;
  margin: 32px 0 0;
  width: 100%;
}

@media screen and (max-width:768px) {
  .ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder-rail .ay-hp-caroysel-v4--slide-content {
    text-align: center;
  }
}

.ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder-rail .ay-slide-v4 {
  height: 100%;
  max-height: 464px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  opacity: 0;
  -webkit-transition: opacity .75s;
  transition: opacity .75s;
  -webkit-mask-image: linear-gradient(rgba(0,0,0,0) 2px,#000 32px,#000 calc(100% - 32px),rgba(0,0,0,0) calc(100% - 2px)),linear-gradient(to left,#000 15px,rgba(0,0,0,0) 16px);
  mask-image: linear-gradient(rgba(0,0,0,0) 2px,#000 32px,#000 calc(100% - 32px),rgba(0,0,0,0) calc(100% - 2px)),linear-gradient(to left,#000 15px,rgba(0,0,0,0) 16px);
}

.ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder-rail .ay-slide-v4__inner {
  padding: 16px;
  max-width: min(100%,100vw);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width:480px) {
  .ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder-rail .ay-slide-v4__inner {
    padding: 34px 34px;
  }
}

.ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder-rail .ay-slide-v4.active,
.ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder-rail .ay-slide-v4.nice-select.open {
  opacity: 1;
}

.ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder-rail .ay-hp-caroysel-v4--holder__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3280px;
  height: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder-rail .ay-hp-caroysel-v4--holder__content.noAnimation {
  -webkit-transition: none;
  transition: none;
}

.ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder-rail .ay-hp-caroysel-v4--holder__content li {
  width: 410px;
}

.ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder-rail .ay-hp-caroysel-v4--holder__content li .ay-hp-caroysel-v4--slide-content,
.ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder-rail .ay-hp-caroysel-v4--holder__content li .ay-hp-caroysel-v4--slide-cta-holder,
.ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder-rail .ay-hp-caroysel-v4--holder__content li .ay-hp-caroysel-v4--slide-title {
  width: 100%;
}

@media screen and (max-width:768px) {
  .ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder-rail .ay-hp-caroysel-v4--holder__content li .ay-hp-caroysel-v4--slide-content,
  .ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder-rail .ay-hp-caroysel-v4--holder__content li .ay-hp-caroysel-v4--slide-cta-holder,
  .ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder-rail .ay-hp-caroysel-v4--holder__content li .ay-hp-caroysel-v4--slide-title {
    text-align: center;
  }
}

.ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder-rail .ay-hp-caroysel-v4--holder__content li .ay-hp-caroysel-v4--slide-cta-holder,
.ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder-rail .ay-hp-caroysel-v4--holder__content li .ay-hp-caroysel-v4--slide-title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder-rail .ay-hp-caroysel-v4--holder__content li .ay-hp-caroysel-v4--slide-cta-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width:768px) {
  .ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder-rail .ay-hp-caroysel-v4--holder__content li .ay-hp-caroysel-v4--slide-cta-holder {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder-rail .ay-hp-caroysel-v4--holder__content li:first-child {
  margin-left: 0;
}

.ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder-rail .ay-hp-caroysel-v4--holder__content .ay-hp-caroysel-v4--slide-cta {
  background: 0 0;
  border: 2px solid #000;
  color: #000;
  font-size: 1.283125rem;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder-rail .ay-hp-caroysel-v4--holder__content .ay-hp-caroysel-v4--slide-cta:hover {
  background: #000;
  color: #fff;
}

.ay-hp-carousel-v4.rtl .ay-hp-caroysel-v4--holder {
  margin-left: 0;
  margin-right: 105px;
}

.ay-hp-carousel-v4.rtl .ay-hp-caroysel-v4--holder .ay-hp-caroysel-v4--holder__nav li:first-child {
  margin-left: 17px;
  margin-right: 34px;
}

.ay-hp-carousel-v4.rtl .ay-hp-carousel-v4.rtl .ay-hp-caroysel-v4--holder {
  margin-left: unset;
  -ms-flex-item-align: end;
  align-self: end;
  margin-right: unset;
}

@media screen and (max-width:768px) {
  .ay-hp-carousel-v4.rtl .ay-hp-carousel-v4.rtl .ay-hp-caroysel-v4--holder {
    -ms-flex-item-align: unset;
    align-self: unset;
  }
}

#ay .ay-hp-carousel-v4 .ay-hp-caroysel-v4--backgrounds li {
  z-index: 1;
}

#ay .ay-hp-carousel-v4 .ay-hp-caroysel-v4--backgrounds li.active,
#ay .ay-hp-carousel-v4 .ay-hp-caroysel-v4--backgrounds li.nice-select.open {
  z-index: 2;
}

.ay-hp-caroysel-v4--backgrounds li a {
  display: none;
}

.ay-hp-caroysel-v4--backgrounds li.active a,
.ay-hp-caroysel-v4--backgrounds li.nice-select.open a {
  display: block;
}

#ay .ay-hp-carousel-v4 .ay-hp-caroysel-v4--holder {
  z-index: 3;
}

#ay .ay-hp-caroysel-v4--backgrounds li.active a.ay-cs-edit-link,
#ay .ay-hp-caroysel-v4--backgrounds li.nice-select.open a.ay-cs-edit-link {
  display: block;
  position: absolute;
  background-color: #fff;
  color: #000;
  right: 20px;
  bottom: 30px;
  border: 1px solid #000;
  padding: 5px;
}

@media print {
  a[href]:after {
    content: none!important;
  }
}

.ay-block__single {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1.5625rem;
  padding: 3rem;
  max-width: 680px;
  width: 100%;
}

.ay-block__single--full-bleed {
  padding: 0;
}

.ay-block__key-facts,
.ay-block__light {
  background: #fff;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Open Sans",sans-serif;
  font-size: .9375rem;
  margin-bottom: 1.5625rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 100%;
}

@media print {
  .ay-block__key-facts,
  .ay-block__light {
    padding-left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.ay-block__light.ay-main-white,
.ay-main-white.ay-block__key-facts {
  background: #fff;
}

.ay-block__light--content {
  padding: 1.5625rem 40px .8125rem 1.875rem;
  line-height: 1.5em;
}

.ay-block__light--content .elipsesis:after {
  content: " ...";
}

.ay-block__light--content .elipsesis h1,
.ay-block__light--content .elipsesis h2,
.ay-block__light--content .elipsesis h3,
.ay-block__light--content .elipsesis h4,
.ay-block__light--content .elipsesis h5,
.ay-block__light--content .elipsesis h6,
.ay-block__light--content .elipsesis p {
  display: none;
}

.ay-block__light--content a {
  color: #000;
  text-decoration: underline;
}

@media screen and (max-width:1000px) {
  .ay-block__light--content {
    padding: 30px 20px 10px 20px;
    font-size: .875rem;
  }
}

@media screen and (max-width:768px) {
  .ay-block__light--content {
    padding-bottom: 30px;
  }
}

@media print {
  .ay-block__light--content {
    padding: 0;
  }
}

.ay-block__light--content .h2,
.ay-block__light--content .h3,
.ay-block__light--content h2,
.ay-block__light--content h3 {
  margin-bottom: 20px;
}

#___gcse_0 .gs-title .ay-block__light--content a,
.ay-block__light--content #___gcse_0 .gs-title a,
.ay-block__light--content .h4 {
  line-height: 1.4;
  margin-bottom: 10px;
}

#___gcse_0 .gs-title .ay-block__light--content a~.h5,
.ay-block__light--content #___gcse_0 .gs-title a~.h5,
.ay-block__light--content .h4~.h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.ay-block__light--content ul {
  margin: 1em 0;
  padding: 0;
}

.ay-block__light--content ul li {
  line-height: 1.4;
}

.ay-block__light--content ul li:before {
  display: none;
}

@media print {
  .ay-block__light--content p {
    font-size: .625rem;
  }
}

.ay-block__light--heading {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.ay-block__light--heading--blue {
  color: #000;
}

@media screen and (max-width:480px) {
  .ay-block__light--heading--blue {
    margin-bottom: 5px;
  }
}

.ay-block__light--heading--green {
  color: #000;
  margin-bottom: 10px;
}

.ay-block__light--heading--orange {
  color: #000;
}

.ay-block__light--link {
  color: #000!important;
  display: block;
  font-size: .9375rem;
  font-weight: 600;
  margin: 10px 0;
  text-transform: uppercase;
}

.ay-block__light--link::after {
  background-image: url("/o/ay-theme/resources/images/arrow-right-black.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: " ";
  display: inline-block;
  height: 14px;
  margin-bottom: -1px;
  margin-left: 5px;
  width: 10px;
}

.ay-block__light--link:hover {
  text-decoration: underline;
}

.ay-block__light__title {
  color: #fff;
  font-family: "GeoSlab703 Md BT W05 Bold","Open Sans",sans-serif;
  font-size: 1.875rem;
  padding: 12px 30px;
}

@media screen and (max-width:1000px) {
  .ay-block__light__title {
    padding: 15px 20px;
    font-size: 1.5rem;
  }
}

@media print {
  .ay-block__light__title {
    font-size: 1.5rem;
  }
}

.ay-block__light__title--default {
  background: #000;
}

.ay-block__light__title--dark-blue {
  background: #000;
}

.ay-block__light__title--blue {
  background: #000;
}

.ay-block__light__title--green {
  background: #000;
}

.ay-block__light__title--orange {
  background: #000;
}

.ay-block__light__quote:last-child {
  padding-bottom: 0;
}

.ay-block__light__quote--name {
  display: block;
  font-style: italic;
  margin: 0 0 .75em;
}

.ay-block__full-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
  background: #000;
}

.ay-block__full-color--blue {
  background: #000;
}

.ay-block__full-color--amathyst {
  background: #000;
}

.ay-block__full-color--perwinkle {
  background: #000;
}

.ay-block__full-color--stone {
  background: #000;
}

.ay-block__full-color--red {
  background: #000;
}

.ay-block__full-color p {
  margin: 0 0 .75em 0;
}

@media print {
  .ay-block__full-color {
    color: #000;
    background: 0 0;
  }
}

.ay-block__full-color__title {
  color: #fff;
  font-family: "GeoSlab703 Md BT W05 Bold","Open Sans",sans-serif;
  font-size: 1.875rem;
  padding: 12px 30px 12px 30px;
  word-spacing: 1px;
}

@media print {
  .ay-block__full-color__title {
    color: #000;
    background: 0 0;
    font-size: 1.5rem;
  }
}

@media screen and (max-width:1000px) {
  .ay-block__full-color__title {
    padding: 15px 20px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width:480px) {
  .ay-block__full-color__title {
    line-height: 130%;
  }
}

.ay-block__full-color--content {
  background: #f5f5f5;
  color: #000;
  font-family: "Open Sans",sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.5em;
  padding: 1.5625rem 1.875rem .8125rem 1.875rem;
  width: 100%;
}

.ay-block__full-color--content a {
  color: #000;
  text-decoration: underline;
}

@media screen and (max-width:1000px) {
  .ay-block__full-color--content {
    padding: 19px 25px 19px 25px;
  }
}

@media screen and (max-width:480px) {
  .ay-block__full-color--content {
    line-height: 1.65em;
  }
}

.ay-block__cta,
.ay-block__quote {
  background-position: 30px 30px;
  background-repeat: no-repeat;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Open Sans",sans-serif;
  font-size: 1.0625rem;
  min-height: 150px;
  text-decoration: underline;
  width: 100%;
}

.ay-block__cta a,
.ay-block__quote a {
  color: #fff!important;
  text-decoration: underline;
}

@media screen and (max-width:1000px) {
  .ay-block__cta,
  .ay-block__quote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
  }
}

@media screen and (max-width:768px) {
  .ay-block__cta,
  .ay-block__quote {
    background-position: 25px 30px;
  }
}

.ay-block__cta--video {
  background-color: #000;
  background-image: url("/o/ay-theme/resources/images/icons-2020/visual/video-white.svg");
  background-size: 40px;
  background-position: 29px 24px;
}

@media screen and (max-width:1000px) {
  .ay-block__cta--video {
    padding: 0 30px 30px 0;
  }
}

@media screen and (max-width:480px) {
  .ay-block__cta--video {
    padding-right: 20px;
  }
}

.ay-block__cta__content {
  padding: 80px 39px 25px 30px;
}

@media screen and (max-width:768px) {
  .ay-block__cta__content {
    padding-left: 25px;
    padding-bottom: 0;
    margin-top: 8px;
  }
}

.ay-block__cta__content--download {
  background-color: #000;
  background-image: url("/o/ay-theme/resources/images/icons-2020/visual/document-white.svg");
  background-size: 36px auto;
  background-position: 30px 30px;
  background-repeat: no-repeat;
  line-height: 1.5;
  margin-bottom: 27px;
  margin-left: 20px;
  padding: 85px 30px 27px 30px;
  width: calc(100% - 30px);
}

@media screen and (max-width:1000px) {
  .ay-block__cta__content--download {
    margin-left: 0;
  }
}

@media screen and (max-width:768px) {
  .ay-block__cta__content--download {
    background-position: 25px 30px;
    padding-left: 25px;
    width: 100%;
  }
}

@media screen and (max-width:480px) {
  .ay-block__cta__content--download {
    padding-right: 20px;
  }
}

.ay-block__cta__content--download:first-child {
  margin-left: 0;
}

.ay-block__cta--link {
  color: #f8f8f8;
  font-size: .9375rem;
  display: block;
  margin-top: 10px;
  text-decoration: underline;
  text-transform: uppercase;
}

@media screen and (max-width:480px) {
  .ay-block__cta--link {
    font-size: .875rem;
  }
}

.ay-block__cta--link::after {
  background-image: url("/o/ay-theme/resources/images/arrow-right.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: " ";
  display: inline-block;
  height: 15px;
  margin-bottom: -1px;
  margin-left: 5px;
  width: 18px;
}

.ay-block__key-facts {
  background: #000;
  color: #fff;
  padding-bottom: 15px;
}

.ay-block__key-facts--stats {
  border-bottom: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  padding-bottom: 30px;
}

@media screen and (max-width:1000px) {
  .ay-block__key-facts--stats {
    line-height: 1;
  }
}

@media screen and (max-width:480px) {
  .ay-block__key-facts--stats {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.ay-block__key-facts--stats--fact-header {
  color: #fff;
  font-family: "GeoSlab703 Md BT W05 Bold","Open Sans",sans-serif;
  font-size: 2.375rem;
  line-height: 59px;
}

@media screen and (max-width:768px) {
  .ay-block__key-facts--stats--fact-header {
    font-size: 1.375rem;
    line-height: 40px;
  }
}

@media screen and (max-width:480px) {
  .ay-block__key-facts--stats--fact-header {
    font-size: 1.5rem;
    line-height: 120%;
  }
}

@media screen and (max-width:320px) {
  .ay-block__key-facts--stats--fact-header {
    font-size: 1.125rem;
  }
}

.ay-block__key-facts--stats--fact-label {
  font-family: "Open Sans",sans-serif;
  color: #fff;
  margin-top: -10px;
  line-height: 1.3;
}

@media screen and (max-width:1000px) {
  .ay-block__key-facts--stats--fact-label {
    padding-top: 5px;
  }
}

@media screen and (max-width:480px) {
  .ay-block__key-facts--stats--fact-label {
    font-size: 65%;
    padding-top: 10px;
  }
}

.ay-block__key-facts--stats--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  width: 100%;
}

@media screen and (max-width:768px) {
  .ay-block__key-facts--stats--row {
    margin-bottom: 20px;
  }
}

.ay-block__key-facts--stats--row--item {
  color: #6fab37;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  font-family: "GeoSlab703 Md BT W05 Bold","Open Sans",sans-serif;
  font-size: 1.375rem;
  padding-right: 35px;
}

@media screen and (max-width:480px) {
  .ay-block__key-facts--stats--row--item {
    padding-right: 5%;
  }
}

.ay-block__key-facts__list {
  font-weight: 700;
  list-style: none;
  padding: 0;
  margin-top: -2px;
  margin-left: 0;
}

.ay-block__key-facts__list--item {
  line-height: 150%;
}

.ay-block__key-facts__list--item--link {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
  line-height: 1.6;
}

.ay-block__key-facts__list--item--link:hover {
  color: #32b8df;
}

.ay-block__key-facts--heading {
  font-family: "Open Sans",sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  padding-top: 20px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

@media screen and (max-width:1000px) {
  .ay-block__key-facts--heading {
    line-height: 1.2;
    padding-bottom: 10px;
  }
}

.ay-block__key-facts--heading--green {
  color: #fff;
}

.ay-block__key-facts--link {
  color: #fff!important;
  font-size: .9375rem;
  font-weight: 600;
  margin-top: 10px;
  text-decoration: underline;
  text-transform: uppercase;
}

.ay-block__key-facts--link::after {
  background-image: url("/o/ay-theme/resources/images/arrow-right-white.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: " ";
  display: inline-block;
  height: 15px;
  margin-bottom: -2px;
  margin-left: 5px;
  width: 10px;
}

.ay-block__key-facts--link:hover {
  text-decoration: underline;
}

@media screen and (max-width:480px) {
  .ay-block__key-facts--link {
    line-height: 1;
    font-size: .875rem;
  }
}

.ay-block__key-facts__title {
  background-color: #000;
  color: #fff;
  font-family: "GeoSlab703 Md BT W05 Bold","Open Sans",sans-serif;
  font-size: 1.875rem;
  padding: 12px 30px;
}

@media screen and (max-width:1000px) {
  .ay-block__key-facts__title {
    padding: 10px 20px;
  }
}

@media screen and (max-width:1000px) {
  .ay-block__key-facts__title {
    padding: 15px 20px;
    font-size: 1.5rem;
  }
}

@media print {
  .ay-block__key-facts__title {
    font-size: 1.5rem;
  }
}

.ay-block__key-facts__title--green {
  background: #6fab37;
  opacity: .8;
}

.ay-block__key-facts--content {
  padding: .75rem 1.875rem 1.875rem 1.875rem;
}

@media screen and (max-width:1000px) {
  .ay-block__key-facts--content {
    padding: 10px 20px 10px 20px;
  }
}

.ay-block__quote {
  background-color: #000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 30px 0;
}

.ay-block__quote--name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .9375rem;
  font-weight: 700;
  margin: 30px 30px 20px 30px;
  text-transform: uppercase;
}

.ay-block__quote--name::before {
  background-image: url("/o/ay-theme/resources/images/icons-2020/visual/quote.svg");
  background-repeat: no-repeat;
  content: " ";
  display: inline-block;
  height: 43px;
  padding: 0 33px 0 25px;
  width: 60px;
}

@media screen and (max-width:768px) {
  .ay-block__quote--name {
    margin-left: 25px;
  }
}

.ay-block__quote__content {
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 300;
  line-height: 40px;
  padding: 0 30px 48px 30px;
}

@media screen and (max-width:1000px) {
  .ay-block__quote__content {
    font-size: 1.25rem;
  }
}

@media screen and (max-width:768px) {
  .ay-block__quote__content {
    padding-left: 25px;
  }
}

@media print {
  .ay-block__quote__content {
    font-size: 1.125rem;
  }
}

.ay-block__image {
  background-color: #b8bcbe;
}

.ay-block__image__content {
  background: url("/o/ay-theme/resources/images/block-image.png");
  background-size: cover;
  height: 719px;
}

@media print {
  .ay-block__image__content {
    display: none;
  }
}

@media screen and (max-width:480px) {
  .ay-block__image__content {
    height: 268px;
    background-position: center center;
  }
}

.ay-block__image__content-two {
  background: url("/o/ay-theme/resources/images/block-image-2.png");
  background-size: cover;
  height: 637px;
}

@media screen and (max-width:480px) {
  .ay-block__image__content-two {
    height: 268px;
  }
}

.ay-block__image--only {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 2em 0;
  overflow: hidden;
}

.ay-block__image--only img {
  display: block;
  width: auto;
  max-width: 100%;
}

@media print {
  .ay-block__image--only img {
    max-width: 50%;
    width: 100%;
  }
}

.ay-block-infograph {
  background-color: #fff;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  font-size: .9375rem;
  line-height: 150%;
  padding: .5em 0 2.5em 0;
}

.ay-block-infograph__heading {
  color: #000;
  font-family: "Open Sans",sans-serif;
  font-size: 1rem;
}

@media screen and (max-width:768px) {
  .ay-block-infograph__heading {
    line-height: 1.4;
    margin-bottom: 10px;
  }
}

.ay-block-infograph__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 20px 0 20px;
  width: auto;
}

@media screen and (max-width:768px) {
  .ay-block-infograph__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ay-block-infograph__item {
  width: 80%;
}

@media screen and (max-width:768px) {
  .ay-block-infograph__item {
    width: 100%;
    text-align: center;
  }
}

.ay-block-infograph__item:last-child {
  padding: 0 20px 0 50px;
}

@media screen and (max-width:768px) {
  .ay-block-infograph__item:last-child {
    padding: 0 20px;
  }
}

.ay-block-infograph__item:first-child {
  width: 15%;
  padding-left: 20px;
}

@media screen and (max-width:768px) {
  .ay-block-infograph__item:first-child {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
}

.ay-block-infograph__icon {
  display: block;
  height: 100px;
  width: 100%;
  margin-top: 5px;
  fill: transparent;
}

@media screen and (max-width:768px) {
  .ay-block-infograph__icon {
    display: inline-block;
    height: 80px;
    margin: 0 0 20px 0;
  }
}

.ay-media-post {
  border-bottom: 2px solid #000;
  padding: .9375rem 0;
}

.ay-media-post:first-child {
  padding-top: 0;
}

.ay-media-post-icon {
  display: block;
  height: 45px;
  width: 45px;
  fill: transparent;
}

.ay-media-post__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ay-media-post__main--content {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  position: relative;
}

.ay-media-post__main--content h5 {
  line-height: 1.3;
  text-transform: none;
}

.ay-media-post__main--content a {
  color: #000;
  text-decoration: underline;
}

.ay-media-post__main--content a:hover {
  color: #000;
  text-decoration: underline;
}

.ay-media-post__main--content a:hover .ay-media-post__main--subtitle {
  color: #000;
  text-decoration: underline;
}

.ay-media-post__main--content a .ay-media-post__main--subtitle {
  display: block;
  padding: 5px 0;
  color: #000;
  font-size: 1rem;
}

.ay-media-post__main--media {
  display: inline-block;
  max-width: 50px;
  width: 100%;
  margin-right: 10px;
}

.ay-media-post__main--media.largerThumb {
  max-width: 129px;
}

.ay-media-post__main--media.largerThumb img {
  width: 129px;
}

.ay-media-post__main--media img {
  width: 50px;
  max-width: 100%;
}

.ay-media-post__title {
  color: #000;
  display: block;
  font-family: "Open Sans",sans-serif;
  font-size: .8125rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: .5rem;
}

.ay-block-media-video {
  display: block;
  fill: transparent;
  height: 50px;
  margin-top: 22px;
  width: 50px;
}

.ay-block-media-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ay-block-media-contact__cover {
  background-color: #000;
  color: #fff;
  padding: 2.5rem 2.5rem .625rem 2.5rem;
}

.ay-block-media-contact__cover a {
  color: #fff!important;
  text-decoration: underline;
  font-size: .875rem;
  margin-bottom: .625rem;
}

@media screen and (max-width:480px) {
  .ay-block-media-contact__cover {
    font-size: 1.125rem;
    padding: 1.25rem;
  }
}

.ay-block-media-contact__profile {
  line-height: 150%;
  padding-bottom: 1.25rem;
}

.ay-block-media-contact__h2 {
  background: url("/o/ay-theme/resources/images/icons-2020/communication/communication-phone-white.svg") no-repeat;
  background-size: 38px;
  color: #fff;
  font-weight: 400;
  font-size: 1.4375rem;
  line-height: 1;
  margin-bottom: .625rem;
  min-height: 40px;
  padding: .3125rem 0;
  padding-left: 50px;
}

@media screen and (max-width:480px) {
  .ay-block-media-contact__h2 {
    padding-left: 2rem;
  }
}

.ay-block-media-contact__h3 {
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-size: 1.4375rem;
  margin-bottom: .3125rem;
}

.ay-block-media-contact__h3 a {
  color: #fff!important;
  font-weight: 100;
  font-size: 1rem;
}

.ay-block-media-contact__footer {
  background-color: #e9e9e9;
  color: #797979;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4375rem;
  padding: 5px 15px 5px 38px;
}

.ay-block-media-contact__footer--icon {
  margin-right: 20px;
  display: block;
  fill: transparent;
  height: 45px;
  width: 45px;
}

@media screen and (max-width:480px) {
  .ay-block-media-contact__footer--icon {
    width: 40px;
    height: 40px;
  }
}

.ay-block-media-contact__footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.ay-block-media-contact__footer-links__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2.3%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
}

.ay-block-media-contact__footer-links__item:last-child {
  margin-right: 0;
}

@media screen and (max-width:480px) {
  .ay-block-media-contact__footer-links__item {
    margin-right: .25rem;
    width: 100%;
    max-width: 100%;
  }
}

.ay-block-media-contact__footer-links__item a {
  color: #000!important;
  position: relative;
  text-decoration: underline;
  background: url("/o/ay-theme/resources/images/arrow-right-darker.svg") no-repeat;
  background-size: 13px;
  background-position: center left;
  padding-left: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width:768px) {
  .ay-block-media-contact__footer-links__item a {
    background-size: 12px;
    font-size: 1rem;
  }
}

@media screen and (max-width:480px) {
  .ay-block-media-contact__footer-links__item a {
    padding-right: 1.25rem;
  }
}

@media screen and (max-width:480px) {
  .ay-block-media-contact__footer {
    font-size: .8125rem;
    padding-left: 1.25rem;
  }
}

@media screen and (max-width:768px) {
  .ay-block-media-contact {
    font-size: 1.0625rem;
  }
}

@media screen and (max-width:480px) {
  .ay-block-media-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width:1500px) and (min-width:1000px) {
  .ie10 .ay-block__cta__content--download {
    width: 48%;
  }
}

.ay-block__blogger {
  background-color: #000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 30px 0 30px 0;
}

.ay-block__blogger-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "GeoSlab703 Md BT W05 Bold","Open Sans",sans-serif;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  padding: 1.25rem 1.875rem 1rem 1rem;
}

@media screen and (max-width:768px) {
  .ay-block__blogger-title {
    padding: 1em;
    line-height: 1.3;
  }
}

@media screen and (max-width:480px) {
  .ay-block__blogger-title {
    font-size: 1.375rem;
  }
}

@media print {
  .ay-block__blogger-title {
    font-size: 1.125rem;
  }
}

.ay-block__blogger-title:before {
  background-image: url("/o/ay-theme/resources/images/blogger.svg");
  background-repeat: no-repeat;
  content: "";
  position: relative;
  display: inline-block;
  height: 43px;
  width: 57px;
}

@media screen and (max-width:768px) {
  .ay-block__blogger-title:before {
    margin-right: 15px;
  }
}

@media screen and (max-width:480px) {
  .ay-block__blogger-title:before {
    margin-right: 10px;
  }
}

.ay-block__blogger-title:hover {
  text-decoration: none;
}

.ay-block__blogger-more {
  color: #fff!important;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.ay-block__blogger-more::after {
  background-image: url("/o/ay-theme/resources/images/arrow-right-white.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: " ";
  display: inline-block;
  height: 14px;
  margin-bottom: -1px;
  margin-left: 5px;
  width: 18px;
}

.ay-block__blogger-more:hover {
  text-decoration: underline;
}

.ay-block__blogger-content {
  padding: 0 3rem 3rem 1.875rem;
}

@media screen and (max-width:768px) {
  .ay-block__blogger-content {
    display: none;
  }
}

.ay-block__blogger-content__item {
  color: #fff!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: .625rem;
  text-decoration: none;
  font-size: 1.1875rem;
}

.ay-block__blogger-content__item span:hover {
  text-decoration: underline;
}

@media screen and (max-width:480px) {
  .ay-block__blogger-content__item {
    font-size: 1.125rem;
  }
}

.ay-block__blogger-content__item small {
  font-weight: 700;
  font-size: .75rem;
}

@media print {
  .ay-block__blogger-content__item {
    font-size: 1rem;
  }
}

@media screen and (max-width:480px) {
  .ay-block__blogger-content {
    padding-left: 1.875rem;
  }
}

.ay-media-post-multi {
  padding: 1.5625em 1.875em .8125em 1.875em;
  line-height: 1.5em;
  background: #fff;
  border-top: 10px solid #ef6528;
  margin-bottom: 1.5625em;
}

.ay-media-post-multi ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ay-media-post-multi ul li {
  margin-bottom: .85em;
  padding-top: 13px;
}

.ay-media-post-multi ul li h4 {
  color: #000;
  display: block;
  font-size: .8125rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: .55em;
}

.ay-media-post-multi ul li a {
  text-decoration: none!important;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width:450px) {
  .ay-media-post-multi ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ay-media-post-multi ul li a aside {
  width: 160px;
  min-width: 100px;
  margin-right: 20px;
  overflow: hidden;
}

@media screen and (max-width:450px) {
  .ay-media-post-multi ul li a aside {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.ay-media-post-multi ul li a aside img {
  width: 160px;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.ay-media-post-multi ul li a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.ay-media-post-multi__blurb {
  width: calc(100% - 180px);
}

@media screen and (max-width:450px) {
  .ay-media-post-multi__blurb {
    width: 100%;
  }
}

.ay-media-post-multi__blurb h3 {
  font-family: "Open Sans",sans-serif;
  margin-top: -6px;
  text-decoration: underline;
}

.ay-media-post-multi__blurb--subtitle {
  display: block;
  padding: 0 0 5px 0;
  color: #000;
  font-size: .875rem;
}

.ay-media-post-multi__blurb--date {
  color: #000;
  display: block;
  font-size: .8125rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: .95em;
}

.ay-media-post.ay-no-border {
  border-bottom: none;
}

.ay-media-post__main.ay-video-post {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: none;
}

.ay-media-post__main.ay-video-post .ay-video-post__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #c52b1d;
  padding-bottom: .9375em;
  margin-bottom: .9375em;
}

.ay-video-firefox-extra-wrap,
.ay-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.ay-video-firefox-extra-wrap embed,
.ay-video-firefox-extra-wrap iframe,
.ay-video-firefox-extra-wrap object,
.ay-video-wrapper embed,
.ay-video-wrapper iframe,
.ay-video-wrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ay-video-firefox-extra-wrap a,
.ay-video-wrapper a {
  position: absolute;
  z-index: 100;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ay-video-firefox-extra-wrap a:after,
.ay-video-wrapper a:after {
  content: "";
  display: block;
  width: 80px;
  height: 56px;
  background: url("/o/ay-theme/resources/images/youtube-play-button.svg") no-repeat center top;
  background-size: 80px auto;
}

.ay-video-firefox-extra-wrap a:hover:after,
.ay-video-wrapper a:hover:after {
  background-position: center bottom;
}

@-moz-document url-prefix()  {
  .ay-video-firefox-extra-wrap {
    width: 578.4px;
    max-width: 100%;
    position: static;
    padding-bottom: initial;
    padding-top: initial;
    height: auto;
    overflow: auto;
  }
}

.ay-lts-media-block {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  max-width: 1300px;
  width: 100%;
}

.ay-lts-media-block figure img {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.ay-lts-media-block:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width:1372px) {
  .ay-lts-media-block {
    margin-left: 36px;
    margin-right: 36px;
    max-width: calc(100% - 72px);
  }
}

.ay-lts-media-block+.ay-lts-media-block {
  margin-top: 20px;
}

.ay-lts-media-block-content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 2%;
  width: 50%;
}

@media screen and (max-width:550px) {
  .ay-lts-media-block-content {
    padding-left: 26px;
  }
}

.ay-lts-media-block-content&gt;.ay-lts-media-block-read-more,
.ay-lts-media-block-content&gt;.ay-simple-window-shade,
.ay-lts-media-block-content&gt;h3,
.ay-lts-media-block-content&gt;p {
  width: 100%;
}

.ay-lts-media-block-content h2,
.ay-lts-media-block-content h3 {
  font-family: "Open Sans",sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 30px;
  padding-top: 25px;
  width: 92%;
}

.ay-lts-media-block-content h2+p,
.ay-lts-media-block-content h3+p {
  margin-top: 16px;
}

.ay-lts-media-block-content&gt;p {
  color: #000;
  font-size: 1.125rem;
  line-height: 1.4em;
  width: 92%;
}

.ay-lts-media-block-content-date {
  color: #000;
  font-size: .75rem;
  margin: 20px 0 15px 0;
  text-transform: uppercase;
}

.ay-lts-media-block-content .ay-simple-window-shade+* {
  width: 92%;
}

.ay-lts-media-block-media {
  width: 50%;
}

.ay-lts-media-block-media img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.ay-lts-media-block-media .ay-video-wrapper {
  padding-bottom: 56.03%;
}

.ay-lts-media-block figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.ay-lts-media-block figure a {
  margin-bottom: 0;
}

.ay-lts-media-block figure a:after {
  display: none;
}

@media screen and (max-width:768px) {
  .ay-lts-media-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .ay-lts-media-block-content,
  .ay-lts-media-block-media {
    width: 100%;
  }

  .ay-lts-media-block-media {
    padding-bottom: 20px;
  }
}

.ay-lts-media-block .ay-simple-window-shade,
.ay-lts-media-block a,
.ay-lts-media-block-read-more {
  color: #000;
  font-size: 1em;
  margin-bottom: 15px;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transition: .5s;
  transition: .5s;
}

.ay-lts-media-block .ay-simple-window-shade:hover,
.ay-lts-media-block a:hover,
.ay-lts-media-block-read-more:hover {
  text-decoration: underline;
}

.ay-lts-media-block .ay-hp-cta {
  border-bottom: 0 solid transparent;
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  padding-bottom: 3px;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transition: .5s;
  transition: .5s;
}

.ay-lts-media-block .ay-hp-cta:hover {
  border-bottom: 3px solid #000;
  padding-bottom: 0;
  text-decoration: underline;
  -webkit-transition: .5s;
  transition: .5s;
}

.ay-lts-media-block .ay-hp-cta:after {
  margin-bottom: 0;
}

.ay-lts-media-block.ay-lts-text-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.ay-lts-media-block.ay-lts-text-right .ay-lts-media-block-content {
  width: 50%;
}

.ay-lts-media-block.ay-lts-text-right .ay-lts-media-block-content-bb-red {
  border-bottom: 5px solid #c52b1d;
}

@media screen and (max-width:768px) {
  .ay-lts-media-block.ay-lts-text-right .ay-lts-media-block-content-bb-red {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ay-lts-media-block.ay-lts-text-right .ay-lts-media-block-content-bb-red.ay-lts-media-block-content {
    width: 100%;
  }
}

.ay-lts-media-block.ay-lts-text-right .ay-lts-media-block-content h3 {
  width: 95%;
}

.ay-lts-media-block.ay-lts-text-right .ay-lts-media-block-content p {
  width: 95%;
}

@media screen and (max-width:768px) {
  .ay-lts-media-block.ay-lts-text-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .ay-lts-media-block.ay-lts-text-right .ay-lts-media-block-content {
    width: 95%;
  }
}

.ay-lts-media-block-dark {
  background: #e9e9e9;
}

.ay-lts-media-block-dark .ay-lts-media-block-content {
  background: #e9e9e9!important;
}

.ay-lts-list-column-wrap-container,
.ay-lts-list-thumbs-container {
  background: #e9e9e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto;
  max-width: 1300px;
  width: 100%;
}

@media screen and (max-width:1372px) {
  .ay-lts-list-column-wrap-container,
  .ay-lts-list-thumbs-container {
    margin-left: 42px;
    margin-right: 30px;
    max-width: calc(100% - 72px);
  }
}

.ay-lts-list-column-wrap-container header,
.ay-lts-list-thumbs-container header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "GeoSlab703 Md BT W05 Bold","Open Sans",sans-serif;
  font-size: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 50px;
  height: auto;
  line-height: 34px;
  padding: 8px 20px;
}

.ay-lts-list-column-wrap-container ul,
.ay-lts-list-thumbs-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 40px 40px 20px;
}

@media screen and (max-width:1150px) {
  .ay-lts-list-column-wrap-container ul,
  .ay-lts-list-thumbs-container ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.ay-lts-list-column-wrap-container ul li,
.ay-lts-list-thumbs-container ul li {
  font-size: 1.625rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  max-width: 245px;
  padding: 0;
  text-transform: uppercase;
  width: 25%;
}

@media screen and (max-width:1150px) {
  .ay-lts-list-column-wrap-container ul li,
  .ay-lts-list-thumbs-container ul li {
    margin-bottom: 35px;
    max-width: none;
    width: 50%;
  }
}

@media screen and (max-width:750px) {
  .ay-lts-list-column-wrap-container ul li,
  .ay-lts-list-thumbs-container ul li {
    max-width: none;
    width: 100%;
  }
}

.ay-lts-list-column-wrap-container ul li a,
.ay-lts-list-thumbs-container ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
  min-height: 100%;
  text-decoration: none;
}

@media screen and (max-width:1150px) {
  .ay-lts-list-column-wrap-container ul li a,
  .ay-lts-list-thumbs-container ul li a {
    max-width: 90%;
  }
}

@media screen and (max-width:750px) {
  .ay-lts-list-column-wrap-container ul li a,
  .ay-lts-list-thumbs-container ul li a {
    max-width: none;
  }
}

@media screen and (max-width:412px) {
  .ay-lts-list-column-wrap-container ul li a,
  .ay-lts-list-thumbs-container ul li a {
    max-width: none;
  }
}

.ay-lts-list-column-wrap-container ul li h4,
.ay-lts-list-thumbs-container ul li h4 {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.625rem;
  line-height: normal;
  margin-bottom: 25px;
  text-transform: initial;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media screen and (max-width:1372px) {
  .ay-lts-list-column-wrap-container ul li h4,
  .ay-lts-list-thumbs-container ul li h4 {
    font-size: 1.55vw;
    line-height: normal;
  }
}

@media screen and (max-width:1150px) {
  .ay-lts-list-column-wrap-container ul li h4,
  .ay-lts-list-thumbs-container ul li h4 {
    font-size: 1.625rem;
    line-height: normal;
  }
}

@media screen and (max-width:412px) {
  .ay-lts-list-column-wrap-container ul li h4,
  .ay-lts-list-thumbs-container ul li h4 {
    font-size: 7vw;
    line-height: normal;
  }
}

.ay-lts-list-column-wrap-container ul li figure,
.ay-lts-list-thumbs-container ul li figure {
  margin: 0;
  padding: 0;
}

@media screen and (max-width:750px) {
  .ay-lts-list-column-wrap-container ul li figure,
  .ay-lts-list-thumbs-container ul li figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width:500px) {
  .ay-lts-list-column-wrap-container ul li figure,
  .ay-lts-list-thumbs-container ul li figure {
    display: block;
  }
}

.ay-lts-list-column-wrap-container ul li figure figcaption,
.ay-lts-list-thumbs-container ul li figure figcaption {
  font-size: 1.1875rem;
  line-height: 26px;
  margin-top: 25px;
  text-transform: none;
}

@media screen and (max-width:750px) {
  .ay-lts-list-column-wrap-container ul li figure figcaption,
  .ay-lts-list-thumbs-container ul li figure figcaption {
    margin-left: 30px;
    margin-top: 0;
  }
}

@media screen and (max-width:500px) {
  .ay-lts-list-column-wrap-container ul li figure figcaption,
  .ay-lts-list-thumbs-container ul li figure figcaption {
    margin-left: 0;
    margin-top: 25px;
  }
}

.ay-lts-list-column-wrap-container .ay-lts-media-block-read-more,
.ay-lts-list-thumbs-container .ay-lts-media-block-read-more {
  display: inline-block;
  margin-left: auto;
  padding-bottom: 20px;
  padding-right: 40px;
}

.ay-lts-list-column-wrap-container ul.ay-lts-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 25px 15px;
}

@media screen and (max-width:750px) {
  .ay-lts-list-column-wrap-container ul.ay-lts-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ay-lts-list-column-wrap-container ul.ay-lts-list li {
  border-bottom: 1px solid #797979;
  font-size: .9375rem;
  line-height: 22px;
  margin-bottom: 0;
  max-width: none;
  padding: 15px 0;
  text-transform: none;
  width: calc(50% - 25px);
}

@media screen and (max-width:750px) {
  .ay-lts-list-column-wrap-container ul.ay-lts-list li {
    width: 100%;
    display: none;
  }

  .ay-lts-list-column-wrap-container ul.ay-lts-list li:nth-child(-n+5) {
    display: block;
  }
}

.ay-lts-list-column-wrap-container ul.ay-lts-list li a {
  max-width: none;
}

.ay-lts-list-column-wrap-container .ay-lts-media-block-read-more {
  margin-left: auto;
  padding-bottom: 0;
  padding-right: 25px;
}

@media screen and (max-width:750px) {
  .ay-lts-list-column-wrap-container .ay-lts-media-block-read-more {
    margin-left: auto;
  }
}

#main-content .ay-main.ay-main-grey,
#main-content .ay-main.ay-main-white {
  padding-bottom: 40px;
}

.kss-modifier__example .portlet-layout {
  width: 100%;
}

.ay-property-launchpad-search-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("/o/ay-theme/resources/images/Website_Prop-Search-Banner-min.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  min-height: 330px;
  max-width: 1300px;
  overflow: visible;
  padding: 15px 0;
  position: relative;
  width: 100%;
}

.ay-property-launchpad-search-header::after {
  background: rgba(17,11,55,.25);
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.ay-property-launchpad-search-header.fixed-bg {
  background-attachment: fixed;
  background-position: top center;
}

#___gcse_0 .gs-title .ay-property-launchpad-search-header a,
.ay-property-launchpad-search-header #___gcse_0 .gs-title a,
.ay-property-launchpad-search-header .h1,
.ay-property-launchpad-search-header .h4,
.ay-property-launchpad-search-header h1,
.ay-property-launchpad-search-header h4 {
  color: #fff;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 2px #000;
  z-index: 5;
}

@media screen and (max-width:768px) {
  .ay-property-launchpad-search-header .h1,
  .ay-property-launchpad-search-header h1 {
    font-size: 2.5em;
  }
}

#___gcse_0 .gs-title .ay-property-launchpad-search-header a,
.ay-property-launchpad-search-header #___gcse_0 .gs-title a,
.ay-property-launchpad-search-header .h4,
.ay-property-launchpad-search-header h4 {
  font-size: 1.875rem;
  line-height: 120%;
  padding: 20px 0;
}

.ay-property-launchpad-search-header form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 5;
}

@media screen and (max-width:1183px) and (min-width:980px) {
  .ay-property-launchpad-search-header form {
    max-width: calc(100% - 62px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width:980px) {
  .ay-property-launchpad-search-header form {
    margin: 0 15px;
  }
}

.ay-property-launchpad-search-header form fieldset {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.ay-property-launchpad-search-header form fieldset select {
  background: #fff url("/o/ay-theme/resources/images/arrow-select-black-left.svg") no-repeat 94% center;
  background-position: 94% center;
  background-size: 15px;
  border-right: 4px solid #b8bcbe;
  font-size: 1rem;
  line-height: 19px;
  padding: 5px 30px 5px 15px;
  width: auto;
}

@media screen and (max-width:665px) {
  .ay-property-launchpad-search-header form fieldset select {
    border-bottom: 4px solid #b8bcbe;
  }

  .ay-property-launchpad-search-header form fieldset select:nth-of-type(2) {
    border-right: none!important;
  }
}

.ay-property-launchpad-search-header form fieldset select:focus {
  background: #fff url("/o/ay-theme/resources/images/arrow-select-black.svg") no-repeat 94% center;
  background-size: 15px;
}

.ay-property-launchpad-search-header form fieldset input[type=text] {
  border: none;
  font-size: 1rem;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.ay-property-launchpad-search-header form fieldset input[type=text]::-webkit-input-placeholder {
  font-size: 1rem;
}

.ay-property-launchpad-search-header form fieldset input[type=text]::-moz-placeholder {
  font-size: 1rem;
}

.ay-property-launchpad-search-header form fieldset input[type=text]:-ms-input-placeholder {
  font-size: 1rem;
}

.ay-property-launchpad-search-header form fieldset input[type=text]::-ms-input-placeholder {
  font-size: 1rem;
}

.ay-property-launchpad-search-header form fieldset input[type=text]::placeholder {
  font-size: 1rem;
}

@media screen and (max-width:665px) {
  .ay-property-launchpad-search-header form fieldset {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ay-property-launchpad-search-header form fieldset select {
    width: 50%;
  }

  .ay-property-launchpad-search-header form fieldset input[type=text] {
    min-height: 30px;
    line-height: 35px;
    width: 100%;
  }
}

.ay-property-launchpad-search-header form fieldset input[type=submit] {
  background: #fff url("/o/ay-theme/resources/images/icons-2020/action/search.svg") no-repeat 25% center;
  background-size: 75%;
  border: none;
  color: transparent;
  font-size: 0;
  width: 30px;
}

.ay-property-launchpad-search-header form a {
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: rgba(0,0,0,.2);
  border-radius: 3px;
  color: #fff!important;
  display: block;
  font-size: .875rem;
  margin-top: 15px;
  padding: 3px 6px;
  text-transform: uppercase;
}

.ay-property-launchpad-search-header form a:after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  content: "";
  display: inline-block;
  height: 0;
  margin-bottom: 0;
  margin-left: 5px;
  width: 0;
}

.ay-property-launchpad-search-header form a:hover {
  color: #fff;
  text-decoration: underline;
}

.ay-custom-twitter-feed--wrapper .h2,
.ay-custom-twitter-feed--wrapper .h3 {
  background: url("/o/ay-theme/resources/images/twitter1.svg") no-repeat left center;
  background-size: contain;
  display: inline-block;
  margin-bottom: 30px;
  padding: 0 0 0 40px;
}

.ay-custom-twitter-feed--wrapper .h2 {
  padding: 0 0 0 45px;
}

.ay-custom-twitter-feed--wrapper.ay-custom-twitter--list-hover li a {
  text-decoration: underline;
  text-decoration-color: #fff;
  -webkit-transition: -webkit-text-decoration .5s;
  transition: -webkit-text-decoration .5s;
  transition: text-decoration .5s;
  transition: text-decoration .5s,-webkit-text-decoration .5s;
}

.ay-custom-twitter-feed--wrapper.ay-custom-twitter--list-hover li a.ay-twitter-inner-flag-link {
  text-decoration: none;
}

.ay-custom-twitter-feed--wrapper.ay-custom-twitter--list-hover li:hover a {
  text-decoration: underline;
  text-decoration-color: #000;
}

.ay-custom-twitter-feed--wrapper.ay-custom-twitter--list-hover li:hover a.ay-twitter-inner-flag-link {
  text-decoration: none;
}

.ay-custom-twitter-feed--wrapper.ay-custom-twitter--link-always li a {
  text-decoration: underline;
  text-decoration-color: #000;
  -webkit-transition: -webkit-text-decoration .5s;
  transition: -webkit-text-decoration .5s;
  transition: text-decoration .5s;
  transition: text-decoration .5s,-webkit-text-decoration .5s;
}

.ay-custom-twitter-feed--wrapper.ay-custom-twitter--link-always li a.ay-twitter-inner-flag-link {
  text-decoration: none;
}

.ay-custom-twitter-feed--wrapper.ay-custom-twitter--link-always li:hover a {
  text-decoration: underline;
  text-decoration-color: #000;
}

.ay-custom-twitter-feed--wrapper.ay-custom-twitter--link-always li:hover a.ay-twitter-inner-flag-link {
  text-decoration: none;
}

.ay-custom-twitter-feed-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

.ay-custom-twitter-feed-list li {
  background: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 15px 15px 0;
  padding: 0;
  position: relative;
  width: calc(25% - 15px + 3.75px);
}

@media screen and (min-width:1191px) {
  .ay-custom-twitter-feed-list li:nth-child(4n+4) {
    margin-right: 0;
  }
}

@media screen and (max-width:1190px) and (min-width:881px) {
  .ay-custom-twitter-feed-list li {
    width: calc(33.3333333333% - 15px + 5px);
  }

  .ay-custom-twitter-feed-list li:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media screen and (max-width:880px) and (min-width:691px) {
  .ay-custom-twitter-feed-list li {
    width: calc(50% - 15px + 7.5px);
  }

  .ay-custom-twitter-feed-list li:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media screen and (max-width:690px) {
  .ay-custom-twitter-feed-list li {
    width: 100%;
    margin-right: 0;
  }
}

.ay-custom-twitter-feed-list li:after {
  background: #fff;
  bottom: 0;
  content: "";
  height: 3px;
  position: absolute;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 0;
}

.ay-custom-twitter-feed-list li:hover:after {
  background: #bc561d;
  width: 100%;
}

.ay-custom-twitter-feed-list li a {
  color: #000;
  text-decoration: none;
}

.ay-custom-twitter-feed-list li a:hover {
  text-decoration: underline;
}

.ay-custom-twitter-feed-list li a.ay-twitter-inner-flag-link {
  color: #fff!important;
  background: #000;
  display: inline-block;
  font-size: .6875rem;
  margin: 15px 0 0 0;
  padding: 5px 20px;
  text-decoration: none;
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
  width: auto;
}

.ay-custom-twitter-feed-list li a.ay-twitter-inner-flag-link.ay-retweet {
  background: #000 url("/o/ay-theme/resources/images/icons-2020/social/social-twitter-retweet-reverse.svg") no-repeat 20px center;
  background-size: 15px;
  padding-left: 45px;
}

.ay-custom-twitter-feed-list li a[href^="https://buff.ly/"],
.ay-custom-twitter-feed-list li a[href^="https://t.co"] {
  overflow-wrap: break-word;
  word-break: break-all;
}

.ay-custom-twitter-feed-list li .ay-custom-twitter-feed--content-block {
  font-size: .9375rem;
  padding: 20px 30px 0;
}

.ay-custom-twitter-feed-list li .ay-custom-twitter-feed--date {
  font-size: .9375rem;
  margin-top: auto;
  padding: 20px 30px;
}

.ay-custom-twitter-feed-list li .ay-custom-twitter-feed--date time {
  background: url("/o/ay-theme/resources/images/icons-2020/visual/clock.svg") no-repeat left center;
  background-size: 15px;
  padding-left: 20px;
}

.ay-custom-twitter-feed-list li .ay-custom-twitter-feed--date time abbr {
  text-decoration: none;
}

.ay-custom-twitter-feed--footer {
  display: block;
  padding: 20px 0;
}

.ay-column.ay-column__triple #column-2 .ay-custom-twitter-feed-list li,
.ay-column.ay-column__triple .ay-column__triple--col2 .ay-custom-twitter-feed-list li,
.ay-column.ay-column__triple .ay-column__triple--col3 .ay-custom-twitter-feed-list li,
.ay-column__triple.ay-column-3060 #column-2 .ay-custom-twitter-feed-list li,
.ay-column__triple.ay-column-3060 .ay-column__triple--col2 .ay-custom-twitter-feed-list li,
.ay-column__triple.ay-column-3060 .ay-column__triple--col3 .ay-custom-twitter-feed-list li {
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}

.ay-column.ay-column__triple #column-3 .ay-custom-twitter-feed-list li,
.ay-column.ay-column__triple .ay-column__triple--col1 .ay-custom-twitter-feed-list li,
.ay-column__triple.ay-column-3060 #column-3 .ay-custom-twitter-feed-list li,
.ay-column__triple.ay-column-3060 .ay-column__triple--col1 .ay-custom-twitter-feed-list li {
  width: calc(33.3333333333% - 15px + 5px);
}

@media screen and (min-width:1301px) {
  .ay-column.ay-column__triple #column-3 .ay-custom-twitter-feed-list li:nth-child(4n+4),
  .ay-column.ay-column__triple .ay-column__triple--col1 .ay-custom-twitter-feed-list li:nth-child(4n+4),
  .ay-column__triple.ay-column-3060 #column-3 .ay-custom-twitter-feed-list li:nth-child(4n+4),
  .ay-column__triple.ay-column-3060 .ay-column__triple--col1 .ay-custom-twitter-feed-list li:nth-child(4n+4) {
    margin-right: 15px;
  }

  .ay-column.ay-column__triple #column-3 .ay-custom-twitter-feed-list li:nth-child(3n+3),
  .ay-column.ay-column__triple .ay-column__triple--col1 .ay-custom-twitter-feed-list li:nth-child(3n+3),
  .ay-column__triple.ay-column-3060 #column-3 .ay-custom-twitter-feed-list li:nth-child(3n+3),
  .ay-column__triple.ay-column-3060 .ay-column__triple--col1 .ay-custom-twitter-feed-list li:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media screen and (max-width:1300px) and (min-width:1125px) {
  .ay-column.ay-column__triple #column-3 .ay-custom-twitter-feed-list li,
  .ay-column.ay-column__triple .ay-column__triple--col1 .ay-custom-twitter-feed-list li,
  .ay-column__triple.ay-column-3060 #column-3 .ay-custom-twitter-feed-list li,
  .ay-column__triple.ay-column-3060 .ay-column__triple--col1 .ay-custom-twitter-feed-list li {
    width: calc(50% - 15px + 7.5px);
  }

  .ay-column.ay-column__triple #column-3 .ay-custom-twitter-feed-list li:nth-child(4n+4),
  .ay-column.ay-column__triple .ay-column__triple--col1 .ay-custom-twitter-feed-list li:nth-child(4n+4),
  .ay-column__triple.ay-column-3060 #column-3 .ay-custom-twitter-feed-list li:nth-child(4n+4),
  .ay-column__triple.ay-column-3060 .ay-column__triple--col1 .ay-custom-twitter-feed-list li:nth-child(4n+4) {
    margin-right: 15px;
  }

  .ay-column.ay-column__triple #column-3 .ay-custom-twitter-feed-list li:nth-child(2n+2),
  .ay-column.ay-column__triple .ay-column__triple--col1 .ay-custom-twitter-feed-list li:nth-child(2n+2),
  .ay-column__triple.ay-column-3060 #column-3 .ay-custom-twitter-feed-list li:nth-child(2n+2),
  .ay-column__triple.ay-column-3060 .ay-column__triple--col1 .ay-custom-twitter-feed-list li:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media screen and (max-width:1124px) {
  .ay-column.ay-column__triple #column-3 .ay-custom-twitter-feed-list li,
  .ay-column.ay-column__triple .ay-column__triple--col1 .ay-custom-twitter-feed-list li,
  .ay-column__triple.ay-column-3060 #column-3 .ay-custom-twitter-feed-list li,
  .ay-column__triple.ay-column-3060 .ay-column__triple--col1 .ay-custom-twitter-feed-list li {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.ay-careers-landing__full-bleed-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  background: #e9e9e9;
  text-decoration: underline;
  margin-bottom: 25px;
}

.ay-careers-landing__full-bleed-links .h3 {
  color: #000;
  padding: 0 0 0 .9375rem;
  font-family: "GeoSlab703 Md BT W05 Bold","Open Sans",sans-serif;
  font-size: 1.875rem;
  -ms-flex-item-align: center;
  align-self: center;
  margin-bottom: 0;
}

@media screen and (max-width:480px) {
  .ay-careers-landing__full-bleed-links .h3 {
    font-size: 1.25rem;
  }
}

.ay-careers-landing__full-bleed-links svg {
  height: 4.75rem;
  background: #000;
  padding: 23px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media screen and (max-width:480px) {
  .ay-careers-landing__full-bleed-links svg {
    padding: 15px;
    height: 3.125rem;
  }
}

.ay-careers-landing__full-bleed-links svg use {
  height: 1rem;
  fill: #fff;
  stroke: #fff;
}

@supports (-ms-ime-align:auto) {
  .ay-careers-landing__full-bleed-links svg {
    width: 4.75rem;
    padding: 23px 34px 34px;
  }

  .ay-careers-landing__full-bleed-links svg path {
    height: .625rem;
    width: .625rem;
    fill: #fff;
  }
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
  .ay-careers-landing__full-bleed-links svg {
    width: 4.75rem;
    padding: 23px 34px 34px;
  }

  .ay-careers-landing__full-bleed-links svg path {
    height: .625rem;
    width: .625rem;
    fill: #fff;
    display: block;
  }
}

.ay-careers-landing__expandable {
  background: #f6f6f6;
  margin-bottom: 25px;
}

.ay-careers-landing__expandable--header {
  background: #000;
  min-height: 245px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width:768px) {
  .ay-careers-landing__expandable--header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ay-careers-landing__expandable--header-image {
    width: 100%;
    height: 200px;
  }
}

.ay-careers-landing__expandable--header-image {
  width: 16%;
  min-width: 180px;
  max-width: 180px;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width:768px) {
  .ay-careers-landing__expandable--header-image {
    width: 100%;
    height: 245px;
    max-width: 100%;
  }
}

.ay-careers-landing__expandable--header-text {
  padding: 35px;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media screen and (max-width:480px) {
  .ay-careers-landing__expandable--header-text {
    padding: 20px;
  }
}

.ay-careers-landing__expandable--header-text a {
  color: #fff!important;
}

.ay-careers-landing__expandable--header-text__readmore {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: .8125rem;
  font-weight: 400;
  outline: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.ay-careers-landing__expandable--header-text__readmore span {
  padding: 0;
}

.ay-careers-landing__expandable--header-text__readmore span:nth-child(2) {
  display: none;
}

.ay-careers-landing__expandable--header-text__readmore svg {
  height: .9375rem;
  margin-top: 2px;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: translateY(2px) rotate(0);
  -ms-transform: translateY(2px) rotate(0);
  transform: translateY(2px) rotate(0);
}

@-moz-document url-prefix()  {
  .ay-careers-landing__expandable--header-text__readmore svg {
    transform: translateY(1px) rotate(0);
  }
}

@supports (-ms-ime-align:auto) {
  .ay-careers-landing__expandable--header-text__readmore svg {
    height: .5625rem;
    width: .5625rem;
    -webkit-transform: translateY(-6px) rotate(0);
    -ms-transform: translateY(-6px) rotate(0);
    transform: translateY(-6px) rotate(0);
    overflow: visible;
  }

  .ay-careers-landing__expandable--header-text__readmore svg path {
    fill: #fff;
  }
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
  .ay-careers-landing__expandable--header-text__readmore svg {
    height: .5625rem;
    width: .5625rem;
    -webkit-transform: translateY(-6px) rotate(0);
    -ms-transform: translateY(-6px) rotate(0);
    transform: translateY(-6px) rotate(0);
    overflow: visible;
  }

  .ay-careers-landing__expandable--header-text__readmore svg path {
    fill: #fff;
  }
}

.ay-careers-landing__expandable--header-text__readmore svg use {
  height: .9375rem;
  fill: #fff;
  stroke: transparent;
}

.ay-careers-landing__expandable--header-text h4 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
}

.ay-careers-landing__expandable--header p {
  color: #fff;
}

.ay-careers-landing__expandable--header--border {
  background: #fff;
}

.ay-careers-landing__expandable--header--border .ay-careers-landing__expandable--header-text {
  position: relative;
  width: 100%;
}

.ay-careers-landing__expandable--header--border .ay-careers-landing__expandable--header-text:after {
  background: #000;
  border-top: 6px solid #000;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.ay-careers-landing__expandable--header--border h4 {
  color: #000;
}

.ay-careers-landing__expandable--header--border a {
  color: #000!important;
}

.ay-careers-landing__expandable--header--border p {
  color: #000;
}

.ay-careers-landing__expandable--open .ay-careers-landing__expandable--header-text__readmore span:nth-child(1) {
  display: none;
}

.ay-careers-landing__expandable--open .ay-careers-landing__expandable--header-text__readmore span:nth-child(2) {
  display: inline;
}

.ay-careers-landing__expandable--open svg {
  -webkit-transform: translateY(2px) rotate(90deg);
  -ms-transform: translateY(2px) rotate(90deg);
  transform: translateY(2px) rotate(90deg);
}

@-moz-document url-prefix()  {
  .ay-careers-landing__expandable--open svg {
    transform: translateX(5px) rotate(45deg);
  }
}

@supports (-ms-ime-align:auto) {
  .ay-careers-landing__expandable--open svg {
    -webkit-transform: translate(8px,-4px) rotate(90deg);
    -ms-transform: translate(8px,-4px) rotate(90deg);
    transform: translate(8px,-4px) rotate(90deg);
  }
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
  .ay-careers-landing__expandable--open svg {
    -webkit-transform: translate(8px,-4px) rotate(90deg);
    -ms-transform: translate(8px,-4px) rotate(90deg);
    transform: translate(8px,-4px) rotate(90deg);
  }
}

.ay-careers-landing__expandable--body {
  padding: 35px;
  font-size: 1rem;
  line-height: 1.5rem;
  display: none;
}

.ay-careers-testimonials--list {
  margin: 0;
  padding: 0;
  font-size: .75rem;
  list-style: none;
}

.ay-careers-testimonials--list__testimonial-item p {
  color: #000;
}

.ay-careers-testimonials--list__testimonial-item ::-moz-selection {
  background: #000;
  color: #fff;
}

.ay-careers-testimonials--list__testimonial-item ::selection {
  background: #000;
  color: #fff;
}

.ay-careers-testimonials--list__testimonial-item ::-moz-selection {
  background: #000;
  color: #fff;
}

.ay-careers-testimonials--list__testimonial-item blockquote {
  padding: 0;
  margin: 0;
  border: none;
}

.ay-careers-testimonials--list__testimonial-item blockquote:before {
  content: "";
}

.ay-careers-testimonials--list__testimonial-item blockquote:after {
  content: "";
}

.ay-careers-testimonials--list__testimonial-item blockquote&gt;p:before {
  content: "";
}

.ay-careers-testimonials--list__testimonial-item blockquote&gt;p:after {
  content: "";
}

.ay-careers-testimonials--list__testimonial-item p {
  font-size: 1.125rem;
  line-height: 1.8;
}

.ay-careers--current-opportunities {
  color: #000;
}

.ay-careers--current-opportunities a {
  color: #191640;
  text-decoration: underline;
}

.ay-careers--current-opportunities__filter-holder {
  margin-bottom: 25px;
}

@media screen and (max-width:768px) {
  .ay-careers--current-opportunities__filter-holder {
    width: 100%;
    background: #fff;
    padding: 1.875rem .9375rem;
  }
}

.ay-careers--current-opportunities__filter-holder label {
  display: block;
  color: #000;
  margin-bottom: 15px;
}

.ay-careers--current-opportunities__filter-holder select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  background: #f6f6f6 url("/o/ay-theme/resources/images/arrow-select-black.svg") no-repeat 97% center;
  background-size: 25px;
  padding: 1.125rem;
  font-size: .8125rem;
  color: #000;
  min-width: 300px;
  height: auto;
}

.ay-careers--current-opportunities__filter-holder select::-moz-focus-inner {
  border: 0;
}

.ay-careers--current-opportunities__filter-holder select option::-moz-focus-inner {
  border: 0;
}

@media screen and (max-width:768px) {
  .ay-careers--current-opportunities__filter-holder select {
    width: 99%;
  }
}

.ay-careers--current-opportunities__table {
  margin-bottom: 50px;
  width: 100%;
  border-collapse: collapse;
}

@media screen and (max-width:768px) {
  .ay-careers--current-opportunities__table {
    background: #fff;
  }
}

@media screen and (max-width:480px) {
  .ay-careers--current-opportunities__table {
    margin-bottom: 0;
  }
}

.ay-careers--current-opportunities__table thead tr {
  background: #000;
}

.ay-careers--current-opportunities__table thead tr th {
  text-align: left;
  color: #fff;
  padding: 12px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  font-size: 1.125rem;
  outline: 0;
}

@media screen and (max-width:480px) {
  .ay-careers--current-opportunities__table thead tr th {
    font-size: .8125rem;
    padding: 6px 10px;
  }
}

.ay-careers--current-opportunities__table thead tr th div {
  outline: 0;
}

.ay-careers--current-opportunities__table thead tr th div:after {
  content: "";
  background: url("/o/ay-theme/resources/images/arrow-sort.svg") no-repeat 97%;
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: translateY(1px) translateX(5px) rotate(90deg);
  -ms-transform: translateY(1px) translateX(5px) rotate(90deg);
  transform: translateY(1px) translateX(5px) rotate(90deg);
}

.ay-careers--current-opportunities__table thead tr th.tablesorter-headerUnSorted div:after {
  -webkit-transform: translateY(2px) rotate(0);
  -ms-transform: translateY(2px) rotate(0);
  transform: translateY(2px) rotate(0);
}

.ay-careers--current-opportunities__table thead tr th.tablesorter-headerAsc div:after {
  -webkit-transform: translateY(6px) rotate(-90deg);
  -ms-transform: translateY(6px) rotate(-90deg);
  transform: translateY(6px) rotate(-90deg);
}

.ay-careers--current-opportunities__table tbody tr:hover td {
  background: #f6f6f6;
}

.ay-careers--current-opportunities__table tbody tr td {
  -webkit-transition: background .5s;
  transition: background .5s;
  border-bottom: 1px solid #000;
  padding: 20px 14px;
  width: 30%;
  font-size: 1rem;
  vertical-align: center;
}

.ay-careers--current-opportunities__table tbody tr td:first-child {
  width: 50%;
}

.ay-careers--current-opportunities__table tbody tr td:last-child {
  width: 20%;
}

@media screen and (max-width:768px) {
  .ay-careers--current-opportunities__table tbody tr td {
    width: 33.3%;
  }

  .ay-careers--current-opportunities__table tbody tr td:first-child {
    width: 33.3%;
  }

  .ay-careers--current-opportunities__table tbody tr td:last-child {
    width: 33.3%;
  }
}

@media screen and (max-width:480px) {
  .ay-careers--current-opportunities__table tbody tr td {
    padding: 12px 10px;
    font-size: .8125rem;
    width: auto;
  }
}

.ay-careers--current-opportunities__table tbody tr td a {
  color: #000;
  text-decoration: underline;
}

.ay-careers--current-opportunities__table tbody tr td a:hover {
  text-decoration: underline;
}

@media screen and (max-width:768px) {
  .ay-careers--current-opportunities__table tbody tr td a {
    color: #797979;
  }
}

.ay-careers-post {
  width: 70%;
  margin: 20px auto;
  position: relative;
}

@media screen and (max-width:480px) {
  .ay-careers-post {
    width: 100%;
  }
}

@media print {
  .ay-careers-post {
    width: 100%;
  }
}

.ay-careers-post .h2,
.ay-careers-post h2 {
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 120%;
}

@media screen and (max-width:768px) {
  .ay-careers-post .h2,
  .ay-careers-post h2 {
    font-size: 2rem;
    margin-bottom: 25px;
  }
}

.ay-careers-post .h3,
.ay-careers-post h3 {
  font-weight: 700;
  margin: 30px 0 5px 0;
  font-size: 1.125rem;
}

.ay-careers-post .ay-ul__unstyle {
  margin: 0;
  padding: 0;
}

.ay-careers-post__subtitle {
  font-size: 1.375rem;
  color: #797979;
  font-weight: 700;
  margin-bottom: .875rem;
}

@media screen and (max-width:480px) {
  .ay-careers-post__subtitle {
    padding-top: 80px;
    font-size: 1.25rem;
  }
}

.ay-careers-post__boiler {
  border-top: 1px solid #ccc;
  padding: 1.875rem 0;
  margin-top: 2em;
}

.ay-careers-post small {
  font-weight: 600;
  font-size: .75rem;
  color: #000;
  margin-bottom: .625rem;
  display: block;
}

.ay-careers-post p {
  margin-top: 0;
}

.ay-careers-post__content {
  position: relative;
}

@media screen and (max-width:480px) {
  .ay-careers-post__content {
    padding-top: 80px;
  }
}

.ay-careers-post__social {
  border-top: 1px solid #000;
  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;
  height: 100%;
  left: -85px;
  padding-top: 1.25rem;
  position: absolute;
  top: 10px;
  width: 55px;
}

@media screen and (max-width:480px) {
  .ay-careers-post__social {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    left: 0;
    width: 100%;
  }
}

@media print {
  .ay-careers-post__social {
    display: none;
  }
}

.ay-careers-post__social--icon {
  display: block;
  fill: transparent;
  height: 30px;
  margin-bottom: 12px;
  max-width: 50px;
  position: relative;
  stroke: #000;
  width: 100%;
}

.ay-careers-post .ay-jobform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 50px;
}

.ay-careers-post .ay-jobform input {
  border: 1px solid #e9e9e9;
  color: #797979;
  max-width: 480px;
  margin-bottom: 15px;
  padding: .2em .5em;
  width: 100%;
}

.ay-careers-post .ay-jobform input:focus {
  outline: 0;
}

.ay-careers-post .ay-jobform label {
  margin-bottom: 5px;
  width: auto;
}

.ay-careers-post .ay-resume {
  width: 100%;
  max-width: 480px;
  padding: 1em 0;
}

.ay-careers-post .ay-resume span {
  margin-bottom: 5px;
}

.ay-careers-post .ay-resume__upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5em 0;
  width: 100%;
}

@media screen and (max-width:480px) {
  .ay-careers-post .ay-resume__upload {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ay-careers-post .ay-resume .ay-form-button {
  border: 1px solid #000;
  color: #fff;
  cursor: pointer;
  max-width: 160px;
  padding: .3em;
  text-transform: uppercase;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100%;
}

@media screen and (max-width:480px) {
  .ay-careers-post .ay-resume .ay-form-button {
    max-width: 100%;
    margin: .3em 0;
    padding: 1em;
  }
}

.ay-careers-post .ay-resume .ay-form-button__browse-resume {
  background: #000;
  color: #fff;
}

.ay-careers-post .ay-resume .ay-form-button__browse-resume:hover {
  background: #fff;
  color: #000;
}

.ay-careers-post .ay-resume .ay-form-button__submit-resume {
  background: #fff;
  color: #000;
}

.ay-careers-post .ay-resume .ay-form-button__submit-resume:hover {
  background: #000;
  color: #fff;
}

.ay-job__email-share {
  position: relative;
}

.ay-job__twitter-share {
  position: relative;
}

.ay-job__fb-share {
  position: relative;
}

.ay-job__googleplus-share {
  position: relative;
}

.ay-job__linkedin-share {
  position: relative;
}

.ay-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  padding: .625rem 0;
  position: relative;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ay-main.ay-main-grey,
.ay-main.ay-main-white .ay-lts-key-professionals-item,
.ay-main.ay-main-white .ay-lts-media-block-content {
  background: #f5f5f5;
}

.ay-main.ay-main-grey,
.ay-main.ay-main-white {
  padding-bottom: 25px;
  padding-top: 25px;
}

.ay-main.ay-main-grey .portlet-body&gt;.ay-service-lts-title,
.ay-main.ay-main-grey .portlet-body&gt;div[style="text-align: center"] .ay-service-lts-title,
.ay-main.ay-main-white .portlet-body&gt;.ay-service-lts-title,
.ay-main.ay-main-white .portlet-body&gt;div[style="text-align: center"] .ay-service-lts-title {
  padding-top: 0;
}

.ay-main .ay-column-one-grey {
  background: #f5f5f5;
  margin-top: -8.75px;
  padding-bottom: 15px;
  width: 100vw;
}

.ay-column {
  color: #000;
  display: block;
  max-width: 1300px;
  width: 100%;
}

.ay-column__title {
  font-size: 2.8125rem;
  color: #000;
  margin-bottom: 32px;
}

@media screen and (max-width:480px) {
  .ay-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ay-column__single {
  background-color: #f1f2f2;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 2em auto;
  padding: 5.3125rem 100px;
  overflow: visible;
}

.ay-column__single.ay-main-grey.ay-white-alt.ay-single-column-double-row-white-trans {
  background-color: transparent!important;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.ay-column__single.ay-main-grey.ay-white-alt.ay-single-column-double-row-white-trans .portlet-layout.row-fluid:first-child {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 2em auto;
  padding: 5.3125rem 100px 50px;
  overflow: visible;
}

@media screen and (max-width:480px) {
  .ay-column__single.ay-main-grey.ay-white-alt.ay-single-column-double-row-white-trans .portlet-layout.row-fluid:first-child {
    padding: 3.75em 8%;
  }
}

.ay-column__single.ay-main-grey {
  background: #f5f5f5;
}

.ay-column__single.ay-main-grey:before {
  background: #f5f5f5;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.ay-column__single.ay-main-grey.ay-white-alt {
  background: #fff;
}

.ay-column__single.ay-main-grey .ay-hr {
  display: none;
}

.ay-column__single.ay-main-grey a.ay-button__arrow {
  background: #fff;
  color: #000;
  text-decoration: underline;
}

.ay-column__single.ay-main-grey a.ay-button__arrow:hover {
  text-decoration: underline;
}

@media print {
  .ay-column__single {
    padding: .625rem;
    margin: .625rem auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: .625rem;
  }
}

@media screen and (max-width:768px) {
  .ay-column__single {
    padding: 3.75rem 8%;
  }
}

@media screen and (max-width:480px) {
  .ay-column__single {
    padding: 1.25rem 1.25rem;
  }

  .ay-column__single .ay-news-release .h2,
  .ay-column__single .ay-news-release h2,
  .ay-column__single .ay-news-release__content {
    padding-left: 0;
    padding-right: 0;
  }
}

.ay-column__single--full {
  padding: 0;
}

.ay-column__single--blank {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0 auto;
}

.ay-column__single--boiler {
  padding: 2.5rem 5%;
  font-size: 1rem;
}

.ay-column__single .h2,
.ay-column__single h2 {
  margin-bottom: 12px;
}

.ay-column__single .h3,
.ay-column__single h3 {
  margin-bottom: 15px;
}

#___gcse_0 .gs-title .ay-column__single a,
.ay-column__single #___gcse_0 .gs-title a,
.ay-column__single .h4,
.ay-column__single h4 {
  margin-bottom: 10px;
  line-height: 1.3;
}

.ay-column__single .ay-subtitle {
  font-family: "GeoSlab703 Md BT W05 Bold","Open Sans",sans-serif;
}

@media screen and (max-width:480px) {
  .ay-column__single .ay-subtitle {
    line-height: 1.3;
    margin-bottom: 0;
  }
}

.ay-column__single a {
  color: #000;
}

.ay-column__single a .h3,
.ay-column__single a h3 {
  margin-bottom: 0;
}

.ay-column__single p {
  line-height: 1.5;
  margin-bottom: 15px;
}

@media print {
  .ay-column__single p {
    font-size: .625rem;
  }
}

.ay-column__double {
  max-width: 1300px;
  width: calc(100% - 2.8em);
  margin: 1em auto;
  margin-top: 0;
}

@media print {
  .ay-column__double {
    width: inherit;
  }
}

.ay-column__double .h2,
.ay-column__double h2 {
  margin-bottom: 12px;
}

.ay-column__double--col1 {
  padding: .5em 0 1em 0;
  margin-top: 1em;
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
}

.ay-column__double--col1__66 {
  width: calc(66.6666666667% - 33.3333333333px);
  float: left;
  margin-left: 20px;
}

@media screen and (max-width:768px) {
  .ay-column__double--col1 {
    width: 100%;
    margin: 0;
    float: none;
    padding-left: 0;
  }
}

@media screen and (max-width:480px) {
  .ay-column__double--col1 {
    display: block;
    padding: 3px;
  }
}

@media print {
  .ay-column__double--col1 {
    clear: both;
    width: 100%;
    padding: 0;
  }
}

.ay-column__double--col2 {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
  padding: .5em 0 1em 0;
  margin-top: 1em;
}

.ay-column__double--col2__33 {
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px;
}

@media screen and (max-width:768px) {
  .ay-column__double--col2 {
    width: 100%;
    margin: 0;
    float: none;
    padding-right: 0;
  }
}

@media screen and (max-width:480px) {
  .ay-column__double--col2 {
    margin-bottom: 1.25rem;
    display: block;
    padding: 3px;
  }
}

@media print {
  .ay-column__double--col2 {
    clear: both;
    width: 100%;
  }
}

@media screen and (max-width:480px) {
  .ay-column__double--col1,
  .ay-column__double--col2 {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}

.ay-column__triple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  margin-top: 1.5625em;
}

@media screen and (max-width:1300px) {
  .ay-column__triple {
    margin-left: 42px;
    margin-right: 30px;
    max-width: calc(100% - 72px);
  }
}

@media screen and (max-width:1079px) {
  .ay-column__triple {
    margin-left: 0;
  }
}

@media screen and (max-width:999px) {
  .ay-column__triple {
    margin-left: 0;
    margin-right: 0;
    max-width: calc(100% - 40px);
  }
}

@media print {
  .ay-column__triple {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ay-column__triple--col1 {
  width: calc(100% - 438px);
  height: 100%;
}

@media screen and (max-width:930px) {
  .ay-column__triple--col1 {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media print {
  .ay-column__triple--col1 {
    width: 100%;
  }
}

.ay-column__triple--col2 {
  width: 420px;
}

@media screen and (max-width:931px) {
  .ay-column__triple--col2 {
    width: 100%;
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media print {
  .ay-column__triple--col2 {
    width: 100%;
  }
}

.ay-column__triple--col3 {
  width: 420px;
  margin-left: auto;
}

@media screen and (max-width:931px) {
  .ay-column__triple--col3 {
    width: 100%;
    margin-left: 0;
    margin-top: 0!important;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media print {
  .ay-column__triple--col3 {
    width: 100%;
  }
}

.aui.firefox #ay .ay-column__triple--col1 {
  height: auto;
}

.ay-column.ay-column__triple {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ay-column.ay-column__triple a {
  color: #000;
}

.kss-modifier__example .ay-column.ay-column__triple {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rcAll {
  width: 420px;
}

@media screen and (max-width:930px) {
  .ay-column__triple--col1 {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .ay-column__triple--col2,
  .ay-column__triple--col3 {
    width: 100%;
  }

  .ay-column__triple--col2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .ay-column__triple--col3 {
    margin-left: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

#ay .ay-column.ay-column__triple.portlet-layout {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width:1300px) {
  #ay .ay-column.ay-column__triple.portlet-layout {
    margin-left: 42px;
    margin-right: 30px;
    max-width: calc(100% - 72px);
  }
}

@media screen and (max-width:1080px) {
  #ay .ay-column.ay-column__triple.portlet-layout {
    margin-left: 20px;
    margin-right: 40px;
    max-width: calc(100% - 68px);
  }
}

@media screen and (max-width:999px) {
  #ay .ay-column.ay-column__triple.portlet-layout {
    margin-left: 20px;
    margin-right: 20px;
    max-width: calc(100% - 40px);
  }
}

#ay.ay-body-background.ay-alt-white {
  background: #f5f5f5;
}

@media screen and (max-width:768px) {
  .ay-column.ay-column__triple.ay-column-3060.portlet-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ay-column.ay-column__triple.ay-column-3060.portlet-layout .ay-column__triple--col1 {
  width: 420px;
}

.ay-column.ay-column__triple.ay-column-3060.portlet-layout .ay-column__triple--col1 .h2,
.ay-column.ay-column__triple.ay-column-3060.portlet-layout .ay-column__triple--col1 h2 {
  color: #000;
  font-size: 1.5rem;
  margin-bottom: 15px;
  padding: 18px 20px 0 0;
}

#___gcse_0 .gs-title .ay-column.ay-column__triple.ay-column-3060.portlet-layout .ay-column__triple--col1 a,
.ay-column.ay-column__triple.ay-column-3060.portlet-layout .ay-column__triple--col1 #___gcse_0 .gs-title a,
.ay-column.ay-column__triple.ay-column-3060.portlet-layout .ay-column__triple--col1 .h4,
.ay-column.ay-column__triple.ay-column-3060.portlet-layout .ay-column__triple--col1 h4 {
  margin-bottom: 15px;
}

.ay-column.ay-column__triple.ay-column-3060.portlet-layout .ay-column__triple--col1 .ay-main.ay-main-grey {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ay-column.ay-column__triple.ay-column-3060.portlet-layout .ay-column__triple--col1 .ay-blog-tiles-wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
}

@media screen and (max-width:768px) {
  .ay-column.ay-column__triple.ay-column-3060.portlet-layout .ay-column__triple--col1 .ay-blog-tiles-wrap {
    max-width: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.ay-column.ay-column__triple.ay-column-3060.portlet-layout .ay-column__triple--col1 .ay-blog-tiles-wrap ul {
  margin: 0;
}

.ay-column.ay-column__triple.ay-column-3060.portlet-layout .ay-column__triple--col1 .ay-blog-tiles-wrap ul li {
  margin: 0 0 10px 0;
}

@media screen and (max-width:768px) and (min-width:480px) {
  .ay-column.ay-column__triple.ay-column-3060.portlet-layout .ay-column__triple--col1 .ay-blog-tiles-wrap ul li {
    width: calc((100% - 15px)/ 2);
  }

  .ay-column.ay-column__triple.ay-column-3060.portlet-layout .ay-column__triple--col1 .ay-blog-tiles-wrap ul li:nth-child(2n-2) {
    margin-left: 10px;
  }
}

.ay-column.ay-column__triple.ay-column-3060.portlet-layout .ay-column__triple--col1 .ay-blog-tiles-wrap ul li a {
  background: 0 0;
}

.ay-column.ay-column__triple.ay-column-3060.portlet-layout .ay-column__triple--col1 .ay-blog-tiles-wrap ul li a div img {
  display: none;
}

.ay-column.ay-column__triple.ay-column-3060.portlet-layout .ay-column__triple--col1 .ay-blog-tiles-wrap ul li a span {
  display: none;
  top: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.ay-column.ay-column__triple.ay-column-3060.portlet-layout .ay-column__triple--col1 .ay-blog-tiles-wrap ul li a figure figcaption {
  padding: 20px 0;
}

.ay-column.ay-column__triple.ay-column-3060.portlet-layout .ay-column__triple--col1 .ay-blog-tiles-wrap ul li a .ay-blog-post-td {
  display: none;
  padding: 5px 0 5px 20px;
  margin-left: 0;
}

.ay-column.ay-column__triple.ay-column-3060.portlet-layout .ay-column__triple--col1 .ay-blog-tiles-wrap ul li a .ay-blog-tile-post-tags {
  display: none;
}

.ay-column.ay-column__triple.ay-column-3060.portlet-layout .ay-column__triple--col1 .ay-blog-tiles-wrap ul li a:after {
  border-bottom-color: #000;
  width: 100%;
}

.ay-column.ay-column__triple.ay-column-3060.portlet-layout .ay-column__triple--col1 .portlet-body {
  width: 85%;
}

@media screen and (max-width:768px) {
  .ay-column.ay-column__triple.ay-column-3060.portlet-layout .ay-column__triple--col1 .portlet-body {
    width: 100%;
  }
}

@media screen and (max-width:930px) {
  .ay-column.ay-column__triple.ay-column-3060.portlet-layout .ay-column__triple--col1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width:900px) {
  .ay-column.ay-column__triple.ay-column-3060.portlet-layout .ay-column__triple--col1 {
    width: 50%;
  }
}

@media screen and (max-width:768px) {
  .ay-column.ay-column__triple.ay-column-3060.portlet-layout .ay-column__triple--col1 {
    width: 100%;
  }

  .ay-column.ay-column__triple.ay-column-3060.portlet-layout .ay-column__triple--col1 iframe {
    width: 100%;
  }
}

.ay-column.ay-column__triple.ay-column-3060.portlet-layout .ay-column__triple--col2 {
  width: calc(100% - 420px);
}

.ay-column.ay-column__triple.ay-column-3060.portlet-layout .ay-column__triple--col2 ul.ay-blog-tile-post-tags {
  margin: 0 29px;
}

@media screen and (max-width:930px) {
  .ay-column.ay-column__triple.ay-column-3060.portlet-layout .ay-column__triple--col2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (max-width:900px) {
  .ay-column.ay-column__triple.ay-column-3060.portlet-layout .ay-column__triple--col2 {
    width: 50%;
  }
}

@media screen and (max-width:768px) {
  .ay-column.ay-column__triple.ay-column-3060.portlet-layout .ay-column__triple--col2 {
    width: 100%;
  }
}

.component-html a {
  color: #000;
  text-decoration: underline;
}

.ay-contact-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.ay-contact-main .ay-subtitle {
  font-family: "GeoSlab703 Md BT W05 Bold","Open Sans",sans-serif;
}

@media screen and (max-width:768px) {
  .ay-contact-main .ay-subtitle {
    text-align: center;
    font-size: 1.625rem;
  }

  .ay-contact-main .ay-subtitle:after {
    content: "";
    background: url("/o/ay-theme/resources/images/arrow-right-black.svg") no-repeat;
    display: inline-block;
    height: 20px;
    left: 8px;
    position: relative;
    top: 3px;
    width: 15px;
  }
}

@media screen and (max-width:768px) {
  .ay-contact-main .ay-subtitle--mobile:after {
    content: "";
    background: url("/o/ay-theme/resources/images/arrow-right-blue.svg") no-repeat;
    display: inline-block;
    height: 20px;
    left: 8px;
    position: relative;
    top: 3px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 15px;
  }

  .ay-contact-main .ay-subtitle--mobile+.ay-contact {
    display: block;
  }
}

.ay-contact {
  color: #000;
  margin-bottom: 50px;
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
  display: block;
  width: 100%;
}

@media screen and (max-width:1000px) {
  .ay-contact {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    text-align: left;
  }
}

@media screen and (max-width:768px) {
  .ay-contact {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    text-align: left;
  }
}

@media screen and (max-width:480px) {
  .ay-contact {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    border-bottom: 1px solid #b8bcbe;
    margin-bottom: 10px;
    text-align: left;
  }
}

.ay-contact-subtitle {
  font-weight: 700;
  color: #000;
  font-size: 1rem;
}

.ay-contact-location {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.ay-contact-info {
  list-style: none;
  margin: 0;
  padding: 0 0 10px 0;
}

.ay-contact-info a {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

@media screen and (max-width:768px) {
  .ay-contact-info li:nth-child(2) a {
    color: #6d6d6b;
    text-decoration: underline;
  }
}

.ay-contact-list h3.ay-subtitle {
  font-family: "GeoSlab703 Md BT W05 Bold","Open Sans",sans-serif;
  color: #000;
}

@media screen and (max-width:768px) {
  .ay-contact-list {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    cursor: pointer;
  }
}

@media screen and (max-width:480px) {
  .ay-contact-list .ay-subtitle {
    line-height: 1.3;
    font-size: 2.1875rem;
  }
}

.ay-contact-boiler {
  background-color: #000;
  color: #fff;
  margin-bottom: 40px;
  padding: 1.875rem;
}

.ay-contact-boiler__title {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 600;
}

@media screen and (max-width:768px) {
  .ay-contact-boiler__title {
    text-align: left;
    font-size: 1.125rem;
  }
}

@media print {
  .ay-contact-boiler__title {
    font-size: 1.125rem;
  }
}

.ay-contact-boiler__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 1.25rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width:768px) {
  .ay-contact-boiler__contact {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: .875rem;
  }
}

@media print {
  .ay-contact-boiler__contact {
    font-size: 1rem;
  }
}

.ay-contact-boiler__contact a {
  color: #fff!important;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.ay-contact-boiler__contact a:hover {
  color: #fff!important;
  text-decoration: underline;
}

.ay-contact-boiler__contact__person {
  list-style: none;
  margin: 0 10px 0 0;
  padding: 0;
}

@media screen and (max-width:768px) {
  .ay-contact-boiler__contact__person {
    margin: 0 0 10px 0;
    text-align: center;
  }
}

.ay-contact-boiler__contact__person a {
  text-decoration: underline;
}

.ay-contact-boiler__contact__person a:hover {
  text-decoration: none;
}

.ay-contact-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width:768px) {
  .ay-contact-cta {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
}

.ay-contact-button {
  max-width: 250px;
  font-size: 1.125rem;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.ay-contact-button:after {
  top: 2px;
}

@media screen and (max-width:768px) {
  .ay-contact-button {
    font-size: .875rem;
    text-align: center;
  }
}

@media screen and (max-width:768px) {
  .ay-button__primary--arrow:after {
    height: 18px;
  }
}

.ay-contact-footnote {
  font-size: .75rem;
  color: #000;
}

@media screen and (max-width:768px) {
  .ay-contact-footnote {
    display: none;
  }
}

.ay-contact-popup {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 540px;
  padding: 30px 20px;
  position: relative;
  width: 100%;
}

.ay-contact-popup__close {
  color: #ccc;
  font-size: 1.875rem;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 10px;
  text-decoration: none;
}

@media screen and (max-width:768px) {
  .ay-contact-wrapper {
    height: 510px;
    overflow-y: auto;
  }
}

.ay-contact-form {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ay-contact-form input[type=text] {
  border: none;
  border-bottom: 1px solid #000;
  font-size: .875rem;
  padding: 20px 0 0 0;
  position: relative;
  margin-bottom: 10px;
}

.ay-contact-form input[type=text]::-webkit-input-placeholder {
  color: #b8bcbe;
  opacity: 1;
}

.ay-contact-form input[type=text]::-moz-placeholder {
  color: #b8bcbe;
  opacity: 1;
}

.ay-contact-form input[type=text]:-ms-input-placeholder {
  color: #b8bcbe;
  opacity: 1;
}

.ay-contact-form input[type=text]::-ms-input-placeholder {
  color: #b8bcbe;
  opacity: 1;
}

.ay-contact-form input[type=text]::placeholder {
  color: #b8bcbe;
  opacity: 1;
}

.ay-contact-form input[type=text]:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ay-contact-form textarea {
  color: #000;
  font-size: .875rem;
  margin-top: 20px;
  padding: 20px 10px;
}

.ay-contact-form textarea:focus {
  outline: 0;
}

.ay-contact-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("/o/ay-theme/resources/images/arrow-select-black.svg") no-repeat 97% center;
  background-size: 15px;
  border: 1px solid #000;
  border-radius: 0;
  color: #000;
  font-size: .8125rem;
  outline: 0;
  padding: .75rem;
}

.ay-contact-form select::-moz-focus-inner {
  border: 0;
}

.ay-contact-form select option::-moz-focus-inner {
  border: 0;
}

.ay-contact-form .ay-button__primary {
  font-size: .875rem;
  font-weight: 600;
  margin: 20px 0;
  max-width: 40%;
  padding: 10px 5px;
  text-transform: uppercase;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.ay-primary-countrycontacts {
  margin: 25px 0 50px 0;
}

@media screen and (max-width:480px) {
  .ay-primary-countrycontacts {
    margin: 10px 0;
  }
}

.ay-primary-countrycontacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.125rem;
  margin-bottom: 15px;
}

.ay-lightbox {
  display: none;
}

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

@media screen and (max-width:480px) {
  .ay-lightbox--on {
    padding: 50px 0 0 0;
  }
}

.ay-lightbox .ay-contact-popup {
  display: none;
}

.ay-cards-slider {
  width: 99%;
}

.ay-cards-slider .owl-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 50px;
  pointer-events: visible;
}

.ay-cards-single-row .owl-dots {
  margin-top: -32px;
}

.owl-stage-outer {
  margin-bottom: 10px;
}

@media screen and (max-width:480px) {
  .owl-stage-outer {
    margin-bottom: 10px;
  }
}

.owl-next {
  background: url("/o/ay-theme/resources/images/arrow-right-black.svg") no-repeat;
  height: 19px;
  width: 20px;
  margin: 0 26px;
}

.owl-prev {
  background: url("/o/ay-theme/resources/images/arrow-right-black.svg") no-repeat;
  height: 19px;
  margin: 0 26px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 20px;
}

.owl-prev:hover {
  cursor: pointer;
  background: url("/o/ay-theme/resources/images/arrow-right-black.svg") no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.owl-dots {
  counter-reset: slides-num;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 18px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -34px;
  pointer-events: none;
  width: 100%;
}

.owl-dots:after {
  content: counter(slides-num);
  display: inline-block;
  font-size: 1.0625rem;
}

.owl-dot {
  display: inline-block;
  counter-increment: slides-num;
}

.owl-dot span {
  display: none;
}

.owl-dot.active:before,
.owl-dot.nice-select.open:before {
  content: counter(slides-num) " / ";
  padding: 0 5px 0 0;
  display: inline-block;
  font-size: 1.0625rem;
}

.ay-card-thumb__img {
  display: block;
  height: 160px;
  vertical-align: middle;
  max-width: 160px;
}

@media screen and (max-width:480px) {
  .ay-card-thumb__img {
    height: 100px;
    width: auto;
    max-width: 100%;
  }
}

.ay-cards {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Open Sans",sans-serif;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 1300px;
  margin: 0 auto;
  overflow: hidden;
  padding: 70px 0 65px 0;
  width: 100%;
}

.ay-card {
  background-color: #fff;
  border-bottom: 7px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 241px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 12px 25px;
}

.ay-card--perwinkle {
  border-bottom-color: #000;
}

.ay-card--orange {
  border-bottom-color: #000;
}

.ay-card--amethyst {
  border-bottom-color: #000;
}

.ay-card--red {
  border-bottom-color: #000;
}

.ay-card.single {
  max-width: 650px;
}

.ay-card p {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media screen and (max-width:1000px) {
  .ay-card {
    min-height: 215px;
    padding: 10px 20px;
    width: auto;
  }
}

@media screen and (max-width:480px) {
  .ay-card {
    min-height: 150px;
  }
}

.ay-card-date {
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: 700;
  font-size: .6875rem;
  line-height: 30px;
  text-transform: uppercase;
}

@media screen and (max-width:480px) {
  .ay-card-date {
    line-height: normal;
    padding-top: 5px;
  }
}

.ay-card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding-top: 8px;
  margin-bottom: 15px;
}

.ay-card-row .ay-card-title {
  font-family: "Open Sans",sans-serif;
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 10px;
  line-height: 126%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width:1200px) {
  .ay-card-row .ay-card-title {
    font-size: 1.625rem;
    line-height: 32px;
  }
}

@media screen and (max-width:1000px) {
  .ay-card-row .ay-card-title {
    margin-top: 0;
  }
}

@media screen and (max-width:768px) {
  .ay-card-row .ay-card-title {
    font-size: 1.5625rem;
    line-height: normal;
    overflow: visible;
  }
}

@media screen and (max-width:480px) {
  .ay-card-row .ay-card-title {
    font-size: 1.25rem;
    line-height: 22px;
    overflow: hidden;
  }
}

@media print {
  .ay-card-row .ay-card-title {
    font-size: 1.125rem;
  }
}

.ay-card-row .ay-card-title:hover {
  text-decoration: underline;
  cursor: pointer;
}

.ay-card-row .ay-card-title__link {
  color: #000;
  text-decoration: underline;
}

.ay-card-row .ay-card-post {
  color: #000;
  overflow: hidden;
  font-family: "Open Sans",sans-serif;
  width: 100%;
}

.ay-card-row .ay-card-post .ay-card-caption {
  display: block;
  font-size: .875rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 10px;
  text-overflow: ellipsis;
}

@media screen and (max-width:480px) {
  .ay-card-row .ay-card-post .ay-card-caption {
    display: none;
  }
}

.ay-card-row .ay-card-post .ay-card-caption a {
  color: #000;
  text-transform: uppercase;
}

.ay-card-row .ay-card-post .ay-card-caption a:hover {
  text-decoration: underline;
}

.ay-card-thumb {
  display: inline-block;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  height: 160px;
  margin-right: 20px;
  position: relative;
}

@media screen and (max-width:480px) {
  .ay-card-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
  .owl-nav {
    padding: 16px;
  }
}

.ay-footer {
  background: #000;
  font-size: .8125rem;
  max-width: 100%;
  padding: 3em calc(50% - 650px);
  width: 100%;
}

.ay-footer-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ay-footer a {
  color: #fff!important;
  text-decoration: underline;
}

.ay-footer a:hover {
  text-decoration: underline;
}

.ay-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ay-footer ul li {
  margin: 0;
  padding: 0;
}

.ay-footer-top-left {
  width: 118.562px;
}

.ay-footer-top-left img {
  height: 72px;
}

.ay-footer-top-center {
  width: calc(100% - 287.562px);
}

.ay-footer-top-center .ay-footer-recommented+ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ay-footer-top-center .ay-footer-recommented+ul li {
  text-align: center;
}

.ay-footer-top-center .ay-footer-recommented+ul li:after {
  display: none!important;
}

.ay-footer-top-center[data-recommented-links]:before {
  content: attr(data-recommented-links);
  display: block;
  font-weight: 600;
  margin-left: 100px;
  text-align: center;
}

.ay-footer-top-center .ay-footer-recommented {
  color: #fff;
  display: block;
  font-family: "Open Sans",sans-serif;
  font-size: .8125rem;
  font-weight: 600;
  margin: 0 0 0 100px;
  padding: 0;
  text-align: center;
}

@media screen and (min-width:848px) {
  .ay-footer-top-center .ay-footer-recommented {
    margin-left: 9.1%;
  }
}

@media screen and (min-width:1400px) {
  .ay-footer-top-center .ay-footer-recommented {
    margin-left: 10.1%;
  }
}

@media screen and (min-width:1955px) {
  .ay-footer-top-center .ay-footer-recommented {
    margin-left: 11.1%;
  }
}

@media screen and (min-width:2100px) {
  .ay-footer-top-center .ay-footer-recommented {
    margin-left: 12.1%;
  }
}

@media screen and (min-width:2500px) {
  .ay-footer-top-center .ay-footer-recommented {
    margin-left: 13.1%;
  }
}

@media screen and (max-width:847px) {
  .ay-footer-top-center .ay-footer-recommented {
    margin-left: 0;
  }
}

@media screen and (max-width:847px) {
  .ay-footer-top-center {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-top: 25px;
    width: 100%;
  }
}

.ay-footer-top-center ul {
  margin: auto;
  width: 425.219px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width:847px) {
  .ay-footer-top-center ul {
    -webkit-transform: translateX(3vw);
    -ms-transform: translateX(3vw);
    transform: translateX(3vw);
  }
}

@media screen and (max-width:465px) {
  .ay-footer-top-center ul {
    width: 100%;
  }
}

.ay-footer-top-center ul li {
  display: block;
}

.ay-footer-top-center ul li:after {
  content: " | ";
  display: inline-block;
  font-size: .9375rem;
  font-weight: 700;
  padding: 0 5px;
}

.ay-footer-top-center ul li:last-child:after {
  color: transparent;
}

.ay-footer-top-right {
  width: 169px;
}

@media screen and (max-width:847px) {
  .ay-footer-top-right {
    width: calc(100% - 118.562px);
  }
}

.ay-footer-social ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ay-footer-social ul li {
  margin-right: 5px;
}

.ay-footer-social ul li:first-child {
  margin-bottom: 5px;
  margin-right: 0;
  text-align: right;
  width: 100%;
}

.ay-footer-social ul li:first-child a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ay-footer-social ul li:first-child a img {
  margin-left: 5px;
}

.ay-footer-social ul li:last-child {
  margin-right: 0;
}

.ay-footer-social a img {
  width: 29px;
}

@media screen and (max-width:847px) {
  .ay-footer-bottom-left {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

@media screen and (max-width:534px) {
  .ay-footer-bottom-left {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}

.ay-footer-bottom-left ul li:after {
  content: " | ";
  display: inline-block;
  font-size: .9375rem;
  font-weight: 700;
  padding: 0 5px;
}

.ay-footer-bottom-left ul li:last-child:after {
  color: transparent;
}

.ay-footer-bottom-right {
  padding-top: 25px;
}

@media screen and (max-width:847px) {
  .ay-footer-bottom-right {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}

@media screen and (max-width:534px) {
  .ay-footer-bottom-right {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    padding-bottom: 25px;
    width: 100%;
  }
}

.ay-footer-bottom-right img {
  height: 75px;
}

@media screen and (max-width:534px) {
  .ay-footer-bottom-right img {
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width:1355px) {
  .ay-footer-content {
    padding-left: 24px;
    padding-right: 30px;
    width: 100%;
  }
}

#ay #hs_show_banner_button:focus,
#ay .ay-footer a:active,
#ay .ay-footer a:focus {
  outline: 1px solid #fff;
}

@media (max-width:1000px) {
  .mobile-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 157px;
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mobile-wrapper .ay-header {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    z-index: 255;
  }

  .mobile-wrapper .ay-top-nav {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    z-index: 30;
    -webkit-transform: translate3d(0,0,30px);
    transform: translate3d(0,0,30px);
    position: absolute;
  }

  .ay-quicklinks-mobile__close {
    right: 16px;
  }
}

.mobile-wrapper {
  position: relative;
  z-index: 250;
}

@media screen and (max-width:480px) {
  .mobile-wrapper {
    min-height: 144px;
  }
}

@media print {
  .mobile-wrapper {
    min-height: 120px;
  }
}

.ay-header {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 142px;
  max-width: 100%;
  position: relative;
  width: 100%;
  z-index: 211;
}

@media print {
  .ay-header {
    height: auto;
  }
}

@media screen and (max-width:1000px) {
  .ay-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
}

.ay-header:before {
  background: #fff;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 74%;
}

@media print {
  .ay-header:before {
    background: 0 0;
  }
}

@media screen and (max-width:768px) {
  .ay-header:before {
    width: 74%;
  }
}

@media screen and (max-width:480px) {
  .ay-header:before {
    display: none;
    background: 0 0;
  }
}

.ay-header:after {
  content: "";
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 26%;
  z-index: 0;
}

@media screen and (max-width:768px) {
  .ay-header:after {
    width: 26%;
  }
}

@media screen and (max-width:480px) {
  .ay-header:after {
    display: none;
    background: 0 0;
  }
}

.ay-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1300px;
  position: relative;
  width: 100%;
  gap: 24px;
  z-index: 2;
}

@media screen and (max-width:1000px) {
  .ay-header-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
}

.ay-header__left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  z-index: 1;
}

@media print {
  .ay-header__left {
    background: 0 0;
  }
}

@media screen and (max-width:1000px) {
  .ay-header__left {
    max-width: none;
    height: 110px;
    background: #fff;
  }
}

@media screen and (max-width:700px) {
  .ay-header__left {
    background: #fff;
  }
}

@media screen and (max-width:480px) {
  .ay-header__left {
    height: 100%;
    min-height: 100px;
  }
}

.ay-header h1 {
  line-height: normal;
}

.ay-header-logo {
  display: inline-block;
  font-size: 0;
  height: auto;
  margin-left: 40px;
  margin-right: 25px;
  width: auto;
}

.ay-header-logo:focus {
  outline: 0;
}

.ay-header-logo img {
  height: 72px;
}

@media screen and (max-width:1300px) {
  .ay-header-logo {
    margin-left: 42px;
  }
}

@media screen and (max-width:1080px) {
  .ay-header-logo {
    margin-left: 20px;
  }
}

@media screen and (max-width:1000px) {
  .ay-header-logo {
    margin-left: 20px;
  }
}

@media screen and (max-width:768px) {
  .ay-header-logo {
    margin-left: 20px;
    margin-right: 10px;
  }
}

@media screen and (max-width:480px) {
  .ay-header-logo {
    margin-left: 20px;
    margin-right: 10px;
  }

  .ay-header-logo img {
    height: 65.004px;
  }
}

@media screen and (max-width:320px) {
  .ay-header-logo {
    margin-left: 10px;
  }
}

@media print {
  .ay-header-logo img {
    max-width: 75%;
    width: 100%;
  }
}

.ay-header-options {
  margin: 0 0 0 30px;
  position: relative;
  padding: 5px 0 17px 25px;
}

@media print {
  .ay-header-options {
    display: none;
  }
}

@media screen and (max-width:1080px) {
  .ay-header-options {
    padding: 0 0 7px 25px;
  }
}

@media screen and (max-width:480px) {
  .ay-header-options {
    padding: 0 0 0 20px;
    height: 50px;
  }
}

.ay-header-options .ay-header-site-title,
.ay-header-options h3 {
  line-height: 100%;
  margin-left: -2px;
  position: relative;
  top: 8px;
}

@media screen and (max-width:480px) {
  .ay-header-options .ay-header-site-title,
  .ay-header-options h3 {
    position: relative;
    top: 3px;
  }
}

.ay-header-options .ay-header-site-title a,
.ay-header-options h3 a {
  font-weight: 300;
}

@media screen and (max-width:1000px) {
  .ay-header-options {
    margin-left: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width:480px) {
  .ay-header-options {
    width: auto;
    margin-left: 10px;
    padding-left: 10px;
  }
}

.ay-header-options__language-location {
  color: #000;
  font-size: .875rem;
}

@media screen and (max-width:1000px) {
  .ay-header-options__language-location {
    font-size: .8125rem;
  }
}

.ay-header-options__language-location a {
  text-decoration: none;
  color: #000;
}

.ay-header-options__language-location a:hover {
  text-decoration: underline;
}

.ay-header-options__global {
  color: #fff;
  font-size: .875rem;
  font-weight: 300;
  position: relative;
  text-decoration: none;
  top: 5px;
}

.ay-header-options__global:hover {
  text-decoration: underline;
}

.ay-header-options__global:after {
  background: url("/o/ay-theme/resources/images/arrow-right.svg") no-repeat;
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: 5px;
  width: 10px;
  position: relative;
}

@media screen and (max-width:480px) {
  .ay-header-options__global:after {
    font-size: .75rem;
  }
}

@media screen and (max-width:480px) {
  .ay-header-options__global {
    font-size: .75rem;
  }
}

.ay-header-options .ay-header-site-title {
  font-family: "GeoSlab703 Md BT W05 Bold","Open Sans",sans-serif;
}

.ay-header-options .ay-header-site-title,
.ay-header-options h3 {
  font-size: 2.625rem;
  color: #000;
  -webkit-transition: font-size .5s;
  transition: font-size .5s;
}

.ay-header-options .ay-header-site-title a,
.ay-header-options h3 a {
  color: #000;
  text-decoration: none;
}

.ay-header-options .ay-header-site-title a+a,
.ay-header-options h3 a+a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Open Sans",sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  height: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 0;
  width: 24px;
  -webkit-transform: rotate(90deg) translateX(-3px);
  -ms-transform: rotate(90deg) translateX(-3px);
  transform: rotate(90deg) translateX(-3px);
}

@media screen and (max-width:1210px) {
  .ay-header-options .ay-header-site-title,
  .ay-header-options h3 {
    font-size: 2.25rem;
  }
}

@media screen and (max-width:1159px) {
  .ay-header-options .ay-header-site-title,
  .ay-header-options h3 {
    font-size: 1.9375rem;
  }
}

@media screen and (max-width:1112px) {
  .ay-header-options .ay-header-site-title,
  .ay-header-options h3 {
    font-size: 1.6875rem;
  }
}

@media screen and (max-width:768px) {
  .ay-header-options .ay-header-site-title,
  .ay-header-options h3 {
    font-size: 1.625rem;
  }
}

@media screen and (max-width:1045px) {
  .ay-header-options .ay-header-site-title,
  .ay-header-options h3 {
    font-size: 1.4375rem;
  }
}

@media screen and (max-width:480px) {
  .ay-header-options .ay-header-site-title,
  .ay-header-options h3 {
    font-size: 1.25rem;
  }
}

.ay-header__right {
  background: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  z-index: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media print {
  .ay-header__right {
    display: none;
  }
}

@media screen and (max-width:1300px) {
  .ay-header__right {
    margin-right: 30px;
    padding-left: 0;
  }
}

@media screen and (max-width:1000px) {
  .ay-header__right {
    max-width: none;
    padding-top: 0;
    margin-right: 20px;
  }
}

.ay-header__right__wrapper {
  height: 142px;
  position: relative;
  width: 100%;
  z-index: 10;
}

@media screen and (max-width:1000px) {
  .ay-header__right__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    width: 100%;
    height: auto;
  }
}

.ay-header__right__primary {
  position: relative;
}

@media screen and (max-width:1000px) {
  .ay-header__right__primary {
    display: none;
  }
}

.ay-header__right__secondary {
  width: 100%;
}

.ay-header-utility {
  color: #797979;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Open Sans",sans-serif;
  font-size: .875rem;
  font-weight: 100;
  height: auto;
  list-style: none;
  margin: 0;
  max-width: 100%;
  width: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ay-header-utility-login a {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMDMuNSAxNDQuNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAzLjUgMTQ0LjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30NCgkuc3Qxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzJfKTt9DQoJLnN0MntjbGlwLXBhdGg6dXJsKCNTVkdJRF80Xyk7fQ0KCS5zdDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNl8pO2ZpbGw6IzZENkY3MTt9DQoJLnN0NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF84Xyk7fQ0KCS5zdDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTBfKTtmaWxsOiM2RDZGNzE7fQ0KPC9zdHlsZT4NCjxnIGNsYXNzPSJzdDAiPg0KCTxnPg0KCQk8ZGVmcz4NCgkJCTxyZWN0IGlkPSJTVkdJRF8xXyIgeD0iLTIuMSIgeT0iLTIuNCIgd2lkdGg9IjEwOS43IiBoZWlnaHQ9IjE1OC40Ii8+DQoJCTwvZGVmcz4NCgkJPGNsaXBQYXRoIGlkPSJTVkdJRF8yXyI+DQoJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xXyIgIHN0eWxlPSJvdmVyZmxvdzp2aXNpYmxlOyIvPg0KCQk8L2NsaXBQYXRoPg0KCQk8ZyBjbGFzcz0ic3QxIj4NCgkJCTxkZWZzPg0KCQkJCTxwYXRoIGlkPSJTVkdJRF8zXyIgZD0iTTE5LjcsODIuNmMtMy4yLDAtNS45LTIuNi01LjktNS45VjM4YzAtMjAuOSwxNy0zNy45LDM3LjktMzcuOWMyMC45LDAsMzcuOSwxNywzNy45LDM3Ljl2MzgNCgkJCQkJYzAsMy4yLTIuNiw1LjktNS45LDUuOWMtMy4yLDAtNS45LTIuNi01LjktNS45VjM4YzAtMTQuNS0xMS44LTI2LjItMjYuMi0yNi4yYy0xNC41LDAtMjYuMiwxMS44LTI2LjIsMjYuMnYzOC43DQoJCQkJCUMyNS42LDgwLDIyLjksODIuNiwxOS43LDgyLjYiLz4NCgkJCTwvZGVmcz4NCgkJCTxjbGlwUGF0aCBpZD0iU1ZHSURfNF8iPg0KCQkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzNfIiAgc3R5bGU9Im92ZXJmbG93OnZpc2libGU7Ii8+DQoJCQk8L2NsaXBQYXRoPg0KCQkJPGcgY2xhc3M9InN0MiI+DQoJCQkJPGRlZnM+DQoJCQkJCTxyZWN0IGlkPSJTVkdJRF81XyIgeD0iLTIuMSIgeT0iLTIuNCIgd2lkdGg9IjEwOS43IiBoZWlnaHQ9IjE1OC40Ii8+DQoJCQkJPC9kZWZzPg0KCQkJCTxjbGlwUGF0aCBpZD0iU1ZHSURfNl8iPg0KCQkJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF81XyIgIHN0eWxlPSJvdmVyZmxvdzp2aXNpYmxlOyIvPg0KCQkJCTwvY2xpcFBhdGg+DQoJCQkJPHJlY3QgeD0iLTQ3LjEiIHk9Ii02MC44IiBjbGFzcz0ic3QzIiB3aWR0aD0iMTk3LjciIGhlaWdodD0iMjA0LjQiLz4NCgkJCTwvZz4NCgkJPC9nPg0KCQk8ZyBjbGFzcz0ic3QxIj4NCgkJCTxkZWZzPg0KCQkJCTxwYXRoIGlkPSJTVkdJRF83XyIgZD0iTTEwMC45LDg2LjRjLTAuOSwxMC42LTIsMjAuMy0zLDI0LjJjLTMuMywxMi42LTIxLjYsMjguOS00Ni4xLDMzLjdDMjcuMSwxMzkuNSw5LDEyMy4yLDUuNywxMTAuNg0KCQkJCQljLTEtMy45LTIuMS0xMy42LTMtMjQuMmMtMS4xLTEyLjYtMi0yMC43LTIuNi0yOC4zYzEyLjktNC43LDMxLjMtNy42LDUxLjctNy42YzIwLjQsMCwzOC43LDIuOSw1MS43LDcuNg0KCQkJCQlDMTAyLjksNjUuNywxMDIsNzMuOCwxMDAuOSw4Ni40eiIvPg0KCQkJPC9kZWZzPg0KCQkJPGNsaXBQYXRoIGlkPSJTVkdJRF84XyI+DQoJCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfN18iICBzdHlsZT0ib3ZlcmZsb3c6dmlzaWJsZTsiLz4NCgkJCTwvY2xpcFBhdGg+DQoJCQk8ZyBjbGFzcz0ic3Q0Ij4NCgkJCQk8ZGVmcz4NCgkJCQkJPHJlY3QgaWQ9IlNWR0lEXzlfIiB4PSItMi4xIiB5PSItMi40IiB3aWR0aD0iMTA5LjciIGhlaWdodD0iMTU4LjQiLz4NCgkJCQk8L2RlZnM+DQoJCQkJPGNsaXBQYXRoIGlkPSJTVkdJRF8xMF8iPg0KCQkJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF85XyIgIHN0eWxlPSJvdmVyZmxvdzp2aXNpYmxlOyIvPg0KCQkJCTwvY2xpcFBhdGg+DQoJCQkJPHJlY3QgeD0iLTYwLjgiIHk9Ii0xMC41IiBjbGFzcz0ic3Q1IiB3aWR0aD0iMjI1LjIiIGhlaWdodD0iMjE1LjciLz4NCgkJCTwvZz4NCgkJPC9nPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K") no-repeat;
  background-size: 10px;
  background-position: 0 3px;
  color: #797979;
  padding-left: 15px;
  text-decoration: none;
  text-indent: -9999px;
}

.ay-header-utility-login a:hover {
  text-decoration: underline;
}

.ay-header-utility-lang {
  margin-left: 25px;
  margin-right: 7px;
}

.ay-header-utility-lang a {
  color: #797979;
  text-decoration: none;
}

.ay-header-utility-lang a.active,
.ay-header-utility-lang a.nice-select.open,
.ay-header-utility-lang a:active,
.ay-header-utility-lang a:focus,
.ay-header-utility-lang a:hover {
  color: #000;
  text-decoration: underline;
}

.ay-quick-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 24px;
}

@media screen and (max-width:1000px) {
  .ay-quick-links {
    background: #fff;
    border: 2px solid #000;
    border-left: none;
    border-right: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    width: auto;
  }
}

.ay-quick-links__item {
  display: inline-block;
  margin: 0;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width:1000px) {
  .ay-quick-links__item {
    line-height: normal;
    margin: 0;
    position: static;
  }
}

@media screen and (max-width:480px) {
  .ay-quick-links__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
  }
}

@media screen and (min-width:1000px) {
  .ay-quick-links__item:has(.ay-quick-links__dd-short--show,.ay-quick-links__dd-wide--show,.ay-quick-links__dd-medium--show)::before {
    bottom: -25px;
    content: "";
    height: 30px;
    left: auto;
    position: absolute;
    top: unset;
  }
}

.ay-quick-links__item:hover&gt;a {
  color: #000;
}

@media screen and (max-width:1000px) {
  .ay-quick-links__item:hover&gt;a {
    color: #000;
    text-decoration: underline;
  }
}

.ay-quick-links__item&gt;a,
.ay-quick-links__item&gt;button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-position: top center;
  background-size: 64px;
  border: none;
  color: #000!important;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .96875rem;
  font-weight: 400;
  gap: 6px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: .02em;
  line-height: 1.5;
  height: auto;
  overflow: hidden;
  margin-top: 56px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

.ay-quick-links__item&gt;a::after,
.ay-quick-links__item&gt;button::after {
  background: url("/o/ay-theme/resources/images/ay-chevron-down.svg") no-repeat;
  background-size: 22.25px 13.25px;
  background-position: center center;
  content: "";
  display: block;
  height: 13.25px;
  min-width: 22.25px;
  width: 22.25px;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

@media screen and (min-width:1000px) {
  .ay-quick-links__item&gt;a:has(+.ay-quick-links__dd-short--show,+.ay-quick-links__dd-wide--show,+.ay-quick-links__dd-medium--show)::after,
  .ay-quick-links__item&gt;button:has(+.ay-quick-links__dd-short--show,+.ay-quick-links__dd-wide--show,+.ay-quick-links__dd-medium--show)::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

.ay-quick-links__item&gt;a:hover,
.ay-quick-links__item&gt;button:hover {
  background-position: top center;
  background-size: 64px;
  color: #000;
}

@media screen and (max-width:1000px) {
  .ay-quick-links__item&gt;a:hover,
  .ay-quick-links__item&gt;button:hover {
    color: #fff;
  }
}

@media screen and (max-width:1000px) {
  .ay-quick-links__item&gt;a,
  .ay-quick-links__item&gt;button {
    color: #000!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0;
    min-width: 0;
    padding: 10px 0;
    width: 100%;
  }
}

@media screen and (max-width:480px) {
  .ay-quick-links__item&gt;a,
  .ay-quick-links__item&gt;button {
    font-size: .75rem;
    gap: 4px;
    padding: 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .ay-quick-links__item&gt;a::after,
  .ay-quick-links__item&gt;button::after {
    background-size: 16.25px 13.25px;
    height: 13.25px;
    width: 16.25px;
  }
}

@media screen and (max-width:375px) {
  .ay-quick-links__item&gt;a,
  .ay-quick-links__item&gt;button {
    font-size: .6875rem;
    padding: 12px 8px;
  }
}

@media screen and (max-width:1000px) {
  .ay-quick-links__item.cxl-hover&gt;a::after,
  .ay-quick-links__item.cxl-hover&gt;button::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

.ay-quick-links__item:last-child a {
  margin-right: 0;
}

.ay-quick-links__form {
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 12px 0 0 0;
  padding: 12px 0 10px;
  width: 100%;
  max-width: 704px;
}

.ay-quick-links__form input[type=text] {
  background: 0 0;
  border: 1px solid #000;
  color: #000;
  font-size: .875rem;
  min-height: 40px;
  padding-bottom: 7px;
  padding-left: .5em;
  padding-top: 7px;
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

@media screen and (max-width:1000px) {
  .ay-quick-links__form input[type=text] {
    padding-left: 7px;
  }
}

.ay-quick-links__form input[type=text]::-webkit-input-placeholder {
  color: #000;
  font-family: "Open Sans",sans-serif!important;
  font-size: .875rem!important;
  letter-spacing: normal!important;
  opacity: 1;
}

.ay-quick-links__form input[type=text]::-moz-placeholder {
  color: #000;
  font-family: "Open Sans",sans-serif!important;
  font-size: .875rem!important;
  letter-spacing: normal!important;
  opacity: 1;
}

.ay-quick-links__form input[type=text]:-ms-input-placeholder {
  color: #000;
  font-family: "Open Sans",sans-serif!important;
  font-size: .875rem!important;
  letter-spacing: normal!important;
  opacity: 1;
}

.ay-quick-links__form input[type=text]::-ms-input-placeholder {
  color: #000;
  font-family: "Open Sans",sans-serif!important;
  font-size: .875rem!important;
  letter-spacing: normal!important;
  opacity: 1;
}

.ay-quick-links__form input[type=text]::placeholder {
  color: #000;
  font-family: "Open Sans",sans-serif!important;
  font-size: .875rem!important;
  letter-spacing: normal!important;
  opacity: 1;
}

.ay-quick-links__form input[type=text]::-webkit-input-placeholder {
  color: #000;
  font-family: "Open Sans",sans-serif!important;
  font-size: .875rem!important;
  letter-spacing: normal!important;
  opacity: 1!important;
}

.ay-quick-links__form input[type=submit] {
  background: #000 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU2Ljk2NiA1Ni45NjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU2Ljk2NiA1Ni45NjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KPHBhdGggZD0iTTU1LjE0Niw1MS44ODdMNDEuNTg4LDM3Ljc4NmMzLjQ4Ni00LjE0NCw1LjM5Ni05LjM1OCw1LjM5Ni0xNC43ODZjMC0xMi42ODItMTAuMzE4LTIzLTIzLTIzcy0yMywxMC4zMTgtMjMsMjMgIHMxMC4zMTgsMjMsMjMsMjNjNC43NjEsMCw5LjI5OC0xLjQzNiwxMy4xNzctNC4xNjJsMTMuNjYxLDE0LjIwOGMwLjU3MSwwLjU5MywxLjMzOSwwLjkyLDIuMTYyLDAuOTIgIGMwLjc3OSwwLDEuNTE4LTAuMjk3LDIuMDc5LTAuODM3QzU2LjI1NSw1NC45ODIsNTYuMjkzLDUzLjA4LDU1LjE0Niw1MS44ODd6IE0yMy45ODQsNmM5LjM3NCwwLDE3LDcuNjI2LDE3LDE3cy03LjYyNiwxNy0xNywxNyAgcy0xNy03LjYyNi0xNy0xN1MxNC42MSw2LDIzLjk4NCw2eiIgZmlsbD0iI0ZGRkZGRiIvPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K") no-repeat;
  background-position: center center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: none;
  bottom: 0;
  color: #fff;
  padding: 5px 10px;
  position: relative;
  width: 40px;
}

.ay-quick-links__form input[type=submit].ay-submit-show-professionals {
  background: #000;
  border: 1px solid #000;
  text-transform: uppercase;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: auto;
}

.ay-quick-links__form input[type=submit].ay-submit-show-professionals:hover {
  background: #fff;
  color: #000;
}

@media screen and (max-width:1000px) {
  .ay-quick-links .cxl-hover&gt;a,
  .ay-quick-links .cxl-hover&gt;button {
    background: #f1f2f2!important;
    outline: 0;
  }
}

.ay-select-dropdown {
  background: url("/o/ay-theme/resources/images/arrow-select-black.svg") no-repeat 98% center;
  background-size: 15px;
  color: #000;
  display: block;
  border: 1px solid #000;
  height: 40px;
  margin: 5px 0 10px;
  overflow: hidden;
  padding: 3px 0;
  max-width: 704px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}

.ay-select-dropdown:last-child {
  margin-top: 0;
}

.ay-select-dropdown select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: 0 0;
  color: #000;
  border: none;
  margin-top: -4px;
  padding-left: .5em;
  font-size: .875rem;
  height: 40px;
  width: 300px;
}

.ay-select-dropdown select option {
  background: #fff;
}

@media screen and (max-width:480px) {
  .ay-select-dropdown select {
    margin: 0;
  }
}

.ay-select-dropdown select:focus {
  outline: 0;
}

.ay-select-actual {
  display: block;
  position: relative;
  width: 100%;
  max-width: 704px;
  height: 30px;
  margin: 5px 0;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url("/o/ay-theme/resources/images/arrow-select-white.svg");
  background-repeat: no-repeat;
  background-position: 98.5% center;
  background-size: 17px;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding-left: 10px;
}

.ay-select-actual:hover {
  text-decoration: underline;
}

.ay-select-actual:focus {
  outline: 0;
}

.ay-select-actual option {
  background-color: #fff;
  border: none;
  color: #000;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.ay-select-actual option:first-child {
  border-top: 1px solid #ccc;
}

.ay-select-actual option:last-child {
  border-bottom: 1px solid #ccc;
}

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

.ay-select-dropdown__text {
  color: #000;
  background: 0 0;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  line-height: 32px;
  letter-spacing: .03em;
  font-size: .875rem;
  position: absolute;
  z-index: 1;
  text-indent: 10px;
  width: 100%;
}

@media screen and (max-width:1000px) {
  .ay-select-dropdown__text {
    text-indent: 0;
  }
}

.ay-select-dropdown__content a {
  color: #000;
  padding: 0;
  text-decoration: none;
}

.ay-select-dropdown__toggle {
  background: 0 0;
  border: none;
  cursor: pointer;
  font-size: 0;
  height: 30px;
  margin: 0 0 0 1px;
  padding: 0;
  position: absolute;
  text-indent: -10px;
  top: 0;
  width: 100%;
  z-index: 10;
}

.ay-select-dropdown__toggle:focus {
  outline: 0;
}

@media screen and (max-width:480px) {
  .ay-select-dropdown__toggle {
    font-size: 1rem;
  }
}

.ay-select-dropdown__content {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #000;
  line-height: 32px;
  list-style-type: none;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  text-indent: 10px;
  top: 34px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  visibility: hidden;
  width: 100%;
  z-index: 10;
}

.ay-select-dropdown__content a {
  display: block;
}

.ay-select-dropdown__content a:hover {
  text-decoration: underline;
  color: #fff;
}

.ay-select-dropdown__toggle {
  z-index: 2;
}

.ay-select-dropdown__toggle:hover~.ay-select-dropdown__text {
  text-decoration: underline;
}

.ay-select-dropdown__toggle:focus~.ay-select-dropdown__text {
  background: 0 0;
  outline: 1px solid #000;
  z-index: 2;
}

.ay-select-dropdown__toggle:focus~.ay-select-dropdown__text:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ay-select-dropdown:focus+.ay-select-dropdown {
  display: none;
}

.ay-select-dropdown__content.open:hover,
.ay-select-dropdown__toggle:focus~.ay-select-dropdown__content {
  opacity: 1;
  visibility: visible;
  top: 34px;
  z-index: 80;
}

@media screen and (max-width:1000px) {
  .ay-quick-links__properties {
    background: 0 0;
    min-height: 0;
  }
}

@media screen and (max-width:1000px) {
  .ay-quick-links__properties:hover {
    background: #000;
  }
}

.ay-quick-links__item--properties:hover .ay-quick-links__properties {
  background-size: 64px;
}

@media screen and (max-width:1000px) {
  .ay-quick-links__item--properties:hover .ay-quick-links__properties {
    background: #fff;
    color: #000;
  }
}

@media screen and (max-width:1000px) {
  .ay-quick-links__offices {
    background: 0 0;
    min-height: 0;
  }
}

@media screen and (max-width:1000px) {
  .ay-quick-links__offices:hover {
    background: 0 0;
  }
}

.ay-quick-links__item--offices .ay-office-menu.ay-office-menu__us ul li a.ay-office-as-label {
  font-size: 1em;
}

.ay-quick-links__item--offices .ay-office-menu.ay-office-menu__us ul li ul li:last-child a {
  color: #f6f6f6;
  font-size: .875rem;
}

.ay-quick-links__item--offices .ay-office-menu.ay-office-menu__us ul li ul li:last-child a:hover {
  color: #32b8df;
}

@media screen and (max-width:1000px) {
  .ay-quick-links__item--offices:hover .ay-quick-links__offices {
    background: #fff;
    color: #000;
  }
}

@media screen and (max-width:1000px) {
  .cxl-hover .ay-quick-links__offices {
    background: #000;
    color: #fff;
  }
}

.ay-quick-links__proff {
  margin-right: 0;
}

@media screen and (max-width:1000px) {
  .ay-quick-links__proff {
    background: 0 0;
    min-height: 0;
  }
}

@media screen and (max-width:1000px) {
  .ay-quick-links__proff:hover {
    background: #000;
  }
}

@media screen and (max-width:1000px) {
  .ay-quick-links__item--proff:hover .ay-quick-links__proff {
    background: #fff;
    color: #000;
  }
}

.ay-dd-cities {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
}

@media screen and (max-width:1000px) {
  .ay-dd-cities {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 220px;
    direction: rtl;
    direction: rtl;
  }

  .ay-dd-cities .ay-quick-links__dd-column {
    height: auto;
    padding-left: 0;
    border-left: none;
    padding-right: 10px;
  }

  .ay-dd-cities .ay-quick-links__dd-column li {
    line-height: 1.6em;
  }
}

@media screen and (max-width:1000px) and (max-width:375px) {
  .ay-dd-cities {
    margin-left: 0;
  }
}

@media screen and (max-width:1000px) and (max-width:320px) {
  .ay-dd-cities .ay-quick-links__dd-column li {
    font-size: .6875rem;
    font-weight: 400;
    margin-left: 40px;
  }
}

@media screen and (max-width:1000px) {
  .ay-dd-cities .ay-quick-links__dd-column {
    height: auto;
    padding-left: 0;
    border-left: none;
    padding-right: 10px;
  }

  .ay-dd-cities .ay-quick-links__dd-column li {
    line-height: 1.6em;
  }

  .ay-dd-cities .ay-quick-links__dd-column li a {
    font-weight: 400;
  }

  .ay-dd-cities .ay-quick-links__dd-column .ay-quick-links__item--country a {
    font-weight: 700;
  }

  .ay-dd-cities .ay-quick-links__dd-column .ay-quick-links__item--country img {
    margin-top: -36px;
    margin-right: 40px;
    width: 40px;
  }

  .ay-dd-cities .ay-quick-links__dd-column .ay-quick-links__item--city a {
    font-weight: 700;
  }
}

@media screen and (max-width:320px) {
  .ay-dd-cities .ay-quick-links__dd-column li {
    font-size: .6875rem;
    font-weight: 400;
    margin-left: 40px;
  }
}

.ay-quicklinks-mobile__close {
  background: url("/o/ay-theme/resources/images/icons-2020/action/close.svg") no-repeat;
  background-size: 20px;
  background-position: center center;
  border: none;
  display: none;
  font-size: 1.25rem;
  height: 30px;
  position: absolute;
  right: 0;
  top: 3px;
  width: 35px;
}

[data-status=stay-open] .ay-quicklinks-mobile__close {
  display: block;
  top: 3px;
  cursor: pointer;
}

.ay-quick-links__dd-short {
  background-color: #fff;
  border: 1px solid #000;
  display: none;
  margin-left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 4px;
  padding: 1.875rem;
  position: absolute;
  z-index: 250;
  top: min(6.25rem,112px);
  width: 224px;
}

.ay-quick-links__dd-short ul {
  margin: 0;
  padding: 0;
}

.ay-quick-links__dd-short a:active,
.ay-quick-links__dd-short a:focus,
.ay-quick-links__dd-short a:hover {
  color: #000;
  text-decoration: underline;
}

@media screen and (max-width:1000px) {
  .ay-quick-links__dd-short {
    padding: 1.875rem 1.875rem 1.875rem 4.0625rem;
    top: calc(100% - 2px);
    margin-left: -4px;
    width: 100%;
    display: none;
    border-left: 0;
    border-right: 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
  }
}

@media screen and (max-width:768px) {
  .ay-quick-links__dd-short {
    padding-left: 1.875rem;
  }
}

.ay-quick-links__dd-short:after {
  background: url("/o/ay-theme/resources/images/dd-arrow.svg");
  background-position: center 5px;
  background-repeat: no-repeat;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: -20px;
  width: 107px;
}

@media screen and (max-width:1000px) {
  .ay-quick-links__dd-short:after {
    background: 0 0;
  }
}

.ay-quick-links__dd-short--show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width:1000px) {
  .ay-quick-links__dd-short--show {
    display: none;
  }

  .ay-quick-links__dd-short--show[data-status=stay-open] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.ay-quick-links__dd-short li {
  list-style: none;
  min-width: 0;
  width: auto;
}

.ay-quick-links__dd-short li.separator {
  border-top: 1px solid #4a4a4a;
  padding-top: 10px;
  margin-top: 8px;
  margin-bottom: 0;
}

.ay-quick-links__dd-short li a {
  color: #000;
  display: inline-block;
  padding: 2px 0;
  text-align: left;
  font-size: .875rem;
}

@media screen and (max-width:480px) {
  .ay-quick-links__dd-short li a {
    padding: 6px 0;
  }
}

.ay-quick-links__dd-short li a:hover {
  color: #000;
}

.ay-quick-links__dd-short li.top-border {
  border-top: 1px solid #fff;
  padding-top: 10px;
  margin-top: 8px;
}

.ay-quick-links__dd-short li.bottom-border {
  border-bottom: 1px solid #4a4a4a;
  padding-bottom: 10px;
  margin-bottom: 8px;
}

.ay-quick-links__dd-medium {
  background-color: #fff;
  border: 1px solid #000;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  padding: 1.875rem;
  position: absolute;
  right: -30px;
  top: min(6.25rem,112px);
  width: 350px;
}

@media screen and (max-width:1000px) {
  .ay-quick-links__dd-medium {
    right: 0;
    width: 100%;
    top: calc(100% - 2px);
    border-left: 0;
    border-right: 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
  }
}

.ay-quick-links__dd-medium h3,
.ay-quick-links__dd-medium__title {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  padding-left: .4em;
}

@media screen and (max-width:1000px) {
  .ay-quick-links__dd-medium h3,
  .ay-quick-links__dd-medium__title {
    padding-left: 0;
  }
}

.ay-quick-links__dd-medium:after {
  background: url("/o/ay-theme/resources/images/dd-arrow.svg");
  background-position: center 5px;
  background-repeat: no-repeat;
  content: "";
  height: 20px;
  right: 30px;
  position: absolute;
  top: -20px;
  width: 107px;
}

@media screen and (max-width:1000px) {
  .ay-quick-links__dd-medium:after {
    background: 0 0;
  }
}

.ay-quick-links__dd-medium--show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width:1000px) {
  .ay-quick-links__dd-medium--show {
    display: none;
  }

  .ay-quick-links__dd-medium--show[data-status=stay-open] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.ay-quick-links__dd-wide {
  background-color: #fff;
  border: 1px solid #000;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 22px 20px 59px 20px;
  position: absolute;
  right: -115px;
  top: min(6.25rem,112px);
  width: 1100px;
  z-index: 250;
}

@media screen and (max-width:1170px) {
  .ay-quick-links__dd-wide {
    width: 980px;
  }
}

@media screen and (max-width:1000px) {
  .ay-quick-links__dd-wide {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    top: calc(100% - 2px);
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    right: 0;
    width: 100%;
    border-left: 0;
    border-right: 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
  }
}

@media screen and (max-width:480px) {
  .ay-quick-links__dd-wide {
    padding: 1.875rem .625rem;
  }
}

.ay-quick-links__dd-wide .ay-office-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

@media screen and (max-width:1000px) {
  .ay-quick-links__dd-wide .ay-office-menu {
    border-bottom: 1px solid #fff;
    min-height: auto;
    padding-bottom: .5em;
    margin-bottom: .5em;
    width: 100%;
  }
}

.ay-quick-links__dd-wide .ay-office-menu__us {
  -webkit-box-flex: 3;
  -ms-flex: 3 0 0px;
  flex: 3 0 0;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.ay-quick-links__dd-wide .ay-office-menu__other,
.ay-quick-links__dd-wide .ay-office-menu__us {
  padding-top: 15px;
}

.ay-quick-links__dd-wide .ay-office-menu__global {
  color: #000;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 600;
}

.ay-quick-links__dd-wide .ay-office-menu__global:hover {
  text-decoration: underline;
}

.ay-quick-links__dd-wide .ay-office-menu__subtitle {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.ay-quick-links__dd-wide .ay-office-menu__subtitle&gt;a {
  color: #000;
  text-decoration: none;
}

.ay-quick-links__dd-wide .ay-office-menu__subtitle&gt;a:hover {
  text-decoration: underline;
}

@media screen and (max-width:1000px) {
  .ay-quick-links__dd-wide .ay-office-menu__subtitle {
    margin-bottom: 12px;
  }
}

.ay-quick-links__dd-wide .ay-office-menu__list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  margin: 0;
}

.ay-quick-links__dd-wide .ay-office-menu__list li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  color: #fff;
  font-weight: 400;
}

.ay-quick-links__dd-wide .ay-office-menu__list li a {
  font-weight: 500;
}

.ay-quick-links__dd-wide .ay-office-menu__list li a.ay-office-as-label {
  color: #fff;
  font-weight: 700;
}

.ay-quick-links__dd-wide .ay-office-menu__list li.ay-nowrap {
  white-space: nowrap;
}

.ay-quick-links__dd-wide .ay-office-menu__list li ul {
  list-style: none;
  margin-bottom: 18px;
  padding-left: 0;
}

@media screen and (max-width:768px) {
  .ay-quick-links__dd-wide .ay-office-menu__list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media screen and (max-width:768px) {
  .ay-quick-links__dd-wide .ay-office-menu__list {
    margin-bottom: 10px;
  }
}

.ay-quick-links__dd-wide .ay-office-menu__list--ca {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

@media screen and (max-width:1000px) {
  .ay-quick-links__dd-wide .ay-office-menu__list--ca {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }

  .ay-quick-links__dd-wide .ay-office-menu__list--ca li {
    width: 100%!important;
  }
}

@media screen and (max-width:480px) {
  .ay-quick-links__dd-wide .ay-office-menu__list--ca {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

.ay-quick-links__dd-wide .ay-office-menu__list--other {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  margin-bottom: 20px;
}

@media screen and (max-width:1000px) {
  .ay-quick-links__dd-wide .ay-office-menu__list--other {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }

  .ay-quick-links__dd-wide .ay-office-menu__list--other li {
    width: 100%!important;
  }
}

@media screen and (max-width:768px) {
  .ay-quick-links__dd-wide .ay-office-menu__list--other {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

.ay-quick-links__dd-wide .ay-office-menu__list li {
  color: #000;
  font-size: .875rem;
  font-weight: 600;
}

@media screen and (max-width:1000px) {
  .ay-quick-links__dd-wide .ay-office-menu__list li {
    width: 33.33333%;
  }
}

@media screen and (max-width:768px) {
  .ay-quick-links__dd-wide .ay-office-menu__list li {
    width: 100%;
  }
}

@media screen and (max-width:480px) {
  .ay-quick-links__dd-wide .ay-office-menu__list li {
    padding: 6px 0;
  }
}

.ay-quick-links__dd-wide .ay-office-menu__list li:last-child a {
  color: #000!important;
}

.ay-quick-links__dd-wide .ay-office-menu__list li a {
  color: #000;
  text-decoration: none;
  font-size: .875rem;
}

.ay-quick-links__dd-wide .ay-office-menu__list li a:hover {
  text-decoration-line: underline;
}

.ay-quick-links__dd-wide:after {
  background: url("/o/ay-theme/resources/images/dd-arrow.svg");
  background-position: center 5px;
  background-repeat: no-repeat;
  content: "";
  height: 20px;
  right: 141px;
  position: absolute;
  top: -20px;
  width: 107px;
}

@media screen and (max-width:1000px) {
  .ay-quick-links__dd-wide:after {
    display: none;
  }
}

.ay-quick-links__dd-wide img {
  display: none;
}

@media screen and (max-width:1000px) {
  .ay-quick-links__dd-wide img {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 30px;
    padding-top: 40px;
    height: 60px;
  }
}

@media screen and (max-width:768px) {
  .ay-quick-links__dd-wide img {
    padding-right: 20px;
  }
}

@media screen and (max-width:480px) {
  .ay-quick-links__dd-wide img {
    padding-top: 30px;
    height: 55px;
  }
}

@media screen and (max-width:320px) {
  .ay-quick-links__dd-wide img {
    margin-top: -25px;
    padding-right: 10px;
  }
}

@media screen and (max-width:400px) {
  .ay-quick-links__dd-wide .mCS-dir-rtl&gt;.mCSB_inside&gt;.mCSB_container {
    margin-right: 0;
    margin-left: 14px;
  }
}

@media screen and (max-width:375px) {
  .ay-quick-links__dd-wide .mCS-dir-rtl&gt;.mCSB_inside&gt;.mCSB_container {
    margin-left: 22px;
  }
}

@media screen and (max-width:320px) {
  .ay-quick-links__dd-wide {
    padding-left: 0;
    padding-right: 0;
  }

  .ay-quick-links__dd-wide .mCS-dir-rtl&gt;.mCSB_inside&gt;.mCSB_container {
    margin-right: 0;
    margin-left: 0;
  }
}

.ay-quick-links__dd-wide--show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width:1000px) {
  .ay-quick-links__dd-wide--show {
    display: none;
  }

  .ay-quick-links__dd-wide--show[data-status=stay-open] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.ay-quick-links__dd-wide .neighbourhood--list {
  padding-left: 10px;
}

.ay-quick-links__dd-wide .neighbourhood--list li {
  line-height: 1em;
}

@media screen and (max-width:1000px) {
  .ay-quick-links__dd-wide .neighbourhood--list {
    padding-left: 5px;
  }
}

.ay-quick-links__dd-column {
  border-left: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin: 0;
  min-width: 145px;
  padding-left: .8em;
  padding-right: .4em;
  position: relative;
  width: auto;
}

.ay-quick-links__dd-column a {
  padding-bottom: .625rem;
  cursor: pointer;
  display: inline-block;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  width: 100%;
}

.ay-quick-links__dd-column--show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ay-quick-links__dd-column--global {
  border-left: none;
  min-width: 130px;
  margin-right: 30px;
  padding-left: 0;
}

@media screen and (max-width:1000px) {
  .ay-quick-links__dd-column--global {
    margin-right: 5px;
    padding-left: 55px;
    padding-right: 5px;
  }
}

@media screen and (max-width:500px) {
  .ay-quick-links__dd-column--global {
    margin-right: 30px;
    padding-left: 20px;
    padding-right: 0;
  }
}

@media screen and (max-width:375px) {
  .ay-quick-links__dd-column--global {
    padding-left: 15px;
    min-width: 120px;
    line-height: normal;
  }
}

.ay-quick-links__dd-column--global .ay-quick-links__item--global:last-child a {
  border-bottom: none;
}

.ay-quick-links__dd-column--global .ay-quick-links__item--global a {
  border-bottom: 1px solid #fff;
  cursor: pointer;
  display: inline-block;
  font-size: .875rem;
  font-weight: 600;
  height: auto;
  line-height: 2em;
  margin-left: 0!important;
  overflow: hidden;
  padding-bottom: .2em;
  text-decoration: none;
  width: 100%;
}

@media screen and (max-width:375px) {
  .ay-quick-links__dd-column--global .ay-quick-links__item--global a {
    padding-bottom: 0;
    line-height: 2.8em;
  }
}

@media screen and (max-width:375px) {
  .ay-quick-links__dd-column--global .ay-quick-links__item--global {
    font-size: .875rem;
    line-height: normal;
  }
}

@media screen and (max-width:320px) {
  .ay-quick-links__dd-column--global .ay-quick-links__item--global {
    font-size: .75rem;
  }
}

.ay-quick-links__dd-column .ay-quick-links__item--country {
  display: none;
  position: relative;
}

@media screen and (max-width:1000px) {
  .ay-quick-links__dd-column .ay-quick-links__item--country {
    display: block;
  }

  .ay-quick-links__dd-column .ay-quick-links__item--country a {
    display: inline-block;
    font-size: .875rem;
    line-height: 170%;
    padding-bottom: 5px;
    position: relative;
  }

  .ay-quick-links__dd-column .ay-quick-links__item--country a:after {
    background: url("/o/ay-theme/resources/images/arrow-right.svg") right no-repeat;
    content: "";
    background-size: 10px;
    display: inline-block;
    position: absolute;
    right: 60px;
    top: 5px;
    width: 15px;
    height: 12px;
  }
}

@media screen and (max-width:1000px) and (max-width:375px) {
  .ay-quick-links__dd-column .ay-quick-links__item--country a {
    font-size: .75rem;
    padding-bottom: 0;
  }
}

.ay-quick-links__dd-column .ay-quick-links__item--city {
  display: none;
}

@media screen and (max-width:1000px) {
  .ay-quick-links__dd-column .ay-quick-links__item--city {
    display: block;
  }

  .ay-quick-links__dd-column .ay-quick-links__item--city a {
    font-size: .875rem;
    line-height: 170%;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
  }
}

@media screen and (max-width:1000px) and (max-width:375px) {
  .ay-quick-links__dd-column .ay-quick-links__item--city a {
    font-size: .75rem;
    line-height: normal;
  }
}

.ay-quick-links__dd-column li {
  width: auto;
  min-width: none;
  list-style: none;
  line-height: 1.3em;
}

.ay-quick-links__dd-column li a {
  color: #fff;
  padding: 0;
  text-align: left;
  font-size: .75rem;
}

@media screen and (max-width:1000px) {
  .ay-quick-links__dd-column li a {
    font-weight: 700;
  }
}

@media screen and (max-width:320px) {
  .ay-quick-links__dd-column li a {
    font-weight: 400;
  }
}

.ay-quick-links__dd-column li a:hover {
  text-decoration: underline;
}

.mCS-my-theme .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #32b8df;
  width: 6px;
  height: 70px;
}

.mCS-my-theme .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
}

.mCS-my-theme .mCSB_scrollTools {
  opacity: 1;
}

.mCS-my-theme .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-my-theme .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #32b8df;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
  .ay-header-utility-login a {
    background-size: 89px;
    padding-left: 54px;
  }
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
  .ay-header-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ay-header {
    width: 100%;
  }

  .ay-quick-links__item {
    width: 33.3%;
  }

  .ay-quick-links__item&gt;a,
  .ay-quick-links__item&gt;button {
    text-transform: uppercase;
  }
}

@media screen and (-ms-high-contrast:none) and (max-width:1000px),screen and (-ms-high-contrast:active) and (max-width:1000px) {
  .ay-quick-links__item&gt;a,
  .ay-quick-links__item&gt;button {
    width: 100%;
  }
}

.ay-header__left.ay-click-out:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  display: block;
  z-index: 2000;
}

.ay-quick-links {
  z-index: 1900;
}

.ay-quick-links h3 {
  color: #000;
  font-family: "Open Sans",sans-serif;
}

.ay-quick-links.ay-quick-links__item--proff,
.ay-quick-links__focused {
  z-index: 2500;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: none;
  border: none;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: .875rem;
  font-weight: 400;
  height: 35px;
  line-height: 33px;
  outline: 0;
  padding: 0 10px;
  position: relative;
  text-align: left!important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  max-width: 290px;
}

.nice-select:active,
.nice-select:focus,
.nice-select:hover {
  border-color: #fff;
}

.nice-select:after {
  background: url("/o/ay-theme/resources/images/arrow-right.svg") no-repeat;
  background-size: 12px;
  content: "";
  display: block;
  height: 20px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 30%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 11px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: 5px;
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #fff;
  color: #fff;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #fff;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0!important;
  right: 0!important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: .75rem;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(.75) translateY(-17.5px);
  -ms-transform: scale(.75) translateY(-17.5px);
  transform: scale(.75) translateY(-17.5px);
  -webkit-transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
  transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
  z-index: 9;
  width: 300px;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent!important;
}

.nice-select .list li:first-child {
  display: none;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 30px;
  list-style: none;
  outline: 0;
  padding: 0 10px;
  text-align: left;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  text-decoration: underline;
}

.nice-select .option:hover {
  color: #fff;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.ayui .ay-quick-links__dd-wide:after {
  right: 13%;
}

@media screen and (min-width:1300px) {
  .ayui .ay-quick-links__dd-wide {
    max-width: 1256px;
    -webkit-transform-origin: cneter 0;
    -ms-transform-origin: cneter 0;
    transform-origin: cneter 0;
    -webkit-transform: translateX(1346px/2);
    -ms-transform: translateX(1346px/2);
    transform: translateX(1346px/2);
    width: 100vw;
    right: -149px;
  }

  .ayui .ay-quick-links__dd-wide:after {
    right: 13%;
  }
}

@media screen and (min-width:1000px) {
  .ay-quick-links__dd-wide .ay-office-menu.ay-office-menu__us .ay-office-menu__list {
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
  }
}

@media screen and (min-width:1000px) and (max-width:1299px) {
  .ayui .ay-quick-links__dd-wide {
    max-width: unset;
    -webkit-transform-origin: cneter 0;
    -ms-transform-origin: cneter 0;
    transform-origin: cneter 0;
    width: 95vw;
    right: -159px;
  }

  .ayui .ay-quick-links__dd-wide:after {
    right: 13%;
  }
}

@media screen and (min-width:1000px) and (max-width:1199px) {
  .ayui .ay-quick-links__dd-wide {
    right: -195px;
    width: 98vw;
  }

  .ayui .ay-quick-links__dd-wide:after {
    right: 0;
    left: 68vw;
  }
}

.ay-office-menu.ay-office-menu__us {
  max-width: 48%;
}

.ayui .ay-office-menu.ay-office-menu__other {
  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: no-wrap;
  flex-wrap: no-wrap;
  min-width: 36%;
}

.ay-office-menu.ay-office-menu__other .ay-office-menu-sub-column {
  width: 48%;
}

@media screen and (max-width:1000px) {
  .ayui .ay-quick-links__dd-wide.ay-quick-links__dd-wide--show {
    overflow-x: hidden;
  }

  .ay-office-menu__list.ay-office-menu__list--other,
  .ay-quick-links__dd-wide .ay-office-menu.ay-office-menu__us .ay-office-menu__list {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .ayui .ay-header-wrapper.ay-office-menu__ca {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ayui .ay-office-menu__ca .ay-office-menu__other__list:nth-child(3) {
    margin-top: 19px;
  }

  .ayui .ay-quick-links__dd-wide .ay-office-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ay-office-menu.ay-office-menu__ca .ay-office-menu__other__list,
  .ay-office-menu.ay-office-menu__other .ay-office-menu__other__list {
    width: 33.3%;
  }

  .ay-office-menu.ay-office-menu__ca .ay-office-menu__other__list.ay-office-menu__list--other,
  .ay-office-menu.ay-office-menu__us,
  .ay-office-menu.ay-office-menu__us .ay-office-menu__list,
  .ay-office-menu__global,
  .ay-office-menu__subtitle,
  .ayui .ay-office-menu-sub-column,
  .ayui .ay-office-menu__other__list[data-office=multi] {
    min-width: 100%;
    width: 100vw;
    max-width: 100%;
  }

  .ayui .ay-office-menu.ay-office-menu__us,
  .ayui .ay-quick-links__dd-wide .ay-office-menu__other {
    padding-top: 0;
  }

  .ay-quick-links__dd-wide .ay-office-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ayui .ay-office-menu.ay-office-menu__other {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .ay-office-menu.ay-office-menu__other .ay-office-menu-sub-column {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .ay-office-menu.ay-office-menu__other .ay-office-menu-sub-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ay-office-menu.ay-office-menu__other .ay-office-menu-sub-column .ay-office-menu__list.ay-office-menu__list--other {
    width: 100%;
  }

  .ay-quick-links__dd-wide .ay-office-menu.ay-office-menu__us .ay-office-menu__list li ul li,
  .ay-quick-links__dd-wide .ay-office-menu__list li {
    width: 100%!important;
  }
}

@media screen and (max-width:767px) {
  .ay-office-menu.ay-office-menu__ca .ay-office-menu__other__list,
  .ay-office-menu.ay-office-menu__other .ay-office-menu__other__list {
    width: 50%;
  }
}

#___gcse_0 .gs-title a,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "GeoSlab703 Md BT W05 Bold","Open Sans",sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  line-height: 100%;
}

.ay-bios-header:lang(pl),
.ay-header-options .ay-header-site-title:lang(pl),
.h1:lang(pl),
.h2:lang(pl),
.h3:lang(pl),
h1:lang(pl),
h2:lang(pl),
h3:lang(pl) {
  font-family: "Zilla Slab","Open Sans",sans-serif;
}

.ay-bios-header:lang(vi),
.ay-header-options .ay-header-site-title:lang(vi),
.h1:lang(vi),
.h2:lang(vi),
.h3:lang(vi),
h1:lang(vi),
h2:lang(vi),
h3:lang(vi) {
  font-family: "Roboto Slab","Open Sans",sans-serif;
}

.ay-bios-header:lang(km),
.ay-header-options .ay-header-site-title:lang(km),
.h1:lang(km),
.h2:lang(km),
.h3:lang(km),
h1:lang(km),
h2:lang(km),
h3:lang(km) {
  line-height: 1.8em;
}

.h1,
h1 {
  font-size: 3.9rem;
}

@media screen and (max-width:450px) {
  .h1,
  h1 {
    font-size: 12.3vw;
  }
}

.h2,
h2 {
  font-size: 1.875rem;
  line-height: 120%;
  padding: 0;
}

@media print {
  .h2,
  h2 {
    font-size: 1.125rem;
  }
}

.h3,
h3 {
  font-family: "GeoSlab703 Md BT W05 Bold","Open Sans",sans-serif;
  font-size: 1.6875rem;
  line-height: 120%;
}

@media print {
  .h3,
  h3 {
    font-size: 1.125rem;
  }
}

h3.ay-title-lts-h3 {
  color: #797979;
  font-size: 3.1875rem;
  margin-top: 26px;
  margin-bottom: 15px;
}

#___gcse_0 .gs-title a,
.h4,
h4 {
  font-family: "Open Sans",sans-serif;
  font-size: 1.125rem;
  color: #000;
  font-weight: 600;
  line-height: 120%;
  padding: 0;
}

@media print {
  #___gcse_0 .gs-title a,
  .h4,
  h4 {
    font-size: 1rem;
  }
}

.h4--gray,
h4--gray {
  color: #797979;
}

#___gcse_0 .gs-title a~p,
.h4~p,
h4~p {
  margin-top: 5px;
}

#___gcse_0 .gs-title a~ul,
.h4~ul,
.h5~ul,
h4~ul,
h5~ul {
  margin-top: 15px;
}

.h5,
h5 {
  font-family: "Open Sans",sans-serif;
  font-size: 1.0625rem;
  color: #000;
  font-weight: 600;
  padding: 0;
  text-transform: uppercase;
}

.h5~p,
h5~p {
  margin-top: 5px;
}

.h6,
h6 {
  color: #32b8df;
  font-weight: 400;
}

.ay-hr {
  border: 0;
  height: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 2.25rem 0;
}

.ay-subtitle {
  border-bottom: 1px solid #000;
  font-size: 2.8125rem;
  margin-bottom: .625rem;
  padding-bottom: .3125rem;
  line-height: 1.5;
}

@media print {
  .ay-subtitle {
    font-size: 1.5rem;
  }
}

.ay-service-lts-title {
  color: #000;
  text-align: center;
  padding-bottom: 25px;
  padding-top: 25px;
}

.ay-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 6px 0;
  height: 450px;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width:768px) {
  .ay-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 700px;
  }
}

.ay-hero__content {
  width: 50%;
  padding: 2.5rem 2.8125rem 2.5rem 2.5rem;
}

@media screen and (max-width:1000px) {
  .ay-hero__content {
    padding: 1.875rem;
  }
}

@media screen and (max-width:768px) {
  .ay-hero__content {
    width: 100%;
  }
}

.ay-hero__title {
  color: #000;
  font-size: 2.125rem;
  line-height: 120%;
}

@media screen and (max-width:1200px) {
  .ay-hero__title {
    font-size: 2rem;
  }
}

@media screen and (max-width:1000px) {
  .ay-hero__title {
    font-size: 1.75rem;
  }
}

@media print {
  .ay-hero__title {
    font-size: 1.5rem;
  }
}

.ay-hero__title--link {
  color: #000!important;
  display: block;
  font-size: .9375rem;
  font-weight: 600;
  margin: 1.25rem 0;
  text-decoration: none;
  text-transform: uppercase;
}

.ay-hero__title--link::after {
  background-image: url("/o/ay-theme/resources/images/arrow-right-black.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: " ";
  display: inline-block;
  height: 13px;
  margin-bottom: -1px;
  margin-left: 5px;
  width: 15px;
}

.ay-hero__img {
  width: 50%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
}

@media screen and (max-width:768px) {
  .ay-hero__img {
    width: 100%;
    height: auto;
  }
}

.ay-hero__img img {
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width:768px) {
  .ay-hero__img img {
    width: 100%;
  }
}

.ay-hero__icon {
  display: block;
  fill: transparent;
  height: 45px;
  margin-bottom: .9375rem;
  width: 45px;
}

@media screen and (max-width:1000px) {
  .ay-hero__icon {
    width: 35px;
    height: 35px;
    margin-bottom: .625rem;
  }
}

.ay-hero-slider {
  margin: 0 auto;
  max-width: 1300px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media screen and (max-width:768px) {
  .ay-hero-slider {
    margin-bottom: 20px;
  }
}

.ay-hero-slider .owl-carousel .owl-item img {
  max-width: 100%;
  width: 100%;
}

.ay-hero-slider .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.ay-hero-slider .owl-dots {
  margin-top: -30px;
  height: 22px;
}

.ay-hero-slider .owl-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 40px;
  pointer-events: visible;
}

.ay-hero-slider .owl-stage-outer {
  margin-bottom: 10px;
}

.ay-column-one-grey .ay-hero__title {
  color: #000;
}

#ay-loc-select-tree-wrap {
  margin-bottom: 20px;
}

.jstree-children,
.jstree-container-ul,
.jstree-node {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

.jstree-node {
  white-space: nowrap;
}

.jstree-anchor {
  display: inline-block;
  color: #000;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top;
}

.jstree-anchor:focus {
  outline: 0;
}

.jstree-anchor,
.jstree-anchor:active,
.jstree-anchor:hover,
.jstree-anchor:link,
.jstree-anchor:visited {
  text-decoration: none;
  color: inherit;
}

.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}

.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}

.jstree-ocl {
  cursor: pointer;
}

.jstree-leaf&gt;.jstree-ocl {
  cursor: default;
}

.jstree .jstree-open&gt;.jstree-children {
  display: block;
}

.jstree .jstree-closed&gt;.jstree-children,
.jstree .jstree-leaf&gt;.jstree-children {
  display: none;
}

.jstree-anchor&gt;.jstree-themeicon {
  margin-right: 2px;
}

.jstree-anchor&gt;.jstree-themeicon-hidden,
.jstree-no-icons .jstree-themeicon {
  display: none;
}

.jstree-hidden,
.jstree-node.jstree-hidden {
  display: none;
}

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px;
}

.jstree-rtl .jstree-anchor&gt;.jstree-themeicon {
  margin-left: 2px;
  margin-right: 0;
}

.jstree-rtl .jstree-node {
  margin-left: 0;
}

.jstree-rtl .jstree-container-ul&gt;.jstree-node {
  margin-right: 0;
}

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%;
}

.jstree-wholerow-ul .jstree-leaf&gt;.jstree-ocl {
  cursor: pointer;
}

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative;
}

.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jstree-contextmenu .jstree-anchor {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.vakata-context {
  display: none;
}

.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  -webkit-box-shadow: 2px 2px 2px #999;
  box-shadow: 2px 2px 2px #999;
}

.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px;
}

.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}

.vakata-context li {
  list-style: none;
}

.vakata-context li&gt;a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: #000;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 #fff;
  border-radius: 1px;
}

.vakata-context li&gt;a:hover {
  position: relative;
  background-color: #e8eff7;
  -webkit-box-shadow: 0 0 2px #0a6aa1;
  box-shadow: 0 0 2px #0a6aa1;
}

.vakata-context li&gt;a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat;
}

.vakata-context li&gt;a:focus {
  outline: 0;
}

.vakata-context .vakata-context-hover&gt;a {
  position: relative;
  background-color: #e8eff7;
  -webkit-box-shadow: 0 0 2px #0a6aa1;
  box-shadow: 0 0 2px #0a6aa1;
}

.vakata-context .vakata-context-separator&gt;a,
.vakata-context .vakata-context-separator&gt;a:hover {
  background: #fff;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0;
}

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

.vakata-context li&gt;a&gt;i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: 0 0;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em;
}

.vakata-context li&gt;a&gt;i:empty {
  width: 2.4em;
  line-height: 2.4em;
}

.vakata-context li&gt;a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: #fff;
  margin: 0 .5em 0 0;
  border-left: 1px solid #e2e3e3;
}

.vakata-context .vakata-contextmenu-shortcut {
  font-size: .8em;
  color: silver;
  opacity: .5;
  display: none;
}

.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}

.vakata-context-rtl li&gt;a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat;
}

.vakata-context-rtl .vakata-context-separator&gt;a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3;
}

.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto;
}

.vakata-context-rtl li&gt;a&gt;i {
  margin: 0 -2em 0 0;
}

.vakata-context-rtl li&gt;a .vakata-contextmenu-sep {
  margin: 0 0 0 .5em;
  border-left-color: #fff;
  background: #e2e3e3;
}

#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px;
}

#jstree-dnd .jstree-copy,
#jstree-dnd .jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
}

#jstree-dnd .jstree-ok {
  background: green;
}

#jstree-dnd .jstree-er {
  background: red;
}

#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px;
}

.jstree-default .jstree-icon,
.jstree-default .jstree-node {
  background-repeat: no-repeat;
  background-color: transparent;
}

.jstree-default .jstree-anchor,
.jstree-default .jstree-animated,
.jstree-default .jstree-wholerow {
  -webkit-transition: background-color .15s,-webkit-box-shadow .15s;
  transition: background-color .15s,-webkit-box-shadow .15s;
  transition: background-color .15s,box-shadow .15s;
  transition: background-color .15s,box-shadow .15s,-webkit-box-shadow .15s;
}

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 1px #ccc;
  box-shadow: inset 0 0 1px #ccc;
}

.jstree-default .jstree-context {
  background: #e7f4f9;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 1px #ccc;
  box-shadow: inset 0 0 1px #ccc;
}

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 1px #999;
  box-shadow: inset 0 0 1px #999;
}

.jstree-default .jstree-no-icons .jstree-anchor&gt;.jstree-themeicon {
  display: none;
}

.jstree-default .jstree-disabled {
  background: 0 0;
  color: #666;
}

.jstree-default .jstree-disabled.jstree-hovered {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef;
}

.jstree-default .jstree-disabled&gt;.jstree-icon {
  opacity: .8;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=http://www.w3.org/2000/svg&gt;&lt;filter id=jstree-grayscale&gt;&lt;feColorMatrix type=matrix values=0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0/&gt;&lt;/filter&gt;&lt;/svg&gt;#jstree-grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}

.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: 700;
}

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none!important;
}

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9;
}

.jstree-default.jstree-checkbox-no-clicked&gt;.jstree-wholerow-ul .jstree-wholerow-clicked {
  background: 0 0;
}

.jstree-default.jstree-checkbox-no-clicked&gt;.jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9;
}

.jstree-default&gt;.jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
}

.jstree-default&gt;.jstree-wholerow-ul .jstree-clicked,
.jstree-default&gt;.jstree-wholerow-ul .jstree-hovered {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.jstree-default .jstree-wholerow {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9;
}

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-gradient(linear,left top,left bottom,from(#beebff),to(#a8e4ff));
  background: linear-gradient(to bottom,#beebff 0,#a8e4ff 100%);
}

.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px;
}

.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px;
}

.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px;
}

.jstree-default .jstree-wholerow {
  height: 24px;
}

.jstree-default .jstree-icon,
.jstree-default .jstree-node {
  background-image: url("/o/ay-theme/resources/images/32px.png");
}

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y;
}

.jstree-default .jstree-last {
  background: 0 0;
}

.jstree-default .jstree-open&gt;.jstree-ocl {
  background-position: -132px -4px;
}

.jstree-default .jstree-closed&gt;.jstree-ocl {
  background-position: -100px -4px;
}

.jstree-default .jstree-leaf&gt;.jstree-ocl {
  background-position: -68px -4px;
}

.jstree-default .jstree-themeicon {
  background-position: -260px -4px;
}

.jstree-default&gt;.jstree-no-dots .jstree-leaf&gt;.jstree-ocl,
.jstree-default&gt;.jstree-no-dots .jstree-node {
  background: 0 0;
}

.jstree-default&gt;.jstree-no-dots .jstree-open&gt;.jstree-ocl {
  background-position: -36px -4px;
}

.jstree-default&gt;.jstree-no-dots .jstree-closed&gt;.jstree-ocl {
  background-position: -4px -4px;
}

.jstree-default .jstree-disabled {
  background: 0 0;
}

.jstree-default .jstree-disabled.jstree-hovered {
  background: 0 0;
}

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef;
}

.jstree-default .jstree-checkbox {
  background-position: -164px -4px;
}

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px;
}

.jstree-default .jstree-checked&gt;.jstree-checkbox,
.jstree-default.jstree-checkbox-selection .jstree-clicked&gt;.jstree-checkbox {
  background-position: -228px -4px;
}

.jstree-default .jstree-checked&gt;.jstree-checkbox:hover,
.jstree-default.jstree-checkbox-selection .jstree-clicked&gt;.jstree-checkbox:hover {
  background-position: -228px -36px;
}

.jstree-default .jstree-anchor&gt;.jstree-undetermined {
  background-position: -196px -4px;
}

.jstree-default .jstree-anchor&gt;.jstree-undetermined:hover {
  background-position: -196px -36px;
}

.jstree-default .jstree-checkbox-disabled {
  opacity: .8;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=http://www.w3.org/2000/svg&gt;&lt;filter id=jstree-grayscale&gt;&lt;feColorMatrix type=matrix values=0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0/&gt;&lt;/filter&gt;&lt;/svg&gt;#jstree-grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}

.jstree-default&gt;.jstree-striped {
  background-size: auto 48px;
}

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}

.jstree-default.jstree-rtl .jstree-last {
  background: 0 0;
}

.jstree-default.jstree-rtl .jstree-open&gt;.jstree-ocl {
  background-position: -132px -36px;
}

.jstree-default.jstree-rtl .jstree-closed&gt;.jstree-ocl {
  background-position: -100px -36px;
}

.jstree-default.jstree-rtl .jstree-leaf&gt;.jstree-ocl {
  background-position: -68px -36px;
}

.jstree-default.jstree-rtl&gt;.jstree-no-dots .jstree-leaf&gt;.jstree-ocl,
.jstree-default.jstree-rtl&gt;.jstree-no-dots .jstree-node {
  background: 0 0;
}

.jstree-default.jstree-rtl&gt;.jstree-no-dots .jstree-open&gt;.jstree-ocl {
  background-position: -36px -36px;
}

.jstree-default.jstree-rtl&gt;.jstree-no-dots .jstree-closed&gt;.jstree-ocl {
  background-position: -4px -36px;
}

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}

.jstree-default&gt;.jstree-container-ul .jstree-loading&gt;.jstree-ocl {
  background: url("/o/ay-theme/resources/images/throbber.gif") center center no-repeat;
}

.jstree-default .jstree-file {
  background: url("/o/ay-theme/resources/images/32px.png") -100px -68px no-repeat;
}

.jstree-default .jstree-folder {
  background: url("/o/ay-theme/resources/images/32px.png") -260px -4px no-repeat;
}

.jstree-default&gt;.jstree-container-ul&gt;.jstree-node {
  margin-left: 0;
  margin-right: 0;
}

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px;
}

#jstree-dnd.jstree-default .jstree-er,
#jstree-dnd.jstree-default .jstree-ok {
  background-image: url("/o/ay-theme/resources/images/32px.png");
  background-repeat: no-repeat;
  background-color: transparent;
}

#jstree-dnd.jstree-default i {
  background: 0 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
}

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px;
}

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px;
}

.jstree-default .jstree-ellipsis {
  overflow: hidden;
}

.jstree-default .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 29px);
  text-overflow: ellipsis;
  overflow: hidden;
}

.jstree-default .jstree-ellipsis.jstree-no-icons .jstree-anchor {
  width: calc(100% - 5px);
}

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
}

.jstree-default.jstree-rtl .jstree-last {
  background: 0 0;
}

.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px;
}

.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px;
}

.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
}

.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px;
}

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px;
}

.jstree-default-small .jstree-wholerow {
  height: 18px;
}

.jstree-default-small .jstree-icon,
.jstree-default-small .jstree-node {
  background-image: url("/o/ay-theme/resources/images/32px.png");
}

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y;
}

.jstree-default-small .jstree-last {
  background: 0 0;
}

.jstree-default-small .jstree-open&gt;.jstree-ocl {
  background-position: -135px -7px;
}

.jstree-default-small .jstree-closed&gt;.jstree-ocl {
  background-position: -103px -7px;
}

.jstree-default-small .jstree-leaf&gt;.jstree-ocl {
  background-position: -71px -7px;
}

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px;
}

.jstree-default-small&gt;.jstree-no-dots .jstree-leaf&gt;.jstree-ocl,
.jstree-default-small&gt;.jstree-no-dots .jstree-node {
  background: 0 0;
}

.jstree-default-small&gt;.jstree-no-dots .jstree-open&gt;.jstree-ocl {
  background-position: -39px -7px;
}

.jstree-default-small&gt;.jstree-no-dots .jstree-closed&gt;.jstree-ocl {
  background-position: -7px -7px;
}

.jstree-default-small .jstree-disabled {
  background: 0 0;
}

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: 0 0;
}

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef;
}

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px;
}

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px;
}

.jstree-default-small .jstree-checked&gt;.jstree-checkbox,
.jstree-default-small.jstree-checkbox-selection .jstree-clicked&gt;.jstree-checkbox {
  background-position: -231px -7px;
}

.jstree-default-small .jstree-checked&gt;.jstree-checkbox:hover,
.jstree-default-small.jstree-checkbox-selection .jstree-clicked&gt;.jstree-checkbox:hover {
  background-position: -231px -39px;
}

.jstree-default-small .jstree-anchor&gt;.jstree-undetermined {
  background-position: -199px -7px;
}

.jstree-default-small .jstree-anchor&gt;.jstree-undetermined:hover {
  background-position: -199px -39px;
}

.jstree-default-small .jstree-checkbox-disabled {
  opacity: .8;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=http://www.w3.org/2000/svg&gt;&lt;filter id=jstree-grayscale&gt;&lt;feColorMatrix type=matrix values=0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0/&gt;&lt;/filter&gt;&lt;/svg&gt;#jstree-grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}

.jstree-default-small&gt;.jstree-striped {
  background-size: auto 36px;
}

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}

.jstree-default-small.jstree-rtl .jstree-last {
  background: 0 0;
}

.jstree-default-small.jstree-rtl .jstree-open&gt;.jstree-ocl {
  background-position: -135px -39px;
}

.jstree-default-small.jstree-rtl .jstree-closed&gt;.jstree-ocl {
  background-position: -103px -39px;
}

.jstree-default-small.jstree-rtl .jstree-leaf&gt;.jstree-ocl {
  background-position: -71px -39px;
}

.jstree-default-small.jstree-rtl&gt;.jstree-no-dots .jstree-leaf&gt;.jstree-ocl,
.jstree-default-small.jstree-rtl&gt;.jstree-no-dots .jstree-node {
  background: 0 0;
}

.jstree-default-small.jstree-rtl&gt;.jstree-no-dots .jstree-open&gt;.jstree-ocl {
  background-position: -39px -39px;
}

.jstree-default-small.jstree-rtl&gt;.jstree-no-dots .jstree-closed&gt;.jstree-ocl {
  background-position: -7px -39px;
}

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}

.jstree-default-small&gt;.jstree-container-ul .jstree-loading&gt;.jstree-ocl {
  background: url("/o/ay-theme/resources/images/throbber.gif") center center no-repeat;
}

.jstree-default-small .jstree-file {
  background: url("/o/ay-theme/resources/images/32px.png") -103px -71px no-repeat;
}

.jstree-default-small .jstree-folder {
  background: url("/o/ay-theme/resources/images/32px.png") -263px -7px no-repeat;
}

.jstree-default-small&gt;.jstree-container-ul&gt;.jstree-node {
  margin-left: 0;
  margin-right: 0;
}

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px;
}

#jstree-dnd.jstree-default-small .jstree-er,
#jstree-dnd.jstree-default-small .jstree-ok {
  background-image: url("/o/ay-theme/resources/images/32px.png");
  background-repeat: no-repeat;
  background-color: transparent;
}

#jstree-dnd.jstree-default-small i {
  background: 0 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
}

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px;
}

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px;
}

.jstree-default-small .jstree-ellipsis {
  overflow: hidden;
}

.jstree-default-small .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 23px);
  text-overflow: ellipsis;
  overflow: hidden;
}

.jstree-default-small .jstree-ellipsis.jstree-no-icons .jstree-anchor {
  width: calc(100% - 5px);
}

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
}

.jstree-default-small.jstree-rtl .jstree-last {
  background: 0 0;
}

.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px;
}

.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px;
}

.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px;
}

.jstree-default-large .jstree-wholerow {
  height: 32px;
}

.jstree-default-large .jstree-icon,
.jstree-default-large .jstree-node {
  background-image: url("/o/ay-theme/resources/images/32px.png");
}

.jstree-default-large .jstree-node {
  background-position: -288px 0;
  background-repeat: repeat-y;
}

.jstree-default-large .jstree-last {
  background: 0 0;
}

.jstree-default-large .jstree-open&gt;.jstree-ocl {
  background-position: -128px 0;
}

.jstree-default-large .jstree-closed&gt;.jstree-ocl {
  background-position: -96px 0;
}

.jstree-default-large .jstree-leaf&gt;.jstree-ocl {
  background-position: -64px 0;
}

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0;
}

.jstree-default-large&gt;.jstree-no-dots .jstree-leaf&gt;.jstree-ocl,
.jstree-default-large&gt;.jstree-no-dots .jstree-node {
  background: 0 0;
}

.jstree-default-large&gt;.jstree-no-dots .jstree-open&gt;.jstree-ocl {
  background-position: -32px 0;
}

.jstree-default-large&gt;.jstree-no-dots .jstree-closed&gt;.jstree-ocl {
  background-position: 0 0;
}

.jstree-default-large .jstree-disabled {
  background: 0 0;
}

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: 0 0;
}

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef;
}

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0;
}

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px;
}

.jstree-default-large .jstree-checked&gt;.jstree-checkbox,
.jstree-default-large.jstree-checkbox-selection .jstree-clicked&gt;.jstree-checkbox {
  background-position: -224px 0;
}

.jstree-default-large .jstree-checked&gt;.jstree-checkbox:hover,
.jstree-default-large.jstree-checkbox-selection .jstree-clicked&gt;.jstree-checkbox:hover {
  background-position: -224px -32px;
}

.jstree-default-large .jstree-anchor&gt;.jstree-undetermined {
  background-position: -192px 0;
}

.jstree-default-large .jstree-anchor&gt;.jstree-undetermined:hover {
  background-position: -192px -32px;
}

.jstree-default-large .jstree-checkbox-disabled {
  opacity: .8;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=http://www.w3.org/2000/svg&gt;&lt;filter id=jstree-grayscale&gt;&lt;feColorMatrix type=matrix values=0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0/&gt;&lt;/filter&gt;&lt;/svg&gt;#jstree-grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}

.jstree-default-large&gt;.jstree-striped {
  background-size: auto 64px;
}

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}

.jstree-default-large.jstree-rtl .jstree-last {
  background: 0 0;
}

.jstree-default-large.jstree-rtl .jstree-open&gt;.jstree-ocl {
  background-position: -128px -32px;
}

.jstree-default-large.jstree-rtl .jstree-closed&gt;.jstree-ocl {
  background-position: -96px -32px;
}

.jstree-default-large.jstree-rtl .jstree-leaf&gt;.jstree-ocl {
  background-position: -64px -32px;
}

.jstree-default-large.jstree-rtl&gt;.jstree-no-dots .jstree-leaf&gt;.jstree-ocl,
.jstree-default-large.jstree-rtl&gt;.jstree-no-dots .jstree-node {
  background: 0 0;
}

.jstree-default-large.jstree-rtl&gt;.jstree-no-dots .jstree-open&gt;.jstree-ocl {
  background-position: -32px -32px;
}

.jstree-default-large.jstree-rtl&gt;.jstree-no-dots .jstree-closed&gt;.jstree-ocl {
  background-position: 0 -32px;
}

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}

.jstree-default-large&gt;.jstree-container-ul .jstree-loading&gt;.jstree-ocl {
  background: url("/o/ay-theme/resources/images/throbber.gif") center center no-repeat;
}

.jstree-default-large .jstree-file {
  background: url("/o/ay-theme/resources/images/32px.png") -96px -64px no-repeat;
}

.jstree-default-large .jstree-folder {
  background: url("/o/ay-theme/resources/images/32px.png") -256px 0 no-repeat;
}

.jstree-default-large&gt;.jstree-container-ul&gt;.jstree-node {
  margin-left: 0;
  margin-right: 0;
}

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px;
}

#jstree-dnd.jstree-default-large .jstree-er,
#jstree-dnd.jstree-default-large .jstree-ok {
  background-image: url("/o/ay-theme/resources/images/32px.png");
  background-repeat: no-repeat;
  background-color: transparent;
}

#jstree-dnd.jstree-default-large i {
  background: 0 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0 -64px;
}

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px;
}

.jstree-default-large .jstree-ellipsis {
  overflow: hidden;
}

.jstree-default-large .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 37px);
  text-overflow: ellipsis;
  overflow: hidden;
}

.jstree-default-large .jstree-ellipsis.jstree-no-icons .jstree-anchor {
  width: calc(100% - 5px);
}

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
}

.jstree-default-large.jstree-rtl .jstree-last {
  background: 0 0;
}

@media (max-width:768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: 700;
    font-size: 1.1em;
    text-shadow: 1px 1px #fff;
  }

  #jstree-dnd.jstree-dnd-responsive&gt;i {
    background: 0 0;
    width: 40px;
    height: 40px;
  }

  #jstree-dnd.jstree-dnd-responsive&gt;.jstree-ok {
    background-image: url("/o/ay-theme/resources/images/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px;
  }

  #jstree-dnd.jstree-dnd-responsive&gt;.jstree-er {
    background-image: url("/o/ay-theme/resources/images/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px;
  }

  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px;
  }
}

@media (max-width:768px) {
  .jstree-default-responsive .jstree-icon {
    background-image: url("/o/ay-theme/resources/images/40px.png");
  }

  .jstree-default-responsive .jstree-leaf&gt;.jstree-ocl,
  .jstree-default-responsive .jstree-node {
    background: 0 0;
  }

  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap;
  }

  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px;
  }

  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .jstree-default-responsive&gt;.jstree-container-ul&gt;.jstree-node {
    margin-left: 0;
  }

  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px;
    background: 0 0;
  }

  .jstree-default-responsive.jstree-rtl .jstree-container-ul&gt;.jstree-node {
    margin-right: 0;
  }

  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon {
    background-size: 120px 240px;
  }

  .jstree-default-responsive .jstree-leaf&gt;.jstree-ocl,
  .jstree-default-responsive.jstree-rtl .jstree-leaf&gt;.jstree-ocl {
    background: 0 0;
  }

  .jstree-default-responsive .jstree-open&gt;.jstree-ocl {
    background-position: 0 0!important;
  }

  .jstree-default-responsive .jstree-closed&gt;.jstree-ocl {
    background-position: 0 -40px!important;
  }

  .jstree-default-responsive.jstree-rtl .jstree-closed&gt;.jstree-ocl {
    background-position: -40px 0!important;
  }

  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px;
  }

  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px;
  }

  .jstree-default-responsive .jstree-checked&gt;.jstree-checkbox,
  .jstree-default-responsive .jstree-checked&gt;.jstree-checkbox:hover,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked&gt;.jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked&gt;.jstree-checkbox:hover {
    background-position: 0 -80px;
  }

  .jstree-default-responsive .jstree-anchor&gt;.jstree-undetermined,
  .jstree-default-responsive .jstree-anchor&gt;.jstree-undetermined:hover {
    background-position: 0 -120px;
  }

  .jstree-default-responsive .jstree-anchor {
    font-weight: 700;
    font-size: 1.1em;
    text-shadow: 1px 1px #fff;
  }

  .jstree-default-responsive&gt;.jstree-striped {
    background: 0 0;
  }

  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255,255,255,.7);
    border-bottom: 1px solid rgba(64,64,64,.2);
    background: #ebebeb;
    height: 40px;
  }

  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9;
  }

  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff;
  }

  .jstree-default-responsive .jstree-children .jstree-last&gt;.jstree-wholerow {
    -webkit-box-shadow: inset 0 -6px 3px -5px #666;
    box-shadow: inset 0 -6px 3px -5px #666;
  }

  .jstree-default-responsive .jstree-children .jstree-open&gt;.jstree-wholerow {
    -webkit-box-shadow: inset 0 6px 3px -5px #666;
    box-shadow: inset 0 6px 3px -5px #666;
    border-top: 0;
  }

  .jstree-default-responsive .jstree-children .jstree-open+.jstree-open {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-node&gt;.jstree-ocl,
  .jstree-default-responsive .jstree-themeicon {
    background-image: url("/o/ay-theme/resources/images/40px.png");
    background-size: 120px 240px;
  }

  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y;
  }

  .jstree-default-responsive .jstree-last {
    background: 0 0;
  }

  .jstree-default-responsive .jstree-leaf&gt;.jstree-ocl {
    background-position: -40px -120px;
  }

  .jstree-default-responsive .jstree-last&gt;.jstree-ocl {
    background-position: -40px -160px;
  }

  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
  }

  .jstree-default-responsive .jstree-file {
    background: url("/o/ay-theme/resources/images/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px;
  }

  .jstree-default-responsive .jstree-folder {
    background: url("/o/ay-theme/resources/images/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px;
  }

  .jstree-default-responsive&gt;.jstree-container-ul&gt;.jstree-node {
    margin-left: 0;
    margin-right: 0;
  }
}

.journal-content-article a {
  color: #000;
  text-decoration: underline;
}

.ay-bios-header {
  border-bottom: 1px solid #000;
  font-family: "GeoSlab703 Md BT W05 Bold","Open Sans",sans-serif;
  font-size: 2.8125rem;
  margin-bottom: .5rem;
  padding-bottom: .5rem;
}

@media print {
  .ay-bios-header {
    font-size: 1.5rem;
  }
}

.ay-bios-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ay-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  padding: 5px 10px 5px 0;
}

@media screen and (max-width:768px) {
  .ay-bio {
    width: 50%;
  }
}

@media screen and (max-width:480px) {
  .ay-bio {
    width: 100%;
  }
}

.ay-bio__img {
  margin-right: 20px;
  max-width: 80px;
  min-width: 80px;
  width: 100%;
}

.ay-bio__img img {
  height: auto;
  display: block;
}

.ay-bio__info {
  color: #000;
  font-size: 1rem;
  position: relative;
  top: -4px;
}

.ay-bio__info-name {
  font-size: 1.125rem;
  font-weight: 600;
}

.ay-bios-wrapper__primary {
  margin: 0 0 2.5rem 0;
}

.ay-bios-wrapper__primary a {
  -webkit-text-decoration: underline solid #000;
  text-decoration: underline solid #000;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.ay-bios-wrapper__primary a:hover {
  -webkit-text-decoration: underline solid #b8bcbe;
  text-decoration: underline solid #b8bcbe;
}

.ay-bios-wrapper__primary .ay-bios-header {
  color: #000;
}

.ay-bios-wrapper__primary .ay-bio__info-name {
  color: #000;
}

.ay-bios-wrapper__secondary {
  margin: 0 0 2.5rem 0;
}

.ay-bios-wrapper__secondary .ay-bios-header {
  color: #000;
}

.ay-bios-wrapper__secondary .ay-bio__info-name {
  color: #000;
}

.ay-bios-wrapper__tertiary {
  margin: 0 0 2.5rem 0;
}

.ay-bios-wrapper__tertiary .ay-bios-header {
  color: #000;
}

.ay-bios-wrapper__tertiary .ay-bio__info-name {
  color: #000;
}

.ay-bios-wrapper__tertiary .ay-bios-subtitle {
  font-size: 1.5rem;
  color: #000;
  margin: 0 0 .9375rem 0;
}

.ay-bios-wrapper__tertiary--country {
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
  margin-bottom: 25px;
}

.ay-leadership-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 1300px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding-left: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  width: 100%;
}

@media screen and (max-width:600px) {
  .ay-leadership-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.ay-leadership-section .ay-leadership-tile {
  width: calc(25% - 20px);
  margin-bottom: 20px;
  margin-right: 20px;
  background-color: #fff;
  padding: 20px;
}

@media screen and (max-width:1300px) {
  .ay-leadership-section .ay-leadership-tile {
    width: calc(33% - 17px);
  }
}

@media screen and (max-width:930px) {
  .ay-leadership-section .ay-leadership-tile {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width:600px) {
  .ay-leadership-section .ay-leadership-tile {
    width: 100%;
    margin-right: 0;
  }
}

.ay-leadership-section .ay-leadership-tile h3 {
  margin-top: unset;
}

.ay-leadership-section .ay-leadership-tile a {
  color: #000;
}

.ay-leadership-section .ay-leadership-address {
  margin-top: 12px;
}

.ay-leadership-section .ay-leadership-address p {
  margin: 0;
}

.ay-leadership-section .ay-leadership-address a {
  margin: 0;
  font-size: smaller;
  text-decoration: underline;
  text-transform: uppercase;
}

.ay-leadership-section .ay-leadership-address a.ay-leadership-tile-office-map:after {
  border-color: transparent transparent transparent #000;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  content: "";
  display: inline-block;
  height: 0;
  margin-bottom: 0;
  margin-left: 5px;
  width: 0;
}

.ay-leadership-section .ay-leadership-address a.ay-leadership-tile-office-email {
  text-transform: none;
  font-size: inherit;
}

.ay-leadership-section .ay-leadership-address a.ay-leadership-tile-office-email:hover {
  text-decoration: underline;
}

.ay-leadership-section .ay-leadership-leader {
  margin-top: 12px;
}

.ay-leadership-section .ay-leadership-leader p {
  margin: 0;
}

.ay-leadership-section p {
  margin: 0;
}

.ay-leadership-section .ay-leadership-leader-name a {
  margin: 0;
  text-decoration: underline;
  color: #000;
  font-weight: 600;
}

.ay-leadership-section .ay-leadership-leader-title {
  font-style: italic;
}

.ay-leadership-section .ay-leadership-leader-contact-buttons {
  margin-bottom: 29px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.ay-leadership-section .ay-leadership-leader-contact-buttons--item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
  padding-bottom: 5px;
  border-bottom: 4px solid transparent;
  margin-right: 10px;
  -webkit-transition: border .5s;
  transition: border .5s;
  width: 45px;
}

.ay-leadership-section .ay-leadership-leader-contact-buttons--item:focus,
.ay-leadership-section .ay-leadership-leader-contact-buttons--item:hover {
  border-bottom: 4px solid #55489d;
}

.ay-leadership-section .ay-leadership-leader-contact-buttons--item[data-type]:focus:after {
  bottom: auto;
  color: #000;
  content: attr(data-type);
  left: auto;
  padding: 5px;
  position: absolute;
  z-index: 2;
  margin: 97px 0 0 115px;
  width: 170px;
}

.ay-leadership-section .ay-leadership-leader-contact-buttons--item img {
  height: 25px;
  width: 25px;
}

.ay-ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 10px;
  line-height: 1.5;
}

.ay-ul__unstyled li {
  margin: 0 0 .625rem 0;
}

.ay-ul__unstyled li:before {
  content: "";
  display: none;
}

.ay-ul__styled {
  list-style: none;
  list-style-type: none;
  padding-left: unset;
  padding: 0;
  position: relative;
}

.ay-ul__styled ul {
  margin-left: 15px;
}

.ay-ul__styled li {
  margin: 0;
  position: relative;
  line-height: 1.5em;
}

.ay-ul__styled li:before {
  content: "–";
  padding-right: .4em;
  display: inline-block;
}

.ay-ul.ay-balcol {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  -webkit-column-fill: balance;
  -moz-column-fill: balance;
  column-fill: balance;
}

@media screen and (max-width:900px) {
  .ay-ul.ay-balcol {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media screen and (max-width:700px) {
  .ay-ul.ay-balcol {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.ay-ul.ay-balcol&gt;li {
  margin-right: 1em;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
}

.ay-unordered-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width:768px) {
  .ay-unordered-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ay-unordered-row ul {
  list-style: none;
  line-height: 1.5;
  margin: 0 20px 0 0;
  padding: 0;
}

.ay-unordered-row ul:last-child {
  margin-right: 0;
}

@media screen and (max-width:768px) {
  .ay-unordered-row ul {
    margin: 0 0 1em 0;
  }
}

.ay-unordered-row ul.ay-balcol {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  -webkit-column-fill: balance;
  -moz-column-fill: balance;
  column-fill: balance;
}

@media screen and (max-width:900px) {
  .ay-unordered-row ul.ay-balcol {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media screen and (max-width:700px) {
  .ay-unordered-row ul.ay-balcol {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.ay-unordered-row ul.ay-balcol&gt;li {
  margin-right: 1em;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
}

ul.ay-balcol {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  -webkit-column-fill: balance;
  -moz-column-fill: balance;
  column-fill: balance;
}

@media screen and (max-width:900px) {
  ul.ay-balcol {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media screen and (max-width:700px) {
  ul.ay-balcol {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

ul.ay-balcol&gt;li {
  margin-right: 1em;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
}

ul.ay-list-links {
  list-style: none;
  margin: 0;
  padding: 0 0 15px 0;
}

ul.ay-list-links li {
  border-bottom: 2px solid #000;
  font-weight: 700;
  padding: 5px;
}

ul.ay-list-links li a {
  color: #000;
  text-decoration: underline;
}

ul.ay-list-links li a:hover {
  text-decoration: underline;
}

ul.ay-list-links li:last-child {
  border-bottom: none;
}

.dashed-list {
  list-style-type: none;
  padding-left: unset;
}

.dashed-list li ul {
  margin-left: 15px;
}

.dashed-list li:before {
  content: "–";
  padding-right: .4em;
}

.ay-logo {
  width: 260px;
  height: auto;
}

.ay-top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 200;
}

@media screen and (min-width:1000px) {
  .ay-top-nav .ay-top-nav__megamenu.ay-top-nav__megamenu--wide[style*="display: block;"] {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    height: auto;
  }
}

.ay-top-nav .ay-top-nav__megamenu--two-column ul {
  height: 100%;
}

@media print {
  .ay-top-nav {
    display: none;
  }
}

@media screen and (max-width:1000px) {
  .ay-top-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: auto;
    background-color: #fff;
  }

  .ay-top-nav&gt;a:active,
  .ay-top-nav&gt;a:focus,
  .ay-top-nav&gt;a:hover {
    color: #fff;
    text-decoration: underline;
  }
}

.ay-top-nav__open&gt;a {
  color: #000!important;
}

.ay-top-nav .ay-top-nav-active&gt;a {
  background-color: #f1f2f2;
  color: #000;
  text-decoration: underline;
}

.ay-top-nav .ay-top-nav__langauge-select {
  padding: 0;
  margin: 0;
}

.ay-top-nav .ay-top-nav__langauge-select li {
  color: #999;
}

.ay-top-nav .ay-top-nav__langauge-select li:hover&gt;a {
  color: #999;
}

.ay-top-nav .ay-top-nav__langauge-select li a {
  display: inline;
  font-size: .875rem;
  font-weight: 700;
  padding: 0;
}

.ay-top-nav .ay-top-nav__langauge-select li a.current_language {
  color: #000;
}

.ay-top-nav .ay-top-nav__langauge-select li a.active,
.ay-top-nav .ay-top-nav__langauge-select li a.nice-select.open {
  color: #000;
}

.ay-top-nav .ay-top-nav__langauge-select li a.ay-top-nav-close {
  float: right;
  background-image: url("/o/ay-theme/resources/images/icons-2020/action/close.svg");
  display: block;
  height: 20px;
  width: 20px;
  background-size: 100% 100%;
  margin-top: 1px;
}

.ay-top-nav__navbar {
  border-top: 3px solid #000;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1300px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width:1000px) {
  .ay-top-nav__navbar {
    display: none;
  }

  .ay-top-nav__navbar:hover:before {
    border-left: 2px solid #7e9cd1;
  }
}

.ay-top-nav__navbar .ay-top-nav__item:hover&gt;a {
  background-color: transparent;
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}

@media screen and (max-width:1000px) {
  .ay-top-nav__navbar .ay-top-nav__item:hover&gt;a {
    background-color: transparent;
    color: #000;
  }
}

.ay-top-nav__navbar .ay-top-nav__item:hover&gt;a:hover {
  text-decoration: underline;
}

.ay-top-nav__navbar .ay-top-nav__search {
  margin-left: 30px;
  max-width: 235px;
  width: 100%;
}

.ay-top-nav__navbar .ay-top-nav__search.no-tennant .ay-header-search-login__search {
  border-right: none;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ay-top-nav__navbar .ay-top-nav__search.no-tennant .ay-header-search-login__search input[type=search] {
  max-width: 228px;
}

.ay-top-nav__navbar .ay-top-nav__search.no-tennant .ay-header-search-login__search input[type=submit] {
  margin-left: 6px;
}

@media screen and (max-width:1300px) {
  .ay-top-nav__navbar .ay-top-nav__search.no-tennant .ay-header-search-login__search input[type=submit] {
    margin-right: 23px;
  }
}

@media screen and (max-width:1200px) {
  .ay-top-nav__navbar .ay-top-nav__search.no-tennant .ay-header-search-login__search input[type=submit] {
    margin-right: 40px;
    width: 36px;
  }
}

.ay-top-nav__navbar .ay-top-nav__search.no-tennant .ay-header-search-login__login {
  display: none;
}

@media screen and (max-width:1100px) {
  .ay-top-nav__navbar .ay-top-nav__search {
    max-width: 230px;
  }
}

@media screen and (max-width:1000px) {
  .ay-top-nav__navbar .ay-top-nav__search {
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    right: 0;
    top: 0;
  }
}

@media screen and (max-width:1000px) {
  .ay-top-nav__navbar .ay-search {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #fff;
    border: none;
    height: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
    max-width: 100%;
    padding: 0;
    top: 0;
    width: 100%;
  }

  .ay-top-nav__navbar .ay-search input[type=search] {
    color: #909090;
    font-size: 1.25rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em 1em .8em;
    position: relative;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }

  .ay-top-nav__navbar .ay-search input::-webkit-input-placeholder {
    color: #999;
  }

  .ay-top-nav__navbar .ay-search input::-moz-placeholder {
    color: #999;
  }

  .ay-top-nav__navbar .ay-search input:-ms-input-placeholder {
    color: #999;
  }

  .ay-top-nav__navbar .ay-search input::-ms-input-placeholder {
    color: #999;
  }

  .ay-top-nav__navbar .ay-search input::placeholder {
    color: #999;
  }

  .ay-top-nav__navbar .ay-search input[type=submit] {
    background-color: #000;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMyAxMDMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMyAxMDM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDsgZmlsbDogI2ZmZmZmZn0KCS5zdDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO30KCS5zdDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNF8pO30KCS5zdDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNl8pO2ZpbGw6I2ZmZjt9Cjwvc3R5bGU+CjxnIGNsYXNzPSJzdDAiPgoJPGc+CgkJPGRlZnM+CgkJCTxyZWN0IGlkPSJTVkdJRF8xXyIgeD0iMC4xIiB5PSIwLjEiIHdpZHRoPSIxMDIuOSIgaGVpZ2h0PSIxMDIuOSIvPgoJCTwvZGVmcz4KCQk8Y2xpcFBhdGggaWQ9IlNWR0lEXzJfIj4KCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfMV8iIHN0eWxlPSJvdmVyZmxvdzp2aXNpYmxlOyBmaWxsOiByZ2JhKDAsMCwwLDApIi8+CgkJPC9jbGlwUGF0aD4KCQk8ZyBjbGFzcz0ic3QxIj4KCQkJPGRlZnM+CgkJCQk8cGF0aCBpZD0iU1ZHSURfM18iIGQ9Ik02NS4zLDc4LjFDNTguNiw4Mi41LDUwLjcsODUsNDIuMiw4NUMxOC45LDg1LDAuMSw2NiwwLjEsNDIuNWMwLTIzLjQsMTguOC00Mi40LDQyLjEtNDIuNCAgICAgIGMyMy4yLDAsNDIuMSwxOSw0Mi4xLDQyLjRjMCw4LjItMi4zLDE1LjgtNi4zLDIyLjNsMjQuMywyNC41YzEuMywxLjMsMC4yLDQuNC0yLjQsN2wtMy42LDMuN2MtMi42LDIuNi01LjcsMy43LTcsMi40TDY1LjMsNzguMSAgICAgIHogTTcwLjMsNDIuNWMwLTE1LjctMTIuNi0yOC4zLTI4LjEtMjguM0MyNi43LDE0LjIsMTQsMjYuOSwxNCw0Mi41YzAsMTUuNywxMi42LDI4LjQsMjguMiwyOC40QzU3LjcsNzAuOSw3MC4zLDU4LjIsNzAuMyw0Mi41Ii8+CgkJCTwvZGVmcz4KCQkJPGNsaXBQYXRoIGlkPSJTVkdJRF80XyI+CgkJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8zXyIgc3R5bGU9Im92ZXJmbG93OnZpc2libGU7Ii8+CgkJCTwvY2xpcFBhdGg+CgkJCTxnIGNsYXNzPSJzdDIiPgoJCQkJPGRlZnM+CgkJCQkJPHJlY3QgaWQ9IlNWR0lEXzVfIiB4PSIwLjEiIHk9IjAuMSIgd2lkdGg9IjEwMi45IiBoZWlnaHQ9IjEwMi45Ii8+CgkJCQk8L2RlZnM+CgkJCQk8Y2xpcFBhdGggaWQ9IlNWR0lEXzZfIj4KCQkJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF81XyIgc3R5bGU9Im92ZXJmbG93OnZpc2libGU7Ii8+CgkJCQk8L2NsaXBQYXRoPgoJCQkJPHJlY3QgeD0iLTI1LjYiIHk9Ii0yNS42IiBjbGFzcz0ic3QzIiB3aWR0aD0iMTU0LjMiIGhlaWdodD0iMTU0LjMiLz4KCQkJPC9nPgoJCTwvZz4KCTwvZz4KPC9nPgo8L3N2Zz4=");
    background-size: 34px;
    background-position: center center;
    font-size: 1.25rem;
    height: auto;
    margin-top: 0;
    padding: 1em;
    right: 0;
    top: 0;
    width: 68px;
  }
}

@media screen and (max-width:1000px) and (max-width:768px) {
  .ay-top-nav__navbar .ay-search input[type=submit] {
    font-size: inherit;
    background-size: 28px;
    padding: 1.4em;
    position: relative;
    margin: 0;
  }
}

.ay-top-nav__navbar .ay-top-nav__item--language {
  display: none;
}

@media screen and (max-width:768px) {
  .ay-top-nav__navbar .ay-top-nav__item.ay-top-nav__search {
    margin: 0;
    display: inline-block;
    width: 100%;
  }

  .ay-top-nav__navbar .ay-top-nav__item.ay-top-nav__search.no-tennant .ay-header-search-login {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .ay-top-nav__navbar .ay-top-nav__item.ay-top-nav__search.no-tennant .ay-header-search-login .ay-header-search-login__search {
    width: 100%;
  }

  .ay-top-nav__navbar .ay-top-nav__item.ay-top-nav__search.no-tennant .ay-header-search-login input[type=search] {
    width: calc(100% - 36px);
  }

  .ay-top-nav__navbar .ay-top-nav__item.ay-top-nav__search.no-tennant .ay-header-search-login input[type=submit] {
    margin-right: 0;
    width: 36px;
  }
}

@media screen and (max-width:1000px) {
  .ay-top-nav__navbar {
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .ay-top-nav__navbar .ay-top-nav__item--language {
    font-weight: 700;
    display: block;
    padding: 1.5em 1em;
    border-bottom: 2px solid #000;
    padding-left: 1em;
  }
}

@media screen and (max-width:1000px) and (max-width:480px) {
  .ay-top-nav__navbar .ay-top-nav__item--language {
    padding-left: 0;
  }
}

@media screen and (max-width:1000px) {
  .ay-top-nav__navbar .ay-top-nav__item {
    border-bottom: 2px solid #000;
    position: relative;
  }

  .ay-top-nav__navbar .ay-top-nav__item li:last-child {
    border-bottom: none;
  }
}

@media screen and (max-width:768px) {
  .ay-top-nav__navbar {
    margin: 0 auto;
    padding-bottom: 3.125rem;
    width: 90%;
  }
}

.ay-top-nav__navbar li.ay-top-nav__item {
  display: inline-block;
  font-weight: 300;
  position: relative;
}

@media screen and (max-width:1000px) {
  .ay-top-nav__navbar li.ay-top-nav__item {
    display: block;
  }
}

.ay-top-nav__navbar li.ay-top-nav__item.ay-top-nav__open,
.ay-top-nav__navbar li.ay-top-nav__item:hover:not(.ay-top-nav__search) {
  background-color: #f1f2f2;
}

.ay-top-nav__navbar li.ay-top-nav__item.ay-top-nav__open&gt;a,
.ay-top-nav__navbar li.ay-top-nav__item:hover:not(.ay-top-nav__search)&gt;a {
  text-decoration: underline;
}

.ay-top-nav__navbar li.ay-top-nav__item&gt;a {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  padding: 1em 1.14em;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: .2s all;
  transition: .2s all;
  white-space: nowrap;
}

@media screen and (max-width:1200px) {
  .ay-top-nav__navbar li.ay-top-nav__item&gt;a {
    padding: 1em 1.5em;
  }
}

@media screen and (max-width:1000px) {
  .ay-top-nav__navbar li.ay-top-nav__item&gt;a {
    display: block;
    color: #000;
    font-size: 1.25rem;
    width: 100%;
  }
}

@media screen and (max-width:768px) {
  .ay-top-nav__navbar li.ay-top-nav__item&gt;a {
    display: inline-block;
    padding: 1em;
    width: auto;
    color: #000;
  }
}

@media screen and (max-width:1000px) {
  .ay-top-nav__navbar li.ay-top-nav__item&gt;a:hover {
    color: #000;
    background-color: transparent;
  }
}

.ay-top-nav__navbar li.ay-top-nav__item .ay-top-nav__mobile-landing-link {
  display: none;
}

.ay-top-nav__navbar li.ay-top-nav__item .ay-top-nav__mobile-landing-link&gt;button {
  overflow: hidden;
}

.ay-top-nav__navbar li.ay-top-nav__item:has(.ay-top-nav__megamenu)&gt;a {
  padding-right: 2.5em;
}

.ay-top-nav__navbar li.ay-top-nav__item:has(.ay-top-nav__megamenu) .ay-top-nav__mobile-landing-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ay-top-nav__megamenu {
  background-color: #f1f2f2;
  display: none;
  overflow: hidden;
  padding: 4px 15px 15px;
  position: absolute;
  top: 3.5rem;
  width: auto;
  z-index: 200;
}

@media screen and (max-width:1000px) {
  .ay-top-nav__megamenu {
    background-color: #f1f2f2;
    margin-bottom: 20px;
    min-width: 0;
    padding: 0 0 0 5px;
    position: relative;
    top: 0;
  }
}

.ay-top-nav__megamenu--wide {
  min-width: 1000px;
  display: none;
}

@media screen and (max-width:1160px) and (min-width:1000px) {
  .ay-top-nav__megamenu--wide {
    min-width: 820px;
  }
}

@media screen and (max-width:1000px) {
  .ay-top-nav__megamenu--wide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto!important;
    min-width: auto;
  }
}

@media screen and (max-width:1160px) and (min-width:1000px) {
  .ay-top-nav__megamenu--wide .ay-top-nav__megamenu--column {
    width: 22%;
  }
}

.ay-top-nav__megamenu--wide.equal-width .ay-top-nav__megamenu--column {
  width: 32.3%;
}

.ay-top-nav__megamenu--normal {
  min-width: 200px;
  white-space: nowrap;
}

.ay-top-nav__megamenu--normal .ay-top-nav__megamenu--column {
  height: auto;
  min-height: 0;
  width: 100%;
}

.ay-top-nav__megamenu--column {
  float: left;
  height: auto;
  margin-left: 10px;
  overflow: hidden;
  padding: 8px 10px 0 0;
  position: relative;
  top: 0;
  width: 30%;
}

@media screen and (max-width:1000px) {
  .ay-top-nav__megamenu--column {
    float: none;
    min-height: 0;
    width: 100%;
  }
}

.ay-top-nav__megamenu--column-title {
  font-size: 1.0625rem;
  color: #000;
  font-weight: 400;
  margin: 0;
  padding: 0 0 5px .32em;
  text-decoration: none;
  text-transform: none;
}

@media screen and (max-width:1000px) {
  .ay-top-nav__megamenu--column-title {
    padding: 0 0 5px 9px;
    font-weight: 600;
  }
}

.ay-top-nav .ay-dropdown__title--link {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.ay-top-nav .ay-dropdown__title--link:hover {
  text-decoration: underline;
}

.ay-top-nav__megamenu--two-column {
  float: left;
  height: auto;
  margin-left: 10px;
  min-height: 230px;
  overflow: hidden;
  padding: 8px 10px 0 0;
  position: relative;
  top: 0;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width:1000px) {
  .ay-top-nav__megamenu--two-column {
    width: 100%;
  }
}

.ay-top-nav__megamenu--two-column .ay-top-nav__megamenu--column-title {
  padding-right: 20px;
}

@media screen and (max-width:1160px) and (min-width:1000px) {
  .ay-top-nav__megamenu--two-column {
    width: 52%;
  }
}

@media screen and (max-width:1000px) {
  .ay-top-nav__megamenu--two-column {
    display: block;
    width: 100%;
  }
}

.ay-top-nav__megamenu--two-column h4 {
  width: 100%;
}

.ay-top-nav__megamenu--two-column ul {
  max-width: 400px;
  width: 50%;
}

@media screen and (max-width:1000px) {
  .ay-top-nav__megamenu--two-column ul {
    width: 100%;
  }
}

.ay-top-nav__megamenu--two-column ul li&gt;ul li a:before {
  display: none;
}

@media screen and (max-width:1000px) {
  .ay-top-nav__megamenu--two-column ul:first-of-type {
    float: none;
  }
}

@media screen and (max-width:1000px) {
  .ay-top-nav__megamenu--two-column ul:last-of-type li {
    padding-left: 10px;
  }
}

.ay-top-nav__megamenu--two-column ul:last-of-type li:first-child&gt;a+ul {
  width: 100%;
}

.ay-top-nav__megamenu--two-column ul:last-of-type li:first-child&gt;a+ul li {
  padding-left: 0;
}

.ay-top-nav__megamenu--two-column ul:last-of-type li:first-child&gt;a+ul li a {
  font-weight: 100;
  padding-left: 0;
}

.ay-top-nav__megamenu--two-column ul:last-of-type li:first-child&gt;span+ul {
  width: 100%;
}

.ay-top-nav__megamenu--two-column ul:last-of-type li:first-child&gt;span+ul li {
  padding-left: 0;
}

.ay-top-nav__megamenu--two-column ul:last-of-type li:first-child&gt;span+ul li a {
  padding-left: 0;
}

.ay-top-nav__megamenu--list {
  margin: 0;
  padding: 0 .32em 0 0;
}

.ay-top-nav__megamenu--list ul {
  width: 100%;
}

.ay-top-nav__megamenu--list li {
  display: block;
  padding-top: .32em;
  padding-left: .32em;
  padding-bottom: .32em;
  line-height: normal;
}

.ay-top-nav__megamenu--list li&gt;span {
  font-weight: 700;
  color: #000;
  margin-top: 3px;
  display: block;
}

.ay-top-nav__megamenu--list li * {
  outline: 0;
}

.ay-top-nav__megamenu--list li a {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
}

.ay-top-nav__megamenu--list li a:focus {
  outline: 1px solid #000;
}

.ay-top-nav__megamenu--list li a:hover {
  text-decoration: underline;
}

@media screen and (max-width:1000px) {
  .ay-top-nav__megamenu--list li a {
    padding: .6em .32em;
  }
}

.ay-top-nav__megamenu--list li&gt;ul {
  margin: 0;
  padding: 0;
}

.ay-top-nav__megamenu--list li&gt;ul li {
  padding-left: 20px;
  position: relative;
}

.ay-top-nav__megamenu--list li&gt;ul li a {
  padding-left: 0;
}

.ay-top-nav__pull {
  display: none;
}

@media screen and (max-width:1000px) {
  .ay-top-nav__pull {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    border-bottom: 2px solid #000;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.125rem;
    height: 40px;
    padding: 0 20px 0 46px;
    position: relative;
    text-decoration: none;
    width: 100%;
  }
}

@media screen and (max-width:1000px) and (max-width:320px) {
  .ay-top-nav__pull {
    padding: 10px 10px 10px 30px;
  }
}

@media screen and (max-width:1000px) {
  .ay-top-nav__pull:after {
    content: "";
    background: url("/o/ay-theme/resources/images/mobile-menu.svg") no-repeat;
    background-size: 15px;
    display: inline-block;
    height: 20px;
    left: 20px;
    position: absolute;
    width: 30px;
    top: 13px;
  }
}

@media screen and (max-width:1000px) and (max-width:320px) {
  .ay-top-nav__pull:after {
    left: 10px;
  }
}

@media screen and (max-width:1000px) {
  .ay-top-nav__mobile-landing-item {
    pointer-events: none;
  }
}

.ay-top-nav__mobile-landing-link {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.ay-top-nav__mobile-landing-link a,
.ay-top-nav__mobile-landing-link button {
  background: url("/o/ay-theme/resources/images/ay-chevron-down.svg") no-repeat;
  background-size: 22.25px 13.25px;
  background-position: center center;
  border: none;
  font-size: .75rem;
  display: block;
  padding: .5em 2em;
  text-indent: -9999px;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  outline: 0;
}

.ay-top-nav__mobile-landing-link a:focus,
.ay-top-nav__mobile-landing-link button:focus {
  outline: 0!important;
}

.ay-top-nav__mobile-landing-link a:focus-visible,
.ay-top-nav__mobile-landing-link button:focus-visible {
  outline: 1px solid #000!important;
}

@media screen and (min-width:1000px) {
  .ay-top-nav__mobile-landing-link a,
  .ay-top-nav__mobile-landing-link button {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .ay-top-nav__navbar:has(.ay-top-nav__open) .ay-top-nav__item:hover .ay-top-nav__mobile-landing-link a,
  .ay-top-nav__navbar:has(.ay-top-nav__open) .ay-top-nav__item:hover .ay-top-nav__mobile-landing-link button {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .ay-top-nav__item:hover .ay-top-nav__mobile-landing-link a,
  .ay-top-nav__item:hover .ay-top-nav__mobile-landing-link button,
  .ay-top-nav__navbar:has(.ay-top-nav__open) .ay-top-nav__item.ay-top-nav__open:hover .ay-top-nav__mobile-landing-link a,
  .ay-top-nav__navbar:has(.ay-top-nav__open) .ay-top-nav__item.ay-top-nav__open:hover .ay-top-nav__mobile-landing-link button,
  .ay-top-nav__open .ay-top-nav__mobile-landing-link a,
  .ay-top-nav__open .ay-top-nav__mobile-landing-link button {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

.ay-top-nav__tenantlogin {
  background-image: url("/o/ay-theme/resources/images/ay-header-angle-end-mobile.png");
  background-repeat: no-repeat;
  background-position: 94px -75px;
  background-size: cover;
  border-bottom: 2px solid #fff;
  color: #fff!important;
  display: none;
  font-size: .875rem;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  padding-right: 36px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}

@media screen and (max-width:1000px) {
  .ay-top-nav__tenantlogin {
    color: #fff!important;
    display: block;
    border-bottom: 1px solid #000;
    background-image: none;
  }
}

.ay-top-nav__tenantlogin::after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAzLjUgMTQ0LjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMy41IDE0NC40OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fS5zdDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO30uc3Qye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzRfKTt9LnN0M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF82Xyk7ZmlsbDojNkQ2RjcxO30uc3Q0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzhfKTt9LnN0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMF8pO2ZpbGw6IzZENkY3MTt9PC9zdHlsZT48ZyBjbGFzcz0ic3QwIj48Zz48ZGVmcz48cmVjdCBpZD0iU1ZHSURfMV8iIHg9Ii0yLjEiIHk9Ii0yLjQiIHdpZHRoPSIxMDkuNyIgaGVpZ2h0PSIxNTguNCIvPjwvZGVmcz48Y2xpcFBhdGggaWQ9IlNWR0lEXzJfIj48dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xXyIgIHN0eWxlPSJvdmVyZmxvdzp2aXNpYmxlOyIvPjwvY2xpcFBhdGg+PGcgY2xhc3M9InN0MSI+PGRlZnM+PHBhdGggaWQ9IlNWR0lEXzNfIiBkPSJNMTkuNyw4Mi42Yy0zLjIsMC01LjktMi42LTUuOS01LjlWMzhjMC0yMC45LDE3LTM3LjksMzcuOS0zNy45YzIwLjksMCwzNy45LDE3LDM3LjksMzcuOXYzOGMwLDMuMi0yLjYsNS45LTUuOSw1LjljLTMuMiwwLTUuOS0yLjYtNS45LTUuOVYzOGMwLTE0LjUtMTEuOC0yNi4yLTI2LjItMjYuMmMtMTQuNSwwLTI2LjIsMTEuOC0yNi4yLDI2LjJ2MzguN0MyNS42LDgwLDIyLjksODIuNiwxOS43LDgyLjYiLz48L2RlZnM+PGNsaXBQYXRoIGlkPSJTVkdJRF80XyI+PHVzZSB4bGluazpocmVmPSIjU1ZHSURfM18iICBzdHlsZT0ib3ZlcmZsb3c6dmlzaWJsZTsiLz48L2NsaXBQYXRoPjxnIGNsYXNzPSJzdDIiPjxkZWZzPjxyZWN0IGlkPSJTVkdJRF81XyIgeD0iLTIuMSIgeT0iLTIuNCIgd2lkdGg9IjEwOS43IiBoZWlnaHQ9IjE1OC40Ii8+PC9kZWZzPjxjbGlwUGF0aCBpZD0iU1ZHSURfNl8iPjx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzVfIiAgc3R5bGU9Im92ZXJmbG93OnZpc2libGU7Ii8+PC9jbGlwUGF0aD48cmVjdCB4PSItNDcuMSIgeT0iLTYwLjgiIGNsYXNzPSJzdDMiIHdpZHRoPSIxOTcuNyIgaGVpZ2h0PSIyMDQuNCIgc3R5bGU9ImZpbGw6ICNmZmYiLz48L2c+PC9nPjxnIGNsYXNzPSJzdDEiPjxkZWZzPjxwYXRoIGlkPSJTVkdJRF83XyIgZD0iTTEwMC45LDg2LjRjLTAuOSwxMC42LTIsMjAuMy0zLDI0LjJjLTMuMywxMi42LTIxLjYsMjguOS00Ni4xLDMzLjdDMjcuMSwxMzkuNSw5LDEyMy4yLDUuNywxMTAuNmMtMS0zLjktMi4xLTEzLjYtMy0yNC4yYy0xLjEtMTIuNi0yLTIwLjctMi42LTI4LjNjMTIuOS00LjcsMzEuMy03LjYsNTEuNy03LjZjMjAuNCwwLDM4LjcsMi45LDUxLjcsNy42QzEwMi45LDY1LjcsMTAyLDczLjgsMTAwLjksODYuNHoiLz48L2RlZnM+PGNsaXBQYXRoIGlkPSJTVkdJRF84XyI+PHVzZSB4bGluazpocmVmPSIjU1ZHSURfN18iICBzdHlsZT0ib3ZlcmZsb3c6dmlzaWJsZTsiLz48L2NsaXBQYXRoPjxnIGNsYXNzPSJzdDQiPjxkZWZzPjxyZWN0IGlkPSJTVkdJRF85XyIgeD0iLTIuMSIgeT0iLTIuNCIgd2lkdGg9IjEwOS43IiBoZWlnaHQ9IjE1OC40Ii8+PC9kZWZzPjxjbGlwUGF0aCBpZD0iU1ZHSURfMTBfIj48dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF85XyIgIHN0eWxlPSJvdmVyZmxvdzp2aXNpYmxlOyIvPjwvY2xpcFBhdGg+PHJlY3QgeD0iLTYwLjgiIHk9Ii0xMC41IiBjbGFzcz0ic3Q1IiB3aWR0aD0iMjI1LjIiIGhlaWdodD0iMjE1LjciIHN0eWxlPSJmaWxsOiAjZmZmIi8+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==");
  background-repeat: no-repeat;
  display: block;
  left: -20px;
  height: 20px;
  position: absolute;
  top: 10px;
  width: 20px;
}

@media screen and (max-width:320px) {
  .ay-top-nav__tenantlogin::after {
    left: -20px;
    width: 15px;
  }
}

@media screen and (max-width:1000px) {
  .ayui .layout-content .ay-top-nav {
    position: relative;
  }

  .ayui:has(.ay-quick-links__item.cxl-hover) .ay-top-nav {
    z-index: 19;
  }

  .ay-top-nav__navbar {
    border-top: 0;
  }

  .ay-top-nav__navbar .ay-top-nav__search {
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ay-top-nav__navbar .ay-top-nav__search .ay-header-search-login {
    height: 40px;
  }

  .ay-top-nav__navbar .ay-top-nav__search .ay-header-search-login .ay-header-search-login__search {
    width: 50%;
    height: 38px;
    margin-left: 30px;
  }
}

@media screen and (max-width:1000px) and (max-width:768px) {
  .ay-top-nav__navbar .ay-top-nav__search .ay-header-search-login .ay-header-search-login__search {
    margin-left: 0;
    width: 60%;
  }
}

@media screen and (max-width:1000px) {
  .ay-top-nav__navbar .ay-top-nav__search .ay-header-search-login .ay-header-search-login__search input[type=search] {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #e9e9e9;
    width: 85%;
    max-width: none;
    -webkit-appearance: none;
    border-radius: 0;
  }
}

@media screen and (max-width:1000px) {
  .ay-top-nav__navbar .ay-top-nav__search .ay-header-search-login .ay-header-search-login__login {
    height: 40px;
    background-position: 0 5px;
    width: auto;
    margin: auto;
  }

  .ay-top-nav__navbar .ay-top-nav__search .ay-header-search-login .ay-header-search-login__login html[lang=fr-CA] {
    width: 73%;
  }
}

.ay-top-nav__item.ay-top-nav__open .ay-top-nav__megamenu.ay-top-nav__dropdown {
  display: block;
}

@media screen and (max-width:1000px) {
  .ay-top-nav__item.ay-top-nav__open .ay-top-nav__mobile-landing-link {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 23px;
    bottom: auto;
    height: auto;
  }

  .ay-top-nav__item.ay-top-nav__open .ay-top-nav__mobile-landing-link a,
  .ay-top-nav__item.ay-top-nav__open .ay-top-nav__mobile-landing-link button {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    outline: 0;
  }
}

.mega-alt .ay-top-nav__dropdown .ay-top-nav__megamenu--column:nth-child(1) {
  width: 50%;
}

.mega-alt .ay-top-nav__dropdown .ay-top-nav__megamenu--column:nth-child(1) .ay-top-nav__megamenu--list {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

@media screen and (max-width:1000px) {
  .mega-alt .ay-top-nav__dropdown .ay-top-nav__megamenu--column:nth-child(1) {
    width: 100%;
  }

  .mega-alt .ay-top-nav__dropdown .ay-top-nav__megamenu--column:nth-child(1) .ay-top-nav__megamenu--list {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}

@media screen and (max-width:1000px) and (max-width:870px) {
  .mega-alt .ay-top-nav__dropdown .ay-top-nav__megamenu--column:nth-child(1) .ay-top-nav__megamenu--list {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}

@media screen and (max-width:1000px) and (max-width:600px) {
  .mega-alt .ay-top-nav__dropdown .ay-top-nav__megamenu--column:nth-child(1) .ay-top-nav__megamenu--list {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}

.mega-alt .ay-top-nav__dropdown .ay-top-nav__megamenu--column:nth-child(2) {
  width: 25%;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding-top: 0;
  padding-left: 15px;
  margin-top: 8px;
}

@media screen and (max-width:1000px) {
  .mega-alt .ay-top-nav__dropdown .ay-top-nav__megamenu--column:nth-child(2) {
    width: 100%;
    padding-left: 0;
    border-left: none;
    border-right: none;
  }
}

.mega-alt .ay-top-nav__dropdown .ay-top-nav__megamenu--column:nth-child(3) {
  width: 25%;
}

@media screen and (max-width:1000px) {
  .mega-alt .ay-top-nav__dropdown .ay-top-nav__megamenu--column:nth-child(3) {
    width: 100%;
  }
}

.ay-news-release {
  margin: 20px auto;
  position: relative;
  min-height: 480px;
}

@media print {
  .ay-news-release {
    width: 98%;
  }
}

@media screen and (max-width:480px) {
  .ay-news-release {
    width: 100%;
  }
}

.ay-news-release .h2,
.ay-news-release h2 {
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 15px;
}

@media screen and (max-width:768px) {
  .ay-news-release .h2,
  .ay-news-release h2 {
    font-size: 2rem;
    margin-bottom: 25px;
  }
}

@media screen and (max-width:480px) {
  .ay-news-release .h2,
  .ay-news-release h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.ay-news-release .h3,
.ay-news-release h3 {
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 0;
}

.ay-news-release img {
  max-width: 100%;
  max-height: 345px;
}

.ay-news-release__content&gt;h3.ay-news-release__subtitle {
  font-family: "Open Sans",sans-serif;
  font-size: 1.375rem;
  color: #000;
  font-weight: 700;
  margin: .875rem 0;
}

@media screen and (max-width:480px) {
  .ay-news-release__content&gt;h3.ay-news-release__subtitle {
    font-size: 1.25rem;
  }
}

.ay-news-release__boiler {
  border-top: 1px solid #ccc;
  padding: 1.875rem 0;
  margin-top: 2em;
}

.ay-news-release small {
  font-weight: 600;
  font-size: .75rem;
  color: #000;
  margin-bottom: .625rem;
  display: block;
  text-transform: uppercase;
}

.ay-news-release p {
  margin-top: 0;
}

.ay-news-release__content {
  position: relative;
}

.ay-news-release__content a {
  color: #000!important;
}

@media screen and (max-width:480px) {
  .ay-news-release__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.ay-news-release__social {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #c4c4c4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  left: -85px;
  padding-top: 1.25rem;
  position: absolute;
  top: 10px;
  width: 55px;
}

@media print {
  .ay-news-release__social {
    display: none;
  }
}

@media screen and (max-width:480px) {
  .ay-news-release__social {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    left: 0;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    top: 0;
  }
}

.ay-news-release__social--icon {
  display: block;
  fill: transparent;
  height: 30px;
  margin-bottom: 12px;
  width: 100%;
  stroke: #000;
}

.ay-news-release__social--item:first-child .ay-news-release__social--icon {
  height: 25px;
}

.ay-slider {
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.ay-slider .owl-dots {
  counter-reset: inherit;
  height: 40px;
  margin-top: 10px;
  pointer-events: auto;
  position: relative;
  top: 0;
  width: 100%;
}

.ay-slider .owl-dots:after {
  content: "";
  display: inline-block;
}

.ay-slider .owl-dot {
  background: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  counter-increment: inherit;
  height: 20px;
  margin: 0 10px;
  width: 20px;
}

.ay-slider .owl-dot.active,
.ay-slider .owl-dot.nice-select.open {
  background: #000;
}

.ay-slider .owl-dot.active:before,
.ay-slider .owl-dot.nice-select.open:before {
  content: "";
  padding: 0 5px 0 0;
  display: inline-block;
}

.ay-slider .owl-dot span {
  display: block;
}

.ay-slider .owl-stage-outer {
  margin: 0;
}

.ay-slider .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 600px;
}

@media screen and (max-width:768px) {
  .ay-slider .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ay-slider .item .ay-slider__img {
  display: block;
  height: 100%;
  overflow: hidden;
  vertical-align: middle;
  width: 100%;
}

@media screen and (max-width:768px) {
  .ay-slider .item .ay-slider__img {
    height: 400px;
    width: 100%;
  }
}

@media print {
  .ay-slider .item .ay-slider__img {
    display: none;
  }
}

.ay-slider .item .ay-slider__img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  overflow: hidden;
  width: 100%;
  vertical-align: middle;
  z-index: 10;
}

.ay-slider .item .ay-slider__caption {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  padding: 40px 20px 30px 40px;
  position: relative;
  width: 35%;
  z-index: 20;
}

@media screen and (max-width:768px) {
  .ay-slider .item .ay-slider__caption {
    height: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 30px 15px 30px 20px;
    width: 100%;
  }
}

.ay-slider .item .ay-slider__caption h3 {
  color: #fff;
  font-size: 2.1875rem;
  text-align: left;
}

@media screen and (max-width:768px) {
  .ay-slider .item .ay-slider__caption h3 {
    font-size: 1.5625rem;
  }
}

.ay-slider .item .ay-slider__caption--link {
  color: #fff;
  display: inline-block;
  font-size: .9375rem;
  padding: 0;
  text-decoration: underline;
  margin: 15px 0;
  text-align: left;
}

.ay-slider .item .ay-slider__caption--link:after {
  content: "";
  background: url("/o/ay-theme/resources/images/arrow-right.svg") no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  left: 10px;
  top: 1px;
}

.ay-slider .ay-slide-2 .ay-slider__caption {
  background: #000;
}

.ay-slider .ay-slide-3 .ay-slider__caption {
  background: #000;
}

.ay-info-card {
  background-color: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.75rem 1.75rem;
  max-width: 1300px;
  margin: auto;
}

.ay-info-card__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ay-info-card__main ul.ay-ul {
  margin: 0 0 10px 0;
}

.ay-info-card__main h3 {
  color: #fff;
  font-size: 2.125rem;
  font-weight: 300;
  line-height: 1.7em;
}

@media screen and (max-width:768px) {
  .ay-info-card__main h3 {
    font-size: 1.875rem;
  }
}

.ay-info-card__main h4 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (max-width:768px) {
  .ay-info-card__main h4 {
    font-size: 1rem;
  }
}

@media screen and (max-width:768px) {
  .ay-info-card__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ay-info-card__main__col1 {
  border-right: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  padding-left: 15px;
}

@media screen and (max-width:768px) {
  .ay-info-card__main__col1 {
    width: 100%;
    border: none;
  }
}

.ay-info-card__main__col1 h4 span {
  color: #fff;
}

@media screen and (max-width:768px) {
  .ay-info-card__main__col1 h4 span {
    display: block;
  }
}

.ay-info-card__main__col1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width:768px) {
  .ay-info-card__main__col1__list {
    border-bottom: 1px solid #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    padding-bottom: 40px;
  }
}

.ay-info-card__main__col1__list .ay-ul {
  font-size: 1.125rem;
  line-height: 1.7em;
  margin: 0 0 10px 0;
}

.ay-info-card__main__col1__list .ay-ul:first-child {
  margin-right: 70px;
}

.ay-info-card__main__col1__list .ay-ul li {
  line-height: 1.5;
}

@media screen and (max-width:768px) {
  .ay-info-card__main__col1__list .ay-ul {
    line-height: 1.8em;
    margin: 0;
    width: 100%;
  }
}

.ay-info-card__main__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 60px 0 40px;
  width: 50%;
}

@media screen and (max-width:768px) {
  .ay-info-card__main__col2 {
    width: 100%;
    padding: 20px 0 0 0;
  }
}

.ay-info-card__main__col2 .ay-ul {
  font-size: 1.5rem;
  padding-top: 10px;
  margin-top: 0;
  margin-bottom: 10px;
}

@media screen and (max-width:768px) {
  .ay-info-card__main__col2 .ay-ul {
    font-size: 1.125rem;
    margin: 0 0 20px 0;
  }
}

.ay-info-card__main__col2 .ay-ul li {
  line-height: 150%;
}

.ay-info-card__main__col2 .ay-ul li a {
  color: #fff;
  text-decoration: underline;
}

.ay-info-card__main__col2 .ay-ul li a:after {
  content: "";
  background: url("/o/ay-theme/resources/images/arrow-right.svg") no-repeat;
  display: inline-block;
  height: 20px;
  left: 10px;
  position: relative;
  top: 1px;
  width: 20px;
}

.ay-info-card__main__col2 .ay-ul li a:hover {
  text-decoration: underline;
}

.ay-info-card__main__col2 p {
  line-height: 1.5em;
  margin-top: 0;
}

.ay-info-card__main__col2 p a {
  color: #fff;
}

.ay-info-card__map {
  margin-top: 15px;
}

@media screen and (max-width:768px) {
  .ay-info-card__map {
    display: none;
  }
}

.ay-info-card__map a {
  color: #fff;
  text-decoration: underline;
}

.ay-info-card__map a:hover {
  text-decoration: underline;
}

.ay-info-card__map--mobile {
  display: none;
}

@media screen and (max-width:768px) {
  .ay-info-card__map--mobile {
    display: block;
    margin: 0;
  }
}

.ay-copy-highlight {
  background: #000;
  color: #fff;
  padding: 12px 20px 15px 20px;
  margin: 0 0 25px 0;
  font-size: 1.125rem;
}

.ay-copy-highlight a {
  color: #fff;
  text-decoration: underline;
}

.ay-office-services-links a {
  font-size: 1.125rem;
  color: #000;
}

.ay-tri-column--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 25px;
}

@media screen and (max-width:740px) {
  .ay-tri-column--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ay-tri-column--inner .ay-ul {
  margin: 5px 0;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width:740px) {
  .ay-tri-column--inner .ay-ul {
    margin-bottom: 15px;
  }
}

.ay-tri-column--inner .ay-ul:last-child {
  margin: 0;
}

.ay-tri-column--inner .ay-ul li {
  line-height: 200%;
}

.ay-office-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1300px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media screen and (max-width:1000px) {
  .ay-office-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
}

@media screen and (max-width:480px) {
  .ay-office-intro {
    margin-top: 140px;
  }
}

.ay-office-intro a {
  color: #fff!important;
  -webkit-text-decoration: underline solid #fff;
  text-decoration: underline solid #fff;
}

.ay-office-intro a:hover {
  -webkit-text-decoration: underline solid #fff!important;
  text-decoration: underline solid #fff!important;
}

.ay-office-intro .viewmap a {
  text-decoration: underline!important;
}

.ay-office-intro .viewmap a:hover {
  -webkit-text-decoration: underline double #fff!important;
  text-decoration: underline double #fff!important;
}

.ay-office-intro__img {
  display: block;
  -webkit-box-flex: 7;
  -ms-flex: 7;
  flex: 7;
  min-height: 580px;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width:1000px) {
  .ay-office-intro__img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 300px;
  }
}

@media screen and (max-width:768px) {
  .ay-office-intro__img {
    min-height: 0;
  }
}

.ay-office-intro__img img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  z-index: 8;
}

.ay-office-intro__sidebar {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: .9375rem;
  font-weight: 300;
  padding: 80px 20px 30px 30px;
  position: relative;
  z-index: 7;
  width: 420px;
}

.ay-office-intro__sidebar.ay-office-intro__sidebar-green {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 20px 20px 30px;
  width: 420px;
}

.ay-office-intro__sidebar.ay-office-intro__sidebar-green a {
  color: #fff;
  display: block;
}

.ay-office-intro__sidebar.ay-office-intro__sidebar-green a:hover {
  text-decoration: underline;
}

.ay-office-intro__sidebar.ay-office-intro__sidebar-green a h3 {
  font-size: 1.6875rem;
}

.ay-office-intro__sidebar.ay-office-intro__sidebar-green a p {
  margin-top: 0;
}

@media screen and (max-width:1000px) {
  .ay-office-intro__sidebar.ay-office-intro__sidebar-green {
    width: 100%;
  }
}

.ay-office-intro__sidebar.ay-office-intro__sidebar-green h1 {
  font-size: 2.125rem;
  font-weight: 300;
  color: #fff;
  line-height: 120%;
}

@media print {
  .ay-office-intro__sidebar.ay-office-intro__sidebar-green h1 {
    font-size: 1.5rem;
  }
}

.ay-office-intro__sidebar.ay-office-intro__sidebar-green h1.titleOnly {
  padding: 0 30px;
}

.ay-office-intro__sidebar.ay-office-intro__sidebar-green h1.titleRightOnly {
  padding: 0 30px 0 0;
}

@media screen and (max-width:1000px) {
  .ay-office-intro__sidebar {
    padding: 30px;
    width: 100%;
  }
}

@media print {
  .ay-office-intro__sidebar {
    width: 100%;
  }
}

.ay-office-intro__sidebar .ay-ul {
  line-height: .8;
  color: #fff;
  margin: 0 0 12px 0;
}

.ay-office-intro__sidebar h2 {
  color: #fff;
  font-size: 1.375rem;
  margin-bottom: 15px;
}

.ay-office-intro__sidebar h3 {
  color: #fff;
  font-size: 1rem;
  margin: 0 0 6px 0;
}

.ay-office-intro__sidebar h4 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 10px;
}

.ay-office-intro__sidebar h4 span {
  display: block;
}

.ay-office-intro__sidebar .boiler-subtitle {
  font-size: 1.375rem;
  color: #fff;
  font-weight: 300;
  margin-bottom: 5px;
}

.ay-office-intro__sidebar__boiler {
  color: #fff;
  line-height: 1.5;
  font-size: .875rem;
  padding-right: 34px;
}

.ay-office-intro__sidebar__map-link {
  color: #fff;
  text-decoration: underline;
  margin-bottom: 15px;
}

.ay-office-intro__sidebar__map-link:hover {
  text-decoration: underline;
}

.ay-office-intro__sidebar__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  margin: 20px 0 15px 0;
  list-style: none;
  line-height: 1.5;
  width: 100%;
  max-width: 400px;
  text-align: left;
}

@media screen and (max-width:1000px) {
  .ay-office-intro__sidebar__menu-list {
    max-width: 100%;
  }
}

.ay-office-intro__sidebar__menu-list li {
  padding: 2px 0;
  width: auto;
  margin: 0 10px 0 0;
}

.ay-office-intro__sidebar__menu-list li:last-child {
  margin-right: 0;
}

.ay-office-intro__sidebar__menu-list li a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
  position: relative;
  font-weight: 600;
}

.ay-office-intro__sidebar__menu-list li a:after {
  content: "";
  background: url("/o/ay-theme/resources/images/arrow-right.svg") no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  left: 5px;
  top: 1px;
}

.ay-office-intro__sidebar__menu-list li a:hover {
  text-decoration: underline;
}

.ay-office-intro__address-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width:1000px) {
  .ay-office-intro__address-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (max-width:768px) {
  .ay-office-intro__address-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width:700px) {
  .ay-office-intro__address-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ay-office-intro__address {
  color: #fff;
  list-style: none;
  margin: 5px 0 10px 0;
  padding: 0;
}

@media screen and (max-width:1000px) {
  .ay-office-intro__address:first-child {
    margin-right: 5%;
  }
}

@media screen and (max-width:768px) {
  .ay-office-intro__address {
    width: 46%;
  }
}

@media screen and (max-width:700px) {
  .ay-office-intro__address {
    width: 100%;
    margin-bottom: 20px;
  }

  .ay-office-intro__address:first-child {
    margin-right: 0;
  }
}

.ay-office-intro__address .org {
  font-weight: 600;
  margin-bottom: 4px;
}

.ay-office-intro__address .viewmap {
  margin-bottom: 10px;
}

.ay-office-intro__address .contact-numbers {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width:768px) {
  .ay-office-intro__address .contact-numbers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ay-office-intro__address .contact-numbers__phone {
  margin-right: 8px;
}

@media screen and (max-width:768px) {
  .ay-office-intro__address .contact-numbers__phone {
    margin: 0 0 4px 0;
  }
}

.ay-office-intro__address .tel {
  margin: 0 3px;
}

#ay-office-information .ay-office-info-multiples {
  margin-bottom: 1.5625em;
}

@media print {
  #ay-office-information .ay-office-info-multiples {
    display: none;
  }
}

#ay-office-information .ay-office-info-multiples__header {
  background: #000;
  padding: 20px 20px 0 20px;
}

#ay-office-information .ay-office-info-multiples__header h3 {
  color: #fff;
  padding-bottom: 20px;
}

#ay-office-information .ay-office-info-multiples__header h3 a {
  color: #fff;
  text-decoration: none;
}

#ay-office-information .ay-office-info-multiples__header h3 a:after {
  content: "";
  margin-left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 14px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all .5s;
  transition: all .5s;
}

#ay-office-information .ay-office-info-multiples__header h3 a.open:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#ay-office-information .ay-office-info-multiples__quick-links {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #fff;
}

#ay-office-information .ay-office-info-multiples__quick-links li {
  margin: 0;
  padding: 0;
  font-size: .9375rem;
}

#ay-office-information .ay-office-info-multiples__quick-links li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

#ay-office-information .ay-office-info-multiples__quick-links li a:after {
  content: "";
  background: url("/o/ay-theme/resources/images/arrow-right.svg") no-repeat;
  display: inline-block;
  height: 14px;
  left: 5px;
  position: relative;
  top: 1px;
  width: 14px;
  margin-right: 20px;
}

#ay-office-information .ay-office-info-multiples__offices-details {
  height: 0;
  overflow: hidden;
  background: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding: 0 20px 0 20px;
}

#ay-office-information .ay-office-info-multiples__offices-details.open {
  height: auto;
}

#ay-office-information .ay-office-info-multiples__offices-details--rmd {
  color: #000!important;
}

#ay-office-information .ay-office-info-multiples__offices-details--rmd,
#ay-office-information .ay-office-info-multiples__offices-details--rmd+dd {
  font-weight: 700;
  font-size: 1rem;
}

#ay-office-information .ay-office-info-multiples__offices-details--mholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#ay-office-information .ay-office-info-multiples__offices-details--mholder .ay-office-info-multiples__offices-details--md {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

#ay-office-information .ay-office-info-multiples__offices-details--mholder .ay-office-info-multiples__offices-details--md:before {
  content: " (";
  display: inline-block;
  margin-left: 5px;
}

#ay-office-information .ay-office-info-multiples__offices-details--mholder .ay-office-info-multiples__offices-details--md:after {
  content: ")";
}

#ay-office-information .ay-office-info-multiples__offices-details--mholder .ay-office-info-multiples__offices-details--md+dd {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#ay-office-information .ay-office-info-multiples__offices-details--md,
#ay-office-information .ay-office-info-multiples__offices-details--rmd {
  display: inline-block;
}

#ay-office-information .ay-office-info-multiples__offices-details--md+dd,
#ay-office-information .ay-office-info-multiples__offices-details--rmd+dd {
  display: inline-block;
  font-weight: 700;
}

#ay-office-information .ay-office-info-multiples__offices-details--digits {
  font-weight: 400;
}

#ay-office-information .ay-office-info-multiples__offices-details dl {
  margin: 0;
  padding: 0;
}

#ay-office-information .ay-office-info-multiples__offices-details dl dt {
  color: #000;
  margin: 20px 0 0 0;
  padding: 0;
  font-weight: 700;
}

#ay-office-information .ay-office-info-multiples__offices-details dl dt+dd a {
  color: #000;
  text-decoration: underline;
}

#ay-office-information .ay-office-info-multiples__offices-details dl dt+dd dl dt {
  margin-top: 0;
}

#ay-office-information .ay-office-info-multiples__offices-details dl dd {
  margin: 0;
  padding: 0;
}

#ay-office-information .ay-office-info-multiples__offices-details dl dd a {
  color: #000;
  text-decoration: underline;
}

#ay-office-information .ay-office-info-multiples__offices-details dl dd a:hover {
  text-decoration: underline;
}

#ay-office-information .ay-office-info-multiples__offices-details dl dd a.tel {
  color: #000;
  font-weight: 400;
}

#ay-office-information .ay-office-info-multiples__offices-details dl dd a[href*=google] {
  margin-bottom: 10px;
  display: block;
  font-weight: 400;
}

#ay-office-information:target .ay-office-info-multiples__header h3 a:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#ay-office-information:target .ay-office-info-multiples__header h3 a.open:after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

#ay-office-information:target .ay-office-info-multiples__offices-details {
  height: auto;
  overflow: hidden;
  padding: 20px;
}

#ay-office-information:target .ay-office-info-multiples__offices-details.open {
  height: 0;
}

.ay-office-intro-link-bottom {
  border-top: 1px solid #fff;
  margin-bottom: 0;
  margin-top: auto;
  padding-top: 15px;
}

.ay-office-intro-link-bottom a strong {
  display: block;
  font-size: 1.375rem;
  font-weight: 300;
}

.ay-office-intro-link-bottom a strong:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 6px solid transparent;
  margin-left: 5px;
}

.ay-office-intro-link-bottom a span {
  display: block;
  color: #fff;
}

.ay-office-intro__sidebar.ay-office-intro__sidebar-green.ay-mini-site-intro {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ay-office-intro__sidebar.ay-office-intro__sidebar-green.ay-mini-site-intro h1 {
  font-size: 1.625rem;
  font-weight: 500;
}

.ay-office-intro__sidebar.ay-office-intro__sidebar-green.ay-mini-site-intro p {
  color: #fff;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 26px;
}

.ay-office-intro__sidebar.ay-office-intro__sidebar-green.ay-mini-site-intro p .ay-mini-site-read-more {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: .875rem;
  text-decoration: none;
}

.ay-office-intro__sidebar.ay-office-intro__sidebar-green.ay-mini-site-intro p .ay-mini-site-read-more:hover {
  text-decoration: underline;
}

.ay-office-intro__sidebar.ay-office-intro__sidebar-green.ay-mini-site-intro p .ay-mini-site-read-more:after {
  content: "";
  display: inline-block;
  border-top: 5px solid transparent;
  border-left: 6px solid #fff;
  border-bottom: 5px solid transparent;
  margin-left: 10px;
}

.ay-office-intro__sidebar.ay-office-intro__sidebar-green.ay-mini-site-intro .ay-mini-site-contacts-list {
  margin: auto 0 0 0;
  padding: 0;
  color: #fff;
  font-weight: 500;
}

.ay-office-intro__sidebar.ay-office-intro__sidebar-green.ay-mini-site-intro .ay-mini-site-contacts-list dt {
  text-transform: uppercase;
}

.ay-office-intro__sidebar.ay-office-intro__sidebar-green.ay-mini-site-intro .ay-mini-site-contacts-list dd {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 1.0625rem;
  font-weight: 600;
}

.ay-office-intro__sidebar.ay-office-intro__sidebar-green.ay-mini-site-intro .ay-mini-site-contacts-list dd+dt {
  margin-top: 16px;
}

.ay-office-banner {
  background: #40357e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin: auto;
}

@media only screen and (max-width:900px) {
  .ay-office-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ay-office-banner .ay-office-content-panel {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width:900px) {
  .ay-office-banner .ay-office-content-panel {
    width: 100%;
  }
}

.ay-office-banner .ay-office-text-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 650px;
  margin: 25px;
}

.ay-office-banner .ay-office-image-panel {
  width: 50%;
  overflow: hidden;
}

@media only screen and (max-width:900px) {
  .ay-office-banner .ay-office-image-panel {
    width: 100%;
  }
}

.ay-office-banner .ay-office-button-zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ay-office-banner .ay-button__primary {
  padding: 10px;
  border: 3px solid #000;
  background: #fff;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin: 0 15px 15px 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 15px 2em;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@media only screen and (max-width:900px) {
  .ay-office-banner .ay-button__primary {
    font-size: .9375rem;
  }
}

.ay-office-banner .ay-button__primary:focus,
.ay-office-banner .ay-button__primary:hover {
  background: #000!important;
}

.ay-office-banner h1 {
  color: #fff!important;
  font-size: 3.4125rem;
  margin-bottom: 25px!important;
}

@media only screen and (max-width:900px) {
  .ay-office-banner h1 {
    font-size: 2.75rem;
    margin-bottom: 20px!important;
  }
}

.ay-office-banner .ay-office-hero-img {
  height: 100%;
  -o-object-fit: cover!important;
  object-fit: cover!important;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

@media only screen and (max-width:900px) {
  .ay-office-banner .ay-office-hero-img {
    max-height: 400px;
  }
}

.ay-spec-list {
  display: inline-block;
}

.ay-spec-list:after {
  content: ", ";
}

.ay-spec-list:last-child:after {
  content: "";
}

.ay-proff-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  max-width: 600px;
  width: 100%;
}

@media screen and (max-width:768px) {
  .ay-proff-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ay-proff-card__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 1.875rem;
}

@media screen and (max-width:768px) {
  .ay-proff-card__profile {
    margin: 15px 0 0 0;
  }
}

.ay-proff-card__profile .ay-button__proff {
  background: #000;
  color: #fff;
  font-size: 1.125rem;
  max-width: 180px;
  margin: 20px 0;
  padding: 10px;
}

.ay-proff-card__profile .ay-button__proff:hover {
  background: #fff;
}

.ay-proff-card__profile .ay-button__proff:after {
  height: 16px;
}

.ay-proff-card__name {
  margin-top: -10px;
}

.ay-proff-card__img {
  display: block;
  max-width: 180px;
  overflow: hidden;
  width: 100%;
}

.ay-proff-card__img img {
  display: block;
  height: 225px;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 180px;
}

.ay-proff-card__name {
  font-size: 3rem;
  color: #000;
}

@media print {
  .ay-proff-card__name {
    font-size: 1.5rem;
  }
}

@media screen and (max-width:768px) {
  .ay-proff-card__name {
    font-size: 2rem;
  }
}

.ay-proff-card__title {
  font-size: 1.25rem;
  color: #000;
  font-weight: 600;
}

.ay-proff-card__title span {
  font-weight: 400;
}

.ay-proff-card__title--mobile {
  display: none;
}

@media screen and (max-width:768px) {
  .ay-proff-card__title--mobile {
    display: block;
  }
}

.ay-proff-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: .8125rem;
  max-width: 500px;
}

@media screen and (max-width:768px) {
  .ay-proff-card__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1rem;
  }
}

.ay-proff-card__info ul {
  margin: 20px 0 0 0;
}

.ay-proff-card__info li {
  line-height: 1.5em;
}

.ay-proff-card__info li strong {
  color: #000;
}

.ay-proff-card__info li a {
  color: #000;
}

.ay-proff-card__info li a.office-link {
  color: #000;
}

.ay-proff-bio {
  position: relative;
  border-top: 2px solid #000;
  margin-top: 30px;
  padding-top: 5px;
}

@media screen and (max-width:768px) {
  .ay-proff-bio {
    margin-top: 90px;
  }
}

.ay-proff-bio ul {
  margin: 0 0 0 20px;
  padding: 0;
}

.ay-proff-bio ul:first-child {
  margin-top: 20px;
}

@media screen and (max-width:480px) {
  .ay-proff-bio ul {
    margin-left: 12px;
  }

  .ay-proff-bio ul li:before {
    margin-left: 0;
    margin-right: 0;
  }
}

.ay-proff-bio__social {
  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;
  height: 100%;
  left: -65px;
  position: absolute;
  top: 25px;
  width: 55px;
}

@media print {
  .ay-proff-bio__social {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .ay-proff-bio__social {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    left: 0;
    width: 100%;
    top: -50px;
  }
}

@media screen and (min-width:768px) {
  .ay-proff-bio__social--item:hover:before {
    content: attr(data-title);
    position: absolute;
    font-size: .625rem;
    margin-left: -70px;
    margin-top: 8px;
    width: auto;
    color: #000;
  }
}

@media screen and (max-width:768px) {
  .ay-proff-bio__social--item:hover:before {
    content: attr(data-title);
    position: absolute;
    font-size: .625rem;
    margin-left: -30px;
    margin-top: 40px;
    width: auto;
    background: #fff;
    padding: 5px;
    color: #000;
  }
}

.ay-proff-bio__social--item:nth-child(1) svg {
  height: 29px;
  margin-left: 0;
}

.ay-proff-bio__social--item:nth-child(1):nth-child(4) {
  height: 27px;
}

@media screen and (min-width:768px) {
  .ay-proff-bio__social--item:nth-child(1):hover:before {
    margin-left: -72px;
    margin-top: 3px;
  }
}

@media screen and (max-width:768px) {
  .ay-proff-bio__social--item:nth-child(1):hover:before {
    margin-left: -20px;
  }
}

@media screen and (min-width:768px) {
  .ay-proff-bio__social--item:nth-child(3):hover:before {
    margin-left: -40px;
  }
}

@media screen and (max-width:768px) {
  .ay-proff-bio__social--item:nth-child(3):hover:before {
    margin-left: -10px;
  }
}

.ay-proff-bio__social--icon {
  color: #b8bcbe;
  display: block;
  height: 30px;
  margin-bottom: 12px;
  width: 100%;
}

@media screen and (max-width:768px) {
  .ay-proff-bio__social--icon {
    width: 30px;
    margin-right: 10px;
  }
}

.ay-proff-bio__social--icon:hover {
  color: #000;
}

.ay-ul__proff {
  margin-right: 4.375rem;
  margin-top: 0;
  line-height: 1.5em;
}

.ay-ul__proff strong {
  color: #000;
}

.ay-ul__proff a {
  color: #000;
}

.ay-ul__proff a:hover {
  text-decoration: underline;
}

.ay-ul__proff a.nostyle {
  color: #000;
  text-decoration: none;
}

.ay-ul__proff a.nostyle:hover {
  color: #000;
  text-decoration: underline;
}

.ay-proff-contact__social {
  display: inline-block;
  color: #000!important;
  text-decoration: none;
}

.ay-proff-contact__social:hover {
  text-decoration: underline;
}

.ay-proff-contact__social--icon {
  display: inline-block;
  fill: transparent;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.ay-prop__title {
  background-color: #000;
  color: #fff;
  font-size: 2.125rem;
  padding: 15px 48px;
  text-align: left;
}

@media screen and (max-width:480px) {
  .ay-prop__title {
    padding: 15px 20px;
    font-size: 1.5rem;
  }
}

.ay-prop {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}

@media screen and (max-width:768px) {
  .ay-prop {
    display: block;
  }
}

@media screen and (max-width:768px) {
  .ay-prop tr {
    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;
    border-bottom: 1px solid #ccc;
    padding: 20px;
  }

  .ay-prop tr td {
    font-size: 1rem;
    border-bottom: none;
    display: block;
  }

  .ay-prop tr td:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 40%;
    padding: 0;
  }

  .ay-prop tr td:first-child img {
    width: 100%;
    max-height: 92px;
    max-width: 130px;
  }
}

@media screen and (max-width:768px) and (max-width:375px) {
  .ay-prop tr td:first-child img {
    width: 130px;
    margin-bottom: 5px;
  }
}

.ay-prop td {
  padding: 20px 5px;
  border-bottom: 1px solid #000;
}

.ay-prop td:first-child {
  width: 20%;
  padding-left: 48px;
}

.ay-prop td:nth-child(2) {
  width: 30%;
}

@media screen and (max-width:768px) {
  .ay-prop td:nth-child(2) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
    padding: 10px 0 0 0;
  }
}

@media screen and (max-width:480px) {
  .ay-prop td:nth-child(2) {
    padding-top: 0;
  }
}

.ay-prop td:nth-child(3) {
  width: 25%;
}

@media screen and (max-width:768px) {
  .ay-prop td:nth-child(3) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width:480px) {
  .ay-prop td:nth-child(3) {
    width: 100%;
    margin-left: 0;
  }
}

.ay-prop td:nth-child(4) {
  width: 15%;
}

@media screen and (max-width:768px) {
  .ay-prop td:nth-child(4) {
    font-weight: 600;
    height: 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
    width: 30%;
  }
}

@media screen and (max-width:480px) {
  .ay-prop td:nth-child(4) {
    width: 100%;
    margin-left: 0;
  }
}

.ay-prop td:nth-child(5) {
  width: 10%;
}

@media screen and (max-width:768px) {
  .ay-prop td:nth-child(5) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 30%;
    font-weight: 600;
    height: 80px;
    padding: 0;
    margin-left: -30%;
    margin-top: 30px;
  }
}

@media screen and (max-width:480px) {
  .ay-prop td:nth-child(5) {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    height: auto;
  }
}

.ay-prop td a {
  color: #000;
  text-decoration: none;
}

.ay-prop td a:hover {
  text-decoration: underline;
}

@media screen and (max-width:1000px) {
  .ay-prop td {
    font-size: .875rem;
  }
}

@media screen and (max-width:1000px) {
  .ay-prop-img {
    max-width: 100%;
    height: auto;
  }
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) and (max-width:768px) {
  .ay-prop tr td:first-child {
    width: 30%;
  }
}

.ay-search-proff-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width:768px) {
  .ay-search-proff-sort {
    display: none;
  }
}

.ay-search-proff-sort__mobile {
  display: none;
}

@media screen and (max-width:768px) {
  .ay-search-proff-sort__mobile {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 21px 20px 21px;
    padding: 20px 8%;
    width: auto;
  }

  .ay-search-proff-sort__mobile .ay-search {
    height: 38px;
  }

  .ay-search-proff-sort__mobile .ay-button__secondary {
    font-size: .8125rem;
    font-weight: 400;
    margin: 20px 0 0 0;
    padding: 10px 0;
    width: 40%;
  }
}

@media screen and (max-width:480px) {
  .ay-search-proff-sort__mobile {
    margin: 0 0 20px 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.ay-search-proff-sort .ay-search__filter-holder {
  width: 100%;
  margin: 0 10px;
}

@media screen and (max-width:768px) {
  .ay-search-proff-sort .ay-search__filter-holder {
    background: #fff;
    padding: 1.25rem 0 0 0;
    margin: 0;
  }
}

.ay-search-proff-sort .ay-search__filter-holder select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("/o/ay-theme/resources/images/arrow-select-black.svg") no-repeat 97% center;
  background-size: 15px;
  border-radius: 0;
  border: 1px solid #000;
  color: #000;
  font-size: .8125rem;
  outline: 0;
  padding: 0 .75rem;
  width: 100%;
  line-height: normal;
  min-height: 32px;
}

.ay-search-proff-sort .ay-search__filter-holder select::-moz-focus-inner {
  border: 0;
}

.ay-search-proff-sort .ay-search__filter-holder select option::-moz-focus-inner {
  border: 0;
}

@media screen and (max-width:768px) {
  .ay-search-proff-sort .ay-search__filter-holder select {
    width: 100%;
  }
}

@media screen and (max-width:480px) {
  .ay-search-proff-sort .ay-search__filter-holder select {
    font-size: 1rem;
  }
}

.ay-search-proff-sort input[type=search] {
  background: 0 0;
  border: 1px solid #000;
  color: #000;
  height: 32px;
  padding-left: .6em;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  margin-right: 10px;
  width: 100%;
}

@media screen and (max-width:768px) {
  .ay-search-proff-sort input[type=search] {
    background: #e9e9e9;
    border: none;
  }
}

.ay-search-proff-sort input[type=search]::-webkit-input-placeholder {
  color: #797979;
  font-size: 1rem;
  opacity: 1;
}

.ay-search-proff-sort input[type=search]::-moz-placeholder {
  color: #797979;
  font-size: 1rem;
  opacity: 1;
}

.ay-search-proff-sort input[type=search]:-ms-input-placeholder {
  color: #797979;
  font-size: 1rem;
  opacity: 1;
}

.ay-search-proff-sort input[type=search]::-ms-input-placeholder {
  color: #797979;
  font-size: 1rem;
  opacity: 1;
}

.ay-search-proff-sort input[type=search]::placeholder {
  color: #797979;
  font-size: 1rem;
  opacity: 1;
}

@media screen and (max-width:480px) {
  .ay-search-proff-sort input[type=search] {
    font-size: 1rem;
  }
}

.ay-search-proff-sort input.ay-search-proff-sort__submit {
  background: #000 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU2Ljk2NiA1Ni45NjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU2Ljk2NiA1Ni45NjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KPHBhdGggZD0iTTU1LjE0Niw1MS44ODdMNDEuNTg4LDM3Ljc4NmMzLjQ4Ni00LjE0NCw1LjM5Ni05LjM1OCw1LjM5Ni0xNC43ODZjMC0xMi42ODItMTAuMzE4LTIzLTIzLTIzcy0yMywxMC4zMTgtMjMsMjMgIHMxMC4zMTgsMjMsMjMsMjNjNC43NjEsMCw5LjI5OC0xLjQzNiwxMy4xNzctNC4xNjJsMTMuNjYxLDE0LjIwOGMwLjU3MSwwLjU5MywxLjMzOSwwLjkyLDIuMTYyLDAuOTIgIGMwLjc3OSwwLDEuNTE4LTAuMjk3LDIuMDc5LTAuODM3QzU2LjI1NSw1NC45ODIsNTYuMjkzLDUzLjA4LDU1LjE0Niw1MS44ODd6IE0yMy45ODQsNmM5LjM3NCwwLDE3LDcuNjI2LDE3LDE3cy03LjYyNiwxNy0xNywxNyAgcy0xNy03LjYyNi0xNy0xN1MxNC42MSw2LDIzLjk4NCw2eiIgZmlsbD0iI0ZGRkZGRiIvPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K") no-repeat;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-position: center center;
  background-size: 22px;
  border: none;
  height: 32px;
  min-width: 40px;
  position: relative;
  text-indent: -9999px;
  width: auto;
}

@media screen and (max-width:768px) {
  .ay-search-proff-sort input.ay-search-proff-sort__submit {
    display: none;
  }
}

.ay-search-proff-table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: .9375rem;
  margin: 10px 0 0;
  padding: 0;
  text-align: left;
  width: 100%;
}

@media screen and (max-width:1000px) {
  .ay-search-proff-table {
    margin: 0 30px;
    width: auto;
  }
}

@media screen and (max-width:480px) {
  .ay-search-proff-table {
    margin: 0;
  }
}

.ay-search-proff-table caption {
  width: 100%;
  text-align: left;
  padding: 1em 0;
}

@media screen and (max-width:1000px) {
  .ay-search-proff-table caption {
    padding-bottom: 0;
  }
}

.ay-search-proff-table&gt;tbody&gt;tr td:nth-child(2) {
  white-space: pre;
}

@media screen and (max-width:999px) {
  .ay-search-proff-table&gt;tbody&gt;tr td:nth-child(2) {
    white-space: normal;
  }
}

.ay-search-proff-table&gt;tbody&gt;tr td table tr td:nth-child(2) {
  white-space: normal;
}

.ay-search-proff-table&gt;tr {
  border-bottom: 2px solid #ccc;
}

@media screen and (max-width:1000px) {
  .ay-search-proff-table&gt;tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
  }
}

@media screen and (max-width:1000px) {
  .ay-search-proff-table tr {
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 20px 0;
  }
}

.ay-search-proff-table td {
  padding: 10px;
  vertical-align: middle;
}

@media screen and (max-width:1000px) {
  .ay-search-proff-table td {
    display: inline-block;
    width: 100%;
    padding: 1px 0 1px 0;
    font-size: .875rem;
  }

  .ay-search-proff-table td:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    padding: 0;
  }
}

.ay-search-proff-table td a {
  color: #000;
  text-decoration: none;
}

.ay-search-proff-table td a:hover {
  text-decoration: underline;
}

.ay-search-proff-table td a.no-break {
  white-space: pre;
}

.ay-search-proff-table__header {
  background-color: #000;
}

@media screen and (max-width:1000px) {
  .ay-search-proff-table__header {
    display: none;
    padding: 0!important;
    border: none!important;
  }
}

.ay-search-proff-table__header td {
  background-color: #000;
  color: #fff;
  padding: 10px;
}

@media screen and (max-width:1000px) {
  .ay-search-proff-table__header td {
    display: none;
    padding: 0;
  }
}

.ay-search-proff-table__name-image {
  border-collapse: collapse;
  border-spacing: 0;
  width: auto;
}

@media screen and (max-width:1000px) {
  .ay-search-proff-table__name-image {
    width: 100%;
    margin-bottom: 10px;
  }
}

.ay-search-proff-table__name-image tr {
  border-bottom: none;
}

@media screen and (max-width:1000px) {
  .ay-search-proff-table__name-image tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
    padding-top: 0;
    margin: 0;
  }
}

.ay-search-proff-table__name-image tr td {
  vertical-align: top;
}

.ay-search-proff-table__name-image tr td img {
  max-width: 45px;
}

.ay-search-proff-table__name-image tr td img[error=true],
.ay-search-proff-table__name-image tr td img[src=""] {
  display: none;
}

@media screen and (max-width:1000px) {
  .ay-search-proff-table__name-image tr td {
    padding-left: 0;
    width: 80%;
    font-size: 1.125rem;
    padding-left: 15px;
  }

  .ay-search-proff-table__name-image tr td:first-child {
    border: none;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 20%;
    padding: 0;
    margin: 0;
  }

  .ay-search-proff-table__name-image tr td img {
    max-width: 100%;
    width: 100%;
  }
}

.ay-search-proff-table__name-image tr td:first-child {
  padding-left: 0;
}

.ay-search-proff-table__title--mobile {
  display: none;
}

@media screen and (max-width:1000px) {
  .ay-search-proff-table__title--mobile {
    background-color: #000;
    color: #fff;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    padding: 10px 30px;
  }
}

.aui.mobile #ay .ay-phone-type:after {
  content: " (" attr(title) ")";
}

@media screen and (max-width:768px) {
  .aui #ay .ay-proff-card__holder.ay-no-bio .ay-proff-bio__social {
    position: relative;
  }
}

@media screen and (min-width:768px) {
  .aui body:not(.dockbar-ready) #ay #ayAltLayout:target .ay-search-proff-table.ay-services--case-studies-list tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .aui body:not(.dockbar-ready) #ay #ayAltLayout:target .ay-search-proff-table.ay-services--case-studies-list tr td {
    width: 20%;
  }

  .aui body:not(.dockbar-ready) #ay #ayAltLayout:target .ay-search-proff-table.ay-services--case-studies-list tr td:last-child {
    display: none;
  }

  .aui body:not(.dockbar-ready) #ay #ayAltLayout:target .ay-search-proff-table.ay-services--case-studies-list tr:not(:first-child) td.ay-cs-details {
    display: block;
    width: 100%;
    margin-left: 20%;
    margin-top: -16px;
  }

  .aui body:not(.dockbar-ready) #ay #ayAltLayout:target .ay-search-proff-table.ay-services--case-studies-list tr:not(:first-child) td.ay-cs-details div {
    padding-left: 5px;
  }

  .aui body:not(.dockbar-ready) #ay #ayAltLayout:target .ay-search-proff-table.ay-services--case-studies-list tr:nth-child(even) {
    background: rgba(0,32,91,.03);
  }

  .aui body:not(.dockbar-ready) #ay #ayAltLayout:target .ay-search-proff-table.ay-services--case-studies-list tr:not(:first-child) td.ay-cs-details:before {
    content: attr(data-mobile-title);
    color: #fff;
    background: #00205b;
    width: 100%;
    padding: 10px 5px;
    margin: 5px 0;
    display: block;
    position: relative;
    z-index: 1;
  }

  .aui body:not(.dockbar-ready) #ay #ayAltLayout:target .ay-search-proff-table.ay-services--case-studies-list tr:not(:first-child) td.ay-cs-details.ay-none:before {
    display: none;
  }
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
  .ay-proff-bio__social--icon {
    width: 60px;
  }
}

.ay-five-row-100-col-5 {
  background: #e9e9e9;
  padding: 10px 0;
  width: 100vw;
}

.ay-lts-key-professionals-wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 25px auto 25px auto;
  max-width: 1300px;
  padding-bottom: 25px;
  width: calc(100vw - 72px);
  gap: 25px!important;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin: unset;
  max-width: 100%;
}

@media screen and (max-width:1372px) {
  .ay-lts-key-professionals-wrap {
    margin-left: 36px;
    margin-right: 36px;
    max-width: calc(100% - 72px);
  }
}

@media screen and (max-width:969px) {
  .ay-lts-key-professionals-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width:768px) {
  .ay-lts-key-professionals-wrap .ay-lts-media-block.ay-lts-text-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: 0 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 12px 0;
  width: calc(50% - 8px);
}

@media screen and (max-width:969px) {
  .ay-lts-key-professionals-wrap .ay-lts-key-professionals-item {
    width: 100%;
    max-width: none;
  }
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item:nth-child(even) {
  margin-left: 12px;
}

@media screen and (max-width:969px) {
  .ay-lts-key-professionals-wrap .ay-lts-key-professionals-item:nth-child(even) {
    margin-left: 0;
  }
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-media {
  background: 0 0;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-media img {
  max-height: 151px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1)!important;
  -ms-transform: scale(1)!important;
  transform: scale(1)!important;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-content {
  font-size: .75rem;
  min-height: 105px;
  width: calc(100% - 105px);
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-content a:after {
  display: none;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-content .ay-lts-email-phone-link {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-content .ay-lts-email-phone-link:hover {
  text-decoration: underline;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-content .ay-lts-media-block-phone-links {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px;
  margin-top: auto;
  max-height: 14px;
  width: 100%;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-content .ay-lts-media-block-phone-links .ay-lts-media-block-read-more {
  margin-bottom: 0;
  margin-right: 15px;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-content .ay-lts-media-block-phone-links .ay-lts-media-block-read-more:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-content .ay-lts-media-block-phone-links .ay-lts-media-block-read-more span:last-child {
  display: none;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-content .ay-lts-media-block-phone-links .ay-lts-media-block-get-in-touch {
  background: url("/o/ay-theme/resources/images/professional-mail-blue.svg") no-repeat right center;
  background-size: 23px auto;
  color: #32b8df;
  margin-bottom: 0;
  margin-right: 15px;
  padding-right: 30px;
  text-decoration: none;
  text-transform: uppercase;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-content h3 {
  padding-top: 5px;
  font-size: 1.125rem;
  line-height: 20px;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-content h3+ul {
  margin-bottom: 3px;
  margin-top: 3px;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-content h3 a {
  color: #000;
  text-decoration: none;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-content h3 a:hover {
  color: #000;
  text-decoration: underline;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-content ul.bold {
  font-weight: 700;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-content ul li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-content ul li ul li {
  text-transform: uppercase;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-content ul li ul li:after {
  content: ", ";
  margin-right: 5px;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-content ul li ul li:last-child:after {
  display: none;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-media {
  max-width: 105px;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item.open .ay-lts-media-block-read-more:after {
  -webkit-transform: rotate(-90deg)!important;
  -ms-transform: rotate(-90deg)!important;
  transform: rotate(-90deg)!important;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item.open .ay-lts-media-block-read-more span:first-child {
  display: none;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item.open .ay-lts-media-block-read-more span:last-child {
  display: inline-block!important;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item.open .ay-lts-media-block-form {
  height: auto;
  max-height: 1500px;
  padding: 25px;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-form {
  border-top: 5px solid #000;
  height: 5px;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  -webkit-transition: max-height .75s;
  transition: max-height .75s;
  width: 100%;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-form a {
  color: #000;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-form label {
  display: block;
  text-transform: uppercase;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-form input[type=text],
.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-form textarea {
  border: 1px solid #000;
  height: 38px;
  margin: 5px 0 10px 0;
  width: 100%;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-form textarea {
  height: 118px;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-form .fieldset {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-form .fieldset div,
.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-form .fieldset h4 {
  width: 100%;
  color: #000;
  font-weight: 400;
  font-size: .9375rem;
  text-transform: uppercase;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-form .fieldset h4 {
  margin-bottom: 10px;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-form .fieldset label {
  width: 49%;
  text-transform: none;
  margin-bottom: 10px;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-form input.ay-button__primary {
  background: #000;
  display: block;
  margin: 20px auto 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-form input.ay-button__primary:hover {
  background: #fff;
}

@media screen and (max-width:768px) {
  .ay-lts-key-professionals-wrap .ay-lts-media-block {
    width: 100%!important;
    margin: unset!important;
  }
}

@media screen and (max-width:969px) {
  .ay-lts-key-professionals-wrap .ay-lts-key-professionals-item {
    width: 100%;
    max-width: 100%;
  }
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item h3 {
  font-size: 1.4rem!important;
}

.ay-lts-key-professionals-wrap * {
  text-transform: unset!important;
  font-family: "Open sans",sans-serif;
}

.ay-lts-key-professionals-wrap a.ay-lts-email-phone-link {
  font-size: 1rem;
  max-height: unset;
}

.ay-lts-key-professionals-wrap .ay-lts-media-block-content * {
  margin: unset!important;
  padding: unset!important;
}

.ay-lts-key-professionals-wrap .ay-lts-media-block-content :not(h3) {
  line-height: 1.5;
}

.ay-lts-key-professionals-wrap .ay-lts-media-block-content ul.bold li {
  font-weight: 800;
}

.ay-lts-key-professionals-wrap .ay-lts-media-block-content h3 {
  font-size: 1.6875rem!important;
  font-weight: 600;
  line-height: 110%!important;
}

.ay-lts-key-professionals-wrap .ay-lts-media-block-content h3 a {
  line-height: 120%;
}

.ay-lts-key-professionals-wrap .ay-lts-media-block-content h3+ul&gt;li {
  margin-top: 4px!important;
  font-size: 1rem;
}

.ay-column__double--col2__33 .ay-lts-key-professionals-wrap,
.ay-column__double.ay-column__double--66-33 .ay-column__triple--col2 .ay-lts-key-professionals-wrap {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ay-column__double--col2__33 .ay-lts-key-professionals-wrap .ay-lts-key-professionals-item,
.ay-column__double.ay-column__double--66-33 .ay-column__triple--col2 .ay-lts-key-professionals-wrap .ay-lts-key-professionals-item {
  width: 100%;
}

@media screen and (max-width:1372px) and (min-width:769px) {
  .ay-column__double--col2__33 .ay-lts-key-professionals-wrap .ay-lts-key-professionals-item,
  .ay-column__double.ay-column__double--66-33 .ay-column__triple--col2 .ay-lts-key-professionals-wrap .ay-lts-key-professionals-item {
    max-width: none;
  }
}

.ay-column__double--col2__33 .ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-content,
.ay-column__double.ay-column__double--66-33 .ay-column__triple--col2 .ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-content {
  width: 63%;
}

@media screen and (max-width:1372px) and (min-width:769px) {
  .ay-column__double--col2__33 .ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-content,
  .ay-column__double.ay-column__double--66-33 .ay-column__triple--col2 .ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 0;
    width: 100%;
  }
}

.ay-column__double--col2__33 .ay-lts-key-professionals-wrap .ay-lts-key-professionals-item:nth-child(even),
.ay-column__double.ay-column__double--66-33 .ay-column__triple--col2 .ay-lts-key-professionals-wrap .ay-lts-key-professionals-item:nth-child(even) {
  margin-left: 0;
}

@media screen and (max-width:1372px) and (min-width:769px) {
  .ay-column__double--col2__33 .ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-media,
  .ay-column__double.ay-column__double--66-33 .ay-column__triple--col2 .ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-media {
    margin: 0 auto 0 0;
    max-width: none;
    width: 75%;
  }
}

#ay .ay-column__double--col2__33 .ay-team-members .ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-content,
#ay .ay-column__double.ay-column__double--66-33 .ay-column__triple--col2 .ay-team-members .ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-content {
  width: 74%;
}

@media screen and (max-width:1372px) and (min-width:769px) {
  #ay .ay-team-members .ay-lts-key-professionals-wrap {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }

  #ay .ay-column__double--col2__33 .ay-team-members .ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-media,
  #ay .ay-column__double.ay-column__double--66-33 .ay-column__triple--col2 .ay-team-members .ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-media {
    max-width: none;
    width: 100%;
  }

  #ay .ay-team-members .ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-media img {
    max-height: none;
    width: 100%;
  }
}

@media screen and (max-width:769px) {
  #ay .ay-column__double--col2__33 .ay-team-members .ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-content,
  #ay .ay-column__double.ay-column__double--66-33 .ay-column__triple--col2 .ay-team-members .ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-content {
    width: calc(100% - 105px);
  }
}

@media screen and (max-width:680px) {
  #ay .ay-column__double--col2__33 .ay-team-members .ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-content,
  #ay .ay-column__double.ay-column__double--66-33 .ay-column__triple--col2 .ay-team-members .ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-content {
    width: calc(100% - 105px);
  }
}

@media screen and (max-width:546px) {
  #ay .ay-column__double--col2__33 .ay-team-members .ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-content,
  #ay .ay-column__double.ay-column__double--66-33 .ay-column__triple--col2 .ay-team-members .ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-content {
    width: calc(100% - 105px);
  }
}

@media screen and (max-width:530px) {
  #ay .ay-column__double--col2__33 .ay-team-members .ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-content,
  #ay .ay-column__double.ay-column__double--66-33 .ay-column__triple--col2 .ay-team-members .ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-content {
    width: calc(100% - 105px);
  }
}

@media screen and (max-width:510px) {
  #ay .ay-column__double--col2__33 .ay-team-members .ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-content,
  #ay .ay-column__double.ay-column__double--66-33 .ay-column__triple--col2 .ay-team-members .ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-content {
    width: 100%;
  }

  #ay .ay-team-members .ay-lts-key-professionals-wrap {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }

  #ay .ay-column__double--col2__33 .ay-team-members .ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-media,
  #ay .ay-column__double.ay-column__double--66-33 .ay-column__triple--col2 .ay-team-members .ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-media {
    max-width: none;
    width: 100%;
  }

  #ay .ay-team-members .ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-media img {
    max-height: none;
    width: 100%;
  }

  #ay .ay-column__double--col2__33 .ay-team-members .ay-lts-key-professionals-wrap .ay-lts-key-professionals-item,
  #ay .ay-column__double.ay-column__double--66-33 .ay-column__triple--col2 .ay-lts-key-professionals-wrap .ay-lts-key-professionals-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  #ay .ay-column__double--col2__33 .ay-team-members .ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-content,
  #ay .ay-column__double.ay-column__double--66-33 .ay-column__triple--col2 .ay-team-members .ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-content {
    padding-left: 0;
  }
}

.ay-lts-key-professionals-wrap.ay-blog-detail-authors {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: auto;
  width: 70%;
}

@media screen and (max-width:480px) {
  .ay-lts-key-professionals-wrap.ay-blog-detail-authors {
    width: 100%;
  }
}

.ay-lts-key-professionals-wrap.ay-blog-detail-authors .ay-lts-key-professionals-item {
  width: 100%;
}

.ay-lts-key-professionals-wrap.ay-blog-detail-authors .ay-lts-key-professionals-item:nth-child(even) {
  margin-left: 0;
}

.ay-lts-key-professionals-wrap.ay-blog-detail-authors .ay-lts-key-professionals-item .ay-lts-media-block-content h3+ul {
  margin-bottom: 3px;
  margin-top: 3px;
}

.ay-lts-key-professionals-wrap.ay-blog-detail-authors .ay-lts-key-professionals-item .ay-lts-media-block-content ul {
  margin: 0;
  padding: 0;
}

.ay-lts-key-professionals-wrap.ay-blog-detail-authors .ay-lts-key-professionals-item .ay-lts-media-block-content ul li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}

.ay-lts-key-professionals-wrap.ay-blog-detail-authors .ay-lts-key-professionals-item .ay-lts-media-block-content ul li::before {
  display: none;
}

.ay-lts-key-professionals-wrap.ay-blog-detail-authors .ay-lts-key-professionals-item .ay-lts-media-block-content:only-child {
  width: 100%;
  padding-left: 0;
}

.ay-proff-card__info-inline.ay-contact-button strong {
  font-size: .8125rem;
}

#ay-professional-contact-form.ay-lightbox.ay-email-lightbox {
  display: none;
}

#ay-professional-contact-form.ay-lightbox.ay-email-lightbox .ay-sec-close {
  color: #fff;
}

#ay-professional-contact-form.ay-lightbox.ay-email-lightbox .close-via-background {
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

#ay-professional-contact-form.ay-lightbox.ay-email-lightbox #ay-contact-form {
  z-index: 20;
  position: relative;
}

#ay-professional-contact-form.ay-lightbox.ay-email-lightbox.ay-lightbox--on {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
}

.ay-proff-card__holder {
  margin-left: 76px;
}

@media screen and (max-width:768px) {
  .ay-proff-card__holder {
    margin-left: 0;
  }
}

.ay-proff-card__holder.ay-no-bio .ay-hr {
  display: none;
}

.ay-proff-card__holder .ay-proff-card .ay-proff-card__img picture {
  display: block;
}

.ay-proff-card__holder .ay-proff-card .ay-proff-card__img picture img {
  height: auto;
  width: 100%;
  max-width: 180px;
  max-height: 225px;
  -o-object-fit: contain;
  object-fit: contain;
}

.ay-search-proff-table__name-image picture {
  background: #fff;
  display: block;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item:nth-child(even) {
  margin-left: 0;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item .ay-lts-media-block-media img {
  min-height: 126px;
}

.ay-lts-key-professionals-wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin: unset;
  max-width: 100%;
  width: 100%;
  gap: 25px!important;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  justify-content: start;
  margin: unset;
  max-width: 100%;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item {
  background: #fff!important;
  padding: 15px;
  margin: unset;
  width: calc((100% - 25px)/ 2);
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.ay-lts-key-professionals-wrap .ay-lts-key-professionals-item {
  background: #fff;
}

@media screen and (max-width:768px) {
  .ay-lts-key-professionals-wrap .ay-lts-media-block {
    width: calc(100% - 40px)!important;
    margin: unset!important;
  }
}

@media screen and (max-width:969px) {
  .ay-lts-key-professionals-item {
    width: 100%;
    max-width: 100%;
  }
}

.ay-lts-key-professionals-item h3 {
  font-size: 1.4rem!important;
}

.ay-lts-key-professionals-wrap * {
  text-transform: unset!important;
  font-family: "Open sans",sans-serif;
}

a.ay-lts-email-phone-link {
  font-size: 1rem;
  max-height: unset;
}

.ay-lts-key-professionals-wrap .ay-lts-media-block.ay-lts-text-right.ay-lts-key-professionals-item .ay-lts-media-block-content {
  width: calc(100% - 126px);
}

.ay-lts-key-professionals-wrap .ay-lts-media-block-content * {
  margin: unset!important;
  padding: unset!important;
}

.ay-lts-key-professionals-wrap .ay-lts-media-block-content :not(h3) {
  line-height: 1.5;
}

.ay-lts-key-professionals-wrap .ay-lts-media-block-content ul.bold li {
  font-weight: 800;
}

.ay-lts-key-professionals-wrap .ay-lts-media-block-content h3 {
  font-size: 1.6875rem!important;
  font-weight: 600;
  line-height: 110%!important;
}

.ay-lts-key-professionals-wrap .ay-lts-media-block-content h3 a {
  line-height: 120%;
}

.ay-lts-key-professionals-wrap .ay-lts-media-block-content h3+ul&gt;li {
  margin-top: 4px!important;
  font-size: 1rem;
}

@media screen and (min-width:1080px) {
  .columns-2[id^=_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_INSTANCE] .portlet-layout.row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media screen and (max-width:1080px) {
  .columns-2[id^=_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_INSTANCE] .portlet-layout.row .portlet-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width:480px) {
  .columns-2[id^=_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_INSTANCE] .portlet-layout.row .portlet-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ayui #ay .columns-1.ay-column #column-1 .columns-2[id^=_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_INSTANCE] .portlet-column-first #ay-artTitle {
    width: 100%;
  }
}

#column-1.portlet-column.portlet-column-only.col-md-12,
.portlet-column[id^=_com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet_INSTANCE] {
  padding-left: 0;
  padding-right: 0;
}

.ayui #ay .ay-news-release__social--icon {
  fill: #000;
  stroke: none;
}

.ayui #ay .ay-news-release__content {
  margin-left: unset!important;
  margin-right: unset!important;
  padding-left: unset!important;
  padding-right: unset!important;
  max-width: unset!important;
  width: unset!important;
}

.ayui #ay .ay-news-release__content h2 {
  font-size: 1.25rem;
  padding-left: unset;
  padding-right: unset;
}

.ay-proff-card__holder .ay-proff-card,
.ay-proff-card__holder .ay-proff-card__info,
.ay-proff-card__holder .ay-proff-card__profile {
  max-width: none;
  width: 100%;
}

.ayui #ay .ay-proff-card__holder .ay-proff-card__info {
  min-width: 100%;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ayui #ay .ay-proff-card__holder .ay-proff-card__info&gt;:first-child {
  width: 100%;
}

.ayui #ay .ay-proff-card__holder .ay-proff-card__info&gt;:first-child strong {
  display: inline-block;
  width: 79px;
}

@media screen and (max-width:768px) {
  .ayui #ay .ay-proff-card__holder .ay-proff-card__info&gt;:first-child strong {
    width: 120px;
  }
}

.ayui #ay .ay-proff-card__holder .ay-proff-card__info.ay-sbs&gt;:first-child {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: auto;
  margin-right: 25px;
}

@media screen and (max-width:768px) {
  .ayui #ay .ay-proff-card__holder .ay-proff-card__info.ay-sbs&gt;:first-child {
    width: 100%;
    max-width: none;
  }
}

.ayui #ay .ay-proff-card__holder .ay-proff-card__info.ay-sbs&gt;:first-child li:has(a[href*="mailto:"]) strong {
  width: 38px;
}

@media screen and (max-width:768px) {
  .ayui #ay .ay-proff-card__holder .ay-proff-card__info.ay-sbs&gt;:first-child li:has(a[href*="mailto:"]) strong {
    width: 50px;
  }
}

.ayui #ay .ay-proff-card__holder .ay-proff-card__info.ay-sbs&gt;:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-width: calc(78% - 200px);
}

.ayui #ay .ay-proff-card__holder .ay-proff-card__info.ay-sbs&gt;:last-child:has(ul:first-child:last-child) {
  min-width: unset;
}

.ayui #ay .ay-proff-card__holder .ay-proff-card__info.ay-sbs&gt;:last-child:has(ul+ul) {
  min-width: calc(78% - 200px);
}

.ayui #ay .ay-proff-card__holder .ay-proff-card__info.ay-sbs&gt;:last-child ul.ay-ul {
  margin-right: 40px;
  width: auto;
}

.ayui #ay .ay-proff-card__holder .ay-proff-card__info&gt;:nth-child(n+1) {
  margin-right: 40px;
}

.ay-title-header {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto;
  max-width: 1300px;
  text-align: left;
  width: 100%;
  padding: 1.875rem 0;
}

.ay-title-header.ay-title-header-grey {
  background-color: #f5f5f5;
  max-width: unset;
}

.ay-title-header.ay-title-header-grey .h1,
.ay-title-header.ay-title-header-grey h1 {
  color: #000;
  margin: auto;
  max-width: 1300px;
  padding-left: 40px;
  width: 100%;
}

@media screen and (max-width:1080px) {
  .ay-title-header.ay-title-header-grey .h1,
  .ay-title-header.ay-title-header-grey h1 {
    padding-left: 20px;
  }
}

.ay-title-header.ay-title-header-grey .ay-title-header__breadcrumbs {
  margin: auto;
  max-width: 1300px;
  padding-left: 40px;
  width: 100%;
}

@media screen and (max-width:1080px) {
  .ay-title-header.ay-title-header-grey .ay-title-header__breadcrumbs {
    padding-left: 20px;
  }
}

.ay-title-header.ay-title-header-refresh {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  border-top: none;
}

.ay-title-header.ay-title-header-refresh .h1,
.ay-title-header.ay-title-header-refresh h1 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
  margin: auto;
  max-width: 1300px;
  padding: 0;
  text-align: left;
  width: 100%;
}

@media screen and (max-width:768px) {
  .ay-title-header.ay-title-header-refresh .h1,
  .ay-title-header.ay-title-header-refresh h1 {
    padding: 0 8%;
  }
}

@media screen and (max-width:480px) {
  .ay-title-header {
    padding: .9375rem;
  }
}

@media print {
  .ay-title-header {
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 0 0 0;
  }
}

.ay-title-header__title {
  color: #000;
  font-size: 3.9375rem;
  margin: 0 40px;
}

@media screen and (max-width:1300px) {
  .ay-title-header__title {
    margin-left: 42px;
  }
}

@media screen and (max-width:1080px) {
  .ay-title-header__title {
    margin-left: 20px;
  }
}

@media screen and (max-width:768px) {
  .ay-title-header__title {
    line-height: 110%;
    font-size: 2.6875rem;
  }
}

@media screen and (max-width:480px) {
  .ay-title-header__title {
    font-size: 2.1875rem;
    margin-top: 140px;
    padding: 10px 15px;
  }
}

@media print {
  .ay-title-header__title {
    font-size: 1.5rem;
  }
}

.ay-title-header__subtitle {
  font-size: 3.9375rem;
}

@media screen and (max-width:768px) {
  .ay-title-header__subtitle {
    line-height: 110%;
    font-size: 2.6875rem;
  }
}

@media screen and (max-width:480px) {
  .ay-title-header__subtitle {
    font-size: 2.1875rem;
    padding: 10px 15px;
  }
}

@media print {
  .ay-title-header__subtitle {
    font-size: 1.5rem;
  }
}

.ay-title-header__breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  margin: .375rem 0 .375rem 40px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width:1300px) {
  .ay-title-header__breadcrumbs {
    margin-left: 42px;
  }
}

@media screen and (max-width:1080px) {
  .ay-title-header__breadcrumbs {
    margin-left: 20px;
  }
}

@media screen and (max-width:480px) {
  .ay-title-header__breadcrumbs {
    margin: 6px 0 0 0;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media print {
  .ay-title-header__breadcrumbs {
    display: none;
  }
}

.ay-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px;
  line-height: normal;
}

@media screen and (max-width:480px) {
  .ay-breadcrumb {
    margin: 0 5px 0 0;
  }
}

.ay-breadcrumb:after {
  content: "/";
  display: inline-block;
  justify-self: flex-end;
  margin-left: 15px;
}

@media screen and (max-width:480px) {
  .ay-breadcrumb:after {
    margin-left: 5px;
    margin-top: -4px;
  }
}

.ay-breadcrumb:last-child():after {
  display: none;
}

.ay-breadcrumb__item {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .9375rem;
  text-decoration: underline;
  text-transform: uppercase;
  text-decoration-skip: objects;
  -webkit-text-decoration-skip: objects;
}

@media screen and (max-width:480px) {
  .ay-breadcrumb__item {
    font-size: .6875rem;
    background-size: 8px;
  }
}

.ay-breadcrumb__item:hover {
  text-decoration: underline;
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
  .ay-title-header__title {
    width: 100%;
  }
}

.ay-pagination,
.gsc-cursor-box.gs-bidi-start-align {
  display: block;
  width: 100%;
}

@media screen and (max-width:768px) {
  .ay-pagination,
  .gsc-cursor-box.gs-bidi-start-align {
    margin-top: 20px;
  }
}

.ay-pagination--pagination-list,
.gsc-cursor {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  margin: 0;
  padding: 0;
  line-height: 0;
}

@media screen and (max-width:768px) {
  .ay-pagination--pagination-list,
  .gsc-cursor {
    background: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.ay-pagination--pagination-list li,
.gsc-cursor li {
  margin-left: 5px;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #000;
}

@media screen and (max-width:768px) {
  .ay-pagination--pagination-list li,
  .gsc-cursor li {
    width: auto;
  }
}

.ay-pagination--pagination-list li:first-child,
.gsc-cursor li:first-child {
  margin-right: 15px;
  margin-left: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.ay-pagination--pagination-list li:first-child svg,
.gsc-cursor li:first-child svg {
  width: 30px;
  padding: 5px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background: #b8bcbe;
}

@media screen and (max-width:768px) {
  .ay-pagination--pagination-list li:first-child svg,
  .gsc-cursor li:first-child svg {
    width: 38px;
    padding: 10px;
  }
}

@supports (-ms-ime-align:auto) {
  .ay-pagination--pagination-list li:first-child svg,
  .gsc-cursor li:first-child svg {
    height: 0;
    width: 30px;
    padding: 4px 9px 26px 9px;
    -webkit-transform: translateX(10px) rotate(180deg);
    -ms-transform: translateX(10px) rotate(180deg);
    transform: translateX(10px) rotate(180deg);
    overflow: hidden;
    fill: #fff;
  }
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
  .ay-pagination--pagination-list li:first-child svg,
  .gsc-cursor li:first-child svg {
    height: 0;
    width: 30px;
    padding: 4px 9px 26px 9px;
    -webkit-transform: translateX(10px) rotate(180deg);
    -ms-transform: translateX(10px) rotate(180deg);
    transform: translateX(10px) rotate(180deg);
    overflow: hidden;
    fill: #fff;
  }
}

.ay-pagination--pagination-list li:first-child svg use,
.gsc-cursor li:first-child svg use {
  fill: #fff;
}

.ay-pagination--pagination-list li:first-child a svg,
.gsc-cursor li:first-child a svg {
  background: #000;
}

.ay-pagination--pagination-list li:last-child,
.gsc-cursor li:last-child {
  margin-left: 15px;
  margin-right: 0;
}

.ay-pagination--pagination-list li:last-child svg,
.gsc-cursor li:last-child svg {
  width: 30px;
  padding: 5px;
  background: #000;
}

@media screen and (max-width:768px) {
  .ay-pagination--pagination-list li:last-child svg,
  .gsc-cursor li:last-child svg {
    width: 38px;
    padding: 10px;
  }
}

.ay-pagination--pagination-list li:last-child svg use,
.gsc-cursor li:last-child svg use {
  fill: #fff;
}

@supports (-ms-ime-align:auto) {
  .ay-pagination--pagination-list li:last-child svg,
  .gsc-cursor li:last-child svg {
    height: 0;
    width: 30px;
    padding: 4px 9px 26px 9px;
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
    overflow: hidden;
    fill: #fff;
  }
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
  .ay-pagination--pagination-list li:last-child svg,
  .gsc-cursor li:last-child svg {
    height: 0;
    width: 30px;
    padding: 4px 9px 26px 9px;
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
    overflow: hidden;
    fill: #fff;
  }
}

.ay-pagination--pagination-list li:last-child a svg,
.gsc-cursor li:last-child a svg {
  background: #000;
}

.ay-pagination--pagination-list li a,
.gsc-cursor li a {
  color: #b8bcbe;
  text-decoration: none;
}

.ay-pagination--pagination-list li.ay-pagination--pagination-list__ellipsis:after,
.gsc-cursor li.ay-pagination--pagination-list__ellipsis:after {
  content: "...";
  color: #b8bcbe;
}

.ay-quick-search {
  background-color: #fff;
  border-bottom: 7px solid #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 30px 40px 0 40px;
  max-width: 1300px;
  margin: 20px auto 0;
}

.ay-quick-search__title {
  font-size: 1.875rem;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 14px;
  margin-bottom: 25px;
}

.ay-quick-search__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ay-quick-search__block {
  width: 265px;
  margin-right: 40px;
  margin-bottom: 20px;
}

.ay-quick-search__block__title {
  color: #000;
  font-weight: 600;
  font-size: 1rem;
  font-weight: 700;
}

.ay-quick-search__block__subtitle {
  color: #000;
  font-size: .9375rem;
  font-weight: 600;
  margin-top: 8px;
}

.ay-quick-search__block__list {
  list-style: none;
  margin: 8px 0 0 0;
  padding: 0;
}

.ay-quick-search__block__list--item {
  color: #000;
  display: inline-block;
  font-size: .875rem;
  margin-bottom: 5px;
  position: relative;
  text-decoration: none;
}

.ay-quick-search__block__list--item:after {
  content: "";
  background: url("/o/ay-theme/resources/images/arrow-right-black.svg") no-repeat;
  background-size: 9px;
  display: inline-block;
  height: 12px;
  margin-left: 8px;
  position: relative;
  top: 2px;
  width: 15px;
}

.ay-quick-search__block__list--item:hover {
  text-decoration: underline;
}

.ay-research-reports {
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
  width: 100%;
}

@media screen and (max-width:480px) {
  .ay-research-reports {
    margin: 30px 0 30px 0;
  }
}

.ay-research-reports__title {
  background-color: #000;
  color: #fff;
  font-size: 1.875rem;
  padding: 12px 47px;
}

@media screen and (max-width:480px) {
  .ay-research-reports__title {
    font-size: 1.75rem;
    padding: 12px 20px;
  }
}

@media print {
  .ay-research-reports__title {
    font-size: 1.5rem;
  }
}

.ay-research-reports__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 520px;
  padding: 3.75rem 0;
  width: 100%;
}

@media screen and (max-width:1000px) {
  .ay-research-reports__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.ay-research-reports__item {
  color: #868686;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: .625rem .625rem 1.5625rem .625rem;
  max-width: 220px;
  width: 100%;
}

@media screen and (max-width:480px) {
  .ay-research-reports__item {
    text-align: center;
    margin-bottom: 1.875rem;
    max-width: 100%;
  }

  .ay-research-reports__item span {
    max-width: 250px;
  }
}

.ay-research-reports__item:nth-child(even) {
  margin-right: 0;
}

.ay-research-reports__item--link {
  color: inherit;
  display: block;
  font-size: 1rem;
  text-decoration: none;
  line-height: 120%;
}

@media screen and (max-width:480px) {
  .ay-research-reports__item--link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ay-research-reports__item--link span {
  line-height: 1.5;
  color: #000;
}

.ay-research-reports__item--link img {
  display: block;
  height: 216px;
  margin-bottom: .75rem;
  max-width: 100%;
  width: 166px;
}

.ay-research-reports__subtitle {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 17px;
}

.ay-research-quicklinks {
  margin-bottom: 30px;
}

.ay-research-quicklinks__title {
  background: #000;
  color: #fff;
  font-size: 1.4375rem;
  font-weight: 600;
  line-height: 1.3;
  padding: 15px 30px;
}

@media screen and (max-width:768px) {
  .ay-research-quicklinks__title {
    padding: 1em;
  }
}

@media screen and (max-width:480px) {
  .ay-research-quicklinks__title {
    padding: 12px 20px;
    font-size: 1.25rem;
  }
}

.ay-research-quicklinks-icon {
  width: 30px;
  height: 30px;
  fill: transparent;
  margin-right: 10px;
  stroke: #000;
}

@media screen and (max-width:480px) {
  .ay-research-quicklinks-icon {
    margin-right: 10px;
    width: 24px;
    height: 24px;
  }
}

.ay-research-quicklinks__content {
  background-color: #eee;
  padding: .875rem 0;
}

.ay-research-quicklinks__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 0 0 15px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width:768px) {
  .ay-research-quicklinks__links {
    padding: 0 0 0 1em;
  }
}

@media screen and (max-width:480px) {
  .ay-research-quicklinks__links {
    width: auto;
    padding-left: 5px;
  }
}

.ay-research-quicklinks__links--item {
  font-size: 1.25rem;
  padding: 0 .625rem;
  line-height: 1.5;
}

@media screen and (max-width:1024px) {
  .ay-research-quicklinks__links--item {
    font-size: 1rem;
  }
}

@media screen and (max-width:480px) {
  .ay-research-quicklinks__links--item {
    font-size: .875rem;
    padding: 0;
    width: 50%;
  }
}

.ay-research-quicklinks__links--item:first-child {
  border-right: 1px solid #000;
}

@media screen and (max-width:480px) {
  .ay-research-quicklinks__links--item:first-child {
    margin-right: 20px;
  }
}

.ay-research-quicklinks__links--item a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ay-research-quicklinks__links--item a:hover {
  text-decoration: underline;
}

@media screen and (max-width:480px) {
  .ay-research-quicklinks__links--item a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.ay-header-search-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 25px;
  position: relative;
  width: auto;
}

.ay-header-search-login button:focus,
.ay-header-search-login input:focus,
.ay-header-search-login select:focus {
  outline: 0;
}

.ay-header-search-login__search {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding-right: 10px;
  width: 100%;
}

.ay-header-search-login__search input[type=search] {
  background-color: #fff;
  border: 1px solid #000;
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
  font-size: .875rem;
  margin-right: 3px;
  max-width: 150px;
  padding: .3em;
  height: 25px;
  width: 100%;
}

.ay-header-search-login__search input[type=submit] {
  background: url("/o/ay-theme/resources/images/icons-2020/action/search.svg") no-repeat;
  background-size: 22px;
  background-position: center center;
  border: none;
  cursor: pointer;
  height: 30px;
  opacity: .8;
  text-indent: -9999px;
  width: 39px;
}

.ay-header-search-login__login {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  color: #000!important;
  font-size: .625rem;
  font-weight: 500;
  line-height: 11px;
  opacity: .8;
  margin-left: 15px;
  text-decoration: none;
  width: 18%;
}

@media screen and (max-width:1100px) {
  .ay-header-search-login__login {
    line-height: 1.3;
  }
}

.ay-header-search-login__login:hover {
  text-decoration: none;
  color: #797979;
}

.ay-search {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  top: 4px;
  width: 100%;
}

.ay-search button:focus,
.ay-search input:focus,
.ay-search select:focus {
  outline: 0;
}

.ay-search input[type=search] {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #000;
  height: 34px;
  padding-left: .625rem;
  width: 100%;
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
}

.ay-search input[type=submit] {
  background: url("/o/ay-theme/resources/images/icons-2020/action/search.svg") no-repeat;
  background-size: 20px;
  background-position: center center;
  border: none;
  cursor: pointer;
  height: 100px;
  opacity: .8;
  text-indent: -9999px;
  width: 39px;
}

.ay-search input::-webkit-input-placeholder {
  color: transparent;
}

.ay-search input::-moz-placeholder {
  color: transparent;
}

.ay-search input:-ms-input-placeholder {
  color: transparent;
}

.ay-search input::-ms-input-placeholder {
  color: transparent;
}

.ay-search input::placeholder {
  color: transparent;
}

.ay-search__mobile {
  display: none;
}

@media screen and (max-width:768px) {
  .ay-search__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 24px 15px 24px;
    height: 36px;
    width: auto;
  }

  .ay-search__mobile input[type=search]::-webkit-input-placeholder {
    opacity: 1;
    color: #797979;
  }

  .ay-search__mobile input[type=search]::-moz-placeholder {
    opacity: 1;
    color: #797979;
  }

  .ay-search__mobile input[type=search]:-ms-input-placeholder {
    opacity: 1;
    color: #797979;
  }

  .ay-search__mobile input[type=search]::-ms-input-placeholder {
    opacity: 1;
    color: #797979;
  }

  .ay-search__mobile input[type=search]::placeholder {
    opacity: 1;
    color: #797979;
  }
}

.ay-search-main {
  padding: 6.25rem 12%;
}

@media screen and (max-width:768px) {
  .ay-search-main {
    padding: 0 0 1.25rem 0;
  }
}

.ay-search-main .ay-search input[type=search]::-webkit-input-placeholder {
  opacity: 1;
  color: #797979;
}

.ay-search-main .ay-search input[type=search]::-moz-placeholder {
  opacity: 1;
  color: #797979;
}

.ay-search-main .ay-search input[type=search]:-ms-input-placeholder {
  opacity: 1;
  color: #797979;
}

.ay-search-main .ay-search input[type=search]::-ms-input-placeholder {
  opacity: 1;
  color: #797979;
}

.ay-search-main .ay-search input[type=search]::placeholder {
  opacity: 1;
  color: #797979;
}

@media screen and (max-width:768px) {
  .ay-search-main .ay-search {
    display: none;
  }
}

.ay-search__mobile-holder {
  display: none;
  padding: 1.25rem;
}

@media screen and (max-width:768px) {
  .ay-search__mobile-holder {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
    margin: 0 auto;
    max-width: 100%;
    width: calc(100% - 2.8em);
  }
}

.ay-search__mobile-holder .ay-search {
  background: #e9e9e9;
  padding: 1.125rem 0;
}

.ay-search__mobile-holder .ay-search input::-webkit-input-placeholder {
  color: #797979;
  opacity: 1;
}

.ay-search__mobile-holder .ay-search input::-moz-placeholder {
  color: #797979;
  opacity: 1;
}

.ay-search__mobile-holder .ay-search input:-ms-input-placeholder {
  color: #797979;
  opacity: 1;
}

.ay-search__mobile-holder .ay-search input::-ms-input-placeholder {
  color: #797979;
  opacity: 1;
}

.ay-search__mobile-holder .ay-search input::placeholder {
  color: #797979;
  opacity: 1;
}

.ay-search__mobile-holder .ay-button__secondary {
  font-size: .8125rem;
  font-weight: 400;
  margin: 20px 0 0 0;
  padding: 10px 0;
  width: 40%;
}

@media screen and (max-width:768px) {
  .ay-search__mobile-holder .ay-search__filter-holder {
    width: 100%;
    background: #fff;
    padding: 1.875rem 0 0 0;
  }
}

.ay-search__mobile-holder .ay-search__filter-holder select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e9e9e9 url("/o/ay-theme/resources/images/arrow-select.svg") no-repeat 97% center;
  background-size: 15px;
  border-radius: 0;
  border: none;
  color: #797979;
  font-size: .8125rem;
  outline: 0;
  padding: .75rem;
  line-height: .95;
}

.ay-search__mobile-holder .ay-search__filter-holder select::-moz-focus-inner {
  border: 0;
}

.ay-search__mobile-holder .ay-search__filter-holder select option::-moz-focus-inner {
  border: 0;
}

@media screen and (max-width:768px) {
  .ay-search__mobile-holder .ay-search__filter-holder select {
    width: 100%;
  }
}

.ay-search-table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 40px 0 0;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}

@media screen and (max-width:768px) {
  .ay-search-table {
    display: block;
    overflow: hidden;
    margin: 0;
  }
}

.ay-search-table thead {
  background-color: #000;
  width: 100%;
  display: inline-block;
}

.ay-search-table thead th {
  color: #fff;
  font-size: .875rem;
  font-weight: 600;
  margin: 0;
  padding: 12px;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  width: 200px;
}

@media screen and (max-width:1024px) {
  .ay-search-table thead th {
    width: auto;
  }
}

@media screen and (max-width:768px) {
  .ay-search-table thead th {
    display: table-row;
    with: auto;
  }

  .ay-search-table thead th:first-child {
    display: table-cell;
    overflow: hidden;
    padding: 10px 0 10px 20px;
    width: 100%;
  }

  .ay-search-table thead th:nth-child(2),
  .ay-search-table thead th:nth-child(3),
  .ay-search-table thead th:nth-child(4),
  .ay-search-table thead th:nth-child(5) {
    display: none;
    text-indent: -9999px;
    padding: 0;
    overflow: hidden;
    width: 0;
  }
}

.ay-search-table thead .ay-search-table__sort {
  color: #fff;
  text-decoration: none;
}

.ay-search-table thead .ay-search-table__sort--active {
  text-decoration: underline;
}

.ay-search-table thead .ay-search-table__sort:hover {
  text-decoration: underline;
}

#___gcse_0 .gsc-result-info,
.ay-search-table__results {
  padding: 1.5em 0;
}

@media screen and (max-width:768px) {
  #___gcse_0 .gsc-result-info,
  .ay-search-table__results {
    padding: 1em 1.5em;
  }
}

@media screen and (max-width:768px) {
  .ay-search-results {
    padding: 0 1.5em;
  }
}

#___gcse_0 .gs-bidi-start-align.gs-snippet,
.ay-search-results__row {
  padding: 1.8em 0;
  border-bottom: 1px solid #000;
  line-height: 1.5em;
}

@media screen and (max-width:768px) {
  #___gcse_0 .gs-bidi-start-align.gs-snippet,
  .ay-search-results__row {
    padding: 1em 0;
  }
}

#___gcse_0 .gs-bidi-start-align.gs-snippet .ay-link-download,
.ay-search-results__row .ay-link-download {
  color: #000;
  display: block;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (max-width:768px) {
  #___gcse_0 .gs-bidi-start-align.gs-snippet .ay-link-download,
  .ay-search-results__row .ay-link-download {
    padding-top: 12px;
  }
}

#___gcse_0 .gs-bidi-start-align.gs-snippet .ay-link-download::after,
.ay-search-results__row .ay-link-download::after {
  background-image: url("/o/ay-theme/resources/images/arrow-right-black.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: " ";
  display: inline-block;
  height: 14px;
  margin-bottom: -1px;
  margin-left: 5px;
  width: 18px;
}

#___gcse_0 .gs-title .ay-search-results a,
.ay-search-results #___gcse_0 .gs-title a,
.ay-search-results .h4 {
  font-weight: 600;
  text-transform: none;
}

.ay-services-banner {
  margin: 0 auto .4em auto;
  max-width: 1300px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width:768px) {
  .ay-services-banner {
    margin: 0 auto;
  }
}

.ay-services-banner__image {
  max-width: 100%;
  display: block;
}

@media screen and (max-width:1024px) {
  .ay-services-banner__image {
    display: none;
  }
}

@media print {
  .ay-services-banner__image {
    display: none;
  }
}

.ay-services-banner__main {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 15px;
}

@media screen and (max-width:1024px) {
  .ay-services-banner__main {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-height: 100%;
    position: relative;
    width: 100%;
    z-index: 10;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: .5em 0 0 0;
    width: 100%;
  }
}

.ay-services-banner__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
  top: 0;
  width: calc(33.3% - 20px);
}

.ay-services-banner__link:after {
  background: #ef6528;
  bottom: 0;
  content: "";
  position: absolute;
  height: 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100%;
}

.ay-services-banner__link:hover {
  text-decoration: none;
}

.ay-services-banner__link:hover:after {
  background: #de4f10;
}

.ay-services-banner__link:first-child:after {
  background: #55489d;
}

.ay-services-banner__link:hover:first-child:after {
  background: #463b81;
}

.ay-services-banner__link:last-child:after {
  background: #4db595;
}

.ay-services-banner__link:hover:last-child:after {
  background: #40997e;
}

.ay-services-banner__link:before {
  background: #ef6528;
  bottom: 0;
  content: "";
  position: absolute;
  height: 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100%;
}

.ay-services-banner__link:first-child:before {
  background: #55489d;
}

.ay-services-banner__link:last-child:before {
  background: #4db595;
}

.ay-services-banner__link:hover:before {
  height: 100%;
}

@media screen and (max-width:1024px) {
  .ay-services-banner__link {
    width: 100%;
    margin-bottom: 15px;
  }
}

.ay-services-banner__link .ay-services-banner-tt,
.ay-services-banner__link h3 {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 2.5rem;
  line-height: 46.67px;
  font-weight: 500;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 250px;
  position: relative;
  text-align: center;
  -webkit-transition: color .5s 30ms;
  transition: color .5s 30ms;
  z-index: 3;
}

@media screen and (max-width:1024px) {
  .ay-services-banner__link .ay-services-banner-tt,
  .ay-services-banner__link h3 {
    font-size: 2.5rem;
    line-height: 46.67px;
    padding-top: 20px;
  }
}

.ay-services-banner__link:hover .ay-services-banner-tt,
.ay-services-banner__link:hover h3 {
  color: #fff;
}

.ay-services-banner__link:hover .ay-services-banner-tt:after,
.ay-services-banner__link:hover h3:after {
  background: #fff;
}

.ay-services-banner__link div {
  color: transparent;
  height: 0;
  -webkit-transition: all .5s 0s;
  transition: all .5s 0s;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: color .5s 50ms;
  transition: color .5s 50ms;
  z-index: 3;
}

@media screen and (max-width:1024px) {
  .ay-services-banner__link div {
    color: #000;
    height: 22px;
  }
}

.ay-services-banner__link:hover div {
  color: #fff;
  height: 22px;
}

.ay-services-banner__general {
  color: #fff;
  background: #000;
  font-size: 1.4375rem;
  font-weight: 700;
  margin-top: 11px;
  padding: 15px 0;
  width: calc(50% - 5px);
}

.ay-services-banner__general:after {
  display: none;
}

@media screen and (max-width:1024px) {
  .ay-services-banner__general {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 0;
  }
}

.ay-service {
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 200px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  width: 230px;
}

.ay-service:first-child {
  left: 30px;
  position: relative;
}

@media screen and (max-width:900px) {
  .ay-service:first-child {
    left: 0;
  }
}

.ay-service:nth-child(2) {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 80px;
  width: 200px;
}

.ay-service:nth-child(3) {
  width: 320px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.875rem;
}

@media screen and (max-width:1200px) {
  .ay-service:nth-child(3) {
    margin-right: 0;
  }
}

@media screen and (max-width:1024px) {
  .ay-service {
    margin: .5em 0;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 115px;
  }

  .ay-service:first-child {
    background: url("/o/ay-theme/resources/images/services1.jpg") no-repeat;
    background-size: cover;
    max-width: 100%;
    position: relative;
    width: 100%;
    left: 0;
  }

  .ay-service:first-child:before {
    background: rgba(134,181,92,.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
  }

  .ay-service:nth-child(2) {
    background: url("/o/ay-theme/resources/images/services2.jpg") no-repeat;
    background-size: cover;
    max-width: 100%;
    position: relative;
    width: 100%;
    margin-left: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ay-service:nth-child(2):before {
    background: rgba(244,139,59,.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
  }

  .ay-service:nth-child(3) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: url("/o/ay-theme/resources/images/services3.jpg") no-repeat;
    background-size: cover;
    max-width: 100%;
    position: relative;
    width: 100%;
  }

  .ay-service:nth-child(3):before {
    background: rgba(50,184,223,.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
  }
}

@media screen and (max-width:768px) {
  .ay-service {
    height: auto;
    padding: 65px 0 10px 0;
  }
}

.ay-service h3 {
  font-size: 2.5rem;
  font-weight: 300;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
  z-index: 5;
}

@media screen and (max-width:1100px) {
  .ay-service h3 {
    font-size: 2.1875rem;
  }
}

@media screen and (max-width:900px) {
  .ay-service h3 {
    left: 30px;
    z-index: 3;
  }
}

@media screen and (max-width:1024px) {
  .ay-service h3 {
    bottom: 20px;
    font-size: 2rem;
    left: 0;
    padding-left: 20px;
  }

  .ay-service h3 br {
    display: none;
  }
}

@media screen and (max-width:480px) {
  .ay-service h3 {
    font-size: 1.5625rem;
    bottom: 10px;
  }
}

.ay-service h3:after {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  width: 40px;
}

.ay-service:first-child h3 {
  position: relative;
  left: 50px;
}

@media screen and (max-width:1024px) {
  .ay-service:first-child h3 {
    left: 0;
    padding-left: 20px;
  }
}

.ay-services-main {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
  width: 100%;
}

@media screen and (max-width:768px) {
  .ay-services-main {
    margin-top: .625rem;
    padding: 1em;
  }
}

.ay-services-main .ay-flex-grid {
  max-width: 1300px;
  width: 100%;
  margin: 10px 0;
}

@media screen and (max-width:1024px) {
  .ay-services-main .ay-flex-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width:768px) {
  .ay-services-main .ay-flex-grid {
    margin-top: 0;
  }
}

.ay-services-main .ay-flex-grid .ay-button__primary {
  background: #fff;
  border: none;
  color: #000!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: left;
  margin-left: 0!important;
  -webkit-transform: translateX(0)!important;
  -ms-transform: translateX(0)!important;
  transform: translateX(0)!important;
  width: 50%;
}

@media screen and (max-width:1024px) {
  .ay-services-main .ay-flex-grid .ay-button__primary {
    width: 100%;
  }
}

.ay-services-main .ay-flex-grid .ay-button__primary span {
  display: inline-block;
  font-size: 1.125rem;
  text-transform: uppercase;
  width: 100%;
}

.ay-services-main .ay-flex-grid .ay-button__primary div {
  background: url("/o/ay-theme/resources/images/person-homepage-icon-rs.png") no-repeat left center;
  width: calc(100% - 80px);
  background-size: 50px;
  background-position: left 69%;
  font-size: 1.75rem;
  margin: auto;
  padding-left: 70px;
  -webkit-text-decoration-skip: objects;
  text-decoration-skip: objects;
  text-decoration: underline;
  text-decoration-color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media screen and (max-width:459px) {
  .ay-services-main .ay-flex-grid .ay-button__primary div {
    padding-left: 100px;
  }
}

.ay-services-main .ay-flex-grid .ay-button__primary:hover {
  text-decoration: underline;
}

.ay-services-main .ay-flex-grid .ay-button__primary:hover div {
  -webkit-text-decoration-skip: objects;
  text-decoration-skip: objects;
  text-decoration: underline;
  text-decoration-color: #000;
}

.ay-services-main .ay-flex-grid .ay-button__primary:first-child {
  margin-right: 30px;
}

.ay-services-main .ay-flex-grid .ay-button__primary:first-child div {
  background: url("/o/ay-theme/resources/images/clipboard-gear-homepage-icon-rs.png") no-repeat left center;
  background-size: contain;
  margin: auto;
}

@media screen and (max-width:1024px) {
  .ay-services-main .ay-flex-grid .ay-button__primary:first-child {
    margin: 0 0 8px 0;
  }
}

.ay-case-study-full-wrap {
  max-width: 1300px;
  margin: auto;
}

.ay-case-study-full-wrap .owl-dots.disabled {
  display: none;
}

.ay-case-study-slider-main-outer {
  width: 100%;
  max-width: 1215px;
  padding-left: 85px;
}

@media screen and (max-width:768px) {
  .ay-case-study-slider-main-outer {
    padding-left: 0;
  }
}

@media print {
  .ay-case-study-slider-main-outer {
    padding-left: 0;
  }
}

.ay-case-study-slider-main {
  width: 100%;
}

.ay-case-study-slider-main .owl-stage-outer {
  margin-bottom: 10px;
}

.ay-case-study-slider-main #sync1 .cs-item {
  height: 450px;
  position: relative;
}

@media screen and (max-width:768px) {
  .ay-case-study-slider-main #sync1 .cs-item {
    height: 250px;
  }
}

.ay-case-study-slider-main #sync1 .cs-item .ay-case-study-slider__caption {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 3;
}

@media print {
  .ay-case-study-slider-main #sync1 .cs-item .ay-case-study-slider__caption {
    display: none;
  }
}

.ay-case-study-slider-main #sync1 .cs-item img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 100%;
  z-index: 2;
  position: relative;
}

@media screen and (max-width:768px) {
  .ay-case-study-slider-main #sync1 .cs-item img {
    max-width: 100%;
  }
}

@media print {
  .ay-case-study-slider-main #sync1 .cs-item img {
    max-width: 600px;
  }
}

.ay-case-study-slider-main #sync2 .cs-item {
  height: 100px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: -webkit-filter .5s;
  transition: -webkit-filter .5s;
  transition: filter .5s;
  transition: filter .5s,-webkit-filter .5s;
}

@media screen and (max-width:768px) {
  .ay-case-study-slider-main #sync2 .cs-item {
    height: 45px;
  }
}

.ay-case-study-slider-main #sync2 .cs-item:hover {
  -webkit-filter: grayscale(.35);
  filter: grayscale(.35);
  cursor: pointer;
}

.ay-case-study-slider-main #sync2 .cs-item img {
  display: block;
  height: 100%;
  max-height: 100%;
}

.ay-case-study-slider-main #sync2 .current .cs-item {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.ay-case-study--single-image {
  max-width: 1300px;
  width: 100%;
  max-height: 450px;
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 75px;
  margin: 0;
  position: relative;
}

@media screen and (max-width:768px) {
  .ay-case-study--single-image {
    padding: 0;
  }
}

@media print {
  .ay-case-study--single-image {
    padding-left: 0;
    max-width: 650px;
  }
}

.ay-case-study--single-image img {
  width: 100%;
}

.ay-case-study--single-image img[src=""] {
  height: 65px;
  visibility: hidden;
}

.ay-case-study--single-image+.ay-case-study {
  margin-top: 20px;
}

.ay-case-study--single-image figcaption {
  margin: 0;
  position: absolute;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
  top: 0;
}

@media print {
  .ay-case-study--single-image figcaption {
    display: none;
  }
}

.ay-case-study--single-image figcaption .ay-case-study--title-blue-bg {
  background: #000;
  color: #fff;
  font-size: 1.5rem;
  padding: 0 30px 0 50px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ay-case-study--single-image figcaption .ay-title-edge-blue__end {
  background-size: 77px;
  margin-left: 0;
  width: 77px;
  height: 70px;
  display: inline-block;
}

.ay-case-study {
  margin: 35px 0 60px;
  max-width: 1300px;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width:768px) {
  .ay-case-study {
    margin-top: 15px;
    padding-top: 0;
    margin: 0 auto;
  }
}

.ay-case-study .ay-case-study--columns-holder {
  width: 100%;
}

.ay-case-study .ay-case-study--columns-holder img {
  max-width: 15%;
  min-width: 10%;
  display: block;
  margin-bottom: 15px;
  width: 100%;
}

@media screen and (max-width:1000px) {
  .ay-case-study .ay-case-study--columns-holder img {
    min-width: 30%;
  }
}

.ay-case-study .ay-case-study--columns-holder__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin: auto;
}

@media screen and (max-width:1000px) {
  .ay-case-study .ay-case-study--columns-holder__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media print {
  .ay-case-study .ay-case-study--columns-holder__inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ay-case-study--columns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width:768px) {
  .ay-case-study--columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ay-case-study--columns__column {
  width: 50%;
}

@media screen and (max-width:1000px) {
  .ay-case-study--columns__column {
    width: 100%;
  }
}

@media print {
  .ay-case-study--columns__column {
    width: 100%;
  }
}

.ay-case-study--columns__column.ay-case-study-col-1 {
  color: #000;
  font-size: 115%;
  line-height: inherit;
  padding-right: 15px;
}

@media print {
  .ay-case-study--columns__column.ay-case-study-col-1 {
    font-size: 1rem;
  }
}

.ay-case-study--columns__column.ay-case-study-col-1 li {
  padding-left: 0;
  margin-left: 0;
}

.ay-case-study--columns__column.ay-case-study-col-1 li:before {
  display: none;
}

.ay-side__social {
  border-top: 1px solid #c4c4c4;
  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;
  height: 30px;
  padding-top: 1.25rem;
  width: 55px;
  margin-right: 30px;
}

@media screen and (max-width:768px) {
  .ay-side__social {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    left: 0;
    width: 30px;
    height: auto;
    border-top: none;
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 15px;
    padding-top: 0;
  }

  .ay-side__social a {
    margin-right: 10px;
  }
}

@media print {
  .ay-side__social {
    display: none;
  }
}

.ay-side__social--icon {
  display: block;
  color: #c4c4c4;
  fill: transparent;
  height: 30px;
  margin-bottom: 12px;
  max-width: 40px;
  width: 30px;
}

.ay-side__social--icon:hover {
  color: #da291c;
}

.ay-projects-carousel {
  margin: 20px auto;
  width: 100%;
  max-width: 900px;
}

@media screen and (max-width:768px) {
  .ay-projects-carousel {
    max-width: 350px;
    width: 100%;
    padding: 0 10px;
  }
}

.ay-projects-carousel .owl-stage-outer {
  margin-bottom: 15px;
}

.ay-projects-carousel .owl-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 50px;
  pointer-events: visible;
}

.ay-projects-carousel .ay-project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 250px;
  max-width: 300px;
  position: relative;
  width: 100%;
}

@media screen and (max-width:768px) {
  .ay-projects-carousel .ay-project {
    max-width: 350px;
    height: 300px;
  }
}

.ay-projects-carousel .ay-project__thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ay-projects-carousel .ay-project__details {
  background-color: #000;
  color: #fff;
  height: 65px;
  padding: 0 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .2s all;
  transition: .2s all;
  width: 100%;
  z-index: 3;
}

.ay-projects-carousel .ay-project__details h3 {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.ay-projects-carousel .ay-project__details h3:first-child {
  margin-bottom: 4px;
  font-weight: 600;
}

.ay-title-edge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ay-title-edge h2 {
  color: #000;
  font-size: 1.5rem;
  height: 70px;
  padding: 18px 20px 0 20px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width:768px) {
  .ay-title-edge h2 {
    height: 60px;
    padding: 14px 20px 0 30px;
    font-size: 1.375rem;
  }
}

.ay-title-edge-blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ay-title-edge-blue h2 {
  background: #000;
  color: #fff;
  font-size: 1.5rem;
  height: 70px;
  padding: 18px 30px 0 50px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width:768px) {
  .ay-title-edge-blue h2 {
    height: 60px;
    padding: 14px 20px 0 30px;
    font-size: 1.375rem;
  }
}

.ay-title-edge-blue__end {
  background-size: 77px;
  left: -1px;
  position: relative;
  width: 77px;
}

@media screen and (max-width:768px) {
  .ay-title-edge-blue__end {
    background-size: 66px;
  }
}

#fifty:target .ay-services-scs-link {
  width: 50%;
}

#seventyfive:target .ay-services-scs-link {
  width: 75%;
}

.ay-title-edge+.ay-services-scs-link {
  margin-top: 20px;
}

.ay-services-scs-link {
  text-decoration: none;
  display: block;
  width: 33%;
}

.ay-services-scs-link figure {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 20px 0;
  padding: 0;
}

.ay-services-scs-link figure span {
  display: block;
}

.ay-services-scs-link figure img {
  width: 100%;
}

.ay-services-scs-link figure figcaption {
  position: absolute;
  bottom: 0;
  background-color: #000;
  color: #fff;
  height: 65px;
  padding: 0 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .2s all;
  transition: .2s all;
  width: 100%;
  z-index: 3;
}

.ay-services-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  padding: .2em;
}

.ay-services-form__title {
  font-size: 1.25rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
}

.ay-services-form__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 1px solid #797979;
  color: #797979;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 25px;
  padding-bottom: 5px;
  width: 100%;
}

.ay-services-form__main {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

@media screen and (max-width:768px) {
  .ay-services-form__main {
    width: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

.ay-services-form__main input[type=email],
.ay-services-form__main input[type=text] {
  border: 1px solid #000;
  font-size: .875rem;
  max-width: 300px;
  padding: 2px 10px;
  width: 100%;
  height: 32px;
}

@media screen and (max-width:768px) {
  .ay-services-form__main input[type=email],
  .ay-services-form__main input[type=text] {
    padding: 6px 10px;
    font-size: 1rem;
    max-width: 100%;
  }
}

.ay-services-form__main input[type=email]:focus,
.ay-services-form__main input[type=text]:focus {
  outline: 0;
}

.ay-services-form__main textarea {
  border: 1px solid #000;
  font-size: .875rem;
  height: 100px;
  padding: 2px 10px;
  max-width: 300px;
  width: 100%;
}

@media screen and (max-width:768px) {
  .ay-services-form__main textarea {
    padding: 6px 10px;
    font-size: 1rem;
    max-width: 100%;
  }
}

.ay-services-form__main textarea:focus {
  outline: 0;
}

.ay-services-form__main select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e9e9e9 url("/o/ay-theme/resources/images/arrow-select.svg") no-repeat 97% center;
  background-size: 15px;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #797979;
  font-size: .8125rem;
  outline: 0;
  padding: .5rem;
  max-width: 300px;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

@media screen and (max-width:768px) {
  .ay-services-form__main select {
    padding: 6px 10px;
    font-size: 1rem;
    max-width: 100%;
  }
}

.ay-services-form__main select::-moz-focus-inner {
  border: 0;
}

.ay-services-form__main select option::-moz-focus-inner {
  border: 0;
}

.ay-services-form__main span.ay-services-form__submit {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 47%;
}

@media screen and (max-width:768px) {
  .ay-services-form__main span.ay-services-form__submit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
}

.ay-services-form__main span.ay-services-form__submit .ay-services-form__button {
  max-width: 150px;
  margin-right: 0;
  text-transform: uppercase;
}

.ay-services-form__main span.ay-services-form__submit .ay-services-form__button:last-child {
  margin-left: 10px;
}

.ay-services-form__main span.ay-services-form__submit .ay-services-form__button:only-child {
  margin-left: 0;
}

.ay-services-form__button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  padding: 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .3s all;
  transition: .3s all;
  width: 100%;
  max-width: 100px;
  margin-right: 180px;
}

@media screen and (max-width:768px) {
  .ay-services-form__button {
    margin: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 150px;
    padding: 15px;
  }
}

.ay-services-form__button:active,
.ay-services-form__button:focus,
.ay-services-form__button:hover {
  background-color: #000;
  cursor: pointer;
}

.ay-services-form__label {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .8125rem;
  font-weight: 700;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 5px;
  min-width: 185px;
  width: 100%;
  text-align: right;
}

@media screen and (max-width:768px) {
  .ay-services-form__label {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-width: 0;
    margin: 0 0 10px 0;
    font-size: 1rem;
  }
}

.ay-services-form span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  max-width: 550px;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width:768px) {
  .ay-services-form span {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ay-services-form__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 300px;
}

@media screen and (max-width:768px) {
  .ay-services-form__inputs {
    max-width: 100%;
  }
}

.ay-services-form__inputs input[type=email],
.ay-services-form__inputs input[type=text] {
  width: 50%;
  margin-right: 10px;
}

.ay-services-form__inputs select {
  width: 50%;
}

.ay-services--case-studies-list td {
  width: 16.666%;
  vertical-align: top;
  display: table-cell;
  word-wrap: break-word;
}

.ay-services--case-studies-list td:nth-child(2) {
  white-space: inherit!important;
}

@media screen and (max-width:1000px) {
  .ay-services--case-studies-list td {
    font-size: .875rem;
    display: block;
    word-wrap: inherit;
    width: auto;
  }
}

@media screen and (max-width:900px) {
  .ay-services--case-studies-list .ay-search-proff-table__header td {
    font-size: .8125rem;
  }
}

@media screen and (max-width:1000px) {
  .ay-services--case-studies-list .ay-search-proff-table__header {
    display: none;
  }
}

.ay-case-study__version-3 {
  background: #fff;
  max-width: 900px;
  width: 100%;
  margin-bottom: 1.5625em;
}

@media screen and (max-width:768px) {
  .ay-case-study__version-3 .ay-title-edge h2 {
    padding: 14px 0 0 30px;
  }
}

.ay-case-study__version-3 .ay-title-edge .ay-case-study-view-all-listings {
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #000;
  font-size: .875rem;
  font-weight: 600;
  margin-bottom: 21px;
  margin-left: auto;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 36px;
  -ms-flex-line-pack: center;
  align-content: center;
  text-transform: uppercase;
}

.ay-case-study__version-3 .ay-title-edge .ay-case-study-view-all-listings img {
  max-width: 36px;
  width: 36px;
}

.ay-case-study__version-3 .ay-title-edge .ay-case-study-view-all-listings span {
  -ms-flex-item-align: center;
  align-self: center;
  color: #000;
  min-width: 140px;
  padding-right: 10px;
  text-align: right;
}

.ay-case-study__version-3--grouping {
  margin: 0;
  padding: 0 36px;
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ay-case-study__version-3--grouping li {
  position: relative;
  width: 50%;
  margin-bottom: 15px;
}

@media screen and (max-width:1300px) {
  .ay-case-study__version-3--grouping li {
    width: 100%;
  }
}

@media screen and (max-width:931px) {
  .ay-case-study__version-3--grouping li {
    width: 50%;
  }
}

@media screen and (max-width:670px) {
  .ay-case-study__version-3--grouping li {
    width: 100%;
  }
}

.ay-case-study__version-3--grouping a {
  text-decoration: none;
  color: #fff!important;
  position: relative;
  display: block;
  width: calc(100% - 15px);
}

.ay-case-study__version-3--grouping a[data-status]:before {
  background: #000;
  content: attr(data-status);
  position: absolute;
  text-transform: uppercase;
  font-size: .6875rem;
  font-weight: 600;
  opacity: 0;
  padding: 5px 22px 5px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  top: 0;
  left: 0;
  height: auto;
  color: #fff;
  margin-left: -8px;
  margin-top: 30px;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.ay-case-study__version-3--grouping a.orange[data-status]:before {
  border-top: none!important;
}

.ay-case-study__version-3--grouping a[data-status]:after {
  text-transform: uppercase;
  padding: 15px 0 15px 25px;
  font-size: 1.125rem;
  font-weight: 600;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.ay-case-study__version-3--grouping a[data-status]:hover:before {
  opacity: 1;
}

.ay-case-study__version-3--grouping a:hover .ay-case-study__version-3--cover {
  opacity: 0;
}

.ay-case-study__version-3--grouping a:hover figure figcaption {
  opacity: 1;
}

.ay-case-study__version-3--cover {
  padding: 15px;
  margin: 0;
  background: rgba(0,0,0,.5);
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 10;
}

@media screen and (max-width:850px) {
  .ay-case-study__version-3--cover {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width:670px) {
  .ay-case-study__version-3--cover {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width:470px) {
  .ay-case-study__version-3--cover {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.ay-case-study__version-3--cover dl {
  margin: 0;
  padding: 0;
}

.ay-case-study__version-3--cover dl dt {
  color: #fff;
}

.ay-case-study__version-3--cover dd,
.ay-case-study__version-3--cover dt {
  margin: 0;
  padding: 0;
}

.ay-case-study__version-3--cover dd:first-child dt {
  color: #fff;
  font-size: 1.5625rem;
  line-height: 35px;
  font-weight: 700;
}

.ay-case-study__version-3--cover dd:first-child dt h3 {
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 35px;
}

.ay-case-study__version-3--cover dd:first-child dd {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 35px;
}

@media screen and (max-width:850px) {
  .ay-case-study__version-3--cover dd:last-child {
    display: none;
  }
}

@media screen and (max-width:670px) {
  .ay-case-study__version-3--cover dd:last-child {
    display: block;
  }
}

@media screen and (max-width:470px) {
  .ay-case-study__version-3--cover dd:last-child {
    display: none;
  }
}

.ay-case-study__version-3--cover dd:last-child dd,
.ay-case-study__version-3--cover dd:last-child dt {
  display: inline;
}

.ay-case-study__version-3--cover dd:last-child dt {
  font-weight: 600;
}

.ay-case-study__version-3--cover dd:last-child dt:after {
  content: ":";
}

.ay-case-study__version-3--cover dd:last-child dd:after {
  content: "";
  display: block;
  margin-bottom: 5px;
}

.ay-case-study__version-3 figure {
  padding: 0;
  margin: 0;
}

.ay-case-study__version-3 figure img {
  width: 100%;
}

.ay-case-study__version-3 figure figcaption {
  background: #000;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  padding: 5px 15px;
  text-align: right;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  font-size: .75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ay-case-study__version-3 figure figcaption:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  margin: 0 0 0 10px;
}

.ay-column.ay-column__single.ay-column__single--blank.portlet-column.portlet-column-only .ay-case-study__version-3 {
  max-width: 1300px;
}

.ay-column.ay-column__single.ay-column__single--blank.portlet-column.portlet-column-only .ay-case-study__version-3--grouping {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ay-column.ay-column__single.ay-column__single--blank.portlet-column.portlet-column-only .ay-case-study__version-3--grouping li {
  width: 33.33%;
}

@media screen and (max-width:1285px) {
  .ay-column.ay-column__single.ay-column__single--blank.portlet-column.portlet-column-only .ay-case-study__version-3--grouping li {
    width: 50%;
  }
}

@media screen and (max-width:840px) {
  .ay-column.ay-column__single.ay-column__single--blank.portlet-column.portlet-column-only .ay-case-study__version-3--grouping li {
    width: 100%;
  }
}

@media screen and (max-width:840px) {
  .ay-column.ay-column__single.ay-column__single--blank.portlet-column.portlet-column-only .ay-case-study__version-3--cover {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width:505px) {
  .ay-column.ay-column__single.ay-column__single--blank.portlet-column.portlet-column-only .ay-case-study__version-3--cover {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.ay-column.ay-column__single.ay-column__single--blank.portlet-column.portlet-column-only .ay-case-study__version-3--cover dd:last-child {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width:840px) {
  .ay-column.ay-column__single.ay-column__single--blank.portlet-column.portlet-column-only .ay-case-study__version-3--cover dd:last-child {
    display: block;
  }
}

@media screen and (max-width:505px) {
  .ay-column.ay-column__single.ay-column__single--blank.portlet-column.portlet-column-only .ay-case-study__version-3--cover dd:last-child {
    display: none;
  }
}

.ay-main.ay-main-grey .ay-case-study__version-3,
.ay-main.ay-main-white .ay-case-study__version-3 {
  background: 0 0;
}

@media screen and (max-width:1372px) {
  .ay-main.ay-main-grey .ay-case-study__version-3,
  .ay-main.ay-main-white .ay-case-study__version-3 {
    margin-left: 42px;
    margin-right: 30px;
    width: calc(100% - 72px);
  }
}

.ay-main.ay-main-grey .ay-case-study__version-3 .ay-title-edge h2,
.ay-main.ay-main-white .ay-case-study__version-3 .ay-title-edge h2 {
  padding: 14px 0 0 0;
}

.ay-main.ay-main-grey .ay-case-study__version-3 .ay-case-study__version-3--grouping,
.ay-main.ay-main-white .ay-case-study__version-3 .ay-case-study__version-3--grouping {
  margin: 0 0 0 9px;
  padding: 0;
}

.ay-main.ay-main-grey .ay-case-study__version-3 .ay-case-study__version-3--grouping li&gt;a,
.ay-main.ay-main-white .ay-case-study__version-3 .ay-case-study__version-3--grouping li&gt;a {
  margin-right: 15px;
  width: auto;
}

@media screen and (max-width:700px) {
  .ay-main.ay-main-grey .ay-case-study__version-3 .ay-case-study__version-3--grouping li&gt;a,
  .ay-main.ay-main-white .ay-case-study__version-3 .ay-case-study__version-3--grouping li&gt;a {
    margin-right: 10px;
  }
}

@media screen and (max-width:930px) {
  .ay-main.ay-main-grey .ay-case-study__version-3 .ay-case-study__version-3--grouping li:nth-child(n+2),
  .ay-main.ay-main-white .ay-case-study__version-3 .ay-case-study__version-3--grouping li:nth-child(n+2) {
    margin-right: -5px;
  }
}

@media screen and (max-width:700px) {
  .ay-main.ay-main-grey .ay-case-study__version-3 .ay-case-study__version-3--grouping li:nth-child(n+2),
  .ay-main.ay-main-white .ay-case-study__version-3 .ay-case-study__version-3--grouping li:nth-child(n+2) {
    margin-right: 2px;
  }
}

.ay-main.ay-main-grey .ay-case-study__version-3 .ay-case-study__version-3--grouping li:nth-child(n+3)&gt;a,
.ay-main.ay-main-white .ay-case-study__version-3 .ay-case-study__version-3--grouping li:nth-child(n+3)&gt;a {
  margin-right: 10px;
}

@media screen and (max-width:930px) {
  .ay-main.ay-main-grey .ay-case-study__version-3 .ay-case-study__version-3--grouping li:nth-child(n+3)&gt;a,
  .ay-main.ay-main-white .ay-case-study__version-3 .ay-case-study__version-3--grouping li:nth-child(n+3)&gt;a {
    margin-right: 15px;
  }
}

@media screen and (max-width:700px) {
  .ay-main.ay-main-grey .ay-case-study__version-3 .ay-case-study__version-3--grouping li:nth-child(n+3)&gt;a,
  .ay-main.ay-main-white .ay-case-study__version-3 .ay-case-study__version-3--grouping li:nth-child(n+3)&gt;a {
    margin-right: 9px;
  }
}

@media screen and (max-width:929px) {
  #ay .ay-column__triple--col2.portlet-column .ay-multiple-button-wrap,
  #ay .ay-column__triple--col2.portlet-column .ay-multiple-button-wrap a {
    width: auto;
  }
}

@media screen and (max-width:580px) {
  #ay .ay-case-study__version-3 .ay-title-edge h2 {
    font-size: 1.125rem;
    height: 50px;
  }
}

@media screen and (max-width:530px) {
  #ay .ay-case-study__version-3 .ay-title-edge h2 {
    font-size: 1rem;
  }
}

.ay-lts-row-layout .ay-main-grey .ay-case-study__version-3,
.ay-lts-row-layout .ay-main-white .ay-case-study__version-3 {
  max-width: 1300px;
}

.ay-lts-row-layout .ay-main-grey .ay-case-study__version-3--grouping li,
.ay-lts-row-layout .ay-main-white .ay-case-study__version-3--grouping li {
  width: 33.33%;
}

@media screen and (max-width:930px) {
  .ay-lts-row-layout .ay-main-grey .ay-case-study__version-3--grouping li,
  .ay-lts-row-layout .ay-main-white .ay-case-study__version-3--grouping li {
    width: 50%;
  }
}

@media screen and (max-width:700px) {
  .ay-lts-row-layout .ay-main-grey .ay-case-study__version-3--grouping li,
  .ay-lts-row-layout .ay-main-white .ay-case-study__version-3--grouping li {
    width: 100%;
  }
}

.aui #ay .span12 .ay-case-study__version-3--grouping li {
  width: 33.3%;
}

@media screen and (max-width:930px) {
  .aui #ay .span12 .ay-case-study__version-3--grouping li {
    width: 50%;
  }
}

@media screen and (max-width:700px) {
  .aui #ay .span12 .ay-case-study__version-3--grouping li {
    width: 100%;
  }
}

.aui #ay .ay-lts-row-layout .ay-column {
  width: 100%;
}

.ay-column-3060 .ay-column__triple--col2 .ay-case-study__version-3--grouping {
  padding: 0 19px;
}

@media screen and (max-width:1300px) {
  .ay-column-3060 .ay-column__triple--col2 .ay-case-study__version-3--grouping li {
    width: 50%;
  }
}

@media screen and (max-width:1180px) {
  .ay-column-3060 .ay-column__triple--col2 .ay-case-study__version-3--grouping li {
    width: 100%;
  }
}

@media screen and (max-width:768px) {
  .ay-column-3060 .ay-column__triple--col2 .ay-case-study__version-3--grouping li {
    width: 50%;
  }
}

@media screen and (max-width:480px) {
  .ay-column-3060 .ay-column__triple--col2 .ay-case-study__version-3--grouping li {
    width: 100%;
  }
}

.ay-blog-tiles-wrap.ay-feature-property-tiles h3.ay-blog-tile-title {
  font-family: "Open Sans",sans-serif;
  font-size: 1.25rem;
  line-height: 26px;
  margin-bottom: 32px;
}

.ay-blog-tiles-wrap.ay-feature-property-tiles h4.ay-blog-tile-blurb {
  font-size: 1.25rem;
  line-height: 26px;
}

.ay-blog-tiles-wrap.ay-feature-property-tiles a:hover h4.ay-blog-tile-blurb {
  text-decoration: underline;
}

.ay-blog-tiles-wrap.ay-feature-property-tiles ul li a:after {
  border-bottom: 3px solid #60779f;
}

.ay-homepage-statement-lts {
  border-top: 3px solid #000;
  margin: auto;
  max-width: 1300px;
}

@media screen and (max-width:1300px) {
  .ay-homepage-statement-lts {
    width: calc(99% - 62px);
  }
}

.ay-homepage-statement-lts header {
  margin: auto;
  padding: 50px 0;
  text-align: center;
  width: 75%;
}

@media screen and (max-width:480px) {
  .ay-homepage-statement-lts header {
    width: 85%;
  }
}

.ay-homepage-statement-lts header .ay-homepage-statement-lts-title {
  font-size: 1.875rem;
  margin-bottom: 30px;
}

#___gcse_0 .gs-title .ay-homepage-statement-lts header a.ay-homepage-statement-lts-,
.ay-homepage-statement-lts header #___gcse_0 .gs-title a.ay-homepage-statement-lts-,
.ay-homepage-statement-lts header .ay-homepage-statement-lts-.h4 {
  font-size: 1.375rem;
  line-height: 120%;
}

.ay-homepage-statement-lts .ay-homepage-statement-lts-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width:640px) {
  .ay-homepage-statement-lts .ay-homepage-statement-lts-columns {
    -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;
  }
}

.ay-homepage-statement-lts .ay-homepage-statement-lts-columns .ay-homepage-statement-lts-column {
  color: #000;
  font-size: 1.125rem;
  line-height: 120%;
  width: 32%;
}

@media screen and (max-width:900px) {
  .ay-homepage-statement-lts .ay-homepage-statement-lts-columns .ay-homepage-statement-lts-column {
    margin-bottom: 30px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}

.ay-homepage-statement-lts .ay-homepage-statement-lts-columns .ay-homepage-statement-lts-column .ay-homvepage-statement-lts-column-title {
  background-image: url("/o/ay-theme/resources/images/icons-2020/infographic/camera-iris.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 60px;
  font-size: 1.875rem;
  margin-bottom: 10px;
  min-height: 60px;
  padding-left: 80px;
}

.ay-homepage-statement-lts .ay-homepage-statement-lts-columns .ay-homepage-statement-lts-column:first-child .ay-homvepage-statement-lts-column-title {
  background-image: url("/o/ay-theme/resources/images/icons-2020/infographic/chat-bubbles.svg");
}

.ay-homepage-statement-lts .ay-homepage-statement-lts-columns .ay-homepage-statement-lts-column:last-child .ay-homvepage-statement-lts-column-title {
  background-image: url("/o/ay-theme/resources/images/icons-2020/infographic/spark.svg");
}

.ay-homepage-statement-lts footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 35px;
}

.ay-homepage-statement-lts footer a.ay-button__primary.ay-button__primary--black-text {
  margin: 20px auto auto 50%;
  width: auto;
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
  .ay-statement__post {
    padding-bottom: 60px;
  }
}

.ay-subpage-banner {
  background: url("/o/ay-theme/resources/images/subpage-banner.jpg") no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 238px;
  overflow: hidden;
  position: relative;
  margin: 0 auto 18px auto;
  width: 100%;
}

.ay-subpage-banner.ay-subpage-banner-refresh {
  margin-bottom: 0;
}

@media screen and (max-width:768px) {
  .ay-subpage-banner {
    height: 175px;
  }
}

@media screen and (max-width:480px) {
  .ay-subpage-banner {
    height: 124px;
  }
}

@media print {
  .ay-subpage-banner {
    height: 0;
  }
}

.ay-timeline {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

@media screen and (max-width:768px) {
  .ay-timeline {
    margin: 0 10px 0 0;
  }
}

.ay-timeline__event {
  color: #000;
  font-size: .875rem;
  margin: 8px auto;
  max-width: 960px;
  padding: 40px 0 0 170px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width:768px) {
  .ay-timeline__event {
    margin: 10px 0;
    padding: 50px 20px;
    width: auto;
  }
}

.ay-timeline__event:before {
  border-top: 3px solid #000;
  content: "";
  display: inline-block;
  height: 3px;
  left: 100px;
  max-width: 880px;
  position: absolute;
  top: 20px;
  width: 100%;
}

.ay-timeline__event h4 {
  background-color: #000;
  background-size: 92px;
  background-position: 0 2px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  height: 40px;
  line-height: 1.875rem;
  left: 30px;
  padding: 2px 15px;
  position: absolute;
  top: 0;
}

@media screen and (max-width:768px) {
  .ay-timeline__event h4 {
    left: 20px;
  }
}

.ay-select-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("/o/ay-theme/resources/images/arrow-select-black.svg") no-repeat 99% center;
  background-size: 15px;
  border-radius: 0;
  border: none;
  color: #000;
  line-height: 1;
  font-size: .8125rem;
  outline: 0;
  padding: .75rem;
  width: 100%;
}

.ay-select-field::-moz-focus-inner {
  border: 0;
}

.ay-select-field option::-moz-focus-inner {
  border: 0;
}

#ay-search-on-page-mobile {
  width: 100%;
}

.ay-subscription-holder input[type=email],
.ay-subscription-holder input[type=text] {
  padding: 8px!important;
}

.ay-subscription-holder input[type=email] {
  width: 100%;
}

.ay-lts-row-layout .ay-search-proff-sort {
  display: blog;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  width: 100%;
}

@media screen and (max-width:1372px) and (min-width:768px),screen and (max-width:480px) {
  .ay-lts-row-layout .ay-search-proff-sort {
    margin-left: 36px;
    margin-right: 36px;
    max-width: calc(100% - 72px);
  }
}

.ay-lts-row-layout .ay-search-proff-sort__mobile #ay-search-on-page-action-mobile {
  background: #000;
  -webkit-transition: background .5s;
  transition: background .5s;
  width: 100%;
}

.ay-lts-row-layout .ay-search-proff-sort__mobile #ay-search-on-page-action-mobile:hover {
  background: #32b8df;
}

@media screen and (max-width:1372px),screen and (max-width:480px) {
  .ay-lts-row-layout #ay-filter-research-report-list .ay-search-proff-sort {
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
  }

  #ay-filter-research-report-list .ay-search-proff-sort__mobile .ay-search {
    display: none;
  }

  #ay-filter-research-report-list .ay-search-proff-sort__mobile .ay-search__filter-holder {
    background: 0 0;
  }

  #ay-filter-research-report-list .ay-search-proff-sort__mobile .ay-button__secondary {
    max-width: 100%!important;
  }
}

.ay-property-launchpad-form form {
  margin: 0;
  padding: 0;
  width: 85%;
}

.ay-property-launchpad-form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.ay-property-launchpad-form fieldset legend {
  border-bottom: none!important;
  color: #000;
  font-family: "GeoSlab703 Md BT W05 Bold","Open Sans",sans-serif;
  font-size: 1.5rem;
  margin-bottom: 15px;
  padding: 18px 20px 0 0;
}

.ay-property-launchpad-form fieldset .description {
  font-family: "Open Sans",sans-serif;
  font-size: 1.125em;
  color: #000;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 15px;
  padding: 0;
}

.ay-property-launchpad-form fieldset .hide {
  display: none;
}

.ay-property-launchpad-form fieldset label {
  display: block;
  margin-bottom: 5px;
}

.ay-property-launchpad-form fieldset input {
  border: 2px solid #000!important;
  color: #000!important;
  height: 28px!important;
  width: 99%;
  margin-bottom: 15px;
}

.ay-property-launchpad-form fieldset input[type=checkbox] {
  display: inline-block;
  width: auto;
  margin-bottom: auto;
  margin-right: 10px;
  height: auto;
}

.ay-property-launchpad-form fieldset .input-text-wrapper:not(.lfr-textarea-container) label:after {
  content: "*";
}

.ay-property-launchpad-form fieldset .input-checkbox-wrapper+p {
  font-size: .625rem;
}

.ay-property-launchpad-form fieldset textarea {
  border: 2px solid #000;
  display: block;
  height: 150px;
  margin-bottom: 15px;
  width: 99%;
}

.ay-property-launchpad-form fieldset button {
  width: 99%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000!important;
  background-image: none;
  border: 2px solid #000;
  color: #fff;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 15px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .3s all;
  transition: .3s all;
  width: 99%;
}

.ay-property-launchpad-form fieldset button:hover {
  background: #fff!important;
  color: #000;
}

.ay-property-launchpad-form fieldset .formbox {
  border: none;
  background: #b8bcbe;
  margin-bottom: 15px;
  padding: 10px;
}

.ay-property-launchpad-form .lfr-textarea-container.input-text-wrapper label {
  font-weight: 600;
}

.ay-404-wrapper {
  background: #fff url("/o/ay-theme/resources/images/ay-404-bg.png") no-repeat right top;
  background-size: contain;
  margin: 2em auto;
  padding: 5.3125em 100px;
  position: relative;
  width: 100%;
  overflow: visible;
  max-width: 1300px;
  min-height: 325px;
  -webkit-transition: background .5s;
  transition: background .5s;
}

@media screen and (max-width:1340px) {
  .ay-404-wrapper {
    margin-left: 42px;
    margin-right: 30px;
    max-width: calc(100% - 72px);
  }
}

@media screen and (max-width:850px) {
  .ay-404-wrapper {
    background-position: 120% top;
  }
}

@media screen and (max-width:770px) {
  .ay-404-wrapper {
    background-position: 140% top;
  }
}

@media screen and (max-width:730px) {
  .ay-404-wrapper {
    background-position: 155% top;
  }
}

@media screen and (max-width:705px) {
  .ay-404-wrapper {
    background-position: 175% top;
  }
}

@media screen and (max-width:675px) {
  .ay-404-wrapper {
    background-position: 195% top;
  }
}

@media screen and (max-width:640px) {
  .ay-404-wrapper {
    background-position: 215% top;
  }
}

@media screen and (max-width:630px) {
  .ay-404-wrapper {
    background-image: none;
  }
}

@media screen and (max-width:480px) {
  .ay-404-wrapper {
    margin-top: 180px;
  }
}

.ay-404-wrapper--inner-text {
  max-width: 420px;
}

.ay-404-wrapper--inner-text a {
  color: #000;
  text-decoration: underline;
}

.ay-404-wrapper--inner-text h2 {
  font-weight: 500;
  padding-bottom: 15px;
}

.ay-404-wrapper--inner-text__search {
  background-color: #fff;
  border: 1px solid #000;
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
  font-size: .875rem;
  margin-right: 3px;
  max-width: 250px;
  padding: .3em;
  height: 25px;
  width: 100%;
}

.ay-simple-window-shade-reversed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.ay-simple-window-shade {
  color: #000;
  cursor: pointer;
  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;
  text-decoration: none;
  -webkit-transition: color .5s;
  transition: color .5s;
  width: 100%;
}

.ay-simple-window-shade:hover {
  color: #000;
}

.ay-simple-window-shade:hover:before {
  color: #000;
}

.ay-simple-window-shade span {
  display: block;
  width: 100%;
}

.ay-simple-window-shade[data-open-title]:before,
.ay-simple-window-shade[data-open-title]:focus {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  content: "\a" attr(data-open-title);
  display: block;
  white-space: normal;
  color: #000;
  width: auto;
  font-size: 1.125rem;
  margin-right: 5px;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.ay-simple-window-shade[data-open-title]:hover:before {
  color: #000;
}

.ay-simple-window-shade.open[data-open-title]:before {
  content: attr(data-close-title);
}

.ay-simple-window-shade[data-open-title]:after {
  content: "";
  -webkit-transition: all .5s;
  transition: all .5s;
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  background: url("/o/ay-theme/resources/images/arrow-right-black.svg") no-repeat right top;
  -ms-flex-item-align: center;
  align-self: center;
}

.ay-simple-window-shade.open[data-open-title]:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ay-simple-window-shade+div,
.ay-simple-window-shade+p {
  display: none;
}

.ay-simple-window-shade+* p {
  margin: 0 0 16px 0;
}

p.ay-simple-window-shade {
  margin-top: 0;
}

#___gcse_0 .gsc-webResult.gsc-result {
  border-left: none;
}

#___gcse_0 .gsc-webResult.gsc-result:hover {
  border-left: 0;
}

#___gcse_0 .gsc-result-info {
  color: #797979;
  font-family: "Open Sans",sans-serif;
  font-size: 1rem;
  line-height: normal;
}

#___gcse_0 .gs-title {
  text-decoration: none;
}

#___gcse_0 .gs-title a {
  font-family: "Open Sans",sans-serif;
  line-height: 1.3;
  margin-bottom: 10px;
  text-decoration: none;
  text-transform: none;
}

#___gcse_0 .gs-bidi-start-align.gs-snippet {
  color: #797979;
  font-family: "Open Sans",sans-serif;
  font-size: .875rem;
  padding: 10px 0 1.8em;
}

#___gcse_0 .gs-fileFormat,
#___gcse_0 .gs-fileFormatType {
  color: #da291c;
  font-weight: 600;
  font-size: .875rem;
  line-height: 24px;
  text-transform: uppercase;
}

#___gcse_0 .gs-fileFormatType::after {
  background-image: url("/o/ay-theme/resources/images/arrow-right-red.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: " ";
  display: inline-block;
  height: 14px;
  margin-bottom: -1px;
  margin-left: 5px;
  width: 18px;
}

#___gcse_0 .gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-long {
  display: none;
}

#___gcse_0 .gs-image {
  padding-right: 10px;
}

.gsc-cursor-box.gs-bidi-start-align {
  border-top: none;
}

.gsc-cursor-page.gsc-cursor-current-page {
  color: #32b8df;
  font-family: "Open Sans",sans-serif;
  font-size: .875rem;
  margin-bottom: 0;
  margin-left: 5px;
  padding-bottom: 0;
  text-shadow: none;
}

.gsc-cursor-page {
  color: #797979;
  font-family: "Open Sans",sans-serif;
  font-size: .875rem;
  text-decoration: none;
}

.ay-lightbox.ay-email-lightbox.ay-lightbox--on {
  position: fixed;
}

.ay-lightbox.ay-email-lightbox.ay-lightbox--on .ay-sec-close {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem;
  height: 30px;
  position: absolute;
  right: 20px;
  text-decoration: none;
  top: 10px;
}

.ay-lightbox.ay-email-lightbox.ay-lightbox--on form {
  background: #fff;
  display: block;
  max-width: 500px;
  padding: 20px;
  width: 100%;
}

.ay-lightbox.ay-email-lightbox.ay-lightbox--on form input[type=text] {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
}

.ay-partdot-shade {
  margin-bottom: 20px;
}

.ay-partdot-shade a.ay-simple-window-shade {
  background: url("/o/ay-theme/resources/images/icons-2020/action/subscribe.svg") no-repeat 30px center;
  background-color: #fff;
  background-size: auto 45px;
  background-position-x: 20px;
  background-position-y: 12px;
  border: 3px solid #000;
  color: #000;
  font-size: 95%;
  font-weight: 100;
  padding: 10px 10px 10px 90px;
  text-decoration: none!important;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100%;
}

.ay-partdot-shade a.ay-simple-window-shade.open {
  background: url("/o/ay-theme/resources/images/icons-2020/action/subscribe-white.svg") no-repeat 30px center;
  background-color: #000;
  background-size: auto 45px;
  background-position-x: 20px;
  background-position-y: 12px;
  color: #fff;
}

.ay-partdot-shade a.ay-simple-window-shade.open span {
  color: #fff;
}

.ay-partdot-shade a.ay-simple-window-shade.open span:after() {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  border-left: 12px solid #fff;
}

.ay-partdot-shade a.ay-simple-window-shade:hover {
  background: url("/o/ay-theme/resources/images/icons-2020/action/subscribe-white.svg") no-repeat 30px center;
  background-color: #000;
  background-size: auto 45px;
  background-position-x: 20px;
  background-position-y: 12px;
  color: #fff;
  text-decoration: underline;
}

.ay-partdot-shade a.ay-simple-window-shade:hover span {
  color: #fff;
}

.ay-partdot-shade a.ay-simple-window-shade:hover span:after {
  border-left: 12px solid #fff;
}

.ay-partdot-shade a.ay-simple-window-shade span {
  color: #000;
  font-size: 1.875rem;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.ay-partdot-shade a.ay-simple-window-shade span:after {
  content: "";
  border-bottom: 6px solid transparent;
  border-left: 12px solid #000;
  border-top: 6px solid transparent;
  display: inline-block;
  height: 0;
  margin-left: 8px;
  margin-bottom: 3px;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 0;
}

.ay-partdot-shade.ay-pardot-shade-lts {
  text-align: center;
  margin-top: 20px;
}

.ay-partdot-shade.ay-pardot-shade-lts a.ay-simple-window-shade {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 300px;
  padding: 0 3em;
  text-transform: uppercase;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: auto;
}

@media screen and (max-width:550px) {
  .ay-partdot-shade.ay-pardot-shade-lts a.ay-simple-window-shade {
    height: auto;
    padding: 0;
  }
}

@media screen and (max-width:1372px) {
  .ay-partdot-shade.ay-pardot-shade-lts a.ay-simple-window-shade {
    margin-left: 36px;
    margin-right: 36px;
    max-width: calc(100% - 72px);
  }

  .ay-partdot-shade.ay-pardot-shade-lts a.ay-simple-window-shade+div {
    margin-left: 36px;
    margin-right: 36px;
    max-width: calc(100% - 72px);
  }
}

.ay-partdot-shade.ay-pardot-shade-lts a.ay-simple-window-shade span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 7px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media screen and (max-width:550px) {
  .ay-partdot-shade.ay-pardot-shade-lts a.ay-simple-window-shade span {
    line-height: 25px;
  }
}

.ay-partdot-shade.ay-pardot-shade-lts a.ay-simple-window-shade span:before {
  bottom: auto;
  content: "";
  background: url("/o/ay-theme/resources/images/icons-2020/action/subscribe.svg") no-repeat center;
  background-position: center 4px!important;
  display: inline-block;
  height: 45px;
  margin-bottom: 0;
  margin-right: 10px;
  position: relative;
  top: auto;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 32px;
}

.ay-partdot-shade.ay-pardot-shade-lts a.ay-simple-window-shade span:after {
  content: "";
  border-bottom: 8px solid transparent;
  border-left: 12px solid #000;
  border-top: 8px solid transparent;
  display: inline-block;
  height: 0;
  margin-left: 10px;
  margin-bottom: -2px;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 0;
}

.ay-partdot-shade.ay-pardot-shade-lts a.ay-simple-window-shade.open {
  min-width: 100%;
  max-width: 1300px;
  width: 100%;
}

.ay-partdot-shade.ay-pardot-shade-lts a.ay-simple-window-shade.open,
.ay-partdot-shade.ay-pardot-shade-lts a.ay-simple-window-shade:hover {
  background: #000;
  text-decoration: none;
}

.ay-partdot-shade.ay-pardot-shade-lts a.ay-simple-window-shade.open span,
.ay-partdot-shade.ay-pardot-shade-lts a.ay-simple-window-shade:hover span {
  color: #fff;
}

.ay-partdot-shade.ay-pardot-shade-lts a.ay-simple-window-shade.open span:before,
.ay-partdot-shade.ay-pardot-shade-lts a.ay-simple-window-shade:hover span:before {
  background: url("/o/ay-theme/resources/images/icons-2020/action/subscribe-white.svg") no-repeat center;
}

.ay-partdot-shade.ay-pardot-shade-lts a.ay-simple-window-shade.open span:after,
.ay-partdot-shade.ay-pardot-shade-lts a.ay-simple-window-shade:hover span:after {
  border-left: 12px solid #fff;
}

.ay-column.ay-column__triple.ay-column-3060 .ay-partdot-shade a.ay-simple-window-shade,
.ay-column.ay-column__triple.ay-column-3060 .ay-partdot-shade a.ay-simple-window-shade:hover {
  background-size: auto 35px;
  background-position-x: 10px;
  background-position-y: 13px;
  padding: 10px 10px 10px 61px;
}

.ay-blog-tiles-wrap {
  margin: auto;
  max-width: 1300px;
}

.ay-blog-tiles-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ay-blog-tiles-wrap ul li {
  list-style: none;
  margin: 0 10px 10px 0;
  position: relative;
}

@media screen and (min-width:1100px) {
  .ay-blog-tiles-wrap ul li {
    width: calc(25% - 7.5px);
  }

  .ay-blog-tiles-wrap ul li:nth-child(4n+4) {
    margin: 0 0 10px 0;
  }
}

@media screen and (max-width:1099px) and (min-width:800px) {
  .ay-blog-tiles-wrap ul li {
    width: calc(33.3333333333% - 7.5px);
  }

  .ay-blog-tiles-wrap ul li:nth-child(3n+3) {
    margin: 0 0 10px 0;
  }
}

@media screen and (max-width:799px) and (min-width:540px) {
  .ay-blog-tiles-wrap ul li {
    width: calc(49.995% - 4.985px);
  }

  .ay-blog-tiles-wrap ul li:nth-child(even) {
    margin: 0 0 10px 0;
  }
}

@media screen and (max-width:539px) {
  .ay-blog-tiles-wrap ul li {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.ay-blog-tiles-wrap ul li a {
  background: #fff;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.ay-blog-tiles-wrap ul li a:after {
  border-bottom: 3px solid #bc561d;
  content: "";
  margin-top: 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 0;
}

.ay-blog-tiles-wrap ul li a:hover:after {
  width: 100%;
}

.ay-blog-tiles-wrap ul li a span {
  background: #191640;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,.1);
  box-shadow: 0 0 4px rgba(0,0,0,.1);
  color: #fff;
  display: none;
  font-size: .6875rem;
  left: 0;
  max-width: 350px;
  overflow: hidden;
  padding: 5px 20px;
  position: absolute;
  text-transform: uppercase;
  top: 20px;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.ay-blog-tiles-wrap ul li a span em {
  font-style: normal;
  position: relative;
  z-index: 3;
}

.ay-blog-tiles-wrap ul li a span:empty {
  display: none;
}

.ay-blog-tiles-wrap ul li a span:before {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  padding: 5px 20px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.ay-blog-tiles-wrap ul li a span:after {
  background: #bc561d;
  color: #fff;
  content: "";
  height: 100%;
  left: 0;
  padding: 5px 0;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 0;
  z-index: 2;
}

.ay-blog-tiles-wrap ul li a:hover span:after {
  padding: 5px 20px;
  width: 100%;
}

.ay-blog-tiles-wrap ul li a figure {
  margin: 0;
  padding: 0;
}

.ay-blog-tiles-wrap ul li a figure div {
  max-height: 220px;
  overflow: hidden;
}

.ay-blog-tiles-wrap ul li a figure img {
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100%;
}

.ay-blog-tiles-wrap ul li a figure figcaption {
  padding: 1.25rem 1.875rem;
}

.ay-blog-tiles-wrap ul li a figure .ay-blog-tile-title {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -.005em;
  line-height: 124%;
  margin: 0 0 14px 0;
  text-decoration: underline;
}

.ay-blog-tiles-wrap ul li a figure:hover .ay-blog-tile-title {
  text-decoration: underline;
}

.ay-blog-tiles-wrap ul li a figure .ay-blog-tile-blurb {
  color: #000;
  font-size: .9375rem;
  font-weight: 400;
  word-wrap: break-word;
  letter-spacing: .005em;
}

.ay-blog-tiles-wrap ul li a:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.ay-blog-tiles-wrap ul li .ay-blog-post-td {
  background: url("/o/ay-theme/resources/images/icons-2020/visual/clock.svg") no-repeat left 5px;
  background-size: 15px;
  font-size: .6875rem;
  margin: 0 1.875rem;
  padding: 5px 0 5px 19px;
}

.ay-blog-tiles-wrap ul li ul.ay-blog-tile-post-tags {
  margin: 15px 0 0 30px;
  display: none;
}

.ay-blog-tiles-wrap ul li ul.ay-blog-tile-post-tags li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: .75rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0;
  width: auto;
}

.ay-blog-tiles-wrap ul li ul.ay-blog-tile-post-tags li:after {
  background: #000;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 3px;
  width: 3px;
  margin-left: 8px;
  margin-right: 8px;
}

.ay-blog-tiles-wrap ul li ul.ay-blog-tile-post-tags li:last-child:after {
  display: none;
}

.ay-blog-tiles-wrap.ay-fixed-height ul li a figure .ay-blog-tile-title {
  height: 105px;
  max-height: 105px;
  position: relative;
}

.ay-blog-tiles-wrap.ay-fixed-height ul li a figure .ay-blog-tile-title:after {
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(10%,rgba(255,255,255,.5)),to(#fff));
  background: linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(255,255,255,.5) 10%,#fff 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  width: 100%;
  z-index: 20;
}

.ay-blog-tiles-wrap.ay-fixed-height ul li a figure .ay-blog-tile-blurb {
  height: 76px;
  max-height: 76px;
  position: relative;
}

.ay-blog-tiles-wrap.ay-fixed-height ul li a figure .ay-blog-tile-blurb:after {
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(10%,rgba(255,255,255,.5)),to(#fff));
  background: linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(255,255,255,.5) 10%,#fff 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 100%;
  z-index: 20;
}

.ay-blog-tiles-wrap.ay-fixed-height.ay-hp-v ul li a {
  height: 100%;
  position: relative;
}

.ay-blog-tiles-wrap.ay-fixed-height.ay-hp-v ul li a:after {
  position: absolute;
  bottom: 0;
}

.ay-blog-tiles-wrap.ay-fixed-height.ay-hp-v ul li a figure .ay-blog-tile-title {
  height: auto;
  max-height: none;
  overflow: visible;
}

.ay-blog-tiles-wrap.ay-fixed-height.ay-hp-v ul li a figure .ay-blog-tile-title:after {
  display: none;
}

.ay-blog-tiles-wrap.ay-fixed-height.ay-hp-v ul li a figure .ay-blog-tile-blurb {
  display: none;
}

.ay-main-white .ay-blog-tiles-wrap ul li a {
  background: #f5f5f5;
}

.ay-main-white .ay-blog-tiles-wrap ul li a figure .ay-blog-tile-title:after {
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(245,245,245,0)),color-stop(10%,rgba(245,245,245,.5)),to(#f5f5f5));
  background: linear-gradient(180deg,rgba(245,245,245,0) 0,rgba(245,245,245,.5) 10%,#f5f5f5 100%);
}

.ay-main-white .ay-blog-tiles-wrap ul li a figure .ay-blog-tile-blurb:after {
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(245,245,245,0)),color-stop(10%,rgba(245,245,245,.5)),to(#f5f5f5));
  background: linear-gradient(180deg,rgba(245,245,245,0) 0,rgba(245,245,245,.5) 10%,#f5f5f5 100%);
}

.ay-main-white .ay-blog-tiles-wrap.ay-fixed-height ul li a {
  height: 100%;
}

.ay-main-white .ay-blog-tiles-wrap.ay-fixed-height ul li a:after {
  height: 100%;
  position: relative;
}

.ay-main-grey .ay-blog-tiles-wrap.ay-fixed-height ul li a {
  height: 100%;
}

.ay-main-grey .ay-blog-tiles-wrap.ay-fixed-height ul li a:after {
  height: 100%;
  position: relative;
}

@media screen and (max-width:1372px) {
  .ay-main .ay-blog-tiles-wrap {
    margin-left: 42px;
    margin-right: 30px;
    max-width: calc(100% - 72px);
  }
}

@media screen and (max-width:1100px) {
  .ay-lts-row-layout .ay-services-lts-news-cards-update .ay-blog-tiles-wrap ul li:nth-child(4) {
    display: none;
  }
}

@media screen and (max-width:799px) {
  .ay-lts-row-layout .ay-services-lts-news-cards-update .ay-blog-tiles-wrap ul li:nth-child(3) {
    display: none;
  }
}

@media screen and (max-width:539px) {
  .ay-lts-row-layout .ay-services-lts-news-cards-update .ay-blog-tiles-wrap ul li:nth-child(2) {
    display: none;
  }
}

.ay-blog-pop-post .h3 {
  border-top: 3px solid #000;
  padding: 20px 0;
}

.ay-blog-pop-post ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ay-blog-pop-post ul li {
  margin: 0 0 10px;
  padding: 0;
}

.ay-blog-pop-post ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-text-decoration: underlined transparent solid;
  text-decoration: underlined transparent solid;
}

.ay-blog-pop-post ul li a .ay-blog-pop-post-img {
  height: 80px;
  max-height: 80px;
  max-width: 96px;
  overflow: hidden;
  width: 96px;
}

.ay-blog-pop-post ul li a .ay-blog-pop-post-img img {
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media screen and (max-width:480px) {
  .ay-blog-pop-post ul li a .ay-blog-pop-post-img {
    display: none;
  }
}

#___gcse_0 .gs-title .ay-blog-pop-post ul li a:hover a.ay-blog-pop-post-title,
.ay-blog-pop-post ul li a:hover #___gcse_0 .gs-title a.ay-blog-pop-post-title,
.ay-blog-pop-post ul li a:hover .ay-blog-pop-post-title.h4 {
  text-decoration: underline;
  -webkit-text-decoration-skip: objects;
  text-decoration-skip: objects;
}

.ay-blog-pop-post ul li a:hover span {
  display: inline-block;
}

.ay-blog-pop-post ul li a:hover .ay-blog-pop-post-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.ay-blog-pop-post ul li a .ay-blog-pop-post-title span {
  background: url("/o/ay-theme/resources/images/icons-2020/visual/clock.svg") no-repeat left center;
  display: inline-block;
  min-width: 100%;
  margin-top: 10px;
  padding-left: 25px;
}

.ay-blog-pop-post ul li .ay-blog-pop-post-title {
  font-weight: 700;
  line-height: 1.175em;
  margin-left: 10px;
  width: calc(100% - 100px);
}

@media screen and (max-width:480px) {
  .ay-blog-pop-post ul li .ay-blog-pop-post-title {
    width: 100%;
  }
}

.ay-blog-pop-post ul li .ay-blog-pop-post-title span {
  display: block;
  font-weight: 400;
}

.ay-blog-tile-group-cta-link-hold {
  margin: 30px 0 45px 0;
}

.ay-blog-tile-group-cta-link-hold .ay-button__primary {
  margin-left: 50%;
  padding-left: 2em;
  padding-right: 2em;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ay-blog-footer .ay-five-row-100-col-5 {
  background: 0 0;
  padding-bottom: 0;
}

.ay-blog-footer .ay-five-row-100-col-5 .ay-lts-key-professionals-wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.ay-blog-footer .ay-five-row-100-col-5 .ay-lts-key-professionals-wrap .ay-lts-media-block.ay-lts-text-right.ay-lts-key-professionals-item {
  margin: 0;
}

.ay-blog-footer .ay-blog-footer-author-links-list {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

.ay-blog-footer .ay-blog-footer-author-links-list li {
  margin: 0;
  padding: 0;
}

.ay-blog-footer .ay-blog-footer-author-links-list li a {
  color: #000;
  text-decoration: underline;
  text-transform: uppercase;
}

.ay-blog-footer .ay-blog-footer-categories .ay-blog-footer-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.ay-blog-footer .ay-blog-footer-categories .ay-blog-footer-category-list li {
  list-style: none;
  margin: 0 20px 20px 0;
  padding: 0;
}

.ay-blog-footer .ay-blog-footer-categories .ay-blog-footer-category-list li a.ay-button__primary {
  width: auto;
}

.ay-blog-footer .ay-blog-footer-copyright {
  background: 0 0;
  padding: 30px 0;
  text-transform: uppercase;
}

@media screen and (min-width:1100px) {
  .ay-blog-post-portlet .ay-blog-tiles-wrap ul li {
    width: calc(33.3333333333% - 7.5px);
  }

  .ay-blog-post-portlet .ay-blog-tiles-wrap ul li:nth-child(4n+4) {
    margin: 0 10px 10px 0;
  }

  .ay-blog-post-portlet .ay-blog-tiles-wrap ul li:nth-child(3n+3) {
    margin: 0 0 10px 0;
  }
}

@media screen and (min-width:1100px) {
  .ay-blog-post-portlet.ay-four-wide-or .ay-blog-tiles-wrap ul li {
    width: calc(25% - 7.5px);
  }

  .ay-blog-post-portlet.ay-four-wide-or .ay-blog-tiles-wrap ul li:nth-child(4n+4) {
    margin: 0 0 10px 0;
  }

  .ay-blog-post-portlet.ay-four-wide-or .ay-blog-tiles-wrap ul li:nth-child(3n+3) {
    margin: 0;
  }
}

.ay-column-3060 .ay-column__triple--col1 ul:not(ay-blog-tile-post-tags) li {
  width: 100%;
}

@media screen and (max-width:768px) {
  .ay-column-3060 .ay-column__triple--col1 ul:not(ay-blog-tile-post-tags) li {
    width: calc(50% - 10.5px);
  }
}

@media screen and (max-width:480px) {
  .ay-column-3060 .ay-column__triple--col1 ul:not(ay-blog-tile-post-tags) li {
    width: 100%;
  }
}

@media screen and (max-width:1366px) {
  .ay-column-3060 .ay-column__triple--col2 .ay-blog-tiles-wrap {
    margin-left: 0;
    margin-right: 0;
    max-width: calc(100% - 35px);
  }
}

.ay-column-3060 .ay-column__triple--col2 .ay-blog-tiles-wrap ul:not(ay-blog-tile-post-tags) {
  margin: 0 15px;
}

@media screen and (max-width:1300px) {
  .ay-column-3060 .ay-column__triple--col2 .ay-blog-tiles-wrap ul:not(ay-blog-tile-post-tags) {
    margin: 0;
  }
}

.ay-column-3060 .ay-column__triple--col2 .ay-blog-tiles-wrap ul:not(ay-blog-tile-post-tags) li {
  width: calc(50% - 10.5px);
}

@media screen and (max-width:1170px) {
  .ay-column-3060 .ay-column__triple--col2 .ay-blog-tiles-wrap ul:not(ay-blog-tile-post-tags) li {
    width: 100%;
  }
}

@media screen and (max-width:768px) {
  .ay-column-3060 .ay-column__triple--col2 .ay-blog-tiles-wrap ul:not(ay-blog-tile-post-tags) li {
    width: calc(50% - 10.5px);
  }
}

@media screen and (max-width:480px) {
  .ay-column-3060 .ay-column__triple--col2 .ay-blog-tiles-wrap ul:not(ay-blog-tile-post-tags) li {
    width: 100%;
  }
}

.ay-column-3060 .ay-column__triple--col2 .ay-blog-tiles-wrap ul .ay-blog-tile-post-tags {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ay-column-3060 .ay-column__triple--col2 .ay-blog-tiles-wrap ul .ay-blog-tile-post-tags li {
  width: auto;
}

.ay-column.ay-column__triple .ay-custom-twitter-feed--content-block a,
.ay-column__single .ay-custom-twitter-feed--content-block a {
  -webkit-text-decoration: underline solid transparent;
  text-decoration: underline solid transparent;
  -webkit-transition: -webkit-text-decoration .5s;
  transition: -webkit-text-decoration .5s;
  transition: text-decoration .5s;
  transition: text-decoration .5s,-webkit-text-decoration .5s;
}

.ay-column.ay-column__triple .ay-custom-twitter-feed--content-block a:hover,
.ay-column__single .ay-custom-twitter-feed--content-block a:hover {
  -webkit-text-decoration: underline solid #000;
  text-decoration: underline solid #000;
}

.ayui #ay .showFlag .ay-blog-tiles-wrap ul li a span,
.ayui #ay .showFlagandCategories .ay-blog-tiles-wrap ul li a span {
  display: block!important;
}

.ayui #ay .showCategory .ay-blog-tiles-wrap ul.ay-blog-tile-post-tags,
.ayui #ay .showFlagandCategories .ay-blog-tiles-wrap ul.ay-blog-tile-post-tags {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}

.ay-icons {
  background: #fff;
}

.ay-icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-left: 0;
}

.ay-icons li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  min-width: 125px;
  height: 125px;
  border: #000;
  border-width: 1px;
  border-style: solid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1rem;
  padding-top: 1rem;
}

.ay-icons li img {
  display: inline-block;
  height: auto;
  margin: 0 auto;
  width: 60px;
  max-width: 60px;
  max-height: 60px;
}

.ay-icons li p {
  text-align: center;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.ay-icons li.reverse {
  background: #8f8f8f;
  color: #fff;
}

.ay-icons li.reverse-black {
  background: #000;
  color: #fff;
}

[dir=rtl] .ay-header-options {
  margin: 0;
  position: relative;
  padding: 5px 30px 17px 0;
}

[dir=rtl] .ay-header-options:before {
  display: none;
  border-left: 1px solid #32b8df;
  content: "";
  left: auto;
  right: 15px;
  position: absolute;
  top: -1px;
  height: 100%;
}

@media screen and (max-width:480px) {
  [dir=rtl] .ay-header-options {
    width: auto;
    margin-top: -10px;
  }

  [dir=rtl] .ay-header-options .ay-header-options__language-location {
    margin-top: -3px;
    display: block;
  }
}

[dir=rtl] .ay-top-nav__navbar {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

[dir=rtl] .ay-header-search-login__search {
  border-left: 1px solid #cbcbcb;
  border-right: none;
}

[dir=rtl] .ay-top-nav__search {
  margin-left: 0;
}

[dir=rtl] .ay-header-search-login__login {
  background-position: right;
  margin-left: 0;
  margin-right: 8px;
  padding-left: 0;
  padding-right: 38px;
}

[dir=rtl] .ay-quick-links__dd-medium {
  right: -210px;
}

[dir=rtl] .ay-quick-links__dd-medium:after {
  right: 230px;
}

@media screen and (max-width:1000px) {
  [dir=rtl] .ay-quick-links__dd-medium {
    right: 0;
  }
}

[dir=rtl] .ay-quick-links__dd-wide {
  right: -990px;
}

[dir=rtl] .ay-quick-links__dd-wide:after {
  right: 1014px;
}

@media screen and (max-width:1290px) {
  [dir=rtl] .ay-quick-links__dd-wide {
    right: -946px;
  }

  [dir=rtl] .ay-quick-links__dd-wide:after {
    right: 1010px;
  }
}

@media screen and (max-width:1068px) {
  [dir=rtl] .ay-quick-links__dd-wide {
    right: -748px;
  }

  [dir=rtl] .ay-quick-links__dd-wide:after {
    right: 770px;
  }
}

@media screen and (max-width:1000px) {
  [dir=rtl] .ay-quick-links__dd-wide {
    right: 0;
  }
}

[dir=rtl] .ay-quick-links__dd-short:after {
  left: 84px;
}

[dir=rtl] .ay-top-nav__megamenu--column-title,
[dir=rtl] .ay-top-nav__megamenu--list li {
  padding-left: 0;
  padding-top: .32em;
  padding-right: .32em;
  padding-bottom: .32em;
}

[dir=rtl] .ay-country-menu__column .ay-office-menu__global,
[dir=rtl] .ay-country-menu__column h4.ay-country-menu__column--title {
  margin-left: 0;
  margin-right: 30px;
}

[dir=rtl] .ay-country-menu__column:nth-child(3) .ay-country-menu__column--list li ul,
[dir=rtl] .ay-country-menu__column:nth-child(3) .ay-country-menu__column--list li ul li,
[dir=rtl] .ay-quick-links__dd-wide .ay-office-menu__list li ul {
  margin-right: 0;
  padding-right: 0;
}

@media screen and (max-width:1000px) {
  [dir=rtl] .ay-top-nav__item.ay-top-nav__open .ay-top-nav__mobile-landing-link,
  [dir=rtl] .ay-top-nav__mobile-landing-link {
    left: 0;
    right: auto;
  }

  [dir=rtl] .ay-top-nav__tenantlogin {
    right: auto;
    left: 30px;
  }

  [dir=rtl] .ay-top-nav__pull {
    padding: 0 56px 0 0;
  }

  [dir=rtl] .ay-top-nav__pull:after {
    left: auto;
    right: 20px;
  }

  [dir=rtl] .ay-header-logo {
    margin-right: 10px!important;
  }

  [dir=rtl] .ay-header-options {
    margin-left: 15px;
    padding-left: 15px;
  }
}

[dir=rtl] .ay-top-nav .ay-top-nav__langauge-select li a.ay-top-nav-close {
  float: left;
}

[dir=rtl] .ay-select-dropdown {
  background: url("/o/ay-theme/resources/images/arrow-select-white.svg") no-repeat 2% center;
  background-size: 15px;
}

[dir=rtl] .ay-country-menu__column .ay-country-menu__column--list {
  padding: 0 30px 0 0;
}

@media screen and (max-width:480px) {
  [dir=rtl] .ay-country-menu__column--list {
    padding-left: 0;
    padding-right: 0;
    float: none;
  }

  [dir=rtl] .ay-country-menu__column:nth-child(4) .ay-country-menu__column--title {
    margin-right: 9px;
  }

  [dir=rtl] .ay-country-menu__column:nth-child(4) .ay-country-menu__column--list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    padding-right: 11px;
  }

  [dir=rtl] .ay-country-menu__column:nth-child(2) .ay-country-menu__column--list {
    padding-right: 30px;
  }
}

[dir=rtl] .ayui.rtl #ay .ay-quick-links__dd-wide:after {
  right: 80%;
}

@media screen and (min-width:1300px) {
  [dir=rtl] .ayui .ay-quick-links__dd-wide {
    max-width: 1256px;
    -webkit-transform-origin: center 0;
    -ms-transform-origin: center 0;
    transform-origin: center 0;
    -webkit-transform: translateX(1346px/2);
    -ms-transform: translateX(1346px/2);
    transform: translateX(1346px/2);
    width: 100vw;
    right: -149px;
  }

  [dir=rtl] .ayui.rtl #ay .ay-quick-links__dd-wide:after {
    right: 80%;
  }
}

@media screen and (min-width:1000px) {
  [dir=rtl] .ay-quick-links__dd-wide .ay-office-menu.ay-office-menu__us .ay-office-menu__list {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

@media screen and (min-width:1000px) and (max-width:1299px) {
  [dir=rtl] .ayui .ay-quick-links__dd-wide {
    max-width: unset;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 95vw;
    right: -159px;
  }

  [dir=rtl] .ayui .ay-quick-links__dd-wide:after {
    right: 75%;
  }
}

@media screen and (min-width:1000px) and (max-width:1199px) {
  [dir=rtl] .ayui .ay-quick-links__dd-wide {
    right: -195px;
    width: 98vw;
  }

  [dir=rtl] .ayui .ay-quick-links__dd-wide:after {
    right: 0;
    left: 80%;
  }
}

[dir=rtl] .ay-office-menu.ay-office-menu__us {
  max-width: 48%;
}

[dir=rtl] .ayui .ay-office-menu.ay-office-menu__other {
  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: no-wrap;
  flex-wrap: no-wrap;
  min-width: 36%;
}

[dir=rtl] .ay-office-menu.ay-office-menu__other .ay-office-menu-sub-column {
  width: 48%;
}

@media screen and (max-width:1000px) {
  [dir=rtl] .ayui .ay-header-wrapper.ay-office-menu__ca {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  [dir=rtl] .ayui .ay-quick-links__dd-wide.ay-quick-links__dd-wide--show {
    overflow-x: hidden;
  }

  [dir=rtl] .ay-office-menu__list.ay-office-menu__list--other,
  [dir=rtl] .ay-quick-links__dd-wide .ay-office-menu.ay-office-menu__us .ay-office-menu__list {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  [dir=rtl] .ayui .ay-office-menu__ca .ay-office-menu__other__list:nth-child(3) {
    margin-top: 19px;
  }

  [dir=rtl] .ayui .ay-quick-links__dd-wide .ay-office-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  [dir=rtl] .ay-office-menu.ay-office-menu__ca .ay-office-menu__other__list,
  [dir=rtl] .ay-office-menu.ay-office-menu__other .ay-office-menu__other__list {
    width: 33.3%;
  }

  [dir=rtl] .ay-office-menu.ay-office-menu__ca .ay-office-menu__other__list.ay-office-menu__list--other,
  [dir=rtl] .ay-office-menu.ay-office-menu__us,
  [dir=rtl] .ay-office-menu.ay-office-menu__us .ay-office-menu__list,
  [dir=rtl] .ay-office-menu__global,
  [dir=rtl] .ay-office-menu__subtitle,
  [dir=rtl] .ayui .ay-office-menu-sub-column,
  [dir=rtl] .ayui .ay-office-menu__other__list[data-office=multi] {
    min-width: 100%;
    width: 100vw;
  }

  [dir=rtl] .ayui .ay-office-menu.ay-office-menu__us,
  [dir=rtl] .ayui .ay-quick-links__dd-wide .ay-office-menu__other {
    padding-top: 0;
  }

  [dir=rtl] .ay-quick-links__dd-wide .ay-office-menu,
  [dir=rtl] .ayui .ay-office-menu.ay-office-menu__other {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  [dir=rtl] .ay-office-menu.ay-office-menu__other .ay-office-menu-sub-column {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  [dir=rtl] .ay-office-menu.ay-office-menu__other .ay-office-menu-sub-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  [dir=rtl] .ay-office-menu.ay-office-menu__other .ay-office-menu-sub-column .ay-office-menu__list.ay-office-menu__list--other {
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  [dir=rtl] .ay-office-menu.ay-office-menu__ca .ay-office-menu__other__list,
  [dir=rtl] .ay-office-menu.ay-office-menu__other .ay-office-menu__other__list {
    width: 50%;
  }
}

[dir=rtl] html.ayui.rtl[dir=rtl] #ay .ay-quicklinks-mobile__close {
  left: 0;
  right: auto;
}

@media screen and (min-width:1300px) {
  [dir=rtl] html.ayui.rtl[dir=rtl] #ay .ay-quick-links__dd-wide {
    left: 0;
    right: -990px;
  }
}

@media screen and (min-width:1000px) and (max-width:1290px) {
  [dir=rtl] html.ayui.rtl[dir=rtl] #ay .ay-quick-links__dd-wide {
    left: auto;
    right: auto;
    width: 100vw;
    max-width: 100vw;
    -webkit-transform: translateX(73.25vw);
    -ms-transform: translateX(73.25vw);
    transform: translateX(73.25vw);
  }

  [dir=rtl] .ayui.rtl #ay .ay-quick-links__dd-wide:after {
    right: 75%;
  }
}

[dir=rtl] .rtl .ay-lts-media-block-content {
  padding-right: 2%;
}

[dir=rtl] .ay-footer .ay-footer-social ul li:first-child a img {
  margin-left: 0;
  margin-right: 5px;
}

[dir=rtl] .ay-footer .ay-footer-social ul li:last-child {
  margin-right: 5px;
}

[dir=rtl] .ay-column__double--col1 {
  float: right;
  margin-left: 2.35765%;
  margin-right: 0;
}

[dir=rtl] .ay-column__double--col2 {
  float: right;
}

[dir=rtl] .ay-research-quicklinks__links--item:first-child {
  border-right: none;
  border-left: 1px solid #666;
}

[dir=rtl] .ay-research-quicklinks-icon {
  margin-left: 10px;
  margin-right: 0;
}

[dir=rtl] .ay-media-post__main--media {
  margin-left: 10px;
  margin-right: 0;
}

[dir=rtl] .ay-block__light--link:after {
  margin-left: 0;
  margin-right: 5px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

[dir=rtl] .ay-news-release__social {
  left: 0;
  right: -85px;
}

[dir=rtl] .ay-button__primary--arrow:after {
  left: -8px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

[dir=rtl] .ay-search-proff-table caption {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[dir=rtl] .ay-search-proff-table caption span:last-child {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

[dir=rtl] .ay-search-proff-table caption span {
  padding-left: 5px;
}

[dir=rtl] .ay-search-proff-table caption span:first-child {
  padding-left: 0;
}

[dir=rtl] .ay-search-proff-sort .ay-search__filter-holder select {
  background-position: 3% center;
}

[dir=rtl] .ay-search-proff-table&gt;tbody&gt;tr td table tr td:nth-child(2) {
  text-align: right;
}

[dir=rtl] #ay .ay-search-proff-table td {
  text-align: right;
}

[dir=rtl] .ay-pagination--pagination-list li:last-child,
[dir=rtl] .gsc-cursor li:last-child {
  margin-right: 15px;
  margin-left: 0;
}

[dir=rtl] .ay-pagination--pagination-list li:last-child a svg,
[dir=rtl] .gsc-cursor li:last-child a svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

[dir=rtl] .ay-pagination--pagination-list li:first-child,
[dir=rtl] .gsc-cursor li:first-child {
  margin-left: 15px;
  margin-right: 0;
}

[dir=rtl] .ay-pagination--pagination-list li:first-child svg,
[dir=rtl] .gsc-cursor li:first-child svg {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

[dir=rtl] .ay-proff-card__profile {
  margin-left: 0;
  margin-right: 1.875em;
}

@media screen and (max-width:768px) {
  [dir=rtl] .ay-proff-card__profile {
    margin-right: 0;
  }
}

[dir=rtl] .ay-proff-card__info ul:nth-child(2) li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[dir=rtl] .ay-proff-card__info ul:nth-child(2) li strong {
  padding-left: 7px;
}

[dir=rtl] .ay-proff-bio__social {
  left: auto;
  right: -65px;
}

@media screen and (max-width:768px) {
  [dir=rtl] .ay-proff-bio__social {
    right: 0;
  }
}

@media screen and (min-width:768px) {
  [dir=rtl] .ay-proff-bio__social--item:nth-child(1):hover:before {
    margin-left: 0;
    width: 80px;
    left: 45px;
  }
}

@media screen and (min-width:768px) and (max-width:1380px) {
  [dir=rtl] .ay-proff-bio__social--item:nth-child(1):hover:before {
    margin-left: 0;
    width: 54px;
    left: 45px;
    top: -10px;
  }
}

@media screen and (min-width:768px) {
  [dir=rtl] .ay-proff-bio__social--item:hover:before {
    margin-left: 0;
    width: 80px;
    left: 46px;
  }
}

@media screen and (min-width:768px) and (max-width:1380px) {
  [dir=rtl] .ay-proff-bio__social--item:hover:before {
    width: 50px;
  }
}

@media screen and (min-width:768px) {
  [dir=rtl] .ay-proff-bio__social--item:nth-child(3):hover:before {
    margin-left: 0;
    width: 80px;
    left: 17px;
  }
}

[dir=rtl] .ay-careers-landing__full-bleed-links .h3 {
  padding: 0 .9375rem 0 0!important;
}

[dir=rtl] .ay-careers-landing__full-bleed-links svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

[dir=rtl] .ay-button__arrow:after {
  left: 0;
  right: auto!important;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

[dir=rtl] .journal-content-article&gt;a.ay-button__primary:lang(ar),
[dir=rtl] .rtl[lang=ar] .journal-content-article&gt;a.ay-button__primary {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  margin-right: 50%;
  color: #000;
  text-decoration: underline;
}

/*# sourceMappingURL=main.css.map */</pre></body></html>